]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4 expressions display in speedbar for all buffers when debugging.
5 (gdb-speedbar-expand-node): Ensure node contraction is always
6 updated.
7
8 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9 (speedbar-insert-button, speedbar-make-button):
10 Use add-text-properties.
11 (speedbar-update-localized-contents)
12 (speedbar-update-directory-contents)
13 (speedbar-update-special-contents): Use dolist.
14 (speedbar-buffer-easymenu-definition): Add a menu separator.
15
16 2005-10-17 Jason Rumney <jasonr@gnu.org>
17
18 * makefile.w32-in (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):
19 New targets for shell specific generation of mh-autoloads.
20
21 2005-10-17 Richard M. Stallman <rms@gnu.org>
22
23 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
24
25 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * jit-lock.el (jit-lock-fontify-now):
28 Move jit-lock-context-unfontify-pos to avoid wasted work.
29
30 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
31
32 * net/tramp.el (tramp-completion-mode): New defvar. Used in
33 `tramp-completion-mode' for checking if we are in completion mode.
34 (tramp-completion-handle-file-name-all-completions): Reorder code
35 in order to complete for file names only in case there are no
36 method/user/host completions. This is necessary for cooperation
37 with ido. Reported by Kim F. Storm <storm@cua.dk>.
38
39 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
40
41 * longlines.el (longlines-search-forward)
42 (longlines-search-backward): Match any number of spaces.
43
44 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
45
46 * diff-mode.el (diff-mode): Doc fix.
47
48 2005-10-16 David Reitter <david.reitter@gmail.com>
49
50 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
51 as default on darwin and windows systems.
52
53 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
54
55 * arc-mode.el (archive-zip-extract): Doc fix.
56
57 2005-10-16 Romain Francoise <romain@orebokech.com>
58
59 * mouse.el (mouse-1-click-follows-link): Doc fix.
60
61 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
62
63 * savehist.el: Don't require CL at runtime.
64 (savehist-xemacs): Remove.
65 (savehist-coding-system): Use utf-8 if present, regardless of religion.
66 (savehist-no-conversion): Use (featurep 'xemacs).
67 (savehist-load): Check existence of start-itimer rather than XEmacs.
68 Use an idle timer.
69 (savehist-process-for-saving): Replace use of CL funs `subseq' and
70 `delete-if-not'.
71
72 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
73
74 * savehist.el: Newer version.
75 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
76 (savehist-last-checksum, savehist-no-conversion): New vars.
77 (savehist-autosave, savehist-process-for-saving, savehist-printable):
78 New functions.
79 (savehist-load, savehist-save): Use them.
80 (savehist-delimit): Remove.
81
82 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * progmodes/compile.el (compilation-goto-locus): Display the
85 compilation buffer first and the source buffer second, in case they're
86 in overlapping frames. Don't raise the compilation frame if it was the
87 selected window upon entry. Pass the `other-window' arg to
88 pop-to-buffer.
89
90 * info.el (Info-fontify-node): Use dolist.
91 Change add-text-properties to put-text-property.
92
93 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
94
95 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
96 bound of search.
97
98 2005-10-16 Masatake YAMATO <jet@gyve.org>
99
100 * dabbrev.el (dabbrev-completion): Pass the common
101 prefix substring of completion to `display-completion-list'.
102
103 * filecache.el (file-cache-minibuffer-complete)
104 (file-cache-complete): Ditto.
105
106 * tempo.el (tempo-display-completions): Ditto.
107
108 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
109
110 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
111
112 * eshell/em-hist.el (eshell-list-history): Ditto.
113
114 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
115
116 * mail/mailalias.el (mail-complete): Ditto.
117
118 * progmodes/etags.el (complete-tag): Ditto.
119
120 * progmodes/make-mode.el (makefile-complete): Ditto.
121
122 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
123
124 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
125
126 * progmodes/pascal.el (pascal-complete-word)
127 (pascal-show-completions): Ditto.
128
129 * progmodes/python.el (python-complete-symbol): Ditto.
130
131 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
132
133 * textmodes/org.el (org-complete): Ditto.
134
135 * simple.el (completion-common-substring): New variable.
136 (completion-setup-function): Use `completion-common-substring'
137 to put faces.
138
139 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
140
141 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
142 (x-get-selection, mac-select-convert-to-string): Convert from/to
143 UTF-16 clipboard data as in native byte order, no BOM.
144
145 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
146
147 * progmodes/gud.el (gud-tool-bar-map): Rename the images
148 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
149 (gud-sentinel): Use speedbar-frame to check for speedbar.
150
151 2005-10-15 Richard M. Stallman <rms@gnu.org>
152
153 * savehist.el: New file.
154
155 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
156
157 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
158 Fix bug in \bf fontification.
159
160 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * pcvs.el (cvs-edit-log-files): New var.
163 (cvs-mode-edit-log): New arg `file'.
164 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
165 Instead force the use of the original file and nothing else.
166 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
167 the cvs-minor-wrap-function is set.
168 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
169
170 2005-10-14 Bill Wohler <wohler@newt.com>
171
172 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
173 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
174 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
175 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
176 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
177 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
178 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
179 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
180 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
181 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
182 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
183 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
184 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
185 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
186 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
187
188 * progmodes/gud.el (gud-tool-bar-map): Rename the images
189 appropriately (for example, gud-break to gud/break).
190
191 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
192
193 * longlines.el (longlinges-search-function)
194 (longlines-search-forward, longlines-search-backward): New functions.
195 (longlines-mode): Set isearch-search-fun-function to
196 longlinges-search-function.
197
198 * mouse.el (mouse-drag-region-1): Handle the case where a
199 double-click event is bound to an arbitrary function.
200
201 2005-10-14 David Ponce <david@dponce.com>
202
203 * recentf.el (recentf-track-opened-file)
204 (recentf-track-closed-file, recentf-update-menu)
205 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
206 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
207 mouse-1-click-follows-link.
208
209 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
210
211 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
212 Gnome file-manager.png. Suggested by
213 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
214
215 * toolbar/README: Add diropen.xpm.
216
217 2005-10-13 Bill Wohler <wohler@newt.com>
218
219 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
220 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
221
222 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
225 Don't waste the byte-compiler's time on constant data.
226
227 2005-10-13 Kenichi Handa <handa@m17n.org>
228
229 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
230 byte with `escape-glyph' face.
231
232 * international/fontset.el (ccl-encode-unicode-font):
233 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
234 Handle the case that ucs-mule-to-mule-unicode translates a character to
235 ASCII (usually for IPA characters).
236
237 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
240 Don't hide the underline of titles if font-lock-mode is disabled.
241
242 2005-10-12 Bill Wohler <wohler@newt.com>
243
244 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
245 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
246 files in MH-E-SRC have been updated.
247 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
248
249 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
252 (mixal-mode-syntax-table): Add \n as end-comment.
253 (mixal-operation-codes-alist): Immediately initialize to full value.
254 (mixal-add-operation-code): Remove.
255 (mixal-describe-operation-code): Make the arg non-optional.
256 Use the interactive spec instead.
257 Use mixal-operation-codes-alist rather than mixal-operation-codes.
258 (mixal-font-lock-keywords): Don't highlight comments here any more.
259 (mixal-font-lock-syntactic-keywords): New var.
260 (mixal-mode): Use it. Fix comment-start-skip.
261
262 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
263
264 * startup.el (command-line-x-option-alist): -nb => -nbi
265
266 2005-10-12 Kim F. Storm <storm@cua.dk>
267
268 * startup.el (fancy-splash-default-action): Discard mouse click in
269 the spash screen window, as it has no sensible meaning in the
270 next window to be selected. Fixes error reported by Jan D.
271
272 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
273
274 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
275
276 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
279 Try to fix up minor layout issues like indentation, line break, etc...
280 (mixal-mode-syntax-table): Don't try to specify comment syntax,
281 because it doesn't work.
282 (mixal-operation-codes): Add some more codes.
283 (mixal-font-lock-keywords): Process comments here.
284 (mixal-mode): mixasm no longer needs -g option.
285
286 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
287
288 * progmodes/sh-script.el (sh-tmp-file):
289 Use mktemp -t. Finish support for es and rc shells.
290
291 2005-10-11 Jay Belanger <belanger@truman.edu>
292
293 * calc/calcalg2.el (calc-integral): With an argument, compute the
294 definite integral.
295
296 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
297
298 * mouse.el (mouse-drag-region-1): Don't try to catch a
299 double-click when doing follow-link (it's overridden anyway).
300
301 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
302
303 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
304 (autoload-print-form-outbuf): Add docstring.
305
306 2005-10-11 Juri Linkov <juri@jurta.org>
307
308 * info.el (Info-mode-menu): Delete menu item "Edit".
309 (Info-mode): Delete description of Info-edit from docstring,
310 and rearrange descriptions of Info commands in the order
311 they are documented in the Info manual.
312
313 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * calendar/appt.el (appt-check): Use diary-selective-display var.
316
317 2005-10-10 Richard M. Stallman <rms@gnu.org>
318
319 * net/newsticker.el (newsticker-start, newsticker-show-news):
320 Add autoload cookies.
321
322 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
323
324 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
325
326 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
327
328 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
329
330 2005-10-10 Jay Belanger <belanger@truman.edu>
331
332 * calc/calc-arith.el (math-check-known-scalarp)
333 (math-check-known-matrixp): Check the values of arguments that are
334 variables.
335 (math-check-known-square-matrixp): New function.
336 (math-known-square-matrixp): Use math-check-known-square-matrixp.
337 (math-super-types): Add sqmatrix type.
338
339 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
340 mode name `square' to 'sqmatrix'.
341
342 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
343 mode name `square' to 'sqmatrix'.
344
345 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * progmodes/etags.el (select-tags-table-mode): Don't use
348 selective-display.
349 (tags-select-tags-table): Pass `button' to the action function.
350 (select-tags-table): Place the side-info on button properties rather
351 than in hidden text. Abbreviate file names.
352 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
353 (select-tags-table-select): Add `button' argument.
354 Get side-info from the button property rather than from hidden text.
355
356 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
357
358 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
359 (gud-speedbar-buttons): Preserve point if possible.
360 (gud-sentinel): Restore previous speedbar display type.
361
362 * progmodes/gdb-ui.el (gdba): Improve diagram.
363 (def-gdb-auto-update-handler, gdb-info-locals-handler)
364 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
365 Call get-buffer-window once.
366
367 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
368
369 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
370 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
371 (pascal-indent-command): Remove unused var `ind'.
372 (pascal-indent-case): Remove unused var `oldpos'.
373 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
374 since it's now used as a proper minor mode map.
375 (pascal-outline): Rename to pascal-outline-mode.
376 (pascal-outline-mode): Use define-minor-mode.
377 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
378 selective-display.
379
380 2005-10-10 Andreas Schwab <schwab@suse.de>
381
382 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
383 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
384
385 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
386 outside source directory.
387
388 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
389
390 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
391 C-x' as a prefix.
392 (orgtbl-mode-map): Full keymap instead of sparse, because all
393 `self-insert-command' keys are redefined in this map.
394 (org-export-as-html): Specify charset for HTML file, by taking it
395 from the coding system.
396
397 2005-10-10 Kenichi Handa <handa@m17n.org>
398
399 * textmodes/flyspell.el (flyspell-check-word-p):
400 If unread-command-events is non-empty, don't call sit-for.
401
402 2005-10-09 Richard M. Stallman <rms@gnu.org>
403
404 * font-lock.el (font-lock-syntactic-keywords)
405 (font-lock-keywords): Doc fixes.
406
407 * textmodes/flyspell.el (flyspell-external-point-words):
408 Simplify logic, and don't try to check for consecutive appearances
409 of one incorrect word.
410
411 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
412
413 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
414 separator.
415
416 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
417 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
418 (gud-expansion-speedbar-buttons): New function.
419 (gud-speedbar-buttons): Check for gud-comint-buffer.
420
421 2005-10-09 Bill Wohler <wohler@newt.com>
422
423 * Makefile.in (updates): Add mh-loaddefs dependency.
424
425 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
426
427 * speedbar.el (speedbar-file-key-map): Fix typo.
428
429 2005-10-09 Daniel Brockman <daniel@brockman.se>
430
431 * cus-start.el (line-spacing): Add custom spec.
432
433 2005-10-09 Romain Francoise <romain@orebokech.com>
434
435 * textmodes/ispell.el (ispell-check-version): Fix last change.
436
437 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
438
439 * term/x-win.el: Remove -i, --icon-type from comment.
440
441 * startup.el (command-line-x-option-alist): Remove options -i,
442 -itype, --icon-type, added -nb, --no-bitmap-icon
443
444 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
445
446 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
447 instead of :active.
448
449 2005-10-08 Eric Hanchrow <offby1@blarg.net>
450
451 * textmodes/ispell.el (ispell-check-version):
452 Ignore hyphen, and all that follows, in aspell's version text.
453
454 2005-10-08 Jay Belanger <belanger@truman.edu>
455
456 * calc/calc-arith.el (math-known-square-matrixp): New function.
457 (math-pow-fancy): Check for matrices before distributing exponent
458 across products.
459
460 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
461 fullscreen keypad. Suggested by Luc Teirlinck.
462 (calc-keypad-show-input): Add space for formatting.
463
464 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
465 Add square matrix option.
466
467 * calc/calc-poly.el (math-expand-term): Check for matrices instead
468 of checking calc-matrix-mode when deciding how to expand.
469
470 * calc/calc.el (calc-set-mode-line): Add square matrix option.
471
472 2005-10-08 Lars Hansen <larsh@soem.dk>
473
474 * net/tramp.el (tramp-perl-directory-files-and-attributes):
475 Add error handling.
476 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
477
478 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
479
480 Sync with Tramp 2.0.51.
481
482 * net/tramp.el (tramp-handle-set-visited-file-modtime)
483 (tramp-handle-insert-file-contents, tramp-handle-write-region):
484 Insert special handling for `last-coding-system-used', again
485 it still seems to be necessary (unlike stated before).
486 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
487 (tramp-password-prompt-regexp): There might be other words before
488 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
489 (tramp-chunksize): Improve docstring.
490 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
491 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
492 Christian Joergensen <bugs@razor.dk>.
493
494 2005-10-07 Glenn Morris <rgm@gnu.org>
495
496 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
497 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
498 precision'.
499
500 2005-10-07 Romain Francoise <romain@orebokech.com>
501
502 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
503 (ibuffer-do-shell-command-pipe-replace)
504 (ibuffer-do-shell-command-file, ibuffer-do-eval)
505 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
506 (ibuffer-do-revert, ibuffer-do-replace-regexp)
507 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
508 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
509 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
510 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
511 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
512 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
513 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
514 Autoload file sans suffix.
515
516 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
517
518 2005-10-07 David Ponce <david@dponce.com>
519
520 * recentf.el (recentf-menu-open-all-flag): New option.
521 (recentf-digit-shortcut-command-name): New function.
522 (recentf--shortcuts-keymap): New variable.
523 (recentf-menu-shortcuts): New variable.
524 (recentf-make-menu-items): Initialize it. Replace the "More..."
525 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
526 (recentf-menu-value-shortcut): New function.
527 (recentf-make-menu-item): Use it. No more in-lined.
528 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
529 (recentf-open-most-recent-file): Rename from
530 `recentf-open-file-with-key'. Don't depend on key binding.
531 (recentf-mode-map): New variable.
532 (recentf-mode): Use it.
533
534 2005-10-06 Bill Wohler <wohler@newt.com>
535
536 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
537
538 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
539 (MH-E-SRC): New. Used by mh-autoloads.
540 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
541 files in MH-E-SRC have been updated.
542 (compile, recompile, bootstrap): Depend on mh-autoloads.
543
544 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
545
546 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
547 gud-break and gud-remove icons when the fringe is not available.
548
549 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
550 Typo.
551
552 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
553
554 * play/zone.el (zone): Wrap body with save-window-excursion.
555
556 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
559 Use the new `list-only' arg to diary-list-entries.
560
561 * calendar/diary-lib.el: Use overlays rather than selective-display.
562 (diary-selective-display): New var.
563 (diary-header-line-format): Use it.
564 (diary-list-entries): Add argument `list-only'.
565 Put the buffer in diary-mode. Don't add \^M at beg and end.
566 Replace \^M by invisible overlays.
567 (diary-unhide-everything): Replace \^M by invisible overlays.
568 (print-diary-entries): Look for overlays rather than \^M.
569 Add a space to the temp buffer name.
570 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
571 Put the buffer in diary-mode.
572 (list-sexp-diary-entries): Replace \^M by invisible overlays.
573 (diary-anniversary): Make the year arg optional.
574 (diary-time-regexp): New const.
575 (diary-font-lock-keywords): Use it to accept a few more time formats.
576
577 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
578
579 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
580
581 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
582 Fix bug introduced 2005-07-03: Use (car (last ...))
583 to faithfully reproduce replaced artist-last.
584 (artist-set-arrow-points-for-poly): Likewise.
585 Suggested by Johan Bockg\e,Ae\e(Brd.
586
587 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
588
589 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
590 * wid-edit.el (widget):
591 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
592 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
593
594 2005-10-06 Kenichi Handa <handa@m17n.org>
595
596 * international/mule-cmds.el (set-language-environment):
597 Fix setting up of case-table for unibyte mode.
598
599 * simple.el (what-cursor-position): If the character is displayed
600 by some `display' text property, show that. Don't use
601 single-key-description for eight-bit characters in multibyte mode.
602
603 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
604
605 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
606 (gdb-ann3): Set it.
607 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
608 (gdb-info-frames-custom): Use inverse-video for first five
609 characters of selected frame only.
610 (gdb-get-frame-number): Select frame even when point is on frame
611 number.
612
613 2005-10-06 Masatake YAMATO <jet@gyve.org>
614
615 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
616 Put `font-lock-function-name-face'.
617 (gdb-info-frames-custom): Put `font-lock-function-name-face'
618 and `font-lock-variable-name-face'
619 (gdb-registers-font-lock-keywords): New font lock keywords definition.
620 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
621 (gdb-memory-font-lock-keywords): New font lock keywords definition.
622 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
623 (gdb-local-font-lock-keywords): New font lock keywords definition.
624 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
625 (gdb-threads-font-lock-keywords): New font lock keywords definition.
626 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
627
628 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
629
630 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
631 (ediff-merge-region-is-non-clash-to-skip): Previously called
632 ediff-merge-region-is-non-clash.
633
634 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
635 Use insert-buffer-substring.
636
637 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
638 selecting files to patch. Also bug fixes.
639
640 * ediff-util.el (ediff-setup): Bug fix.
641 (ediff-next-difference): Never skip clashes that differ in white
642 space only.
643
644 * ediff-wind.el (ediff-setup-control-frame)
645 (ediff-destroy-control-frame): Check the menubar feature.
646
647 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
648 (viper-refresh-mode-line): Use make-local-variable to localize
649 some vars instead of make-variable-buffer-local. Suggested by
650 Stefan Monnier.
651
652 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
653 (viper-restore-cursor-type, viper-set-insert-cursor-type):
654 Use make-local-variable instead of make-variable-buffer-local.
655 Suggested by Stefan Monnier.
656
657 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
658 (viper-comint-mode-hook): Use make-local-variable on
659 require-final-newline.
660 (viper-non-hook-settings): Don't use make-variable-buffer-local.
661
662 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
665 also the second char of a comment-start sequence.
666 (scheme-sexp-comment-syntax-table): New var.
667 (lambda, define): Set their scheme-doc-string-elt property.
668 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
669 Use lisp-font-lock-syntactic-face-function now that it properly
670 handles |...| symbols.
671 (scheme-mode-variables): Set lisp-doc-string-elt-property,
672 parse-sexp-lookup-properties and font-lock-extra-managed-props.
673
674 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
675 bit from # to |.
676 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
677
678 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
679 (lisp-doc-string-elt-property): New var.
680 (lisp-font-lock-syntactic-face-function): Use it.
681 Rewrite to recognize docstrings even for forms not at toplevel.
682
683 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
684 annotation on the | part of #| rather than on the # part.
685 (scheme-font-lock-syntactic-face-function): New function, to
686 distinguish strings from |...| symbols.
687 (scheme-mode-variables): Use it. Also fix up the font-lock-time
688 syntax-table so that #|...|# is properly highlighted.
689
690 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
691 Don't mark as docstring the 3rd elem of an unknown toplevel form.
692
693 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
696 and C-e.
697
698 * emacs-lisp/eldoc.el: Move comments into docstrings.
699 (eldoc-message-commands): Initialize in its declaration.
700 Add move-beginning-of-line and move-end-of-line.
701 (eldoc-add-command, eldoc-add-command-completions)
702 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
703
704 * outline.el (outline-mark-subtree): Activate the mark.
705
706 * calendar/appt.el (appt-time-regexp): New var.
707 (appt-add, appt-make-list): Use it.
708 (appt-convert-time): Clean up.
709
710 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
711 Don't set any syntax-table property here.
712 (tex-font-lock-verb): New function. Do it here.
713 (tex-font-lock-syntactic-keywords): Use it.
714
715 2005-10-04 Richard M. Stallman <rms@gnu.org>
716
717 * wid-edit.el (widget-file-complete): Get the widget start point
718 the right way. Default directory to `/' if file has none.
719
720 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
721
722 * textmodes/flyspell.el (flyspell-mode-on):
723 Call ispell-maybe-find-aspell-dictionaries.
724
725 * textmodes/ispell.el (ispell-word, ispell-region):
726 Call ispell-maybe-find-aspell-dictionaries.
727 (ispell-accept-buffer-local-defs):
728 Don't call ispell-maybe-find-aspell-dictionaries
729
730 2005-10-04 Richard M. Stallman <rms@gnu.org>
731
732 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
733
734 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
735
736 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
737 instead of `fboundp' in order to allow for anonymous functions.
738
739 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
740
741 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
742 case the user clicks on the link while another window is selected.
743 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
744
745 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
746 functionality.
747 (dframe-help-echo): Save point in case mouse tracking is off.
748
749 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
750
751 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
752
753 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
756 not change the global value of those vars.
757
758 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
759 make-local-variable which we do not need any more.
760
761 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
762
763 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
764 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
765 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
766 (speedbar-path-line): Define obsolete aliases.
767 (speedbar-line-directory): Doc fix.
768
769 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
770 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
771 instead of speedbar-line-path.
772
773 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
774
775 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
776 to nil if dropping on a window. Handle dropping on a minibuffer window
777 like dropping on a non-window part of Emacs.
778
779 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * net/ange-ftp.el: Use with-current-buffer.
782 (ange-ftp-insert-directory): Do not follow symlinks any more.
783
784 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
785 Remove interactive spec.
786
787 2005-10-03 Kim F. Storm <storm@cua.dk>
788
789 * ido.el (ido-mode): Use custom-initialize-set.
790
791 2005-10-02 Richard M. Stallman <rms@gnu.org>
792
793 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
794 Use insert-buffer-substring.
795
796 * net/tramp.el: Pacify byte compiler warnings in pacification code.
797 (tramp-handle-file-local-copy): Use insert-buffer-substring.
798
799 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
802 in last change.
803 (ange-ftp-insert-directory): Fix up the search for the case where
804 `file' is absolute.
805
806 2005-10-02 Romain Francoise <romain@orebokech.com>
807
808 * progmodes/compile.el (compile-goto-error): Delete extra paren.
809
810 2005-10-02 Andreas Schwab <schwab@suse.de>
811
812 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
813 directory component in the session info.
814
815 2005-10-01 Richard M. Stallman <rms@gnu.org>
816
817 * comint.el (comint-redirect-subvert-readonly): Doc fix.
818
819 * simple.el (next-error-internal): New function.
820
821 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
822 (compilation-start): Pass new arg to compilation-buffer-name.
823 (compile-goto-error): Use next-error-internal.
824
825 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
826
827 * speedbar.el: Remove RCS tag.
828 (speedbar-check-read-only): Handle non-existent files.
829
830 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
831
832 * info.el (Info-speedbar-hierarchy-buttons)
833 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
834
835 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
836
837 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
838 Do not match newline.
839 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
840 (bibtex-summary): Remove unnecessary save-excursion.
841 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
842
843 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
844
845 * term/mac-win.el: Add charset info for "iso10646-1".
846 Modify default fontset to use ATSUI-compatible fonts for some charsets
847 if available.
848
849 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
850
851 * speedbar.el: Re-apply arch tag.
852 (speedbar-version): Rename to version 1.0. Suggested by Eric
853 M. Ludlam.
854 Reapply two changes from Emacs CVS' version of speedbar lost
855 during the merge:
856 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
857 (speedbar-frame-parameters): Improve customize type.
858
859 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
862 (ange-ftp-file-directory-p): Fix the symlink case.
863 (ange-ftp-insert-directory): When listing a single file, get a list of
864 the parent buffer and extract the relevant line. Inspired from a patch
865 by Katsumi Yamaoka <yamaoka@jpl.org>.
866 (ange-ftp-file-name-sans-versions): Simplify.
867
868 2005-09-30 Bill Wohler <wohler@newt.com>
869
870 Move MH-E image files from toolbar and mail directories into
871 etc/images.
872
873 * mail/reply2.*: Move to etc/images/mail/reply*.
874
875 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
876 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
877 etc/images.
878
879 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
880 * toolbar/reply*: Move to etc/images/mail.
881
882 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
883
884 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
885
886 * speedbar.el: New version 1.0pre3.
887
888 Frame management code (including timer, and mouse click specifics)
889 moved to dframe.el:
890 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
891 (speedbar-timer): Removed. Use dframe-timer.
892 (speedbar-close-frame): Removed. Use dframe-close-frame.
893 (speedbar-activity-change-focus-flag): Removed. Use
894 dframe-activity-change-focus-flag.
895 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
896 dframe-update-speed.
897
898 (speedbar-current-frame): New macro. Use this instead of the
899 variable speedbar-frame.
900
901 (speedbar-use-images, speedbar-expand-image-button-alist)
902 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
903
904 (speedbar-find-image-on-load-path): Removed. Replaced by
905 defezimage in ezimage.el.
906 (speedbar-expand-image-button-alist): Removed. Replaced by
907 ezimage-expand-image-button-alist in ezimage.el.
908
909 (speedbar-ignored-directory-regexp)
910 (speedbar-add-ignored-directory-regexp)
911 (speedbar-ignored-directory-expressions)
912 (speedbar-line-directory, speedbar-buffers-line-directory)
913 (speedbar-directory-line, speedbar-buffers-line-directory):
914 Renamed, replacing `path' with `directory'.
915
916 (speedbar-create-directory, speedbar-expand-line-descendants)
917 (speedbar-toggle-line-expansion)
918 (speedbar-contract-line-descendants): New commands.
919
920 (speedbar-query-confirmation-method, speedbar-select-frame-method)
921 (speedbar-use-tool-tips-flag): New options.
922
923 (speedbar-check-read-only, speedbar-require-version)
924 (speedbar-insert-separator, speedbar-buffers-tail-notes)
925 (speedbar-handle-delete-frame, speedbar-try-completion)
926 (speedbar-update-localized-contents): New functions.
927
928 (speedbar-incompatible-version, speedbar-ro-to-do-point)
929 (speedbar-object-read-only-indicator): New variables.
930
931 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
932 New hooks.
933
934 (speedbar-separator-face): New face.
935
936 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
937 (speedbar-ignored-modes): Add fundamental-mode.
938 (speedbar-directory-unshown-regexp): Add . directories.
939
940 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
941 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
942 `]' for full expand/close.
943 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
944
945 (speedbar-check-vc): Support hidden files.
946 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
947 (speedbar-this-file-in-vc): Use vc-state if available. If VC
948 state is nil, it is not checked out.
949
950 (speedbar-line-text, speedbar-line-token): Support expand buttons
951 with no text.
952 (speedbar-refresh): Universal argument acts as power-click.
953 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
954 that buffer to get variable values.
955
956 And many other bugfixes.
957
958 * dframe.el, ezimage.el, sb-image.el: New files.
959
960 * sb-*.xpm: Remove files. New image files installed into
961 etc/images/ezimage.
962
963 2005-09-30 Kenichi Handa <handa@m17n.org>
964
965 * ps-mule.el (ps-mule-show-warning): If a character is in
966 ps-print-translation-table, don't treat it as non-printable.
967
968 2005-09-30 David Ponce <david@dponce.com>
969
970 * tree-widget.el (tree-widget-themes-load-path): New variable.
971 (tree-widget-themes-directory): Doc fix.
972 (tree-widget-image-formats) [Emacs]: Doc fix.
973 (tree-widget--locate-sub-directory): New function.
974 (tree-widget-themes-directory): Use it.
975
976 * recentf.el (recentf-filename-handlers): Rename from
977 `recentf-filename-handler'. Allow a list of functions.
978 (recentf-menu-items-for-commands): Fix :help strings.
979 (recentf-apply-filename-handlers): New function.
980 (recentf-expand-file-name): Use it.
981 (recentf-cleanup): Remove duplicates too.
982
983 2005-09-29 Juri Linkov <juri@jurta.org>
984
985 * faces.el: Rearrange face definitions to be in the same order as
986 their face descriptions in "(emacs)Standard Faces".
987
988 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
989
990 * tooltip.el (tooltip): Add group `basic-faces'.
991
992 * buff-menu.el (Buffer-menu-buffer): Remove group
993 `font-lock-highlighting-faces'.
994
995 * progmodes/compile.el (compilation-error, compilation-warning)
996 (compilation-info, compilation-line-number, compilation-column-number):
997 Change group from `font-lock-highlighting-faces' to `compilation'.
998
999 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1000 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1001 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1002 (vhdl-font-lock-reserved-words-face)
1003 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1004 `font-lock-highlighting-faces'.
1005
1006 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1007
1008 2005-09-28 Kim F. Storm <storm@cua.dk>
1009
1010 * emulation/cua-base.el: Set CUA move property on additional commands:
1011 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1012 forward-sexp, backward-sexp, forward-list, backward-list.
1013
1014 2005-09-28 Romain Francoise <romain@orebokech.com>
1015
1016 * comint.el (comint-show-output): Really set point at the
1017 beginning of the output when not using `comint-use-prompt-regexp'.
1018
1019 2005-09-27 Jay Belanger <belanger@truman.edu>
1020
1021 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1022 in TeX mode.
1023
1024 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1025
1026 * textmodes/org.el (org-table-sum): Fix format string.
1027
1028 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1029 Quote face names.
1030
1031 2005-09-26 Romain Francoise <romain@orebokech.com>
1032
1033 * isearch.el (isearch-forward-regexp): Close doc string.
1034
1035 2005-09-25 Richard M. Stallman <rms@gnu.org>
1036
1037 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1038
1039 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1040
1041 * progmodes/compile.el (compilation-error-properties):
1042 When getting the file from the previous error message,
1043 correctly decode the new data format.
1044
1045 * progmodes/cc-cmds.el (c-electric-paren):
1046 Call old-blink-paren only for close-paren.
1047
1048 2005-09-24 Andreas Schwab <schwab@suse.de>
1049
1050 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1051 condition.
1052
1053 2005-09-25 Romain Francoise <romain@orebokech.com>
1054
1055 * dired-aux.el (dired-copy-file-recursive):
1056 * dired.el (dired-delete-file):
1057 * ediff-mult.el (ediff-dir-diff-copy-file):
1058 * ediff-util.el (ediff-test-save-region):
1059 * forms.el (forms-mode):
1060 * ido.el (ido-file-internal, ido-delete-file-at-head):
1061 * log-edit.el (log-edit-done):
1062 * ses.el (ses-yank-resize):
1063 * play/gomoku.el (gomoku-human-plays, gomoku)
1064 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1065 (gomoku-offer-a-draw):
1066 * play/landmark.el (lm-human-resigns, lm):
1067 * net/eudcb-ldap.el (eudc-ldap-check-base):
1068 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1069 * progmodes/ebrowse.el (ebrowse-find-pattern):
1070 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1071 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1072 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1073
1074 * vc.el (vc-delete-file):
1075 * play/gomoku.el (gomoku-terminate-game, gomoku)
1076 (gomoku-prompt-for-move, gomoku-human-takes-back):
1077 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1078 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1079
1080 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1081
1082 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1083 color rxvt terminals by using the code xterm.el used to use before
1084 2005-04-09 in order to match the colors used by rxvt.
1085
1086 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1087
1088 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1089 colors rxvt-unicode terminals by using the same code as xterm.el.
1090
1091 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1094 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1095 new symbol used for the tex-verbatim face.
1096
1097 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1098
1099 * woman.el (woman-file-name):
1100 * wid-edit.el (widget-file-prompt-value)
1101 (widget-coding-system-prompt-value):
1102 * w32-fns.el (set-w32-system-coding-system):
1103 * vc.el (vc-version-diff, vc-annotate):
1104 * textmodes/reftex-auc.el (reftex-arg-cite)
1105 (reftex-arg-index-tag):
1106 * textmodes/refer.el (refer-get-bib-files):
1107 * textmodes/artist.el (artist-figlet-choose-font):
1108 * terminal.el (terminal-emulator):
1109 * replace.el (occur-read-primary-args):
1110 * rect.el (string-rectangle, string-insert-rectangle):
1111 * ps-print.el (ps-print-preprint):
1112 * progmodes/pascal.el (pascal-goto-defun):
1113 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1114 * progmodes/compile.el (compilation-find-file):
1115 * printing.el (pr-interactive-n-up):
1116 * play/animate.el (animate-birthday-present):
1117 * net/rcompile.el (remote-compile):
1118 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1119 * mail/rmailsum.el (rmail-summary-search-backward)
1120 (rmail-summary-search):
1121 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1122 (rmail-output-read-file-name):
1123 * mail/rmail.el (rmail-search, rmail-search-backwards):
1124 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1125 * locate.el (locate):
1126 * international/quail.el (quail-show-keyboard-layout):
1127 * international/mule.el (set-buffer-file-coding-system)
1128 (revert-buffer-with-coding-system, set-file-name-coding-system)
1129 (set-terminal-coding-system, set-keyboard-coding-system)
1130 (set-next-selection-coding-system):
1131 * international/mule-diag.el (describe-coding-system)
1132 (describe-font, describe-fontset):
1133 * international/mule-cmds.el (universal-coding-system-argument)
1134 (search-unencodable-char, describe-input-method)
1135 (set-language-environment, describe-language-environment):
1136 * international/codepage.el (codepage-setup):
1137 * international/code-pages.el (codepage-setup):
1138 * info.el (Info-search, Info-follow-reference)
1139 (Info-search-backward):
1140 * emacs-lisp/advice.el (ad-read-advised-function)
1141 (ad-read-advice-class, ad-clear-cache, ad-activate)
1142 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1143 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1144 (ad-read-regexp):
1145 * ediff-util.el (ediff-toggle-regexp-match):
1146 * ediff-ptch.el (ediff-prompt-for-patch-file):
1147 * dired-aux.el (dired-diff):
1148 * diff.el (diff):
1149 * cus-edit.el (custom-variable-prompt):
1150 * calendar/timeclock.el (timeclock-ask-for-project):
1151 * calc/calcalg3.el (calc-get-fit-variables):
1152 * calc/calc-store.el (calc-edit-variable)
1153 (calc-permanent-variable):
1154 * vc-mcvs.el (vc-mcvs-register):
1155 * shadowfile.el (shadow-define-literal-group):
1156 * woman.el (woman-file-name):
1157 * vc.el (vc-version-diff, vc-merge):
1158 * textmodes/reftex-index.el (reftex-index-complete-tag):
1159 * format.el (format-decode-buffer, format-decode-region):
1160 * emulation/viper-cmd.el (viper-read-string-with-history):
1161 * emacs-lisp/debug.el (cancel-debug-on-entry):
1162 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1163 * ediff.el (ediff-merge-revisions)
1164 (ediff-merge-revisions-with-ancestor, ediff-revision):
1165 * completion.el (interactive-completion-string-reader):
1166 * calc/calc-prog.el (calc-user-define-formula):
1167 Follow convention for reading with the minibuffer.
1168
1169 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1170
1171 * progmodes/python.el (python-describe-symbol): Add globals() and
1172 locals() to the arguments of emacs.ehelp.
1173
1174 2005-09-24 Magnus Henoch <mange@freemail.hu>
1175
1176 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1177 New function, code extracted from ispell-valid-dictionary-list.
1178 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1179 Call it.
1180
1181 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1182
1183 * subr.el (version-regexp-alist): Extend valid syntax for version
1184 strings: allow any of the characters -,_,+ to separate the
1185 alpha/beta/rc part from the version part. Doc fix.
1186 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1187
1188 2005-09-23 David Reitter <david.reitter@gmail.com>
1189
1190 * mail/mailclient.el: New file.
1191
1192 2005-09-23 Richard M. Stallman <rms@gnu.org>
1193
1194 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1195 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1196 Doc fixes.
1197
1198 * progmodes/cc-mode.el (c-font-lock-init):
1199 Specify font-lock-lines-before.
1200
1201 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1204 whole conflict.
1205
1206 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1207
1208 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1209 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1210 of `remap' feature when available. Additional key bindings for
1211 better tty support.
1212 (org-mode-restart, org-force-self-insert): New commands.
1213 (org-time-stamp-inactive): New command.
1214 (org-remap): New function.
1215 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1216 (org-enable-fixed-width-editor): Move to `org-structure'
1217 customization group.
1218 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1219 blank field after field motion commands.
1220
1221 2005-09-23 Kenichi Handa <handa@m17n.org>
1222
1223 * international/mule-cmds.el (set-language-environment):
1224 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1225 have to call utf-translate-cjk-load-tables.
1226
1227 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * mouse.el (mouse-move-drag-overlay): Fix last change.
1230
1231 2005-09-22 David Ponce <david@dponce.com>
1232
1233 * tree-widget.el (tree-widget-value-create): Fix previous change.
1234
1235 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1236
1237 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1238
1239 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * mouse.el (mouse-move-drag-overlay): New function.
1242 (mouse-drag-region-1): Use it.
1243 Try to simplify a bit the state handling. Handle clicks on links
1244 inside intangible areas.
1245 (mouse-save-then-kill): Minor simplification.
1246 (mouse-secondary-overlay): Make it always non-nil instead of
1247 recreating it each time.
1248 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1249 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1250 Simplify accordingly.
1251
1252 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1253
1254 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1255
1256 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1257
1258 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1259 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1260 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1261 to patch.
1262
1263 * ediff-util.el: Use insert-buffer-substring.
1264
1265 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1266
1267 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1268 field boundaries in the minibuffer.
1269 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1270 (viper-minibuffer-post-command-hook): New hook.
1271 (viper-line): Don't move cursor at bolp.
1272
1273 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1274
1275 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1276 avoid compiler warnings.
1277
1278 * emulation/viper-macs.el (ex-map): Better messages.
1279
1280 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1281
1282 * emulation/viper.el: Replace make-variable-buffer-local with
1283 viper-make-variable-buffer-local everywhere, to avoid warnings.
1284
1285 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1288 Delete unused var `old-selected-window'.
1289 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1290 (mouse-drag-secondary): Delete unused var `start-frame'.
1291
1292 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1293
1294 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1295
1296 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1299 Re-indent within 80 columns. Use inhibit-read-only.
1300
1301 2005-09-19 Romain Francoise <romain@orebokech.com>
1302
1303 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1304
1305 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1308 unconditionally, since the after-change-function already did it.
1309
1310 2005-09-19 Miles Bader <miles@gnu.org>
1311
1312 * net/newsticker.el: Get rid of CVS keyword.
1313
1314 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1315
1316 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1317 The prompt is formatted later.
1318
1319 2005-09-19 David Ponce <david@dponce.com>
1320
1321 * tree-widget.el (tree-widget-value-create): Save the converted
1322 tree :node widget.
1323
1324 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1325
1326 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1327 variable `message'.
1328
1329 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1330
1331 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1332 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1333 <slawomir.nowaczyk.847@student.lu.se>.
1334
1335 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * image.el (image-load-path): Use symbol `data-directory' instead
1338 of its value, for backward compatibility with packages that bind
1339 it during `find-image'. Suggested by Katsumi Yamaoka.
1340 (image-search-load-path): Handle symbols whose values are strings.
1341
1342 2005-09-18 Romain Francoise <romain@orebokech.com>
1343
1344 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1345 with-current-buffer form in save-excursion.
1346
1347 2005-09-18 D Goel <deego@gnufans.org>
1348
1349 * apropos.el (apropos-command): Fix `message' call: first arg
1350 should be a format spec. In this and all other cases that appear
1351 below and elsewhere in the source code, I made a change only when
1352 two conditions were satisfied: [1] I can think of a possibility
1353 that the arguments would cause an error, for example, the code in
1354 question relies on external variables such as filenames. [2] I
1355 was sure that the arg to `message' could not have been nil in the code.
1356
1357 * textmodes/tildify.el (tildify-region): Ditto.
1358
1359 * textmodes/reftex-index.el (reftex-index-change-entry)
1360 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1361 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1362 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1363 (org-priority, org-table-sum):
1364 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1365 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1366 (flyspell-word, flyspell-display-next-corrections):
1367 * textmodes/bibtex.el (bibtex-print-help-message):
1368 * textmodes/artist.el (artist-key-set-point-poly):
1369 * term/mac-win.el (mac-services-insert-text):
1370 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1371 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1372 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1373 (vhdl-compose-configuration):
1374 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1375 (sh-set-indent, sh-learn-line-indent):
1376 * progmodes/ps-mode.el (ps-mode-target-column):
1377 * progmodes/idlwave.el (idlwave-make-tags)
1378 (idlwave-scan-library-catalogs):
1379 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1380 * progmodes/gud.el (gud-jdb-analyze-source):
1381 * progmodes/flymake.el (flymake-log):
1382 * progmodes/ebnf2ps.el (ebnf-generate-region):
1383 * progmodes/cmacexp.el (c-macro-expansion):
1384 * progmodes/ada-xref.el (ada-treat-cmd-string):
1385 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1386 (ada-justified-indent-current, ada-batch-reformat):
1387 * play/zone.el (zone):
1388 * play/landmark.el (lm-move):
1389 * play/decipher.el (decipher-show-alphabet):
1390 * net/newsticker.el (newsticker--display-jump)
1391 (newsticker--display-scroll):
1392 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1393 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1394 * mail/feedmail.el (feedmail-dump-message-to-queue):
1395 * eshell/esh-proc.el (eshell-remove-process-entry):
1396 * emulation/ws-mode.el (ws-last-error):
1397 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1398 (viper-record-kbd-macro):
1399 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1400 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1401 * emacs-lisp/find-func.el (find-function-noselect):
1402 * calendar/timeclock.el (timeclock-status-string)
1403 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1404 (timeclock-when-to-leave-string):
1405 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1406 * calc/calc-units.el (calc-enter-units-table):
1407 * calc/calc-mode.el (calc-mode-record-mode):
1408 * woman.el (woman-mini-help):
1409 * wdired.el (wdired-change-to-wdired-mode):
1410 * vc.el (vc-retrieve-snapshot):
1411 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1412 * startup.el (display-startup-echo-area-message):
1413 * simple.el (set-goal-column):
1414 * ses.el (ses-command-hook, ses-recalculate-cell):
1415 * server.el (server-process-filter):
1416 * printing.el (pr-interface-txt-print, pr-interface-printify)
1417 (pr-interface-ps):
1418 * pcvs.el (cvs-help):
1419 * log-edit.el (log-edit, log-edit-mode-help):
1420 * iswitchb.el (iswitchb-possible-new-buffer):
1421 * isearch.el (isearch-edit-string):
1422 * image-mode.el (image-mode, image-minor-mode):
1423 * ibuf-macs.el (define-ibuffer-filter):
1424 * hi-lock.el (hi-lock-find-patterns):
1425 * files.el (toggle-read-only):
1426 * ediff-util.el (ediff-copy-diff)
1427 (ediff-write-merge-buffer-and-maybe-kill):
1428 * echistory.el (Electric-history-undefined):
1429 * dnd.el (dnd-insert-text):
1430 * dired-aux.el (dired-query):
1431 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1432 * bookmark.el (bookmark-bmenu-locate):
1433 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1434 Fix `message' calls to ensure first arg is a format string.
1435 The change was made only when these two conditions were satisfied:
1436 [1] when there is a possibility that the arguments would cause an error
1437 for example, if the code in question relies on external variables
1438 such as filenames, and
1439 [2] if the arg to `message' could not have been nil in the code.
1440
1441 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1442 Not having a %s would be weird, though not technically wrong.
1443
1444 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1445
1446 * term/mac-win.el (mac-add-charset-info): Doc fix.
1447
1448 2005-09-17 Romain Francoise <romain@orebokech.com>
1449
1450 * shell.el (shell-resync-dirs): Handle echoing processes more
1451 reliably. Don't insert resync command if `comint-process-echoes'
1452 is non-nil.
1453
1454 2005-09-17 Magnus Henoch <mange@freemail.hu>
1455
1456 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1457 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1458 aspell versions >= 0.60.
1459 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1460 only if ispell-aspell-supports-utf8 is non-nil.
1461
1462 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1463
1464 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1465 buffer-local value to lisp-indent-function.
1466
1467 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1468
1469 * progmodes/glasses.el (glasses-make-readable): If
1470 glasses-separator differs from underscore, put appropriate
1471 overlays over underscore characters.
1472 (glasses-convert-to-unreadable): If glasses-separator differs from
1473 underscore, try to convert glasses-separator characters to
1474 underscores.
1475
1476 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1479 Use with-syntax-table and dolist.
1480
1481 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1482
1483 * textmodes/reftex-auc.el:
1484 * textmodes/reftex-cite.el:
1485 * textmodes/reftex-dcr.el:
1486 * textmodes/reftex-global.el:
1487 * textmodes/reftex-parse.el:
1488 * textmodes/reftex-ref.el:
1489 * textmodes/reftex-sel.el:
1490 * textmodes/reftex-toc.el:
1491 * textmodes/reftex-vars.el:
1492 * textmodes/reftex.el: Small changes to remove compiler warnings.
1493
1494 * textmodes/reftex-index.el: Likewise.
1495 (reftex-query-index-phrase): More efficient use of markers.
1496
1497 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * image.el (image-load-path): New variable.
1500 (image-search-load-path): New function.
1501 (find-image): Search for images in `image-load-path'.
1502
1503 2005-09-15 Richard M. Stallman <rms@gnu.org>
1504
1505 * follow.el: Change Maintainer field.
1506
1507 2005-09-15 David Ponce <david@dponce.com>
1508
1509 * recentf.el (recentf-save-file-modes): New option.
1510 (recentf-save-list): Use it.
1511
1512 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1513
1514 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1515 (mode-line-mule-info, mode-line-modified): Move bindings from
1516 mouse-3 to mouse-1.
1517
1518 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * simple.el (sendmail-user-agent-compose): Revert last change.
1521
1522 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1525 Use with-current-buffer.
1526 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1527 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1528 (ange-ftp-insert-directory): Remove unused var `short'.
1529 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1530
1531 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1532 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1533
1534 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1535 (check-calendar-holidays, diary-list-entries): Autoload.
1536 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1537 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1538
1539 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1540 which mistakenly removed a call to display-buffer.
1541
1542 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1545
1546 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1547
1548 * progmodes/hideshow.el
1549 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1550 (hs-allow-nesting): New user var.
1551 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1552 (hs-hide-block-at-point): When nesting allowed,
1553 if there is already an overlay in place, delete it.
1554 (hs-safety-is-job-n): Delete func; remove call sites.
1555 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1556 (hs-overlay-at): New func.
1557 (hs-already-hidden-p, hs-show-block): Use it.
1558 (hs-hide-all): Don't pre-clean if nesting allowed.
1559 (hs-show-all): Temporarily disallow
1560 nesting around call to `hs-discard-overlays'.
1561
1562 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1565 Delete unused local var.
1566
1567 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1568
1569 * help-fns.el (describe-categories): "?\ " -> "?\s".
1570 (help-do-arg-highlight): Recognize also ARG-n, as in
1571 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1572
1573 * international/codepage.el (dos-unsupported-char-glyph):
1574 * net/newsticker.el (tool-bar-map, w3-mode-map)
1575 (w3m-minor-mode-map):
1576 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1577 (ent-alist):
1578 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1579
1580 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * custom.el (custom-push-theme): Handle the case where a symbol is
1583 bound but face properties have not yet been assigned.
1584
1585 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1586 Fix behavior if noerase is `t' and there is no mail buffer.
1587
1588 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1589 if `continue' is nil, rather than signal an error.
1590
1591 2005-09-12 Richard M. Stallman <rms@gnu.org>
1592
1593 * font-lock.el (font-lock-keywords): Add autoload.
1594
1595 * help-fns.el (describe-variable): Rearrange to put source link
1596 in a predictable place.
1597
1598 * net/newsticker.el: New file.
1599
1600 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1603 (calendar-basic-setup): Use the new nil arg.
1604 (number-of-diary-entries): Move to diary-lib.el.
1605
1606 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1607 (diary-list-entries): Use with-syntax-table and dolist.
1608 Rename from list-diary-entries.
1609 Use number-of-diary-entries if `number' is nil.
1610 (diary, diary-view-entries): Use this new name and new nil arg value.
1611 (number-of-diary-entries): Move from calendar.el.
1612 (diary-unhide-everything): New function.
1613 (include-other-diary-files, fancy-diary-display)
1614 (diary-show-all-entries, make-diary-entry): Use it.
1615 (diary-mail-entries): Use buffer-string.
1616 (mark-diary-entries): Fix long standing paren typo.
1617 (diary-sexp-entry): Use count-lines.
1618 (make-diary-entry): Avoid `previous-line'.
1619 (diary-mode-map): New var.
1620 (diary-mode): Redraw cal after saving. Setup header-line.
1621 (fancy-diary-display-mode): Use local-set-key.
1622
1623 * startup.el (command-line): Try calling various terminal-init-foo-bar
1624 functions by stripping hyphenated suffixes from $TERM.
1625
1626 * files.el (normal-mode): Check boundness of font-lock-keywords.
1627
1628 2005-09-12 Richard M. Stallman <rms@gnu.org>
1629
1630 * progmodes/compile.el: Don't decide a file's directory
1631 until the user actually tries to go there.
1632 (compilation-next-error-function):
1633 Pass compilation-find-file the directory from the file-struct.
1634 (compilation-internal-error-properties): Separate local FILE-STRUCT
1635 from FILE. Doc the args better. Rename arg FMT to FMTS.
1636 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1637 Expand it, and if nil, use default-directory.
1638 (compilation-get-file-structure): Don't mix specified directory
1639 with default directory. Put specified directory into
1640 file-struct. Don't make the file name absolute.
1641
1642 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1643 (compile-command): Add autoload.
1644 (compilation-disable-input): Add autoload.
1645
1646 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1647
1648 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1649 strings of the variables it can override.
1650 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1651 %Q and %q, for fully-qualified domain name and unqualified host name.
1652
1653 2005-09-11 Kim F. Storm <storm@cua.dk>
1654
1655 * emacs-lisp/authors.el (authors-aliases): Update list.
1656 (authors-fixed-entries): Update mldrag.el entry.
1657
1658 2005-09-10 Alan Mackenzie <acm@muc.de>
1659
1660 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1661 from the region narrowed to.
1662
1663 2005-09-10 Magnus Henoch <mange@freemail.hu>
1664
1665 * textmodes/ispell.el (ispell-check-version): Signal an error if
1666 aspell version is less than 0.60.
1667
1668 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1669
1670 * progmodes/octave-inf.el (inferior-octave-startup):
1671 Resync current dir at the end.
1672
1673 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1674
1675 * woman.el (woman-topic-at-point-default):
1676 Rename to woman-use-topic-at-point-default.
1677 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1678 (woman-file-name): Reflect renames above. Automatically use the
1679 word at point as topic if woman-use-topic-at-point is non-nil.
1680 Otherwise offer it as default but don't insert it in the
1681 minibuffer. Also use `test-completion' instead of `assoc' as
1682 suggested by Stefan Monnier.
1683
1684 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1685
1686 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1687 the attempt to do it over Tramp. This is not yet supported.
1688
1689 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1690
1691 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1692 (menu-bar-non-minibuffer-window-p): New functions.
1693 ("Split Window", "Save As..."): Use them.
1694 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1695 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1696 Use menu-bar-menu-frame-live-and-visible-p.
1697 ("Save Buffer", "Insert File", "Open Directory...")
1698 ("Open File...", "Visit New File..."):
1699 Use menu-bar-non-minibuffer-window-p.
1700 (kill-this-buffer-enabled-p, dired <menu-enable>):
1701 Use menu-bar-non-minibuffer-window-p.
1702
1703 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1704
1705 * cus-start.el (all): Don't complain about fringe-related
1706 built-ins if fringes are not supported. Ditto about
1707 selection-related built-ins. Fix the test for GTK-related built-ins.
1708
1709 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1710 ("Postscript Print Buffer", "Print Region", "Save As...")
1711 ("Save", "Insert File...", "Open Directory...")
1712 ("Open File...", "Visit New File..."")
1713 ("Truncate Long Lines in this Buffer"): Don't look at
1714 menu-updating-frame if this display does not support multiple frames.
1715
1716 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1717
1718 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1719
1720 2005-09-09 Emilio Lopes <eclig@gmx.net>
1721
1722 * woman.el: Format- and whitespace-related changes.
1723
1724 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1725
1726 * woman.el: Fix my email address.
1727
1728 2005-09-08 Richard M. Stallman <rms@gnu.org>
1729
1730 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1731 (sh-mode): Locally set skeleton-pair-default-alist.
1732
1733 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1734
1735 * progmodes/flymake.el: Require `compile' unconditionally.
1736
1737 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1738
1739 * woman.el (woman-file-name): Provide a default, not initial input.
1740
1741 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1742
1743 * font-lock.el (font-lock-support-mode): Doc fix.
1744
1745 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1746
1747 2005-09-08 Richard M. Stallman <rms@gnu.org>
1748
1749 * simple.el (blink-matching-open): Get rid of text props from
1750 the string shown in echo area. Don't permanently set point.
1751 Some rearrangements.
1752
1753 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1754
1755 * recentf.el (recentf-filename-handler): Add custom choice
1756 `abbreviate-file-name'.
1757
1758 * msb.el (msb--very-many-menus): Fix typo.
1759
1760 * disp-table.el (standard-display-european): Don't set
1761 enable-multibyte-characters to nil.
1762
1763 2005-09-08 David Ponce <david@dponce.com>
1764
1765 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1766 (recentf-expand-file-name): Doc fix.
1767 (recentf-dialog-mode-map): Define digit shortcuts.
1768 (recentf--files-with-key): New variable.
1769 (recentf-show-digit-shortcut-filter): New function.
1770 (recentf-open-files-items): New function.
1771 (recentf-open-files): Use it.
1772 (recentf-open-file-with-key): New command.
1773
1774 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1775
1776 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1777 Suggested by Kim F. Storm.
1778 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1779 (Buffer-menu-make-sort-button): Use global keymap.
1780
1781 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1782
1783 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1784 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1785 necessary any longer with the remapped command.
1786 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1787 formatting time only.
1788
1789 * net/tramp.el (tramp-action-password)
1790 (tramp-multi-action-password): Compile the password prompt from
1791 `method', `user' and `host'. Sometimes it isn't obvious which
1792 password to enter, for example with remote files offered by
1793 recentf.el, or with multiple steps. Suggested by Robert Marshall
1794 <robert@chezmarshall.freeserve.co.uk>.
1795
1796 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1799 Fix regexp for when "s///" is at the beginning of line.
1800
1801 2005-09-07 Jay Belanger <belanger@truman.edu>
1802
1803 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1804 when in matrix mode.
1805
1806 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1809 non-anonymous functions.
1810
1811 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1812
1813 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1814 when using a header line. Otherwise, use mouse-1-click-follows-link.
1815
1816 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1817 can't be moved; don't signal an error.
1818
1819 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * cus-theme.el (custom-theme-write-faces): Save the current face
1822 spec, not the defface spec.
1823
1824 * custom.el (custom-known-themes): Clarify meaning of "standard".
1825 (custom-push-theme): Save old values in the standard theme.
1826 (disable-theme): Correct typo.
1827 (custom-face-theme-value) Deleted unused function.
1828 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1829
1830 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * progmodes/compile.el (compilation-goto-locus): Take into account
1833 iconified frames when determining whether the buffer is
1834 already visible.
1835 Don't reset window height if the window already existed.
1836
1837 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * custom.el (load-theme): Rename from require-theme.
1840 Add interactive spec.
1841 (enable-theme): Rename from custom-enable-theme.
1842 Add interactive spec.
1843 (disable-theme): Rename from custom-disable-theme.
1844 Add interactive spec.
1845 (custom-make-theme-feature): Doc fix.
1846 (custom-theme-directory): Doc fix.
1847 (provide-theme): Call enable-theme.
1848
1849 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * obsolete/lazy-lock.el (lazy-lock-mode):
1852 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1853 font-lock-mode if it's off. Print a warning instead.
1854
1855 * progmodes/compile.el (compilation-start): Ignore errors if the
1856 process died before we get to send-eof.
1857
1858 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1859 Undo last change. Enclosing the result in quotes broke things on Unix
1860 since tex-send-command passes it through shell-quote-argument.
1861 (tex-send-command): Pass `file' through convert-standard-filename
1862 when possible.
1863 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1864 info in a transcript.
1865
1866 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1867
1868 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1869 fix compilation warning. Reorder the key definitions to group
1870 together keys emitted by the current version of xterm.
1871
1872 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1873 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1874 Reorder predicates to correct min-color usage.
1875
1876 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1879 Kill local variables when longlines-mode is turned off.
1880
1881 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1884
1885 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1886
1887 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1888
1889 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1890 (font-lock-lines-before): Change default to being inactive.
1891 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1892 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1893
1894 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1895
1896 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1897 Deactivate temporarily advice if active (not needed for Emacs 22,
1898 but for backwards compatibility).
1899 (tramp-exists-file-name-handler): Rewrite. First implementation
1900 was too simple.
1901 (tramp-advice-make-auto-save-file-name):
1902 Call `tramp-handle-make-auto-save-file-name' (again, just for
1903 backwards compatibility).
1904
1905 2005-08-31 Reto Zimmermann <reto@gnu.org>
1906
1907 * progmodes/vhdl-mode.el
1908 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1909 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1910 (vhdl-set-default-project): New function (easier setting of default).
1911 (vhdl-port-copy): Handle extended identifiers for generics.
1912 (vhdl-compiler-alist): Better description for error message regexp.
1913 (vhdl-make): Query for target, use previous as default.
1914 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1915 (vhdl-font-lock-keywords-2): Fix fontification for record
1916 el. assign.
1917 (vhdl-speedbar-make-subpack-line): Add package body link.
1918 (vhdl-generate-makefile-1): Not include itself as dependency.
1919 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1920 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1921 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1922 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1923 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1924 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1925 (vhdl-import-project): Add string argument for `error'.
1926 (vhdl-compose-configuration)
1927 (vhdl-compose-configuration-architecture): Add configuration
1928 declaration generation.
1929 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1930 (vhdl-trailer-re): Add "record" keyword (better indentation).
1931 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1932 "[^ \t-\"]+".
1933 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1934 (vhdl-testbench-entity-file-name)
1935 (vhdl-testbench-architecture-file-name): Allow separate
1936 customization of testbench file names.
1937 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1938 (vhdl-get-visible-signals): Allow newline within alias declaration.
1939 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1940 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1941 (member-ignore-case): Alias for missing function in XEmacs.
1942 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1943 (vhdl-update-sensitivity-list): Ignore case on read signals.
1944 (vhdl-replace-string): Adjust case only for file names.
1945 (vhdl-update-sensitivity-list): Fix search for read signals.
1946 (vhdl-update-sensitivity-list): Exclude formal parameters.
1947 (vhdl-get-visible-signals): Include aliases of signals.
1948 (vhdl-get-visible-signals): Fix signal name searching.
1949 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1950 (vhdl-fixup-whitespace-region): Fix for character
1951 literals (e.g. ':').
1952
1953 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1954
1955 * ansi-color.el (comint-last-output-start):
1956 * bs.el (font-lock-verbose):
1957 * diff-mode.el (add-log-buffer-file-name-function):
1958 * dired-x.el (vm-folder-directory):
1959 * faces.el (help-xref-stack-item):
1960 * files.el (font-lock-keywords):
1961 * find-lisp.el (dired-buffers, dired-subdir-alist):
1962 * ido.el (cua-inhibit-cua-keys):
1963 * log-view.el (cvs-minor-wrap-function):
1964 * outline.el (font-lock-warning-face):
1965 * simple.el (compilation-current-error):
1966 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1967 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1968 * tooltip.el (comint-prompt-regexp):
1969 * w32-fns.el (explicit-shell-file-name):
1970 * term/mac-win.el (mac-charset-info-alist)
1971 (mac-services-selection, mac-system-script-code):
1972 * term/tty-colors.el (msdos-color-values):
1973 * term/w32-win.el (xlfd-regexp-registry-subnum):
1974 * term/x-win.el (x-keysym-table, x-selection-timeout)
1975 (x-session-id, x-session-previous-id):
1976 * textmodes/ispell.el (mail-yank-prefix):
1977 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1978 * textmodes/org.el (calc-embedded-close-formula)
1979 (calc-embedded-open-formula)
1980 (font-lock-unfontify-region-function):
1981 * textmodes/reftex-global.el (isearch-next-buffer-function)
1982 (TeX-master):
1983 * textmodes/reftex.el (font-lock-keywords):
1984 * textmodes/tex-mode.el (font-lock-comment-face)
1985 (font-lock-doc-face):
1986 * textmodes/texinfo.el (outline-heading-alist):
1987 Add defvars.
1988
1989 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1990 (artist-spray-chars, artist-mode-init, artist-replace-string)
1991 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1992 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1993 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1994
1995 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1996 (conf-align-assignments): "?\ " -> "?\s".
1997
1998 * textmodes/reftex-index.el (TeX-master): Add defvar.
1999 (reftex-index-phrases-marker): Move up defvar.
2000
2001 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2002 (reftex-toc-include-labels-indicator)
2003 (reftex-toc-include-index-indicator)
2004 (reftex-toc-max-level-indicator): Move up declarations.
2005
2006 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2007 of args to `tramp-run-real-handler', even if it's empty in this case.
2008
2009 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2010
2011 * dired.el (dired-move-to-filename-regexp): Add date format for
2012 Mac OS X 10.3 in East Asian locales.
2013
2014 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2015
2016 * files.el (make-auto-save-file-name): Add file name handler call
2017 if applicable.
2018
2019 * net/tramp.el (tramp-file-name-handler-alist)
2020 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2021 (tramp-handle-make-auto-save-file-name): Rename from
2022 `tramp-make-auto-save-file-name'.
2023 (tramp-exists-file-name-handler): New defun.
2024 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2025 `make-auto-save-file-name' is not a magic file name operation.
2026
2027 2005-08-30 Richard M. Stallman <rms@gnu.org>
2028
2029 * files.el (risky-local-variable-p):
2030 Match `-predicates' and `-commands.
2031
2032 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2033 (custom-save-all): Visit the file if necessary;
2034 kill the buffer if we created it.
2035 (custom-save-delete): Don't visit file or kill buffer here.
2036
2037 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2038
2039 * textmodes/org.el (org-special-keyword): New face.
2040 (org-table-copy-down, org-table-eval-formula)
2041 (org-table-recalculate, org-init-section-numbers):
2042 Use `string-to-number' instead of `string-to-int'.
2043 (org-get-location): Use `insert-buffer-substring' instead of
2044 `insert-buffer'.
2045 (org-modify-diary-entry-string): New function.
2046 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2047 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2048 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2049 active region.
2050 (org-export-as-html): Handle QUOTE keyword.
2051 (org-quote-string): New option.
2052 (org-bookmark-jump-unhide): New function, used for
2053 `bookmark-after-jump-hook'.
2054 (org-diary-default-entry): Apply only when not called through
2055 `org-agenda'.
2056
2057 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * net/eudc.el (mode-popup-menu):
2060 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2061 * progmodes/ada-mode.el (compile-auto-highlight)
2062 (skeleton-further-elements):
2063 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2064 * progmodes/cmacexp.el (msdos-shells):
2065 * progmodes/compile.el (font-lock-extra-managed-props)
2066 (font-lock-keywords, font-lock-maximum-size)
2067 (font-lock-support-mode):
2068 * progmodes/grep.el (font-lock-lines-before):
2069 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2070 * progmodes/mixal-mode.el (compile-command):
2071 * progmodes/perl-mode.el (font-lock-comment-face)
2072 (font-lock-doc-face, font-lock-string-face):
2073 * progmodes/prolog.el (comint-prompt-regexp):
2074 * progmodes/sh-script.el (font-lock-comment-face)
2075 (font-lock-set-defaults, font-lock-string-face):
2076 * progmodes/sql.el (font-lock-keyword-face)
2077 (font-lock-set-defaults, font-lock-string-face):
2078 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2079 (itimer-version, lazy-lock-defer-contextually)
2080 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2081 Add defvars.
2082
2083 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2084 (cperl-electric-keyword, cperl-electric-pod)
2085 (cperl-electric-backspace, cperl-forward-re)
2086 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2087 (vc-rcs-header, vc-sccs-header): Add defvars.
2088
2089 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2090 (font-lock-syntactic-keywords, gud-find-expr-function):
2091 Add defvars.
2092
2093 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2094 (gdb-frame-parameters): Declare before use.
2095
2096 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2097 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2098 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2099 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2100
2101 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2102 (idlwave-help-with-source): Use `insert-buffer-substring', not
2103 `insert-buffer'.
2104
2105 2005-08-29 Juri Linkov <juri@jurta.org>
2106
2107 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2108 Put outline-back-to-heading function call inside save-excursion.
2109
2110 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2111
2112 * man.el (Man-init-defvars, Man-translate-references)
2113 (Man-support-local-filenames, Man-highlight-references):
2114 * progmodes/sql.el (sql-interactive-mode):
2115 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2116
2117 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2118 (compilation-mode-font-lock-keywords): Add defvars.
2119 (checkdoc-interactive-loop): "?\ " -> "?\s".
2120
2121 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2122 (font-lock-doc-face, font-lock-string-face)
2123 (font-lock-keywords-case-fold-search): Add defvars.
2124 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2125
2126 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2127 Don't pass X and Y (they are ignored anyway).
2128 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2129 (mouse-delete-window): Make arguments optional.
2130
2131 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2132 (caesar-translate-table, minor-modes, news-buffer-save)
2133 (news-group-name, news-minor-modes): Add defvars.
2134
2135 * emacs-lisp/lselect.el (mouse-highlight-priority)
2136 (x-lost-selection-functions, zmacs-regions):
2137 * emacs-lisp/pp.el (font-lock-verbose):
2138 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2139 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2140 (ses-mode-map):
2141 * emacs-lisp/tcover-unsafep.el (safe-functions):
2142 * international/mule-cmds.el (mac-system-coding-system)
2143 (mac-system-locale):
2144 * language/ethio-util.el (rmail-current-message)
2145 (rmail-message-vector):
2146 * language/thai-util.el (thai-auto-composition-mode):
2147 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2148 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2149 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2150 (vm-primary-inbox, vm-spool-files):
2151 * mail/rmail.el (deleted-head, font-lock-fontified)
2152 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2153 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2154 (total-messages):
2155 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2156 (rmail-summary-mode-map):
2157 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2158 (rmail-last-label, rmail-last-multi-labels)
2159 (rmail-summary-vector, rmail-total-messages):
2160 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2161 * mail/rmailsum.el (msgnum):
2162 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2163 (rmail-current-message):
2164 * obsolete/fast-lock.el (font-lock-face-list):
2165 * obsolete/rnewspost.el (mail-reply-buffer):
2166 * obsolete/scribe.el (compile-command):
2167 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2168
2169 2005-08-28 John Paul Wallington <jpw@gnu.org>
2170
2171 * ibuf-ext.el (ibuffer-auto-update-changed):
2172 Use `frame-or-buffer-changed-p' to check whether we need to update.
2173 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2174 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2175 as a `frame-or-buffer-changed-p' state vector instead.
2176
2177 2005-08-27 Romain Francoise <romain@orebokech.com>
2178
2179 * textmodes/makeinfo.el (makeinfo-compile):
2180 Use `compilation-start'. Set `next-error-function' according to
2181 `disable-errors'.
2182 (makeinfo-next-error): New function.
2183 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2184 (makeinfo-buffer): Likewise.
2185
2186 * progmodes/compile.el (compilation-start): Add autoload cookie.
2187
2188 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2189 * textmodes/sgml-mode.el: Likewise.
2190 * progmodes/python.el: Likewise.
2191
2192 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2193
2194 * simple.el (blink-matching-paren-distance): Document the meaning
2195 of nil value, and allow to customize to nil.
2196
2197 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2198 command.com, not command.exe.
2199
2200 2005-08-26 John Wiegley <johnw@newartisans.com>
2201
2202 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2203 code around a bit so that an extraneous nil argument is not added
2204 to a command when no args are given.
2205
2206 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2207 double-quoted argument resolves to nil, return it as an empty
2208 string rather than as nil. This made it impossible to pass "" to
2209 a shell script as a null string argument.
2210
2211 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * outline.el (outline-invent-heading): New fun.
2214 (outline-promote, outline-demote): Use it.
2215 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2216 (outline-end-of-subtree): Remove unused var `opoint'.
2217
2218 2005-08-26 David Reitter <david.reitter@gmail.com>
2219
2220 * menu-bar.el (truncate-lines, write-file, print-buffer)
2221 (ps-print-buffer-faces, ps-print-buffer, split-window):
2222 Disable menu items when the frame they refer to is invisible, or when
2223 they refer to a buffer and the minibuffer is selected.
2224
2225 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2226
2227 * progmodes/flymake.el (flymake-highlight-err-lines):
2228 Use save-excursion around flymake-highlight-line to preserve point.
2229
2230 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2231
2232 * progmodes/octave-mod.el: Change Author and Maintainer address.
2233 (octave-maintainer-address): Change Kurt's email address.
2234 * progmodes/octave-inf.el: Change Author and Maintainer address.
2235 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2236
2237 2005-08-26 Kim F. Storm <storm@cua.dk>
2238
2239 * subr.el (version-list-<, version-list-<=, version-list-=):
2240 Renamed from integer-list-*.
2241 (version-list-not-zero): Likewise. Fix while loop.
2242 (version=): Use version-list-= instead of string-equal.
2243
2244 2005-08-26 Richard M. Stallman <rms@gnu.org>
2245
2246 * outline.el (outline-promote): Try shortening the heading.
2247 As last resort, read the heading to use.
2248 (outline-demote): As last resort, read the heading to use.
2249
2250 2005-08-26 Romain Francoise <romain@orebokech.com>
2251
2252 * progmodes/compile.el (compilation-start): Doc fix.
2253
2254 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2255 (antlr-font-lock-additional-keywords): Fix reference to
2256 `antlr-font-lock-literal-regexp' erroneously changed during the
2257 mass face rename.
2258 (antlr-run-tool): Use `compilation-start'.
2259
2260 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2261 instead of the obsolete `compile-internal'.
2262
2263 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2264
2265 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2266 (number, original-date):
2267 * calendar/cal-china.el (date):
2268 * calendar/cal-coptic.el (date):
2269 * calendar/cal-french.el (date):
2270 * calendar/cal-hebrew.el (date, entry, number, original-date):
2271 * calendar/cal-islam.el (date, number, original-date):
2272 * calendar/cal-iso.el (date):
2273 * calendar/cal-julian.el (date):
2274 * calendar/cal-mayan.el (date):
2275 * calendar/cal-menu.el (date, event):
2276 * calendar/cal-persia.el (date):
2277 * calendar/lunar.el (date):
2278 * calendar/solar.el (date): Add defvars.
2279
2280 * emerge.el:
2281 * ibuffer.el:
2282 * info-xref.el:
2283 * obsolete/bg-mouse.el:
2284 * obsolete/sun-curs.el:
2285 * obsolete/swedish.el: Move the `defvar's to the top level.
2286
2287 * smerge-mode.el (smerge-refined-change): Add :group.
2288
2289 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2292 (smerge-keep-n): Remove props.
2293 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2294 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2295 now that it's done in smerge-keep-n.
2296 (smerge-refined-change): New face.
2297 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2298 (smerge-refine): New funs.
2299 (smerge-basic-map): Bind smerge-refine.
2300
2301 2005-08-25 Juri Linkov <juri@jurta.org>
2302
2303 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2304 compilation-process-setup-function and compilation-disable-input
2305 in grep-mode instead of let-bindings in grep.
2306
2307 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2308 Delete "Automatic File De/compression" (auto-compression-mode).
2309
2310 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2311
2312 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2313 Silence warning about non-existent variable.
2314
2315 2005-08-25 Richard M. Stallman <rms@gnu.org>
2316
2317 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2318 Rename "Describe Key" to "Describe Key or Mouse Operation".
2319
2320 * mail/mailalias.el (build-mail-aliases): Delete comments
2321 from the contents before processing them.
2322
2323 * isearch.el (isearch-edit-string): Erase the Search prompt
2324 if user enters an empty string and there is no default.
2325
2326 * comint.el (comint-file-name-prefix): Add autoload.
2327
2328 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2329
2330 * subr.el (play-sound): Rearrange to avoid warning.
2331
2332 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2333
2334 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2335 New hook.
2336 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2337
2338 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2341
2342 * custom.el (custom-theme-set-variables): Sort minor modes last.
2343
2344 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2345
2346 * subr.el (version-separator, version-regexp-alist): New vars used by
2347 version comparison funs.
2348 (integer-list-<, integer-list-=, integer-list-<=)
2349 (integer-list-not-zero): New funs for integer list comparison.
2350 (version-to-list, version=, version<, version<=): New funs for version
2351 comparison.
2352
2353 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2354
2355 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2356 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2357 time to silence the byte-compiler.
2358
2359 * ibuffer.el (ibuffer-compile-make-eliding-form)
2360 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2361 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2362 so it's silly to get warnings for it).
2363 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2364 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2365 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2366 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2367 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2368 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2369 Defvar at compile time.
2370 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2371 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2372 Declare them before use.
2373
2374 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2375 (info-xref-good, info-xref-bad): Defvar at compile time.
2376
2377 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2378 Use `let*' instead of `let'.
2379
2380 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2381 (*mouse-y*, menu, char): Defvar at compile time.
2382 (sc::menu): Declare it before use.
2383 (sc::pack-one-line): Use `let', not `let*'.
2384
2385 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2386 (mail-send-hook): Defvar at compile time.
2387
2388 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2389 Defvar at compile time.
2390
2391 * term/sun-mouse.el (current-global-mousemap)
2392 (current-local-mousemap): Declare them before use.
2393
2394 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2395
2396 * bookmark.el (bookmark-after-jump-hook): New hook.
2397 (bookmark-jump): Run `bookmark-after-jump-hook'.
2398
2399 2005-08-23 Juri Linkov <juri@jurta.org>
2400
2401 * faces.el (minibuffer-prompt): Doc fix.
2402
2403 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2404
2405 * progmodes/xscheme.el: Trivial changes to silence warnings.
2406 (xscheme-previous-mode, xscheme-previous-process-state):
2407 Add defvars.
2408 (xscheme-last-input-end, xscheme-process-command-line)
2409 (xscheme-process-name, xscheme-buffer-name)
2410 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2411 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2412 (xscheme-control-g-synchronization-p)
2413 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2414 (default-xscheme-runlight, xscheme-runlight)
2415 (xscheme-runlight-string, xscheme-process-filter-state)
2416 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2417 Move to beginning of file.
2418 (scheme-interaction-mode-commands-alist)
2419 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2420 Declare them before use. Note: the initialization code for the variables
2421 has not been moved because it uses functions that reference the variables.
2422 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2423 (xscheme-prompt-for-expression-map): Declare them before use.
2424 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2425
2426 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2427
2428 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2429
2430 2005-08-22 Juri Linkov <juri@jurta.org>
2431
2432 * faces.el (set-face-underline): Delete this duplicate function
2433 and make an obsolete alias to set-face-underline-p.
2434 (set-face-underline-p): Use docstring of set-face-underline.
2435 (describe-face): Create hyperlink to parent face.
2436
2437 * info.el (Info-insert-dir): Use save-excursion around
2438 insert-buffer-substring.
2439 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2440 (Info-escape-percent): Delete function.
2441 (Info-fontify-node): Replace Info-escape-percent by
2442 replace-regexp-in-string with REP arg set to lambda that
2443 duplicates `%' and preserves text properties.
2444
2445 * progmodes/compile.el (compilation-disable-input): Doc fix.
2446 (define-compilation-mode): Doc fix and refill.
2447 (kill-compilation): Use `mode-name' in the error message.
2448 (compilation-find-file): Use `compilation-error' in the
2449 read-file-name's prompt.
2450
2451 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2454 (smerge-auto-leave): Make undo re-enable the mode.
2455 (debug-ignored-errors): Add the user-error of impossible resolution.
2456 (smerge-resolve): Move things around a bit, in preparation for later.
2457 (smerge-diff): Don't fail if the buffer has no associated file.
2458 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2459 (smerge-conflict-overlay): New function.
2460 (smerge-match-conflict): Don't add text properties here.
2461 (smerge-find-conflict): Instead, add an overlay here.
2462 Also check for the case where we're inside a conflict already, so as to
2463 obviate the need for font-lock-multiline, which is unbearably slow with
2464 large conflicts and ciomplex font-lock patterns.
2465 (smerge-remove-props): Remove overlay rather than text-properties.
2466 (smerge-mode): Don't set font-lock-multiline.
2467 Remove overlays when turned off.
2468
2469 2005-08-21 Kim F. Storm <storm@cua.dk>
2470
2471 * ido.el (ido-ignore-item-p): Use save-match-data.
2472 Bind case-fold-search to ido-case-fold locally.
2473
2474 2005-08-20 Richard M. Stallman <rms@gnu.org>
2475
2476 * files.el (normal-mode): If font lock is on, turn it off and on.
2477
2478 * subr.el (replace-regexp-in-string): Doc fix.
2479
2480 * startup.el (command-line-1): Don't suppress startup screen
2481 due to existing processes.
2482
2483 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2484
2485 * progmodes/compile.el (compilation-disable-input): Default to nil.
2486
2487 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2488
2489 * progmodes/compile.el (compilation-disable-input): New defcustom.
2490 (compilation-start): If compilation-disable-input is non-nil, send
2491 EOF to the compilation process.
2492
2493 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2494
2495 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2496 Run the argument of tex-shell-cd-command through
2497 convert-standard-filename, to get the correct style of slashes on
2498 Windows, and enclose the result in quotes, in case the file name
2499 includes whitespace or other special characters.
2500
2501 2005-08-19 Andreas Schwab <schwab@suse.de>
2502
2503 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2504 process.
2505
2506 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2507
2508 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2509
2510 2005-08-18 Kim F. Storm <storm@cua.dk>
2511
2512 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2513
2514 2005-08-18 Richard M. Stallman <rms@gnu.org>
2515
2516 * scroll-lock.el: New file.
2517
2518 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2519
2520 * dired.el (dired-move-to-end-of-filename):
2521 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2522
2523 2005-08-18 Kim F. Storm <storm@cua.dk>
2524
2525 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2526 rather than toggle mode when custom value is nil.
2527 (ido-everywhere): Fix defun doc string.
2528
2529 2005-08-17 Richard M. Stallman <rms@gnu.org>
2530
2531 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2532 as tag instead of "Inviolable".
2533
2534 2005-08-17 Kim F. Storm <storm@cua.dk>
2535
2536 * windmove.el (windmove-coordinates-of-position): Remove.
2537 (windmove-coordinates-of-window-position): Remove.
2538 (windmove-reference-loc): Use posn-at-point instead.
2539
2540 * subr.el (insert-for-yank-1): Doc fix.
2541
2542 * ido.el (ido-enter-matching-directory): Rename from
2543 ido-enter-single-matching-directory. Change 'slash choice to
2544 'only. Add 'first choice.
2545 (ido-exhibit): Adapt to above changes.
2546
2547 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2548
2549 * Makefile.in: Expand comment about building loaddefs.el.
2550
2551 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2552
2553 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2554 Comment use of defadvice.
2555
2556 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2557
2558 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2559
2560 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2561 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2562 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2563 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2564 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2565 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2566 for backward compatibility for faces that did not appear in the
2567 previous Emacs release.
2568
2569 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2570
2571 2005-08-15 Kim F. Storm <storm@cua.dk>
2572
2573 * emulation/cua-base.el (cua-delete-region): Return t if
2574 deleted region was non-empty.
2575 (cua-replace-region): Inhibit overwrite-mode for
2576 self-insert-command if replaced region was non-empty.
2577 (cua--explicit-region-start, cua--status-string): Make them
2578 buffer-local at top-level...
2579 (cua-mode): ...rather than when mode is enabled.
2580
2581 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2582
2583 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2584 Set t for Emacs 21, 22, and so on.
2585
2586 2005-08-15 David Ponce <david@dponce.com>
2587
2588 * tree-widget.el: Update Commentary header.
2589 (tree-widget-theme): Doc fix.
2590 (tree-widget-space-width): New option.
2591 (tree-widget-image-properties): Look up in the default theme too.
2592 (tree-widget--cursors): Only for images with arrow pointer shape.
2593 (tree-widget-lookup-image): Pointer shape is hand by default.
2594 (tree-widget-icon): Rename generic icon widget from
2595 `tree-widget-control'.
2596 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2597 derive from `tree-widget-icon'.
2598 (tree-widget-handle): Improve default look and feel of the text
2599 representation.
2600 (tree-widget): Rename :*-control properties to :*-icon properties.
2601 Add :action and :help-echo properties.
2602 (tree-widget-after-toggle-functions): Move.
2603 (tree-widget-close-node, tree-widget-open-node): Remove.
2604 (tree-widget-before-create-icon-functions): New hook.
2605 (tree-widget-value-create): Update to allow customization of icons
2606 and nodes at run-time via that new hook.
2607 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2608 (tree-widget-icon-action, tree-widget-icon-help-echo)
2609 (tree-widget-action, tree-widget-help-echo): New functions.
2610
2611 2005-08-15 Kim F. Storm <storm@cua.dk>
2612
2613 * ido.el (ido-buffer-internal): Use with-no-warnings.
2614 (ido-make-merged-file-list): Use while-no-input.
2615
2616 2005-08-15 Richard M. Stallman <rms@gnu.org>
2617
2618 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2619 (flyspell-large-region): Fix doc and custom type.
2620
2621 2005-08-14 Richard M. Stallman <rms@gnu.org>
2622
2623 * files.el (interpreter-mode-alist): Doc fix.
2624
2625 * mail/rmail.el (rmail-nonignored-headers): New variable.
2626 (rmail-clear-headers): Use it.
2627 (rmail-reply): Better handling of mail-followup-to header.
2628
2629 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2630 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2631 don't try to refer to executable-font-lock-keywords.
2632 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2633 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2634 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2635 (sh-mode): Set comment-start-skip, local-abbrev-table,
2636 imenu-case-fold-search.
2637 (sh-set-shell): Don't set them here.
2638 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2639 Don't cache the results in the original alist; don't ever modify
2640 that alist.
2641
2642 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2643
2644 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2645 empty.
2646
2647 2005-08-15 Andreas Schwab <schwab@suse.de>
2648
2649 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2650
2651 * dired.el, info.el, mail/rmail.el: Revert last change.
2652
2653 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2654
2655 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2656 modification in `eval-after-load' form.
2657 * info.el: Likewise.
2658 * mail/rmail.el: Likewise.
2659
2660 2005-08-14 Juri Linkov <juri@jurta.org>
2661
2662 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2663 Remove highlighting of "Compilation started". Highlight only
2664 the word "finished" in "Compilation finished". Add highlighting
2665 of "interrupt", "killed", "terminated" and the exit code.
2666 (compilation-start): Add newline after header. Use exactly the
2667 same time stamp format as the finishing message.
2668 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2669
2670 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2671 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2672 Add highlighting of "interrupt", "killed", "terminated".
2673
2674 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2675 enabled and the current command is self-insert-command, call it
2676 explicitly with overwrite-mode bound to nil, to not allow it
2677 to delete the character after the selected region.
2678
2679 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2680
2681 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2682 move-end-of-line, end-of-line, and beginning-of-line to the list
2683 of commands after which the echo area is updated.
2684
2685 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2686
2687 * cus-edit.el (custom-save-all, custom-save-delete):
2688 Bind recentf-exclude to exclude custom-file.
2689
2690 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2691
2692 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2693 to go to the bottom of the mail message. Added to
2694 `rmail-summary-mode-map' with key "/".
2695 (rmail-summary-show-message): New (internal) function for use by
2696 both `rmail-summary-beginning/end-of-message'.
2697 (rmail-summary-beginning-of-message): Change to use
2698 rmail-summary-show-message.
2699
2700 * mail/rmail.el (rmail-end-of-message): New command to go to the
2701 end of the current message. Added to `rmail-mode-map' with key "/".
2702 (rmail-beginning-of-message): Fix to work as documented.
2703 (rmail-mode): Change documentation.
2704
2705 * progmodes/compile.el (compilation-start): Add the line
2706 "Compilation started" with compilation start time.
2707 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2708
2709 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2710
2711 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2712 of menu items.
2713
2714 2005-08-11 Richard M. Stallman <rms@gnu.org>
2715
2716 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2717
2718 * battery.el (battery-status-function): Don't use ignore-errors.
2719
2720 2005-08-11 Lute Kamstra <lute@gnu.org>
2721
2722 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2723 define-obsolete-variable-alias.
2724
2725 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2728 (ange-ftp-send-cmd): Revert last change, and expand
2729 the comment explaining the problem.
2730
2731 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2732
2733 * ldefs-boot.el: Update.
2734
2735 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2736 item to "Time, Load and Mail". Change help echo text.
2737
2738 * time.el (display-time-use-mail-icon, display-time-format)
2739 (display-time-string-forms): Shorten first line of docstrings.
2740
2741 2005-08-10 Lars Hansen <larsh@soem.dk>
2742
2743 * desktop.el (desktop-buffer-mode-handlers):
2744 Make non-customizable. Add autoload cookie. Change initial value to
2745 nil; add elements in respective modules instead. Fix doc string.
2746 (desktop-load-file): New function.
2747 (desktop-minor-mode-handlers): New autoloaded variable.
2748 (desktop-create-buffer): Call minor mode handlers.
2749 Use desktop-load-file to load major and minor mode modules prior to
2750 checking for a handler.
2751 (desktop-save): Don't add nil to desktop-minor-modes for minor
2752 modes with nil function in desktop-minor-mode-table. Don't delete
2753 desktop file before rewriting it.
2754 (desktop-locals-to-save): Add autoload cookie. Don't make
2755 automatically buffer-local. Add variables column-number-mode,
2756 size-indication-mode, indent-tabs-mode,
2757 indicate-buffer-boundaries, indicate-empty-lines and
2758 show-trailing-whitespace.
2759 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2760 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2761 (desktop-clear-preserve-buffers-regexp): Delete.
2762 (desktop-clear-preserve-buffers): Update initial value and docstring.
2763 (desktop-save-buffer): Fix doc string.
2764
2765 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2766 (hilit-chg-desktop-restore): New function.
2767 (highlight-changes-mode): Add highlight-changes-mode to
2768 desktop-locals-to-save.
2769
2770 * dired.el: Add handler to desktop-buffer-mode-handlers.
2771 (dired-restore-desktop-buffer): Remove autoload cookie.
2772 (dired-mode): Add autoload cookie.
2773
2774 * info.el: Add handler to desktop-buffer-mode-handlers.
2775 (Info-restore-desktop-buffer): Remove autoload cookie.
2776 (Info-mode): Add autoload cookie.
2777
2778 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2779 (mh-restore-desktop-buffer): Remove autoload cookie.
2780 (mh-folder-mode): Add autoload cookie.
2781
2782 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2783 (rmail-restore-desktop-buffer): Remove autoload cookie.
2784
2785 2005-08-11 Masatake YAMATO <jet@gyve.org>
2786
2787 * hexl.el (hexl-address-region):
2788 (hexl-ascii-region, hexl-font-lock-keywords):
2789 (hexl-highlight-line-range): Use the term "region"
2790 instead of "area" for consistency with the other symbols
2791 defined in hexl.el.
2792
2793 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2794
2795 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2796 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2797 out by Juri Linkov). Add `display-battery-mode'.
2798
2799 2005-08-09 Juri Linkov <juri@jurta.org>
2800
2801 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2802 Remove `-text' from face variable names.
2803 (compilation-error-file-name, compilation-warning-file-name)
2804 (compilation-info-file-name): Delete faces.
2805 (compilation-line-number, compilation-column-number):
2806 Remove face underlining.
2807 (compilation-message-face): Set to `underline' value by default.
2808 (compilation-error-face, compilation-warning-face)
2809 (compilation-info-face): Remove `-file-name' from face names.
2810 (compilation-error-text-face, compilation-warning-text-face)
2811 (compilation-info-text-face): Delete face variables.
2812 (compilation-text-face): Delete function.
2813
2814 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2815 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2816 (grep-error-face): Set to `compilation-error' instead of
2817 `compilation-error-face' (which is redefined to `grep-hit-face' in
2818 grep buffers).
2819 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2820 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2821
2822 * dired-aux.el (dired-do-query-replace-regexp):
2823 Use `query-replace-read-args'.
2824
2825 * replace.el (query-replace-read-from, query-replace-read-to)
2826 (query-replace-read-args): Rename arg `string' to `prompt'.
2827
2828 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2829
2830 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2831
2832 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2833 uploading files.
2834 (ange-ftp-canonize-filename): Handle file names beginning with ~
2835 correctly.
2836
2837 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2838
2839 * textmodes/fill.el (canonically-space-region)
2840 (fill-context-prefix, fill-french-nobreak-p)
2841 (fill-delete-newlines, fill-comment-paragraph)
2842 (justify-current-line): "?\ " -> "?\s".
2843
2844 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2845
2846 * textmodes/fill.el (fill-nonuniform-paragraphs):
2847 Improve argument/docstring consistency.
2848
2849 2005-08-09 Richard M. Stallman <rms@gnu.org>
2850
2851 * textmodes/ispell.el (ispell-word): More fboundp checks.
2852
2853 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2854 (find-file-noselect-1): Call it here, only if RAWFILE.
2855 (normal-mode): Always set some major mode.
2856 (save-some-buffers-action-alist): Change some explanation strings.
2857 (file-name-non-special): In the `quote' method, use unwind-protect.
2858
2859 2005-08-09 Magnus Henoch <mange@freemail.hu>
2860
2861 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2862 (ispell-have-aspell-dictionaries): New variable.
2863 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2864 (ispell-get-aspell-config-value): New function.
2865 (ispell-aspell-find-dictionary): New function.
2866 (ispell-aspell-add-aliases): New function.
2867 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2868 appropriate. Don't look for ispell dictionaries if we use aspell.
2869 (ispell-menu-map): Don't build a submenu of dictionaries.
2870
2871 2005-08-09 Richard M. Stallman <rms@gnu.org>
2872
2873 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2874 (sql-read-passwd): Use read-passwd.
2875
2876 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2877 (idlwave-toolbar-is-possible): Add defvars.
2878
2879 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2880 Avoid warnings.
2881
2882 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2883 (idlwave-system-class-info, idlwave-executive-commands-alist):
2884 Use defvar.
2885
2886 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2887
2888 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2889 Avoid warnings.
2890
2891 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2892 and content-type: headers.
2893
2894 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2895
2896 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2897 and rename some of them to be more self-explanatory.
2898
2899 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2900
2901 * startup.el (command-line-1): Implement -scriptload.
2902
2903 * replace.el (occur-engine): Initial *Occur* output not undoable.
2904
2905 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2906 and improve help strings.
2907
2908 * isearch.el (isearch-repeat): When changing direction,
2909 mark search successful.
2910
2911 * ediff-init.el: Use (featurep 'xemacs).
2912
2913 * comint.el (send-invisible): Identify buffer, if not selected.
2914
2915 * align.el: Delete autoload for c-guess-basic-syntax.
2916
2917 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2918
2919 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2920 Improve argument/docstring consistency. Doc fixes.
2921 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2922 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2923 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2924 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2925 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2926 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2927 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2928 Defvar at compile time.
2929
2930 2005-08-09 Juri Linkov <juri@jurta.org>
2931
2932 * info.el: Replace `info' with upper-case `Info' where appropriate.
2933 (info-title-1, info-title-2, info-title-3, info-title-4)
2934 (info-menu-header): Move up face definitions.
2935 (info-menu-star): Rename from `info-menu-5'.
2936 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2937 (Info-fontify-visited-nodes): Fix docstring.
2938 (Info-hide-note-references): Fix docstring.
2939 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2940 menu items in the same way as on cross-references.
2941 (info-apropos): Fix sorting order and formatting to be like in the
2942 stand-alone Info browser. Display error messages for 1 sec.
2943 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2944 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2945 from the menu bar.
2946 (Info-insert-dir): Restore point after calling
2947 `insert-buffer-substring'.
2948
2949 2005-08-08 Richard M. Stallman <rms@gnu.org>
2950
2951 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2952 (recompute-lucid-menubar): Add defvars.
2953
2954 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2955
2956 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2957
2958 * net/net-utils.el (run-dig): Rename from `dig'.
2959
2960 * play/gametree.el (gametree-mode): Use make-local-variable,
2961 not make-variable-buffer-local.
2962
2963 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2964
2965 * ansi-color.el (ansi-color-make-extent)
2966 (ansi-color-set-extent-face): Use fboundp, not functionp.
2967
2968 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2969 not make-variable-buffer-local.
2970
2971 * bookmark.el (Info-current-file): Add defvar.
2972 (bookmark-jump-noselect): Use with-no-warnings.
2973
2974 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2975
2976 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2977
2978 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2979
2980 * find-file.el (ada-procedure-start-regexp)
2981 (ada-package-start-regexp): Add defvars.
2982
2983 * info.el (Info-insert-dir): Use insert-buffer-substring.
2984
2985 * xml.el (xml-att-def-re): Add defvar.
2986
2987 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2988 calling convention.
2989
2990 * subr.el (while-no-input): Return t if there is input.
2991
2992 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2995
2996 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2999 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3000
3001 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3002
3003 * cmuscheme.el (scheme-start-file): Replace reference to
3004 `user-emacs-directory' by "~/.emacs.d/".
3005
3006 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3007
3008 * info.el (Info-dir-remove-duplicates): Avoid case folding
3009 in loop; instead, keep downcased strings for comparison.
3010 Suggested by Helmut Eller.
3011
3012 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3013
3014 Sync with Tramp 2.0.50.
3015
3016 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3017 XEmacs case; not necessary anymore.
3018 (tramp-user-regexp): Allow "@" as part of user name.
3019 (tramp-handle-set-visited-file-modtime)
3020 (tramp-handle-insert-file-contents)
3021 (tramp-handle-write-region): No special handling for
3022 `last-coding-system-used, because this is done in
3023 `tramp-accept-process-output' now.
3024 (tramp-accept-process-output): New defun.
3025 (tramp-process-one-action, tramp-process-one-multi-action)
3026 (tramp-wait-for-regexp, tramp-wait-for-output)
3027 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3028 Howells <dhowells@redhat.com>.
3029 (clear-visited-file-modtime): Defadvice removed. The check for
3030 unset buffer's modtime does not need to be based on
3031 `tramp-buffer-file-attributes'. Suggested by RMS.
3032 (tramp-message): Insert "\n" if not being at beginning of line.
3033 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3034 sequence with same logic.
3035 (tramp-completion-handle-expand-file-name): Discard call of
3036 `tramp-drop-volume-letter'. It is not necessary, and there have
3037 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3038 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3039 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3040 should always be visible.
3041 (tramp-handle-insert-directory, tramp-setup-complete)
3042 (tramp-set-process-query-on-exit-flag)
3043 (tramp-append-tramp-buffers): Pacify byte-compiler.
3044 (tramp-bug): Delete non-existing variables from list.
3045 Apply `tramp-load-report-modules' as pre-hook.
3046 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3047 `shell-prompt-pattern' because of non-7bit characters.
3048 Reported by Sebastian Luque <sluque@mun.ca>.
3049 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3050 (tramp-match-string-list): Remove function.
3051 (tramp-wait-for-regexp): Remove call of that function.
3052 Suggested by Kim F. Storm <storm@cua.dk>.
3053 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3054 instead of octal character code ?\600. The latter resulted in a
3055 syntax error with XEmacs.
3056
3057 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3058 XEmacs case; not necessary anymore.
3059 (tramp-smb-handle-write-region): No special handling for
3060 `last-coding-system-used, because this is done in
3061 `tramp-accept-process-output' now.
3062 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3063
3064 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3065
3066 * wid-edit.el (widget-choice-value-create):
3067 Unconditionally respect user choice. Set :explicit-choice back to nil
3068 when no longer needed.
3069 (widget-choice-action): Unconditionally respect user choice.
3070 Eliminate :explicit-choice-value.
3071
3072 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3073
3074 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3075 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3076 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3077 running new function `toggle-indicate-empty-lines'.
3078 Rename "Customize" item to "Customize fringe".
3079 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3080 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3081 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3082 Delete "Empty lines only" item.
3083 (menu-bar-showhide-fringe-ind-customize): New function.
3084 (menu-bar-showhide-fringe-ind-mixed)
3085 (menu-bar-showhide-fringe-ind-box)
3086 (menu-bar-showhide-fringe-ind-right)
3087 (menu-bar-showhide-fringe-ind-left)
3088 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3089 instead of `fringe-indicators'.
3090
3091 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3092
3093 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3094 Change the date of last update.
3095
3096 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3097
3098 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3099 (viper-exec-yank, viper-put-back): Don't display modification msg
3100 if in the minibuffer.
3101
3102 * viper-init.el (viper-replace-overlay-cursor-color)
3103 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3104 Make variables frame local.
3105
3106 * viper-util.el (viper-append-filter-alist): Use append instead of
3107 nconc.
3108
3109 * viper.el (viper-vi-state-mode-list)
3110 (viper-emacs-state-mode-list): Move help-mode and
3111 completion-list-mode from the first list to the second.
3112 (viper-mode): Docstring.
3113 (viper-go-away, viper-non-hook-settings): Don't localize
3114 minor-mode-alist in newer Emacsen. Add advice to
3115 set-cursor-color. Don't bind "\C-c\\".
3116
3117 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3118
3119 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3120 (scheme-macro-expand-command): New user options.
3121 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3122 (scheme-form-at-point, scheme-start-file)
3123 (scheme-interactively-start-process): New functions.
3124 (scheme-get-process): New function, extracted from `scheme-proc'.
3125 (run-scheme): Call `scheme-start-file' to get start file, and pass
3126 it to `make-comint'.
3127 (switch-to-scheme, scheme-proc):
3128 Call `scheme-interactively-start-process' if no Scheme buffer/process
3129 is available.
3130
3131 2005-08-06 Juri Linkov <juri@jurta.org>
3132
3133 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3134 Use `compilation-text-face', `compilation-info-text-face' and
3135 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3136 (compilation-error): New face.
3137 (compilation-error-file-name): Inherit from
3138 `compilation-error' instead of `font-lock-warning-face'.
3139 (compilation-warning-file-name): Inherit from
3140 `compilation-warning' instead of `font-lock-warning-face'.
3141 (compilation-info, compilation-error-file-name)
3142 (compilation-warning-file-name, compilation-info-file-name)
3143 (compilation-line-number, compilation-column-number): Doc fix.
3144 (compilation-error-text-face, compilation-warning-text-face)
3145 (compilation-info-text-face): New face variables.
3146 (compilation-line-face, compilation-column-face)
3147 (compilation-enter-directory-face)
3148 (compilation-leave-directory-face): Doc fix.
3149 (compilation-text-face): New function.
3150
3151 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3152 instead of 1 to display binary file names as info file links.
3153 (grep-error-face): Use `compilation-error-face' instead of
3154 `font-lock-keyword-face'.
3155 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3156 and `compilation-warning-text-face' instead of
3157 `font-lock-keyword-face'. Use `compilation-error-text-face'
3158 instead of `grep-error-face'.
3159
3160 2005-08-05 Kenichi Handa <handa@m17n.org>
3161
3162 * international/code-pages.el: Add autoload cookies for all coding
3163 systems.
3164
3165 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3166
3167 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3168
3169 2005-08-04 Juri Linkov <juri@jurta.org>
3170
3171 * progmodes/compile.el (compilation-mode-map):
3172 * progmodes/grep.el (grep-mode-map):
3173 Bind TAB to `compilation-next-error' and [backtab] to
3174 `compilation-previous-error'.
3175
3176 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3177 matching line numbers, column numbers and their ranges with regexp
3178 matching only line numbers.
3179 (grep-context-face): New face variable.
3180 (grep-mode-font-lock-keywords): Use it.
3181
3182 * faces.el (read-face-name): Delete duplicate faces.
3183
3184 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * thumbs.el (thumbs-find-image): Don't make variables
3187 automatically buffer local.
3188 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3189 (thumbs-image-num): Make automatically buffer local.
3190 (thumbs-show-thumbs-list): Use `make-local-variable', not
3191 `make-variable-buffer-local'.
3192 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3193
3194 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3195 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3196 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3197 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3198 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3199 (feelings-about, foullst, found, hello, history, howareyoulst)
3200 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3201 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3202 (neglst, obj, object, owner, please, problems, qlist)
3203 (random-adjective, relation, remlst, repetitive-shortness)
3204 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3205 (shortlst, something, sportslst, stallmanlst, states, subj)
3206 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3207 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3208 Defvar at compile time.
3209
3210 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3211 not `make-variable-buffer-local'.
3212
3213 2005-08-02 Kim F. Storm <storm@cua.dk>
3214
3215 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3216 rectangle overlay in selected window.
3217
3218 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3219
3220 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3221 instead of display group. Make `indicate-buffer-boundaries'
3222 customizable through Custom.
3223
3224 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3227 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3228 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3229 (gdb-put-string): Fix typos in docstrings.
3230
3231 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3232
3233 Update copyright notices of files in progmodes directory for
3234 release of Emacs 22.1.
3235
3236 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3237
3238 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3239 Don't barf if the GUD buffer has been killed.
3240
3241 2005-08-01 Kim F. Storm <storm@cua.dk>
3242
3243 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3244
3245 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * simple.el (next-error-follow-minor-mode):
3248 make-variable-buffer-local -> make-local-variable.
3249
3250 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3251
3252 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3253 (byte-compile-form-make-variable-buffer-local): New functions to warn
3254 about misuses of make-variable-buffer-local where make-local-variable
3255 was meant.
3256
3257 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3258
3259 * bs.el (bs-attributes-list): Doc fix.
3260 (bs): Update url-link.
3261
3262 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3263 (desktop-load-default): Simplify.
3264
3265 * ibuffer.el (ibuffer-columnize-and-insert-list)
3266 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3267 (ibuffer-unmark-all, ibuffer-toggle-marks)
3268 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3269 (ibuffer-compile-make-format-form, ibuffer-format-column)
3270 (ibuffer-current-buffers-with-marks)
3271 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3272 (ibuffer): Doc fix.
3273 (ibuffer-mode): Fix typo in docstring.
3274 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3275 with `define-obsolete-variable-alias'.
3276 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3277
3278 2005-07-29 Kenichi Handa <handa@m17n.org>
3279
3280 * international/mule-cmds.el (select-message-coding-system):
3281 Be sure to use LF for end-of-line. If no coding system is decided,
3282 return iso-8859-1-unix.
3283
3284 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3287 (ange-ftp-pending-error-line): New vars.
3288 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3289 to handle the non-fatal no-route-to-host messages.
3290 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3291
3292 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3293
3294 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3295 (isearch-quote-char, isearch-printing-char)
3296 (isearch-text-char-description): "?\ " -> "?\s".
3297 (isearch-lazy-highlight-cleanup)
3298 (isearch-lazy-highlight-initial-delay)
3299 (isearch-lazy-highlight-interval)
3300 (isearch-lazy-highlight-max-at-a-time)
3301 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3302 Declare with define-obsolete-*-alias macros.
3303 (isearch-forward): Fix typo in docstring.
3304 (search-invisible, search-ring-yank-pointer)
3305 (regexp-search-ring-yank-pointer): Doc fixes.
3306
3307 * recentf.el (recentf-menu-append-commands-p): Declare with
3308 `define-obsolete-variable-alias'.
3309 (recentf-max-saved-items, recentf-menu-filter)
3310 (recentf-arrange-by-rule-subfilter): Doc fixes.
3311 (recentf-menu-append-commands-flag)
3312 (recentf-initialize-file-name-history, recentf-expand-file-name)
3313 (recentf-clear-data): Fix typos in docstrings.
3314
3315 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3316
3317 * progmodes/gdb-ui.el: Smarten comments.
3318 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3319
3320 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3321
3322 * term/apollo.el (terminal-init-apollo): New function containing
3323 all former top level forms in the file.
3324 * term/bobcat.el (terminal-init-bobcat):
3325 * term/cygwin.el (terminal-init-cygwin):
3326 * term/iris-ansi.el (terminal-init-iris-ansi):
3327 * term/linux.el (terminal-init-linux):
3328 * term/news.el (terminal-init-news):
3329 * term/rxvt.el (terminal-init-rxvt):
3330 * term/sun.el (terminal-init-sun):
3331 * term/tvi970.el (terminal-init-tvi970):
3332 * term/vt100.el (terminal-init-vt100):
3333 * term/vt102.el (terminal-init-vt102):
3334 * term/vt125.el (terminal-init-vt125):
3335 * term/vt200.el (terminal-init-vt200):
3336 * term/vt201.el (terminal-init-vt201):
3337 * term/vt220.el (terminal-init-vt220):
3338 * term/vt240.el (terminal-init-vt240):
3339 * term/vt300.el (terminal-init-vt300):
3340 * term/vt320.el (terminal-init-vt320):
3341 * term/vt400.el (terminal-init-vt400):
3342 * term/vt420.el (terminal-init-vt420):
3343 * term/wyse50.el (terminal-init-wyse50):
3344 * term/xterm.el (terminal-init-xterm): Likewise.
3345
3346 * term/README: Describe the terminal-init-* functionality.
3347
3348 * startup.el (command-line): After loading the terminal initialization
3349 file call the corresponding terminal initialization function.
3350
3351 2005-07-27 Kenichi Handa <handa@m17n.org>
3352
3353 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3354 negative.
3355
3356 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3357 (ps-mule-composition-prologue): Fix for the case that
3358 RelativeCompose is false.
3359
3360 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3363
3364 * descr-text.el (describe-char): Handle the case where the list of
3365 chars is displayed in a separate frame.
3366 Be a bit more discriminating when looking for the char.
3367
3368 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3369
3370 * bookmark.el (bookmark-automatically-show-annotations)
3371 (bookmark-read-annotation-text-func): Doc fixes.
3372 (bookmark-save): Improve argument/docstring consistency.
3373 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3374 (bookmark-alist-from-buffer)
3375 (bookmark-upgrade-file-format-from-0)
3376 (bookmark-grok-file-format-version)
3377 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3378 (bookmark-read-annotation-mode)
3379 (bookmark-insert-current-bookmark, bookmark-jump)
3380 (bookmark-exit-hook): Fix typos in docstrings.
3381 (bookmark-exit-hooks): Define as obsolete alias.
3382 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3383 not `bookmark-exit-hooks'. Fix docstring.
3384 (bookmark-bmenu-select): "?\ " -> "?\s".
3385
3386 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3387
3388 * startup.el (command-line): Fix typo.
3389
3390 2005-07-24 Richard M. Stallman <rms@gnu.org>
3391
3392 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3393 not emacs-quick-startup.
3394
3395 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3396
3397 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3398 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3399 instead of `reb-with-current-window'.
3400 (reb-prev-match): Likewise. Also, don't move left if the search
3401 was unsuccessful.
3402 (reb-initialize-buffer): New function.
3403 (re-builder, reb-change-syntax): Use it.
3404
3405 * man.el (Man-goto-page): Make second argument NOERROR optional.
3406
3407 2005-07-23 Richard M. Stallman <rms@gnu.org>
3408
3409 * man.el (Man-bgproc-sentinel): Check here for failure to find
3410 any man page in the output, and report the error here.
3411 (Man-arguments): Make it permanent local.
3412 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3413 (Man-mode): Pass t for NOERROR.
3414
3415 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3416 (grep-mode-font-lock-keywords):
3417 Don't use compilation-...-face for messages that are not file names.
3418
3419 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3420 Don't use compilation-...-face for messages that are not file names.
3421
3422 2005-07-22 Juri Linkov <juri@jurta.org>
3423
3424 * startup.el (normal-splash-screen): Update menu name.
3425
3426 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3427
3428 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3429
3430 * term/xterm.el: Load term/rxvt if the terminal is actually an
3431 rxvt terminal.
3432 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3433
3434 * term/rxvt.el (function-key-map): Use substitute-key-definition
3435 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3436
3437 * term/cygwin.el: New file.
3438
3439 2005-07-22 Kim F. Storm <storm@cua.dk>
3440
3441 * image-file.el (insert-image-file, image-file-yank-handler):
3442 Fix last change to maintain a (unique) yank-handler on yanked images.
3443
3444 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3445
3446 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3447 of the file size (as in "177B" for 177 bytes). This happens with
3448 "ls -lh" on FreeBSD.
3449
3450 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3451
3452 * hilit-chg.el (highlight-changes-global-initial-state)
3453 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3454 (hilit-chg-fixup, highlight-changes-mode):
3455 Fix typos in docstrings.
3456 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3457 Doc fixes.
3458
3459 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3460
3461 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3462 mode function using `eval-after-load'.
3463
3464 2005-07-21 Kim F. Storm <storm@cua.dk>
3465
3466 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3467 included when reporting an emacs crash, and tell about the DEBUG file.
3468
3469 * image-file.el (insert-image-file): Add yank-handler.
3470 (image-file-yank-handler): Yank handler to make unique copies of
3471 images when they are yanked into a buffer next to each other.
3472
3473 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3474
3475 * comint.el (comint-use-prompt-regexp, comint-send-input)
3476 (comint-source-default, comint-extract-string)
3477 (comint-get-source, comint-word, comint-completion)
3478 (comint-source, comint-prompt-read-only, comint-update-fence):
3479 Fix typos in docstrings.
3480 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3481 Declare with define-obsolete-*-alias macros.
3482 (comint-previous-matching-input-from-input)
3483 (comint-next-matching-input-from-input)
3484 (comint-previous-matching-input, comint-next-matching-input)
3485 (comint-forward-matching-input):
3486 Improve argument/docstring consistency.
3487
3488 * desktop.el (desktop-clear-preserve-buffers-regexp):
3489 Also preserve the *server* buffer.
3490
3491 * simple.el (clone-indirect-buffer): Doc fix.
3492 (fixup-whitespace, just-one-space)
3493 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3494 (next-error, next-error-highlight)
3495 (next-error-highlight-no-select, next-error-last-buffer)
3496 (next-error-buffer-p, next-error-find-buffer, next-error)
3497 (previous-error, next-error-no-select, previous-error-no-select)
3498 (open-line, split-line, minibuffer-prompt-width, kill-new)
3499 (binary-overwrite-mode): Fix typos in docstrings.
3500 (set-fill-column): Fix typo in message.
3501
3502 * skeleton.el (skeleton-proxy-new): Doc fix.
3503
3504 * strokes.el (strokes-load-hook): Doc fix.
3505 (strokes-grid-resolution, strokes-get-grid-position)
3506 (strokes-renormalize-to-grid, strokes-read-stroke)
3507 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3508 (strokes-global-map): Fix typos in docstrings.
3509 (strokes-help): Doc fix. Fix help message and pass it through
3510 `substitute-command-keys'.
3511
3512 * tempo.el (tempo-insert-prompt, tempo-interactive)
3513 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3514 (tempo-insert-string-functions, tempo-local-tags)
3515 (tempo-define-template, tempo-insert-template)
3516 (tempo-insert-prompt-compat, tempo-is-user-element)
3517 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3518 Fix typos in docstrings.
3519
3520 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3521 (vcursor-key-bindings, vcursor-use-vcursor-map)
3522 (vcursor-find-window, vcursor-scroll-down)
3523 (vcursor-disable, vcursor-beginning-of-buffer)
3524 (vcursor-end-of-buffer): Fix typos in docstrings.
3525 (vcursor-relative-move, vcursor-get-char-count):
3526 Improve argument/docstring consistency.
3527
3528 * version.el: "?\ " -> "?\s".
3529
3530 * wid-edit.el (widget-default-create, widget-after-change)
3531 (widget-default-format-handler, widget-checklist-add-item)
3532 (widget-radio-add-item, widget-choose, widget-specify-secret)
3533 (widget-field-value-create, widget-field-value-get)
3534 (widget-editable-list-format-handler)
3535 (widget-editable-list-entry-create, widget-group-value-create)
3536 (widget-documentation-link-add)
3537 (widget-documentation-string-value-create): "?\ " -> "?\s".
3538 (widget-convert-text): Doc fix.
3539 (widget-narrow-to-field, widget-field-find)
3540 (widget-url-link-action, widget-emacs-library-link-action)
3541 (widget-color-notify): Fix typos in docstrings.
3542
3543 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3544 (x-select-text, set-w32-system-coding-system)
3545 (w32-add-charset-info): Fix typos in docstrings.
3546
3547 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3548 (cua-enable-cua-keys, cua-use-hyper-key)
3549 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3550 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3551
3552 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3553
3554 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3555 `defalias' instead of faking it.
3556
3557 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3558 (eshell-ls-missing, eshell-ls-dired-initial-args)
3559 (eshell-ls-use-in-dired): Fix typos in docstrings.
3560
3561 2005-07-20 Kim F. Storm <storm@cua.dk>
3562
3563 * emulation/cua-base.el (cua-mode): Improve doc string.
3564
3565 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3566
3567 * abbrev.el (expand-region-abbrevs): Doc fix.
3568 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3569 Improve argument/docstring consistency.
3570
3571 * arc-mode.el (archive-get-descr, archive-alternate-display):
3572 Doc fixes.
3573 (archive-l-e): Improve argument/docstring consistency.
3574 (archive-tmpdir, archive-unixdate, archive-unixtime)
3575 (archive-chmod-entry): Fix typos in docstrings.
3576 (archive-unflag, archive-unflag-backwards)
3577 (archive-unmark-all-files): "?\ " -> "?\s".
3578
3579 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3580 (Buffer-menu-not-modified, Buffer-menu-execute)
3581 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3582 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3583
3584 * composite.el (compose-string, encode-composition-rule)
3585 (compose-last-chars): Fix typos in docstrings.
3586
3587 * desktop.el (desktop-enable, desktop-basefilename):
3588 Declare with `define-obsolete-variable-alias'.
3589 (desktop-internal-v2s): Don't quote keywords.
3590 (desktop-clear): "?\ " -> "?\s".
3591
3592 * dired.el (dired-align-file, dired-flag-backup-files)
3593 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3594 (dired-listing-switches, dired-ls-F-marks-symlinks)
3595 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3596 (dired-directory, dired-faces, dired, dired-revert)
3597 (dired-mode, dired-summary, dired-view-file)
3598 (dired-copy-filename-as-kill, dired-delete-file)
3599 (dired-no-confirm, dired-unmark-all-marks)
3600 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3601 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3602 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3603 Fix typos in message strings.
3604
3605 * dired-x.el (virtual-dired): Declare with `defalias'.
3606 (dired-mark-unmarked-files, dired-local-variables-file)
3607 (dired-omit-here-always): Doc fix.
3608 (dired-omit-mode, dired-find-subdir)
3609 (dired-enable-local-variables, dired-clean-up-buffers-too)
3610 (dired-extra-startup, dired-mark-extension, dired-jump)
3611 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3612 (dired-smart-shell-command, dired-guess-shell-alist-user)
3613 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3614 (dired-x-bind-find-file, dired-x-submit-report):
3615 Fix typos in docstrings.
3616 (dired-mark-unmarked-files): "?\ " -> "?\s".
3617
3618 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3619
3620 * faces.el (describe-face): "?\ " -> "?\s".
3621 (read-all-face-attributes, read-face-font, modify-face)
3622 (face-attr-construct, italic): Fix typos in docstrings.
3623 (frame-update-face-colors): Declare with
3624 `define-obsolete-function-alias'.
3625
3626 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3627 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3628 (magic-mode-alist, buffer-file-numbers-unique)
3629 (write-file-functions, get-free-disk-space):
3630 Fix typos in docstrings.
3631 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3632 (write-contents-hooks, write-file-hooks):
3633 Declare with `define-obsolete-variable-alias'.
3634
3635 * forms-d2.el (arch-rj): Fix typo in docstrings.
3636 (arch-tocol): Likewise. "?\ " -> "?\s".
3637
3638 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3639 Fix typo in docstring.
3640 (set-screen-width, set-screen-height): Delete redundant info in
3641 doctrings.
3642 (new-frame, screen-height, screen-width): Declare with
3643 `define-obsolete-function-alias'.
3644 (delete-frame-hook, blink-cursor): Declare with
3645 `define-obsolete-variable-alias'.
3646
3647 * paths.el (prune-directory-list): Fix typos in docstring.
3648
3649 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3650 (cvs-prefix-get): Fix typos in docstrings.
3651
3652 * ps-print.el (ps-extend-face-list, ps-extend-face)
3653 (ps-print-background-image): Fix typos in docstrings.
3654 (ps-default-fg, ps-default-bg): Doc fixes.
3655
3656 * s-region.el (s-region-bind): Doc fix.
3657 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3658
3659 * textmodes/org.el (org-table-formula-substitute-names)
3660 (org-table-get-vertical-vector): Doc fixes.
3661 (org-table-recalculate): Remove unused argument to `message'.
3662
3663 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3664
3665 * textmodes/org.el (org-table-column-names)
3666 (org-table-column-name-regexp)
3667 (org-table-named-field-locations): New variables.
3668 (org-archive-subtree): Protect `this-command' when calling
3669 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3670 the kill buffer.
3671 (org-complete): Remove fixed-formula completion.
3672 (org-edit-formulas-map): New variable.
3673 (org-table-edit-formulas): New command.
3674 (org-finish-edit-formulas, org-abort-edit-formulas)
3675 (org-show-variable, org-table-get-vertical-vector): New functions.
3676 (org-table-maybe-eval-formula): Handle `:=' fields.
3677 (org-table-get-stored-formulas, org-table-store-formulas)
3678 (org-table-get-formula, org-table-modify-formulas)
3679 (org-table-replace-in-formulas): Handle named field formulas.
3680 (org-table-get-specials): Store locations of named fields.
3681
3682 2005-07-19 Juri Linkov <juri@jurta.org>
3683
3684 * progmodes/grep.el (grep-regexp-alist)
3685 (grep-mode-font-lock-keywords, grep-process-setup):
3686 Use default GNU grep match color "01;31m" instead of "01;41m".
3687 (grep-regexp-alist, grep-mode-font-lock-keywords):
3688 Use `\\[[0-9]*m' instead of `\\[00m'.
3689 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3690 sgr_start where its handling is more important. Use the real
3691 length of sgr_start instead of constant 8.
3692 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3693 specially. Delete all remaining escape sequences.
3694 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3695 (grep-regexp-alist): Make hyperlink only for binary file name
3696 instead of the whole line.
3697 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3698 (grep-mode): Add autoload.
3699
3700 * emacs-lisp/find-func.el (find-function-regexp):
3701 Add `define-compilation-mode'.
3702
3703 2005-07-19 Juri Linkov <juri@jurta.org>
3704
3705 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3706 (compare-windows-sync-string-size, compare-windows-recenter)
3707 (compare-windows-highlight, compare-windows): Add version 22.1.
3708 (compare-windows) <defface>: Inherit from lazy-highlight instead
3709 of duplicating its default value.
3710
3711 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3712 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3713
3714 * descr-text.el (describe-char): Create link buttons for `charset'
3715 and `code point'. Add the current input method name with a link
3716 button to `to input' field. Print face names of display table
3717 characters in `The display table entry is displayed by' section
3718 instead of printing face-id in the `display' field.
3719 Guess hardcoded faces and create a link button for them.
3720 Skip empty fields when calculating max-width.
3721 Treat `widget-create' specially while inserting strings from the
3722 collected field list.
3723 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3724
3725 * diff-mode.el (diff-file-header): Change foreground color from
3726 yellow to green on light backgrounds.
3727 (diff-context): Inherit from `shadow' only for color/grayscale
3728 with more than 88 colors.
3729 (diff-indicator-removed, diff-indicator-added)
3730 (diff-indicator-changed): New faces.
3731 (diff-font-lock-keywords): Use new faces. Regroup rules.
3732 Add "^---$" for `normal' diff format. Fontify `#' lines with
3733 font-lock-comment-delimiter-face and font-lock-comment-face.
3734 Add `#' to ^[^...] in the rule for `diff-context-face'.
3735
3736 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3737 a button-like box. Inherit from `highlight' on low colors.
3738 (shadow): Use shades of gray only for color/grayscale with
3739 more than 88 colors. Use green for light backgrounds with
3740 8 colors, and yellow for dark backgrounds with 8 colors.
3741
3742 * font-lock.el (font-lock-regexp-grouping-backslash):
3743 Don't inherit from escape-glyph (use bold for all cases).
3744
3745 * info.el (info-xref-visited): Use light foreground color `violet'
3746 for dark backgrounds instead of dark color `magenta3'.
3747 (info-title-1): Use `yellow' color for dark backgrounds.
3748
3749 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3750 too-light magenta2.
3751
3752 * replace.el (match): Use slightly more light RoyalBlue3 instead
3753 of dark RoyalBlue4.
3754
3755 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3756
3757 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3758
3759 * novice.el (disabled-command-hook): Declare it with
3760 `define-obsolete-variable-alias'.
3761
3762 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3763 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3764 (desktop-load-default): Add release to obsolescence info.
3765 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3766 (desktop-append-buffer-args, desktop-read):
3767 Fix typos in docstrings.
3768 (desktop-kill): Fix typo in message.
3769 (desktop-save): Doc fix.
3770
3771 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3772
3773 * viper-cmd.el (viper-escape-to-state): Bug fix.
3774 (viper-envelop-ESC-key): Change the definition of fast
3775 keysequence so it'll work with keyboard macros.
3776
3777 * ediff.el (ediff-patch-buffer): Change the docstring.
3778
3779 2005-07-19 Kenichi Handa <handa@m17n.org>
3780
3781 * international/mule-cmds.el (select-safe-coding-system): Try to
3782 use an auto-coding (if any) before anything else. If the found
3783 auto-coding is invalid, show a warning message.
3784
3785 * international/mule.el (find-auto-coding): New function created
3786 by modifying the body of set-auto-coding.
3787 (set-auto-coding): Use find-auto-coding to find a coding.
3788
3789 2005-07-18 Richard M. Stallman <rms@gnu.org>
3790
3791 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3792 not isearch-mode-end-hook-error.
3793 (allout-before-change-protect): Fix error message.
3794
3795 2005-07-18 Juri Linkov <juri@jurta.org>
3796
3797 * allout.el (allout-mode):
3798 * calculator.el (calculator-copy):
3799 * custom.el (custom-known-themes):
3800 * dired.el (dired-desktop-buffer-misc-data)
3801 (dired-restore-desktop-buffer):
3802 * dired-x.el (dired-omit-marker-char):
3803 * files.el (basic-save-buffer):
3804 * font-core.el (font-lock-mode):
3805 * calendar/calendar.el (calendar-goto-hebrew-date)
3806 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3807 (calendar-goto-persian-date):
3808 * language/ethio-util.el (ethio-sera-to-fidel-region):
3809 * textmodes/picture.el (picture-mode):
3810 Delete duplicate duplicate words.
3811
3812 2005-07-18 Juri Linkov <juri@jurta.org>
3813
3814 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3815 chars * ? } |.
3816 (isearch-fallback): Don't call `isearch-process-search-char'.
3817 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3818 (isearch-process-search-char): Call `isearch-fallback' for regexp
3819 chars * ? } |.
3820 (isearch-return-char): Make obsolete with `make-obsolete' instead
3821 of simply documenting it as obsolete in the docstring.
3822 (isearch-fallback): Refill docstring.
3823
3824 * international/isearch-x.el
3825 (isearch-process-search-multibyte-characters): Remove unneeded
3826 `concat'. Add intermediate values to `junk-hist' instead of
3827 `minibuffer-history'. Test the length of `str'.
3828
3829 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3830
3831 * allout.el (allout-resolve-xref): Fix typos in error strings.
3832 (allout-before-change-protect): Remove unneeded `concat'.
3833
3834 * array.el (array-mode, array-reconfigure-rows)
3835 (untabify-backward): Fix typos in docstrings.
3836 (array-reconfigure-rows): Use `insert-buffer-substring', not
3837 `insert-buffer'.
3838
3839 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3840 * progmodes/ada-mode.el (ada-make-body):
3841 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3842
3843 * dired.el (dired-log):
3844 * tar-mode.el (tar-subfile-save-buffer):
3845 * play/zone.el (zone-pgm-stress-destress):
3846 Use `insert-buffer-substring', not `insert-buffer'.
3847
3848 2005-07-17 Simon Josefsson <jas@extundo.com>
3849
3850 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3851
3852 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3853
3854 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3855 Add plain auth method.
3856 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3857
3858 2005-07-17 Kim F. Storm <storm@cua.dk>
3859
3860 * ido.el (dired-other-window): Add ido property.
3861
3862 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3863
3864 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3865 Fix typo in docstring.
3866 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3867 `insert-file-literally'.
3868
3869 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3870 info and delete redundant message. Doc fix.
3871 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3872 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3873
3874 2005-07-16 Richard M. Stallman <rms@gnu.org>
3875
3876 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3877 (byte-compile-and): Use byte-compile-and-recursion.
3878 (byte-compile-or-recursion): New function.
3879 (byte-compile-or): Use that.
3880 (byte-compile-if): Guard the else-clause too.
3881 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3882
3883 * isearch.el (isearch-mode-end-hook-quit): New variable.
3884 (isearch-done): Bind it.
3885 (isearch-mode-end-hook): Doc fix.
3886
3887 * allout.el (allout-isearch-did-quit): Variable deleted.
3888 (allout-real-isearch-abort): Function name no longer used.
3889 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3890 (allout-isearch-rectification): isearch-mode always exists.
3891 Don't set allout-isearch-did-quit.
3892 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3893 allout-isearch-did-quit.
3894 (allout-enwrap-isearch): Just add the hook.
3895 (allout-isearch-abort): Function deleted.
3896 (allout-pre-command-business): Avoid warning.
3897
3898 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3899 Correctly avoid warnings.
3900 (pascal-outline): Likewise.
3901
3902 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3903
3904 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3905
3906 * play/tetris.el (tetris-mode): Avoid warning.
3907
3908 * play/snake.el (snake-mode): Avoid warning.
3909
3910 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3911 (gamegrid-set-display-table): Avoid warning.
3912 (gamegrid-set-timer): Likewise.
3913 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3914 (gamegrid-add-score-with-update-game-score-1): Take FILE
3915 as argument.
3916 (gamegrid-add-score-with-update-game-score): Pass that argument.
3917 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3918
3919 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3920
3921 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3922 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3923
3924 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3925 and insert-file.
3926
3927 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3928 (sc-ask): Avoid warnings.
3929
3930 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3931 (eshell-hist-initialize): Use that var the natural way.
3932
3933 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3934
3935 * emacs-lisp/re-builder.el (reb-cook-regexp):
3936 Avoid warning calling lre-compile-string.
3937 (reb-color-display-p): Avoid warning.
3938
3939 * calculator.el (calculator-last-input): Guard uses
3940 of event-key and key-press-event-p.
3941 (event-key, key-press-event-p): Delete definitions.
3942
3943 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3944 (find-gc-source-directory, find-gc-subrs-callers)
3945 (find-gc-noreturn-list, find-gc-source-files)
3946 (find-gc-subrs-called): Vars renamed and defvar'd.
3947
3948 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3949 (checkdoc-overlay-put, checkdoc-delete-overlay)
3950 (checkdoc-overlay-start, checkdoc-overlay-end)
3951 (checkdoc-mode-line-update, checkdoc-char=):
3952 Define such that compiler knows they are defined.
3953 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3954 (checkdoc-read-event): Delete. Use read-event directly.
3955
3956 * whitespace.el (whitespace-make-overlay)
3957 (whitespace-overlay-put, whitespace-delete-overlay)
3958 (whitespace-overlay-start, whitespace-overlay-end):
3959 Define such that compiler knows they are defined.
3960 (whitespace): Move conditional inside.
3961
3962 * tempo.el (tempo-insert-template): Suppress warning.
3963
3964 * ediff-diff.el (longlines-mode): Add defvar.
3965
3966 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3967
3968 * server.el: Bind "C-x #" in a way that works even if C-x is
3969 redefined to a command key, not a prefix key.
3970
3971 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3972
3973 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3974 cl-make-type-test till execution time.
3975
3976 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3977
3978 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3979 arg ARG and use it.
3980
3981 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3982
3983 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3984
3985 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3986
3987 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3988 a defcustom with two :set or :type keywords.
3989
3990 2005-07-15 Richard M. Stallman <rms@gnu.org>
3991
3992 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3993 Don't give ^M comment-end syntax.
3994
3995 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3996
3997 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3998 Don't consider gdbmi (gdb-mi.el has its own update functions).
3999 (gdb-var-delete): Make it work for gdbmi as well.
4000 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4001
4002 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4003 (gud-speedbar-menu-items): Correct logic for enabling items.
4004
4005 2005-07-15 Kim F. Storm <storm@cua.dk>
4006
4007 * ido.el: Fix commentary.
4008 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4009 Use with-no-warnings around ffap-guesser.
4010 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4011 Let bind minibuffer-completing-file-name to t.
4012
4013 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4014
4015 * startup.el (site-run-file, keyboard-type): Doc fixes.
4016 (command-line): Check for "--basic-display" argument; also for
4017 "--quick", not "--bare-bones" (which was renamed).
4018 (fancy-splash-text): Add missing item "Getting New Versions".
4019 (normal-splash-screen): Fix typos and improve consistency with
4020 `fancy-splash-text'. Update copyright year.
4021
4022 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4023 valid binding for `help-char'.
4024
4025 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4026
4027 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4028
4029 * term.el (term-mode): Disable cua-mode for term buffers.
4030
4031 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4032
4033 * add-log.el (add-log-mailing-address, change-log-merge):
4034 Doc fixes.
4035 (change-log-get-method-definition): Fix typo in docstring.
4036
4037 2005-07-14 Kim F. Storm <storm@cua.dk>
4038
4039 * emulation/cua-base.el:
4040 (cua--pre-command-handler-1, cua--pre-command-handler)
4041 (cua--post-command-handler-1, cua--post-command-handler):
4042 Split in two. Check (buffer local) value of cua-mode.
4043 (cua-selection-mode): New command.
4044
4045 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4046
4047 * custom.el (custom-initialize-safe-set)
4048 (custom-initialize-safe-default): Doc fixes.
4049
4050 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4051 and simplify :init-value again.
4052
4053 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4054 and simplify :init-value again. Delete autoload.
4055
4056 * startup.el (command-line): Use `custom-reevaluate-setting' again
4057 for tooltip-mode.
4058
4059 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4060 a defcustom with two :initialize keywords.
4061
4062 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4063
4064 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4065 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4066 (allout-post-command-business, allout-flag-region)
4067 (isearch-reenable-font-lock, allout-yank)
4068 (allout-insert-latex-header, allout-insert-latex-trailer)
4069 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4070 (allout-latex-verb-quote): Fix typos in docstrings.
4071 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4072 (allout-unprotected, allout-prefix-data):
4073 Improve argument/docstring consistency.
4074 (allout-chart-subtree): Fix argument spec.
4075 (allout-open-topic): Rename `use_sib_bullet' argument to
4076 `use-sib-bullet'. Doc fix.
4077
4078 * whitespace.el (whitespace-check-buffer-leading)
4079 (whitespace-check-buffer-trailing)
4080 (whitespace-check-buffer-indent)
4081 (whitespace-check-buffer-spacetab)
4082 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4083 (whitespace-check-leading-whitespace)
4084 (whitespace-check-trailing-whitespace)
4085 (whitespace-check-spacetab-whitespace)
4086 (whitespace-check-indent-whitespace)
4087 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4088 (whitespace-modes): Fix typos in docstrings.
4089 (defgroup, defcustom): Doc fixes.
4090
4091 * winner.el (winner-mode, winner-boring-buffers)
4092 (winner-pending-undo-ring): Doc fixes.
4093 (winner-ring): Remove unneeded `progn'.
4094 (winner-equal): `defsubst' it.
4095 (winner-redo): Fix message.
4096
4097 2005-07-13 Kim F. Storm <storm@cua.dk>
4098
4099 * simple.el (line-move-1): Always use vertical-motion to
4100 do the last (or only) line move to ensure some movement.
4101 Undo 2005-06-23 change--don't check for overlays.
4102
4103 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4104
4105 * term/mac-win.el (ccl-encode-mac-roman-font)
4106 (ccl-encode-mac-centraleurroman-font)
4107 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4108 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4109 Change charset-id boundary of dimension to ?\xef.
4110 (mac-char-fontspec-list): New constant.
4111 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4112 argument. Nil uses itself as family in font-spec. Previous
4113 behavior for nil is now provided by non-nil non-string argument.
4114 All callers changed. Add font-specs for Mac fonts to
4115 "fontset-default" unless iso8859-1 fonts are installed.
4116
4117 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4120 a continuation line if the \ is preceded by SPC or TAB.
4121 (sh-get-indent-info): Simplify.
4122 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4123 Use with-current-buffer.
4124
4125 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4126 when the matched text is empty.
4127
4128 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4129
4130 * startup.el (command-line): Revert to previous handling of
4131 tooltip-mode. Explain in comment why the complexity is needed.
4132
4133 * tooltip.el (tooltip-mode): Revert to previous implementation of
4134 its defcustom.
4135
4136 * frame.el (blink-cursor-mode): Revert to previous implementation
4137 of its defcustom. Update comment.
4138
4139 2005-07-12 Lars Hansen <larsh@soem.dk>
4140
4141 * desktop.el: Update e-mail address.
4142
4143 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4144
4145 * term/mac-win.el (mac-services-mail-selection)
4146 (mac-services-mail-to): New functions.
4147 (mac-application-menu-map): Bind them.
4148
4149 2005-07-12 wulei <milton@wulei.net> (tiny change)
4150
4151 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4152
4153 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4154
4155 * custom.el (custom-reevaluate-setting): Doc fix.
4156
4157 2005-07-11 Jay Belanger <belanger@truman.edu>
4158
4159 * calc/calc.el (calc-embedded-announce-formula-alist)
4160 (calc-embedded-open-close-plain-alist)
4161 (calc-embedded-open-close-mode-alist): Add checks for additional
4162 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4163
4164 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4165
4166 * custom.el (custom-enable-theme): Don't add theme to
4167 `custom-enabled-themes' with `push' because there is no
4168 setf-method for `delq'.
4169
4170 2005-07-11 Richard M. Stallman <rms@gnu.org>
4171
4172 * custom.el (custom-declare-variable): Doc fix.
4173
4174 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4175 from the alists.
4176
4177 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4178 Do nothing if edebug-active.
4179
4180 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4181 (edebug-display): Do it here instead.
4182
4183 2005-07-10 Richard M. Stallman <rms@gnu.org>
4184
4185 * cus-face.el (custom-theme-set-faces): Make it work.
4186 (custom-reset-faces): Doc fix.
4187 (custom-theme-reset-internal-face, custom-theme-face-value):
4188 Functions deleted.
4189
4190 * custom.el (custom-push-theme): Maintain list of the settings
4191 of a given theme in its theme-settings property.
4192 Maintain position of old settings in the theme-value
4193 or theme-face property.
4194 (custom-enabled-themes): New variable.
4195 (custom-theme-enabled-p): New function.
4196 (provide-theme): Update custom-enabled-themes.
4197 Disable and reenable the `user' theme.
4198 (require-theme): Doc fix.
4199 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4200 (custom-theme-value, custom-theme-variable-value): Likewise.
4201 (custom-theme-reset-internal): Likewise.
4202 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4203 (custom-enable-theme, custom-disable-theme): New functions.
4204 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4205 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4206 (custom-theme-reset-variables): Simplify.
4207 (deftheme, custom-declare-theme, custom-make-theme-feature):
4208 Definitions moved.
4209
4210 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * longlines.el (longlines-show-region)
4213 (longlines-unshow-hard-newlines): Recognize hard newlines by
4214 non-nil hard property, instead of t.
4215
4216 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4217
4218 * viper-cmd.el (viper--key-maps): New variable.
4219 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4220 emulation-mode-map-alists.
4221 (viper-envelop-ESC-key): Use viper-subseq.
4222 (viper-search-forward/backward/next): Disable debug-on-error.
4223
4224 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4225 (viper-ESC-key): New defcustoms.
4226
4227 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4228
4229 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4230 (viper-subseq): Copy of subseq from cl.el.
4231
4232 * viper.el (viper-go-away, viper-set-hooks): Use
4233 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4234
4235 * viper-mous.el (viper-current-frame-saved): Use defvar.
4236
4237 * viper-init.el: Get rid of -face in face names.
4238
4239 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4240 Make it work with longlines mode
4241
4242 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4243
4244 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4245
4246 * ediff-init.el: Get rid of -face in face names.
4247
4248 2005-07-10 Richard M. Stallman <rms@gnu.org>
4249
4250 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4251 and with-timeout-unsuspend.
4252
4253 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4254 and with-timeout-unsuspend.
4255
4256 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4257 (with-timeout): Bind that variable to record timers.
4258 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4259
4260 * emacs-lisp/debug.el (debug-help-follow): New function.
4261 (debugger-mode-map): Use that instead of help-follow.
4262 (debugger-setup-buffer): Use eval-buffer-list
4263 to handle eval-buffer frames.
4264
4265 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4266
4267 * timezone.el (timezone-parse-date): Change first regexp
4268 so it will not mistakenly match dates with no time zone.
4269
4270 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4271
4272 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4273
4274 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4275
4276 * custom.el (custom-initialize-safe-set)
4277 (custom-initialize-safe-default): New functions.
4278
4279 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4280 and simplify :init-value.
4281
4282 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4283 and simplify :init-value. Delete obsolete comment.
4284
4285 * startup.el (command-line): Use `custom-reevaluate-setting' to
4286 handle `tooltip-mode'. Delete obsolete comment.
4287
4288 * files.el (set-visited-file-name): Avoid calling
4289 `file-name-nondirectory' with a nil argument.
4290
4291 2005-07-09 Richard M. Stallman <rms@gnu.org>
4292
4293 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4294 was called with nil for the buffer, handle the read position right.
4295 Handle read position for eval-region, too.
4296
4297 2005-07-09 Juri Linkov <juri@jurta.org>
4298
4299 * fringe.el (fringe-mode): Add period in docstring.
4300 (fringe-query-style): Build prompt depending on `all-frames' arg.
4301
4302 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4303 to not create links to unrelated functions in the Help buffer.
4304
4305 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4306 Doc fix.
4307
4308 * simple.el (next-error-hook): New variable.
4309 (next-error): Use it. Doc fix.
4310
4311 * textmodes/ispell.el (ispell-command-loop): Add current
4312 dictionary name and program name to mode-line-format.
4313 (ispell-region, ispell-process-line): Add current dictionary name
4314 and program name to messages.
4315
4316 2005-07-08 Jay Belanger <belanger@truman.edu>
4317
4318 * calc/calc.el (calc-embedded-announce-formula-alist)
4319 (calc-embedded-open-close-formula-alist)
4320 (calc-embedded-open-close-word-alist)
4321 (calc-embedded-open-close-plain-alist)
4322 (calc-embedded-open-close-new-formula-alist)
4323 (calc-embedded-open-close-mode-alist)
4324 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4325 (calc-embedded-mode-hook): New variables.
4326
4327 * calc/calc-embed.el (calc-embedded-firsttime)
4328 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4329 New variables.
4330 (calc-do-embedded): Use calc-embedded-firsttime,
4331 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4332 determine whether or not to run hooks.
4333 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4334 calc-embedded-firsttime-formula appropriately.
4335 Set calc-embedded delimiter variables according to mode.
4336
4337 2005-07-08 Richard M. Stallman <rms@gnu.org>
4338
4339 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4340 Check for "emacs", etc., as entire symbol, not just as word.
4341 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4342
4343 * files.el (set-visited-file-name): Report the error
4344 for "empty filename" earlier.
4345 (kill-some-buffers): Ignore buffers already dead.
4346
4347 * fringe.el (fringe-mode): Doc fix.
4348
4349 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4350 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4351 Use unwind-protect to ensure byte-compile-unresolved-functions
4352 is updated.
4353
4354 * whitespace.el (whitespace-buffer-leading-cleanup):
4355 Simplify w/ skip-chars-forward.
4356 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4357
4358 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4359 Unconditionally try to leave point at the same old place.
4360
4361 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4362
4363 * comint.el (comint-postoutput-scroll-to-bottom)
4364 (comint-show-maximum-output): Take scroll-margin into consideration.
4365
4366 2005-07-08 Kim F. Storm <storm@cua.dk>
4367
4368 * ido.el (ido-use-filename-at-point): New choice `guess'.
4369 (ido-file-internal): Try ffap-guesser if selected.
4370
4371 * ido.el (ido-before-fallback-functions): New hook.
4372 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4373 (ido-read-file-name): Run it.
4374
4375 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4378 strings rather than a list of symbols to the completion function.
4379
4380 2005-07-07 Jay Belanger <belanger@truman.edu>
4381
4382 * calc/calc-units.el (math-apply-units): Change the places in
4383 which units are simplified.
4384
4385 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4386
4387 * cus-edit.el (customize-option, customize-option-other-window):
4388 Make them handle aliases.
4389
4390 * custom.el (custom-variable-p): Make it recursively follow
4391 aliases. Mention that in the docstring.
4392
4393 2005-07-07 Richard M. Stallman <rms@gnu.org>
4394
4395 * cus-start.el (exec-path): Use `directory' instead of `file'.
4396 Fix tag for nil.
4397
4398 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4401 when called non-interactively. Doc fix.
4402
4403 2005-07-07 Lute Kamstra <lute@gnu.org>
4404
4405 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4406 new address as well.
4407
4408 2005-07-07 Kenichi Handa <handa@m17n.org>
4409
4410 * international/mule.el (make-coding-system):
4411 Describe `ascii-incompatible' property in the docstring.
4412 (set-file-name-coding-system): Signal an error if coding-system is
4413 ascii-incompatible.
4414 (set-keyboard-coding-system): Likewise.
4415
4416 * international/mule-cmds.el (set-default-coding-systems):
4417 Don't set default-file-name-coding-system and
4418 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4419
4420 * international/utf-16.el: Declare that all UTF-16-based coding
4421 systems are ASCII-incompatible.
4422
4423 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4424
4425 * progmodes/gud.el: Require font-lock for displaying errors.
4426 Used by gdb-ui.el.
4427
4428 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4429
4430 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4431 values for the pattern lists which are `read'able but not
4432 `append'able (like symbols).
4433
4434 2005-07-06 Richard M. Stallman <rms@gnu.org>
4435
4436 * progmodes/flymake.el (flymake-float-time): Instead of
4437 with-no-warnings, test for xemacs.
4438 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4439 to avoid warning.
4440
4441 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4442
4443 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4444
4445 2005-07-05 Lute Kamstra <lute@gnu.org>
4446
4447 * battery.el: Add support for Darwin (with much debugging help
4448 from Samuel Lauber <sam124@operamail.com>).
4449 (battery-status-function, battery-echo-area-format)
4450 (battery-mode-line-format): Add support for pmset on Darwin.
4451 (battery-load-low, battery-load-critical): New user options.
4452 (battery-pmset): New function.
4453
4454 2005-07-05 Lute Kamstra <lute@gnu.org>
4455
4456 Update FSF's address in GPL notices.
4457
4458 * textmodes/page-ext.el: Update FSF's address.
4459
4460 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4463 filling from using prefix when filling a single-line docstring.
4464
4465 * progmodes/flymake.el: Remove useless eval-when-compile.
4466
4467 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4468
4469 2005-07-04 Richard M. Stallman <rms@gnu.org>
4470
4471 * textmodes/org.el (org-file-apps-defaults-gnu):
4472 Rename from org-file-apps-defaults-linux.
4473 (org-default-apps): Don't test system-type for `linux'.
4474 (org-file-apps): Doc fix.
4475
4476 2005-07-04 David Ponce <david@dponce.com>
4477
4478 * tree-widget.el: Improve header Commentary section.
4479 (tree-widget) [defgroup]
4480 (tree-widget-image-enable, tree-widget-themes-directory)
4481 (tree-widget-theme, tree-widget-image-properties-emacs)
4482 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4483 (tree-widget-image-formats, tree-widget-control)
4484 (tree-widget-empty-control, tree-widget-leaf-control
4485 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4486 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4487 (tree-widget-keep, tree-widget-after-toggle-functions)
4488 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4489 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4490 :help-echo message.
4491 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4492 (tree-widget-image-properties): Doc fix. Clearer implementation.
4493 (tree-widget--cursors): New constant.
4494 (tree-widget-lookup-image): New function split from
4495 `tree-widget-find-image'. Clearer implementation.
4496 (tree-widget-find-image): Use it.
4497 (tree-widget-button-keymap): Use `set-keymap-parent'.
4498 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4499 Define the sub-widgets here.
4500 (tree-widget-node): Check that :node is not a tree-widget.
4501 (tree-widget-get-super, tree-widget-open-control)
4502 (tree-widget-close-control, tree-widget-empty-control)
4503 (tree-widget-leaf-control, tree-widget-guide)
4504 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4505 (tree-widget-no-handle, tree-widget-value-delete)
4506 (tree-widget-map): Remove.
4507 (tree-widget-children-value-save): Doc fix. Simplified.
4508 (tree-widget-value-create): Update according to previous changes.
4509
4510 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4511
4512 * textmodes/org.el: Leading space replaced by TABS.
4513 (org-recalc-marks, org-table-rotate-recalc-marks)
4514 (org-table-get-specials): Treat "^" and "_" marks.
4515 (org-table-justify-field-maybe): Optional argument NEW.
4516 (org-table-eval-formula): Parsing of the format simplified.
4517 New modes C,I. Honor the %= parameter in the current table.
4518 Avoid unnecessary re-align by using the NEW argument to
4519 `org-table-justify-field-maybe'.
4520 (org-calc-default-modes): Default for date-format mimicks org-mode.
4521 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4522
4523 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4524
4525 * cus-face.el (custom-theme-set-faces): Make it handle face
4526 aliases whose alias declarations are pre- or autoloaded.
4527
4528 2005-07-04 Juri Linkov <juri@jurta.org>
4529
4530 * faces.el (read-face-name): Put the code for getting a face name
4531 from the buffer before adding the faces from the `face' property.
4532 Use `completing-read-multiple' instead of `completing-read'.
4533 Require `crm'. Add default value and post-process the returned
4534 list of faces.
4535
4536 * emacs-lisp/crm.el (crm-find-current-element)
4537 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4538
4539 * emacs-lisp/lisp-mode.el (eval-defun-1):
4540 * emacs-lisp/edebug.el (edebug-eval-defun):
4541 Remove unnecessary quotes.
4542
4543 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4544
4545 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4546 (prolog-indent-level): Fix typo in docstring.
4547
4548 * info.el (Info-history, Info-history-forward)
4549 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4550
4551 * add-log.el (add-change-log-entry):
4552 * comint.el (comint-dynamic-list-input-ring)
4553 (comint-dynamic-list-completions):
4554 * dabbrev.el (dabbrev-expand):
4555 * delim-col.el (delimit-columns-rectangle-line):
4556 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4557 (diff-unified->context):
4558 * ediff-init.el (ediff-abbrev-jobname):
4559 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4560 (ediff-replace-session-activity-marker-in-meta-buffer):
4561 * info.el (Info-summary):
4562 * lpr.el (printify-region):
4563 * printing.el (pr-create-interface):
4564 * ps-print.el (ps-print-quote):
4565 * ses.el (ses-column-widths, ses-print-cell)
4566 (ses-adjust-print-width, ses-center):
4567 * shell.el (shell-file-name-quote-list):
4568 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4569 (strokes-fill-current-buffer-with-whitespace)
4570 (strokes-xpm-for-stroke, strokes-list-strokes)
4571 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4572 * term.el (term-dynamic-list-input-ring)
4573 (term-dynamic-list-completions):
4574 * calc/calc.el (math-format-stack-value):
4575 * emacs-lisp/edebug.el (edebug-display-freq-count):
4576 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4577 (delphi-new-comment-line):
4578 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4579 * progmodes/executable.el (executable-set-magic):
4580 * progmodes/python.el (inferior-python-mode):
4581 * progmodes/scheme.el (scheme-mode-syntax-table):
4582 * progmodes/sh-script.el (sh-maybe-here-document):
4583 * progmodes/sql.el (sql-copy-column):
4584 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4585 * textmodes/bibtex.el (bibtex-mode):
4586 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4587 (sgml-auto-attributes):
4588 * textmodes/table.el (table-insert, table-shorten-cell)
4589 (table--generate-source-scan-lines, table-delete-row)
4590 (*table--cell-delete-char, table--spacify-frame)
4591 (table--horizontally-shift-above-and-below)
4592 (table--cell-insert-char, table--cell-blank-str)
4593 (table--fill-region-strictly):
4594 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4595 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4596
4597 * add-log.el (change-log):
4598 * apropos.el (apropos):
4599 * comint.el (comint-completion, comint-source):
4600 * dabbrev.el (dabbrev):
4601 * delim-col.el (columns):
4602 * diff-mode.el (diff-mode):
4603 * ediff.el (ediff):
4604 * ediff-diff.el (ediff-diff):
4605 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4606 * ediff-mult.el (ediff-mult):
4607 * ediff-ptch.el (ediff-ptch):
4608 * ediff-wind.el (ediff-window):
4609 * facemenu.el (facemenu):
4610 * indent.el (indent):
4611 * info.el (info):
4612 * jka-cmpr-hook.el (compression, jka-compr):
4613 * lpr.el (lpr):
4614 * outline.el (outlines):
4615 * pcmpl-cvs.el (pcmpl-cvs):
4616 * pcmpl-rpm.el (pcmpl-rpm):
4617 * printing.el (printing):
4618 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4619 (ps-print-vertical, ps-print-headers, ps-print-font)
4620 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4621 (ps-print-background, ps-print-printer, ps-print-page)
4622 (ps-print-miscellany):
4623 * ses.el (ses):
4624 * shell.el (shell, shell-directories, shell-faces):
4625 * startup.el (initialization):
4626 * strokes.el (strokes):
4627 * term.el (term):
4628 * uniquify.el (uniquify):
4629 * w32-vars.el (w32):
4630 * calc/calc.el (calc):
4631 * emacs-lisp/bytecomp.el (bytecomp):
4632 * emacs-lisp/cl-indent.el (lisp-indent):
4633 * emacs-lisp/edebug.el (edebug):
4634 * emacs-lisp/elp.el (elp):
4635 * emacs-lisp/testcover.el (testcover):
4636 * emacs-lisp/trace.el (trace):
4637 * emulation/viper-ex.el (viper-ex):
4638 * emulation/viper-mous.el (viper-mouse):
4639 * mail/mailalias.el (mailalias):
4640 * mail/supercite.el (supercite, supercite-frames)
4641 (supercite-attr, supercite-cite, supercite-hooks):
4642 * net/rcompile.el (remote-compile):
4643 * net/rlogin.el (rlogin):
4644 * obsolete/ooutline.el (outlines):
4645 * progmodes/delphi.el (delphi):
4646 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4647 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4648 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4649 (ebnf-optimization):
4650 * progmodes/etags.el (etags):
4651 * progmodes/executable.el (executable):
4652 * progmodes/idlwave.el (idlwave):
4653 * progmodes/pascal.el (pascal):
4654 * progmodes/prolog.el (prolog):
4655 * progmodes/python.el (python):
4656 * progmodes/scheme.el (scheme):
4657 * progmodes/sh-script.el (sh, sh-script):
4658 * progmodes/sql.el (SQL):
4659 * progmodes/tcl.el (tcl):
4660 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4661 * textmodes/enriched.el (enriched):
4662 * textmodes/makeinfo.el (makeinfo):
4663 * textmodes/sgml-mode.el (sgml):
4664 * textmodes/table.el (table-hooks):
4665 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4666 * textmodes/texinfo.el (texinfo):
4667 * textmodes/two-column.el (two-column):
4668 Finish `defgroup' description with period.
4669
4670 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4671 * eshell/esh-var.el (eshell-var):
4672 * progmodes/vhdl-mode.el (vhdl-testbench):
4673 * textmodes/org.el (org): Fix typos in docstrings.
4674
4675 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4676 consistency.
4677
4678 * progmodes/flymake.el (flymake-find-file): Remove.
4679 (flymake-float-time): Use `with-no-warnings'.
4680 (flymake-check-start-time, flymake-check-was-interrupted)
4681 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4682 (flymake-new-err-info): `defvar' at compile time.
4683
4684 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4685
4686 * replace.el (occur-hook): Doc fix.
4687 (occur-1): Don't call `occur-hook' if there are no matches.
4688
4689 2005-07-03 Richard M. Stallman <rms@gnu.org>
4690
4691 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4692 global-map, save the same map.
4693 (global-map): Don't alter it at top level.
4694 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4695 Then alter it here instead.
4696 (tpu-edt-off): Set global-map to the saved one.
4697
4698 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4699 All references simplified.
4700 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4701 (zmacs-regions): Add defvar.
4702 (repeat-complex-command-map): Everything about that deleted.
4703
4704 * textmodes/artist.el (artist-key-is-drawing)
4705 (artist-key-endpoint1, artist-key-poly-point-list)
4706 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4707 (artist-key-compl-table, artist-rb-save-data)
4708 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4709 Don't put them in eval-when-compile.
4710 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4711
4712 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4713 Use with-no-warnings.
4714
4715 * net/browse-url.el (dos-windows-version): Add defvar.
4716
4717 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4718
4719 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4720 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4721 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4722 Add defvar.
4723 (rmail-summary-beginning-of-message): Use with-no-warnings.
4724 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4725
4726 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4727 Use with-no-warnings.
4728
4729 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4730 (c-mark-function): Add point-moving-unit property.
4731 (vi-goto-line): Use with-no-warnings.
4732
4733 * emulation/edt.el (edt-last-copied-word): Add defvar.
4734 (zmacs-region-stays): Likewise.
4735 (edt-mark-section-wisely): Use c-mark-function for C.
4736 Use makr-defun for Fortran.
4737 (time-string): defvar deleted.
4738 (edt-display-the-time): Don't set time-string.
4739
4740 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4741
4742 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4743 Don't warn when name is not constant
4744 or for defining the group `emacs'.
4745
4746 * tooltip.el (gud-tooltip-mode): Add defvar.
4747
4748 * startup.el (default-frame-background-mode): Add defvar.
4749
4750 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4751
4752 * info.el (tool-bar-map): Add defvar.
4753
4754 * dired.el (dnd-protocol-alist): Add defvar.
4755
4756 * dired-aux.el (dired-query): Display question with answer, when
4757 the user answers.
4758
4759 * custom.el (custom-add-option): Doc fix.
4760
4761 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4762
4763 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4764
4765 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4766 bogus name from the last change.
4767
4768 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4769
4770 * custom.el (custom-declare-variable): Fix typos in comment.
4771 (custom-known-themes): Doc fix.
4772 (custom-theme-directory): New defcustom.
4773 (require-theme): Make it check `custom-theme-directory'.
4774
4775 * cus-theme.el (custom-new-theme-mode): New function.
4776 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4777 (custom-theme-description): Add compiler defvars.
4778 (customize-create-theme): Add doc to the "*New Custom Theme*"
4779 buffer. Use `custom-new-theme-mode'.
4780 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4781 and save it to the `custom-theme-directory'. Make this the
4782 default directory of the buffer.
4783
4784 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4785
4786 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4787 Fix unbalanced parentheses.
4788
4789 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4790
4791 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4792 into flymake-mode and delegate to flymake-mode.
4793
4794 * find-file.el (ff-which-function-are-we-in): Clean up.
4795
4796 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4797
4798 * replace.el (occur-rename-buffer): Fix docstring.
4799
4800 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4801 (edt-last-copied-word, edt-learn-macro-count)
4802 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4803 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4804 (time-string, zmacs-region-stays):
4805 * emulation/edt-mapper.el (edt-save-function-key-map)
4806 (EDT-key-name): `defvar' to silence the byte-compiler.
4807
4808 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4809
4810 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4811 font-lock-regexp-backslash. Doc fix.
4812 (font-lock-regexp-backslash-grouping-construct): Rename from
4813 font-lock-regexp-backslash-construct. Doc fix.
4814 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4815 grouping constructs.
4816
4817 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4818
4819 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4820 updating all the prerequisites.
4821
4822 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4823
4824 * textmodes/org.el (org-agenda-start-on-weekday)
4825 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4826 (org-agenda-use-time-grid, org-archive-location)
4827 (org-allow-space-in-links, org-usenet-links-prefer-google)
4828 (org-enable-table-editor, org-export-default-language)
4829 (org-export-html-show-new-buffer, org-fill-paragraph)
4830 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4831 (org-goto-quit, org-occur, org-eval-in-calendar)
4832 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4833 (org-agenda-diary-entry, org-remember-help)
4834 (org-table-convert-region, org-at-table-p)
4835 (org-table-move-row-down, org-table-move-row-up)
4836 (org-table-copy-region, org-table-toggle-vline-visibility)
4837 (org-table-get-stored-formulas, org-table-get-specials)
4838 (org-recalc-commands, org-table-eval-formula)
4839 (org-table-formula-substitute-names, orgtbl-make-binding)
4840 (org-format-org-table-html, org-format-table-table-html)
4841 (org-format-table-table-html-using-table-generate-source)
4842 (org-customize): Fix typos in docstrings.
4843 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4844 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4845 (org-back-to-heading): Doc fixes.
4846 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4847 (org-agenda-change-all-lines, org-get-header):
4848 Improve argument/docstring consistency.
4849 (orgtbl-error): Fix error message.
4850
4851 * progmodes/flymake.el (flymake-find-possible-master-files)
4852 (flymake-master-file-compare, flymake-get-line-err-count)
4853 (flymake-highlight-line, flymake-gui-warnings-enabled):
4854 Fix typos in docstrings.
4855 (flymake-parse-line, flymake-get-project-include-dirs-function)
4856 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4857 Doc fixes.
4858 (flymake-get-project-include-dirs-function)
4859 (flymake-make-err-menu-data):
4860 Improve argument/docstring consistency.
4861
4862 2005-07-01 Lute Kamstra <lute@gnu.org>
4863
4864 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4865 Catch errors with ignore-errors. Use temporary buffer.
4866 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4867
4868 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4869 background color faces.
4870 (facemenu-set-foreground, facemenu-set-background):
4871 Use facemenu-set-face-from-menu.
4872 (facemenu-set-face-from-menu): Treat face names that start with
4873 "fg:" or "bg:" as special.
4874 (facemenu-add-new-color): Don't create faces. Simplify.
4875
4876 2005-06-30 Richard M. Stallman <rms@gnu.org>
4877
4878 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4879 (crm-find-current-element): Likewise.
4880
4881 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4882
4883 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4884
4885 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4888 (archive-mouse-extract): Make it an obsolete alias.
4889 (archive-mode-map): Don't use archive-mouse-extract any more.
4890 (archive-mode, archive-extract): write-contents-hooks ->
4891 write-contents-functions.
4892 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4893 first arg.
4894 (archive-rename-entry): Update the call.
4895 (archive-zip-summarize): Remove unused var `method'.
4896 (archive-lzh-summarize): Remove unused var `creator'.
4897
4898 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4899 dedicated frame upon exit.
4900
4901 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4902 (archive-zip-extract, archive-zip-expunge)
4903 (archive-zip-update, archive-zip-update-case): Use executable-find.
4904 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4905 Use restore-buffer-modified-p.
4906 (archive-extract, archive-add-new-member, archive-write-file-member):
4907 Use with-current-buffer.
4908 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4909
4910 2005-06-30 Andreas Schwab <schwab@suse.de>
4911
4912 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4913
4914 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4915
4916 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4917
4918 2005-06-30 Juri Linkov <juri@jurta.org>
4919
4920 * faces.el (vertical-border): Inherit from mode-line-inactive
4921 only on tty.
4922
4923 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4924
4925 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4926 example, -NLINES in the `occur' docstring).
4927
4928 * replace.el (occur-1): When no matches are found, do not set the
4929 `buffer-read-only' and modified flags for the occur buffer,
4930 because it is deleted.
4931
4932 * emulation/cua-base.el (cua-check-pending-input)
4933 (cua-repeat-replace-region, cua-mode, cua-debug)
4934 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4935 Fix typos in docstrings.
4936
4937 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4938 (cua-cut-region-to-global-mark)
4939 (cua--cut-rectangle-to-global-mark):
4940 Remove period from end of messages.
4941
4942 * emulation/cua-rect.el (cua-do-rectangle-padding):
4943 Remove period from end of messages.
4944 (cua--rectangle-seq-format): Fix typo in docstring.
4945 (cua-sequence-rectangle, cua-fill-char-rectangle):
4946 Improve argument/docstring consistency.
4947
4948 2005-06-29 Juri Linkov <juri@jurta.org>
4949
4950 * faces.el (default-frame-background-mode): New internal variable.
4951 (frame-set-background-mode): Use it.
4952
4953 * startup.el (normal-top-level): Set default-frame-background-mode
4954 instead of frame-background-mode. Before setting it, test for its
4955 nil value. Remove tests for frame-background-mode and frame
4956 parameter `reverse'. Add test for "unspecified-fg".
4957
4958 * term/xterm.el (xterm-rxvt-set-background-mode):
4959 * term/rxvt.el (rxvt-set-background-mode):
4960 Set default-frame-background-mode instead of frame-background-mode.
4961
4962 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4963
4964 * simple.el (set-variable): Warn about obsolete user variables.
4965
4966 * imenu.el (imenu--completion-buffer):
4967 * mouse.el (mouse-buffer-menu-alist):
4968 * msb.el (msb-invisible-buffer-p):
4969 * calendar/diary-lib.el (diary-header-line-format):
4970 * emacs-lisp/pp.el (pp-buffer):
4971 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4972 * textmodes/picture.el (picture-replace-match):
4973 Change space constants followed by a sexp to "?\s ".
4974
4975 * play/decipher.el (decipher-loop-with-breaks):
4976 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4977 constants "protected" from end of line by a comment to "?\s".
4978
4979 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * font-lock.el (save-buffer-state): Use `declare'.
4982
4983 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4984 reset the syntax-table to cperl-mode-syntax-table.
4985 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4986 "foo_print_bar" is not matched as a reserved keyword.
4987
4988 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4989
4990 * textmodes/org.el (orgtbl-setup): New function, for delayed
4991 setup for the orgtbl commands.
4992 (org-calc-default-modes): New option.
4993 (orgtbl-make-binding): Use `defun' to get better help display.
4994 (org-diary): Call `org-compile-prefix-format'.
4995 (org-table-formula-substitute-names): New function.
4996 (org-agenda-day-view, org-agenda-week-view): New commands.
4997 (org-agenda-toggle-week-view): Command removed.
4998 (org-tbl-menu): Split off from org-org-menu.
4999 (org-mode): Move removal of outline-mode menus to here.
5000 (org-table-formula-debug): New option.
5001 (org-table-insert-row): Keep first field if just "#" or "*".
5002 (org-mode): Paragraph regexps fixed.
5003 (org-table-recalculate-regexp): New constant.
5004 (org-table-justify-field-maybe): Avoid replace if not necessary.
5005 (org-copy-special, org-cut-special): Use `call-interactively'.
5006 (org-table-copy-region): Take region from `interactive' call.
5007 (org-trim): Return string even if no match.
5008 (org-formula): New face.
5009 (org-set-font-lock-defaults): No longer highlight "FIXME".
5010 But highlight formula-related fields in table.
5011 (org-table-p): Use regexp, not fontification.
5012 (org-table-align): Handle white space at end of line.
5013 (org-table-formula-evaluate-inline): New option.
5014 (org-mode): Auto-wrapping in comment lines turned off.
5015 (org-table-copy-down): Evaluate only in copied field, not in
5016 destination.
5017 (org-table-current-formula): Variable removed.
5018 (org-table-store-formulas, org-table-get-stored-formulas)
5019 (org-table-modify-formulas, org-table-replace-in-formulas)
5020 (org-table-maybe-eval-formula): New functions.
5021 (org-table-get-formula): Modify to use stored formulas.
5022 (org-table-insert-column, org-table-delete-column)
5023 (org-table-move-column): Call `org-table-modify-formulas'.
5024 (org-complete): Add completion for keyword formulas.
5025 (orgtbl-mode): Pull orgtbl-mode-map to start of
5026 minor-mode-map-alist.
5027
5028 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * progmodes/python.el (python-check): Require `compile' before
5031 modifying its variables.
5032
5033 * newcomment.el (comment-indent-default): Don't get fooled by an early
5034 end of buffer.
5035
5036 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5037
5038 * ps-print.el (ps-print-version): Fix version number.
5039
5040 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5043
5044 2005-06-28 Richard M. Stallman <rms@gnu.org>
5045
5046 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5047 (flyspell-local-mouse-map): Declaration deleted.
5048 (flyspell-mouse-map): Bind only mouse-2.
5049 (flyspell-mode-map): Don't test flyspell-use-local-map.
5050 (flyspell-overlay-keymap-property-name): Var deleted.
5051 (flyspell-mode-on): Don't make local bindings for
5052 flyspell-mouse-map and flyspell-mode-map.
5053 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5054
5055 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5056
5057 * progmodes/compile.el (compilation-next-error-function):
5058 Don't switch buffers; operate on the current buffer.
5059
5060 * progmodes/compile.el (compilation-error-file-name)
5061 (compilation-warning-file-name, compilation-info-file-name)
5062 (compilation-line-number, compilation-column-number): New faces.
5063 (compilation-error-face, compilation-warning-face)
5064 (compilation-info-face, compilation-line-face)
5065 (compilation-column-face): Use them.
5066
5067 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5068
5069 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5070
5071 * bindings.el (global-map): Bind insertchar and its variants.
5072
5073 2005-06-27 Richard M. Stallman <rms@gnu.org>
5074
5075 * textmodes/artist.el (artist-text-overwrite)
5076 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5077
5078 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5079
5080 * ps-print.el: It was not working the page selection for printing.
5081 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5082 (ps-print-version): New version 6.6.7.
5083 (ps-end-sheet): New fun.
5084 (ps-header-sheet, ps-end-job): Call it.
5085
5086 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5087
5088 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5089
5090 2005-06-27 Lute Kamstra <lute@gnu.org>
5091
5092 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5093 background color faces.
5094 (facemenu-get-face): Delete function.
5095 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5096 (facemenu-add-new-color): Make second argument mandatory.
5097 Create the appropriate face and return it. Simplify.
5098 (facemenu-set-foreground, facemenu-set-background): Don't check if
5099 color is defined. Use return value of facemenu-add-new-color.
5100
5101 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5102
5103 * progmodes/gud.el (gud-filter): Add missing argument to
5104 with-selected-window.
5105
5106 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5109 a :require to the defcustom.
5110
5111 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5112 defcustoms corresponding to minor modes.
5113
5114 2005-06-26 David Ponce <david@dponce.com>
5115
5116 * recentf.el: Require tree-widget instead of wid-edit.
5117 (recentf-filename-handler): Fix widget :type.
5118 (recentf-cancel-dialog, recentf-open-more-files)
5119 (recentf-open-files-action): Doc fix.
5120 (recentf-dialog-goto-first): New function.
5121 (recentf-dialog-mode-map): Set parent keymap first.
5122 (recentf-dialog-mode): Define with define-derived-mode.
5123 Don't display continuation lines in dialogs.
5124 (recentf-edit-list): Rename from recentf-edit-selected-items.
5125 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5126 Simplify.
5127 (recentf-edit-list-validate): New function.
5128 (recentf-edit-list): Update accordingly.
5129 (recentf-open-files-item-shift): Remove.
5130 (recentf-open-files-item): Convert menu elements into tree and
5131 link widgets. Don't create the widgets.
5132 (recentf-open-files): Update accordingly.
5133 (recentf-save-list): Untabify.
5134
5135 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5136
5137 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5138 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5139 partially contained in the active region. Do not take active
5140 region into account when called from Lisp, unless INTERACTIVE arg
5141 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5142 avoid trouble with fields. Make marker point nowhere when no
5143 longer used. Always return nil. Doc fix.
5144 (flush-lines): Add INTERACTIVE arg. Do not take active region
5145 into account when called from Lisp, unless INTERACTIVE arg is
5146 non-nil. Use `forward-line' instead of `beginning-of-line' to
5147 avoid trouble with fields. Make marker point nowhere when no
5148 longer used. Always return nil. Doc fix.
5149 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5150 interchangeable. Do not take active region into account when
5151 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5152 message in echo area when called from Lisp, unless INTERACTIVE arg
5153 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5154 Return the number of matches. Doc fix.
5155 (occur): Doc fix.
5156 (perform-replace): Make comment follow double space convention for
5157 the sake of `outline-minor-mode'.
5158
5159 * faces.el (facep): Doc fix.
5160
5161 2005-06-25 Richard M. Stallman <rms@gnu.org>
5162
5163 * facemenu.el (facemenu-enable-faces-p): New function.
5164 (facemenu-background-menu, facemenu-foreground-menu)
5165 (facemenu-face-menu): Add menu-enable property.
5166
5167 * jka-compr.el (jka-compr-insert-file-contents):
5168 Special handling if cannot find the uncompression program.
5169
5170 * cus-face.el (custom-face-attributes): Add autoload.
5171
5172 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5173 Bind comment-indent-function locally.
5174
5175 * window.el (save-selected-window): Use save-current-buffer.
5176
5177 * subr.el (with-selected-window): Use save-current-buffer.
5178
5179 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5180 and with-current-buffer.
5181
5182 2005-06-24 Richard M. Stallman <rms@gnu.org>
5183
5184 * simple.el (line-move-1): Fix previous change.
5185
5186 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5187
5188 * replace.el (occur-1): Set `buffer-read-only' and the
5189 buffer-modified flag before running `occur-hook' to protect
5190 against unintentional buffer switches that can lead to data loss.
5191
5192 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5193
5194 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5195 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5196 initial error.
5197
5198 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5199 after fresh input.
5200 (gdb-var-create-handler): Put name of expression in quotes.
5201
5202 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5203
5204 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5205 elements of RING in order, and without bogus nil elements.
5206
5207 2005-06-23 Richard M. Stallman <rms@gnu.org>
5208
5209 * simple.el (set-variable): Args renamed; doc fix.
5210 (line-move-1): When there are overlays around, use vertical-motion.
5211
5212 * faces.el (escape-glyph): Use brown against light background.
5213 (nobreak-space): Rename from no-break-space.
5214 Fix previous change.
5215
5216 * dired-aux.el (dired-do-copy): Fix arg prompt.
5217
5218 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5219
5220 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5221
5222 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5223 rather than "Distributor".
5224
5225 2005-06-23 Lute Kamstra <lute@gnu.org>
5226
5227 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5228 (debug-on-entry): Use it. New interactive declaration that uses
5229 function-called-at-point.
5230
5231 2005-06-23 Kim F. Storm <storm@cua.dk>
5232
5233 * subr.el (save-match-data): Add comment about using evaporate arg
5234 to set-match-data.
5235
5236 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5237
5238 * cus-edit.el (customize-face)
5239 (customize-face-other-window): Handle face aliases.
5240
5241 * faces.el (face-documentation, set-face-attribute)
5242 (face-spec-set): Handle face aliases.
5243
5244 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * help-mode.el (help-make-xrefs): If a symbol representing a face
5247 name is not followed by the word "face", it could still be a
5248 function or variable name, so don't bypass other checks.
5249
5250 2005-06-22 Juri Linkov <juri@jurta.org>
5251
5252 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5253 Replace aliased functions with calls where second arg `inherit' is t.
5254
5255 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5256
5257 * progmodes/gdb-ui.el (gdb-error): New variable.
5258 (gdb-error): New function.
5259 (gdb-annotation-rules): Act on error-begin and error annotations.
5260 (gdb-concat-output): Use font-lock-warning-face for errors.
5261
5262 2005-06-22 Miles Bader <miles@gnu.org>
5263
5264 * bindings.el (propertized-buffer-identification): Use renamed
5265 `Buffer-menu-buffer' face.
5266
5267 * faces.el (vertical-border): Rename from `vertical-divider'.
5268 (escape-glyph): Change dark-background color back to `cyan'.
5269
5270 2005-06-21 Juri Linkov <juri@jurta.org>
5271
5272 * faces.el (face-user-default-spec): Try getting `customized-face'
5273 prior to `saved-face'.
5274 (frame-background-mode): Refill docstring.
5275
5276 * emacs-lisp/lisp-mode.el (eval-defun-1):
5277 * emacs-lisp/edebug.el (edebug-eval-defun):
5278 Set `saved-face' temporarily to nil before calling form.
5279 Set `customized-face' to the new spec after that.
5280
5281 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5282
5283 * subr.el (1value, lambda, key-substitution-in-progress):
5284 Doc fixes.
5285
5286 * autoinsert.el (auto-insert-alist):
5287 * ses.el (ses-call-printer):
5288 * subr.el (noreturn):
5289 * emacs-lisp/lisp.el (check-parens):
5290 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5291 * net/browse-url.el (browse-url-mosaic):
5292 * progmodes/cc-defs.el (c-safe-scan-lists):
5293 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5294 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5295 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5296 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5297 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5298 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5299
5300 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5301
5302 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5303
5304 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5305
5306 * calendar/appt.el (appt-make-list): Activate the package, if
5307 not already active (for backwards compatibility).
5308
5309 2005-06-20 Kim F. Storm <storm@cua.dk>
5310
5311 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5312
5313 2005-06-20 Miles Bader <miles@gnu.org>
5314
5315 * faces.el (vertical-divider): New face.
5316
5317 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5318
5319 * simple.el (kill-whole-line): Doc fix.
5320 (next-error-buffer-p, next-error-find-buffer)
5321 (clone-indirect-buffer): Fix typos in docstrings.
5322 (comment-line-break-function): Doc fix: don't say variable
5323 is automatically buffer-local (it isn't).
5324
5325 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5326
5327 * net/tramp-ftp.el (top):
5328 * net/tramp-smb.el (top):
5329 * net/tramp-util.el (top):
5330 * net/tramp-uu.el (top):
5331 * net/tramp-vc.el (top):
5332 * net/tramp.el (top): Revert copyright years back to original
5333 ones. Tramp has a life outside GNU Emacs.
5334
5335 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5336
5337 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5338
5339 2005-06-18 Juri Linkov <juri@jurta.org>
5340
5341 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5342 end of first regexp to limit the match to the position between
5343 line number and source line with same separator character as used
5344 between file name and line number. In the second regexp limit
5345 mouse-face area to file name and line number by adding new group
5346 for them and referring it in HYPERLINK arg.
5347 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5348 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5349 previous line where grep markers may be already removed.
5350
5351 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5352
5353 * progmodes/ps-mode.el: Update version and maintainer's email address.
5354
5355 2005-06-18 Steve Youngs <steve@xemacs.org>
5356
5357 * net/browse-url.el (browse-url-browser-function)
5358 (browse-url-default-browser): Add firefox.
5359 (browse-url-firefox-program, browse-url-firefox-arguments)
5360 (browse-url-firefox-startup-arguments)
5361 (browse-url-firefox-new-window-is-tab): New defcustoms.
5362 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5363
5364 2005-06-17 Richard M. Stallman <rms@gnu.org>
5365
5366 * startup.el (command-line): Warn if specified user name has
5367 no home directory.
5368
5369 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5370 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5371
5372 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5373 Doc fixes.
5374
5375 * faces.el (underline): Try bold if terminal doesn't support underline.
5376
5377 * mail/sendmail.el (mail-setup-with-from): New variable.
5378 (mail-insert-from-field): New function.
5379 (sendmail-send-it): Call it.
5380 (mail-setup): Optionally call it here.
5381
5382 * term/linux.el: Call tty-no-underline.
5383
5384 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5385
5386 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5387
5388 2005-06-17 Miles Bader <miles@gnu.org>
5389
5390 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5391 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5392 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5393 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5394 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5395 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5396 Remove "-face" suffix from face names.
5397 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5398 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5399 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5400 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5401 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5402 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5403 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5404 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5405 New backward-compatibility aliases for renamed faces.
5406 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5407 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5408 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5409 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5410 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5411 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5412 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5413 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5414 Use renamed ediff faces.
5415
5416 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5417 Remove "-face" suffix from face names.
5418 (eshell-test-ok-face, eshell-test-failed-face):
5419 New backward-compatibility aliases for renamed faces.
5420 (eshell-run-test): Use renamed eshell-test faces.
5421
5422 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5423 face name.
5424 (eshell-prompt-face): New backward-compatibility alias for renamed
5425 face.
5426 (eshell-emit-prompt): Use renamed eshell-prompt face.
5427
5428 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5429 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5430 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5431 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5432 Remove "-face" suffix from face names.
5433 (eshell-ls-directory-face, eshell-ls-symlink-face)
5434 (eshell-ls-executable-face, eshell-ls-readonly-face)
5435 (eshell-ls-unreadable-face, eshell-ls-special-face)
5436 (eshell-ls-missing-face, eshell-ls-archive-face)
5437 (eshell-ls-backup-face, eshell-ls-product-face)
5438 (eshell-ls-clutter-face):
5439 New backward-compatibility aliases for renamed faces.
5440 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5441
5442 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5443 Remove "-face" suffix from face name.
5444 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5445 instead of literal face.
5446
5447 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5448
5449 * emacs-lisp/warnings.el (display-warning, lwarn)
5450 (warning-minimum-log-level): Doc fixes.
5451 (warning-minimum-level, warning-minimum-log-level):
5452 Add :debug to :type choices.
5453
5454 * progmodes/ada-mode.el (ada-format-paramlist)
5455 (ada-get-indent-case, ada-check-matching-start)
5456 (ada-check-defun-name, ada-goto-matching-decl-start)
5457 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5458 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5459 (ada-make-subprogram-body): Follow error conventions.
5460 (ada-case-exception-file, ada-indent-comment-as-code)
5461 (ada-indent-handle-comment-special, ada-indent-renames)
5462 (ada-indent-return, ada-search-directories-internal)
5463 (ada-tab-policy, ada-case-exception-substring)
5464 (ada-other-file-alist, ada-matching-start-re)
5465 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5466 (ada-imenu-generic-expression, ada-compile-goto-error)
5467 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5468 (ada-popup-menu, ada-add-extensions, ada-mode)
5469 (ada-region-selected, ada-create-case-exception)
5470 (ada-create-case-exception-substring, ada-after-keyword-p)
5471 (ada-activate-keys-for-case, ada-adjust-case-region)
5472 (ada-adjust-case-buffer, ada-format-paramlist)
5473 (ada-scan-paramlist, ada-insert-paramlist)
5474 (ada-indent-newline-indent)
5475 (ada-indent-newline-indent-conditional)
5476 (ada-justified-indent-current, ada-goto-previous-word)
5477 (ada-indent-current, ada-get-indent-open-paren)
5478 (ada-get-indent-paramlist, ada-get-indent-end)
5479 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5480 (ada-get-indent-block-start, ada-get-indent-subprog)
5481 (ada-get-indent-noindent, ada-get-indent-label)
5482 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5483 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5484 (ada-goto-stmt-end, ada-goto-next-word)
5485 (ada-check-matching-start, ada-check-defun-name)
5486 (ada-goto-matching-decl-start, ada-goto-matching-start)
5487 (ada-goto-matching-end, ada-search-ignore-string-comment)
5488 (ada-in-decl-p, ada-looking-at-semi-or)
5489 (ada-looking-at-semi-private, ada-in-paramlist-p)
5490 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5491 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5492 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5493 (ada-previous-package, ada-create-menu)
5494 (ada-fill-comment-paragraph-justify)
5495 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5496 (ada-other-file-name, ada-last-which-function-line)
5497 (ada-last-which-function-subprog, ada-which-function)
5498 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5499 (ada-gen-treat-proc, ada-check-emacs-version)
5500 (ada-continuation-indent, ada-align-region-separate):
5501 Fix typos in docstrings.
5502 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5503
5504 2005-06-16 Lute Kamstra <lute@gnu.org>
5505
5506 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5507 conditionally.
5508
5509 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5510
5511 * comint.el (comint-replace-by-expanded-filename)
5512 (comint-prompt-regexp, comint-delimiter-argument-list)
5513 (comint-preinput-scroll-to-bottom):
5514 * info.el (Info-hide-cookies-node):
5515 * ls-lisp.el (ls-lisp-classify):
5516 * find-file.el (ff-search-directories, ff-special-constructs)
5517 (ff-find-other-file):
5518 * font-lock.el (font-lock-keywords):
5519 * shell.el (shell-prompt-pattern)
5520 (shell-dynamic-complete-functions, shell-mode)
5521 (shell-delimiter-argument-list):
5522 * term.el (term-replace-by-expanded-filename)
5523 (term-prompt-regexp, term-delimiter-argument-list):
5524 * woman.el (woman-ignore, woman0-if):
5525 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5526 * emacs-lisp/elint.el (elint-init-env):
5527 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5528 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5529 * language/ethio-util.el (ethio-tilde-escape)
5530 (ethio-use-three-dot-question):
5531 * net/zone-mode.el (zone-mode-load-time-setup):
5532 * progmodes/cc-align.el (c-lineup-argcont):
5533 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5534 * progmodes/cperl-mode.el (cperl-set-style-back):
5535 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5536 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5537 Fix spellings in docstrings.
5538
5539 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5540 * progmodes/modula2.el (m2-for): Fix spellings.
5541
5542 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5543
5544 * simple.el (undo-more): Don't use `format' on `error' arguments.
5545 Improve argument/docstring consistency.
5546 (pending-undo-list): Doc fix.
5547
5548 * smerge-mode.el (smerge-ensure-match):
5549 * emulation/vip.el (vip-ex):
5550 * net/zone-mode.el (zone-mode-update-serial):
5551 * progmodes/idlwave.el (idlwave-complete):
5552 * progmodes/vhdl-mode.el (vhdl-visit-file)
5553 (vhdl-compose-wire-components):
5554 Don't use `format' on `error' arguments.
5555
5556 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5557 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5558 (tooltip-help-tips): Fix typos in docstrings.
5559
5560 2005-06-16 David Ponce <david@dponce.com>
5561
5562 * tree-widget.el (tree-widget-value-create): Simplify last change.
5563
5564 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5565
5566 * ido.el (ido-incomplete-regexp): New variable.
5567 (ido-set-matches-1): Handle invalid-regexp error and set
5568 ido-incomplete-regexp.
5569 (ido-incomplete-regexp): New face.
5570 (ido-completions): Use it.
5571 (ido-complete, ido-exit-minibuffer, ido-completions):
5572 Handle incomplete regexps.
5573 (ido-completions): Add check for complete match when entering a regexp.
5574
5575 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5576
5577 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5578
5579 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5580
5581 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5582 by field delimiters.
5583
5584 2005-06-15 David Ponce <david@dponce.com>
5585
5586 * tree-widget.el: eval-and-compile inlined functions so they will
5587 be available at run-time too.
5588 (tree-widget-super-format-handler)
5589 (tree-widget-format-handler): Remove.
5590 (tree-widget-value-create): Handle the :indent property.
5591
5592 2005-06-15 Miles Bader <miles@gnu.org>
5593
5594 * progmodes/which-func.el (which-func): Only inherit
5595 `font-lock-function-name-face' when that makes sense against the
5596 default mode-line face, otherwise set the face color explicitly.
5597
5598 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5599 faces instead of (non-existent) variables.
5600
5601 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5604 (iswitchb-get-matched-buffers): Likewise. Simplify.
5605
5606 2005-06-14 Miles Bader <miles@gnu.org>
5607
5608 * progmodes/ld-script.el (ld-script-location-counter):
5609 Remove "-face" suffix from face name.
5610 (ld-script-location-counter-face):
5611 New backward-compatibility alias for renamed face.
5612 (ld-script-location-counter-face): Use renamed face.
5613
5614 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5615 (cperl-hash): Remove "-face" suffix from face names.
5616 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5617 New backward-compatibility aliases for renamed faces.
5618 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5619 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5620
5621 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5622 name.
5623 (which-func-face): New backward-compatibility alias for renamed face.
5624 (which-func-format): Use renamed which-func face.
5625
5626 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5627 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5628 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5629 names.
5630 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5631 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5632 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5633 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5634 (vhdl-speedbar-architecture-selected)
5635 (vhdl-speedbar-configuration-selected)
5636 (vhdl-speedbar-package-selected)
5637 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5638 names.
5639 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5640 Use renamed faces.
5641 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5642 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5643 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5644 Use renamed faces.
5645 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5646 names.
5647 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5648 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5649 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5650 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5651 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5652 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5653
5654 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5655 face name.
5656 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5657 (sh-heredoc-face): Use renamed sh-heredoc face.
5658
5659 * progmodes/idlw-help.el (idlwave-help-link):
5660 Remove "-face" suffix from face name.
5661 (idlwave-help-link-face):
5662 New backward-compatibility alias for renamed face.
5663 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5664
5665 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5666 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5667 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5668 New backward-compatibility aliases for renamed faces.
5669 (idlwave-shell-disabled-breakpoint-face)
5670 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5671
5672 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5673 Remove "-face" suffix from face names.
5674 (flymake-errline-face, flymake-warnline-face):
5675 New backward-compatibility aliases for renamed faces.
5676 (flymake-highlight-line): Use renamed flymake faces.
5677
5678 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5679 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5680 (ebrowse-member-class, ebrowse-progress):
5681 Remove "-face" suffix from face names.
5682 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5683 (ebrowse-file-name-face, ebrowse-default-face)
5684 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5685 (ebrowse-progress-face):
5686 New backward-compatibility aliases for renamed faces.
5687 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5688 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5689 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5690 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5691
5692 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5693 antlr-syntax)
5694 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5695 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5696 names.
5697 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5698 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5699 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5700 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5701 backward-compatibility aliases for renamed faces.
5702 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5703 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5704 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5705 remove "font-lock-". Use renamed antlr-mode faces.
5706 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5707 literal face-names with face variable references.
5708
5709 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5710 face name.
5711 (Buffer-menu-buffer-face): New backward-compatibility alias for
5712 renamed face.
5713 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5714
5715 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5716
5717 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5718 Eliminate "-face" suffix.
5719 (makefile-targets): Inherit from font-lock-function-name-face and
5720 eliminate "-face" suffix.
5721 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5722 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5723 actions, instead of prepending, to make it less visible.
5724 (makefile-previous-dependency, makefile-match-dependency):
5725 Don't match a target on a continuation line.
5726
5727 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5728
5729 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5730
5731 * progmodes/gdb-ui.el (menu): Re-order menu items.
5732 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5733
5734 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5735 Define in tooltip.el.
5736 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5737 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5738 gud-tooltip-echo-area.
5739
5740 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5741 backward compatibility and make obsolete.
5742 (tooltip-help-tips): Use tooltip-use-echo-area.
5743 (tooltip-show-help-function): Rename to...
5744 (tooltip-show-help): ...this, because it is a function.
5745 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5746
5747 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5748
5749 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5750 (edebug-print-length, edebug-print-level, edebug-print-circle)
5751 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5752 (edebug-eval-print-last-sexp): Doc fixes.
5753
5754 2005-06-14 Kim F. Storm <storm@cua.dk>
5755
5756 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5757 as the coverage buffer/file/both may change.
5758
5759 2005-06-14 Lute Kamstra <lute@gnu.org>
5760
5761 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5762 and run-mode-hooks. Simplify.
5763
5764 * mail/rmailedit.el (rmail-edit-mode):
5765 * progmodes/octave-inf.el (inferior-octave-mode):
5766 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5767
5768 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5769 and run-mode-hooks.
5770 (recentf-edit-list, recentf-open-files): Don't call
5771 kill-all-local-variables directly.
5772
5773 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5774
5775 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5776
5777 * emacs-lisp/byte-run.el (make-obsolete)
5778 (define-obsolete-function-alias): Rename arguments FUNCTION and
5779 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5780 (make-obsolete-variable, define-obsolete-variable-alias):
5781 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5782 respectively.
5783
5784 * isearchb.el (isearchb-activate):
5785 * pcvs.el (cvs-mode):
5786 * ses.el (ses-load):
5787 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5788 * net/tramp.el (tramp-find-file-exists-command)
5789 (tramp-find-shell):
5790 * progmodes/ada-mode.el (ada-create-case-exception)
5791 (ada-create-case-exception-substring, ada-make-subprogram-body):
5792 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5793 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5794 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5795 * textmodes/org.el (org-promote, org-evaluate-time-range)
5796 (org-agenda-next-date-line, org-agenda-previous-date-line)
5797 (org-agenda-error, org-open-at-point, org-table-move-row)
5798 (org-format-table-table-html-using-table-generate-source)
5799 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5800 * textmodes/reftex.el (reftex-access-scan-info):
5801 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5802 (reftex-toc-promote-prepare): Follow error conventions.
5803
5804 * diff-mode.el (diff-mode): Fix typo in docstring.
5805
5806 * forms.el (forms--intuit-from-file): Fix reference to
5807 `forms-number-of-fields' in error message.
5808 (forms-print): Fix quoting in error message.
5809
5810 * forms.el (forms-mode):
5811 * emulation/vi.el (vi-goto-insert-state):
5812 * progmodes/flymake.el (flymake-new-err-info)
5813 (flymake-start-syntax-check-for-current-buffer)
5814 (flymake-simple-cleanup):
5815 * eshell/esh-var.el (eshell/export):
5816 * progmodes/gud.el (xdb):
5817 * textmodes/flyspell.el (flyspell-incorrect-hook)
5818 (flyspell-maybe-correct-transposition)
5819 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5820
5821 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5822
5823 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5824 minibuffer prompt.
5825
5826 2005-06-13 Kim F. Storm <storm@cua.dk>
5827
5828 * subr.el (add-to-ordered-list): New defun.
5829
5830 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5831 add cua--keymap-alist to emulation-mode-map-alists.
5832
5833 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * subr.el (complete-in-turn): New macro.
5836 (dynamic-completion-table, lazy-completion-table): Add debug info.
5837
5838 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5839 in preference to face aliases.
5840
5841 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5842 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5843 Remove unused vars `start' and `firstline'.
5844 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5845 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5846
5847 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5848
5849 * cus-start.el (all): Don't complain about missing GTK-related
5850 variables, unless either `gtk' is boundp or this isn't a
5851 `windows-nt' build.
5852
5853 2005-06-13 Lute Kamstra <lute@gnu.org>
5854
5855 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5856 run-mode-hooks.
5857
5858 * ediff-mult.el (ediff-meta-mode):
5859 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5860
5861 * ledit.el (ledit-mode): Use delay-mode-hooks.
5862
5863 * woman.el (woman-mode-line-format): Delete constant.
5864 (woman-mode-map): Initialize it properly.
5865 (woman-mode): Set mode-class property to special.
5866 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5867 Set major-mode and mode-name. Don't set mode-line-format directly.
5868 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5869
5870 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5871 string argument obsolete.
5872
5873 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5874
5875 * textmodes/org.el (org-CUA-compatible): New option.
5876 (org-disputed-keys): New variable.
5877 (org-key): New function.
5878 (orgtbl-make-binding): Add docstring to the created function.
5879 (org-mode): Set paragraph start/separate regexps.
5880 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5881 (org-archive-location, org-archive-mark-done)
5882 (org-archive-stamp-time): New options.
5883 (org-archive-subtree): New command.
5884 (org-fill-paragraph): New function.
5885 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5886 (org-fake-empty-table-line): Function removed.
5887 (org-format-org-table-html): Do not create empty table lines at
5888 separator lines. Improved table header treatment.
5889 (org-link-format): New option.
5890 (org-make-link): New function.
5891 (org-insert-link, org-store-link): Use org-make-link.
5892 (org-open-file): Quote file name for shell command, to allow
5893 spaces in file names.
5894 (org-link-regexp): Fix bug with mailto link.
5895 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5896 New constants.
5897 (org-export-as-html): Deal with the optional angles around a link.
5898 Better treatment of file: links.
5899 (org-open-at-point): Replace @{ and @} with < and >.
5900 (org-run-mode-hooks): Function removed.
5901 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5902
5903 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5904
5905 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5906 MI command -data-list-register-values.
5907 (gdb-post-prompt): Indent properly.
5908
5909 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5910
5911 * hilit-chg.el (highlight-changes-colors): Rename from
5912 `highlight-changes-colours'.
5913 (highlight-changes-colours): Keep as obsolete alias.
5914 (highlight-changes-face-list): Doc fix.
5915 (hilit-chg-make-list): Use `highlight-changes-colors'.
5916
5917 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5918
5919 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5920 defun-prompt-regexp.
5921
5922 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5923
5924 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5925 and cygwin.
5926
5927 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5928 Don't use an old loaddefs.el, as in Makefile.in.
5929
5930 2005-06-12 Lute Kamstra <lute@gnu.org>
5931
5932 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5933
5934 * man.el (Man-mode-map): Initialize it properly.
5935 (Man-mode): Set mode-class property to special.
5936
5937 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5938
5939 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5940
5941 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5942 A newline is needed in the docstring there.
5943
5944 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5945 Doc fixes.
5946
5947 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5948
5949 * printing.el: Doc fix. The menubar is no more changed when printing
5950 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5951 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5952 (pr-version): New version number (6.8.4).
5953 (pr-menu-bind): New command.
5954 (pr-update-menus): Docstring and code fix.
5955 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5956 Docstring fix.
5957 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5958 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5959
5960 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5961
5962 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5963 "Returns" to "return", document useful return values, etc.
5964
5965 2005-06-11 Alan Mackenzie <acm@muc.de>
5966
5967 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5968 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5969 (adaptive-file-function): Minor amendment to doc-string.
5970
5971 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5972
5973 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5974 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5975 Fix :type--it is `integer', not `string'.
5976
5977 * faces.el (modeline-highlight): Rename from (the erroneous)
5978 `modeline-higilight'.
5979
5980 2005-06-11 Lute Kamstra <lute@gnu.org>
5981
5982 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5983 lisp-interaction-mode-map but make it the parent.
5984 (edebug-eval-mode): Use define-derived-mode.
5985
5986 2005-06-11 Andreas Schwab <schwab@suse.de>
5987
5988 * bindings.el: Add binding of `ESC functionkey' for every
5989 `M-functionkey'.
5990 * hexl.el (hexl-mode-map): Likewise.
5991
5992 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5993
5994 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5995 [msft]: update regexp for newer msft compilers.
5996
5997 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5998
5999 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6000 ATTLIST portions of included DTDs.
6001 (xml-parse-dtd): Eliminate use of inefficient match-data.
6002
6003 2005-06-10 Miles Bader <miles@gnu.org>
6004
6005 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6006 (mpuz-text): Remove "-face" suffix from face names.
6007 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6008 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6009 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6010
6011 * play/gomoku.el (gomoku-O, gomoku-X):
6012 Remove "-face" suffix from face names.
6013 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6014 New backward-compatibility aliases for renamed faces.
6015 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6016
6017 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6018
6019 * thumbs.el: Fixes for changes of 2005-06-09.
6020 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6021 as a directory.
6022 (thumbs-thumbname): Remove directory separator from format string;
6023 `thumbs-thumbsdir' now returns a valid directory name.
6024 (thumbs-temp-dir): New defsubst.
6025 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6026 Use it.
6027
6028 * cus-edit.el (minibuffer):
6029 * files.el (make-backup-file-name-function):
6030 * filesets.el (filesets-external-viewers):
6031 * hilit-chg.el (highlight-changes-colours)
6032 (highlight-changes-face-list, highlight-changes-rotate-faces):
6033 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6034 * kmacro.el (kmacro-call-macro):
6035 * log-edit.el (log-edit-changelog-full-paragraphs):
6036 * mouse.el (mouse-1-click-follows-link):
6037 * skeleton.el (skeleton-autowrap):
6038 * subr.el (insert-for-yank-1):
6039 * tempo.el (tempo-insert-region):
6040 * terminal.el (terminal-emulator):
6041 * time.el (display-time-mail-face):
6042 * vc.el (vc-annotate):
6043 * vcursor.el (vcursor-copy-line):
6044 * woman.el (woman-bold-headings, woman-ignore)
6045 (woman-default-faces, woman-monochrome-faces):
6046 * calendar/todo-mode.el (todo-insert-threshold):
6047 * emulation/pc-select.el (pc-select-selection-keys-only)
6048 (pc-selection-mode):
6049 * emulation/vip.el (vip-find-char-forward):
6050 * emulation/viper-cmd.el (viper-find-char-forward):
6051 * international/mule-cmds.el
6052 (select-safe-coding-system-accept-default-p)
6053 (input-method-exit-on-invalid-key):
6054 * international/mule-diag.el (describe-coding-system):
6055 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6056 * net/browse-url.el (browse-url-xterm-program):
6057 * obsolete/lazy-lock.el (lazy-lock-mode):
6058 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6059 (cperl-mode):
6060 * progmodes/cpp.el (cpp-face-light-name-list)
6061 (cpp-face-dark-name-list):
6062 * progmodes/delphi.el (delphi-newline-always-indents):
6063 Fix spellings in docstrings.
6064
6065 * ido.el (ido-mode, ido-file-extensions-order)
6066 (ido-default-file-method, ido-default-buffer-method)
6067 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6068 (ido-decorations, ido-read-file-name-as-directory-commands)
6069 (ido-read-file-name-non-ido, ido-work-directory-list)
6070 (ido-ignore-item-temp-list, ido-current-directory)
6071 (ido-magic-forward-char, ido-enter-find-file)
6072 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6073 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6074
6075 2005-06-10 Lute Kamstra <lute@gnu.org>
6076
6077 * play/dunnet.el (dun-mode): Use define-derived-mode.
6078 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6079 obsolete alias.
6080
6081 * play/doctor.el (doctor-mode-map): Remove defvar.
6082 (doctor-mode): Use define-derived-mode.
6083
6084 * mail/mspools.el (mspools-mode):
6085 * net/eudc-hotlist.el (eudc-hotlist-mode):
6086 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6087
6088 2005-06-10 Miles Bader <miles@gnu.org>
6089
6090 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6091 Remove "-face" suffix from face names.
6092 (flyspell-incorrect-face, flyspell-duplicate-face):
6093 New backward-compatibility aliases for renamed faces.
6094 (flyspell-mode-on, make-flyspell-overlay)
6095 (flyspell-highlight-incorrect-region)
6096 (flyspell-highlight-duplicate-region)
6097 (flyspell-display-next-corrections)
6098 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6099
6100 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6101 from face name.
6102 (texinfo-heading-face): New backward-compatibility alias for
6103 renamed face.
6104 (texinfo-heading-face): Use renamed texinfo-heading face.
6105
6106 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6107 suffix from face names.
6108 (tex-math-face, tex-verbatim-face):
6109 New backward-compatibility aliases for renamed faces.
6110 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6111 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6112 literal face name.
6113
6114 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6115 name.
6116 (table-cell-face): New backward-compatibility alias for renamed face.
6117 (table--put-cell-face-property, table--update-cell-face):
6118 Use renamed table-cell face.
6119
6120 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6121 from face name.
6122 (sgml-namespace-face): New backward-compatibility alias for
6123 renamed face.
6124 (sgml-namespace-face): Use renamed sgml-namespace face.
6125
6126 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6127 (org-level-4, org-level-5, org-level-6, org-level-7)
6128 (org-level-8, org-warning, org-headline-done)
6129 (org-deadline-announce, org-scheduled-today)
6130 (org-scheduled-previously, org-link, org-done, org-table)
6131 (org-time-grid): Remove "-face" suffix from face names.
6132 (org-level-1-face, org-level-2-face, org-level-3-face)
6133 (org-level-4-face, org-level-5-face, org-level-6-face)
6134 (org-level-7-face, org-level-8-face, org-warning-face)
6135 (org-headline-done-face, org-deadline-announce-face)
6136 (org-scheduled-today-face, org-scheduled-previously-face)
6137 (org-link-face, org-done-face, org-table-face)
6138 (org-time-grid-face):
6139 New backward-compatibility aliases for renamed faces.
6140 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6141 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6142 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6143 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6144
6145 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6146 (viper-minibuffer-emacs, viper-minibuffer-insert)
6147 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6148 (viper-search-face, viper-replace-overlay-face)
6149 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6150 (viper-minibuffer-vi-face):
6151 New backward-compatibility aliases for renamed faces.
6152 (viper-search-face, viper-replace-overlay-face)
6153 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6154 (viper-minibuffer-vi-face): Use renamed viper faces.
6155
6156 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6157 Remove "-face" suffix from face names.
6158 (testcover-nohits-face, testcover-1value-face):
6159 New backward-compatibility aliases for renamed faces.
6160 (testcover-mark): Use renamed testcover faces.
6161
6162 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6163 face name.
6164 (diary-button-face): New backward-compatibility alias for renamed face.
6165 (diary-entry): Use renamed diary-button face.
6166
6167 * calendar/calendar.el (diary, calendar-today, holiday)
6168 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6169 (diary-face, calendar-today-face, holiday-face):
6170 New backward-compatibility aliases for renamed faces.
6171 (eval-after-load "facemenu", diary-entry-marker)
6172 (calendar-today-marker, calendar-holiday-marker, diary-face):
6173 Use renamed calendar faces.
6174
6175 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6176 (compare-windows-face): New backward-compatibility alias for
6177 renamed face.
6178 (compare-windows-highlight): Use renamed compare-windows face.
6179
6180 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6181 (strokes-char-face): New backward-compatibility alias for renamed face.
6182 (strokes-encode-buffer): Use renamed strokes-char face.
6183
6184 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6185 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6186 Remove "-face" suffix from face names.
6187 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6188 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6189 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6190 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6191 Use renamed pcvs faces.
6192 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6193 * pcvs-defs.el (cvs-mode-map): Likewise.
6194 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6195
6196 * info.el (info-title-1, info-title-2, info-title-3)
6197 (info-title-4): Remove "-face" suffix from and downcase face names.
6198 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6199 (Info-title-4-face):
6200 New backward-compatibility aliases for renamed faces.
6201 (Info-fontify-node): Use renamed info faces.
6202
6203 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6204 Remove "-face" suffix from face names.
6205 (highlight-changes-face, highlight-changes-delete-face):
6206 New backward-compatibility aliases for renamed faces.
6207 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6208 (hilit-chg-make-list): Use renamed highlight-changes faces.
6209
6210 * generic-x.el (show-tabs-tab, show-tabs-space):
6211 Remove "-face" suffix from face names.
6212 (show-tabs-tab-face, show-tabs-space-face):
6213 New backward-compatibility aliases for renamed faces.
6214 (show-tabs-generic-mode-font-lock-defaults-1)
6215 (show-tabs-generic-mode-font-lock-defaults-2):
6216 Use renamed show-tabs faces.
6217
6218 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6219 (smerge-markers): Remove "-face" suffix from face names.
6220 (smerge-mine-face, smerge-other-face, smerge-base-face)
6221 (smerge-markers-face):
6222 New backward-compatibility aliases for renamed faces.
6223 (smerge-mine-face, smerge-other-face, smerge-base-face)
6224 (smerge-markers-face): Use renamed smerge faces.
6225
6226 * log-view.el (log-view-file, log-view-message): Remove "-face"
6227 suffix from face names.
6228 (log-view-file-face, log-view-message-face):
6229 New backward-compatibility aliases for renamed faces.
6230 (log-view-file-face, log-view-message-face): Use renamed log-view
6231 faces.
6232
6233 * paren.el (show-paren-match, show-paren-mismatch):
6234 Remove "-face" suffix from face names.
6235 (show-paren-match-face, show-paren-mismatch-face):
6236 New backward-compatibility aliases for renamed faces.
6237 (show-paren-function): Use renamed show-paren faces.
6238
6239 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6240 (ruler-mode-margins, ruler-mode-fringes)
6241 (ruler-mode-column-number, ruler-mode-fill-column)
6242 (ruler-mode-comment-column, ruler-mode-goal-column)
6243 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6244 suffix from face names.
6245 (ruler-mode-default-face, ruler-mode-pad-face)
6246 (ruler-mode-margins-face, ruler-mode-fringes-face)
6247 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6248 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6249 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6250 New backward-compatibility aliases for renamed faces.
6251 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6252 (ruler-mode-column-number, ruler-mode-fill-column)
6253 (ruler-mode-comment-column, ruler-mode-goal-column)
6254 (ruler-mode-tab-stop, ruler-mode-current-column)
6255 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6256 faces.
6257
6258 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6259 face name.
6260 (whitespace-highlight-the-space): Use renamed face.
6261 (whitespace-highlight-face): New backward-compatibility alias for
6262 renamed face.
6263
6264 * woman.el (woman-italic, woman-bold, woman-unknown)
6265 (woman-addition, woman-symbol-face):
6266 Remove "-face" suffix from face names.
6267 (woman-italic-face, woman-bold-face, woman-unknown-face)
6268 (woman-addition-face):
6269 New backward-compatibility aliases for renamed faces.
6270 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6271 (woman-decode-region, woman-replace-match)
6272 (woman-display-extended-fonts, woman-special-characters)
6273 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6274 Use renamed woman faces.
6275
6276 * longlines.el (longlines-visible-face): Face removed.
6277
6278 * diff-mode.el (diff-header, diff-file-header, diff-index)
6279 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6280 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6281 suffix from face names.
6282 (diff-header-face, diff-file-header-face, diff-index-face)
6283 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6284 (diff-changed-face, diff-function-face, diff-context-face)
6285 (diff-nonexistent-face): New backward-compatibility aliases for
6286 renamed faces.
6287 (diff-header-face, diff-file-header-face)
6288 (diff-index, diff-index-face, diff-hunk-header)
6289 (diff-hunk-header-face, diff-removed, diff-removed-face)
6290 (diff-added, diff-added-face, diff-changed-face, diff-function)
6291 (diff-function-face, diff-context-face, diff-nonexistent)
6292 (diff-nonexistent-face): Use renamed diff-mode faces.
6293
6294 * progmodes/compile.el (compilation-warning-face)
6295 (compilation-info-face): Remove "-face" suffix from face names.
6296 (compilation-warning-face, compilation-info-face):
6297 New backward-compatibility aliases for renamed faces.
6298 (compilation-warning-face, compilation-info-face):
6299 Use renamed compilation faces.
6300
6301 * add-log.el (change-log-date, change-log-name)
6302 (change-log-email, change-log-file, change-log-list)
6303 (change-log-conditionals, change-log-function)
6304 (change-log-acknowledgement): Remove "-face" suffix from face names.
6305 (change-log-date-face, change-log-name-face)
6306 (change-log-email-face, change-log-file-face)
6307 (change-log-list-face, change-log-conditionals-face)
6308 (change-log-function-face, change-log-acknowledgement-face):
6309 New backward-compatibility aliases for renamed faces.
6310 (change-log-font-lock-keywords): Use renamed change-log faces.
6311
6312 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6313 (custom-set, custom-changed, custom-saved, custom-button)
6314 (custom-button-pressed, custom-documentation, custom-state)
6315 (custom-comment, custom-comment-tag, custom-variable-tag)
6316 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6317 (custom-group-tag): Remove "-face" suffix from face names.
6318 (custom-magic-alist, custom-magic-value-create)
6319 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6320 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6321 (custom-set-face, custom-changed-face, custom-saved-face)
6322 (custom-button-face, custom-button-pressed-face)
6323 (custom-documentation-face, custom-state-face)
6324 (custom-comment-face, custom-comment-tag-face)
6325 (custom-variable-tag-face, custom-variable-button-face)
6326 (custom-face-tag-face, custom-group-tag-face-1)
6327 (custom-group-tag-face):
6328 New backward-compatibility aliases for renamed faces.
6329
6330 * wid-edit.el (widget-documentation, widget-button)
6331 (widget-field, widget-single-line-field, widget-inactive)
6332 (widget-button-pressed): "-face" suffix removed from face names.
6333 (widget-documentation-face, widget-button-face)
6334 (widget-field-face, widget-single-line-field-face)
6335 (widget-inactive-face, widget-button-pressed-face):
6336 New backward-compatibility aliases for renamed faces.
6337 (widget-documentation-face, widget-button-face)
6338 (widget-button-pressed-face, widget-specify-field)
6339 (widget-specify-inactive): Use renamed widget faces.
6340
6341 2005-06-10 Kenichi Handa <handa@m17n.org>
6342
6343 * term/x-win.el (x-clipboard-yank): Remove condition-case
6344 wrapping.
6345
6346 2005-06-11 Kenichi Handa <handa@m17n.org>
6347
6348 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6349 date lines stricter.
6350
6351 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6352
6353 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6354 of x-get-selection.
6355
6356 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6357
6358 * comint.el (comint-mode, comint-snapshot-last-prompt):
6359 * frame.el (frame-current-scroll-bars):
6360 * term.el (term-mode, term-check-proc, term-input-sender)
6361 (term-simple-send, term-extract-string, term-word)
6362 (term-match-partial-filename):
6363 * window.el (window-current-scroll-bars):
6364 * emulation/cua-base.el (cua-normal-cursor-color)
6365 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6366 (cua-global-mark-cursor-color):
6367 * mail/undigest.el (rmail-forward-separator-regex):
6368 Fix typos in docstrings.
6369
6370 * comint.el (comint-check-proc, make-comint-in-buffer)
6371 (comint-source-default): Doc fixes.
6372
6373 * term.el (term-send-string): Improve argument/docstring consistency.
6374
6375 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6376
6377 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6378 call to `delete-region'.
6379 (comint-mode-hook): Do not enable Font Lock by default.
6380
6381 2005-06-09 Lute Kamstra <lute@gnu.org>
6382
6383 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6384 could be void.
6385
6386 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6389 (debug): Use it.
6390 (debugger-step-through, debugger-continue, debugger-jump)
6391 (debugger-return-value): Set it when needed.
6392 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6393 Use inhibit-read-only.
6394
6395 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6396
6397 * window.el (shrink-window-if-larger-than-buffer)
6398 (window-size-fixed): Fix typo in docstring.
6399
6400 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6401 thumbnails directory on loading.
6402 (thumbs-conversion-program): Use `eq' to check the system type,
6403 not `equal'.
6404 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6405 not "/tmp". Fix docstring.
6406 (thumbs-thumbsdir): New function to return the thumbnails
6407 directory, creating it if needed.
6408 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6409 (thumbs-temp-file): Delete variable and make it into a function.
6410 (thumbs-resize-image, thumbs-modify-image): Use it.
6411 (thumbs-kill-buffer): Simplify.
6412 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6413 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6414 docstrings.
6415
6416 2005-06-09 Kim F. Storm <storm@cua.dk>
6417
6418 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6419 set-match-data to free markers in match-data.
6420
6421 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6422 match-data to unchain markers in match-data.
6423
6424 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6427 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6428 unnecessary now.
6429
6430 2005-06-08 Richard M. Stallman <rms@gnu.org>
6431
6432 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6433 give the variable a doc string that doesn't say don't set it directly.
6434
6435 * textmodes/ispell.el (ispell-check-version):
6436 Use match-string-no-properties.
6437 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6438 (ispell-buffer-local-words): Likewise.
6439
6440 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6441 except on terminals with enough colors to really display it.
6442 (makefile-dependency-regex): Delete spurious `bb'.
6443
6444 * faces.el (escape-glyph): Use blue once again in last case.
6445 (no-break-space): Redefine so that it isn't invisible on a tty.
6446
6447 2005-06-08 Kim F. Storm <storm@cua.dk>
6448
6449 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6450 also when reading directory name.
6451
6452 2005-06-08 Lute Kamstra <lute@gnu.org>
6453
6454 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6455 (flyspell-mode-line-string): Remove autoload cookie.
6456 (flyspell-mode): Remove defvar.
6457
6458 2005-06-07 Lute Kamstra <lute@gnu.org>
6459
6460 * textmodes/org.el (org-run-mode-hooks): New function.
6461 (org-agenda-mode): Use it.
6462
6463 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6464
6465 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6466
6467 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6470
6471 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6472
6473 * font-lock.el (font-lock-add-keywords): Doc fix.
6474
6475 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6478 (tex-compile-default): In the absence of any history, use the order in
6479 tex-compile-alist to choose the preferred command.
6480 (tex-compile-commands): Reorder a bit.
6481
6482 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6483 (flyspell-incorrect-face, flyspell-duplicate-face):
6484 Use (X)Emacs-agnostic code.
6485 (flyspell-mode-map): Don't overwrite at each load. Remove code
6486 redundant with the subsequent add-minor-mode. Merge Emacs and
6487 XEmacs code.
6488 (flyspell-word): Minor simplification.
6489 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6490 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6491 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6492 Merge the corresponding Emacs code.
6493 (flyspell-correct-word, flyspell-xemacs-popup):
6494 Use flyspell-do-correct.
6495
6496 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6497 a dedicated window.
6498
6499 * international/latexenc.el (latexenc-find-file-coding-system):
6500 Undo part of last patch, to turn off a compiler warning.
6501
6502 2005-06-06 Juri Linkov <juri@jurta.org>
6503
6504 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6505 Rename `tmm-inactive-face' to `tmm-inactive'.
6506
6507 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6508
6509 * iswitchb.el: Rename faces.
6510
6511 2005-06-06 Kim F. Storm <storm@cua.dk>
6512
6513 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6514 (cua-global-mark): Remove -face suffix from face names.
6515
6516 * emulation/cua-gmrk.el (cua--init-global-mark):
6517 Remove cua-global-mark face setup.
6518
6519 2005-06-06 Richard M. Stallman <rms@gnu.org>
6520
6521 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6522 just like other allowed characters.
6523 (makefile-match-dependency): Exclude leading and training whitespace
6524 from the range of regexp subexp 1.
6525 (makefile-macroassign-regex): Don't try to match the body,
6526 just the name of the macro being defined.
6527
6528 * info.el (Info-read-node-name-2): New function.
6529 (Info-read-node-name-1): Use that.
6530 Add a completion-base-size-function property.
6531
6532 * simple.el (completion-setup-function): Look for
6533 completion-base-size-function property of minibuffer-completion-table.
6534
6535 * files.el (locate-file-completion): Doc fix.
6536
6537 * printing.el: Don't call pr-update-menus; user must do that.
6538
6539 * emacs-lisp/debug.el (debugger-window): New variable.
6540 (debug): Use debugger-window if it is set and still alive.
6541 Record debugger-window for next entry.
6542
6543 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6544
6545 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6546
6547 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6548 (hack-one-local-variable, hack-local-variables)
6549 (hack-local-variables-prop-line): Pass that arg.
6550
6551 2005-06-06 Kim F. Storm <storm@cua.dk>
6552
6553 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6554 (ido-indicator): Remove -face suffix from face names.
6555
6556 2005-06-06 Juri Linkov <juri@jurta.org>
6557
6558 * font-lock.el (font-lock-regexp-backslash)
6559 (font-lock-regexp-backslash-construct): New faces.
6560 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6561 after `('. Add `while-no-input' to control structures.
6562
6563 * faces.el (no-break-space, shadow): New faces.
6564 (escape-glyph): Use less loud colors pink2 and red4.
6565
6566 * diff-mode.el (diff-context-face)
6567 * dired.el (dired-ignored)
6568 * rfn-eshadow.el (file-name-shadow)
6569 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6570
6571 * info.el (Info-title-1-face): Use green instead of yellow because
6572 bold yellow is not readable on light backgrounds.
6573
6574 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6575 before selecting the desired mode to not spend time fontifying
6576 old contents.
6577
6578 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6579
6580 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6581 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6582
6583 * ps-print.el (ps-default-fg, ps-default-bg):
6584 Fix typos in docstrings.
6585
6586 * isearchb.el (isearchb): Don't pass a spurious second argument to
6587 `iswitchb-completions'.
6588
6589 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6590
6591 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6592 to preserve point.
6593 (gdb-find-file-hook): Add doc string.
6594
6595 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6596 C dereferenced pointer expression.
6597 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6598
6599 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6600
6601 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6602 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6603 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6604 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6605 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6606 Make background transparent.
6607
6608 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6609
6610 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6611 (font-lock-remove-keywords): Doc fix.
6612 (font-lock-mode-major-mode): Compiler defvar.
6613 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6614
6615 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6616 (font-lock-mode): Update `font-lock-mode-major-mode'.
6617 (font-lock-set-defaults): Compiler defvar.
6618 (font-lock-default-function): Take `font-lock-mode-major-mode'
6619 into account.
6620
6621 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6622 keep track of which major mode it enabled the minor mode for.
6623 Use find-file-hook again. Update docstring.
6624
6625 * simple.el (eval-expression-print-level)
6626 (eval-expression-print-length, eval-expression-debug-on-error):
6627 Doc fixes.
6628
6629 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6630
6631 * iswitchb.el (iswitchb-single-match-face)
6632 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6633 (iswitchb-invalid-regexp-face): New faces.
6634 (iswitchb-completions): Use them.
6635 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6636 now marked as an obsolete alias.
6637 (iswitchb-read-buffer): Remove check for bound font variables.
6638 (iswitchb-invalid-regexp): New free variable.
6639 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6640 set iswitchb-invalid-regexp.
6641 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6642 invalid regexps.
6643 (iswitchb-completions): Add check for complete match when entering
6644 a regexp.
6645 (iswitchb-completions): Remove require-match argument.
6646 (iswitchb-exhibit): Fix caller.
6647 (iswitchb-common-match-inserted): New variable.
6648 (iswitchb-complete, iswitchb-completion-help): Use it.
6649
6650 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6651
6652 * url-http.el (url-http-chunked-encoding-after-change-function):
6653 Use `url-http-debug' instead of `message'.
6654
6655 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6656
6657 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6658 callback argument.
6659
6660 2005-06-04 Kim F. Storm <storm@cua.dk>
6661
6662 * simple.el (line-move): Only call sit-for when moving backwards.
6663
6664 * ido.el (ido-make-merged-file-list-1): New defun split from
6665 ido-make-merged-file-list.
6666 (ido-make-merged-file-list): Bind throw-on-input around call to
6667 ido-make-merged-file-list-1. Return input-pending-p if
6668 interrupted by more input available.
6669 (ido-read-internal): Handle input-pending-p return value from
6670 ido-make-merged-file-list.
6671
6672 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6675 compatibility code.
6676
6677 * international/latexenc.el (latexenc-find-file-coding-system):
6678 Don't inherit the EOL part of the coding-system from the
6679 tex-main buffer. Fit within 80 columns.
6680
6681 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6682
6683 * tmm.el (tmm-inactive-face): New face.
6684 (tmm-remove-inactive-mouse-face): New function.
6685 (tmm-prompt, tmm-add-one-shortcut)
6686 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6687 but not selectable.
6688
6689 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6690
6691 * faces.el (face-equal): Improve argument/docstring consistency.
6692
6693 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6694
6695 * progmodes/make-mode.el (makefile-targets-face)
6696 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6697 (makefile-bsdmake-dependency-regex)
6698 (makefile-makepp-rule-action-regex)
6699 (makefile-bsdmake-rule-action-regex): New constants.
6700 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6701
6702 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6703 Allow (...) within `...' for makepp messages.
6704
6705 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6706
6707 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6708
6709 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6710 "." files are deleted from all file lists before comparison.
6711
6712 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6713 (viper-ESC-key): Made them customizable.
6714
6715 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6716
6717 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6718
6719 * autorevert.el (auto-revert-buffers): Use save-match-data.
6720
6721 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6722
6723 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6724 menu items with a nil command binding.
6725
6726 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6727
6728 * emacs-lisp/cl-macs.el (defsetf):
6729 Improve argument/docstring consistency.
6730
6731 * faces.el (list-faces-display): Improve the formatting by
6732 computing the maximum length required for any face-name (reworked
6733 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6734 (internal-find-face): Remove redundant info in docstring.
6735
6736 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6737
6738 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6739 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6740 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6741 (gdb-assembler-custom): Improve regexps.
6742 (def-gdb-auto-update-handler): Use window point to preserve point.
6743
6744 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6747
6748 2005-05-31 Jay Belanger <belanger@truman.edu>
6749
6750 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6751 to calc-embedded.
6752 (calc-embedded-make-info): Have plain prefix argument select
6753 entire line.
6754
6755 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6756
6757 * faces.el (list-faces-display): Signal error if passed a regexp
6758 that matches no face name.
6759
6760 * simple.el (filter-buffer-substring): Fix typo in docstring.
6761
6762 2005-05-31 Richard M. Stallman <rms@gnu.org>
6763
6764 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6765 (vhdl-emacs-21): Doc fix.
6766 (vhdl-mode): Unconditionally set comment-padding.
6767 (vhdl-fixup-whitespace-region): Insert spaces only where
6768 there are none.
6769 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6770
6771 2005-05-30 John Wiegley <johnw@newartisans.com>
6772
6773 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6774 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6775 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6776 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6777 `string-to-number'.
6778
6779 2005-05-30 Jay Belanger <belanger@truman.edu>
6780
6781 * calc/calc.el (calc-bug-address): Fix docstring.
6782 (calc-window-hook, calc-trail-window-hook): New variables.
6783 (calc-trail-display): Restore use of calc-trail-window-hook.
6784 (calc): Restore use of calc-window-hook.
6785
6786 2005-05-31 Masatake YAMATO <jet@gyve.org>
6787
6788 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6789
6790 * help-fns.el (help-C-file-name): Add autoload mark for
6791 `find-function-noselect'.
6792
6793 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6796 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6797
6798 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6799
6800 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6801 included diary buffer if it was not already being visited.
6802 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6803
6804 * calendar/icalendar.el (top-level): Do not require 'appt.
6805
6806 * mail/supercite.el (sc-select-attribution): Only use a list
6807 element from sc-attrib-selection-list if it returns a string.
6808 Reported by Davide G. M. Salvetti <salve@debian.org>.
6809
6810 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6811
6812 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6813 includes a hash value to improve its uniqueness, and has a ".jpg"
6814 extension. Also, it is now a valid filename on all systems.
6815 (thumbs-make-thumb): Use `let', not `let*'.
6816 (thumbs-show-thumbs-list): Check for JPEG availability.
6817
6818 2005-05-30 Richard M. Stallman <rms@gnu.org>
6819
6820 * filesets.el (filesets-menu-ensure-use-cached):
6821 Prevent warning when emacs-version>= is undefined.
6822
6823 * printing.el (pr-interactive-n-up): Use string-to-number.
6824
6825 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6826
6827 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6828 Warn only when name to be defined is quoted.
6829
6830 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6831
6832 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6833 Make regexp more robust.
6834 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6835 Force regeneration of disassembly.
6836
6837 2005-05-29 Jay Belanger <belanger@truman.edu>
6838
6839 * calc/calc.el (calc-user-invocation): Check if
6840 calc-invocation-macro is non-nil.
6841
6842 2005-05-29 Juri Linkov <juri@jurta.org>
6843
6844 * add-log.el (change-log-font-lock-keywords):
6845 Add `+' to e-mail regexp to accept mail address with keywords.
6846
6847 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6848
6849 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6850
6851 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6852
6853 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6854
6855 2005-05-29 Richard M. Stallman <rms@gnu.org>
6856
6857 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6858 Undo the change that moves to end of the current word.
6859
6860 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6861
6862 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6863 Throw error when count <= 0 to ensure input is a number.
6864 (gdb-read-memory-custom): Pick up address from buffer.
6865 (gdb-memory-mode): Allow user to increment and decrement
6866 memory address from header line.
6867
6868 2005-05-29 Richard M. Stallman <rms@gnu.org>
6869
6870 * flyspell.el (flyspell-version): Function deleted.
6871 (flyspell-auto-correct-previous-hook): Doc fix.
6872
6873 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6874 Do nothing if memory is full.
6875
6876 * font-lock.el (font-lock-fontify-syntactically-region):
6877 Pass t for GREEDY to looking-back.
6878
6879 * saveplace.el (save-place-alist-to-file): Write the file
6880 using write-region.
6881
6882 * subr.el (looking-back): New argument GREEDY.
6883
6884 * progmodes/compile.el (compilation-start): Set the mode
6885 before inserting the initial text.
6886
6887 * progmodes/which-func.el (which-func-update-1): Turn the mode
6888 off in case of error by setting which-func-mode.
6889
6890 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6891
6892 * flyspell.el (flyspell-auto-correct-previous-word):
6893 Narrow down to what's on the screen, and recenter overlays
6894 at the end of the next word.
6895
6896 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6897
6898 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6899 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6900 (flyspell-abbrev-p): Default to nil.
6901 (flyspell-use-global-abbrev-table-p): Doc fix.
6902 (flyspell-large-region): Allow nil as value.
6903 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6904
6905 (mail-mode-flyspell-verify): More robust handling
6906 of `mail-header-separator'. More efficient signature detection.
6907 Allow for regexp metacharacters in message-header-separator.
6908 Adding `To' not to be checked in mail-mode-flyspell-verify.
6909
6910 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6911 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6912 Bind flyspell-auto-correct-binding.
6913 Bind C-. and C-, .
6914 (flyspell-mode-map): Likewise.
6915 (flyspell-mode): Doc fix.
6916 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6917 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6918 (flyspell-word-cache-result): New var, always local.
6919 (flyspell-check-pre-word-p): Doc fix.
6920 (flyspell-check-changed-word-p): Handle spc like newline.
6921 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6922 (flyspell-word-search-backward, flyspell-word-search-forward):
6923 New functions.
6924 (flyspell-word): Return t if nothing to check.
6925 When parsing TeX code, check for after } or \.
6926 Use flyspell-word-search-backward to find previous word.
6927 Return nil if duplicated word.
6928 For word already checked, return same value as last time.
6929 Set flyspell-word-cache-result after checking.
6930 Don't clobber the return value.
6931 (flyspell-get-word): Major rewrite.
6932 (flyspell-external-point-words): New locals pword, pcount.
6933 Fix size used in progress message.
6934 Find the proper corresponding word in flyspell-large-region-buffer.
6935 (flyspell-region): Check for flyspell-large-region = nil.
6936 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6937 (flyspell-auto-correct-word): Check that WORD is a cons.
6938 (flyspell-correct-word): Likewise.
6939
6940 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6941
6942 * progmodes/make-mode.el (makefile-rule-action-regex)
6943 (makefile-macroassign-regex, makefile-makepp-mode)
6944 (makefile-bsdmake-mode): Continuation lines may be empty.
6945 Reported by Joshua Varner.
6946 (makefile-makepp-font-lock-keywords): Add $(stem).
6947
6948 2005-05-28 Karl Berry <karl@gnu.org>
6949
6950 * textmodes/tex-mode.el: Now that tex-send-command calls
6951 shell-quote-argument (2005-03-31 change), remove all calls to
6952 shell-quote-argument; they all end up invoking tex-send-command.
6953 The double quoting loses on filenames with non-safe characters,
6954 such as "@". Reported by Frederik Fouvry.
6955
6956 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6957
6958 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6959 about preserving point.
6960
6961 2005-05-27 Jay Belanger <belanger@truman.edu>
6962
6963 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6964 Info-goto-node.
6965
6966 * calc/calc-embed.el (calc-embed-arg): New variable.
6967 (calc-do-embedded-activate, calc-embedded-activate-formula)
6968 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6969 variable by new variable.
6970 (calc-embedded-make-info): Replace undeclared variable by new
6971 variable. When selecting region with positive prefix
6972 argument, use end of previous line instead of beginning of line.
6973
6974 * calc/calc-aent.el (calc-arg-values): Declare it.
6975
6976 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6977 Declare them.
6978
6979 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6980
6981 * calc/calc.el (calc-alg-map): Declare it.
6982
6983 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6984
6985 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6986
6987 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6988 (gdb-registers-buffer, toggle-gdb-all-registers):
6989 Toggle display of floating point registers.
6990 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6991
6992 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6993 (toggle-gud-tooltip-dereference):
6994 Rename from gud-toggle-tooltip-dereference.
6995
6996 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6997
6998 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6999
7000 2005-05-27 Jay Belanger <belanger@truman.edu>
7001
7002 * calc/calc-prog.el (calc-kbd-report): Remove.
7003 (calc-kbd-query): Rewrite.
7004
7005 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7006
7007 * image.el (image-library-alist): Move to image.c.
7008 (image-type-available-p): Doc fix.
7009
7010 2005-05-27 Lute Kamstra <lute@gnu.org>
7011
7012 * calc/calc.el (calc):
7013 * outline.el (outline-1, outline-2, outline-3, outline-4)
7014 (outline-5, outline-6, outline-7, outline-8):
7015 * textmodes/dns-mode.el (dns-mode):
7016 * textmodes/sgml-mode.el (sgml-namespace-face):
7017 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7018 (tex-verbatim-face, tex-use-reftex):
7019 * textmodes/texinfo.el (texinfo-heading-face):
7020 Specify customization group.
7021
7022 * longlines.el: Don't require easy-mmode.
7023 (longlines-visible-face): Specify customization group.
7024
7025 2005-05-27 Kenichi Handa <handa@m17n.org>
7026
7027 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7028 encoding table of windows-1251.
7029
7030 * international/ucs-tables.el (ucs-set-table-for-input):
7031 If translation-table-for-input of a coding system is a symbol, get
7032 its translation-table property.
7033
7034 * international/code-pages.el: Don't register a coding system into
7035 non-iso-charset-alist more than once.
7036 (cp-make-coding-system): Likewise.
7037
7038 2005-05-26 John Wiegley <johnw@newartisans.com>
7039
7040 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7041 `eshell-resume-eval' is wrapped in a list, it indicates that the
7042 command was run asynchronously. In that case, unwrap the value
7043 before checking the delimiter value.
7044
7045 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7046 character before a space at the end of a line is \, assume the space
7047 is part of the last argument rather than a final argument separator.
7048
7049 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7050 is in use, and the target is `t' or `nil' (which are the most common
7051 values), don't assume that the symbol target is a buffer.
7052
7053 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7054
7055 * calendar/calendar.el (calendar-mode-line-format):
7056 Use mode-line-highlight as mouse-face.
7057
7058 * time.el (display-time-string-forms, display-time-update):
7059 Use mode-line-highlight as mouse-face.
7060
7061 2005-05-26 Jay Belanger <belanger@truman.edu>
7062
7063 * calc/calc.el (calc-language-alist): Remove extra defvar.
7064
7065 2005-05-26 Lute Kamstra <lute@gnu.org>
7066
7067 * arc-mode.el (archive-mode):
7068 * bookmark.el (bookmark-read-annotation-mode)
7069 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7070 * bs.el (bs-mode):
7071 * calc/calc-yank.el (calc-edit-mode):
7072 * calc/calc.el (calc-mode, calc-trail-mode):
7073 * calculator.el (calculator-mode):
7074 * chistory.el (command-history-mode):
7075 * comint.el:
7076 * cus-edit.el (custom-mode):
7077 * descr-text.el (describe-text-mode):
7078 * ebuff-menu.el (Electric-buffer-menu-mode):
7079 * ediff-util.el (ediff-mode):
7080 * emacs-lisp/re-builder.el (reb-mode):
7081 * emulation/vi.el (vi-mode-setup):
7082 * emulation/ws-mode.el (wordstar-mode):
7083 * eshell/esh-mode.el (eshell-mode):
7084 * forms.el (forms-mode):
7085 * help-mode.el (help-mode):
7086 * hexl.el (hexl-mode):
7087 * ibuffer.el (ibuffer-mode):
7088 * ielm.el (inferior-emacs-lisp-mode):
7089 * info.el (Info-mode, Info-edit-mode):
7090 * international/swedish.el:
7091 * ledit.el (ledit-from-lisp-mode):
7092 * locate.el (locate-mode):
7093 * mail/rmail.el (rmail-mode):
7094 * mail/rmailedit.el (rmail-edit-mode):
7095 * mail/rmailsum.el (rmail-summary-mode):
7096 * mail/supercite.el (sc-electric-mode):
7097 * net/eudc.el (eudc-mode):
7098 * net/quickurl.el (quickurl-list-mode):
7099 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7100 * obsolete/ooutline.el (outline-mode):
7101 * obsolete/options.el (Edit-options-mode):
7102 * obsolete/rnews.el (news-mode):
7103 * obsolete/rnewspost.el (news-reply-mode):
7104 * play/5x5.el (5x5-mode):
7105 * play/decipher.el (decipher-mode, decipher-stats-mode):
7106 * play/gomoku.el (gomoku-mode):
7107 * play/snake.el (snake-mode):
7108 * play/solitaire.el (solitaire-mode):
7109 * play/tetris.el (tetris-mode):
7110 * progmodes/ada-mode.el (ada-mode):
7111 * progmodes/antlr-mode.el (antlr-mode):
7112 * progmodes/autoconf.el (autoconf-mode):
7113 * progmodes/dcl-mode.el (dcl-mode):
7114 * progmodes/delphi.el (delphi-mode):
7115 * progmodes/ebrowse.el (ebrowse-tree-mode)
7116 (ebrowse-electric-list-mode, ebrowse-member-mode)
7117 (ebrowse-electric-position-mode):
7118 * progmodes/f90.el (f90-mode):
7119 * progmodes/fortran.el (fortran-mode):
7120 * progmodes/icon.el (icon-mode):
7121 * progmodes/idlw-help.el (idlwave-help-mode):
7122 * progmodes/idlw-shell.el (idlwave-shell-mode):
7123 * progmodes/idlwave.el (idlwave-mode):
7124 * progmodes/inf-lisp.el (inferior-lisp-mode):
7125 * progmodes/m4-mode.el (m4-mode):
7126 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7127 * progmodes/modula2.el (modula-2-mode):
7128 * progmodes/octave-inf.el (inferior-octave-mode):
7129 * progmodes/octave-mod.el (octave-mode):
7130 * progmodes/pascal.el (pascal-mode):
7131 * progmodes/sh-script.el (sh-mode):
7132 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7133 * progmodes/vhdl-mode.el (vhdl-mode):
7134 * progmodes/xscheme.el (scheme-interaction-mode):
7135 * replace.el (occur-mode):
7136 * ses.el (ses-mode):
7137 * simple.el (completion-list-mode):
7138 * skeleton.el:
7139 * speedbar.el (speedbar-mode):
7140 * term.el (term-mode):
7141 * terminal.el (terminal-edit-mode):
7142 * textmodes/reftex-index.el (reftex-index-mode)
7143 (reftex-index-phrases-mode):
7144 * textmodes/reftex-sel.el (reftex-select-label-mode)
7145 (reftex-select-bib-mode):
7146 * textmodes/reftex-toc.el (reftex-toc-mode):
7147 * wdired.el (wdired-change-to-wdired-mode):
7148 * wid-browse.el (widget-browse-mode):
7149 Use run-mode-hooks.
7150
7151 * array.el (array-mode):
7152 * calendar/todo-mode.el (todo-mode):
7153 * man.el (Man-mode):
7154 * play/landmark.el (lm-mode):
7155 * play/mpuz.el (mpuz-mode):
7156 Use kill-all-local-variables and run-mode-hooks.
7157
7158 * subr.el (delay-mode-hooks): Specify indentation.
7159
7160 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7161
7162 * xml.el (xml-substitute-special): Don't die for undefined xml
7163 entities.
7164
7165 2005-05-26 Jay Belanger <belanger@truman.edu>
7166
7167 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7168 of nil.
7169
7170 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7171
7172 * progmodes/gdb-ui.el (gdb-frame-address):
7173 Rename from gdb-current-address.
7174 (gdb-previous-frame-address): Rename from gdb-previous-address.
7175 (gdb-selected-frame): Rename from gdb-current-frame.
7176 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7177 (gdb-frame-number): Rename from gdb-current-stack-level.
7178 (gdb-ann3): Match new mode-name for disassembly buffer.
7179 Extend initialization of variables.
7180 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7181 (gdb-memory-mode): Use mouse-face in header line.
7182 (gdb-assembler-buffer-name): Call it disassembly and give frame
7183 in mode line.
7184 (gdb-source-spec-regexp, gdb-assembler-custom)
7185 (gdb-invalidate-assembler, gdb-frame-handler):
7186 Make robust to leading zeroes in address format.
7187
7188 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7189
7190 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7191 define `org-mode'.
7192 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7193
7194 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * log-edit.el (log-edit-changelog-entries): Distinguish between
7197 filenames like xfns.c and fns.c.
7198
7199 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7200
7201 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7202 point after reverting.
7203 (Buffer-menu-make-sort-button): Handle the case where
7204 `Buffer-menu-use-header-line' is nil.
7205
7206 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7207
7208 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7209 New funcs. In minibuffer-local-completion-map bind `]', `/'
7210 and `:' to them.
7211
7212 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * startup.el (normal-top-level): Allow modification of load-path while
7215 we're iterating over it.
7216
7217 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7218
7219 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7220 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7221 (thumbs-resize-interactive, thumbs-insert-image)
7222 (thumbs-insert-thumb, thumbs-dired-show-marked)
7223 (thumbs-find-image-at-point, thumbs-delete-images)
7224 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7225 (thumbs-increment-image-size, thumbs-decrement-image-size):
7226 Fix typos in docstrings.
7227
7228 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7229
7230 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7231 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7232 (cperl-mode): Use them.
7233
7234 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7235
7236 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7237 Doc fixes.
7238
7239 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7240
7241 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7242 Bind C-d to gdb-inferior-io-eof.
7243
7244 * dired.el (dired-dnd-popup-notice): Use message-box.
7245
7246 2005-05-23 Masatake YAMATO <jet@gyve.org>
7247
7248 * bindings.el (mode-line-major-mode-keymap):
7249 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7250
7251 * faces.el (mode-line-highlight): New face.
7252
7253 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7254 as mouse-face.
7255
7256 * bindings.el (top-level, help-echo, mode-line-modified)
7257 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7258 as mouse-face.
7259
7260 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7261
7262 * progmodes/cc-engine.el (c-guess-basic-syntax):
7263 Remove spurious call to `zerop'.
7264
7265 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7266
7267 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7268
7269 CC Mode update to 5.30.10:
7270
7271 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7272 could go past the limit in decoration level 2, thereby causing
7273 errors during interactive fontification.
7274
7275 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7276 the file is evaluated interactively.
7277
7278 * cc-engine.el (c-guess-basic-syntax): Handle operator
7279 declarations somewhat better in C++.
7280
7281 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7282 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7283 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7284 (awk-mode): Use it.
7285 (make-local-hook): Suppress warning about obsoleteness.
7286
7287 * cc-engine.el, cc-align.el, cc-cmds.el
7288 (c-append-backslashes-forward, c-delete-backslashes-forward)
7289 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7290 Compensate for return value from `forward-line' when it has moved
7291 but not to a different line due to eob.
7292
7293 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7294 `objc-method-intro' and `objc-method-args-cont'.
7295
7296 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7297
7298 CC Mode update to 5.30.10:
7299
7300 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7301 in the copyright statement. Incidentally, change "along with GNU
7302 Emacs" to "along with this program" where it occurs.
7303
7304 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7305 so that it is interactive, hence can be found by M-x awk-mode
7306 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7307 <gmorris+emacs@ast.cam.ac.uk>.
7308
7309 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7310 Mode's regexps.
7311
7312 2005-05-23 Kevin Ryde <user42@zip.com.au>
7313
7314 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7315 c-parse-state, to avoid a lisp error (on bad code).
7316
7317 2005-05-23 Lute Kamstra <lute@gnu.org>
7318
7319 * subr.el (font-lock-defaults): Remove defvar as it's already
7320 defined in font-core.el.
7321
7322 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7323
7324 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7325
7326 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7327 more general and work when GDB variable "print pretty" is on,
7328 as with Emacs, for example.
7329
7330 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7331
7332 * font-core.el: Update comment.
7333
7334 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7335 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7336
7337 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7338
7339 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7340
7341 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7342 and `yank-handler' in the doc strings.
7343
7344 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7345
7346 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7347
7348 2005-05-22 Richard M. Stallman <rms@gnu.org>
7349
7350 * help.el (describe-key): Move print-help-return-message call
7351 out of conditional.
7352
7353 * progmodes/etags.el (list-tags): Use with-no-warnings.
7354
7355 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7356 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7357 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7358
7359 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7360
7361 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7362 Add defvar.
7363
7364 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7365 Use defvar, not defconst.
7366
7367 * hexl.el (hexl-follow-line): Use with-no-warnings.
7368
7369 * emulation/tpu-extras.el: Use write-file-functions instead of
7370 write-file-hooks.
7371
7372 * dired.el (dired-font-lock-keywords): Fontify files with junk
7373 extensions even if marked by -F.
7374
7375 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7376
7377 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7378 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7379 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7380 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7381 (concatenate, list-length, get*, getf, cl-remprop):
7382 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7383 (etypecase, progv, lexical-let, lexical-let*)
7384 (multiple-value-bind, multiple-value-setq, shiftf):
7385 Improve argument/docstring consistency.
7386
7387 * subr.el (focus-frame, unfocus-frame):
7388 Revert deletion on 2005-05-01.
7389
7390 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7391
7392 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7393 doesn't exist.
7394
7395 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7396 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7397
7398 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7399
7400 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7401 already deleted variables: auto-fill-hook, blink-paren-hook,
7402 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7403 suspend-hooks, comment-indent-hook, meta-flag,
7404 before-change-function, after-change-function,
7405 font-lock-doc-string-face.
7406
7407 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7408
7409 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7410
7411 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7412
7413 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7414 rmail-dont-reply-to.
7415
7416 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7417
7418 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7419 literal blank when splitting new-header-values.
7420
7421 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7422
7423 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7424 string so that tmm doesn't create a completion entry for it.
7425
7426 * textmodes/table.el (table-disable-menu): Ditto.
7427
7428 2005-05-21 Richard M. Stallman <rms@gnu.org>
7429
7430 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7431
7432 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7433
7434 * net/rcompile.el (remote-compile): Use compilation-start.
7435
7436 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7437
7438 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7439
7440 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7441 Default to makefile-bsdmake-mode on BSD systems.
7442
7443 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7444 REGEXP may also be a search function now. The part of doc-string
7445 for describing the structure was 95% identical to that of
7446 `imenu--generic-function'. Unify it there.
7447
7448 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7449 Use function to find dependencies, because regexp alone is so complex,
7450 it easily goes into an endless loop.
7451 (makefile-makepp-mode): Also add submenu for Perl functions
7452 defined in the makefile.
7453 (makefile-bsdmake-mode): Special imenu-generic-expression no
7454 longer needed, due to function call.
7455 (makefile-match-dependency): Take BOUND into account when checking
7456 if we're through.
7457
7458 2005-05-20 Jay Belanger <belanger@truman.edu>
7459
7460 * calc/calc-units.el (calc-invalidate-units-table):
7461 Use inhibit-read-only.
7462 (math-build-units-table-buffer): Use view-mode.
7463
7464 2005-05-20 David Kastrup <dak@gnu.org>
7465
7466 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7467 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7468
7469 2005-05-20 Lute Kamstra <lute@gnu.org>
7470
7471 * diff-mode.el (diff-header-face, diff-file-header-face)
7472 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7473 (diff-added-face, diff-changed-face, diff-function-face)
7474 (diff-context-face, diff-nonexistent-face): Put them in the
7475 diff-mode customization group.
7476
7477 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7478
7479 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7480
7481 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7482
7483 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7484 Minor regexp-optimization.
7485
7486 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7487
7488 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7489 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7490 (org-agenda-add-time-grid-maybe): New function.
7491 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7492 (org-table-create): `dotimes' instead of `mapcar'.
7493 (org-xor): Simplify implementation.
7494 (org-agenda): `inhibit-redisplay' turned on.
7495 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7496 a consistent line after a state change.
7497 (org-agenda-remove-times-when-in-prefix): New option.
7498 (org-prefix-has-time): New variable.
7499 (org-parse-time-string): Optional argument NODEFAULT.
7500 (org-format-agenda-item): Parse items for time-of-day
7501 specifications and move these into the prefix if possible.
7502 (org-agenda-priority): Get current heading, not previous heading
7503 during agenda remote editing.
7504
7505 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7508 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7509 (remove-duplicates, delete-duplicates, substitute)
7510 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7511 (nsubstitute-if-not, find, find-if, find-if-not, position)
7512 (position-if, position-if-not, count, count-if, count-if-not)
7513 (mismatch, search, sort*, stable-sort, merge, member*)
7514 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7515 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7516 (intersection, nintersection, set-difference, nset-difference)
7517 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7518 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7519 (nsublis, tree-equal): Improve argument/docstring consistency.
7520
7521 * subr.el (send-string, send-region):
7522 Remove obsolescence declaration.
7523 (window-dot, set-window-dot, read-input, show-buffer)
7524 (eval-current-buffer, string-to-int):
7525 Add release number to obsolescence declarations.
7526
7527 2005-05-19 Kim F. Storm <storm@cua.dk>
7528
7529 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7530 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7531
7532 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7533
7534 * faces.el (list-faces-display): Make back button respect optional
7535 regexp arg.
7536
7537 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7538
7539 * calculator.el (calculator-radix-grouping-mode)
7540 (calculator-radix-grouping-digits, calculator-displayer)
7541 (calculator-radix-grouping-separator, calculator-copy-displayer):
7542 * dabbrev.el (dabbrev-search-these-buffers-only):
7543 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7544 (diff-advance-after-apply-hunk, diff-mode-hook)
7545 (diff-minor-mode-prefix):
7546 * imenu.el (imenu-use-popup-menu):
7547 * jit-lock.el (jit-lock-context-time):
7548 * newcomment.el (comment-fill-column, comment-column)
7549 (comment-style, comment-padding, comment-multi-line)
7550 (comment-empty-lines, comment-auto-fill-only-comments):
7551 * reveal.el (reveal-around-mark):
7552 * uniquify.el (uniquify-buffer-name-style)
7553 (uniquify-after-kill-buffer-p)
7554 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7555 (uniquify-min-dir-content, uniquify-separator)
7556 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7557 * w32-vars.el (w32-fixed-font-alist):
7558 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7559 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7560 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7561 * progmodes/perl-mode.el (perl-indent-level)
7562 (perl-continued-statement-offset, perl-continued-brace-offset)
7563 (perl-brace-offset, perl-brace-imaginary-offset)
7564 (perl-label-offset, perl-indent-continued-arguments)
7565 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7566 * progmodes/tcl.el (tcl-indent-level)
7567 (tcl-continued-indent-level, tcl-auto-newline)
7568 (tcl-tab-always-indent, tcl-electric-hash-style)
7569 (tcl-help-directory-list, tcl-use-smart-word-finder)
7570 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7571 (inferior-tcl-source-command):
7572 * textmodes/fill.el (enable-kinsoku):
7573 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7574 * textmodes/table.el (table-yank-handler):
7575 Specify missing group (and type, if simple) in defcustom.
7576
7577 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7578
7579 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7580
7581 2005-05-19 Richard M. Stallman <rms@gnu.org>
7582
7583 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7584
7585 * subr.el (event-basic-type): Don't get an error.
7586 (left-fringe-p): Function deleted.
7587
7588 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7589 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7590
7591 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7592 in recursive copy.
7593
7594 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7595
7596 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7597
7598 * emacs-lisp/bytecomp.el
7599 (byte-compile-file-form-custom-declare-variable): Call
7600 byte-compile-nogroup-warn if appropriate.
7601
7602 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7603 (compilation-set-window): Don't call left-fringe-p; do it directly.
7604
7605 2005-05-19 Jay Belanger <belanger@truman.edu>
7606
7607 * calc/calc-graph.el (calc-graph-format-data): Make sure
7608 var-PlotRejects is bound before trying to check its value.
7609
7610 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7611
7612 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7613 definition of this variable from reftex-global.el to reftex.el,
7614 because it is needed in the menu.
7615
7616 2005-05-19 Lute Kamstra <lute@gnu.org>
7617
7618 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7619 years are fixed. Don't insert a space after a dash.
7620
7621 2005-05-19 Kim F. Storm <storm@cua.dk>
7622
7623 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7624
7625 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7626
7627 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7628 strings, because (eq ... ?\\) is fairly frequent.
7629
7630 * progmodes/make-mode.el (makefile-add-this-line-targets):
7631 Simplify and integrate into `makefile-pickup-targets'.
7632 (makefile-add-this-line-macro): Simplify and integrate into
7633 `makefile-pickup-macros.
7634 (makefile-pickup-filenames-as-targets): Simplify.
7635 (makefile-previous-dependency, makefile-match-dependency):
7636 Don't stumble over `::'.
7637
7638 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7639
7640 * subr.el (post-command-idle-hook, post-command-idle-delay):
7641 Remove obsoletion of post-command-idle-hook and
7642 post-command-idle-delay.
7643
7644 * faces.el (list-faces-display): Provide button when describe-face
7645 is called to take user back to the list of faces.
7646
7647 * help-fns.el (describe-variable): Remove hyperlinks in a
7648 variable's value as these are quite frequently inappropriate.
7649
7650 * follow.el (follow-submit-feedback, follow-mode):
7651 Remove references to post-command-idle-hook.
7652
7653 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7654
7655 * progmodes/make-mode.el (makefile-previous-dependency)
7656 (makefile-match-dependency): Check for := (and in bsd mode also
7657 !=) to give a better result, even when font-lock is not on.
7658
7659 2005-05-18 Jay Belanger <belanger@truman.edu>
7660
7661 * calc/calc-help.el (calc-s-prefix-help):
7662 Add `calc-copy-special-constant' to help string.
7663
7664 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7665
7666 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7667
7668 2005-05-18 Jay Belanger <belanger@truman.edu>
7669
7670 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7671 in linear factors are in proper order.
7672
7673 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7674
7675 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7676 Support for jurabib.
7677
7678 * textmodes/reftex.el (featurep): Define aliases for overlay
7679 commands, for XEmacs compatibility, and use these aliases in
7680 overlay initializations.
7681 (reftex-highlight): Use `reftex-move-overlay'.
7682 (reftex-unhighlight): Use `reftex-delete-overlay'.
7683 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7684 (reftex-access-search-path): Use `reftex-uniquify' instead of
7685 `reftex-uniq'
7686
7687 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7688 `before-string' property modification enables for Emacs as well.
7689 (reftex-select-item): Use `reftex-delete-overlay'.
7690 (reftex-select-mark): Use `reftex-make-overlay' and
7691 `reftex-overlay-put'.
7692 (reftex-select-unmark): Use `reftex-delete-overlay' and
7693 `reftex-overlay-put'.
7694
7695 2005-05-18 Lute Kamstra <lute@gnu.org>
7696
7697 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7698
7699 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7700
7701 * add-log.el (add-change-log-entry):
7702 * array.el (array-make-template, array-reconfigure-rows)
7703 (array-init-max-row, array-init-max-column)
7704 (array-init-columns-per-line, array-init-field-width):
7705 * replace.el (replace-match-maybe-edit, perform-replace):
7706 * textmodes/spell.el (spell-region):
7707 Replace `read-input' by `read-string'.
7708
7709 * forms.el (forms-mode):
7710 * finder.el (finder-compile-keywords):
7711 * shadowfile.el (shadow-read-files):
7712 Replace `eval-current-buffer' by `eval-buffer'.
7713
7714 * terminal.el (te-pass-through):
7715 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7716 (ange-ftp-raw-send-cmd):
7717 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7718 (send-process-next-char, telnet-initial-filter, telnet):
7719 Replace `send-string' by `process-send-string'.
7720
7721 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7722 (prolog-consult-region): Replace `send-string' by
7723 `process-send-string'; replace `send-region' by `process-send-region'.
7724
7725 * progmodes/delphi.el (delphi-log-msg):
7726 Replace `set-window-dot' by `set-window-point'.
7727
7728 * subr.el (window-dot, set-window-dot, read-input, send-string)
7729 (send-region, show-buffer, eval-current-buffer):
7730 Make really obsolete, as the comment says.
7731
7732 2005-05-17 Kim F. Storm <storm@cua.dk>
7733
7734 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7735 (cua--init-keymaps): Bind C-return instead of S-return to set
7736 rectangle mark.
7737
7738 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7739 instead of S-return to toggle/clear rectangle mark.
7740
7741 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7742
7743 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7744 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7745 Also fontify plain strings assigned to variables, mostly so that a
7746 colon has a face and is thus not taken as a dependency separator.
7747 (makefile-previous-dependency): Inline the new matcher, because it
7748 is too complex to work in both directions.
7749 (makefile-match-dependency): Eliminate `backward' arg (see above).
7750 Completely reimplemented so as to not sometimes go into an endless
7751 loop. It should also be more efficient, because first it only
7752 searches for `:', instead of applying the very complex regexp.
7753 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7754 to be fontified in one piece can be too long for JIT.
7755 Makefiles are never *that* big.
7756
7757 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7758
7759 * dired.el (dired-mode): Simplify.
7760
7761 2005-05-17 Lute Kamstra <lute@gnu.org>
7762
7763 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7764 defcustom for the mode hook variable.
7765
7766 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7767 Emacs Lisp Reference Manual.
7768
7769 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7770
7771 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7772 (evenp, list*):
7773 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7774 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7775
7776 * net/tramp-smb.el (tramp-smb-open-connection):
7777 Pass `tramp-chunksize' as fifth (required) argument.
7778
7779 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7780
7781 * font-lock.el (lisp-font-lock-keywords-1):
7782 Set `font-lock-negation-char-face' for [^...] char group.
7783 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7784
7785 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7786 a var, and refine it to mask one more level of nested vars.
7787 (makefile-rule-action-regex): Turn it into a var, and refine it so
7788 it recognizes backslashed continuation lines as belonging to the
7789 same command.
7790 (makefile-macroassign-regex): Refine it so it recognizes
7791 backslashed continuation lines as belonging to the same command.
7792 (makefile-var-use-regex): Don't look at the next char, because it
7793 might be the same one to be skipped by the initial [^$], leading
7794 to an overlooked variable use.
7795 (makefile-make-font-lock-keywords): Remove two parameters, which
7796 are now variables that some of the modes set locally.
7797 Handle dependency and rule action matching through functions, because
7798 regexps alone match too often. Dependency matching now comes
7799 last, so it can check, whether a colon already matched something else.
7800 (makefile-mode): Inform that font-lock improves makefile parsing
7801 capabilities.
7802 (makefile-match-dependency, makefile-match-action): New functions.
7803
7804 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7805
7806 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7807
7808 * align.el (align-regexp):
7809 * ansi-color.el (ansi-color-get-face):
7810 * array.el (array-reconfigure-rows, array-init-max-row)
7811 (array-init-max-column, array-init-columns-per-line)
7812 (array-init-field-width):
7813 * dired-aux.el (dired-trample-file-versions):
7814 * dired-x.el (dired-mark-sexp):
7815 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7816 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7817 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7818 * faces.el (face-read-integer):
7819 * files.el (backup-extract-version, insert-directory):
7820 * hexl.el (hexl-insert-decimal-char):
7821 * server.el (server-process-filter):
7822 * shell.el (shell-extract-num):
7823 * startup.el (command-line-1):
7824 * term.el (term-command-hook):
7825 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7826 (time-stamp-do-number):
7827 * time.el (display-time-update):
7828 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7829 (timezone-fix-time):
7830 * vms-patch.el (vms-suspend-resume-hook):
7831 * calendar/appt.el (appt-convert-time):
7832 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7833 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7834 * calendar/cal-islam.el (mark-islamic-diary-entries):
7835 * calendar/calendar.el (calendar-cursor-to-date)
7836 (calendar-star-date):
7837 * calendar/diary-lib.el (diary-attrtype-convert)
7838 (mark-diary-entries, diary-entry-time):
7839 * calendar/solar.el (solar-get-number):
7840 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7841 * emacs-lisp/re-builder.el (reb-display-subexp):
7842 * emulation/edt.el (edt-set-scroll-margins):
7843 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7844 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7845 (vip-get-ex-count):
7846 * emulation/viper-ex.el (viper-get-ex-token)
7847 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7848 * international/fontset.el (fontset-plain-name):
7849 * mail/feedmail.el (feedmail-look-at-queue-directory):
7850 * mail/mailalias.el (mail-get-names):
7851 * mail/rmail.el (rmail-convert-to-babyl-format):
7852 * mail/rmailsum.el (rmail-make-basic-summary-line)
7853 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7854 (rmail-summary-goto-msg):
7855 * mail/smtpmail.el (smtpmail-read-response):
7856 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7857 (ange-ftp-vms-add-file-entry):
7858 * play/gametree.el (gametree-looking-at-ply)
7859 (gametree-current-branch-score):
7860 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7861 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7862 * progmodes/cperl-mode.el (condition-case):
7863 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7864 (ebrowse-set-member-buffer-column-width)
7865 (ebrowse-select-1st-to-9nth):
7866 * progmodes/etags.el (etags-snarf-tag):
7867 * progmodes/flymake.el (flymake-parse-line):
7868 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7869 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7870 (idlwave-shell-menu-def):
7871 * progmodes/ps-mode.el (ps-run-goto-error):
7872 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7873 (vhdl-speedbar-contract-level):
7874 * term/mac-win.el (x-handle-numeric-switch):
7875 * term/sun-mouse.el (sun-get-frame-data):
7876 * term/w32-win.el (x-handle-numeric-switch):
7877 * term/x-win.el (x-handle-numeric-switch):
7878 * textmodes/ispell.el (ispell-parse-output):
7879 * textmodes/nroff-mode.el (nroff-outline-level):
7880 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7881 (reftex-bib-sort-year-reverse, reftex-format-citation):
7882 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7883 (reftex-section-number):
7884 * textmodes/texinfmt.el (texinfo-paragraphindent):
7885 Replace `string-to-int' by `string-to-number'.
7886
7887 * international/latexenc.el: Add page marker to force the "Local
7888 Variables:" string out of the last page.
7889
7890 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7891
7892 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7893 tooltip-change-major-mode.
7894 (gud-tooltip-print-command): Remove case where gud-minor-mode
7895 is gdb ("--fullname").
7896 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7897 explain to user.
7898
7899 2005-05-16 Jay Belanger <belanger@truman.edu>
7900
7901 * calc/calc-store.el (calc-copy-special-constant): New function.
7902
7903 * calc/calc-ext.el (calc-init-extensions): Add binding for
7904 `calc-copy-special-constant'.
7905
7906 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7907 for the `calc-copy-special-constant' command.
7908
7909 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7910
7911 * subr.el (left-fringe-p): New function.
7912
7913 * progmodes/compile.el (compilation-setup): Set local value of
7914 overlay-arrow-string to "" always.
7915 (compilation-set-window): Left fringe then don't scroll.
7916 No left fringe then no arrow and scroll message to top.
7917 (compilation-context-lines): Adjust doc string accordingly.
7918
7919 2005-05-16 Kim F. Storm <storm@cua.dk>
7920
7921 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7922 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7923 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7924 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7925 (ido-read-file-name): Handle commands with ido property value
7926 equal to find-file as reading a file name, to allow C-d to enter dired.
7927 (ibuffer-find-file): Add ido property with value find-file.
7928
7929 2005-05-15 Kim F. Storm <storm@cua.dk>
7930
7931 * subr.el (open-network-stream-nowait): Remove.
7932 (open-network-stream-server): Remove.
7933
7934 2005-05-15 Richard M. Stallman <rms@gnu.org>
7935
7936 * faces.el (describe-face): Output a definition link button.
7937
7938 * help-mode.el (help-face-def): New button type.
7939
7940 * emacs-lisp/copyright.el (copyright-fix-years):
7941 Match properly if the first year is 2-digit.
7942 Don't mess up the whitespace after the years by filling.
7943
7944 * dired-aux.el (dired-mark-confirm):
7945 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7946
7947 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7948 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7949 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7950
7951 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7952 Set font-lock-comment-start-skip.
7953
7954 * font-lock.el (font-lock-comment-start-skip): New variable.
7955 (font-lock-comment-end-skip): New variable.
7956 (font-lock-fontify-syntactically-region): Use them if non-nil.
7957
7958 2005-05-15 Jay Belanger <belanger@truman.edu>
7959
7960 * calc/calc-store.el (calc-store-value): Return a string rather
7961 than display it as a message.
7962 Use calc-var-name for variable name.
7963 (calc-store-into): Add the result of calc-store-value to message.
7964 (calc-copy-variable): Add a message.
7965 (calc-store-exchange): Improve error messages.
7966 (calc-store-binary, calc-store-map): Don't reset the values of
7967 special constants.
7968
7969 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7970
7971 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7972 manual to docstring.
7973
7974 * files.el (hack-local-variables-confirm): Add STRING argument.
7975 Make the function handle non file visiting buffers correctly.
7976 (hack-local-variables-prop-line, hack-local-variables)
7977 (hack-one-local-variable): Use STRING arg of
7978 `hack-local-variables-confirm'.
7979
7980 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7981
7982 Sync with Tramp 2.0.49.
7983
7984 * net/tramp.el (tramp-handle-dired-call-process)
7985 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7986 because the contents of the Tramp buffer is changed before
7987 insertion (`expand-file' and alike).
7988 (tramp-handle-insert-directory): If `localname' has an empty
7989 nondirectory name, it must not be quoted.
7990 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7991 variable `tramp-chunksize'. Change callees.
7992 (tramp-open-connection-setup-interactive-shell): Check remote host
7993 for buggy `send-process-string' implementation.
7994 Set `tramp-chunksize' if found. Reported by Michael Kifer
7995 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7996 (tramp-handle-shell-command): `insert-buffer' cannot be used
7997 because the contents of the Tramp buffer is changed before
7998 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7999 <frederic.bothamy@free.fr>.
8000 (tramp-set-auto-save): Actions should be done for Tramp file name
8001 handler only. Ange-FTP has its own auto-save mechanism.
8002 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8003 (tramp-set-auto-save-file-modes): Set file modes of
8004 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8005 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8006 (tramp-bug): Remove obsolete variable.
8007 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8008 for presence of `mml-mode'. Make it running for older Emacsen as well.
8009
8010 2005-05-14 John Paul Wallington <jpw@pobox.com>
8011
8012 * ibuf-ext.el (define-ibuffer-filter filename):
8013 If `dired-directory' is a list, use its car.
8014
8015 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8016
8017 * ibuffer.el (define-ibuffer-column filename):
8018 If `dired-directory' is a list, use its car.
8019
8020 2005-05-14 Richard M. Stallman <rms@gnu.org>
8021
8022 * subr.el (symbol-file): Doc fix.
8023
8024 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8025 (byte-compile-form): Call byte-compile-nogroup-warn.
8026 (byte-compile-warning-types): Doc fix.
8027
8028 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8029
8030 * progmodes/cc-engine.el (c-literal-faces):
8031 Add font-lock-comment-delimiter-face.
8032
8033 * net/net-utils.el (dig): Use with-no-warnings.
8034
8035 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8036 (sc-recite-frame-alist, sc-default-cite-frame)
8037 (sc-default-uncite-frame, sc-default-recite-frame)
8038 (sc-attrib-selection-list, sc-rewrite-header-list):
8039 Mark as risky-local-variable.
8040
8041 * international/ogonek.el (ogonek-jak, ogonek-how):
8042 Don't use beginning-of-buffer.
8043
8044 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8045
8046 * calendar/solar.el (solar-data-list): Move definition up.
8047
8048 * dnd.el (dnd-protocol-alist): Add autoload.
8049
8050 * progmodes/sh-script.el: Many doc usage fixes.
8051 (sh-indent-after-do): Change default to match common styles.
8052
8053 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8054
8055 * files.el (interpreter-mode-alist)
8056 (auto-mode-interpreter-regexp): Doc fixes.
8057
8058 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8059
8060 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8061
8062 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8063
8064 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8065
8066 * dired.el (dired-mode): make-variable-buffer-local =>
8067 make-local-variable.
8068
8069 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8070
8071 * term/mac-win.el (mac-select-convert-to-string): Try coding
8072 systems in mac-script-code-coding-systems if specified one cannot
8073 encode string for `com.apple.traditional-mac-plain-text'.
8074
8075 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8076
8077 * progmodes/make-mode.el (makefile-targets-face)
8078 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8079 (makefile-dependency-regex): Fix it to not make the colon in
8080 $(var:a=b) special.
8081 (makefile-rule-action-regex): New regexp for highlighting embedded
8082 Shell strings.
8083 (makefile-macroassign-regex): Handle != for highlighting as
8084 embedded Shell strings.
8085 (makefile-var-use-regex): New const.
8086 (makefile-statements, makefile-automake-statements)
8087 (makefile-gmake-statements, makefile-makepp-statements)
8088 (makefile-bsdmake-statements): New consts.
8089 (makefile-make-font-lock-keywords): New function.
8090 (makefile-automake-font-lock-keywords)
8091 (makefile-gmake-font-lock-keywords)
8092 (makefile-makepp-font-lock-keywords)
8093 (makefile-bsdmake-font-lock-keywords): New consts.
8094 (makefile-mode-map): Add switchers between the various submodes.
8095 (makefile-mode): Document the availability of the variants.
8096 (makefile-automake-mode, makefile-gmake-mode)
8097 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8098
8099 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8100 new variants of makefile-mode.
8101
8102 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8103
8104 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8105 the inheritance.
8106
8107 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8110 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8111
8112 * files.el (normal-mode): Extend the scope of the
8113 `enable-local-variables' binding to include the `set-auto-mode' call.
8114 (magic-mode-alist): Doc fix.
8115
8116 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8119 font-lock-comment-face rather than copying its setting.
8120
8121 2005-05-12 Andreas Schwab <schwab@suse.de>
8122
8123 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8124
8125 2005-05-12 Lute Kamstra <lute@gnu.org>
8126
8127 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8128 defcustom for the mode hook variable. Delete the last argument.
8129 * generic-x.el: Fix callers of define-generic-mode.
8130 (generic-x-modes): Delete group.
8131 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8132 generic-x customization group.
8133
8134 2005-05-12 Kim F. Storm <storm@cua.dk>
8135
8136 * font-lock.el (font-lock-negation-char-face): Default to "off".
8137
8138 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8139 font-lock-negation-char-face to ! in !=.
8140
8141 2005-05-12 Masatake YAMATO <jet@gyve.org>
8142
8143 * add-log.el (find-change-log): Fix typos in the docstring
8144 of function.
8145
8146 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8147
8148 * international/latexenc.el (latexenc-find-file-coding-system):
8149 Avoid `re-search-forward' when looking for input encoding because
8150 of speed and safety. Better regular expressions for recognizing
8151 input encoding. Limit a search for TeX-master/tex-main-file to
8152 the local variable section.
8153
8154 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8155
8156 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8157 syntax of $ to "'" (quote).
8158
8159 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8160
8161 * dnd.el (dnd-protocol-alist): Improve custom type.
8162
8163 * dired.el (dired-dnd-protocol-alist): New variable.
8164 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8165 `dired-mode-hook' to the end.
8166
8167 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8170 comment-end if comment-start-skip is not set.
8171 Obey the font-lock-comment-delimiter-face variables.
8172
8173 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * files.el (executable-find): Move from executable.el. Use
8176 locate-file.
8177 * progmodes/executable.el (executable-find): Move to files.el.
8178
8179 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8180 when trying to ensure forward progress.
8181
8182 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8183
8184 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8185 (mouse-select, mouse-select-internal, mouse-extend-internal):
8186 Use it to implement mouse-1-click-follows-link functionality.
8187
8188 2005-05-11 Richard M. Stallman <rms@gnu.org>
8189
8190 * font-lock.el (font-lock-fontify-syntactically-region):
8191 Use font-lock-comment-delimiter-face for comment delimiters.
8192
8193 2005-05-10 Jay Belanger <belanger@truman.edu>
8194
8195 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8196 preserving embedded modes.
8197
8198 2005-05-10 Richard M. Stallman <rms@gnu.org>
8199
8200 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8201
8202 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8203 Move from ada-stmt.el.
8204 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8205
8206 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8207 Move to ada-mode.el.
8208 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8209
8210 * cus-edit.el (custom-file): Call file-chase-links.
8211
8212 * files.el (read-directory-name): Fix previous change.
8213 (hack-local-variables-confirm): New function.
8214 (hack-local-variables-prop-line, hack-local-variables)
8215 (hack-one-local-variable): Use it.
8216
8217 2005-05-10 Lute Kamstra <lute@gnu.org>
8218
8219 * font-lock.el (font-lock-keywords-alist)
8220 (font-lock-removed-keywords-alist): Clarify docstrings.
8221
8222 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8223
8224 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8225 (gdb-source-info): Check for preprocessor info.
8226 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8227 a macro for a function.
8228 (gdb-info-breakpoints-custom): Try to find file again if not already
8229 found (user might have used GDB dir command).
8230 (gdb-get-location): Update gdb-location-alist correctly for change
8231 to gdb-info-breakpoints-custom.
8232
8233 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8234 (gud-tooltip-print-command): Add gdbmi case.
8235 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8236 preprocessor info.
8237
8238 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8239
8240 * startup.el (fancy-splash-insert): Fix typo in doc string.
8241
8242 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8243
8244 * obsolete/float.el (string-to-float):
8245 * obsolete/hilit19.el (hilit-add-pattern):
8246 * obsolete/rnews.el (news-parse-range, news-select-message)
8247 (news-get-pruned-list-of-files): Replace `string-to-int' by
8248 `string-to-number'.
8249
8250 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8251 `find-file-not-found-hooks'; use `add-hook'.
8252 (uncompress-while-visiting): Set `write-file-functions', not
8253 `write-file-hooks'; use `add-hook'.
8254
8255 2005-05-09 Kim F. Storm <storm@cua.dk>
8256
8257 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8258 (cua-paste): Handle clipboard action.
8259 (cua--init-keymaps): Remap clipboard-kill-region and
8260 clipboard-kill-ring-save.
8261
8262 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8263
8264 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8265 Improve commentary.
8266
8267 * simple.el (next-error-overlay-arrow-position): Revert the change
8268 made on 2005-04-30.
8269
8270 2005-05-07 Jay Belanger <belanger@truman.edu>
8271
8272 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8273 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8274 `calc-sel-reselect'.
8275
8276 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8277 Calc is in embedded mode.
8278
8279 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8280
8281 * progmodes/compile.el (compilation-setup):
8282 Set overlay-arrow-string to an empty string on text terminals.
8283
8284 * textmodes/ispell.el (ispell-program-name): Try looking for
8285 "aspell" along exec-path, and if found, use it as the default
8286 speller program.
8287
8288 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8289
8290 * international/mule.el (sgml-xml-auto-coding-function):
8291 Recognize encoding='FOO' in single quotes as well as in double quotes.
8292
8293 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8294
8295 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8296 as well as `interactive', so that defmacro* would recognize
8297 `declare' forms.
8298
8299 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8300
8301 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8302 Explain more about the LIGHTER arg's usage in the doc string.
8303 Add commentary to clarify what the code does. Fix the regexp that
8304 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8305 since it could have characters special to regular expressions.
8306
8307 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8308
8309 * replace.el (occur-1): Bind inhibit-read-only so that
8310 erase-buffer doesn't barf on read-only text properties (likewise
8311 for add-text-properties in occur-engine). Mark buffer as unmodified.
8312 (occur-engine): Don't set buffer-read-only here.
8313
8314 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8317 list-buffers-directory. This caused the *cvs-commit* buffer to be
8318 sometimes mistakenly reused as a *cvs* buffer.
8319
8320 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8321
8322 * tooltip.el: Move code for GUD tooltips into gud.el.
8323 (require): CL no longer needed to compile case.
8324 (tooltip-mode): Do not toggle functions for GUD tooltips.
8325 (tooltip-gud-tips-p): Remove. Replace with minor mode
8326 gud-tooltip-mode in gud.el.
8327 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8328 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8329 tooltip-gud prefix with gud-tooltip and obsolete.
8330 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8331 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8332 (tooltip-mouse-motion): Mouse movement functions/variable.
8333 Rename in gud.el by adding gud prefix.
8334 (tooltip-gud-original-filter, tooltip-gud-dereference)
8335 (tooltip-gud-event, tooltip-toggle-gud-tips)
8336 (tooltip-gud-process-output, tooltip-gud-print-command)
8337 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8338 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8339 (gdb-tooltip-print): Move to gdb-ui.el.
8340
8341 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8342 (require): CL needed to compile case.
8343 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8344 tooltip-gud-tips-p. Make it a minor-mode.
8345 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8346 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8347 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8348 (gud-tooltip-change-major-mode)
8349 (gud-tooltip-activate-mouse-motions-if-enabled)
8350 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8351 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8352 (gud-tooltip-original-filter, gud-tooltip-dereference)
8353 (gud-tooltip-event, tooltip-toggle-gud-tips)
8354 (gud-tooltip-process-output, gud-tooltip-print-command)
8355 (gud-tooltip-tips): Move from tooltip.el.
8356
8357 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8358 (gdb-cpp-define-alist-flags): Doc fix.
8359 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8360 gud-tooltip-mode is t.
8361
8362 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8365 evaporate if their text is deleted.
8366 (goto-address-at-point): Make it work as a mouse binding as well.
8367 (goto-address-at-mouse): Obsolete it. Update users.
8368
8369 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8370
8371 * calendar/appt.el (top-level): No longer activate on load.
8372
8373 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8374
8375 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8376 * net/webjump.el (webjump):
8377 * progmodes/idlw-help.el (idlwave-do-context-help1)
8378 (idlwave-highlight-linked-completions):
8379 * textmodes/po.el (po-find-file-coding-system-guts):
8380 Replace `assoc-ignore-case' by `assoc-string'.
8381
8382 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8383
8384 * files.el (locate-file): Doc fix.
8385
8386 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8387 Remove the redundant test for ms-dos.
8388
8389 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8390 look for the preprocessor with exec-suffixes. If not found in
8391 standard places, look in exec-path. Remove most of the tests that
8392 used system-type.
8393
8394 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8395
8396 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8397
8398 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8399 file-name clash with jka-compr.el on 8+3 filesystems.
8400
8401 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8402
8403 * term/mac-win.el: Don't define or bind scroll bar functions if
8404 x-toolkit-scroll-bars is t.
8405 (x-select-text, x-get-selection-value): Clear
8406 x-last-selected-text-clipboard if x-select-enable-clipboard is
8407 nil.
8408 (PRIMARY): Put mac-scrap-name property.
8409 (mac-select-convert-to-file-url): New function.
8410 (public.file-url): New selection target type. Add to
8411 selection-converter-alist.
8412 (x-get-selection, x-selection-value): Handle it.
8413 (x-cut-buffer-or-selection-value): New alias.
8414
8415 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8416
8417 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8418 entry to avoid calling bibtex-find-entry with arg global
8419 being t. Remove arg key.
8420 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8421 (bibtex-copy-summary-as-kill): Change accordingly.
8422
8423 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8426 (org-agenda-date-later): Use with-current-buffer.
8427
8428 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8429
8430 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8431 (define-obsolete-variable-alias): Doc Fixes.
8432
8433 2005-05-06 Kim F. Storm <storm@cua.dk>
8434
8435 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8436 vertical-motion when selective-display is active.
8437
8438 * ido.el (ido-setup-hook): New hook.
8439 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8440 (ido-input-stack): New var.
8441 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8442 ido-next-work-file binding to M-O.
8443 Bind M-f to ido-wide-find-file-or-pop-dir.
8444 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8445 (ido-read-internal): Run ido-setup-hook.
8446 Catch quit in read-file-name and read-string to cancel edit.
8447 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8448 Automatically pop-all when completing a directory name (RET).
8449 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8450 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8451 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8452 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8453 New functions for M-b/M-f to move among the directory components.
8454 (ido-make-merged-file-list): Catch quit to cancel merge.
8455 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8456 (ido-completion-help): No warnings for ido-completion-buffer-full.
8457
8458 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8459
8460 * font-lock.el (font-lock-negation-char-face): New face and variable.
8461 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8462 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8463 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8464 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8465
8466 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8467
8468 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8469 Fix typo in docstring.
8470
8471 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8472 (ebrowse-print-statistics-line)
8473 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8474
8475 * term/w32-win.el (image-library-alist): Add additional name for
8476 Xpm library.
8477
8478 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8479
8480 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8481 use gcc instead of cpp.
8482
8483 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8484 (gdb-create-define-alist): Use it.
8485 (gdb-cpp-define-alist-program): Update for MS-DOS.
8486
8487 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8488
8489 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8490
8491 2005-05-04 Richard M. Stallman <rms@gnu.org>
8492
8493 * help.el (describe-key): No error when UNTRANSLATED is nil.
8494
8495 * simple.el (line-move-1): Fix previous change to signal errors
8496 appropriately.
8497
8498 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8499
8500 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8501 (icalendar-duration-correction): Remove.
8502 (icalendar--get-event-properties): Split result at commas.
8503 (icalendar--decode-isoduration): New optional argument
8504 DURATION-CORRECTION.
8505 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8506 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8507 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8508 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8509 (icalendar--convert-anniversary-to-ical): New functions, extracted
8510 from icalendar-export-region, with bug fixes.
8511 (icalendar-export-region): Use the above functions.
8512 (icalendar-import-buffer): Check before saving diary file.
8513 (icalendar--convert-recurring-to-diary)
8514 (icalendar--convert-non-recurring-all-day-to-diary)
8515 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8516 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8517 (icalendar--convert-ical-to-diary): Use the above functions.
8518
8519 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8522 Remove these recent additions.
8523 (c-mode): Restore to before 2005-04-28.
8524
8525 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8526 recent addition.
8527
8528 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8529 (gdb-define-alist): New variables.
8530 (gdb-create-define-alist): New function.
8531 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8532 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8533 with string-to-number.
8534 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8535
8536 * progmodes/gud.el: Replace string-to-int with string-to-number.
8537 (gud-find-file): Handle gdb-define-alist.
8538
8539 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8540
8541 2005-05-02 Jay Belanger <belanger@truman.edu>
8542
8543 * calc/calc-aent.el (math-read-token):
8544 * calc/calc-bin.el (calc-word-size):
8545 * calc/calc-ext.el (calc-read-number-fancy):
8546 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8547 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8548 * calc/calc-frac.el (calc-over-notation):
8549 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8550 (calc-graph-num-points, calc-graph-init):
8551 * calc/calc-prog.el (calc-read-parse-table-part)
8552 (calc-edit-macro-repeats):
8553 * calc/calc-yank.el (calc-do-grab-rectangle):
8554 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8555 Replace `string-to-int' by `string-to-number'.
8556
8557 2005-05-02 Kim F. Storm <storm@cua.dk>
8558
8559 * kmacro.el: Use executing-kbd-macro-index variable.
8560
8561 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8562
8563 * net/rlogin.el (rlogin-parse-words): Delete func.
8564 (rlogin): Use split-string, not rlogin-parse-words.
8565 Also, if there are option-like elements in the parsed args,
8566 take the host to be the first arg immediately following them.
8567 Suggested by Michael Mauger.
8568
8569 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8570
8571 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8572
8573 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8574
8575 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8576 (cc-mode-cpp-program): Rename to cc-define-list-program and
8577 move to cc-vars.el.
8578
8579 * progmodes/cc-vars.el (cc-define-list-program):
8580 Change to "gcc -E -dM -". Make customizable.
8581
8582 2005-05-02 Kim F. Storm <storm@cua.dk>
8583
8584 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8585
8586 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8587
8588 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8589
8590 * international/mule-util.el (truncate-string): Remove alias and
8591 obsolete declaration.
8592
8593 * international/mule-cmds.el (update-iso-coding-systems):
8594 Remove alias and obsolete declaration.
8595
8596 * international/mule.el (coding-system-parent): Remove alias and
8597 obsolete declaration.
8598
8599 * subr.el (define-function, sref): Remove aliases and obsolete
8600 declarations.
8601 (chars-in-region): Remove obsolete declaration.
8602
8603 2005-05-01 Richard M. Stallman <rms@gnu.org>
8604
8605 * info.el (Info-mode): Set widen-automatically to nil, locally.
8606
8607 * simple.el (widen-automatically): New variable.
8608 (pop-global-mark): Obey widen-automatically.
8609
8610 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8611
8612 * term/xterm.el (function-key-map): Call substitute-key-definition
8613 before the keymap size is increased by a lot of define-key calls.
8614
8615 2005-05-01 Richard M. Stallman <rms@gnu.org>
8616
8617 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8618 Rename ARG to ELEMENT. Doc fix.
8619
8620 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8621
8622 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8623 Remove references to allout-exposure/change to allout-new-exposure.
8624
8625 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8626 bytecode symbols.
8627
8628 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8629 (compiled-function-p, focus-frame, unfocus-frame):
8630 Remove aliases and obsolete declarations.
8631 Back out inadvertent changes from previous commit.
8632
8633 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8634
8635 * files.el (require-final-newline): Make Custom tags consistent
8636 with mode-require-final-newline.
8637 (mode-require-final-newline): Doc fix.
8638
8639 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * international/latexenc.el (latexenc-find-file-coding-system):
8642 Fix regular expressions.
8643
8644 2005-05-01 David Kastrup <dak@gnu.org>
8645
8646 * international/latexenc.el (latexenc-find-file-coding-system):
8647 Fix regular expressions.
8648
8649 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8650
8651 * subr.el (string-to-int): Make obsolete.
8652
8653 2005-04-30 Richard M. Stallman <rms@gnu.org>
8654
8655 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8656
8657 * loadup.el: load jka-comp-hook.
8658
8659 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8660 (jka-compr-handler): Add autoload. `put' calls moved
8661 to jka-comp-hook.el.
8662 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8663 (jka-compr-inhibit): Autoload.
8664
8665 * jka-comp-hook.el: New file.
8666 Enable the mode by default.
8667
8668 * files.el (backup-buffer-copy): Use copy-file instead
8669 of write-region, and put back the 'excl.
8670
8671 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8672
8673 * progmodes/flymake.el (flymake-split-string)
8674 (flymake-split-string, flymake-log, flymake-pid-to-names)
8675 (flymake-reg-names, flymake-get-source-buffer-name)
8676 (flymake-unreg-names, flymake-add-line-err-info)
8677 (flymake-add-err-info): Clarify docstrings.
8678 (flymake-popup-menu, flymake-make-emacs-menu)
8679 (flymake-make-xemacs-menu): Add docstrings.
8680 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8681 Set variables directly throughout.
8682
8683 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8684
8685 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8686 exists. Initialize cc-define-alist.
8687 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8688 If there is no file (Macroexpansion) don't create an alist.
8689
8690 2005-04-29 Sam Steingold <sds@gnu.org>
8691
8692 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8693 (cc-create-define-alist): Use it instead of the hard-coded string.
8694
8695 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8698 for latexenc.
8699
8700 2005-04-29 Lute Kamstra <lute@gnu.org>
8701
8702 * emacs-lisp/generic.el: Improve commentary section.
8703 (define-generic-mode): Improve docstring.
8704
8705 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8706
8707 * textmodes/org.el (many places): Change to quiet the byte compiler.
8708 (org-prefix-format-compiled): New variable.
8709 (org-compile-prefix-format): New function.
8710 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8711 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8712 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8713 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8714 consistency with entries from `org-mode' files.
8715 (org-get-time-of-day): Fix bug with partial matches early in a line.
8716 (org-non-link-chars): New constant.
8717 (org-link-regexp): Respect `org-non-link-chars'.
8718 (org-agenda-day-view): Remove command.
8719 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8720 (org-follow-bbdb-link, org-store-link): Search also company field.
8721 (org-highlight-overlay): New variable.
8722 (org-highlight, org-unhighlight): New functions.
8723 (org-agenda-mode): Add pre-command-hook to remove highlight.
8724 (org-evaluate-time-range): Behavior depends upon whether time stamp
8725 contains a time or not.
8726 (org-show-subtree, org-show-entry): New functions.
8727 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8728
8729 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8730
8731 * comint.el (comint-output-filter-functions): Add autoload cookie.
8732
8733 2005-04-28 Kim F. Storm <storm@cua.dk>
8734
8735 * ido.el (ido-everywhere): Fix last change.
8736
8737 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8738
8739 * international/latexenc.el: New file.
8740 * international/mule-conf.el (file-coding-system-alist): For .tex,
8741 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8742
8743 2005-04-28 Lute Kamstra <lute@gnu.org>
8744
8745 * font-lock.el (font-lock-add-keywords)
8746 (font-lock-remove-keywords): Clarify docstring.
8747 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8748 Don't start docstrings with a `*'.
8749 (font-lock-update-removed-keyword-alist): Give it a docstring.
8750
8751 * generic-x.el: Update commentary section.
8752 Only require font-lock when compiling.
8753 Define all modes conditionally.
8754 Place all generic modes in the generic-x-modes customization group.
8755 (generic-x-modes): New customization group.
8756 (generic-default-modes, generic-mswindows-modes)
8757 (generic-unix-modes, generic-other-modes): New constants.
8758 (generic-define-mswindows-modes, generic-define-unix-modes):
8759 Update docstrings. Make them obsolete.
8760 (generic-extras-enable-list): New default value. Update docstring.
8761 Improve :type. Change :set function.
8762 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8763 Fix docstring.
8764
8765 * emacs-lisp/generic.el (generic-mode-internal):
8766 Simplify font-lock-defaults.
8767 (define-generic-mode): Fix docstring.
8768
8769 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8772 font-lock-face property to highlight matches.
8773
8774 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8775
8776 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8777 (cc-define-alist): New variable.
8778 (c-mode): Make it local and initialize it.
8779
8780 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8781 (gdb-exited): New function.
8782 (gdb-annotation-rules): Use it.
8783 (gdb-starting): Set gdb-active-process to t.
8784 (gdb-stopping): Amend doc string.
8785 (gdb-reset): Set gdb-active-process to nil.
8786
8787 * tooltip.el (tooltip-gud-tips): Show the associated #define
8788 directives when a C program under GDB is not executing.
8789
8790 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8793 font-lock-fontify-syntactic-keywords.
8794
8795 * font-lock.el (font-lock-default-fontify-region): Don't force
8796 parse-sexp-lookup-properties to nil.
8797
8798 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8799
8800 * man.el (man-mode-syntax-table): Set up `:' to have
8801 word-constituent syntax.
8802
8803 2005-04-27 Lute Kamstra <lute@gnu.org>
8804
8805 * novice.el (disable-command): Don't add spurious newlines to the
8806 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8807
8808 2005-04-26 Jay Belanger <belanger@truman.edu>
8809
8810 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8811 than one window before deleting window.
8812
8813 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8814
8815 * shell.el (shell-prompt-pattern): Doc fix.
8816 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8817
8818 * comint.el (comint-prompt-regexp, comint-get-old-input)
8819 (comint-use-prompt-regexp)
8820 (comint-use-prompt-regexp-instead-of-fields)
8821 (comint-replace-by-expanded-history, comint-send-input)
8822 (comint-output-filter, comint-get-old-input-default)
8823 (comint-line-beginning-position, comint-bol, comint-show-output)
8824 (comint-backward-matching-input, comint-forward-matching-input)
8825 (comint-next-prompt, comint-previous-prompt):
8826 Rename `comint-use-prompt-regexp-instead-of-fields' to
8827 `comint-use-prompt-regexp'. Keep old name as alias and declare
8828 obsolete.
8829 (comint-use-prompt-regexp): Shorten first line of doc string.
8830
8831 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8832 Set paragraph-separate buffer locally to "\\'".
8833
8834 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8835 Adapt to above name change.
8836
8837 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8838 (smbclient-prompt-regexp): Ditto.
8839
8840 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8841
8842 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8843
8844 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8845 gdb-location-list.
8846 Break lines that are over 80 characters wide.
8847
8848 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8849
8850 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8851 New fun and var, to preserve compatibility.
8852
8853 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8854
8855 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8856
8857 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8858 name to file-newer-than-file-p.
8859
8860 2005-04-26 Richard M. Stallman <rms@gnu.org>
8861
8862 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8863
8864 * progmodes/python.el (python-mode):
8865 Use new name eldoc-documentation-function.
8866
8867 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8868
8869 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8870 (eldoc-documentation-function):
8871 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8872
8873 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8874
8875 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8876
8877 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8878
8879 * term/xterm.el (function-key-map): Fix strings for
8880 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8881 {C,S,A,C-S}-{f1-f12}.
8882
8883 2005-04-26 Kenichi Handa <handa@m17n.org>
8884
8885 * international/mule-cmds.el (select-safe-coding-system):
8886 Fix previous change.
8887
8888 2005-04-26 Lute Kamstra <lute@gnu.org>
8889
8890 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8891
8892 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8893 (font-lock-comment-delimiter-face): Ditto.
8894
8895 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8896
8897 2005-04-25 Jay Belanger <belanger@truman.edu>
8898
8899 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8900 to t while inserting information; use help-mode.
8901
8902 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8903
8904 * term.el (ansi-term-color-vector): Use the xterm colors.
8905 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8906
8907 2005-04-25 Lute Kamstra <lute@gnu.org>
8908
8909 * font-core.el (font-lock-defaults): Fix docstring.
8910
8911 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8912
8913 2005-04-25 Kenichi Handa <handa@m17n.org>
8914
8915 * international/mule-cmds.el (select-safe-coding-system):
8916 Don't check consistency with coding: spec, etc if raw-text or
8917 no-conversion was found to be safe.
8918
8919 2005-04-24 Richard M. Stallman <rms@gnu.org>
8920
8921 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8922 citation markers at start of each line.
8923
8924 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8925 citation markers at start of each line.
8926
8927 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8928
8929 * files.el (mode-require-final-newline): Fix previous change.
8930 (require-final-newline): Fix type label.
8931
8932 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8933
8934 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8935 statement in buffer (broken by 2004-11-24 change).
8936
8937 2005-04-24 Kim F. Storm <storm@cua.dk>
8938
8939 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8940 and read-file-name-function values. Don't overwrite existing
8941 non-nil values if ido-mode is enabled without ido-everywhere.
8942
8943 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8944
8945 * files.el (mode-require-final-newline): Minor doc fix.
8946
8947 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8948
8949 * subr.el (syntax-after): Doc fix.
8950 (syntax-class): If argument is nil, return nil. Mask off upper 16
8951 bits, not 8 bits.
8952
8953 * files.el (mode-require-final-newline): Doc fix.
8954 (backup-buffer-copy): Fix last change.
8955
8956 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8957
8958 * term/mac-win.el: Require select. Set selection-coding-system to
8959 mac-system-coding-system. Call menu-bar-enable-clipboard.
8960 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8961 (x-select-enable-clipboard): New variables.
8962 (x-select-text, x-get-selection, x-selection-value)
8963 (x-get-selection-value, mac-select-convert-to-string)
8964 (mac-services-open-file, mac-services-open-selection)
8965 (mac-services-insert-text): New functions.
8966 (CLIPBOARD, FIND): Put mac-scrap-name property.
8967 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8968 (public.tiff): Put mac-ostype property.
8969 (selection-converter-alist): Add entries for them.
8970 (mac-application-menu-map): New keymap.
8971 (interprogram-cut-function, interprogram-paste-function): Set to
8972 x-select-text and x-get-selection-value, respectively.
8973 (split-window-keep-point): Set to t.
8974
8975 2005-04-23 Richard M. Stallman <rms@gnu.org>
8976
8977 * files.el (read-directory-name): Always pass non-nil
8978 DEFAULT-FILENAME arg to read-file-name.
8979 (backup-buffer-copy, basic-save-buffer-2): Take care against
8980 writing thru an unexpected existing symlink.
8981 (revert-buffer): In indirect buffer, revert the base buffer.
8982 (magic-mode-alist): Doc fix.
8983 (buffer-stale-function): Doc fix.
8984 (minibuffer-with-setup-hook): Avoid warning.
8985 (mode-require-final-newline): Doc and custom fix.
8986
8987 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8988
8989 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8990 use the default appearance.
8991 (font-lock-comment-delimiter-face): New face, new variable.
8992
8993 * imenu.el (imenu--generic-function): The official position of a
8994 definition is the start of the line that BEG is in.
8995
8996 * midnight.el (midnight-timer): Move defvar up.
8997
8998 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8999
9000 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9001
9002 * startup.el (command-line): Use with-no-warnings.
9003
9004 * window.el (window-size-fixed): New defvar.
9005
9006 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9007
9008 * mail/rmail.el (rmail-font-lock-keywords):
9009 Use font-lock-comment-delimiter-face.
9010
9011 * mail/sendmail.el (mail-font-lock-keywords):
9012 Use font-lock-comment-delimiter-face.
9013
9014 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9015
9016 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9017
9018 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9019 Specify t for LAXMATCH when matching directories.
9020 Save match data around compilation-compat-error-properties form.
9021
9022 2005-04-23 David Kastrup <dak@gnu.org>
9023
9024 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9025 Mention that the autoloaded aliases should be kept for AUCTeX.
9026
9027 2005-04-23 Andreas Schwab <schwab@suse.de>
9028
9029 * isearch.el (isearch-forward): Doc fix.
9030
9031 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9032
9033 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9034 (jit-lock-stealth-nice): Change default value to 0.5.
9035
9036 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9037
9038 * abbrev.el (write-abbrev-file): Write table entries in
9039 alphabetical order by table name.
9040
9041 2005-04-22 Kim F. Storm <storm@cua.dk>
9042
9043 * ido.el (ido-read-internal): Fix `list' completion.
9044
9045 2005-04-22 Kenichi Handa <handa@m17n.org>
9046
9047 * recentf.el (recentf-save-file-coding-system): New variable.
9048 (recentf-save-list): Encode the file by
9049 recentf-save-file-coding-system and add coding: tag.
9050
9051 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9052
9053 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9054
9055 2005-04-21 Lute Kamstra <lute@gnu.org>
9056
9057 * loadhist.el (unload-feature): Don't remove a function from hooks
9058 if it is about to be restored to an autoload . Remove functions
9059 that will become unbound from auto-mode-alist. Simplify the code.
9060
9061 * subr.el (assq-delete-all): New implementation that is linear,
9062 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9063 (rassq-delete-all): New function.
9064
9065 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9066 Add size-indication-mode.
9067
9068 2005-04-21 Kenichi Handa <handa@m17n.org>
9069
9070 * international/mule-cmds.el: Add autoload for widget-value in
9071 eval-when-compile.
9072
9073 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9074
9075 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9076 Add tooltip-mode.
9077
9078 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9079
9080 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9081
9082 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9083 (inferior-lisp-filter-regexp, inferior-lisp-program)
9084 (inferior-lisp-load-command, inferior-lisp-prompt)
9085 (inferior-lisp-mode-hook, lisp-source-modes)
9086 (inferior-lisp-load-hook): defvar->defcustom.
9087 (inferior-lisp-program, inferior-lisp-prompt)
9088 (inferior-lisp-load-hook): Doc fixes.
9089 (inferior-lisp-install-letter-bindings): Small change in
9090 introductory comment.
9091
9092 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9093
9094 * vc.el (vc-annotate-color-map): Change some colors so that text
9095 using them as foreground is readable on both white and black
9096 backgrounds.
9097
9098 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * international/mule-conf.el (translation-table-for-input):
9101 Remove redundant declaration.
9102
9103 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9104
9105 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9106
9107 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9108 (tooltip-toggle-gud-tips): New function.
9109
9110 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9111
9112 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9113 right angle brackets.
9114
9115 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9116
9117 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9118
9119 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9122 Remove. Update callers to use expand-file-name instead.
9123
9124 * subr.el (syntax-class): New function.
9125
9126 * simple.el (blink-matching-open): Use it.
9127
9128 * paren.el (show-paren-function): Use it to recognize parens that are
9129 also used in 2-char comment markers.
9130
9131 2005-04-19 Lute Kamstra <lute@gnu.org>
9132
9133 * loadhist.el (unload-feature): Update for new format of
9134 load-history. Simplify the code.
9135
9136 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9137
9138 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9139 (mac-add-charset-info): New function. Initialize variable
9140 mac-charset-info-alist using it.
9141 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9142 for translation.
9143 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9144 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9145 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9146 New CCL programs.
9147
9148 2005-04-19 Kim F. Storm <storm@cua.dk>
9149
9150 * simple.el (next-buffer, prev-buffer, next-error)
9151 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9152 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9153
9154 * bindings.el (next-buffer, prev-buffer, next-error)
9155 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9156 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9157 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9158 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9159
9160 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * isearch.el (isearch-edit-string): Make the search-ring available for
9163 minibuffer history commands.
9164 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9165 the default history commands now work just as well.
9166 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9167
9168 2005-04-18 Kim F. Storm <storm@cua.dk>
9169
9170 * emulation/cua-base.el (cua--pre-command-handler): Add more
9171 elaborate check for shift modifier on non-window systems.
9172
9173 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9174
9175 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9176
9177 2005-04-18 Kim F. Storm <storm@cua.dk>
9178
9179 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9180 and make it optional. Don't test tooltip-gud-echo-area here.
9181 (tooltip-gud-process-output, gdb-tooltip-print):
9182 Pass tooltip-gud-echo-area to tooltip-show.
9183 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9184
9185 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9186
9187 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9188 `display-graphic-p' may not be bound yet.
9189
9190 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9191
9192 * startup.el (command-line): No longer enable Xterm Mouse mode by
9193 default in terminals compatible with xterm.
9194
9195 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9196
9197 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9198
9199 * tooltip.el (tooltip-gud-echo-area): Rename from
9200 tooltip-use-echo-area.
9201 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9202 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9203 area independently of where help tooltips are displayed.
9204
9205 2005-04-17 David Kastrup <dak@gnu.org>
9206
9207 * cus-theme.el (custom-theme-write-variables): Quote variables
9208 where necessary.
9209
9210 2005-04-17 Richard M. Stallman <rms@gnu.org>
9211
9212 * simple.el (yank-excluded-properties): Add follow-link to value.
9213
9214 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9215
9216 * startup.el (fancy-splash-max-time): Just 30 seconds.
9217 (fancy-splash-delay): Just 7.
9218 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9219
9220 * loadhist.el (unload-feature): Update for new format of load-history.
9221 Simplify the code.
9222
9223 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9224 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9225
9226 * mail/sendmail.el (mail-font-lock-keywords):
9227 Don't fontify subject text.
9228 Don't fontify the text of a citation.
9229
9230 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9231
9232 * comint.el (comint-output-filter): Run comint-output-filter-functions
9233 with point where the user had it.
9234
9235 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * international/ucs-tables.el (ucs-set-table-for-input):
9238 Disable when using unify-on-decoding.
9239
9240 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9241
9242 * emulation/cua-base.el (cua-global-mark-face): Add special case
9243 for displays supporting a high number of colors.
9244
9245 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9246
9247 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9248
9249 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9250
9251 * filesets.el (filesets-add-buffer): If user supplies a name of a
9252 non-existing fileset, create a new fileset.
9253
9254 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9255
9256 * textmodes/org.el (org-up-heading-all): Fix bug with
9257 `outline-up-heading-all'.
9258
9259 2005-04-16 Andreas Schwab <schwab@suse.de>
9260
9261 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9262 /etc/permissions.d/* and /etc/aliases.d/*.
9263
9264 2005-04-16 Kenichi Handa <handa@m17n.org>
9265
9266 * international/code-pages.el (cp-make-coding-system):
9267 Set `translation-table-for-input' property value to the symbol
9268 ucs-mule-to-mule-unicode, not to that value.
9269 (pt154): Escape guillemet by `\'.
9270
9271 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9272
9273 * loadup.el: Load tooltip if x-show-tip is fboundp.
9274
9275 * startup.el (command-line): Add comment.
9276
9277 * tooltip.el (tooltip-mode): Specify correct standard value for
9278 Custom in init-value.
9279
9280 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9281
9282 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9283 possible.
9284
9285 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9286
9287 * textmodes/org.el (org-agenda-date-prompt): Rename from
9288 `org-agenda-date-today'.
9289 (org-evaluate-time-range): Insert at point instead of directly
9290 after time range.
9291 (org-first-headline-recenter, org-subtree-end-visible-p)
9292 (org-optimize-window-after-visibility-change): New functions
9293 (org-agenda-post-command-hook): Don't allow point at end of line,
9294 to make sure it always hits the text properties.
9295 (org-agenda-next-date-line, org-agenda-previous-date-line):
9296 New commands.
9297 (org-set-regexps-and-options): Category may contain white space.
9298 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9299 Improve marker positions.
9300 (org-agenda-new-marker): Argument POS made optional.
9301 (org-agenda-get-timestamps): Deadlines which are done are listed
9302 in org-done-face now.
9303 (org-agenda-get-todos, org-agenda-get-timestamps)
9304 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9305 Set `undone-face' and `done-face' properties.
9306 (org-last-todo-state-is-todo): New variable.
9307 (org-todo): Set `org-last-todo-state-is-todo'.
9308 (org-agenda-todo): Change face according to
9309 `org-last-todo-state-is-todo'. And change other lines referring to
9310 the same entry.
9311 (org-calendar-goto-agenda): New command.
9312 (org-calendar-to-agenda-key): New option.
9313 (org-startup-folded): New allowed value `content'.
9314 (org-set-regexps-and-options): Accept new value `content' for
9315 `org-startup-folded'.
9316 (org-get-current-options): Handle new value `content' for
9317 `org-startup-folded'.
9318 (org-insert-todo-heading): New command.
9319 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9320 interactively in empty file and option
9321 `org-insert-mode-line-in-empty-file' has been set.
9322 (org-agenda-todo,org-agenda-priority): Modify to use
9323 `org-agenda-change-all-lines'.
9324 (org-warning-face): Change color on dark background
9325
9326 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9327
9328 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9329 use preferences AppleLocale and AppleLanguages, and variable
9330 mac-system-locale for default locale. On Mac OS Classic, use
9331 mac-system-coding-system for default coding systems.
9332
9333 * term/mac-win.el: Don't set file-name-coding-system.
9334 Decode variables system-name, emacs-build-system, user-login-name, and
9335 user-full-name by mac-system-coding-system on Mac OS Classic.
9336 (mac-system-coding-system): New variable.
9337
9338 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9339
9340 * startup.el (command-line): Handle `xterm-mouse-mode' before
9341 reading init file.
9342
9343 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9344
9345 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9346
9347 * progmodes/sh-script.el (sh-here-document-word): Make it a
9348 defcustom. Doc fix.
9349 (sh-add): Bash uses $(( )) for arithmetic.
9350 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9351 (sh-maybe-here-document): Remove quotes and leading whitespace
9352 from heredoc word when closing. Indent heredoc with tabs if word
9353 starts with "-".
9354
9355 2005-04-13 Richard M. Stallman <rms@gnu.org>
9356
9357 * simple.el (undo): Fix previous change.
9358
9359 * custom.el (defface): Doc fix.
9360
9361 2005-04-13 Lute Kamstra <lute@gnu.org>
9362
9363 * Makefile.in (DONTCOMPILE): Remove list.
9364 (compile, compile-always): Don't use DONTCOMPILE.
9365 (update-authors): Load the library in which batch-update-authors
9366 is defined.
9367 * makefile.w32-in (DONTCOMPILE): Remove list.
9368 (compile, compile-always): Fix comments.
9369 (update-authors): Load the library in which batch-update-authors
9370 is defined.
9371
9372 * generic-x.el (generic-mode-ini-file-find-file-hook):
9373 Rename to ini-generic-mode-find-file-hook.
9374 Keep generic-mode-ini-file-find-file-hook as an alias.
9375 (ini-generic-mode-find-file-hook): Rename from
9376 generic-mode-ini-file-find-file-hook. Fix docstring.
9377 (ini-generic-mode): Docstring change.
9378 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9379
9380 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9381 called from lisp.
9382
9383 * generic.el: Move to the emacs-lisp subdir.
9384
9385 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9386
9387 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9388 and C-S- function and cursor motion keys.
9389
9390 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9391
9392 * startup.el (command-line): Enable Xterm Mouse mode by default.
9393 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9394 for Custom. No longer show "Mouse" in mode line when enabled.
9395 Doc fix.
9396
9397 2005-04-12 Kim F. Storm <storm@cua.dk>
9398
9399 * emulation/cua-base.el (cua-rectangle-face)
9400 (cua-rectangle-noselect-face): Define face attributes here.
9401
9402 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9403
9404 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9405
9406 * startup.el (command-line): Turn off blinking cursor if
9407 cursorBlink in resources is off or false.
9408
9409 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9410
9411 * term/mac-win.el (dnd): Require dnd.
9412 (mac-drag-n-drop): Call dnd-handle-one-url.
9413 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9414 (kTextEncodingISOLatin2): Remove constants.
9415 (mac-script-code-coding-systems): New constant.
9416 (mac-handle-language-change): New function.
9417 (special-event-map): Bind it to `language-change' event.
9418 (mac-centraleurroman, mac-cyrillic): New coding systems.
9419 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9420 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9421 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9422 encode-mac-cyrillic, respectively.
9423
9424 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9425
9426 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9427 Don't set overlay-arrow-string to "=>" as this is done
9428 globally in C now.
9429
9430 2005-04-12 Lute Kamstra <lute@gnu.org>
9431
9432 * generic-x.el (rc-generic-mode, rul-generic-mode):
9433 Fix auto-mode-alist entries.
9434 (etc-fstab-generic-mode): Tweak fontification.
9435
9436 * generic.el (generic-make-keywords-list): Fix docstring.
9437 (generic-mode-internal): Simplify generic-font-lock-keywords.
9438
9439 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9440
9441 * whitespace.el (whitespace-buffer-leading)
9442 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9443 However, fix the highlight area for the leading and
9444 trailing whitespaces to show space.
9445
9446 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9447
9448 * whitespace.el (whitespace-version): Bump to 3.5
9449
9450 (whitespace-buffer-leading, whitespace-buffer-trailing):
9451 Invert sense of the test to highlight the whitespace.
9452
9453 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9454
9455 * progmodes/gud.el (gud-display-line): GUD uses its own
9456 overlay arrow now so don't set overlay-arrow-string.
9457 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9458
9459 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9460
9461 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9462 (term-ansi-current-reverse, term-ansi-current-invisible)
9463 (term-ansi-face-already-done): Change to boolean.
9464 (term-reset-terminal, term-handle-colors-array): Handle the above
9465 vars accordingly.
9466 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9467 (term-emulate-terminal): Use the new name.
9468
9469 * faces.el (secondary-selection): Use yellow1, not yellow.
9470 (trailing-whitespace): Use red1, not red.
9471
9472 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9473
9474 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9475 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9476 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9477
9478 * cus-edit.el (dnd): New group.
9479
9480 * term/w32-win.el (dnd): Require dnd
9481 (w32-drag-n-drop): Call dnd-handle-one-url.
9482
9483 * x-dnd.el: Require dnd.
9484 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9485 Call dnd-handle-one-url.
9486 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9487 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9488 to dnd-insert-text.
9489 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9490 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9491 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9492 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9493
9494 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9495
9496 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9497
9498 * wdired.el: Doc fixes.
9499 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9500 (wdired-use-dired-vertical-movement): Rename from
9501 wdired-always-move-to-filename-beginning.
9502 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9503 (wdired-change-to-wdired-mode): Change mode name.
9504 (wdired-newline): Delete.
9505
9506 2005-04-11 Richard M. Stallman <rms@gnu.org>
9507
9508 * whitespace.el (whitespace-highlight-the-space):
9509 Don't call whitespace-unhighlight-the-space here.
9510
9511 * simple.el (undo): Record t in undo-equiv-table
9512 for the redo record made by an undo-in-region.
9513
9514 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9515
9516 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9517 (gdb-frame-inferior-io-buffer): New Functions to control
9518 display of separate IO buffer.
9519 (menu): Add them to menu-bar.
9520 (gdb-display-buffer): Check for buffer another frame.
9521 Protect GUD buffer.
9522 (gdb-setup-windows): Create IO buffer if not already there.
9523 (gdb-memory-mode): Remove purecopy noops.
9524
9525 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9526
9527 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9528 and pass to self-insert-command.
9529
9530 2005-04-11 Lute Kamstra <lute@gnu.org>
9531
9532 * generic.el: Commentary section cleanup.
9533 (generic): Delete.
9534 (generic-use-find-file-hook, generic-lines-to-scan)
9535 (generic-find-file-regexp, generic-ignore-files-regexp)
9536 (default-generic-mode, generic-mode-find-file-hook)
9537 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9538 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9539 (generic-use-find-file-hook, generic-lines-to-scan)
9540 (generic-find-file-regexp, generic-ignore-files-regexp)
9541 (default-generic-mode, generic-mode-find-file-hook)
9542 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9543
9544 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9545
9546 * bookmark.el (bookmark-write-file): Catch errors writing file.
9547 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9548
9549 2005-04-10 Richard M. Stallman <rms@gnu.org>
9550
9551 * startup.el (fancy-splash-tail): Update copyright year.
9552 (command-line): Split part of -Q into -D.
9553 (emacs-basic-display): New defvar.
9554 (fancy-splash-text): Correct name of menu item.
9555
9556 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9557
9558 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9559 lines in one node.
9560
9561 * comint.el (comint-send-input): New arg ARTIFICIAL.
9562 Callers in this file changed.
9563
9564 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9565
9566 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9567
9568 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9569
9570 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9571 `ldap-search-internal'.
9572
9573 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * files.el (set-auto-mode-1): Use line-end-position.
9576
9577 * international/latin-1.el:
9578 * international/latin-2.el:
9579 * international/latin-3.el:
9580 * international/latin-4.el:
9581 * international/latin-5.el:
9582 * international/latin-8.el:
9583 * international/latin-9.el: Give punctuation syntax to NBSP.
9584
9585 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9586 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9587 Use char-classes to accept non-ascii letters, accepted in some recent
9588 bibtex implementations.
9589
9590 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9591
9592 * custom.el (custom-set-minor-mode): Any non-nil value for the
9593 variable should enable the mode when set through Custom.
9594
9595 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9598 TAB binding so tab-always-indent is obeyed.
9599 (vhdl-minibuffer-local-map): Move initialization into declaration.
9600 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9601 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9602 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9603 (vhdl-current-line): Use line-beginning-position.
9604 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9605 with-output-to-temp-buffer, so the current position can be recorded.
9606
9607 2005-04-10 Masatake YAMATO <jet@gyve.org>
9608
9609 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9610 Add regexp for gcov.
9611
9612 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9613
9614 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9615 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9616 syntax which Emacs 20 doesn't support.
9617
9618 2005-04-09 Richard M. Stallman <rms@gnu.org>
9619
9620 * help.el (describe-key-briefly, describe-key):
9621 Replace strings as event types with "(any string)".
9622
9623 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * arc-mode.el (archive-mode-map): Move initialization into
9626 the declaration. Override *all* bindings of `undo'.
9627 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9628
9629 2005-04-09 Jay Belanger <belanger@truman.edu>
9630
9631 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9632
9633 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9634
9635 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9636 (xterm-register-default-colors): Update color values computation
9637 to match xterm-200.
9638
9639 2005-04-09 Kenichi Handa <handa@m17n.org>
9640
9641 * international/code-pages.el (iso-latin-7): Fix the map.
9642
9643 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9644
9645 * emacs-lisp/lisp.el (defun-prompt-regexp)
9646 (parens-require-spaces, buffer-end, end-of-defun)
9647 (insert-parentheses): Doc fixes.
9648
9649 2005-04-08 Kim F. Storm <storm@cua.dk>
9650
9651 * comint.el (comint-highlight-prompt): Fix face spec.
9652 * hi-lock.el (hi-green): Likewise.
9653
9654 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9655
9656 * cus-edit.el (custom-modified-face):
9657 * comint.el (comint-highlight-input): Fix previous changes.
9658 * term.el (term-handle-ansi-escape): Add a comment.
9659
9660 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9663 in the buffer and in whitespace-highlighted-space.
9664 (whitespace-unhighlight-the-space): Simplify.
9665 (whitespace-buffer): Simplify.
9666
9667 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9668
9669 * textmodes/table.el (table-cell-face): Add special case for
9670 displays supporting a high number of colors.
9671 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9672 (vhdl-font-lock-reserved-words-face)
9673 (vhdl-speedbar-architecture-face)
9674 (vhdl-speedbar-instantiation-face)
9675 (vhdl-speedbar-architecture-selected-face)
9676 (vhdl-speedbar-instantiation-selected-face): Likewise.
9677 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9678 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9679 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9680 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9681 (ebrowse-progress-face): Likewise.
9682 * progmodes/compile.el (compilation-info-face): Likewise.
9683 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9684 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9685 * calendar/calendar.el (diary-face): Likewise.
9686 * woman.el (woman-italic-face, woman-bold-face)
9687 (woman-unknown-face): Likewise.
9688 * wid-edit.el (widget-button-pressed-face): Likewise.
9689 * whitespace.el (whitespace-highlight-face): Likewise.
9690 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9691 * pcvs-info.el (cvs-marked-face): Likewise.
9692 * info.el (info-xref): Likewise.
9693 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9694 * hilit-chg.el (highlight-changes-face)
9695 (highlight-changes-delete-face): Likewise.
9696 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9697 (hi-red-b): Likewise.
9698 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9699 * font-lock.el (font-lock-keyword-face)
9700 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9701 * cus-edit.el (custom-invalid-face, custom-modified-face)
9702 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9703 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9704 * comint.el (comint-highlight-prompt): Likewise.
9705
9706 2005-04-08 Lute Kamstra <lute@gnu.org>
9707
9708 * font-lock.el (font-lock-keywords): Docstring fixes.
9709
9710 2005-04-08 Kenichi Handa <handa@m17n.org>
9711
9712 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9713 chars are more than a limit, print " and more..." at the tail.
9714
9715 2005-04-08 Kim F. Storm <storm@cua.dk>
9716
9717 * emacs-lisp/authors.el (authors-aliases): Update list.
9718 (authors-ignored-files): New list.
9719 (authors-fixed-entries): Fix typo.
9720 (authors-renamed-files-alist): Update list.
9721 (authors-add): Check authors-ignored-files.
9722
9723 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9724
9725 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9726 optional, to ensure backward compatibility.
9727
9728 2005-04-08 Stephen Eglen <stephen@gnu.org>
9729
9730 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9731
9732 2005-04-08 Kim F. Storm <storm@cua.dk>
9733
9734 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9735
9736 * mouse.el (mouse-on-link-p): Doc fix.
9737
9738 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9739
9740 * ielm.el (ielm-prompt-read-only): Doc fix.
9741
9742 * comint.el (comint-prompt-read-only): Doc fix.
9743
9744 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9745
9746 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9747 ensure dired always handles wildcards passed to ffap.
9748 (find-file-at-point): Use it.
9749 (ffap-dired-wildcards): Doc fix.
9750
9751 2005-04-07 Juri Linkov <juri@jurta.org>
9752
9753 * simple.el (next-error-overlay-arrow-position): New defvar.
9754 Put "=>" on its property `overlay-arrow-string'. Add it to
9755 `overlay-arrow-variable-list'.
9756
9757 * progmodes/compile.el (compilation-setup):
9758 Set `next-error-overlay-arrow-position' to nil. Also set it to
9759 nil in the local hook `kill-buffer-hook'. Make local variable
9760 `overlay-arrow-string' and set it to "=>".
9761 (compilation-goto-locus): Set BOL position to
9762 `next-error-overlay-arrow-position' instead of
9763 `overlay-arrow-position'.
9764
9765 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9766 locally instead of adding it to the global hook.
9767 (Info-kill-buffer): Move up.
9768
9769 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9770
9771 * term/xterm.el (xterm-standard-colors): Update color values from
9772 xterm-200.
9773
9774 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9777
9778 * fast-lock.el:
9779 * lazy-lock.el: Move them to the obsolete subdir.
9780
9781 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9782
9783 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9784 (wdired-add-replace-advice): Remove.
9785 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9786
9787 2005-04-06 Kim F. Storm <storm@cua.dk>
9788
9789 * startup.el (command-line): Add --bare-bones alias for -Q.
9790
9791 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9792
9793 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9794 create the startup fontset if a font specification ends with
9795 `mac-roman'.
9796
9797 2005-04-06 Lute Kamstra <lute@gnu.org>
9798
9799 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9800 change.
9801
9802 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9803 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9804
9805 2005-04-05 Lute Kamstra <lute@gnu.org>
9806
9807 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9808 (define-generic-mode): Ditto. Fix debug declaration.
9809
9810 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9811 Put them in the generic-x group.
9812
9813 * calendar/timeclock.el (timeclock): Doc fix.
9814
9815 * generic.el (define-generic-mode): Don't use custom-current-group.
9816 Document default :group value.
9817 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9818 (define-global-minor-mode): Don't use custom-current-group.
9819
9820 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9821
9822 * startup.el (command-line-1): Display startup-echo-area-message
9823 when fancy splash screen is in use.
9824
9825 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9826 (sh-escaped-newline): New face.
9827 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9828 newline, and use sh-escaped-newline face.
9829
9830 * progmodes/tcl.el (tcl-escaped-newline): New face.
9831 (tcl-builtin-list): New variable.
9832 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9833 newlines. Fix keywords subexpression number.
9834
9835 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9836
9837 * textmodes/org.el (org-diary-default-entry): Fix call to
9838 `add-to-diary-entry'.
9839
9840 2005-04-05 Kim F. Storm <storm@cua.dk>
9841
9842 * ediff-init.el: Use (featurep 'xemacs).
9843
9844 2005-04-05 David Ponce <david@dponce.com>
9845
9846 * cus-edit.el (face): Derive from symbol widget. Display sample
9847 of the current face on the fly.
9848 (widget-face-sample-face-get, widget-face-notify): New functions.
9849 (widget-face-value-create): Remove.
9850
9851 * wid-edit.el (widget-field-end): Temporarily remove field
9852 narrowing before to call `get-char-property'.
9853
9854 2005-04-04 Jay Belanger <belanger@truman.edu>
9855
9856 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9857 (math-read-subscripts): New variable.
9858 (math-read-preprocess-string): Process subscripts.
9859
9860 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9861
9862 * comint.el (comint-prompt-read-only): Doc fix.
9863
9864 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9865 `-1'. Doc fix.
9866
9867 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9868
9869 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9870 Change default value to nil.
9871
9872 2005-04-04 Lute Kamstra <lute@gnu.org>
9873
9874 * autorevert.el (auto-revert-mode): Specify :group.
9875 * battery.el (display-battery-mode): Specify :group.
9876 * diff-mode.el (diff-minor-mode): Specify :group.
9877 * font-core.el (font-lock-mode): Specify :group.
9878 * hl-line.el (hl-line-mode): Specify :group.
9879 * iimage.el (iimage): New customization group.
9880 (iimage-mode): Specify :group.
9881 * longlines.el (longlines-mode): Specify :group.
9882 * master.el: Don't require easy-mmode.
9883 (master): New customization group.
9884 (master-mode): Specify :group.
9885 * msb.el (msb-mode): Specify :group.
9886 * reveal.el (reveal-mode): Specify :group.
9887 * simple.el (next-error-follow-minor-mode): Specify :group.
9888 * smerge-mode.el (smerge-mode): Specify :group.
9889 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9890 * emulation/cua-base.el (cua-mode): Specify :group.
9891 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9892 * language/thai-util.el (thai-auto-composition-mode)
9893 (thai-word-mode): Specify :group.
9894 * mail/supercite.el (sc-minor-mode): Specify :group.
9895 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9896 * progmodes/flymake.el (flymake-mode): Specify :group.
9897 * progmodes/glasses.el (glasses-mode): Specify :group.
9898 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9899 * textmodes/enriched.el (enriched-mode): Specify :group.
9900 * textmodes/refill.el (refill-mode): Specify :group.
9901
9902 * add-log.el (change-log-font-lock-keywords): Names in
9903 parenthesized lists can contain spaces.
9904
9905 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9906
9907 * startup.el (fancy-splash-text): Shorten default text of
9908 "Emacs Tutorial" line. Also, if the current language env
9909 indicates an available tutorial file other than TUTORIAL,
9910 extract its title and append it to the line in parentheses.
9911 (fancy-splash-insert): If arg is a thunk, funcall it.
9912
9913 2005-04-04 Jay Belanger <belanger@truman.edu>
9914
9915 * calc.el (calc-language-alist): Add tags to customization type.
9916
9917 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9918
9919 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9920 Doc fix.
9921
9922 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9923
9924 * add-log.el (change-log-font-lock-keywords): The manual
9925 describing a Change Log entry, says: (...) "Aside from these
9926 header lines, every line in the change log starts with a space or
9927 a tab.". The font-lock was not highlighting lines started with
9928 spaces, added support for it.
9929
9930 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9931
9932 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9933 (bibtex-generate-url-list): Update docstring accordingly. Put the
9934 complex example in the docstring.
9935 (bibtex-font-lock-url): Use pop.
9936
9937 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9940
9941 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9942
9943 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9944
9945 * filesets.el (filesets-set-default): Doc fix.
9946
9947 2005-04-03 Lute Kamstra <lute@gnu.org>
9948
9949 * generic.el (define-generic-mode): Add argument to specify
9950 keywords for defcustom.
9951 (default-generic-mode): Specify :group.
9952
9953 * generic-x.el: Specify :group for all generic modes.
9954
9955 * desktop.el (desktop-no-desktop-file-hook)
9956 (desktop-after-read-hook): Doc fix.
9957
9958 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9959
9960 * simple.el (visible-mode): Use explicit :group keyword.
9961 This changes the group of `visible-mode-hook' from paren-blinking
9962 to editing-basics.
9963
9964 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9965
9966 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9967 mailbox specifications as well as URLs.
9968 (rmail-insert-inbox-text): Remove unused conditional branches.
9969
9970 2005-04-01 Jay Belanger <belanger@truman.edu>
9971
9972 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9973 (calc-gnuplot-print-command): Move definitions to calc.el.
9974
9975 * calc/calc-embed.el (calc-embedded-announce-formula)
9976 (calc-embedded-open-formula, calc-embedded-close-formula)
9977 (calc-embedded-open-word, calc-embedded-close-word)
9978 (calc-embedded-open-plain, calc-embedded-close-plain)
9979 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9980 (calc-embedded-open-mode, calc-embedded-close-mode):
9981 Move definitions to calc.el.
9982
9983 * calc/calc.el (calc-settings-file, calc-language-alist):
9984 Make customizable.
9985 (calc-embedded-announce-formula, calc-embedded-open-formula)
9986 (calc-embedded-close-formula, calc-embedded-open-word)
9987 (calc-embedded-close-word, calc-embedded-open-plain)
9988 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9989 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9990 (calc-embedded-close-mode, calc-gnuplot-name)
9991 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9992 from other files and make customizable.
9993
9994 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9997 Use buffer-live-p.
9998 (cvs-mode-run): Don't call cvs-update-header here.
9999 (cvs-run-process): Call cvs-update-header.
10000 Use process properties for cvs-postprocess and cvs-buffer so that
10001 the sentinel can behave better if the temp buffer is killed.
10002 Use a pipe rather than a tty, to better handle unexpected prompts.
10003 (cvs-sentinel): Rewrite. Call cvs-update-header.
10004
10005 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10006
10007 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10008 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10009
10010 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * generic.el (define-generic-mode): Add indentation rule.
10013
10014 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10015
10016 * files.el (mode-require-final-newline): Make Custom correctly
10017 report a nil value and allow to set it to nil via Custom.
10018 Doc fix.
10019
10020 2005-04-01 Kenichi Handa <handa@m17n.org>
10021
10022 * international/characters.el: Enable the correct case setting for
10023 dotless-i and dotted-I.
10024
10025 2005-04-01 Kim F. Storm <storm@cua.dk>
10026
10027 * ido.el (ido-file-internal): Fall back to non-ido command if
10028 initial directory is on slow ftp (or tramp) host.
10029
10030 2005-03-31 Richard M. Stallman <rms@gnu.org>
10031
10032 * emacs-lisp/autoload.el (make-autoload):
10033 Handle define-global-minor-mode.
10034
10035 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10036 Rename from easy-mmode-define-global-mode.
10037 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10038
10039 * progmodes/scheme.el (scheme-mode-syntax-table):
10040 Update syntax of | and # for two-character comment syntax.
10041
10042 2005-03-31 Lute Kamstra <lute@gnu.org>
10043
10044 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10045 (define-minor-mode): Call custom-current-group at load-time.
10046
10047 * generic.el (define-generic-mode): Add debug declaration.
10048 Add defcustom for the mode hook.
10049 (generic-mode-internal): Use run-mode-hooks.
10050
10051 2005-03-31 Kim F. Storm <storm@cua.dk>
10052
10053 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10054 (mouse-fixup-help-message): New defun called by show_help_echo
10055 to fixup mouse-2 prefix in help messages when applicable.
10056
10057 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10058
10059 2005-03-31 Kenichi Handa <handa@m17n.org>
10060
10061 * language/thai-word.el (thai-find-word-ends): Pay attention to
10062 the case that we reach the end of buffer.
10063
10064 * textmodes/fill.el (fill-text-properties-at): New function.
10065 (fill-newline): Use fill-text-properties-at instead of
10066 text-properties-at.
10067
10068 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10069
10070 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10071 not comint-quote-filename.
10072
10073 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10074
10075 * help-fns.el (help-with-tutorial): Revert last change.
10076
10077 2005-03-31 Kim F. Storm <storm@cua.dk>
10078
10079 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10080
10081 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10082
10083 * calendar/cal-china.el: Update reference to "Calendrical
10084 Calculations" book; there's a new edition.
10085 * calendar/cal-coptic.el: Likewise.
10086 * calendar/cal-french.el: Likewise.
10087 * calendar/cal-hebrew.el: Likewise.
10088 * calendar/cal-islam.el: Likewise.
10089 * calendar/cal-iso.el: Likewise.
10090 * calendar/cal-julian.el: Likewise.
10091 * calendar/cal-mayan.el: Likewise.
10092 * calendar/cal-persia.el: Likewise.
10093 * calendar/calendar.el: Likewise.
10094 * calendar/holidays.el: Likewise.
10095 * calendar/lunar.el: Likewise.
10096 * calendar/solar.el: Likewise.
10097
10098 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10099 white space from doc string.
10100
10101 2005-03-30 Jay Belanger <belanger@truman.edu>
10102
10103 * calc/calc-help.el (calc-full-help): Remove email address.
10104
10105 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10106
10107 * help-fns.el (help-with-tutorial): Delete title line.
10108
10109 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10110
10111 * calendar/cal-x.el (calendar-one-frame-setup)
10112 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10113 rather than 'symbol for set-window-dedicated-p.
10114
10115 * calendar/appt.el (appt-buffer-name): Make it a constant.
10116 (appt-add): Doc fix.
10117
10118 * filesets.el (filesets-menu-path, filesets-menu-before)
10119 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10120 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10121 (filesets-add-submenu): Delete and use add-submenu instead.
10122
10123 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10124
10125 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10126 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10127 (org-diary-default-entry): New function.
10128 (org-get-entries-from-diary): Better parsing of diary entries.
10129 (org-agenda-check-no-diary): New function.
10130 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10131 linking to diary entries.
10132 (org-agenda-execute-calendar-command): New function.
10133 (org-agenda): Improve visible section in window.
10134 Use `org-fit-agenda-window'.
10135 (org-fit-agenda-window): New option.
10136 (org-move-subtree-down): Better handling of empty lines
10137 at end of subtree.
10138 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10139 levels up.
10140 (org-fontify-done-headline): New option.
10141 (org-headline-done-face): New face.
10142 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10143 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10144 When current field is non-empty, it is copied to next row.
10145 (org-table-copy-from-above): Fix bug which made it
10146 impossible to copy fields containing only a single non-white character.
10147
10148 2005-03-30 Kim F. Storm <storm@cua.dk>
10149
10150 * kmacro.el (kmacro-end-macro): Isearch may store this command
10151 into the macro -- so ignore it when executing keyboard macro.
10152
10153 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10154
10155 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10156
10157 2005-03-29 Kenichi Handa <handa@m17n.org>
10158
10159 * language/thai.el ("Thai"): Set setup-function and exit-function
10160 for Thai language environment.
10161
10162 * language/thai-util.el: Require thai-word.
10163 (thai-word-mode-map): New variable.
10164 (thai-word-mode): New minor mode.
10165 (setup-thai-language-environment-internal): New function.
10166 (exit-thai-language-environment-internal): New function.
10167
10168 * language/thai-word.el (thai-word-table): Declare it by defvar,
10169 use dolist to initialize it.
10170 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10171 (thai-fill-find-break-point): New functions.
10172
10173 2005-03-29 Richard M. Stallman <rms@gnu.org>
10174
10175 * simple.el (idle-update-delay): Move definition up.
10176 (set-mark): Doc fix.
10177
10178 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10179
10180 * longlines.el: New file.
10181
10182 * simple.el (buffer-substring-filters): New variable.
10183 (filter-buffer-substring): New function.
10184 (kill-region, copy-region-as-kill): Use it.
10185
10186 * register.el (copy-to-register, append-to-register)
10187 (prepend-to-register): Use filter-buffer-substring.
10188
10189 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10190
10191 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10192 (gud-filter-pending-text): Move in front of gdb.
10193 (gud-overlay-arrow-position): New variable.
10194 (gud-sentinel, gud-display-line): Use it in place of
10195 overlay-arrow-position.
10196
10197 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10198
10199 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10200 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10201 (fortran-font-lock-keywords-4): New variable.
10202 (fortran-blocks-re, fortran-end-block-re)
10203 (fortran-start-block-re): New constants, for hideshow.
10204 (hs-special-modes-alist): Add a Fortran entry.
10205 (fortran-mode-map): Bind fortran-end-of-block,
10206 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10207 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10208 (fortran-looking-at-if-then, fortran-end-of-block)
10209 (fortran-beginning-of-block): New functions, for hideshow.
10210
10211 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10212 Doc fix. Tweak regexp.
10213 (f90-beginning-of-block): Push mark first.
10214
10215 2005-03-29 Jay Belanger <belanger@truman.edu>
10216
10217 * calc/calc.el: Update copyright date.
10218 (calc-version): Increase to 2.1.
10219 (calc-version-date): Remove.
10220
10221 * calc/calc-help.el: Update copyright date.
10222 (calc-full-help): Remove reference to calc-version-date.
10223 Update copyright date.
10224
10225 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * vc.el (vc-do-command): Use a pipe for async processes, so password
10228 prompts don't show up at places where the user can't reply.
10229
10230 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10231
10232 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10233 on the file name we pass to the inferior shell.
10234
10235 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10236
10237 * progmodes/which-func.el (which-function): Be robust in the face of an
10238 imenu--make-index-alist failure.
10239
10240 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10243
10244 * progmodes/python.el (python-preoutput-filter): Fix last change.
10245
10246 2005-03-29 Lute Kamstra <lute@gnu.org>
10247
10248 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10249 functions and compiled macros.
10250 (debug-convert-byte-code): Handle macros too.
10251 (debug-on-entry-1): Don't signal an error when trying to clear a
10252 function that is not set to debug on entry.
10253
10254 2005-03-29 Jay Belanger <belanger@truman.edu>
10255
10256 * calc/calc-lang.el: Add functions to math-function-table
10257 properties of tex and math.
10258
10259 2005-03-29 Kenichi Handa <handa@m17n.org>
10260
10261 * ps-mule.el (ps-mule-plot-string): Translate characters by
10262 ps-print-translation-table.
10263 (ps-mule-begin-job): Call find-charset-region/string with
10264 ps-print-translation-table.
10265 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10266
10267 * ps-print.el (ps-print-translation-table): New variable.
10268 (ps-plot-region): Translate characters by ps-print-translation-table.
10269
10270 2005-03-29 Juri Linkov <juri@jurta.org>
10271
10272 * simple.el (next-error-highlight-timer): New variable.
10273
10274 * progmodes/compile.el (compilation-goto-locus):
10275 Use `next-error-highlight-timer' instead of `sit-for'.
10276
10277 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * mail/supercite.el (sc-mail-field): Use assoc-string.
10280 (sc-get-address): Simplify regexps.
10281
10282 * files.el (minibuffer-with-setup-hook): New macro.
10283 (find-file-read-args): Use it to avoid let-binding
10284 minibuffer-with-setup-hook (which breaks turning on/off
10285 file-name-shadow-mode while in the prompt).
10286
10287 * complete.el (PC-read-include-file-name-internal):
10288 Use test-completion.
10289
10290 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10291
10292 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10293
10294 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * window.el (window-buffer-height): Use count-screen-lines.
10297
10298 * progmodes/python.el (python-preoutput-leftover): New var.
10299 (python-preoutput-filter): Use it.
10300 (python-send-receive): Loop until all the result has been received.
10301
10302 2005-03-28 Juri Linkov <juri@jurta.org>
10303
10304 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10305
10306 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10307 "Recover Crashed Session".
10308 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10309 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10310 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10311 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10312 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10313 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10314 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10315 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10316
10317 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10318 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10319 Ediff Sessions", "Toggle use of separate control buffer frame",
10320 "Use separate frame for Ediff control buffer".
10321
10322 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10323 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10324 "Rename Bookmark", "Delete Bookmark".
10325
10326 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10327 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10328 Add `:active Info-index-alternatives' to "Next Matching Item".
10329
10330 * wdired.el (wdired-change-to-wdired-mode):
10331 Mention `wdired-abort-changes' key in the initial message.
10332
10333 * international/mule.el (auto-coding-alist): Associate non-ascii
10334 image filename extensions with `no-conversion'.
10335
10336 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * international/iso-acc.el:
10339 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10340
10341 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10342
10343 * textmodes/sgml-mode.el (html-mode): Doc update.
10344
10345 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10346
10347 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10348
10349 * term.el (term-move-columns): Fix face after extending a line.
10350 (term-insert-spaces): Likewise.
10351 (term-reset-terminal): Fix off by one error.
10352
10353 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10354
10355 * international/mule.el (auto-coding-alist): Add .xpi files.
10356
10357 * files.el (auto-mode-alist): Add .xpi files.
10358
10359 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10360
10361 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10362
10363 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10364
10365 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10366
10367 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10368
10369 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10370 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10371
10372 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10373 cursor to Jan 1 when needed.
10374 (calendar-end-of-year): Fix -/+ typo.
10375 Reported by Chong Yidong <cyd@stupidchicken.com>.
10376
10377 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10380
10381 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10382 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10383
10384 2005-03-25 Richard M. Stallman <rms@gnu.org>
10385
10386 * filesets.el (filesets-init): Add autoload.
10387
10388 * mail/mailalias.el (mail-directory): Doc fix.
10389
10390 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10391
10392 * mail/mailalias.el (mail-directory-process): Do nothing if
10393 mail-directory-process is an atom.
10394 (mail-get-names): Ignore mail-directory-names if it is an atom.
10395 (mail-directory-process defvar): Doc fix.
10396 (mail-names): Doc fix.
10397
10398 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10399
10400 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10401
10402 2005-03-26 Kenichi Handa <handa@m17n.org>
10403
10404 * international/mule-util.el (detect-coding-with-priority):
10405 Call update-coding-systems-internal before detect-coding-region.
10406
10407 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10408
10409 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10410 (gdb-frames-mode-map): Add follow-link property.
10411
10412 2005-03-25 Jay Belanger <belanger@truman.edu>
10413
10414 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10415 for variables.
10416
10417 2005-03-25 Juri Linkov <juri@jurta.org>
10418
10419 * image-mode.el: Optimize image filename extension regexps in
10420 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10421 in `auto-mode-alist'.
10422 (image-mode): Add `image-toggle-display-text' to local hook
10423 `change-major-mode-hook'. Display the image as an image by
10424 default. Set `cursor-type' and `truncate-lines' if the image
10425 is already displayed. Take into account the current mode (image
10426 or text) in message.
10427 (image-minor-mode): New minor mode.
10428 (image-mode-maybe, image-toggle-display-text): New functions.
10429 (image-toggle-display): Use called-interactively-p.
10430 Let-bind `inhibit-read-only' to t.
10431
10432 * image-mode.el (image-minor-mode): Set `cursor-type' and
10433 `truncate-lines' if the image is already displayed. Add turning
10434 image-minor-mode off to `change-major-mode-hook'. Add message.
10435 Call `image-toggle-display-text' after turning image-minor-mode off.
10436
10437 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10440 Terminal.app, use utf-8.
10441 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10442 (set-locale-environment): Use it.
10443
10444 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10445
10446 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10447
10448 * progmodes/python.el (python-close-block-statement-p)
10449 (python-outdent-p, python-current-defun): Use symbol-end.
10450
10451 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10452
10453 * files.el (save-some-buffers): Doc fix.
10454
10455 2005-03-25 Werner Lemberg <wl@gnu.org>
10456
10457 * complete.el, thumbs.el: Replace `legal' with `valid'.
10458 * calendar/calendar.el: Replace `legal' with `valid'.
10459 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10460 * mail/supercite.el: Replace `legal' with `valid'.
10461 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10462 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10463 Replace `legal' with `valid'.
10464 * textmodes/reftex-vars.el, textmodes/reftex.el:
10465 Replace `legal' with `valid'.
10466
10467 2005-03-25 Werner Lemberg <wl@gnu.org>
10468
10469 * calc/calc-forms.el, calc/calc-sel.el:
10470 * midnight.el, vc-cvs.el:
10471 * emacs-lisp/cl-macs.el:
10472 * emulation/vip.el:
10473 * eshell/esh-io.el, eshell/esh-var.el:
10474 * mail/supercite.el:
10475 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10476 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10477 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10478 * progmodes/sh-script.el, progmodes/xscheme.el:
10479 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10480 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10481 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10482 * textmodes/reftex.el, textmodes/org.el:
10483 Replace `illegal' with `invalid'.
10484
10485 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10488 (flymake-find-buildfile, flymake-find-possible-master-files)
10489 (flymake-check-include, flymake-parse-line): Replace loops over the
10490 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10491
10492 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10493 Substitute file-name-as-directory in the rest of the file.
10494 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10495 (flymake-replace-region): Remove unused arg `buffer'.
10496 (flymake-check-patch-master-file-buffer): Update calls to it.
10497 (flymake-add-err-info): Remove unused var `count'.
10498 (flymake-mode): Use define-minor-mode.
10499
10500 * progmodes/flymake.el: Use with-current-buffer.
10501 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10502 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10503 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10504 Avoid testing for `xemacs'.
10505 (flymake-nop): Move.
10506 (flymake-region-has-flymake-overlays): Return the computed value.
10507 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10508 Remove unused var `endline'.
10509 (flymake-get-line-count): Remove unused function.
10510 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10511
10512 * emulation/vi.el:
10513 * generic.el:
10514 * hilit-chg.el (global-highlight-changes):
10515 * hi-lock.el (hi-lock-mode):
10516 * follow.el: find-file-hooks -> find-file-hook.
10517
10518 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10519
10520 2005-03-24 Juri Linkov <juri@jurta.org>
10521
10522 * dired.el (dired-mode-map): Add menu item "Compare directories"
10523 for dired-compare-directories.
10524
10525 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10526 Doc fix. Replace `read-file-name' with `read-directory-name'.
10527
10528 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10531
10532 2005-03-24 Jay Belanger <belanger@truman.edu>
10533
10534 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10535 relevant mode settings in calc-embedded-original-modes when modes
10536 are permanently changed.
10537
10538 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10539
10540 * autoinsert.el: find-file-hooks -> find-file-hook.
10541
10542 2005-03-24 Lute Kamstra <lute@gnu.org>
10543
10544 * generic.el (generic-font-lock-defaults): Make it obsolete.
10545 (generic-font-lock-keywords): New variable to replace
10546 generic-font-lock-defaults.
10547 (generic-mode-set-font-lock): Delete it.
10548 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10549 (generic-bracket-support): Add docstring.
10550
10551 * generic-x.el: Rename generic-font-lock-defaults to
10552 generic-font-lock-keywords throughout.
10553 (mailagent-rules-setup-function): Delete it.
10554 (mailagent-rules-generic-mode): Use anonymous function instead.
10555 (show-tabs-generic-mode-font-lock-defaults-1)
10556 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10557 Quote faces.
10558 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10559 not foreground.
10560
10561 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10562 Recognize define-generic-mode.
10563
10564 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10565
10566 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10567 if there's no completion table.
10568
10569 2005-03-23 Miles Bader <miles@gnu.org>
10570
10571 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10572 Remove tty-specific variants, as they're no longer needed.
10573
10574 2005-03-23 Lute Kamstra <lute@gnu.org>
10575
10576 * generic-x.el: Code cleanup: make args constant whenever possible.
10577 (installshield-statement-keyword-list)
10578 (installshield-system-functions-list)
10579 (installshield-system-variables-list, installshield-types-list)
10580 (installshield-funarg-constants-list): Make them constants.
10581
10582 * generic.el (generic-make-keywords-list): Add autoload cookie.
10583
10584 * calendar/time-date.el: Add comment on time value formats.
10585 Don't require parse-time.
10586 (with-decoded-time-value): New macro.
10587 (encode-time-value): New function.
10588 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10589 (days-to-time): Return a valid time value when arg is huge.
10590 (time-since): Use time-subtract.
10591 (time-to-number-of-days): Use time-to-seconds.
10592
10593 2005-03-23 David Ponce <david@dponce.com>
10594
10595 * recentf.el: (recentf-keep): New option.
10596 (recentf-menu-action): Default to `find-file'.
10597 (recentf-keep-non-readable-files-flag)
10598 (recentf-keep-non-readable-files-p)
10599 (recentf-file-readable-p, recentf-find-file)
10600 (recentf-cleanup-remote): Remove.
10601 (recentf-include-p): More robust.
10602 (recentf-keep-p): New function.
10603 (recentf-remove-if-non-kept): Rename from
10604 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10605 All callers updated.
10606 (recentf-menu-items-for-commands): Fix help string.
10607 (recentf-track-closed-file): Update. Doc fix.
10608 (recentf-cleanup): Update. Count removed files. Doc fix.
10609
10610 2005-03-23 Kim F. Storm <storm@cua.dk>
10611
10612 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10613 Don't inherit from fringe face (now happens automatically).
10614
10615 2005-03-22 Kim F. Storm <storm@cua.dk>
10616
10617 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10618 position values.
10619
10620 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * menu-bar.el (showhide-date-time): Remove.
10623 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10624 (menu-bar-make-mm-toggle): Simplify.
10625
10626 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10627
10628 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10629 Accept qualified variable and function names.
10630
10631 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10632
10633 * bindings.el (completion-ignored-extensions):
10634 Remove ".lis" for `vax-vms'.
10635
10636 2005-03-22 Andreas Schwab <schwab@suse.de>
10637
10638 * generic-x.el: Revert last change.
10639 * ldefs-boot.el: Update.
10640
10641 2005-03-22 Jay Belanger <belanger@truman.edu>
10642
10643 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10644 (calc-embedded-save-original-modes)
10645 (calc-embedded-restore-original-modes): New functions.
10646 (calc-do-embedded): Save original modes when entering embedded mode
10647 and restore when leaving embedded mode.
10648 (calc-embedded-modes-change): Change the value of
10649 calc-embedded-original-modes to reflect permanent changes.
10650
10651 2005-03-22 Lute Kamstra <lute@gnu.org>
10652
10653 * generic-x.el: Require generic again.
10654
10655 2005-03-22 Miles Bader <miles@gnu.org>
10656
10657 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10658 Tweak details to look good on both ttys and bitmap displays, light
10659 or dark background, etc.
10660
10661 2005-03-21 Kim F. Storm <storm@cua.dk>
10662
10663 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10664 mouse position.
10665
10666 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 * icomplete.el: Don't forcibly turn on the mode upon load.
10669 (icomplete-mode): Use define-minor-mode.
10670 (icomplete-eoinput): Default to nil.
10671 (icomplete-minibuffer-setup): Remove autoload.
10672 (icomplete-tidy): Simplify.
10673 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10674 in the initial state or if the user has modified the field.
10675 Fix handling of icomplete-max-delay-chars.
10676 Remove code that handles the oddball case where
10677 minibuffer-completion-table is an integer.
10678 Wrap icomplete-completions in while-no-input in case building
10679 completions takes more time than expected.
10680 (icomplete-completions): Simplify.
10681
10682 2005-03-21 Richard M. Stallman <rms@gnu.org>
10683
10684 * jka-compr.el (jka-compr-really-do-compress):
10685 Make variable buffer-local.
10686
10687 * image-mode.el: Handle .xpm files too.
10688 (image-toggle-display): Preserve modification flag.
10689
10690 * help.el (where-is): Don't mention aliases with no key bindings.
10691
10692 2005-03-21 Lute Kamstra <lute@gnu.org>
10693
10694 * generic.el: Fix commentary section. Don't require cl for
10695 compilation.
10696 (generic-mode-list): Add autoload cookie.
10697 (generic-use-find-file-hook, generic-lines-to-scan)
10698 (generic-find-file-regexp, generic-ignore-files-regexp)
10699 (generic-mode, generic-mode-find-file-hook)
10700 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10701 (define-generic-mode): Make it a defmacro. Fix docstring.
10702 (generic-mode-internal): Code cleanup. Add autoload cookie.
10703 (generic-mode-set-comments): Code cleanup.
10704 * generic-x.el: Don't prevent compilation. Don't require generic.
10705 Follow coding conventions. Minor code cleanup.
10706 (etc-fstab-generic-mode): Add some keywords.
10707 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10708 define-generic-mode like a function declaration.
10709
10710 2005-03-21 Jay Belanger <belanger@truman.edu>
10711
10712 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10713 changing modes.
10714
10715 2005-03-21 Sam Steingold <sds@gnu.org>
10716
10717 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10718
10719 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10720
10721 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10722 Add underscore to "f$ lexicals" regexp.
10723
10724 2005-03-20 Juri Linkov <juri@jurta.org>
10725
10726 * subr.el (progress-reporter-do-update): When `min-value' is equal
10727 to `max-value', set `percentage' to 0 and prevent division by zero.
10728
10729 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10730
10731 Sync with Tramp 2.0.48.
10732
10733 * net/tramp.el (all): Change all addresses to .gnu.org.
10734 (tramp-append-tramp-buffers): New defun.
10735 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10736 Catch `dont-send' signal.
10737 (tramp-set-auto-save-file-modes): Set always permissions, because
10738 there might be an old auto-saved file belonging to another
10739 original file. This could be a security threat. Reported by
10740 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10741 Check for Emacs 21.3.50 removed.
10742
10743 * net/tramp-smb.el (all): Remove debug construct for
10744 `with-parsed-tramp-file-name'.
10745 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10746 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10747 No error message if DIRECTORY or FILENAME doesn't exist.
10748 (tramp-smb-open-connection): Check existence of
10749 `tramp-smb-program'.
10750
10751 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10754 Properly handle the case where the `m' or `s' command's argument is not
10755 yet terminated.
10756 (perl-indent-new-calculate): New function.
10757 (perl-indent-line): Use it.
10758
10759 2005-03-20 Miles Bader <miles@gnu.org>
10760
10761 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10762 in text-mode too. Change to new face names.
10763 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10764 Add `:weight bold' attribute.
10765 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10766
10767 2005-03-19 Juri Linkov <juri@jurta.org>
10768
10769 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10770
10771 * international/mule.el (auto-coding-alist): Sync with
10772 `auto-mode-alist' by adding upper case archive file extensions
10773 and adding ear/war to jar extension.
10774
10775 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10776
10777 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10778 running, restart it.
10779
10780 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10781
10782 * finder.el (finder-current-item): Throw an error on an empty line.
10783
10784 * man.el (Man-follow-manual-reference): If current-word returns
10785 nil, use "".
10786
10787 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10788
10789 * simple.el (goto-line): Doc fix.
10790
10791 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10792
10793 * files.el (save-buffer): Doc fix.
10794
10795 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10796
10797 * recentf.el (recentf-cleanup-remote): New variable.
10798 (recentf-cleanup): Use it to conditionally check availability of
10799 remote files.
10800
10801 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10802
10803 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10804 function names.
10805
10806 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10807
10808 * language/thai-word.el: New file.
10809
10810 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10811
10812 * files.el (backup-buffer): If the file's directory is not
10813 writable, use copy instead of move to backup the file.
10814
10815 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10816
10817 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10818
10819 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10820
10821 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10822 Use functionp instead of symbolp and fboundp. Reported by Drkm
10823 <darkman_spam@yahoo.fr>.
10824 (ps-print-version): New version 6.6.6.
10825
10826 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10827
10828 * textmodes/table.el (table--line-column-position): New idiom.
10829 (table--row-column-insertion-point-p): New function to test
10830 validity of row and column insertion operation at a location.
10831 (table-global-menu, table-cell-menu): Use above functions for
10832 deterministic test operation.
10833 (table--editable-cell-p): Behave in deterministic fashion.
10834
10835 2005-03-18 Juri Linkov <juri@jurta.org>
10836
10837 * isearch.el (isearch-lazy-highlight-new-loop):
10838 Make arguments beg and end optional.
10839 (isearch-update): Remove optional arguments nil from
10840 isearch-lazy-highlight-new-loop.
10841 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10842 isearch-lazy-highlight-case-fold-search instead of
10843 isearch-case-fold-search, and let-bind isearch-regexp to
10844 isearch-lazy-highlight-regexp.
10845 Use isearch-lazy-highlight-last-string instead of isearch-string.
10846
10847 * replace.el (perform-replace): Remove bindings of global
10848 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10849 Add three new arguments to `replace-highlight'.
10850 (replace-highlight): Add arguments string, regexp, case-fold.
10851 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10852 to allow isearch-lazy-highlight-new-loop to use these values
10853 to set corresponding isearch-lazy-highlight-* internal
10854 variables whose values lazy highlighting will use regardless of
10855 changes to global variables isearch-string, isearch-regexp,
10856 isearch-case-fold-search during lazy highlighting loop.
10857 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10858 to `lazy-highlight-cleanup'.
10859
10860 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10861 (ispell-highlight-face): Set default face to `isearch' when
10862 lazy highlighting is enabled.
10863 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10864 priority to 1. Add lazy highlighting.
10865 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10866 from `isearch-dehighlight'.
10867
10868 2005-03-18 David Ponce <david@dponce.com>
10869
10870 * files.el (hack-local-variables): Do a case-insensitive search
10871 for End.
10872
10873 2005-03-18 Juri Linkov <juri@jurta.org>
10874
10875 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10876 `isearch-lazy-highlight-cleanup', add alias to old name and
10877 declare obsolete. Add release numbers to other obsolete vars.
10878 (isearch-done, isearch-lazy-highlight-new-loop):
10879 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10880 (lazy-highlight-cleanup) <variable>: Doc fix.
10881 (isearch-lazy-highlight-update): Rename obsolete
10882 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10883
10884 2005-03-18 Kenichi Handa <handa@m17n.org>
10885
10886 * language/thai-util.el: Fix categorization of Thai characters in
10887 thai-category-table.
10888 (thai-composition-pattern): Adjust it for the above change.
10889 (thai-self-insert-command, thai-compose-syllable): New functions.
10890 (thai-compose-region): Use thai-compose-syllable.
10891 (thai-compose-string): Likewise.
10892 (thai-composition-function): Likewise.
10893 (thai-auto-composition): New function.
10894 (thai-auto-composition-mode): New minor mode.
10895
10896 * language/thai.el: Fix patterns to be registered in
10897 composition-function-table.
10898
10899 * international/quail.el (quail-input-method): Locally bind
10900 inhibit-modification-hooks to t.
10901
10902 2005-03-17 Richard M. Stallman <rms@gnu.org>
10903
10904 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10905 (perl-mode): Use run-mode-hooks.
10906
10907 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10908 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10909 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10910
10911 * mail/sendmail.el (sendmail-send-it): Reenable the code
10912 to compute resend-to-address and use it.
10913
10914 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10915
10916 * image-mode.el: New file.
10917
10918 * image.el (insert-sliced-image): Add autoload cookie.
10919
10920 * font-lock.el (font-lock-lines-before): New user option.
10921 (font-lock-after-change-function): Obey it.
10922
10923 * bindings.el (esc-map): Make M-g a prefix.
10924 Bind M-g g and M-g M-g to goto-line.
10925
10926 * faces.el (face-id): Doc fix.
10927
10928 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10929
10930 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10931 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10932 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10933
10934 * mail/sendmail.el (mail-yank-ignored-headers)
10935 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10936 Add Mail-Followup-To and Mail-Reply-To headers.
10937 (mail-citation-hook): Add autoload cookie.
10938 (mail-mode): Doc fix.
10939 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10940 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10941 (mail-mode-fill-paragraph): Handle those headers.
10942 (mail-mailing-lists): New variable.
10943 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10944
10945 2005-03-17 Juri Linkov <juri@jurta.org>
10946
10947 * isearch.el (isearch-fallback): Check for `(car previous)'
10948 before calling `isearch-other-end-state'.
10949
10950 2005-03-17 Kim F. Storm <storm@cua.dk>
10951
10952 * simple.el (move-beginning-of-line): Move to beginning of buffer
10953 line, as well as beginning of screen line.
10954
10955 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10956
10957 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10958 argument REDRAW rather than calendar-redrawing variable.
10959 * calendar/calendar.el (calendar-redrawing): Delete.
10960 (redraw-calendar): Do not bind calendar-redrawing.
10961
10962 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10963
10964 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10965 diary-file buffer.
10966
10967 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10968
10969 * help.el (describe-mode): Allow a :minor-mode-function property to
10970 specify a different minor mode toggle function than the variable.
10971 * simple.el (auto-fill-function):
10972 * subr.el (add-minor-mode): Use it.
10973
10974 2005-03-16 Kenichi Handa <handa@m17n.org>
10975
10976 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10977 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10978 (ethio-fidel-to-sera-buffer): Likewise.
10979
10980 2005-03-16 Juri Linkov <juri@jurta.org>
10981
10982 * emacs-lisp/find-func.el (find-function-regexp):
10983 Add defun-emitting macro `menu-bar-make-toggle'.
10984
10985 * isearch.el: Put `isearch-scroll' property to
10986 `split-window-horizontally'.
10987
10988 * info.el: Update error messages for `debug-ignored-errors'.
10989 (Info-isearch-search): Doc fix.
10990 (Info-find-node): Move up code to go into info buffer before
10991 recording the node to the history.
10992 (Info-fontify-node): Fontify titles only if the next line
10993 has two or more `*', `=', `-', `.'.
10994 Display "go to this node" for empty (match-string 3).
10995
10996 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10997
10998 * term/mac-win.el: Add mouse pointer shape constants.
10999
11000 2005-03-15 Kim F. Storm <storm@cua.dk>
11001
11002 * simple.el (move-beginning-of-line): Use vertical-motion.
11003
11004 2005-03-15 Juri Linkov <juri@jurta.org>
11005
11006 * isearch.el (isearch-error): New variable.
11007 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11008 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11009 (isearch-within-brackets-state): Remove.
11010 (isearch-case-fold-search-state, isearch-pop-fun-state):
11011 Decrease frame index.
11012 (isearch-mode, isearch-top-state, isearch-push-state)
11013 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11014 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11015 (isearch-search, isearch-lazy-highlight-new-loop):
11016 Replace `isearch-invalid-regexp' with `isearch-error'.
11017 Remove `isearch-within-brackets'.
11018 (isearch-search): Add `search-failed' handler to `condition-case'.
11019 (isearch-lazy-highlight-search): Add `condition-case' to catch
11020 errors and allow `isearch-lazy-highlight-update' to try
11021 highlighting from the beginning of the window.
11022 (isearch-repeat): Move up code to set isearch-wrapped to t
11023 before calling isearch-wrap-function.
11024
11025 * info.el (Info-isearch-initial-node): New internal variable.
11026 (Info-search): Signal an error in isearch mode when search leaves
11027 the initial node. Signal an error when `bound' is non-nil and
11028 nothing was found in the current subfile.
11029 (Info-isearch-search): Remove `condition-case'.
11030 (Info-isearch-wrap): Don't wrap when search failed during leaving
11031 the initial node. If `Info-isearch-search' is nil, wrap around
11032 the current node.
11033 (Info-isearch-start): New fun.
11034 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11035 `isearch-mode-hook'.
11036
11037 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11038
11039 * simple.el (normal-erase-is-backspace): Set default to t if
11040 running on Mac.
11041
11042 * term/mac-win.el (function-key-map): Sync with x-win.el.
11043
11044 2005-03-15 Kenichi Handa <handa@m17n.org>
11045
11046 * international/mule-cmds.el (locale-language-names): Modify the
11047 format of elements and add more entries.
11048 (locale-preferred-coding-systems): Add more entries.
11049 (set-locale-environment): Adjust for the change of
11050 locale-language-names.
11051
11052 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11053
11054 * pcvs.el (smerge-ediff): Remove bogus autoload.
11055
11056 2005-03-14 Lute Kamstra <lute@gnu.org>
11057
11058 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11059 Ignore a `*' at the beginning of a line.
11060
11061 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11062 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11063 subr.el.
11064 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11065 to specify indentation.
11066
11067 * generic.el (define-generic-mode): Let generic-mode-list be a
11068 list of strings; test membership with equal.
11069
11070 2005-03-14 Kim F. Storm <storm@cua.dk>
11071
11072 * simple.el (next-line, previous-line): Add optional try-vscroll
11073 arg to recognize interactive use. Pass it on to line-move.
11074 (line-move): Don't perform auto-window-vscroll when defining or
11075 executing keyboard macro to ensure consistent behavior.
11076
11077 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11078
11079 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11080
11081 2005-03-13 Lute Kamstra <lute@gnu.org>
11082
11083 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11084 debugger-setup-buffer so that backtrace marks the frames set to
11085 debug-on-exit and we don't have to do it manually. Set an extra
11086 debug-on-exit for macro's.
11087 (debugger-setup-buffer): Don't mark the top frame manually.
11088
11089 2005-03-12 Lute Kamstra <lute@gnu.org>
11090
11091 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11092 lisp-indent-function throughout.
11093 (with-no-warnings): Set lisp-indent-function property.
11094
11095 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11096
11097 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11098 Add entry for backslash.
11099
11100 2005-03-12 Juri Linkov <juri@jurta.org>
11101
11102 * info.el (Info-search): Four fixes for backward search.
11103
11104 2005-03-11 Jay Belanger <belanger@truman.edu>
11105
11106 * calc/calc.el (calc-language-alist): New variable.
11107 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11108 (calc-embedded-find-modes): Use calc-language-alist instead of
11109 calc-embedded-language-alist.
11110
11111 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11112
11113 * calendar/calendar.el (calendar-redrawing): New internal
11114 variable.
11115 (redraw-calendar): Remove bogus save-excursion from previous
11116 change. Bind calendar-redrawing to t for mark-diary-entries.
11117 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11118 calendar if that is why we were called.
11119
11120 2005-03-11 Kenichi Handa <handa@m17n.org>
11121
11122 * international/mule.el (make-coding-system): Set property
11123 coding-system-define-form to nil.
11124 (define-coding-system-alias): Likewise.
11125
11126 2005-03-11 Kenichi Handa <handa@m17n.org>
11127
11128 These changes are suggested by Dave Love <fx@gnu.org>.
11129
11130 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11131 coding: tag.
11132 (adaptive-fill-regexp): Add more bullets.
11133 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11134 regexps.
11135
11136 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * help.el (describe-mode): Properly handle non-trivial lighters.
11139 Don't ignore minor modes that are not listed in minor-mode-list.
11140
11141 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11142 feature ON when the user requests to turn it OFF.
11143
11144 2005-03-10 Lute Kamstra <lute@gnu.org>
11145
11146 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11147 (implement-debug-on-entry): New function to replace debug-entry-code.
11148 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11149 second argument as the 2005-03-07 change makes it obsolete.
11150 (debug-on-entry, cancel-debug-on-entry): Update call to
11151 debug-on-entry-1.
11152 (debug, debugger-setup-buffer): Comment update.
11153 (debugger-frame-number): Update to work with implement-debug-on-entry.
11154
11155 2005-03-10 Jay Belanger <belanger@truman.edu>
11156
11157 * calc/calc-embed.el (math-ms-args): Declare it.
11158 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11159 math-ms-args.
11160 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11161 variables.
11162
11163 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11164
11165 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11166 Use message-box.
11167
11168 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11169 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11170 (tooltip-gud-tips): Simplify.
11171 (tooltip-gud-tips-p): Remove superfluous :set.
11172 (tooltip-gud-modes): Add fortran-mode.
11173 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11174
11175 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11176
11177 2005-03-09 Kim F. Storm <storm@cua.dk>
11178
11179 * play/animate.el (animate-place-char): Use forward-line instead
11180 of next-line to improve performance.
11181
11182 2005-03-09 Simon Josefsson <jas@extundo.com>
11183
11184 * net/browse-url.el (browse-url-default-browser): Doc fix.
11185
11186 2005-03-09 Miles Bader <miles@gnu.org>
11187
11188 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11189 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11190
11191 2005-03-09 Kenichi Handa <handa@m17n.org>
11192
11193 * international/latin-1.el: Set case and syntax for 255 only if
11194 set-case-syntax-set-multibyte is nil.
11195
11196 * textmodes/ispell.el (ispell-insert-word): New function.
11197 (ispell-word): Use ispell-insert-word to insert a new word.
11198 (ispell-process-line): Likewise.
11199 (ispell-complete-word): Likewise.
11200
11201 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11202
11203 * calendar/calendar.el (redraw-calendar): Preserve point.
11204 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11205 (calendar-week-start-day): Move after definition of
11206 redraw-calendar. Delete buffer test, since redraw-calendar has
11207 that now.
11208
11209 * calendar/diary-lib.el (mark-diary-entries): Only call
11210 redraw-calendar in the first of any recursive calls.
11211 Reported by Alan Shutko <ats@acm.org>.
11212
11213 2005-03-08 Juri Linkov <juri@jurta.org>
11214
11215 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11216 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11217 (html-radio-buttons): Add a space before the trailing `/>' where
11218 sgml-xml-mode is non-nil.
11219 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11220 the subsequent tag of the empty XML tag.
11221 (html-href-anchor): Don't set initial input to "http:".
11222 (html-image): Ask for the image URL and set point inside alt="".
11223 (html-name-anchor): Duplicate the name in the `id' attribute when
11224 sgml-xml-mode is non-nil.
11225 (html-paragraph): Remove \n before <p>.
11226 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11227 instead of `checked' when sgml-xml-mode is non-nil.
11228
11229 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11230 Remove 1 space before #RRGGBB to not truncate it on terminal
11231 windows w/o fringes. Remove 1 space between bg and fg examples
11232 to get more space.
11233 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11234 avoid byte-compile warnings.
11235
11236 * image-file.el (image-file-handler): Put `safe-magic' property to
11237 `image-file-handler'.
11238
11239 * info.el (Info-isearch-search): Emulate word search in
11240 isearching through multiple Info nodes with Info-search.
11241 (Info-isearch-wrap): Allow isearch-word.
11242
11243 2005-03-08 Lute Kamstra <lute@gnu.org>
11244
11245 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11246 stepping into the debugger's code is not possible.
11247 (debugger-jumping-flag): Docstring update.
11248
11249 2005-03-08 Jay Belanger <belanger@truman.edu>
11250
11251 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11252 embedded mode begins.
11253 (calc-embedded-language-alist): New variable.
11254 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11255 set default language mode.
11256
11257 2005-03-08 Kenichi Handa <handa@m17n.org>
11258
11259 * international/ccl.el (define-ccl-program): Fix docstring about
11260 extra 256 bytes assured for the output buffer.
11261
11262 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11263 Fix BUFFER_MAGNIFICATION to 2.
11264 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11265
11266 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11267
11268 * align.el (align-rules-list): Added an alignment rule for CSS
11269 declarations (applies to css-mode and html-mode buffers).
11270
11271 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11274
11275 2005-03-07 Kim F. Storm <storm@cua.dk>
11276
11277 * simple.el (move-beginning-of-line): New command.
11278
11279 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11280
11281 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11282
11283 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11284 and move-beginning-of-line.
11285
11286 * apropos.el (apropos-print): Omit command from M-x ... RET.
11287
11288 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11289
11290 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11291 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11292
11293 2005-03-06 Richard M. Stallman <rms@gnu.org>
11294
11295 * bindings.el (esc-map): Bind M-g to goto-line.
11296
11297 * facemenu.el (global-map): Bind M-o, not M-g.
11298
11299 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11300
11301 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11302 "Open Directory" as for "Open File".
11303
11304 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11305
11306 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11307 (push-mark-command): Run activate-mark-hook.
11308
11309 2005-03-06 Richard M. Stallman <rms@gnu.org>
11310
11311 * help-mode.el (help-mode-finish): Don't alter the element
11312 in view-return-to-alist if there already is one.
11313
11314 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11315 make sure the current buffer is the expected one.
11316
11317 * novice.el (disabled-command-function): Output in *Disabled Command*.
11318 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11319
11320 * textmodes/flyspell.el (flyspell-large-region):
11321 Pass args differently for aspell.
11322
11323 * files.el (mode-require-final-newline): Doc fix.
11324
11325 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11326
11327 * progmodes/which-func.el (which-function):
11328 Specify NOERROR when calling imenu--make-index-alist.
11329
11330 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 * simple.el (normal-erase-is-backspace): Define default value.
11333
11334 * custom.el (custom-theme-set-variables): Remove unused var
11335 `immediate'.
11336 (custom-reevaluate-setting): Simple function to handle variables
11337 that are defined before their default value can really be
11338 computed.
11339
11340 * startup.el (command-line): Use it for temporary-file-directory,
11341 small-emporary-file-directory, auto-save-file-name-transforms,
11342 blink-cursor-mode, and normal-erase-is-backspace.
11343
11344 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11345 progress, even with buggy anchored keywords.
11346
11347 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11348
11349 * simple.el (goto-line): Remove unbalanced final parenthesis.
11350
11351 2005-03-05 Richard M. Stallman <rms@gnu.org>
11352
11353 * simple.el (goto-line): Use a number at point as the default.
11354 With C-u as arg, switch buffers.
11355
11356 2005-03-05 Juri Linkov <juri@jurta.org>
11357
11358 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11359 with `no-blinking-cursor'.
11360
11361 * startup.el (no-blinking-cursor): New defvar.
11362 (command-line): Add `--no-blinking-cursor' to longopts.
11363 Set `no-blinking-cursor' to t for command line arguments
11364 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11365 with `no-blinking-cursor' in the condition for calling
11366 `blink-cursor-mode'.
11367
11368 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11369
11370 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11371 (menu-bar-options-save): Add blink-cursor-mode.
11372 (menu-bar-options-menu): Add blink-cursor-mode.
11373
11374 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11375
11376 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11377 (icalendar-export-file, icalendar-export-region)
11378 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11379 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11380
11381 2005-03-04 Lute Kamstra <lute@gnu.org>
11382
11383 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11384 (debug-function-list): Ditto.
11385
11386 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11387
11388 * textmodes/texinfmt.el (texinfo-append-refill):
11389 Redefine the types of line to which @refill
11390 is not appended by replacing a search for `@refill\\|@bye' with
11391 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11392 itemize@refill' bug and the unfilled long lines bug.
11393 (texinfmt-version): Update number and date.
11394
11395 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11396
11397 * international/code-pages.el (windows-1250, windows-125[2-8])
11398 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11399
11400 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11403 bound yet.
11404
11405 2005-03-02 Romain Francoise <romain@orebokech.com>
11406
11407 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11408 buffer after removing limits.
11409 (ibuffer-pop-filter): Ditto.
11410 Update copyright.
11411
11412 2005-03-02 Miles Bader <miles@gnu.org>
11413
11414 * button.el (make-text-button): If the user doesn't specify a
11415 type, use the default. Rewrite to use `add-text-properties' and
11416 plist functions.
11417
11418 2005-03-01 Lute Kamstra <lute@gnu.org>
11419
11420 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11421 (debugger-jumping-flag): New var.
11422 (debug-entry-code): Use it.
11423 (debugger-jump): Use debugger-jumping-flag and add
11424 debugger-reenable to post-command-hook.
11425 (debugger-reenable): Use debugger-jumping-flag and remove itself
11426 from post-command-hook.
11427 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11428 debugger-reenable.
11429
11430 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11431
11432 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11433 inclusion of "itemize\\|", which may be unnecessary, is certainly
11434 inelegant, and stops refilling in itemize lists when formatting
11435 Japanese Texinfo files to Info.
11436 Update copyright to 2005.
11437
11438 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11439
11440 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11441 of an error if GDB can't find the source file.
11442
11443 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11444
11445 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11446 not just the calendar.
11447
11448 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11449 first.
11450 (diary-redraw-calendar): New function.
11451 (make-diary-entry): Add diary-redraw-calendar to local
11452 write-contents-functions. Turn off selective display before
11453 inserting in diary.
11454
11455 2005-03-01 Kim F. Storm <storm@cua.dk>
11456
11457 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11458
11459 2005-03-01 Lute Kamstra <lute@gnu.org>
11460
11461 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11462 that debug-entry-code can be safely removed from a function while
11463 this code is being evaluated. Revert the 2005-02-27 change as the
11464 new implementation no longer requires it. Make sure that a
11465 function body containing just a string is not mistaken for a docstring.
11466 (debug): Skip one more frame in case of debug on entry.
11467 (debugger-setup-buffer): Delete one more frame line in case of
11468 debug on entry.
11469 (debugger-frame-number): Update to use the new text introduced by
11470 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11471
11472 2005-02-28 Kim F. Storm <storm@cua.dk>
11473
11474 * double.el (double-translate-key): Call force-window-update after
11475 read-event to avoid crash in redisplay.
11476
11477 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11480 (debug): Use it. Move the inhibit-trace earlier.
11481 (debug-entry-code): New const.
11482 (debug-on-entry-1): Use it.
11483
11484 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11485
11486 * international/utf-16.el (ccl-encode-mule-utf-16le):
11487 Fix BUFFER_MAGNIFICATION to 2.
11488 (ccl-encode-mule-utf-16be): Likewise.
11489
11490 2005-02-28 Kenichi Handa <handa@m17n.org>
11491
11492 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11493 Fix BUFFER_MAGNIFICATION to 4.
11494 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11495
11496 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11497
11498 * speedbar.el (speedbar-update-flag): Doc fix.
11499 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11500 argument.
11501
11502 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11505 have a non-nil `invisible' property but are actually visible.
11506
11507 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11508 for perldoc sections.
11509 (perl-outline-regexp, perl-outline-level): New var and function.
11510 (perl-mode): Use them.
11511
11512 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11513
11514 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11515 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11516
11517 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11518
11519 * cus-edit.el: Comment change.
11520 (custom-buffer-create-internal): Slightly reword text at top of
11521 Custom buffers. Mention there that saving an option edits the
11522 init file. Add link to Emacs manual node on `custom-file'.
11523 (custom-magic-alist): Rewrite individual State messages to use
11524 capitalized keywords. Doc fix.
11525
11526 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11527
11528 * calendar/calendar.el (calendar-buffer): Move above
11529 calendar-week-start-day.
11530 (calendar-week-start-day): Doc fix. Add :set function.
11531 (calendar-minimum-window-height): New variable.
11532 (generate-calendar-window): Only resize window if selected-window
11533 is displaying the calendar buffer. Use new variable
11534 calendar-minimum-window-height.
11535 (generate-calendar): Reword error message.
11536 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11537
11538 2005-02-27 Andreas Schwab <schwab@suse.de>
11539
11540 * vc.el (vc-do-command): Don't run command asynchronously when
11541 operating in a remote directory.
11542
11543 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11544 change from sync with Tramp 2.0.47.
11545
11546 2005-02-27 Richard M. Stallman <rms@gnu.org>
11547
11548 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11549
11550 * textmodes/flyspell.el (flyspell-mode-on):
11551 Call ispell-change-dictionary only if necessary.
11552
11553 * emacs-lisp/re-builder.el (regexp-builder): New function.
11554
11555 * register.el (describe-register-1): Explicitly handle
11556 yank-excluded-properties = t.
11557
11558 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11559 (custom-magic-alist): Change the status descriptions again.
11560 (face widget-type): Total rewrite based on `restricted-sexp'
11561 to eliminate the confusing double hiding levels.
11562
11563 * emacs-lisp/debug.el (debug-on-entry-1):
11564 If function body is empty, add nil as body form.
11565
11566 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11567
11568 * emacs-lisp/trace.el (inhibit-trace): New var.
11569 (trace-make-advice): Use it.
11570
11571 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11572
11573 2005-02-26 Kim F. Storm <storm@cua.dk>
11574
11575 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11576 (mouse-on-link-p, mouse-drag-region-1): Use it.
11577
11578 2005-02-25 Lute Kamstra <lute@gnu.org>
11579
11580 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11581
11582 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11583
11584 * frame.el (blink-cursor-mode): Add :group keyword.
11585
11586 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11587
11588 * calendar/icalendar.el (icalendar--decode-isodatetime):
11589 New optional argument DAY-SHIFT.
11590 (icalendar-export-region): Fix coding-system-for-write.
11591 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11592 events by one.
11593
11594 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11597
11598 2005-02-24 Kim F. Storm <storm@cua.dk>
11599
11600 * international/iso-acc.el (iso-accents-compose): Fix crash
11601 during redisplay. Call force-window-update after read-event
11602 and delete-region to signal that window is not accurate.
11603
11604 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11607 Remove unused and inexistent var `inhibit-trace'.
11608 (debugger-mode): Use run-mode-hooks.
11609 (debugger-list-functions): Add buttons; setup xref stack.
11610
11611 2005-02-23 Richard M. Stallman <rms@gnu.org>
11612
11613 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11614 appointment says it was explicitly made.
11615 (appt-add): Set the 3rd element.
11616 (appt-make-list): Preserve explicit appointments.
11617
11618 * subr.el (find-tag-default): Catch errors in forward-sexp.
11619
11620 2005-02-23 Juri Linkov <juri@jurta.org>
11621
11622 * info.el (Info-isearch-search): New defcustom.
11623 (Info-isearch-search): Call the default isearch function
11624 when Info-isearch-search is nil.
11625 (Info-isearch-wrap): Use variable Info-isearch-search.
11626
11627 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11628
11629 * cus-edit.el: Comment change.
11630
11631 2005-02-22 Kim F. Storm <storm@cua.dk>
11632
11633 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11634 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11635
11636 2005-02-22 Simon Josefsson <jas@extundo.com>
11637
11638 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11639 New variable.
11640 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11641 Oskarsson" <myrkraverk@users.sourceforget.net>.
11642
11643 2005-02-22 Kim F. Storm <storm@cua.dk>
11644
11645 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11646 check that window of that event is the selected window.
11647 (mouse-drag-region-1): Compare mouse event window to selected
11648 window before setting point.
11649
11650 * tooltip.el (tooltip-show-help-function): Pass event to
11651 mouse-on-link-p so it can check selected window.
11652
11653 2005-02-22 Kenichi Handa <handa@m17n.org>
11654
11655 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11656 (ps-mule-show-warning): New function.
11657 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11658 characters are found.
11659
11660 * ps-print.el (ps-header-footer-string): Return a list of header
11661 and footer strings.
11662
11663 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11664
11665 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11666
11667 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * frame.el (blink-cursor-mode): Use define-minor-mode.
11670
11671 * term/mac-win.el (function-key-map): Use char-names more consistently.
11672 (file-name-coding-system): Only set it for MacOS-9. The other case is
11673 already handled in mule-cmds.el (where it also works when mac-win.el
11674 is not used).
11675
11676 2005-02-21 Kenichi Handa <handa@m17n.org>
11677
11678 * international/mule.el (ctext-pre-write-conversion): Always use
11679 " *code-converting-work*" buffer for work.
11680
11681 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11682
11683 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11684
11685 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11686
11687 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11688
11689 * ses.el (undo-more): Restore defadvice, but only the part that
11690 allows changes outside the restricted area of the buffer.
11691
11692 2005-02-20 Kim F. Storm <storm@cua.dk>
11693
11694 * simple.el (line-move): Add fourth optional arg try-vscroll which
11695 must be set to perform auto-window-vscroll.
11696 When moving backwards and doing auto-window-vscroll, automatically
11697 vscroll to the last part of lines which are taller than the window.
11698 (next-line, previous-line): Set try-vscroll arg on line-move.
11699
11700 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11701
11702 * replace.el (query-replace, query-replace-regexp)
11703 (replace-string, replace-regexp): When operating on region, make
11704 the minibuffer prompt say so.
11705
11706 * isearch.el (isearch-forward): Document isearch-query-replace and
11707 isearch-query-replace-regexp keybindings.
11708
11709 2005-02-19 Jay Belanger <belanger@truman.edu>
11710
11711 * calc/calc-aent.el (math-read-token): Add local variable.
11712
11713 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11714 (calc-edit-top): Move declaration to earlier in file.
11715 (calc-edit-macro-repeats): Add local variables.
11716
11717 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11718 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11719 calcFunc-tanh.
11720 Adjust integration rule for calcFunc-tan.
11721
11722 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11723
11724 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11725 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11726 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11727 (viper-skip-separators): Bug fix.
11728 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11729 particular major mode.
11730 (viper-del-backward-char-in-replace): Don't put deleted char on the
11731 kill ring.
11732
11733 * viper-ex.el (viper-color-display-p): New function.
11734 (viper-has-face-support-p): Use viper-color-display-p.
11735
11736 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11737
11738 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11739
11740 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11741 (viper-file-remote-p): Make equivalent to file-remote-p.
11742
11743 * viper.el (viper-major-mode-modifier-list):
11744 Use viper-gnus-modifier-map.
11745
11746 2005-02-19 David Kastrup <dak@gnu.org>
11747
11748 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11749 quoting.
11750
11751 2005-02-19 Jay Belanger <belanger@truman.edu>
11752
11753 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11754 Remove extra definitions.
11755 (calc-coth): New function.
11756 (calcFunc-cot): Fix `let'.
11757
11758 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11759
11760 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11761 the reasons we use "type pc" in these faces.
11762
11763 * button.el (button): Ditto.
11764
11765 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11766
11767 * replace.el (query-replace-read-from): Set the value of
11768 query-replace-from-history-variable to handle the case of an empty
11769 string entered to accept the suggested default.
11770
11771 * net/tramp.el (tramp-file-name-for-operation):
11772 Use dired-call-process instead of dired-call-process-command.
11773
11774 2005-02-19 Jay Belanger <belanger@truman.edu>
11775
11776 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11777 (math-div-non-trig): New variables.
11778 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11779 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11780 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11781 trig expressions.
11782
11783 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11784
11785 * progmodes/gdb-ui.el (gdb-var-update-handler)
11786 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11787 for watch expressions,
11788 (gdb-var-create-handler): Don't set speedbar-update-flag.
11789 (gdb-post-prompt): Simplify test for speedbar.
11790
11791 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11792
11793 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11794 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11795 we use the syntax table of the correct buffer.
11796 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11797 Felix Gatzemeier.
11798
11799 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11800 (ediff-file-remote-p): Make synonymous with file-remote-p.
11801 In all deffaces ediff-*-face-*, use min-colors.
11802
11803 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11804 ediff-recurse-to-subdirectories.
11805 (ediff-mark-if-equal): Check that the arguments are strings, use
11806 ediff-same-contents (after to Felix Gatzemeier).
11807
11808 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11809 nil.
11810
11811 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11814
11815 2005-02-18 David Kastrup <dak@gnu.org>
11816
11817 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11818 use `mark-active' when defined.
11819
11820 2005-02-18 Kenichi Handa <handa@m17n.org>
11821
11822 * ps-print.el (ps-font-info-database): New entry
11823 ZapfChancery-MediumItalic with correct font name. Fix font name
11824 of the entry Zapf-Chancery-MediumItalic.
11825
11826 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11827
11828 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11829
11830 2005-02-16 Kim F. Storm <storm@cua.dk>
11831
11832 * ido.el (ido-fallback-command): Pass user input to fallback command.
11833
11834 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11835
11836 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11837 (gdb-find-file-hook): Add server prefix.
11838
11839 2005-02-16 Richard M. Stallman <rms@gnu.org>
11840
11841 * replace.el (perform-replace): Pass new args to replace-highlight.
11842 (replace-highlight): Take region args,
11843 and pass them to isearch-lazy-highlight-new-loop.
11844
11845 * novice.el (disabled-command-hook): Autoload the defalias
11846 and the make-obsolete-variable call.
11847
11848 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11849
11850 * isearch.el (isearch-lazy-highlight-start-limit)
11851 (isearch-lazy-highlight-end-limit): New variables limit
11852 the region for highlighting.
11853 (isearch-lazy-highlight-new-loop): New args BEG and END.
11854 (isearch-lazy-highlight-search): Use the new vars.
11855 (isearch-lazy-highlight-update): Likewise.
11856
11857 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11858
11859 * cus-start.el (all): Use default-boundp.
11860
11861 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11862
11863 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11864
11865 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11866
11867 * autorevert.el (auto-revert-stop-on-user-input)
11868 (auto-revert-verbose): Doc fixes.
11869
11870 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11871
11872 * international/mule-cmds.el (set-locale-environment): Remove call
11873 to set-selection-coding-system on Windows.
11874
11875 2005-02-15 Jay Belanger <belanger@truman.edu>
11876
11877 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11878 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11879 calcFunc-coth.
11880 (math-simplify-sqrt): Add simplifications.
11881
11882 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11883 to list.
11884
11885 * calc/calc-ext.el: Add functions to autoloads.
11886
11887 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11888 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11889 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11890 (math-csc-raw, math-cot-raw): New functions.
11891
11892 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11893
11894 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11895 the variable name in a message.
11896
11897 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11898 calcFunc-csc, calcFunc-cot.
11899
11900 * calc/calcalg2.el: Add derivative and integration rules for
11901 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11902 calcFunc-csch, calcFunc-coth.
11903 (math-do-integral-methods): Add to checks for when to use
11904 substitutions.
11905
11906 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11907
11908 2005-02-15 Lute Kamstra <lute@gnu.org>
11909
11910 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11911 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11912 <monnier@iro.umontreal.ca>
11913 (lisp-outline-level): Improve efficiency. Suggested by David
11914 Kastrup <dak@gnu.org>.
11915
11916 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11917
11918 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11919 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11920 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11921 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11922 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11923
11924 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11925
11926 * cus-start.el (all): Comment change.
11927
11928 2005-02-14 Lute Kamstra <lute@gnu.org>
11929
11930 * cus-start.el (all): Check if symbol is void.
11931
11932 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11933
11934 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11935 optional argument to \cite.
11936
11937 2005-02-14 Richard M. Stallman <rms@gnu.org>
11938
11939 * cus-edit.el (custom-buffer-create-internal): Update help message.
11940 (custom-magic-alist): Update help messages.
11941
11942 * cus-start.el (all): Allow a var to specify a standard value.
11943
11944 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11945
11946 * custom.el (custom-theme-set-variables): Handle variable aliases.
11947
11948 * frame.el (blink-cursor-timer): Doc fix.
11949 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11950 declare obsolete.
11951 (blink-cursor-mode): Define with defcustom and use correct
11952 standard expression in that defcustom.
11953 * startup.el (command-line): Adapt to above changes in frame.el.
11954
11955 2005-02-11 Lute Kamstra <lute@gnu.org>
11956
11957 * apropos.el (apropos-score-doc): Prevent division by zero.
11958
11959 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11960
11961 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11962 (icalendar--get-event-property-attributes)
11963 (icalendar--get-event-properties)
11964 (icalendar--datetime-to-diary-date): New functions.
11965 (icalendar--split-value): Doc fix.
11966 (icalendar--datetime-to-noneuropean-date)
11967 (icalendar--datetime-to-european-date): New optional argument
11968 SEPARATOR. Return result as a string instead of a list.
11969 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11970 (icalendar--convert-string-for-export): Rename arg S to STRING.
11971 (icalendar-export-region): Doc fix. Change name of error buffer.
11972 Save output buffer.
11973 (icalendar-import-file): Add blank at end of prompt.
11974 (icalendar-import-buffer): Doc fix. Do not switch to error
11975 buffer. Indicate status in return value.
11976 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11977 buffer. Save output buffer. Handle exception from recurrence
11978 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11979 events. Fix problems with weekly all-day events.
11980
11981 2005-02-10 Richard M. Stallman <rms@gnu.org>
11982
11983 * simple.el (eval-expression-print-format):
11984 Avoid warning about edebug-active.
11985
11986 * help.el (help-for-help-internal): Rename from help-for-help.
11987 (help-for-help): Define with defalias.
11988
11989 * font-core.el (font-lock-default-function): Use with-no-warnings.
11990
11991 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11992
11993 * custom.el (defface): Doc fix.
11994
11995 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11996
11997 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11998 width 0" to prevent word wrapping problems.
11999
12000 2005-02-09 Kim F. Storm <storm@cua.dk>
12001
12002 * ido.el (ido-file-extensions-order): New defcustom.
12003 (ido-file-extension-lessp, ido-file-extension-aux)
12004 (ido-file-extension-order): New advanced file ordering.
12005 (ido-file-lessp): New simple file ordering.
12006 (ido-sort-list): Remove.
12007 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12008 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12009
12010 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12011
12012 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12013 that some versions of grep produce.
12014 (grep-mode-font-lock-keywords): Likewise.
12015
12016 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12017
12018 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12019 (gdb-cdir): Delete.
12020 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12021 (gdb-source-info): Treat case when source file is in another
12022 directory properly.
12023 (gdb-get-location): New function.
12024
12025 2005-02-07 Jay Belanger <belanger@truman.edu>
12026
12027 * calc/calc-prog.el (calc-write-parse-table-part)
12028 (calc-fix-token-name): Fix a check for language type.
12029
12030 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12031
12032 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12033
12034 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12035 as directory not writable.
12036
12037 2005-02-07 Kim F. Storm <storm@cua.dk>
12038
12039 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12040 (cua--standard-movement-commands): Remove list.
12041 Instead, set CUA property value to move for movement commands.
12042 (cua-movement-commands): Remove. Users must set CUA prop instead.
12043 (cua--pre-command-handler): Check CUA property.
12044 (cua--init-keymaps): Don't remap undo commands.
12045 (cua-mode): Don't call cua--rectangle-on-off.
12046
12047 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12048 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12049 (cua--rect-undo-set-point): New var.
12050 (cua--rectangle-undo-boundary): Setup undo apply entry.
12051 (cua--rect-undo-handler): New function for rectangle undo.
12052 (cua--rect-start-position, cua--rect-end-position): Add.
12053 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12054 for restored rectangle. Set point if cua--rect-undo-set-point.
12055
12056 2005-02-06 Jay Belanger <belanger@truman.edu>
12057
12058 * calc/calc-lang.el (calc-tex-language): Display more information
12059 in messages.
12060
12061 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12062 in TeX mode.
12063
12064 2005-02-06 Richard M. Stallman <rms@gnu.org>
12065
12066 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12067
12068 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12069
12070 * net/ldap.el (ldap-search-internal): Support attributes with
12071 optional descriptions separated by a semi-colon, as in
12072 "userCertificate;binary".
12073
12074 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12075
12076 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12077 isn't a cons (i.e. the version is 0).
12078
12079 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12080
12081 * help.el (help-for-help): Doc fix.
12082
12083 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12084
12085 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12086 GDB-Windows on the menu-bar as this works better.
12087
12088 2005-02-04 Jay Belanger <belanger@truman.edu>
12089
12090 * calc/calc-embed.el (calc-embedded-update): Don't put in
12091 unnecessary newlines. Adjust the end of formula marker.
12092
12093 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12094 (math-latex-parse-two-args): New function.
12095
12096 2005-02-03 Lute Kamstra <lute@gnu.org>
12097
12098 * help-fns.el (help-with-tutorial): Make sure that users cannot
12099 remove the entire text of the tutorial by means of `undo'.
12100
12101 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12104 in recent changes, where the ispell process was repeatedly
12105 killed & restarted.
12106
12107 * international/mule-cmds.el (set-locale-environment): Set file-name
12108 coding system to utf-8 on Darwin systems.
12109 (set-default-coding-systems): Don't set default-file-name-coding-system
12110 on Darwin systems.
12111
12112 2005-02-03 Richard M. Stallman <rms@gnu.org>
12113
12114 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12115
12116 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12117
12118 * faces.el (list-faces-display): Add optional argument.
12119
12120 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 * font-core.el (font-lock-default-function): Handle the rare case where
12123 only font-lock-keywords is set.
12124
12125 2005-02-02 Kenichi Handa <handa@m17n.org>
12126
12127 * international/characters.el: Cancel previous change for
12128 I-WITH-DOT-ABOVE and DOTLESS-i.
12129
12130 * international/latin-5.el: Cancel previous change.
12131
12132 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12133
12134 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12135
12136 2005-02-02 Kenichi Handa <handa@m17n.org>
12137
12138 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12139 DOTLESS-i.
12140
12141 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12142 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12143
12144 * case-table.el (get-upcase-table): New function.
12145 (copy-case-table): Copy upcaes table too if non-nil.
12146 (set-case-syntax-delims): Maintain upcase table too.
12147 (set-case-syntax-pair): Likewise.
12148 (set-upcase-syntax, set-downcase-syntax): New functions.
12149 (set-case-syntax): Maintain upcase table too.
12150
12151 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12152
12153 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12154
12155 * progmodes/gud.el (gud-goto-info): New function.
12156 (gud-tool-bar-map): Use correct icon.
12157
12158 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12159
12160 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12161 When delegating, order args in the funcall correctly.
12162
12163 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12164
12165 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12166
12167 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12168
12169 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12170 buffer not visiting a file.
12171
12172 2005-01-31 Jay Belanger <belanger@truman.edu>
12173
12174 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12175 bound on the line with the formula.
12176
12177 2005-01-31 Kim F. Storm <storm@cua.dk>
12178
12179 * ses.el (ses-create-cell-variable-range)
12180 (ses-destroy-cell-variable-range, ses-reset-header-string)
12181 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12182 (ses-insert-row): Fix format of apply undo entries.
12183
12184 2005-01-31 Jay Belanger <belanger@truman.edu>
12185
12186 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12187 parts.
12188
12189 * calc/calc-embed.el (calc-embedded-open-formula)
12190 (calc-embedded-close-formula): Ignore matrix environments.
12191
12192 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12193 TeX mode.
12194
12195 * calc/calc-lang.el (math-function-table, math-oper-table)
12196 (math-variable-table): Adjust the LaTeX portions.
12197
12198 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12199 (math-latex-ignore-words): New constant.
12200
12201 2005-01-31 Richard M. Stallman <rms@gnu.org>
12202
12203 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12204 (ispell-local-dictionary): Doc fix.
12205 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12206 Don't reinitialize at run time. Don't defcustom.
12207 All uses changed to append ispell-local-dictionary-alist,
12208 or check it first.
12209 (ispell-current-dictionary): New variable for dictionary in use.
12210 (ispell-dictionary): Now used only for global default.
12211 (ispell-start-process): Set ispell-current-dictionary,
12212 not ispell-dictionary.
12213 (ispell-change-dictionary): Use this only for setting
12214 user preferences.
12215 (ispell-internal-change-dictionary): New function
12216 to change the current dictionary in use.
12217 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12218 Use ispell-current-dictionary.
12219 Handle ispell-local-dictionary-overridden.
12220 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12221
12222 2005-01-31 Jay Belanger <belanger@truman.edu>
12223
12224 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12225
12226 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12227 (calc-mode-map): Add calc-latex-language.
12228
12229 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12230 (math-latex-print-frac): New functions.
12231 (math-oper-table, math-function-table, math-variable-table)
12232 (math-complex-format, math-input-filter): Add latex properties.
12233 (calc-set-language): Set math-expr-special-function-mapping.
12234
12235 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12236 (calc-write-parse-table-part): Add LaTeX support.
12237
12238 * calc/calc.el (calc-language): Adjust docstring.
12239 (calc-set-mode-line): Add LaTeX support.
12240 (math-expr-special-function-mapping): New variable.
12241 (math-tex-ignore-words): Add to list.
12242
12243 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12244 Add LaTeX support.
12245 (math-compose-expr): Add support for special functions.
12246
12247 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12248
12249 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12250
12251 * progmodes/gdb-ui.el (gdb-memory-address)
12252 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12253 (gdb-memory-mode-map, gdb-memory-format-keymap)
12254 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12255 (gdb-memory-unit-menu): New variables for a buffer
12256 that lets the user examine program memory.
12257 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12258 (gdb-memory-format-binary, gdb-memory-format-octal)
12259 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12260 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12261 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12262 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12263 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12264 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12265 (gdb-memory-mode, gdb-memory-buffer-name)
12266 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12267 New functions for above buffer.
12268
12269 2005-01-30 Richard M. Stallman <rms@gnu.org>
12270
12271 * cus-edit.el (custom-bury-buffer): Function deleted.
12272 (custom-buffer-done-function): Option deleted.
12273 (custom-buffer-done-kill): New (replacement option.
12274 (Custom-buffer-done): Call quit-window.
12275 (custom-buffer-create-internal): Update for above changes.
12276
12277 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12278
12279 * simple.el (undo-ask-before-discard): New var.
12280 (undo-outer-limit-truncate): Implement it.
12281 (undo-extra-outer-limit): Doc update.
12282
12283 2005-01-29 Richard M. Stallman <rms@gnu.org>
12284
12285 * ses.el (undo-more): Delete defadvice.
12286 (ses-begin-change): Doc fix.
12287
12288 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12289 instead of rebinding C-x u and C-_.
12290
12291 * files.el (normal-backup-enable-predicate): Return nil for files
12292 in /tmp, regardless of temporary-file-directory.
12293
12294 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12295
12296 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12297 (open-rectangle, delete-whitespace-rectangle-line)
12298 (clear-rectangle-line): If FILL, pass t instead of FILL
12299 for move-to-column's 2nd arg.
12300
12301 * simple.el (undo): Fix the test for continuing a series of undos.
12302 (undo-more): Set pending-undo-list to t when we reach end.
12303 (pending-undo-list): Move up defvar.
12304
12305 * wid-edit.el (widget-button-click):
12306 Shorten the range of the track-mouse binding.
12307
12308 * comint.el (comint-insert-input): Undo previous changes;
12309 use last-input-event in interactive spec.
12310
12311 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12312
12313 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12314 to nil before invoking call-process. Reset buffer's modified flag
12315 after fontifying it in the no-async branch.
12316
12317 * wid-edit.el (widget-specify-button): If mouse pointer shape
12318 cannot be changed, use mouse face instead.
12319
12320 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12321
12322 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12323 (gdb-goto-breakpoint): Make breakpoint handling work on template
12324 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12325 (gdb-assembler-custom): Update to recognize breakpoint information
12326 added on 2005-01-19.
12327
12328 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12331 (dsssl-mode): Use define-derived-mode.
12332 (scheme-mode-initialize): Remove.
12333 (scheme-mode): Use run-mode-hooks.
12334
12335 * cus-edit.el (customize-group-other-window)
12336 (custom-buffer-create-other-window): Don't override special-display-*.
12337 (custom-mode-map): Make it dense.
12338
12339 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12340 sets the default value.
12341
12342 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12343
12344 * descr-text.el: Add more keywords.
12345
12346 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * speedbar.el: Avoid unnecessary use of locate-library.
12349
12350 * international/mule-cmds.el (standard-display-european-internal):
12351 Don't fiddle with latin-1 non-break space any more since it's now
12352 special cased in the C code.
12353 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12354
12355 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12356
12357 * cus-start.el (all): Add `undo-outer-limit'.
12358
12359 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12360
12361 * textmodes/bibtex.el (bibtex-format-entry):
12362 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12363 field lines.
12364 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12365 not on part of a buffer.
12366
12367 2005-01-25 Lute Kamstra <lute@gnu.org>
12368
12369 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12370 nonempty field text strings like "{letters\\macro{}more letters}".
12371 Clarify docstring.
12372 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12373 (bibtex-entry-offset, bibtex-parse-association)
12374 (bibtex-parse-field-name): Fix typos in docstrings.
12375 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12376
12377 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12378
12379 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12380 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12381 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12382 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12383
12384 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12385 isearch minor mode.
12386
12387 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12388
12389 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12390
12391 2005-01-24 Lute Kamstra <lute@gnu.org>
12392
12393 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12394 CASECHARS and NOT-CASECHARS regular expressions of the
12395 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12396 striding over charsets" error.
12397
12398 2005-01-24 Jay Belanger <belanger@truman.edu>
12399
12400 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12401 display variable name.
12402
12403 2005-01-24 Kenichi Handa <handa@m17n.org>
12404
12405 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12406 Fix setting of the element of encoded-kbd-iso2022-invocations.
12407
12408 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12409
12410 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12411 (gdb-threads-select): Change to also accept mouse events.
12412 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12413 (gdb-threads-mouse-select): Delete.
12414
12415 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12416
12417 * files.el (insert-directory): Take care of empty directory,
12418 listed without -a switch.
12419
12420 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12421
12422 * textmodes/refill.el (refill-post-command-function):
12423 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12424 to the list of functions that we should be careful not to undo.
12425 (refill-late-fill-paragraph-function): Remove.
12426 (refill-saved-state): New var.
12427 (refill-mode): Use it to save fill-paragraph-function.
12428 Save also the value of auto-fill-function.
12429
12430 * term/w32-win.el: Simplify code.
12431
12432 2005-01-23 Kim F. Storm <storm@cua.dk>
12433
12434 * simple.el (line-move): Adapt to new return value from
12435 pos-visible-in-window-p.
12436
12437 * simple.el (line-move): Fix last change. Check partial
12438 visibility at point rather than at window-start.
12439
12440 2005-01-22 Jason Rumney <jasonr@gnu.org>
12441
12442 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12443
12444 2005-01-22 David Kastrup <dak@gnu.org>
12445
12446 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12447
12448 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12449
12450 * type-break.el (type-break-mode): Add a test for
12451 type-break-file-name being non-nil.
12452
12453 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12454
12455 * net/eudc.el (top level): Call (message "") via progn, so that
12456 eudc-options-file is loaded.
12457
12458 2005-01-22 Kim F. Storm <storm@cua.dk>
12459
12460 * simple.el (line-move-1): Rename from line-move.
12461 (line-move): New function that adjusts vscroll for partially
12462 visible rows, and calls line-move-1 otherwise.
12463
12464 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12465
12466 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12467 since it's not a complete read-event implementation
12468
12469 2005-01-20 Jay Belanger <belanger@truman.edu>
12470
12471 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12472 for called function.
12473
12474 2005-01-20 Steven Tamm <steventamm@mac.com>
12475
12476 * term/mac-win.el (process-connection-type): Remove.
12477 Controlled now by s/darwin.h:PTY_ITERATION.
12478
12479 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * window.el (handle-select-window): Don't switch window when we're
12482 in the minibuffer.
12483
12484 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12485
12486 * subr.el (dotimes-with-progress-reporter): New macro.
12487
12488 * ses.el (ses-dotimes-msg): Remove macro.
12489 Use `dotimes-with-progress-reporter' instead.
12490
12491 2005-01-19 Steven Tamm <steventamm@mac.com>
12492
12493 * term/mac-win.el (process-connection-type): Use new
12494 operating-system-release variable to use ptys on Darwin 7 (OS X
12495 10.3) when using carbon build.
12496
12497 2005-01-19 Jay Belanger <belanger@truman.edu>
12498
12499 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12500 flags if the last command was a tab or M-tab.
12501
12502 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12503 in formula editing buffer.
12504
12505 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12506
12507 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12508 breakpoint image symbol in margin.
12509
12510 2005-01-19 Jay Belanger <belanger@truman.edu>
12511
12512 * calc/calc-prog.el (calc-execute-kbd-macro):
12513 Ignore calc-keep-arg-flag.
12514
12515 2005-01-19 Kenichi Handa <handa@m17n.org>
12516
12517 * textmodes/ispell.el (ispell-looking-at): New function.
12518 (ispell-process-line): Use ispell-looking-at to compare the ispell
12519 output and the buffer contents.
12520
12521 2005-01-18 Jay Belanger <belanger@truman.edu>
12522
12523 * calc/calc.el (calc-display-raw): Fix docstring.
12524
12525 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12526
12527 * simple.el (blink-matching-open): Strip extra info from syntax.
12528
12529 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12530 funny chars in the end-of-here-doc marker.
12531
12532 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12533
12534 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12535 that enable/disabled state of breakpoints is shown correctly in
12536 fringe and on ttys.
12537 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12538 Add breakpoint information as text properties.
12539 (gdb-mouse-toggle-breakpoint):
12540 Rename to gdb-mouse-set-clear-breakpoint.
12541 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12542 breakpoints in the margin.
12543 (gdb-remove-strings): Simplify.
12544
12545 2005-01-17 Jay Belanger <belanger@truman.edu>
12546
12547 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12548 erasing buffer.
12549
12550 2005-01-17 Richard M. Stallman <rms@gnu.org>
12551
12552 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12553 for calling grep-compute-defaults.
12554
12555 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12556 if buffer is empty.
12557
12558 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12559
12560 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12563
12564 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12565 non-preloaded variables.
12566
12567 2005-01-17 Steven Tamm <steventamm@mac.com>
12568
12569 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12570 tex-shell cause to force interactivity when using pipes.
12571
12572 2005-01-17 Kim F. Storm <storm@cua.dk>
12573
12574 * simple.el (just-one-space): Make arg optional.
12575
12576 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12577
12578 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12579 posn-at-x-y to t to access left-margin.
12580
12581 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12582
12583 Sync with Tramp 2.0.47.
12584
12585 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12586 catching keep-date problems in cp/scp operations.
12587 (tramp-handle-copy-file): Don't call `set-file-modes'
12588 unconditionally. Specialized functions should know better what is
12589 necessary. This improves performance a little bit, and the
12590 functions could catch errors with `cp -p' and `scp -p'.
12591 (tramp-do-copy-or-rename-file-via-buffer)
12592 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12593 when appropriate.
12594 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12595 Call `set-file-modes' when appropriate.
12596 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12597 Johnsson <isak@hypergene.com>
12598 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12599 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12600 <joakim@verona.se>
12601 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12602 Emacs only.
12603
12604 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12605 `find-file-hooks' and `dired-mode-hook'.
12606 (tramp-minor-mode-map): Respective map. Add remapping for
12607 `compile' and `recompile'.
12608 (tramp-remap-command, tramp-recompile): New defuns.
12609 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12610 in buffer "*Compilation*". Call the commands asynchronously.
12611
12612 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12613 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12614 `shell-command', because it isn't magic in XEmacs. Reported by
12615 Adrian Aichner <adrian@xemacs.org>.
12616
12617 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12618 `substitute-in-file-name.
12619 (tramp-smb-handle-substitute-in-file-name): New defun.
12620 (tramp-smb-advice-PC-do-completion): Delete advice.
12621
12622 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12623
12624 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12625 Fix error in deleting region.
12626
12627 2005-01-15 Richard M. Stallman <rms@gnu.org>
12628
12629 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12630 In non-temp buffer, switch syntax table temporarily.
12631
12632 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12633
12634 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12635
12636 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12637
12638 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12639 (imenu--generic-function): Use START, not BEG, as pos of definition.
12640
12641 * simple.el (just-one-space): Argument specifies number of spaces.
12642
12643 * simple.el (eval-expression-print-format): Avoid warning
12644 about edebug-active.
12645
12646 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12647
12648 * progmodes/sh-script.el: Code copied from make-mode.el
12649 with small changes,
12650 (sh-mode-map): Bind C-c C-\.
12651 (sh-backslash-column, sh-backslash-align): New variables.
12652 (sh-backslash-region, sh-append-backslash): New functions.
12653
12654 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12655
12656 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12657 (rmail-pop-password, rmail-pop-password-required): Move to
12658 rmail-obsolete group.
12659 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12660 All callers updated.
12661 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12662 Take an argument specifying whether it is POP or IMAP mailbox we
12663 are using. All callers updated.
12664 (rmail-pop-password-error): Rename to
12665 rmail-remote-password-error. Added mailutils-specific error message.
12666 (rmail-movemail-search-path)
12667 (rmail-movemail-variant-in-use): New variables.
12668 (rmail-remote-password, rmail-remote-password-required):
12669 New customization variables.
12670 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12671 (rmail-parse-url): New function.
12672 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12673 with GNU mailutils movemail.
12674
12675 2005-01-15 Kevin Ryde <user42@zip.com.au>
12676
12677 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12678 suffix to space, $ or '$, to correctly position point when going
12679 to @table style constants like DBL_MAX.
12680
12681 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12682
12683 * type-break.el (type-break-mode, type-break-file-time)
12684 (type-break-file-keystroke-count, type-break-choose-file):
12685 Don't store data in or load data from the file if type-break-file-name
12686 is nil.
12687 (type-break-file-name): Doc update as per the above.
12688
12689 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12690
12691 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12692 lookup-key might return nil; handle that.
12693
12694 2005-01-15 Alan Mackenzie <acm@muc.de>
12695
12696 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12697 rather than the element found, thus enabling the tree to be setcar'd.
12698
12699 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12700
12701 * textmodes/org.el (org-show-following-heading): New option.
12702 (org-show-hierarchy-above): Use `org-show-following-heading'.
12703 (org-cycle): Documentation fix.
12704
12705 * textmodes/org.el (orgtbl-optimized): New option
12706 (orgtbl-mode): New command, a minor mode.
12707 (orgtbl-mode-map): New variable.
12708 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12709 (orgtbl-error, orgtbl-self-insert-command)
12710 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12711
12712 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12713 a local variable in each org-mode buffer.
12714
12715 * textmodes/org.el (org-set-regexps-and-options): Rename from
12716 `org-set-regexps'. Added checking for STARTUP keyword.
12717 (org-get-current-options): Add STARTUP options.
12718 (org-table-insert-row): Make mode intelligent about when
12719 realignment is needed.
12720 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12721 New commands.
12722 (org-enable-table-editor): New default value `optimized'.
12723 (org-table-blank-field): Support blanking regions if active.
12724
12725 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12726
12727 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12728 if the year is not given.
12729
12730 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12731 Add new escapes %m and %M, fixed bug with %F by adding
12732 save-match-data.
12733 (reftex-reference): Remove ?. from list of spaces.
12734 (reftex-label-info): Add automatic label prefix recognition.
12735
12736 * textmodes/reftex-index.el (reftex-index-next-phrase):
12737 Add slave parameter to call of `reftex-index-this-phrase'.
12738 (reftex-index-this-phrase): New optional argument.
12739 (reftex-index-region-phrases): Add slave parameter to call of
12740 `reftex-index-this-phrase'.
12741 (reftex-display-index): New argument redo.
12742 (reftex-index-rescan): Add 'redo to arguments of
12743 `reftex-display-index'.
12744 (reftex-index-Rescan, reftex-index-revert)
12745 (reftex-index-switch-index-tag): Add 'redo to arguments of
12746 `reftex-display-index'.
12747 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12748 indexing. Fix bug with matching is there is a quote before or
12749 after the word.
12750
12751 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12752 Fix bug when collecting citation keys in lines with comments.
12753 (reftex-citation): Prefix argument no longer rescans the document,
12754 but forces prompting for optional arguments of cite macros.
12755 (reftex-do-citation): Prompting for optional arguments implemented.
12756
12757 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12758 Add optional arguments to most cite commands.
12759 (reftex-cite-cleanup-optional-args): New option
12760 (reftex-cite-prompt-optional-args): New option.
12761 (reftex-trust-label-prefix): New option.
12762
12763 * textmodes/reftex-toc.el (reftex-toc-find-section):
12764 Add push-mark before changing the position in the buffer.
12765
12766 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12767 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12768
12769 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12770
12771 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12772 more carefully.
12773
12774 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12775
12776 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12777 (sgml-mode): Use it.
12778 (sgml-get-context): Better keep track of implicitly closed tags.
12779
12780 2005-01-13 Kenichi Handa <handa@m17n.org>
12781
12782 * textmodes/ispell.el: These changes are to fix misalignment error
12783 caused by equivalent characters of different Emacs charsets.
12784 (ispell-unified-chars-table): New variable.
12785 (ispell-get-decoded-string): New function.
12786 (ispell-get-casechars, ispell-get-not-casechars)
12787 (ispell-get-otherchars): Call ispell-get-decoded-string.
12788
12789 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12790
12791 * custom.el (custom-declare-variable): Just put symbol instead
12792 of (defvar . symbol) in `current-load-list'.
12793
12794 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12795
12796 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12797
12798 2005-01-12 Jay Belanger <belanger@truman.edu>
12799
12800 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12801 to create a Calc summary.
12802
12803 2005-01-12 Kim F. Storm <storm@cua.dk>
12804
12805 * mouse.el (mouse-on-link-p): Change functionality and doc
12806 string to comply with latest description in lisp ref.
12807
12808 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12809
12810 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12811 Enable mouse clicks on mode-line, header-line and margin.
12812 (event-type): Give mouse event symbols an 'event-kind property
12813 with value 'mouse-click.
12814
12815 2005-01-12 Juri Linkov <juri@jurta.org>
12816
12817 * facemenu.el (list-colors-display): Add new arg buffer-name.
12818 Use it. Fix docstring. Replace code for identifying duplicate
12819 colors by the name with call to `list-colors-duplicates' which
12820 identifies duplicate colors by the value unless the color
12821 is one of special Windows colors. Set truncate-lines to t.
12822 Print sorted duplicate color names on each line. Indent to 22
12823 \(the longest color name in rgb.txt) instead of 20. Optimize.
12824 (list-colors-duplicates): New function.
12825 (facemenu-color-name-equal): Delete function.
12826
12827 * facemenu.el (list-colors-print): New function created from code
12828 in list-colors-display. Print #RRGGBB at the window right edge.
12829 (list-colors-display): When temp-buffer-show-function is not
12830 defined, call list-colors-print from temp-buffer-show-hook
12831 to get the right value of window-width in list-colors-print
12832 after the buffer is displayed.
12833
12834 * simple.el (pop-mark): Move deactivate-mark out of conditional
12835 part to deactivate the active mark regardless of the state of the
12836 mark ring.
12837
12838 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12839 variables line in desktop files.
12840
12841 2005-01-12 Juri Linkov <juri@jurta.org>
12842
12843 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12844 Bring together isearch highlight related options.
12845 (lazy-highlight): Replace group `replace' by `matching'.
12846 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12847 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12848 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12849 and declare them obsolete.
12850 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12851 (isearch-faces): Remove defgroup.
12852 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12853 Move isearch highlighting code closer to lazy highlighting code.
12854
12855 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12856 (query-replace-highlight, query-replace-lazy-highlight)
12857 (query-replace): Move definitions to the beginning of the file.
12858
12859 2005-01-11 Juri Linkov <juri@jurta.org>
12860
12861 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12862 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12863 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12864
12865 * info.el (Info-history-forward): New variable.
12866 (Info-select-node): Reset Info-history-forward to nil.
12867 (Info-last): Turn into defalias.
12868 (Info-history-back): Rename from Info-last.
12869 Add current node to Info-history-forward.
12870 (Info-history-forward): New fun.
12871 (Info-mode-map): Replace Info-last by Info-history-back.
12872 Bind Info-history-forward to "r".
12873 (Info-mode-menu): Replace Info-last by Info-history-back.
12874 Fix menu item text. Add menu item for Info-history-forward.
12875 (info-tool-bar-map): Replace Info-last by Info-history-back.
12876 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12877 for Info-history-forward.
12878 (Info-mode): Replace Info-last by Info-history-back in docstring.
12879 Add local variable Info-history-forward.
12880 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12881
12882 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12883
12884 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12885 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12886 Ignore select-window events rather than fiddle with
12887 mouse-autoselect-window.
12888
12889 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12890
12891 * type-break.el (type-break-mode): Fix previous change.
12892
12893 2005-01-10 Jay Belanger <belanger@truman.edu>
12894
12895 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12896 calculator; only reset when point is inside a calculator.
12897 Don't adjust the window height if the window takes up the whole height
12898 of the frame.
12899
12900 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12901
12902 * ebuff-menu.el (Electric-buffer-menu-mode):
12903 Preserve value of buffer-local var header-line-format.
12904
12905 2005-01-09 Jay Belanger <belanger@truman.edu>
12906
12907 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12908 Make sure settings file exists before accessing it.
12909
12910 * calc/calc-embed.el (calc-embedded-subst):
12911 Replace math-multi-subst-rec, which is only supposed to be called
12912 by math-multi-subst, by math-multi-subst.
12913
12914 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12915
12916 * vc.el (vc-allow-async-revert): New user option.
12917 (vc-disable-async-diff): New internal variable.
12918 (vc-revert-buffer): Use them to disable asynchronous diff.
12919
12920 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12921 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12922 asynchronously if vc-disable-async-diff is t.
12923
12924 2005-01-09 Jay Belanger <belanger@truman.edu>
12925
12926 * calc/calc.el (defcalcmodevar): New macro.
12927 (calc-mode-var-list-restore-default-values)
12928 (calc-mode-var-list-restore-saved-values): New functions.
12929 (calc-mode-var-list): Use defcalcmodevar to define it.
12930 (calc-always-load-extensions, calc-line-numbering)
12931 (calc-line-breaking, calc-display-just, calc-display-origin)
12932 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12933 (calc-group-char, calc-point-char, calc-frac-format)
12934 (calc-prefer-frac, calc-hms-format, calc-date-format)
12935 (calc-float-format, calc-full-float-format, calc-complex-format)
12936 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12937 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12938 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12939 (calc-matrix-brackets, calc-language, calc-language-option)
12940 (calc-left-label, calc-right-label, calc-word-size)
12941 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12942 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12943 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12944 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12945 (calc-window-height, calc-display-trail, calc-show-selections)
12946 (calc-use-selections, calc-assoc-selections)
12947 (calc-display-working-message, calc-auto-why, calc-timing)
12948 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12949 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12950 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12951 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12952 (calc-gnuplot-geometry, calc-graph-default-resolution)
12953 (calc-graph-default-resolution-3d, calc-invocation-macro)
12954 (calc-show-banner): Use defcalcmodevar to declare them and set
12955 their default values.
12956
12957 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12958 instead of default values (but restore default values if there is
12959 an argument of 0).
12960
12961 2005-01-09 David Kastrup <dak@gnu.org>
12962
12963 * desktop.el (desktop-restore-eager): Fix typo in type.
12964
12965 2005-01-08 Richard M. Stallman <rms@gnu.org>
12966
12967 * cus-edit.el (customize): Delete :link.
12968
12969 2005-01-08 Jay Belanger <belanger@truman.edu>
12970
12971 * calc/calc.el (calc-mode): Remove the extension from the
12972 `calc-settings-file' file name when loading it.
12973
12974 2005-01-08 Kim F. Storm <storm@cua.dk>
12975
12976 * info.el (Info-mode-map, Info-next-link-keymap)
12977 (Info-prev-link-keymap, Info-up-link-keymap):
12978 Map follow-link to mouse-face.
12979 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12980
12981 2005-01-08 Jay Belanger <belanger@truman.edu>
12982
12983 * calc/calc.el (calc-settings-file): Change default value.
12984 Suggested by cgw in a comment in calc-mode.el.
12985
12986 * calc/calc-mode.el (calc-settings-file-name):
12987 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12988 Replace ~/.emacs in a prompt by calc-settings-file.
12989
12990 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12991
12992 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12993 (desktop-lazy-idle-delay): New customizable variables.
12994 (desktop-buffer-args-list): New variable.
12995 (desktop-append-buffer-args): New function.
12996 (desktop-save): Call desktop-append-buffer-args for some buffers.
12997 (desktop-lazy-create-buffer): New function.
12998 (desktop-idle-create-buffers): New function.
12999 (desktop-read): Add message about buffers to restore lazily.
13000 (desktop-lazy-abort): New command.
13001 (desktop-clear): Call desktop-lazy-abort.
13002 (desktop-lazy-complete): New command.
13003
13004 2005-01-06 Richard M. Stallman <rms@gnu.org>
13005
13006 * emacs-lisp/find-func.el (find-face-definition):
13007 Rename from find-face.
13008
13009 2005-01-06 Kim F. Storm <storm@cua.dk>
13010
13011 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13012
13013 * man.el (Man-xref-man-page, Man-xref-header-file)
13014 (Man-xref-normal-file): Add follow-link property.
13015
13016 2005-01-06 Jay Belanger <belanger@truman.edu>
13017
13018 * calc/calc-units.el: Make sure the proper macro definitions are
13019 available when compiling.
13020
13021 2005-01-06 Juri Linkov <juri@jurta.org>
13022
13023 * isearch.el (isearch-lazy-highlight-update):
13024 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13025
13026 2005-01-06 Miles Bader <miles@gnu.org>
13027
13028 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13029 (isearch-lazy-highlight-face): Use new name.
13030
13031 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13032
13033 * uniquify.el (uniquify-rationalize-file-buffer-names):
13034 Re-add an interactive spec.
13035 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13036 to the same name.
13037
13038 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13039 (isearch-update, isearch-done): Adjust calls accordingly.
13040
13041 2005-01-05 Richard M. Stallman <rms@gnu.org>
13042
13043 * custom.el (custom-set-variables, custom-theme-set-variables):
13044 Clarify documentation.
13045
13046 * emacs-lisp/find-func.el (find-variable)
13047 (find-variable-other-window, find-variable-other-frame):
13048 Fix the TYPE args to find-function-read and find-function-do-it.
13049 (find-function): Doc fix.
13050 (find-function-at-point): Replace function-at-point alias.
13051
13052 2005-01-04 Richard M. Stallman <rms@gnu.org>
13053
13054 * cus-face.el (custom-declare-face):
13055 Record defface in current-load-list.
13056
13057 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13058
13059 * emacs-lisp/find-func.el: Doc fixes.
13060 (find-face-regexp): New variable.
13061 (find-function-regexp-alist): New variable.
13062 (find-function-C-source): Third arg is now TYPE.
13063 (find-function-search-for-symbol): Handle general TYPE.
13064 (find-function-read, find-function-do-it): Handle general TYPE.
13065 (find-definition-noselect, find-face): New functions.
13066 (function-at-point): Alias deleted.
13067
13068 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * battery.el (display-battery-mode): Rename from display-battery.
13071 Handle the case where it gets turned off.
13072
13073 2005-01-04 Richard M. Stallman <rms@gnu.org>
13074
13075 * cus-edit.el (customize): Make :link point to user doc.
13076
13077 * man.el (Man-fontify-manpage): Turn off undo generation.
13078
13079 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13080
13081 2005-01-04 Andreas Schwab <schwab@suse.de>
13082
13083 * files.el (insert-directory): Only look for error lines in
13084 inserted text. Don't move too far after processing --dired markers.
13085
13086 2005-01-04 Richard M. Stallman <rms@gnu.org>
13087
13088 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13089 Don't expand if the character is @, period, dash, etc.
13090 (define-mail-abbrev): Quote names that contain problem characters.
13091
13092 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13093
13094 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13095
13096 2005-01-03 Richard M. Stallman <rms@gnu.org>
13097
13098 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13099 (query-replace-highlight, query-replace-lazy-highlight)
13100 (query-replace): Definitions moved up. Doc fix.
13101
13102 2005-01-03 Richard M. Stallman <rms@gnu.org>
13103
13104 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13105 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13106 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13107 (lazy-highlight-face): Rename from isearch-lazy-...
13108 Change all references to them.
13109
13110 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13111
13112 * cus-edit.el (custom-file): Doc fix for defcustom.
13113 (custom-file): The function no longer sets the variable
13114 `custom-file' to its return value.
13115
13116 * startup.el (command-line): No longer load `custom-file'.
13117
13118 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13119
13120 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13121
13122 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13123 Don't confuse module-prefixed identifiers for labels.
13124 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13125
13126 2005-01-02 Richard M. Stallman <rms@gnu.org>
13127
13128 * files.el (basic-save-buffer-1): Fix previous change.
13129
13130 * loadhist.el (file-loadhist-lookup): New function.
13131 (file-provides, file-requires): Use it.
13132
13133 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13134 instead of calculating the right size.
13135
13136 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13137
13138 * vc-svn.el (vc-svn-diff): Stay local if possible.
13139
13140 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13143
13144 * files.el (hack-local-variables): Fix last change.
13145
13146 2005-01-02 Jay Belanger <belanger@truman.edu>
13147
13148 * calc/calc-yank.el (calc-edit-top): New variable.
13149 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13150 object. Change header properties.
13151 (calc-edit-finish, calc-edit-finish-stack-object)
13152 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13153 edited object.
13154 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13155 for the beginning of the edited object.
13156 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13157 for the beginning of the edited object.
13158 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13159 (calc-finish-formula-edit, calc-macro-repeats)
13160 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13161 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13162 beginning of the edited object.
13163 (calc-user-define-edit): Change the header for editing macros.
13164 Remove unnecessary variable.
13165
13166 2005-01-01 Jay Belanger <belanger@truman.edu>
13167
13168 * calc/calc-yank.el (calc-edit-mode): Change default header.
13169 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13170 * calc/calc-store.el (calc-edit-variable): Change title to match new
13171 header.
13172 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13173 mode to match new header.
13174 (calc-user-define-edit): Change titles to include names of commands.
13175 (calc-finish-formula-edit): Adjust to handle new header.
13176 (calc-finish-macro-edit): Remove.
13177 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13178 (calc-edit-macro-command, calc-edit-macro-command-type)
13179 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13180 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13181 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13182 (calc-edit-macro-finish-edit): New functions.
13183 (calc-user-define-edit): Use new functions to edit named calc macros.
13184
13185 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13186
13187 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13188
13189 * ses.el (copy-region-as-kill): Deactivate mark.
13190
13191 2005-01-01 Richard M. Stallman <rms@gnu.org>
13192
13193 * replace.el (occur-1): If the output buffer is also an input,
13194 don't kill it, rename it.
13195
13196 * faces.el (set-face-background, set-face-foreground): Doc fix.
13197
13198 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13199 for :foreground and :background.
13200
13201 * dired.el (dired-view-command-alist): Variable deleted.
13202 (dired-view-file, dired-mouse-find-file-other-window):
13203 Delete the code to use it.
13204
13205 2005-01-01 Kim F. Storm <storm@cua.dk>
13206
13207 * image.el (insert-sliced-image): Use t for line-height property.
13208
13209 See ChangeLog.11 for earlier changes.
13210
13211 ;; Local Variables:
13212 ;; coding: iso-2022-7bit
13213 ;; End:
13214
13215 Copyright (C) 2005 Free Software Foundation, Inc.
13216 Copying and distribution of this file, with or without modification,
13217 are permitted provided the copyright notice and this notice are preserved.
13218
13219 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1