]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(bookmark-menu-heading): New face.
[gnu-emacs] / lisp / ChangeLog
1 2005-10-19 Romain Francoise <romain@orebokech.com>
2
3 * bookmark.el (bookmark-menu-heading): New face.
4 (bookmark-bmenu-list): Use it.
5 Don't fiddle with `baud-rate' at top-level.
6
7 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8
9 * image.el (create-image, find-image): Mention max-image-size in
10 docstring.
11
12 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
15 Various docstring and line-width fixups.
16 (conf-mode): Use cond.
17 Set font-lock-defaults. Don't set comment-use-syntax.
18
19 2005-10-18 David Ponce <david@dponce.com>
20
21 * tree-widget.el (tree-widget-button-click): New function.
22 (tree-widget-button-keymap): Use it.
23
24 2005-10-18 Romain Francoise <romain@orebokech.com>
25
26 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
27 (bookmark-bmenu-hide-filenames): Add follow-link property.
28 Improve help-echo text.
29
30 * ffap.el (find-file-at-point): Doc fix.
31
32 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33
34 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
35
36 2005-10-18 Masatake YAMATO <jet@gyve.org>
37
38 Install to the CVS repository what I forgot to install in my
39 2005-10-16 changes.
40
41 * progmodes/python.el (python-complete-symbol): Pass the common
42 prefix substring of completion to `display-completion-list'.
43
44 * textmodes/org.el (org-complete): Ditto.
45
46 2005-10-18 Masatake YAMATO <jet@gyve.org>
47
48 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
49
50 * woman.el (WoMan-xref-man-page): New button type derived
51 from `Man-abstract-xref-man-page'.
52 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
53
54 * man.el (Man-abstract-xref-man-page): New button type.
55 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
56 (Man-highlight-references): Add new optional argument `xref-man-type'.
57
58 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
59
60 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
61
62 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
63
64 * cus-edit.el (Custom-move-and-invoke): Delete.
65 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
66
67 * wid-edit.el (widget-move-and-invoke): New function, from
68 Custom-move-and-invoke.
69
70 2005-10-17 Bill Wohler <wohler@newt.com>
71
72 Move all remaining images from lisp/toolbar to etc/images, move
73 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
74 the low resolution images in their own directory (low-color).
75
76 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
77 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
78 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
79 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
80 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
81 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
82 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
83
84 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
85 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
86 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
87 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
88 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
89 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
90 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
91 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
92 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
93 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
94 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
95 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
96 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
97 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
98 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
99
100 To conform with convention, replace the underscore (_) in the
101 following image names with dash (-) or (/) as appropriate.
102
103 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
104 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
105 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
106 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
107 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
108 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
109 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
110 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
111 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
112 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
113 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
114 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
115 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
116 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
117 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
118
119 * info.el (info-tool-bar-map): Replace underscores in image names
120 with dashes.
121
122 * makefile.w32-in (WINS): Remove toolbar.
123
124 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
125
126 * tool-bar.el: Move to lisp from toolbar. Now that
127 toolbar is empty, it should be deleted when folks run "cvs up -P".
128
129 2005-10-18 Jay Belanger <belanger@truman.edu>
130
131 * calc/calc-store (calc-store-into): Get the proper variable name
132 to display in message.
133
134 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
135
136 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
137 expressions display in speedbar for all buffers when debugging.
138 (gdb-speedbar-expand-node): Ensure node contraction is always
139 updated.
140
141 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
142 (speedbar-insert-button, speedbar-make-button):
143 Use add-text-properties.
144 (speedbar-update-localized-contents)
145 (speedbar-update-directory-contents)
146 (speedbar-update-special-contents): Use dolist.
147 (speedbar-buffer-easymenu-definition): Add a menu separator.
148
149 2005-10-17 Jason Rumney <jasonr@gnu.org>
150
151 * makefile.w32-in: Use $(lisp) consistently.
152 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
153 for shell specific generation of mh-autoloads.
154
155 2005-10-17 Richard M. Stallman <rms@gnu.org>
156
157 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
158
159 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * jit-lock.el (jit-lock-fontify-now):
162 Move jit-lock-context-unfontify-pos to avoid wasted work.
163
164 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
165
166 * net/tramp.el (tramp-completion-mode): New defvar. Used in
167 `tramp-completion-mode' for checking if we are in completion mode.
168 (tramp-completion-handle-file-name-all-completions): Reorder code
169 in order to complete for file names only in case there are no
170 method/user/host completions. This is necessary for cooperation
171 with ido. Reported by Kim F. Storm <storm@cua.dk>.
172
173 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
174
175 * longlines.el (longlines-search-forward)
176 (longlines-search-backward): Match any number of spaces.
177
178 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
179
180 * diff-mode.el (diff-mode): Doc fix.
181
182 2005-10-16 David Reitter <david.reitter@gmail.com>
183
184 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
185 as default on darwin and windows systems.
186
187 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
188
189 * arc-mode.el (archive-zip-extract): Doc fix.
190
191 2005-10-16 Romain Francoise <romain@orebokech.com>
192
193 * mouse.el (mouse-1-click-follows-link): Doc fix.
194
195 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * savehist.el: Don't require CL at runtime.
198 (savehist-xemacs): Remove.
199 (savehist-coding-system): Use utf-8 if present, regardless of religion.
200 (savehist-no-conversion): Use (featurep 'xemacs).
201 (savehist-load): Check existence of start-itimer rather than XEmacs.
202 Use an idle timer.
203 (savehist-process-for-saving): Replace use of CL funs `subseq' and
204 `delete-if-not'.
205
206 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
207
208 * savehist.el: Newer version.
209 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
210 (savehist-last-checksum, savehist-no-conversion): New vars.
211 (savehist-autosave, savehist-process-for-saving, savehist-printable):
212 New functions.
213 (savehist-load, savehist-save): Use them.
214 (savehist-delimit): Remove.
215
216 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * progmodes/compile.el (compilation-goto-locus): Display the
219 compilation buffer first and the source buffer second, in case they're
220 in overlapping frames. Don't raise the compilation frame if it was the
221 selected window upon entry. Pass the `other-window' arg to
222 pop-to-buffer.
223
224 * info.el (Info-fontify-node): Use dolist.
225 Change add-text-properties to put-text-property.
226
227 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
228
229 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
230 bound of search.
231
232 2005-10-16 Masatake YAMATO <jet@gyve.org>
233
234 * dabbrev.el (dabbrev-completion): Pass the common
235 prefix substring of completion to `display-completion-list'.
236
237 * filecache.el (file-cache-minibuffer-complete)
238 (file-cache-complete): Ditto.
239
240 * tempo.el (tempo-display-completions): Ditto.
241
242 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
243
244 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
245
246 * eshell/em-hist.el (eshell-list-history): Ditto.
247
248 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
249
250 * mail/mailalias.el (mail-complete): Ditto.
251
252 * progmodes/etags.el (complete-tag): Ditto.
253
254 * progmodes/make-mode.el (makefile-complete): Ditto.
255
256 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
257
258 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
259
260 * progmodes/pascal.el (pascal-complete-word)
261 (pascal-show-completions): Ditto.
262
263
264 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
265
266 * simple.el (completion-common-substring): New variable.
267 (completion-setup-function): Use `completion-common-substring'
268 to put faces.
269
270 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
271
272 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
273 (x-get-selection, mac-select-convert-to-string): Convert from/to
274 UTF-16 clipboard data as in native byte order, no BOM.
275
276 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
277
278 * progmodes/gud.el (gud-tool-bar-map): Rename the images
279 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
280 (gud-sentinel): Use speedbar-frame to check for speedbar.
281
282 2005-10-15 Richard M. Stallman <rms@gnu.org>
283
284 * savehist.el: New file.
285
286 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
287
288 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
289 Fix bug in \bf fontification.
290
291 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * pcvs.el (cvs-edit-log-files): New var.
294 (cvs-mode-edit-log): New arg `file'.
295 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
296 Instead force the use of the original file and nothing else.
297 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
298 the cvs-minor-wrap-function is set.
299 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
300
301 2005-10-14 Bill Wohler <wohler@newt.com>
302
303 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
304 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
305 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
306 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
307 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
308 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
309 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
310 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
311 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
312 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
313 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
314 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
315 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
316 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
317 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
318
319 * progmodes/gud.el (gud-tool-bar-map): Rename the images
320 appropriately (for example, gud-break to gud/break).
321
322 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
323
324 * longlines.el (longlinges-search-function)
325 (longlines-search-forward, longlines-search-backward): New functions.
326 (longlines-mode): Set isearch-search-fun-function to
327 longlinges-search-function.
328
329 * mouse.el (mouse-drag-region-1): Handle the case where a
330 double-click event is bound to an arbitrary function.
331
332 2005-10-14 David Ponce <david@dponce.com>
333
334 * recentf.el (recentf-track-opened-file)
335 (recentf-track-closed-file, recentf-update-menu)
336 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
337 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
338 mouse-1-click-follows-link.
339
340 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
341
342 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
343 Gnome file-manager.png. Suggested by
344 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
345
346 * toolbar/README: Add diropen.xpm.
347
348 2005-10-13 Bill Wohler <wohler@newt.com>
349
350 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
351 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
352
353 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
356 Don't waste the byte-compiler's time on constant data.
357
358 2005-10-13 Kenichi Handa <handa@m17n.org>
359
360 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
361 byte with `escape-glyph' face.
362
363 * international/fontset.el (ccl-encode-unicode-font):
364 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
365 Handle the case that ucs-mule-to-mule-unicode translates a character to
366 ASCII (usually for IPA characters).
367
368 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
371 Don't hide the underline of titles if font-lock-mode is disabled.
372
373 2005-10-12 Bill Wohler <wohler@newt.com>
374
375 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
376 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
377 files in MH-E-SRC have been updated.
378 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
379
380 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
383 (mixal-mode-syntax-table): Add \n as end-comment.
384 (mixal-operation-codes-alist): Immediately initialize to full value.
385 (mixal-add-operation-code): Remove.
386 (mixal-describe-operation-code): Make the arg non-optional.
387 Use the interactive spec instead.
388 Use mixal-operation-codes-alist rather than mixal-operation-codes.
389 (mixal-font-lock-keywords): Don't highlight comments here any more.
390 (mixal-font-lock-syntactic-keywords): New var.
391 (mixal-mode): Use it. Fix comment-start-skip.
392
393 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
394
395 * startup.el (command-line-x-option-alist): -nb => -nbi
396
397 2005-10-12 Kim F. Storm <storm@cua.dk>
398
399 * startup.el (fancy-splash-default-action): Discard mouse click in
400 the spash screen window, as it has no sensible meaning in the
401 next window to be selected. Fixes error reported by Jan D.
402
403 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
404
405 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
406
407 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
410 Try to fix up minor layout issues like indentation, line break, etc...
411 (mixal-mode-syntax-table): Don't try to specify comment syntax,
412 because it doesn't work.
413 (mixal-operation-codes): Add some more codes.
414 (mixal-font-lock-keywords): Process comments here.
415 (mixal-mode): mixasm no longer needs -g option.
416
417 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
418
419 * progmodes/sh-script.el (sh-tmp-file):
420 Use mktemp -t. Finish support for es and rc shells.
421
422 2005-10-11 Jay Belanger <belanger@truman.edu>
423
424 * calc/calcalg2.el (calc-integral): With an argument, compute the
425 definite integral.
426
427 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
428
429 * mouse.el (mouse-drag-region-1): Don't try to catch a
430 double-click when doing follow-link (it's overridden anyway).
431
432 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
433
434 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
435 (autoload-print-form-outbuf): Add docstring.
436
437 2005-10-11 Juri Linkov <juri@jurta.org>
438
439 * info.el (Info-mode-menu): Delete menu item "Edit".
440 (Info-mode): Delete description of Info-edit from docstring,
441 and rearrange descriptions of Info commands in the order
442 they are documented in the Info manual.
443
444 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * calendar/appt.el (appt-check): Use diary-selective-display var.
447
448 2005-10-10 Richard M. Stallman <rms@gnu.org>
449
450 * net/newsticker.el (newsticker-start, newsticker-show-news):
451 Add autoload cookies.
452
453 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
454
455 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
456
457 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
458
459 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
460
461 2005-10-10 Jay Belanger <belanger@truman.edu>
462
463 * calc/calc-arith.el (math-check-known-scalarp)
464 (math-check-known-matrixp): Check the values of arguments that are
465 variables.
466 (math-check-known-square-matrixp): New function.
467 (math-known-square-matrixp): Use math-check-known-square-matrixp.
468 (math-super-types): Add sqmatrix type.
469
470 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
471 mode name `square' to 'sqmatrix'.
472
473 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
474 mode name `square' to 'sqmatrix'.
475
476 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * progmodes/etags.el (select-tags-table-mode): Don't use
479 selective-display.
480 (tags-select-tags-table): Pass `button' to the action function.
481 (select-tags-table): Place the side-info on button properties rather
482 than in hidden text. Abbreviate file names.
483 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
484 (select-tags-table-select): Add `button' argument.
485 Get side-info from the button property rather than from hidden text.
486
487 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
488
489 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
490 (gud-speedbar-buttons): Preserve point if possible.
491 (gud-sentinel): Restore previous speedbar display type.
492
493 * progmodes/gdb-ui.el (gdba): Improve diagram.
494 (def-gdb-auto-update-handler, gdb-info-locals-handler)
495 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
496 Call get-buffer-window once.
497
498 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
501 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
502 (pascal-indent-command): Remove unused var `ind'.
503 (pascal-indent-case): Remove unused var `oldpos'.
504 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
505 since it's now used as a proper minor mode map.
506 (pascal-outline): Rename to pascal-outline-mode.
507 (pascal-outline-mode): Use define-minor-mode.
508 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
509 selective-display.
510
511 2005-10-10 Andreas Schwab <schwab@suse.de>
512
513 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
514 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
515
516 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
517 outside source directory.
518
519 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
520
521 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
522 C-x' as a prefix.
523 (orgtbl-mode-map): Full keymap instead of sparse, because all
524 `self-insert-command' keys are redefined in this map.
525 (org-export-as-html): Specify charset for HTML file, by taking it
526 from the coding system.
527
528 2005-10-10 Kenichi Handa <handa@m17n.org>
529
530 * textmodes/flyspell.el (flyspell-check-word-p):
531 If unread-command-events is non-empty, don't call sit-for.
532
533 2005-10-09 Richard M. Stallman <rms@gnu.org>
534
535 * font-lock.el (font-lock-syntactic-keywords)
536 (font-lock-keywords): Doc fixes.
537
538 * textmodes/flyspell.el (flyspell-external-point-words):
539 Simplify logic, and don't try to check for consecutive appearances
540 of one incorrect word.
541
542 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
543
544 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
545 separator.
546
547 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
548 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
549 (gud-expansion-speedbar-buttons): New function.
550 (gud-speedbar-buttons): Check for gud-comint-buffer.
551
552 2005-10-09 Bill Wohler <wohler@newt.com>
553
554 * Makefile.in (updates): Add mh-loaddefs dependency.
555
556 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
557
558 * speedbar.el (speedbar-file-key-map): Fix typo.
559
560 2005-10-09 Daniel Brockman <daniel@brockman.se>
561
562 * cus-start.el (line-spacing): Add custom spec.
563
564 2005-10-09 Romain Francoise <romain@orebokech.com>
565
566 * textmodes/ispell.el (ispell-check-version): Fix last change.
567
568 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
569
570 * term/x-win.el: Remove -i, --icon-type from comment.
571
572 * startup.el (command-line-x-option-alist): Remove options -i,
573 -itype, --icon-type, added -nb, --no-bitmap-icon
574
575 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
576
577 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
578 instead of :active.
579
580 2005-10-08 Eric Hanchrow <offby1@blarg.net>
581
582 * textmodes/ispell.el (ispell-check-version):
583 Ignore hyphen, and all that follows, in aspell's version text.
584
585 2005-10-08 Jay Belanger <belanger@truman.edu>
586
587 * calc/calc-arith.el (math-known-square-matrixp): New function.
588 (math-pow-fancy): Check for matrices before distributing exponent
589 across products.
590
591 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
592 fullscreen keypad. Suggested by Luc Teirlinck.
593 (calc-keypad-show-input): Add space for formatting.
594
595 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
596 Add square matrix option.
597
598 * calc/calc-poly.el (math-expand-term): Check for matrices instead
599 of checking calc-matrix-mode when deciding how to expand.
600
601 * calc/calc.el (calc-set-mode-line): Add square matrix option.
602
603 2005-10-08 Lars Hansen <larsh@soem.dk>
604
605 * net/tramp.el (tramp-perl-directory-files-and-attributes):
606 Add error handling.
607 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
608
609 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
610
611 Sync with Tramp 2.0.51.
612
613 * net/tramp.el (tramp-handle-set-visited-file-modtime)
614 (tramp-handle-insert-file-contents, tramp-handle-write-region):
615 Insert special handling for `last-coding-system-used', again
616 it still seems to be necessary (unlike stated before).
617 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
618 (tramp-password-prompt-regexp): There might be other words before
619 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
620 (tramp-chunksize): Improve docstring.
621 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
622 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
623 Christian Joergensen <bugs@razor.dk>.
624
625 2005-10-07 Glenn Morris <rgm@gnu.org>
626
627 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
628 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
629 precision'.
630
631 2005-10-07 Romain Francoise <romain@orebokech.com>
632
633 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
634 (ibuffer-do-shell-command-pipe-replace)
635 (ibuffer-do-shell-command-file, ibuffer-do-eval)
636 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
637 (ibuffer-do-revert, ibuffer-do-replace-regexp)
638 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
639 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
640 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
641 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
642 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
643 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
644 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
645 Autoload file sans suffix.
646
647 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
648
649 2005-10-07 David Ponce <david@dponce.com>
650
651 * recentf.el (recentf-menu-open-all-flag): New option.
652 (recentf-digit-shortcut-command-name): New function.
653 (recentf--shortcuts-keymap): New variable.
654 (recentf-menu-shortcuts): New variable.
655 (recentf-make-menu-items): Initialize it. Replace the "More..."
656 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
657 (recentf-menu-value-shortcut): New function.
658 (recentf-make-menu-item): Use it. No more in-lined.
659 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
660 (recentf-open-most-recent-file): Rename from
661 `recentf-open-file-with-key'. Don't depend on key binding.
662 (recentf-mode-map): New variable.
663 (recentf-mode): Use it.
664
665 2005-10-06 Bill Wohler <wohler@newt.com>
666
667 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
668
669 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
670 (MH-E-SRC): New. Used by mh-autoloads.
671 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
672 files in MH-E-SRC have been updated.
673 (compile, recompile, bootstrap): Depend on mh-autoloads.
674
675 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
676
677 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
678 gud-break and gud-remove icons when the fringe is not available.
679
680 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
681 Typo.
682
683 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
684
685 * play/zone.el (zone): Wrap body with save-window-excursion.
686
687 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
690 Use the new `list-only' arg to diary-list-entries.
691
692 * calendar/diary-lib.el: Use overlays rather than selective-display.
693 (diary-selective-display): New var.
694 (diary-header-line-format): Use it.
695 (diary-list-entries): Add argument `list-only'.
696 Put the buffer in diary-mode. Don't add \^M at beg and end.
697 Replace \^M by invisible overlays.
698 (diary-unhide-everything): Replace \^M by invisible overlays.
699 (print-diary-entries): Look for overlays rather than \^M.
700 Add a space to the temp buffer name.
701 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
702 Put the buffer in diary-mode.
703 (list-sexp-diary-entries): Replace \^M by invisible overlays.
704 (diary-anniversary): Make the year arg optional.
705 (diary-time-regexp): New const.
706 (diary-font-lock-keywords): Use it to accept a few more time formats.
707
708 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
709
710 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
711
712 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
713 Fix bug introduced 2005-07-03: Use (car (last ...))
714 to faithfully reproduce replaced artist-last.
715 (artist-set-arrow-points-for-poly): Likewise.
716 Suggested by Johan Bockg\e,Ae\e(Brd.
717
718 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
719
720 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
721 * wid-edit.el (widget):
722 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
723 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
724
725 2005-10-06 Kenichi Handa <handa@m17n.org>
726
727 * international/mule-cmds.el (set-language-environment):
728 Fix setting up of case-table for unibyte mode.
729
730 * simple.el (what-cursor-position): If the character is displayed
731 by some `display' text property, show that. Don't use
732 single-key-description for eight-bit characters in multibyte mode.
733
734 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
735
736 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
737 (gdb-ann3): Set it.
738 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
739 (gdb-info-frames-custom): Use inverse-video for first five
740 characters of selected frame only.
741 (gdb-get-frame-number): Select frame even when point is on frame
742 number.
743
744 2005-10-06 Masatake YAMATO <jet@gyve.org>
745
746 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
747 Put `font-lock-function-name-face'.
748 (gdb-info-frames-custom): Put `font-lock-function-name-face'
749 and `font-lock-variable-name-face'
750 (gdb-registers-font-lock-keywords): New font lock keywords definition.
751 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
752 (gdb-memory-font-lock-keywords): New font lock keywords definition.
753 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
754 (gdb-local-font-lock-keywords): New font lock keywords definition.
755 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
756 (gdb-threads-font-lock-keywords): New font lock keywords definition.
757 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
758
759 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
760
761 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
762 (ediff-merge-region-is-non-clash-to-skip): Previously called
763 ediff-merge-region-is-non-clash.
764
765 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
766 Use insert-buffer-substring.
767
768 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
769 selecting files to patch. Also bug fixes.
770
771 * ediff-util.el (ediff-setup): Bug fix.
772 (ediff-next-difference): Never skip clashes that differ in white
773 space only.
774
775 * ediff-wind.el (ediff-setup-control-frame)
776 (ediff-destroy-control-frame): Check the menubar feature.
777
778 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
779 (viper-refresh-mode-line): Use make-local-variable to localize
780 some vars instead of make-variable-buffer-local. Suggested by
781 Stefan Monnier.
782
783 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
784 (viper-restore-cursor-type, viper-set-insert-cursor-type):
785 Use make-local-variable instead of make-variable-buffer-local.
786 Suggested by Stefan Monnier.
787
788 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
789 (viper-comint-mode-hook): Use make-local-variable on
790 require-final-newline.
791 (viper-non-hook-settings): Don't use make-variable-buffer-local.
792
793 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
796 also the second char of a comment-start sequence.
797 (scheme-sexp-comment-syntax-table): New var.
798 (lambda, define): Set their scheme-doc-string-elt property.
799 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
800 Use lisp-font-lock-syntactic-face-function now that it properly
801 handles |...| symbols.
802 (scheme-mode-variables): Set lisp-doc-string-elt-property,
803 parse-sexp-lookup-properties and font-lock-extra-managed-props.
804
805 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
806 bit from # to |.
807 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
808
809 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
810 (lisp-doc-string-elt-property): New var.
811 (lisp-font-lock-syntactic-face-function): Use it.
812 Rewrite to recognize docstrings even for forms not at toplevel.
813
814 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
815 annotation on the | part of #| rather than on the # part.
816 (scheme-font-lock-syntactic-face-function): New function, to
817 distinguish strings from |...| symbols.
818 (scheme-mode-variables): Use it. Also fix up the font-lock-time
819 syntax-table so that #|...|# is properly highlighted.
820
821 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
822 Don't mark as docstring the 3rd elem of an unknown toplevel form.
823
824 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
827 and C-e.
828
829 * emacs-lisp/eldoc.el: Move comments into docstrings.
830 (eldoc-message-commands): Initialize in its declaration.
831 Add move-beginning-of-line and move-end-of-line.
832 (eldoc-add-command, eldoc-add-command-completions)
833 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
834
835 * outline.el (outline-mark-subtree): Activate the mark.
836
837 * calendar/appt.el (appt-time-regexp): New var.
838 (appt-add, appt-make-list): Use it.
839 (appt-convert-time): Clean up.
840
841 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
842 Don't set any syntax-table property here.
843 (tex-font-lock-verb): New function. Do it here.
844 (tex-font-lock-syntactic-keywords): Use it.
845
846 2005-10-04 Richard M. Stallman <rms@gnu.org>
847
848 * wid-edit.el (widget-file-complete): Get the widget start point
849 the right way. Default directory to `/' if file has none.
850
851 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
852
853 * textmodes/flyspell.el (flyspell-mode-on):
854 Call ispell-maybe-find-aspell-dictionaries.
855
856 * textmodes/ispell.el (ispell-word, ispell-region):
857 Call ispell-maybe-find-aspell-dictionaries.
858 (ispell-accept-buffer-local-defs):
859 Don't call ispell-maybe-find-aspell-dictionaries
860
861 2005-10-04 Richard M. Stallman <rms@gnu.org>
862
863 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
864
865 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
866
867 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
868 instead of `fboundp' in order to allow for anonymous functions.
869
870 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
871
872 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
873 case the user clicks on the link while another window is selected.
874 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
875
876 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
877 functionality.
878 (dframe-help-echo): Save point in case mouse tracking is off.
879
880 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
881
882 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
883
884 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
887 not change the global value of those vars.
888
889 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
890 make-local-variable which we do not need any more.
891
892 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
893
894 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
895 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
896 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
897 (speedbar-path-line): Define obsolete aliases.
898 (speedbar-line-directory): Doc fix.
899
900 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
901 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
902 instead of speedbar-line-path.
903
904 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
905
906 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
907 to nil if dropping on a window. Handle dropping on a minibuffer window
908 like dropping on a non-window part of Emacs.
909
910 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * net/ange-ftp.el: Use with-current-buffer.
913 (ange-ftp-insert-directory): Do not follow symlinks any more.
914
915 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
916 Remove interactive spec.
917
918 2005-10-03 Kim F. Storm <storm@cua.dk>
919
920 * ido.el (ido-mode): Use custom-initialize-set.
921
922 2005-10-02 Richard M. Stallman <rms@gnu.org>
923
924 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
925 Use insert-buffer-substring.
926
927 * net/tramp.el: Pacify byte compiler warnings in pacification code.
928 (tramp-handle-file-local-copy): Use insert-buffer-substring.
929
930 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
933 in last change.
934 (ange-ftp-insert-directory): Fix up the search for the case where
935 `file' is absolute.
936
937 2005-10-02 Romain Francoise <romain@orebokech.com>
938
939 * progmodes/compile.el (compile-goto-error): Delete extra paren.
940
941 2005-10-02 Andreas Schwab <schwab@suse.de>
942
943 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
944 directory component in the session info.
945
946 2005-10-01 Richard M. Stallman <rms@gnu.org>
947
948 * comint.el (comint-redirect-subvert-readonly): Doc fix.
949
950 * simple.el (next-error-internal): New function.
951
952 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
953 (compilation-start): Pass new arg to compilation-buffer-name.
954 (compile-goto-error): Use next-error-internal.
955
956 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
957
958 * speedbar.el: Remove RCS tag.
959 (speedbar-check-read-only): Handle non-existent files.
960
961 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
962
963 * info.el (Info-speedbar-hierarchy-buttons)
964 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
965
966 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
967
968 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
969 Do not match newline.
970 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
971 (bibtex-summary): Remove unnecessary save-excursion.
972 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
973
974 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
975
976 * term/mac-win.el: Add charset info for "iso10646-1".
977 Modify default fontset to use ATSUI-compatible fonts for some charsets
978 if available.
979
980 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
981
982 * speedbar.el: Re-apply arch tag.
983 (speedbar-version): Rename to version 1.0. Suggested by Eric
984 M. Ludlam.
985 Reapply two changes from Emacs CVS' version of speedbar lost
986 during the merge:
987 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
988 (speedbar-frame-parameters): Improve customize type.
989
990 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
993 (ange-ftp-file-directory-p): Fix the symlink case.
994 (ange-ftp-insert-directory): When listing a single file, get a list of
995 the parent buffer and extract the relevant line. Inspired from a patch
996 by Katsumi Yamaoka <yamaoka@jpl.org>.
997 (ange-ftp-file-name-sans-versions): Simplify.
998
999 2005-09-30 Bill Wohler <wohler@newt.com>
1000
1001 Move MH-E image files from toolbar and mail directories into
1002 etc/images.
1003
1004 * mail/reply2.*: Move to etc/images/mail/reply*.
1005
1006 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1007 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1008 etc/images.
1009
1010 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1011 * toolbar/reply*: Move to etc/images/mail.
1012
1013 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1014
1015 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1016
1017 * speedbar.el: New version 1.0pre3.
1018
1019 Frame management code (including timer, and mouse click specifics)
1020 moved to dframe.el:
1021 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1022 (speedbar-timer): Removed. Use dframe-timer.
1023 (speedbar-close-frame): Removed. Use dframe-close-frame.
1024 (speedbar-activity-change-focus-flag): Removed. Use
1025 dframe-activity-change-focus-flag.
1026 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1027 dframe-update-speed.
1028
1029 (speedbar-current-frame): New macro. Use this instead of the
1030 variable speedbar-frame.
1031
1032 (speedbar-use-images, speedbar-expand-image-button-alist)
1033 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1034
1035 (speedbar-find-image-on-load-path): Removed. Replaced by
1036 defezimage in ezimage.el.
1037 (speedbar-expand-image-button-alist): Removed. Replaced by
1038 ezimage-expand-image-button-alist in ezimage.el.
1039
1040 (speedbar-ignored-directory-regexp)
1041 (speedbar-add-ignored-directory-regexp)
1042 (speedbar-ignored-directory-expressions)
1043 (speedbar-line-directory, speedbar-buffers-line-directory)
1044 (speedbar-directory-line, speedbar-buffers-line-directory):
1045 Renamed, replacing `path' with `directory'.
1046
1047 (speedbar-create-directory, speedbar-expand-line-descendants)
1048 (speedbar-toggle-line-expansion)
1049 (speedbar-contract-line-descendants): New commands.
1050
1051 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1052 (speedbar-use-tool-tips-flag): New options.
1053
1054 (speedbar-check-read-only, speedbar-require-version)
1055 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1056 (speedbar-handle-delete-frame, speedbar-try-completion)
1057 (speedbar-update-localized-contents): New functions.
1058
1059 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1060 (speedbar-object-read-only-indicator): New variables.
1061
1062 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1063 New hooks.
1064
1065 (speedbar-separator-face): New face.
1066
1067 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1068 (speedbar-ignored-modes): Add fundamental-mode.
1069 (speedbar-directory-unshown-regexp): Add . directories.
1070
1071 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1072 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1073 `]' for full expand/close.
1074 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1075
1076 (speedbar-check-vc): Support hidden files.
1077 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1078 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1079 state is nil, it is not checked out.
1080
1081 (speedbar-line-text, speedbar-line-token): Support expand buttons
1082 with no text.
1083 (speedbar-refresh): Universal argument acts as power-click.
1084 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1085 that buffer to get variable values.
1086
1087 And many other bugfixes.
1088
1089 * dframe.el, ezimage.el, sb-image.el: New files.
1090
1091 * sb-*.xpm: Remove files. New image files installed into
1092 etc/images/ezimage.
1093
1094 2005-09-30 Kenichi Handa <handa@m17n.org>
1095
1096 * ps-mule.el (ps-mule-show-warning): If a character is in
1097 ps-print-translation-table, don't treat it as non-printable.
1098
1099 2005-09-30 David Ponce <david@dponce.com>
1100
1101 * tree-widget.el (tree-widget-themes-load-path): New variable.
1102 (tree-widget-themes-directory): Doc fix.
1103 (tree-widget-image-formats) [Emacs]: Doc fix.
1104 (tree-widget--locate-sub-directory): New function.
1105 (tree-widget-themes-directory): Use it.
1106
1107 * recentf.el (recentf-filename-handlers): Rename from
1108 `recentf-filename-handler'. Allow a list of functions.
1109 (recentf-menu-items-for-commands): Fix :help strings.
1110 (recentf-apply-filename-handlers): New function.
1111 (recentf-expand-file-name): Use it.
1112 (recentf-cleanup): Remove duplicates too.
1113
1114 2005-09-29 Juri Linkov <juri@jurta.org>
1115
1116 * faces.el: Rearrange face definitions to be in the same order as
1117 their face descriptions in "(emacs)Standard Faces".
1118
1119 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1120
1121 * tooltip.el (tooltip): Add group `basic-faces'.
1122
1123 * buff-menu.el (Buffer-menu-buffer): Remove group
1124 `font-lock-highlighting-faces'.
1125
1126 * progmodes/compile.el (compilation-error, compilation-warning)
1127 (compilation-info, compilation-line-number, compilation-column-number):
1128 Change group from `font-lock-highlighting-faces' to `compilation'.
1129
1130 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1131 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1132 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1133 (vhdl-font-lock-reserved-words-face)
1134 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1135 `font-lock-highlighting-faces'.
1136
1137 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1138
1139 2005-09-28 Kim F. Storm <storm@cua.dk>
1140
1141 * emulation/cua-base.el: Set CUA move property on additional commands:
1142 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1143 forward-sexp, backward-sexp, forward-list, backward-list.
1144
1145 2005-09-28 Romain Francoise <romain@orebokech.com>
1146
1147 * comint.el (comint-show-output): Really set point at the
1148 beginning of the output when not using `comint-use-prompt-regexp'.
1149
1150 2005-09-27 Jay Belanger <belanger@truman.edu>
1151
1152 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1153 in TeX mode.
1154
1155 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1156
1157 * textmodes/org.el (org-table-sum): Fix format string.
1158
1159 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1160 Quote face names.
1161
1162 2005-09-26 Romain Francoise <romain@orebokech.com>
1163
1164 * isearch.el (isearch-forward-regexp): Close doc string.
1165
1166 2005-09-25 Richard M. Stallman <rms@gnu.org>
1167
1168 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1169
1170 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1171
1172 * progmodes/compile.el (compilation-error-properties):
1173 When getting the file from the previous error message,
1174 correctly decode the new data format.
1175
1176 * progmodes/cc-cmds.el (c-electric-paren):
1177 Call old-blink-paren only for close-paren.
1178
1179 2005-09-24 Andreas Schwab <schwab@suse.de>
1180
1181 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1182 condition.
1183
1184 2005-09-25 Romain Francoise <romain@orebokech.com>
1185
1186 * dired-aux.el (dired-copy-file-recursive):
1187 * dired.el (dired-delete-file):
1188 * ediff-mult.el (ediff-dir-diff-copy-file):
1189 * ediff-util.el (ediff-test-save-region):
1190 * forms.el (forms-mode):
1191 * ido.el (ido-file-internal, ido-delete-file-at-head):
1192 * log-edit.el (log-edit-done):
1193 * ses.el (ses-yank-resize):
1194 * play/gomoku.el (gomoku-human-plays, gomoku)
1195 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1196 (gomoku-offer-a-draw):
1197 * play/landmark.el (lm-human-resigns, lm):
1198 * net/eudcb-ldap.el (eudc-ldap-check-base):
1199 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1200 * progmodes/ebrowse.el (ebrowse-find-pattern):
1201 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1202 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1203 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1204
1205 * vc.el (vc-delete-file):
1206 * play/gomoku.el (gomoku-terminate-game, gomoku)
1207 (gomoku-prompt-for-move, gomoku-human-takes-back):
1208 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1209 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1210
1211 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1212
1213 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1214 color rxvt terminals by using the code xterm.el used to use before
1215 2005-04-09 in order to match the colors used by rxvt.
1216
1217 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1218
1219 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1220 colors rxvt-unicode terminals by using the same code as xterm.el.
1221
1222 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1225 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1226 new symbol used for the tex-verbatim face.
1227
1228 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1229
1230 * woman.el (woman-file-name):
1231 * wid-edit.el (widget-file-prompt-value)
1232 (widget-coding-system-prompt-value):
1233 * w32-fns.el (set-w32-system-coding-system):
1234 * vc.el (vc-version-diff, vc-annotate):
1235 * textmodes/reftex-auc.el (reftex-arg-cite)
1236 (reftex-arg-index-tag):
1237 * textmodes/refer.el (refer-get-bib-files):
1238 * textmodes/artist.el (artist-figlet-choose-font):
1239 * terminal.el (terminal-emulator):
1240 * replace.el (occur-read-primary-args):
1241 * rect.el (string-rectangle, string-insert-rectangle):
1242 * ps-print.el (ps-print-preprint):
1243 * progmodes/pascal.el (pascal-goto-defun):
1244 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1245 * progmodes/compile.el (compilation-find-file):
1246 * printing.el (pr-interactive-n-up):
1247 * play/animate.el (animate-birthday-present):
1248 * net/rcompile.el (remote-compile):
1249 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1250 * mail/rmailsum.el (rmail-summary-search-backward)
1251 (rmail-summary-search):
1252 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1253 (rmail-output-read-file-name):
1254 * mail/rmail.el (rmail-search, rmail-search-backwards):
1255 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1256 * locate.el (locate):
1257 * international/quail.el (quail-show-keyboard-layout):
1258 * international/mule.el (set-buffer-file-coding-system)
1259 (revert-buffer-with-coding-system, set-file-name-coding-system)
1260 (set-terminal-coding-system, set-keyboard-coding-system)
1261 (set-next-selection-coding-system):
1262 * international/mule-diag.el (describe-coding-system)
1263 (describe-font, describe-fontset):
1264 * international/mule-cmds.el (universal-coding-system-argument)
1265 (search-unencodable-char, describe-input-method)
1266 (set-language-environment, describe-language-environment):
1267 * international/codepage.el (codepage-setup):
1268 * international/code-pages.el (codepage-setup):
1269 * info.el (Info-search, Info-follow-reference)
1270 (Info-search-backward):
1271 * emacs-lisp/advice.el (ad-read-advised-function)
1272 (ad-read-advice-class, ad-clear-cache, ad-activate)
1273 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1274 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1275 (ad-read-regexp):
1276 * ediff-util.el (ediff-toggle-regexp-match):
1277 * ediff-ptch.el (ediff-prompt-for-patch-file):
1278 * dired-aux.el (dired-diff):
1279 * diff.el (diff):
1280 * cus-edit.el (custom-variable-prompt):
1281 * calendar/timeclock.el (timeclock-ask-for-project):
1282 * calc/calcalg3.el (calc-get-fit-variables):
1283 * calc/calc-store.el (calc-edit-variable)
1284 (calc-permanent-variable):
1285 * vc-mcvs.el (vc-mcvs-register):
1286 * shadowfile.el (shadow-define-literal-group):
1287 * woman.el (woman-file-name):
1288 * vc.el (vc-version-diff, vc-merge):
1289 * textmodes/reftex-index.el (reftex-index-complete-tag):
1290 * format.el (format-decode-buffer, format-decode-region):
1291 * emulation/viper-cmd.el (viper-read-string-with-history):
1292 * emacs-lisp/debug.el (cancel-debug-on-entry):
1293 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1294 * ediff.el (ediff-merge-revisions)
1295 (ediff-merge-revisions-with-ancestor, ediff-revision):
1296 * completion.el (interactive-completion-string-reader):
1297 * calc/calc-prog.el (calc-user-define-formula):
1298 Follow convention for reading with the minibuffer.
1299
1300 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1301
1302 * progmodes/python.el (python-describe-symbol): Add globals() and
1303 locals() to the arguments of emacs.ehelp.
1304
1305 2005-09-24 Magnus Henoch <mange@freemail.hu>
1306
1307 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1308 New function, code extracted from ispell-valid-dictionary-list.
1309 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1310 Call it.
1311
1312 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1313
1314 * subr.el (version-regexp-alist): Extend valid syntax for version
1315 strings: allow any of the characters -,_,+ to separate the
1316 alpha/beta/rc part from the version part. Doc fix.
1317 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1318
1319 2005-09-23 David Reitter <david.reitter@gmail.com>
1320
1321 * mail/mailclient.el: New file.
1322
1323 2005-09-23 Richard M. Stallman <rms@gnu.org>
1324
1325 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1326 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1327 Doc fixes.
1328
1329 * progmodes/cc-mode.el (c-font-lock-init):
1330 Specify font-lock-lines-before.
1331
1332 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1335 whole conflict.
1336
1337 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1338
1339 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1340 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1341 of `remap' feature when available. Additional key bindings for
1342 better tty support.
1343 (org-mode-restart, org-force-self-insert): New commands.
1344 (org-time-stamp-inactive): New command.
1345 (org-remap): New function.
1346 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1347 (org-enable-fixed-width-editor): Move to `org-structure'
1348 customization group.
1349 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1350 blank field after field motion commands.
1351
1352 2005-09-23 Kenichi Handa <handa@m17n.org>
1353
1354 * international/mule-cmds.el (set-language-environment):
1355 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1356 have to call utf-translate-cjk-load-tables.
1357
1358 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * mouse.el (mouse-move-drag-overlay): Fix last change.
1361
1362 2005-09-22 David Ponce <david@dponce.com>
1363
1364 * tree-widget.el (tree-widget-value-create): Fix previous change.
1365
1366 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1367
1368 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1369
1370 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * mouse.el (mouse-move-drag-overlay): New function.
1373 (mouse-drag-region-1): Use it.
1374 Try to simplify a bit the state handling. Handle clicks on links
1375 inside intangible areas.
1376 (mouse-save-then-kill): Minor simplification.
1377 (mouse-secondary-overlay): Make it always non-nil instead of
1378 recreating it each time.
1379 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1380 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1381 Simplify accordingly.
1382
1383 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1384
1385 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1386
1387 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1388
1389 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1390 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1391 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1392 to patch.
1393
1394 * ediff-util.el: Use insert-buffer-substring.
1395
1396 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1397
1398 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1399 field boundaries in the minibuffer.
1400 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1401 (viper-minibuffer-post-command-hook): New hook.
1402 (viper-line): Don't move cursor at bolp.
1403
1404 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1405
1406 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1407 avoid compiler warnings.
1408
1409 * emulation/viper-macs.el (ex-map): Better messages.
1410
1411 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1412
1413 * emulation/viper.el: Replace make-variable-buffer-local with
1414 viper-make-variable-buffer-local everywhere, to avoid warnings.
1415
1416 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1419 Delete unused var `old-selected-window'.
1420 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1421 (mouse-drag-secondary): Delete unused var `start-frame'.
1422
1423 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1424
1425 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1426
1427 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1430 Re-indent within 80 columns. Use inhibit-read-only.
1431
1432 2005-09-19 Romain Francoise <romain@orebokech.com>
1433
1434 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1435
1436 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1439 unconditionally, since the after-change-function already did it.
1440
1441 2005-09-19 Miles Bader <miles@gnu.org>
1442
1443 * net/newsticker.el: Get rid of CVS keyword.
1444
1445 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1446
1447 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1448 The prompt is formatted later.
1449
1450 2005-09-19 David Ponce <david@dponce.com>
1451
1452 * tree-widget.el (tree-widget-value-create): Save the converted
1453 tree :node widget.
1454
1455 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1456
1457 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1458 variable `message'.
1459
1460 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1461
1462 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1463 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1464 <slawomir.nowaczyk.847@student.lu.se>.
1465
1466 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * image.el (image-load-path): Use symbol `data-directory' instead
1469 of its value, for backward compatibility with packages that bind
1470 it during `find-image'. Suggested by Katsumi Yamaoka.
1471 (image-search-load-path): Handle symbols whose values are strings.
1472
1473 2005-09-18 Romain Francoise <romain@orebokech.com>
1474
1475 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1476 with-current-buffer form in save-excursion.
1477
1478 2005-09-18 D Goel <deego@gnufans.org>
1479
1480 * apropos.el (apropos-command): Fix `message' call: first arg
1481 should be a format spec. In this and all other cases that appear
1482 below and elsewhere in the source code, I made a change only when
1483 two conditions were satisfied: [1] I can think of a possibility
1484 that the arguments would cause an error, for example, the code in
1485 question relies on external variables such as filenames. [2] I
1486 was sure that the arg to `message' could not have been nil in the code.
1487
1488 * textmodes/tildify.el (tildify-region): Ditto.
1489
1490 * textmodes/reftex-index.el (reftex-index-change-entry)
1491 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1492 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1493 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1494 (org-priority, org-table-sum):
1495 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1496 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1497 (flyspell-word, flyspell-display-next-corrections):
1498 * textmodes/bibtex.el (bibtex-print-help-message):
1499 * textmodes/artist.el (artist-key-set-point-poly):
1500 * term/mac-win.el (mac-services-insert-text):
1501 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1502 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1503 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1504 (vhdl-compose-configuration):
1505 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1506 (sh-set-indent, sh-learn-line-indent):
1507 * progmodes/ps-mode.el (ps-mode-target-column):
1508 * progmodes/idlwave.el (idlwave-make-tags)
1509 (idlwave-scan-library-catalogs):
1510 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1511 * progmodes/gud.el (gud-jdb-analyze-source):
1512 * progmodes/flymake.el (flymake-log):
1513 * progmodes/ebnf2ps.el (ebnf-generate-region):
1514 * progmodes/cmacexp.el (c-macro-expansion):
1515 * progmodes/ada-xref.el (ada-treat-cmd-string):
1516 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1517 (ada-justified-indent-current, ada-batch-reformat):
1518 * play/zone.el (zone):
1519 * play/landmark.el (lm-move):
1520 * play/decipher.el (decipher-show-alphabet):
1521 * net/newsticker.el (newsticker--display-jump)
1522 (newsticker--display-scroll):
1523 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1524 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1525 * mail/feedmail.el (feedmail-dump-message-to-queue):
1526 * eshell/esh-proc.el (eshell-remove-process-entry):
1527 * emulation/ws-mode.el (ws-last-error):
1528 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1529 (viper-record-kbd-macro):
1530 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1531 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1532 * emacs-lisp/find-func.el (find-function-noselect):
1533 * calendar/timeclock.el (timeclock-status-string)
1534 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1535 (timeclock-when-to-leave-string):
1536 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1537 * calc/calc-units.el (calc-enter-units-table):
1538 * calc/calc-mode.el (calc-mode-record-mode):
1539 * woman.el (woman-mini-help):
1540 * wdired.el (wdired-change-to-wdired-mode):
1541 * vc.el (vc-retrieve-snapshot):
1542 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1543 * startup.el (display-startup-echo-area-message):
1544 * simple.el (set-goal-column):
1545 * ses.el (ses-command-hook, ses-recalculate-cell):
1546 * server.el (server-process-filter):
1547 * printing.el (pr-interface-txt-print, pr-interface-printify)
1548 (pr-interface-ps):
1549 * pcvs.el (cvs-help):
1550 * log-edit.el (log-edit, log-edit-mode-help):
1551 * iswitchb.el (iswitchb-possible-new-buffer):
1552 * isearch.el (isearch-edit-string):
1553 * image-mode.el (image-mode, image-minor-mode):
1554 * ibuf-macs.el (define-ibuffer-filter):
1555 * hi-lock.el (hi-lock-find-patterns):
1556 * files.el (toggle-read-only):
1557 * ediff-util.el (ediff-copy-diff)
1558 (ediff-write-merge-buffer-and-maybe-kill):
1559 * echistory.el (Electric-history-undefined):
1560 * dnd.el (dnd-insert-text):
1561 * dired-aux.el (dired-query):
1562 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1563 * bookmark.el (bookmark-bmenu-locate):
1564 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1565 Fix `message' calls to ensure first arg is a format string.
1566 The change was made only when these two conditions were satisfied:
1567 [1] when there is a possibility that the arguments would cause an error
1568 for example, if the code in question relies on external variables
1569 such as filenames, and
1570 [2] if the arg to `message' could not have been nil in the code.
1571
1572 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1573 Not having a %s would be weird, though not technically wrong.
1574
1575 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1576
1577 * term/mac-win.el (mac-add-charset-info): Doc fix.
1578
1579 2005-09-17 Romain Francoise <romain@orebokech.com>
1580
1581 * shell.el (shell-resync-dirs): Handle echoing processes more
1582 reliably. Don't insert resync command if `comint-process-echoes'
1583 is non-nil.
1584
1585 2005-09-17 Magnus Henoch <mange@freemail.hu>
1586
1587 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1588 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1589 aspell versions >= 0.60.
1590 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1591 only if ispell-aspell-supports-utf8 is non-nil.
1592
1593 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1594
1595 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1596 buffer-local value to lisp-indent-function.
1597
1598 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1599
1600 * progmodes/glasses.el (glasses-make-readable): If
1601 glasses-separator differs from underscore, put appropriate
1602 overlays over underscore characters.
1603 (glasses-convert-to-unreadable): If glasses-separator differs from
1604 underscore, try to convert glasses-separator characters to
1605 underscores.
1606
1607 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1610 Use with-syntax-table and dolist.
1611
1612 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1613
1614 * textmodes/reftex-auc.el:
1615 * textmodes/reftex-cite.el:
1616 * textmodes/reftex-dcr.el:
1617 * textmodes/reftex-global.el:
1618 * textmodes/reftex-parse.el:
1619 * textmodes/reftex-ref.el:
1620 * textmodes/reftex-sel.el:
1621 * textmodes/reftex-toc.el:
1622 * textmodes/reftex-vars.el:
1623 * textmodes/reftex.el: Small changes to remove compiler warnings.
1624
1625 * textmodes/reftex-index.el: Likewise.
1626 (reftex-query-index-phrase): More efficient use of markers.
1627
1628 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1629
1630 * image.el (image-load-path): New variable.
1631 (image-search-load-path): New function.
1632 (find-image): Search for images in `image-load-path'.
1633
1634 2005-09-15 Richard M. Stallman <rms@gnu.org>
1635
1636 * follow.el: Change Maintainer field.
1637
1638 2005-09-15 David Ponce <david@dponce.com>
1639
1640 * recentf.el (recentf-save-file-modes): New option.
1641 (recentf-save-list): Use it.
1642
1643 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1644
1645 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1646 (mode-line-mule-info, mode-line-modified): Move bindings from
1647 mouse-3 to mouse-1.
1648
1649 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * simple.el (sendmail-user-agent-compose): Revert last change.
1652
1653 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1656 Use with-current-buffer.
1657 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1658 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1659 (ange-ftp-insert-directory): Remove unused var `short'.
1660 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1661
1662 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1663 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1664
1665 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1666 (check-calendar-holidays, diary-list-entries): Autoload.
1667 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1668 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1669
1670 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1671 which mistakenly removed a call to display-buffer.
1672
1673 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1674
1675 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1676
1677 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1678
1679 * progmodes/hideshow.el
1680 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1681 (hs-allow-nesting): New user var.
1682 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1683 (hs-hide-block-at-point): When nesting allowed,
1684 if there is already an overlay in place, delete it.
1685 (hs-safety-is-job-n): Delete func; remove call sites.
1686 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1687 (hs-overlay-at): New func.
1688 (hs-already-hidden-p, hs-show-block): Use it.
1689 (hs-hide-all): Don't pre-clean if nesting allowed.
1690 (hs-show-all): Temporarily disallow
1691 nesting around call to `hs-discard-overlays'.
1692
1693 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1694
1695 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1696 Delete unused local var.
1697
1698 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1699
1700 * help-fns.el (describe-categories): "?\ " -> "?\s".
1701 (help-do-arg-highlight): Recognize also ARG-n, as in
1702 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1703
1704 * international/codepage.el (dos-unsupported-char-glyph):
1705 * net/newsticker.el (tool-bar-map, w3-mode-map)
1706 (w3m-minor-mode-map):
1707 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1708 (ent-alist):
1709 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1710
1711 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * custom.el (custom-push-theme): Handle the case where a symbol is
1714 bound but face properties have not yet been assigned.
1715
1716 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1717 Fix behavior if noerase is `t' and there is no mail buffer.
1718
1719 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1720 if `continue' is nil, rather than signal an error.
1721
1722 2005-09-12 Richard M. Stallman <rms@gnu.org>
1723
1724 * font-lock.el (font-lock-keywords): Add autoload.
1725
1726 * help-fns.el (describe-variable): Rearrange to put source link
1727 in a predictable place.
1728
1729 * net/newsticker.el: New file.
1730
1731 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1734 (calendar-basic-setup): Use the new nil arg.
1735 (number-of-diary-entries): Move to diary-lib.el.
1736
1737 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1738 (diary-list-entries): Use with-syntax-table and dolist.
1739 Rename from list-diary-entries.
1740 Use number-of-diary-entries if `number' is nil.
1741 (diary, diary-view-entries): Use this new name and new nil arg value.
1742 (number-of-diary-entries): Move from calendar.el.
1743 (diary-unhide-everything): New function.
1744 (include-other-diary-files, fancy-diary-display)
1745 (diary-show-all-entries, make-diary-entry): Use it.
1746 (diary-mail-entries): Use buffer-string.
1747 (mark-diary-entries): Fix long standing paren typo.
1748 (diary-sexp-entry): Use count-lines.
1749 (make-diary-entry): Avoid `previous-line'.
1750 (diary-mode-map): New var.
1751 (diary-mode): Redraw cal after saving. Setup header-line.
1752 (fancy-diary-display-mode): Use local-set-key.
1753
1754 * startup.el (command-line): Try calling various terminal-init-foo-bar
1755 functions by stripping hyphenated suffixes from $TERM.
1756
1757 * files.el (normal-mode): Check boundness of font-lock-keywords.
1758
1759 2005-09-12 Richard M. Stallman <rms@gnu.org>
1760
1761 * progmodes/compile.el: Don't decide a file's directory
1762 until the user actually tries to go there.
1763 (compilation-next-error-function):
1764 Pass compilation-find-file the directory from the file-struct.
1765 (compilation-internal-error-properties): Separate local FILE-STRUCT
1766 from FILE. Doc the args better. Rename arg FMT to FMTS.
1767 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1768 Expand it, and if nil, use default-directory.
1769 (compilation-get-file-structure): Don't mix specified directory
1770 with default directory. Put specified directory into
1771 file-struct. Don't make the file name absolute.
1772
1773 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1774 (compile-command): Add autoload.
1775 (compilation-disable-input): Add autoload.
1776
1777 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1778
1779 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1780 strings of the variables it can override.
1781 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1782 %Q and %q, for fully-qualified domain name and unqualified host name.
1783
1784 2005-09-11 Kim F. Storm <storm@cua.dk>
1785
1786 * emacs-lisp/authors.el (authors-aliases): Update list.
1787 (authors-fixed-entries): Update mldrag.el entry.
1788
1789 2005-09-10 Alan Mackenzie <acm@muc.de>
1790
1791 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1792 from the region narrowed to.
1793
1794 2005-09-10 Magnus Henoch <mange@freemail.hu>
1795
1796 * textmodes/ispell.el (ispell-check-version): Signal an error if
1797 aspell version is less than 0.60.
1798
1799 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1800
1801 * progmodes/octave-inf.el (inferior-octave-startup):
1802 Resync current dir at the end.
1803
1804 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1805
1806 * woman.el (woman-topic-at-point-default):
1807 Rename to woman-use-topic-at-point-default.
1808 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1809 (woman-file-name): Reflect renames above. Automatically use the
1810 word at point as topic if woman-use-topic-at-point is non-nil.
1811 Otherwise offer it as default but don't insert it in the
1812 minibuffer. Also use `test-completion' instead of `assoc' as
1813 suggested by Stefan Monnier.
1814
1815 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1816
1817 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1818 the attempt to do it over Tramp. This is not yet supported.
1819
1820 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1821
1822 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1823 (menu-bar-non-minibuffer-window-p): New functions.
1824 ("Split Window", "Save As..."): Use them.
1825 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1826 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1827 Use menu-bar-menu-frame-live-and-visible-p.
1828 ("Save Buffer", "Insert File", "Open Directory...")
1829 ("Open File...", "Visit New File..."):
1830 Use menu-bar-non-minibuffer-window-p.
1831 (kill-this-buffer-enabled-p, dired <menu-enable>):
1832 Use menu-bar-non-minibuffer-window-p.
1833
1834 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1835
1836 * cus-start.el (all): Don't complain about fringe-related
1837 built-ins if fringes are not supported. Ditto about
1838 selection-related built-ins. Fix the test for GTK-related built-ins.
1839
1840 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1841 ("Postscript Print Buffer", "Print Region", "Save As...")
1842 ("Save", "Insert File...", "Open Directory...")
1843 ("Open File...", "Visit New File..."")
1844 ("Truncate Long Lines in this Buffer"): Don't look at
1845 menu-updating-frame if this display does not support multiple frames.
1846
1847 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1848
1849 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1850
1851 2005-09-09 Emilio Lopes <eclig@gmx.net>
1852
1853 * woman.el: Format- and whitespace-related changes.
1854
1855 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1856
1857 * woman.el: Fix my email address.
1858
1859 2005-09-08 Richard M. Stallman <rms@gnu.org>
1860
1861 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1862 (sh-mode): Locally set skeleton-pair-default-alist.
1863
1864 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1865
1866 * progmodes/flymake.el: Require `compile' unconditionally.
1867
1868 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1869
1870 * woman.el (woman-file-name): Provide a default, not initial input.
1871
1872 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1873
1874 * font-lock.el (font-lock-support-mode): Doc fix.
1875
1876 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1877
1878 2005-09-08 Richard M. Stallman <rms@gnu.org>
1879
1880 * simple.el (blink-matching-open): Get rid of text props from
1881 the string shown in echo area. Don't permanently set point.
1882 Some rearrangements.
1883
1884 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1885
1886 * recentf.el (recentf-filename-handler): Add custom choice
1887 `abbreviate-file-name'.
1888
1889 * msb.el (msb--very-many-menus): Fix typo.
1890
1891 * disp-table.el (standard-display-european): Don't set
1892 enable-multibyte-characters to nil.
1893
1894 2005-09-08 David Ponce <david@dponce.com>
1895
1896 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1897 (recentf-expand-file-name): Doc fix.
1898 (recentf-dialog-mode-map): Define digit shortcuts.
1899 (recentf--files-with-key): New variable.
1900 (recentf-show-digit-shortcut-filter): New function.
1901 (recentf-open-files-items): New function.
1902 (recentf-open-files): Use it.
1903 (recentf-open-file-with-key): New command.
1904
1905 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1906
1907 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1908 Suggested by Kim F. Storm.
1909 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1910 (Buffer-menu-make-sort-button): Use global keymap.
1911
1912 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1913
1914 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1915 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1916 necessary any longer with the remapped command.
1917 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1918 formatting time only.
1919
1920 * net/tramp.el (tramp-action-password)
1921 (tramp-multi-action-password): Compile the password prompt from
1922 `method', `user' and `host'. Sometimes it isn't obvious which
1923 password to enter, for example with remote files offered by
1924 recentf.el, or with multiple steps. Suggested by Robert Marshall
1925 <robert@chezmarshall.freeserve.co.uk>.
1926
1927 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1930 Fix regexp for when "s///" is at the beginning of line.
1931
1932 2005-09-07 Jay Belanger <belanger@truman.edu>
1933
1934 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1935 when in matrix mode.
1936
1937 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1940 non-anonymous functions.
1941
1942 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1945 when using a header line. Otherwise, use mouse-1-click-follows-link.
1946
1947 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1948 can't be moved; don't signal an error.
1949
1950 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1951
1952 * cus-theme.el (custom-theme-write-faces): Save the current face
1953 spec, not the defface spec.
1954
1955 * custom.el (custom-known-themes): Clarify meaning of "standard".
1956 (custom-push-theme): Save old values in the standard theme.
1957 (disable-theme): Correct typo.
1958 (custom-face-theme-value) Deleted unused function.
1959 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1960
1961 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * progmodes/compile.el (compilation-goto-locus): Take into account
1964 iconified frames when determining whether the buffer is
1965 already visible.
1966 Don't reset window height if the window already existed.
1967
1968 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * custom.el (load-theme): Rename from require-theme.
1971 Add interactive spec.
1972 (enable-theme): Rename from custom-enable-theme.
1973 Add interactive spec.
1974 (disable-theme): Rename from custom-disable-theme.
1975 Add interactive spec.
1976 (custom-make-theme-feature): Doc fix.
1977 (custom-theme-directory): Doc fix.
1978 (provide-theme): Call enable-theme.
1979
1980 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * obsolete/lazy-lock.el (lazy-lock-mode):
1983 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1984 font-lock-mode if it's off. Print a warning instead.
1985
1986 * progmodes/compile.el (compilation-start): Ignore errors if the
1987 process died before we get to send-eof.
1988
1989 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1990 Undo last change. Enclosing the result in quotes broke things on Unix
1991 since tex-send-command passes it through shell-quote-argument.
1992 (tex-send-command): Pass `file' through convert-standard-filename
1993 when possible.
1994 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1995 info in a transcript.
1996
1997 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1998
1999 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2000 fix compilation warning. Reorder the key definitions to group
2001 together keys emitted by the current version of xterm.
2002
2003 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2004 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2005 Reorder predicates to correct min-color usage.
2006
2007 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2008
2009 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2010 Kill local variables when longlines-mode is turned off.
2011
2012 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2015
2016 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2017
2018 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2019
2020 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2021 (font-lock-lines-before): Change default to being inactive.
2022 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2023 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2024
2025 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2026
2027 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2028 Deactivate temporarily advice if active (not needed for Emacs 22,
2029 but for backwards compatibility).
2030 (tramp-exists-file-name-handler): Rewrite. First implementation
2031 was too simple.
2032 (tramp-advice-make-auto-save-file-name):
2033 Call `tramp-handle-make-auto-save-file-name' (again, just for
2034 backwards compatibility).
2035
2036 2005-08-31 Reto Zimmermann <reto@gnu.org>
2037
2038 * progmodes/vhdl-mode.el
2039 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2040 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2041 (vhdl-set-default-project): New function (easier setting of default).
2042 (vhdl-port-copy): Handle extended identifiers for generics.
2043 (vhdl-compiler-alist): Better description for error message regexp.
2044 (vhdl-make): Query for target, use previous as default.
2045 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2046 (vhdl-font-lock-keywords-2): Fix fontification for record
2047 el. assign.
2048 (vhdl-speedbar-make-subpack-line): Add package body link.
2049 (vhdl-generate-makefile-1): Not include itself as dependency.
2050 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2051 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2052 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2053 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2054 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2055 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2056 (vhdl-import-project): Add string argument for `error'.
2057 (vhdl-compose-configuration)
2058 (vhdl-compose-configuration-architecture): Add configuration
2059 declaration generation.
2060 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2061 (vhdl-trailer-re): Add "record" keyword (better indentation).
2062 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2063 "[^ \t-\"]+".
2064 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2065 (vhdl-testbench-entity-file-name)
2066 (vhdl-testbench-architecture-file-name): Allow separate
2067 customization of testbench file names.
2068 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2069 (vhdl-get-visible-signals): Allow newline within alias declaration.
2070 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2071 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2072 (member-ignore-case): Alias for missing function in XEmacs.
2073 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2074 (vhdl-update-sensitivity-list): Ignore case on read signals.
2075 (vhdl-replace-string): Adjust case only for file names.
2076 (vhdl-update-sensitivity-list): Fix search for read signals.
2077 (vhdl-update-sensitivity-list): Exclude formal parameters.
2078 (vhdl-get-visible-signals): Include aliases of signals.
2079 (vhdl-get-visible-signals): Fix signal name searching.
2080 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2081 (vhdl-fixup-whitespace-region): Fix for character
2082 literals (e.g. ':').
2083
2084 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2085
2086 * ansi-color.el (comint-last-output-start):
2087 * bs.el (font-lock-verbose):
2088 * diff-mode.el (add-log-buffer-file-name-function):
2089 * dired-x.el (vm-folder-directory):
2090 * faces.el (help-xref-stack-item):
2091 * files.el (font-lock-keywords):
2092 * find-lisp.el (dired-buffers, dired-subdir-alist):
2093 * ido.el (cua-inhibit-cua-keys):
2094 * log-view.el (cvs-minor-wrap-function):
2095 * outline.el (font-lock-warning-face):
2096 * simple.el (compilation-current-error):
2097 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2098 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2099 * tooltip.el (comint-prompt-regexp):
2100 * w32-fns.el (explicit-shell-file-name):
2101 * term/mac-win.el (mac-charset-info-alist)
2102 (mac-services-selection, mac-system-script-code):
2103 * term/tty-colors.el (msdos-color-values):
2104 * term/w32-win.el (xlfd-regexp-registry-subnum):
2105 * term/x-win.el (x-keysym-table, x-selection-timeout)
2106 (x-session-id, x-session-previous-id):
2107 * textmodes/ispell.el (mail-yank-prefix):
2108 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2109 * textmodes/org.el (calc-embedded-close-formula)
2110 (calc-embedded-open-formula)
2111 (font-lock-unfontify-region-function):
2112 * textmodes/reftex-global.el (isearch-next-buffer-function)
2113 (TeX-master):
2114 * textmodes/reftex.el (font-lock-keywords):
2115 * textmodes/tex-mode.el (font-lock-comment-face)
2116 (font-lock-doc-face):
2117 * textmodes/texinfo.el (outline-heading-alist):
2118 Add defvars.
2119
2120 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2121 (artist-spray-chars, artist-mode-init, artist-replace-string)
2122 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2123 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2124 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2125
2126 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2127 (conf-align-assignments): "?\ " -> "?\s".
2128
2129 * textmodes/reftex-index.el (TeX-master): Add defvar.
2130 (reftex-index-phrases-marker): Move up defvar.
2131
2132 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2133 (reftex-toc-include-labels-indicator)
2134 (reftex-toc-include-index-indicator)
2135 (reftex-toc-max-level-indicator): Move up declarations.
2136
2137 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2138 of args to `tramp-run-real-handler', even if it's empty in this case.
2139
2140 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2141
2142 * dired.el (dired-move-to-filename-regexp): Add date format for
2143 Mac OS X 10.3 in East Asian locales.
2144
2145 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2146
2147 * files.el (make-auto-save-file-name): Add file name handler call
2148 if applicable.
2149
2150 * net/tramp.el (tramp-file-name-handler-alist)
2151 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2152 (tramp-handle-make-auto-save-file-name): Rename from
2153 `tramp-make-auto-save-file-name'.
2154 (tramp-exists-file-name-handler): New defun.
2155 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2156 `make-auto-save-file-name' is not a magic file name operation.
2157
2158 2005-08-30 Richard M. Stallman <rms@gnu.org>
2159
2160 * files.el (risky-local-variable-p):
2161 Match `-predicates' and `-commands.
2162
2163 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2164 (custom-save-all): Visit the file if necessary;
2165 kill the buffer if we created it.
2166 (custom-save-delete): Don't visit file or kill buffer here.
2167
2168 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2169
2170 * textmodes/org.el (org-special-keyword): New face.
2171 (org-table-copy-down, org-table-eval-formula)
2172 (org-table-recalculate, org-init-section-numbers):
2173 Use `string-to-number' instead of `string-to-int'.
2174 (org-get-location): Use `insert-buffer-substring' instead of
2175 `insert-buffer'.
2176 (org-modify-diary-entry-string): New function.
2177 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2178 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2179 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2180 active region.
2181 (org-export-as-html): Handle QUOTE keyword.
2182 (org-quote-string): New option.
2183 (org-bookmark-jump-unhide): New function, used for
2184 `bookmark-after-jump-hook'.
2185 (org-diary-default-entry): Apply only when not called through
2186 `org-agenda'.
2187
2188 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2189
2190 * net/eudc.el (mode-popup-menu):
2191 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2192 * progmodes/ada-mode.el (compile-auto-highlight)
2193 (skeleton-further-elements):
2194 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2195 * progmodes/cmacexp.el (msdos-shells):
2196 * progmodes/compile.el (font-lock-extra-managed-props)
2197 (font-lock-keywords, font-lock-maximum-size)
2198 (font-lock-support-mode):
2199 * progmodes/grep.el (font-lock-lines-before):
2200 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2201 * progmodes/mixal-mode.el (compile-command):
2202 * progmodes/perl-mode.el (font-lock-comment-face)
2203 (font-lock-doc-face, font-lock-string-face):
2204 * progmodes/prolog.el (comint-prompt-regexp):
2205 * progmodes/sh-script.el (font-lock-comment-face)
2206 (font-lock-set-defaults, font-lock-string-face):
2207 * progmodes/sql.el (font-lock-keyword-face)
2208 (font-lock-set-defaults, font-lock-string-face):
2209 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2210 (itimer-version, lazy-lock-defer-contextually)
2211 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2212 Add defvars.
2213
2214 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2215 (cperl-electric-keyword, cperl-electric-pod)
2216 (cperl-electric-backspace, cperl-forward-re)
2217 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2218 (vc-rcs-header, vc-sccs-header): Add defvars.
2219
2220 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2221 (font-lock-syntactic-keywords, gud-find-expr-function):
2222 Add defvars.
2223
2224 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2225 (gdb-frame-parameters): Declare before use.
2226
2227 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2228 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2229 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2230 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2231
2232 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2233 (idlwave-help-with-source): Use `insert-buffer-substring', not
2234 `insert-buffer'.
2235
2236 2005-08-29 Juri Linkov <juri@jurta.org>
2237
2238 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2239 Put outline-back-to-heading function call inside save-excursion.
2240
2241 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2242
2243 * man.el (Man-init-defvars, Man-translate-references)
2244 (Man-support-local-filenames, Man-highlight-references):
2245 * progmodes/sql.el (sql-interactive-mode):
2246 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2247
2248 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2249 (compilation-mode-font-lock-keywords): Add defvars.
2250 (checkdoc-interactive-loop): "?\ " -> "?\s".
2251
2252 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2253 (font-lock-doc-face, font-lock-string-face)
2254 (font-lock-keywords-case-fold-search): Add defvars.
2255 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2256
2257 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2258 Don't pass X and Y (they are ignored anyway).
2259 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2260 (mouse-delete-window): Make arguments optional.
2261
2262 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2263 (caesar-translate-table, minor-modes, news-buffer-save)
2264 (news-group-name, news-minor-modes): Add defvars.
2265
2266 * emacs-lisp/lselect.el (mouse-highlight-priority)
2267 (x-lost-selection-functions, zmacs-regions):
2268 * emacs-lisp/pp.el (font-lock-verbose):
2269 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2270 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2271 (ses-mode-map):
2272 * emacs-lisp/tcover-unsafep.el (safe-functions):
2273 * international/mule-cmds.el (mac-system-coding-system)
2274 (mac-system-locale):
2275 * language/ethio-util.el (rmail-current-message)
2276 (rmail-message-vector):
2277 * language/thai-util.el (thai-auto-composition-mode):
2278 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2279 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2280 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2281 (vm-primary-inbox, vm-spool-files):
2282 * mail/rmail.el (deleted-head, font-lock-fontified)
2283 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2284 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2285 (total-messages):
2286 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2287 (rmail-summary-mode-map):
2288 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2289 (rmail-last-label, rmail-last-multi-labels)
2290 (rmail-summary-vector, rmail-total-messages):
2291 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2292 * mail/rmailsum.el (msgnum):
2293 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2294 (rmail-current-message):
2295 * obsolete/fast-lock.el (font-lock-face-list):
2296 * obsolete/rnewspost.el (mail-reply-buffer):
2297 * obsolete/scribe.el (compile-command):
2298 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2299
2300 2005-08-28 John Paul Wallington <jpw@gnu.org>
2301
2302 * ibuf-ext.el (ibuffer-auto-update-changed):
2303 Use `frame-or-buffer-changed-p' to check whether we need to update.
2304 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2305 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2306 as a `frame-or-buffer-changed-p' state vector instead.
2307
2308 2005-08-27 Romain Francoise <romain@orebokech.com>
2309
2310 * textmodes/makeinfo.el (makeinfo-compile):
2311 Use `compilation-start'. Set `next-error-function' according to
2312 `disable-errors'.
2313 (makeinfo-next-error): New function.
2314 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2315 (makeinfo-buffer): Likewise.
2316
2317 * progmodes/compile.el (compilation-start): Add autoload cookie.
2318
2319 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2320 * textmodes/sgml-mode.el: Likewise.
2321 * progmodes/python.el: Likewise.
2322
2323 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2324
2325 * simple.el (blink-matching-paren-distance): Document the meaning
2326 of nil value, and allow to customize to nil.
2327
2328 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2329 command.com, not command.exe.
2330
2331 2005-08-26 John Wiegley <johnw@newartisans.com>
2332
2333 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2334 code around a bit so that an extraneous nil argument is not added
2335 to a command when no args are given.
2336
2337 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2338 double-quoted argument resolves to nil, return it as an empty
2339 string rather than as nil. This made it impossible to pass "" to
2340 a shell script as a null string argument.
2341
2342 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2343
2344 * outline.el (outline-invent-heading): New fun.
2345 (outline-promote, outline-demote): Use it.
2346 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2347 (outline-end-of-subtree): Remove unused var `opoint'.
2348
2349 2005-08-26 David Reitter <david.reitter@gmail.com>
2350
2351 * menu-bar.el (truncate-lines, write-file, print-buffer)
2352 (ps-print-buffer-faces, ps-print-buffer, split-window):
2353 Disable menu items when the frame they refer to is invisible, or when
2354 they refer to a buffer and the minibuffer is selected.
2355
2356 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2357
2358 * progmodes/flymake.el (flymake-highlight-err-lines):
2359 Use save-excursion around flymake-highlight-line to preserve point.
2360
2361 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2362
2363 * progmodes/octave-mod.el: Change Author and Maintainer address.
2364 (octave-maintainer-address): Change Kurt's email address.
2365 * progmodes/octave-inf.el: Change Author and Maintainer address.
2366 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2367
2368 2005-08-26 Kim F. Storm <storm@cua.dk>
2369
2370 * subr.el (version-list-<, version-list-<=, version-list-=):
2371 Renamed from integer-list-*.
2372 (version-list-not-zero): Likewise. Fix while loop.
2373 (version=): Use version-list-= instead of string-equal.
2374
2375 2005-08-26 Richard M. Stallman <rms@gnu.org>
2376
2377 * outline.el (outline-promote): Try shortening the heading.
2378 As last resort, read the heading to use.
2379 (outline-demote): As last resort, read the heading to use.
2380
2381 2005-08-26 Romain Francoise <romain@orebokech.com>
2382
2383 * progmodes/compile.el (compilation-start): Doc fix.
2384
2385 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2386 (antlr-font-lock-additional-keywords): Fix reference to
2387 `antlr-font-lock-literal-regexp' erroneously changed during the
2388 mass face rename.
2389 (antlr-run-tool): Use `compilation-start'.
2390
2391 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2392 instead of the obsolete `compile-internal'.
2393
2394 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2395
2396 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2397 (number, original-date):
2398 * calendar/cal-china.el (date):
2399 * calendar/cal-coptic.el (date):
2400 * calendar/cal-french.el (date):
2401 * calendar/cal-hebrew.el (date, entry, number, original-date):
2402 * calendar/cal-islam.el (date, number, original-date):
2403 * calendar/cal-iso.el (date):
2404 * calendar/cal-julian.el (date):
2405 * calendar/cal-mayan.el (date):
2406 * calendar/cal-menu.el (date, event):
2407 * calendar/cal-persia.el (date):
2408 * calendar/lunar.el (date):
2409 * calendar/solar.el (date): Add defvars.
2410
2411 * emerge.el:
2412 * ibuffer.el:
2413 * info-xref.el:
2414 * obsolete/bg-mouse.el:
2415 * obsolete/sun-curs.el:
2416 * obsolete/swedish.el: Move the `defvar's to the top level.
2417
2418 * smerge-mode.el (smerge-refined-change): Add :group.
2419
2420 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2423 (smerge-keep-n): Remove props.
2424 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2425 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2426 now that it's done in smerge-keep-n.
2427 (smerge-refined-change): New face.
2428 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2429 (smerge-refine): New funs.
2430 (smerge-basic-map): Bind smerge-refine.
2431
2432 2005-08-25 Juri Linkov <juri@jurta.org>
2433
2434 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2435 compilation-process-setup-function and compilation-disable-input
2436 in grep-mode instead of let-bindings in grep.
2437
2438 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2439 Delete "Automatic File De/compression" (auto-compression-mode).
2440
2441 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2442
2443 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2444 Silence warning about non-existent variable.
2445
2446 2005-08-25 Richard M. Stallman <rms@gnu.org>
2447
2448 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2449 Rename "Describe Key" to "Describe Key or Mouse Operation".
2450
2451 * mail/mailalias.el (build-mail-aliases): Delete comments
2452 from the contents before processing them.
2453
2454 * isearch.el (isearch-edit-string): Erase the Search prompt
2455 if user enters an empty string and there is no default.
2456
2457 * comint.el (comint-file-name-prefix): Add autoload.
2458
2459 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2460
2461 * subr.el (play-sound): Rearrange to avoid warning.
2462
2463 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2464
2465 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2466 New hook.
2467 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2468
2469 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2472
2473 * custom.el (custom-theme-set-variables): Sort minor modes last.
2474
2475 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2476
2477 * subr.el (version-separator, version-regexp-alist): New vars used by
2478 version comparison funs.
2479 (integer-list-<, integer-list-=, integer-list-<=)
2480 (integer-list-not-zero): New funs for integer list comparison.
2481 (version-to-list, version=, version<, version<=): New funs for version
2482 comparison.
2483
2484 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2485
2486 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2487 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2488 time to silence the byte-compiler.
2489
2490 * ibuffer.el (ibuffer-compile-make-eliding-form)
2491 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2492 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2493 so it's silly to get warnings for it).
2494 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2495 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2496 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2497 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2498 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2499 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2500 Defvar at compile time.
2501 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2502 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2503 Declare them before use.
2504
2505 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2506 (info-xref-good, info-xref-bad): Defvar at compile time.
2507
2508 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2509 Use `let*' instead of `let'.
2510
2511 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2512 (*mouse-y*, menu, char): Defvar at compile time.
2513 (sc::menu): Declare it before use.
2514 (sc::pack-one-line): Use `let', not `let*'.
2515
2516 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2517 (mail-send-hook): Defvar at compile time.
2518
2519 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2520 Defvar at compile time.
2521
2522 * term/sun-mouse.el (current-global-mousemap)
2523 (current-local-mousemap): Declare them before use.
2524
2525 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2526
2527 * bookmark.el (bookmark-after-jump-hook): New hook.
2528 (bookmark-jump): Run `bookmark-after-jump-hook'.
2529
2530 2005-08-23 Juri Linkov <juri@jurta.org>
2531
2532 * faces.el (minibuffer-prompt): Doc fix.
2533
2534 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2535
2536 * progmodes/xscheme.el: Trivial changes to silence warnings.
2537 (xscheme-previous-mode, xscheme-previous-process-state):
2538 Add defvars.
2539 (xscheme-last-input-end, xscheme-process-command-line)
2540 (xscheme-process-name, xscheme-buffer-name)
2541 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2542 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2543 (xscheme-control-g-synchronization-p)
2544 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2545 (default-xscheme-runlight, xscheme-runlight)
2546 (xscheme-runlight-string, xscheme-process-filter-state)
2547 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2548 Move to beginning of file.
2549 (scheme-interaction-mode-commands-alist)
2550 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2551 Declare them before use. Note: the initialization code for the variables
2552 has not been moved because it uses functions that reference the variables.
2553 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2554 (xscheme-prompt-for-expression-map): Declare them before use.
2555 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2556
2557 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2558
2559 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2560
2561 2005-08-22 Juri Linkov <juri@jurta.org>
2562
2563 * faces.el (set-face-underline): Delete this duplicate function
2564 and make an obsolete alias to set-face-underline-p.
2565 (set-face-underline-p): Use docstring of set-face-underline.
2566 (describe-face): Create hyperlink to parent face.
2567
2568 * info.el (Info-insert-dir): Use save-excursion around
2569 insert-buffer-substring.
2570 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2571 (Info-escape-percent): Delete function.
2572 (Info-fontify-node): Replace Info-escape-percent by
2573 replace-regexp-in-string with REP arg set to lambda that
2574 duplicates `%' and preserves text properties.
2575
2576 * progmodes/compile.el (compilation-disable-input): Doc fix.
2577 (define-compilation-mode): Doc fix and refill.
2578 (kill-compilation): Use `mode-name' in the error message.
2579 (compilation-find-file): Use `compilation-error' in the
2580 read-file-name's prompt.
2581
2582 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2585 (smerge-auto-leave): Make undo re-enable the mode.
2586 (debug-ignored-errors): Add the user-error of impossible resolution.
2587 (smerge-resolve): Move things around a bit, in preparation for later.
2588 (smerge-diff): Don't fail if the buffer has no associated file.
2589 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2590 (smerge-conflict-overlay): New function.
2591 (smerge-match-conflict): Don't add text properties here.
2592 (smerge-find-conflict): Instead, add an overlay here.
2593 Also check for the case where we're inside a conflict already, so as to
2594 obviate the need for font-lock-multiline, which is unbearably slow with
2595 large conflicts and ciomplex font-lock patterns.
2596 (smerge-remove-props): Remove overlay rather than text-properties.
2597 (smerge-mode): Don't set font-lock-multiline.
2598 Remove overlays when turned off.
2599
2600 2005-08-21 Kim F. Storm <storm@cua.dk>
2601
2602 * ido.el (ido-ignore-item-p): Use save-match-data.
2603 Bind case-fold-search to ido-case-fold locally.
2604
2605 2005-08-20 Richard M. Stallman <rms@gnu.org>
2606
2607 * files.el (normal-mode): If font lock is on, turn it off and on.
2608
2609 * subr.el (replace-regexp-in-string): Doc fix.
2610
2611 * startup.el (command-line-1): Don't suppress startup screen
2612 due to existing processes.
2613
2614 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2615
2616 * progmodes/compile.el (compilation-disable-input): Default to nil.
2617
2618 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2619
2620 * progmodes/compile.el (compilation-disable-input): New defcustom.
2621 (compilation-start): If compilation-disable-input is non-nil, send
2622 EOF to the compilation process.
2623
2624 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2625
2626 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2627 Run the argument of tex-shell-cd-command through
2628 convert-standard-filename, to get the correct style of slashes on
2629 Windows, and enclose the result in quotes, in case the file name
2630 includes whitespace or other special characters.
2631
2632 2005-08-19 Andreas Schwab <schwab@suse.de>
2633
2634 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2635 process.
2636
2637 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2638
2639 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2640
2641 2005-08-18 Kim F. Storm <storm@cua.dk>
2642
2643 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2644
2645 2005-08-18 Richard M. Stallman <rms@gnu.org>
2646
2647 * scroll-lock.el: New file.
2648
2649 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2650
2651 * dired.el (dired-move-to-end-of-filename):
2652 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2653
2654 2005-08-18 Kim F. Storm <storm@cua.dk>
2655
2656 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2657 rather than toggle mode when custom value is nil.
2658 (ido-everywhere): Fix defun doc string.
2659
2660 2005-08-17 Richard M. Stallman <rms@gnu.org>
2661
2662 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2663 as tag instead of "Inviolable".
2664
2665 2005-08-17 Kim F. Storm <storm@cua.dk>
2666
2667 * windmove.el (windmove-coordinates-of-position): Remove.
2668 (windmove-coordinates-of-window-position): Remove.
2669 (windmove-reference-loc): Use posn-at-point instead.
2670
2671 * subr.el (insert-for-yank-1): Doc fix.
2672
2673 * ido.el (ido-enter-matching-directory): Rename from
2674 ido-enter-single-matching-directory. Change 'slash choice to
2675 'only. Add 'first choice.
2676 (ido-exhibit): Adapt to above changes.
2677
2678 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2679
2680 * Makefile.in: Expand comment about building loaddefs.el.
2681
2682 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2683
2684 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2685 Comment use of defadvice.
2686
2687 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2688
2689 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2690
2691 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2692 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2693 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2694 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2695 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2696 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2697 for backward compatibility for faces that did not appear in the
2698 previous Emacs release.
2699
2700 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2701
2702 2005-08-15 Kim F. Storm <storm@cua.dk>
2703
2704 * emulation/cua-base.el (cua-delete-region): Return t if
2705 deleted region was non-empty.
2706 (cua-replace-region): Inhibit overwrite-mode for
2707 self-insert-command if replaced region was non-empty.
2708 (cua--explicit-region-start, cua--status-string): Make them
2709 buffer-local at top-level...
2710 (cua-mode): ...rather than when mode is enabled.
2711
2712 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2713
2714 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2715 Set t for Emacs 21, 22, and so on.
2716
2717 2005-08-15 David Ponce <david@dponce.com>
2718
2719 * tree-widget.el: Update Commentary header.
2720 (tree-widget-theme): Doc fix.
2721 (tree-widget-space-width): New option.
2722 (tree-widget-image-properties): Look up in the default theme too.
2723 (tree-widget--cursors): Only for images with arrow pointer shape.
2724 (tree-widget-lookup-image): Pointer shape is hand by default.
2725 (tree-widget-icon): Rename generic icon widget from
2726 `tree-widget-control'.
2727 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2728 derive from `tree-widget-icon'.
2729 (tree-widget-handle): Improve default look and feel of the text
2730 representation.
2731 (tree-widget): Rename :*-control properties to :*-icon properties.
2732 Add :action and :help-echo properties.
2733 (tree-widget-after-toggle-functions): Move.
2734 (tree-widget-close-node, tree-widget-open-node): Remove.
2735 (tree-widget-before-create-icon-functions): New hook.
2736 (tree-widget-value-create): Update to allow customization of icons
2737 and nodes at run-time via that new hook.
2738 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2739 (tree-widget-icon-action, tree-widget-icon-help-echo)
2740 (tree-widget-action, tree-widget-help-echo): New functions.
2741
2742 2005-08-15 Kim F. Storm <storm@cua.dk>
2743
2744 * ido.el (ido-buffer-internal): Use with-no-warnings.
2745 (ido-make-merged-file-list): Use while-no-input.
2746
2747 2005-08-15 Richard M. Stallman <rms@gnu.org>
2748
2749 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2750 (flyspell-large-region): Fix doc and custom type.
2751
2752 2005-08-14 Richard M. Stallman <rms@gnu.org>
2753
2754 * files.el (interpreter-mode-alist): Doc fix.
2755
2756 * mail/rmail.el (rmail-nonignored-headers): New variable.
2757 (rmail-clear-headers): Use it.
2758 (rmail-reply): Better handling of mail-followup-to header.
2759
2760 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2761 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2762 don't try to refer to executable-font-lock-keywords.
2763 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2764 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2765 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2766 (sh-mode): Set comment-start-skip, local-abbrev-table,
2767 imenu-case-fold-search.
2768 (sh-set-shell): Don't set them here.
2769 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2770 Don't cache the results in the original alist; don't ever modify
2771 that alist.
2772
2773 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2774
2775 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2776 empty.
2777
2778 2005-08-15 Andreas Schwab <schwab@suse.de>
2779
2780 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2781
2782 * dired.el, info.el, mail/rmail.el: Revert last change.
2783
2784 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2785
2786 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2787 modification in `eval-after-load' form.
2788 * info.el: Likewise.
2789 * mail/rmail.el: Likewise.
2790
2791 2005-08-14 Juri Linkov <juri@jurta.org>
2792
2793 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2794 Remove highlighting of "Compilation started". Highlight only
2795 the word "finished" in "Compilation finished". Add highlighting
2796 of "interrupt", "killed", "terminated" and the exit code.
2797 (compilation-start): Add newline after header. Use exactly the
2798 same time stamp format as the finishing message.
2799 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2800
2801 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2802 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2803 Add highlighting of "interrupt", "killed", "terminated".
2804
2805 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2806 enabled and the current command is self-insert-command, call it
2807 explicitly with overwrite-mode bound to nil, to not allow it
2808 to delete the character after the selected region.
2809
2810 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2811
2812 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2813 move-end-of-line, end-of-line, and beginning-of-line to the list
2814 of commands after which the echo area is updated.
2815
2816 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2817
2818 * cus-edit.el (custom-save-all, custom-save-delete):
2819 Bind recentf-exclude to exclude custom-file.
2820
2821 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2822
2823 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2824 to go to the bottom of the mail message. Added to
2825 `rmail-summary-mode-map' with key "/".
2826 (rmail-summary-show-message): New (internal) function for use by
2827 both `rmail-summary-beginning/end-of-message'.
2828 (rmail-summary-beginning-of-message): Change to use
2829 rmail-summary-show-message.
2830
2831 * mail/rmail.el (rmail-end-of-message): New command to go to the
2832 end of the current message. Added to `rmail-mode-map' with key "/".
2833 (rmail-beginning-of-message): Fix to work as documented.
2834 (rmail-mode): Change documentation.
2835
2836 * progmodes/compile.el (compilation-start): Add the line
2837 "Compilation started" with compilation start time.
2838 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2839
2840 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2841
2842 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2843 of menu items.
2844
2845 2005-08-11 Richard M. Stallman <rms@gnu.org>
2846
2847 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2848
2849 * battery.el (battery-status-function): Don't use ignore-errors.
2850
2851 2005-08-11 Lute Kamstra <lute@gnu.org>
2852
2853 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2854 define-obsolete-variable-alias.
2855
2856 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2859 (ange-ftp-send-cmd): Revert last change, and expand
2860 the comment explaining the problem.
2861
2862 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2863
2864 * ldefs-boot.el: Update.
2865
2866 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2867 item to "Time, Load and Mail". Change help echo text.
2868
2869 * time.el (display-time-use-mail-icon, display-time-format)
2870 (display-time-string-forms): Shorten first line of docstrings.
2871
2872 2005-08-10 Lars Hansen <larsh@soem.dk>
2873
2874 * desktop.el (desktop-buffer-mode-handlers):
2875 Make non-customizable. Add autoload cookie. Change initial value to
2876 nil; add elements in respective modules instead. Fix doc string.
2877 (desktop-load-file): New function.
2878 (desktop-minor-mode-handlers): New autoloaded variable.
2879 (desktop-create-buffer): Call minor mode handlers.
2880 Use desktop-load-file to load major and minor mode modules prior to
2881 checking for a handler.
2882 (desktop-save): Don't add nil to desktop-minor-modes for minor
2883 modes with nil function in desktop-minor-mode-table. Don't delete
2884 desktop file before rewriting it.
2885 (desktop-locals-to-save): Add autoload cookie. Don't make
2886 automatically buffer-local. Add variables column-number-mode,
2887 size-indication-mode, indent-tabs-mode,
2888 indicate-buffer-boundaries, indicate-empty-lines and
2889 show-trailing-whitespace.
2890 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2891 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2892 (desktop-clear-preserve-buffers-regexp): Delete.
2893 (desktop-clear-preserve-buffers): Update initial value and docstring.
2894 (desktop-save-buffer): Fix doc string.
2895
2896 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2897 (hilit-chg-desktop-restore): New function.
2898 (highlight-changes-mode): Add highlight-changes-mode to
2899 desktop-locals-to-save.
2900
2901 * dired.el: Add handler to desktop-buffer-mode-handlers.
2902 (dired-restore-desktop-buffer): Remove autoload cookie.
2903 (dired-mode): Add autoload cookie.
2904
2905 * info.el: Add handler to desktop-buffer-mode-handlers.
2906 (Info-restore-desktop-buffer): Remove autoload cookie.
2907 (Info-mode): Add autoload cookie.
2908
2909 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2910 (mh-restore-desktop-buffer): Remove autoload cookie.
2911 (mh-folder-mode): Add autoload cookie.
2912
2913 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2914 (rmail-restore-desktop-buffer): Remove autoload cookie.
2915
2916 2005-08-11 Masatake YAMATO <jet@gyve.org>
2917
2918 * hexl.el (hexl-address-region):
2919 (hexl-ascii-region, hexl-font-lock-keywords):
2920 (hexl-highlight-line-range): Use the term "region"
2921 instead of "area" for consistency with the other symbols
2922 defined in hexl.el.
2923
2924 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2925
2926 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2927 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2928 out by Juri Linkov). Add `display-battery-mode'.
2929
2930 2005-08-09 Juri Linkov <juri@jurta.org>
2931
2932 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2933 Remove `-text' from face variable names.
2934 (compilation-error-file-name, compilation-warning-file-name)
2935 (compilation-info-file-name): Delete faces.
2936 (compilation-line-number, compilation-column-number):
2937 Remove face underlining.
2938 (compilation-message-face): Set to `underline' value by default.
2939 (compilation-error-face, compilation-warning-face)
2940 (compilation-info-face): Remove `-file-name' from face names.
2941 (compilation-error-text-face, compilation-warning-text-face)
2942 (compilation-info-text-face): Delete face variables.
2943 (compilation-text-face): Delete function.
2944
2945 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2946 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2947 (grep-error-face): Set to `compilation-error' instead of
2948 `compilation-error-face' (which is redefined to `grep-hit-face' in
2949 grep buffers).
2950 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2951 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2952
2953 * dired-aux.el (dired-do-query-replace-regexp):
2954 Use `query-replace-read-args'.
2955
2956 * replace.el (query-replace-read-from, query-replace-read-to)
2957 (query-replace-read-args): Rename arg `string' to `prompt'.
2958
2959 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2960
2961 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2962
2963 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2964 uploading files.
2965 (ange-ftp-canonize-filename): Handle file names beginning with ~
2966 correctly.
2967
2968 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * textmodes/fill.el (canonically-space-region)
2971 (fill-context-prefix, fill-french-nobreak-p)
2972 (fill-delete-newlines, fill-comment-paragraph)
2973 (justify-current-line): "?\ " -> "?\s".
2974
2975 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2976
2977 * textmodes/fill.el (fill-nonuniform-paragraphs):
2978 Improve argument/docstring consistency.
2979
2980 2005-08-09 Richard M. Stallman <rms@gnu.org>
2981
2982 * textmodes/ispell.el (ispell-word): More fboundp checks.
2983
2984 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2985 (find-file-noselect-1): Call it here, only if RAWFILE.
2986 (normal-mode): Always set some major mode.
2987 (save-some-buffers-action-alist): Change some explanation strings.
2988 (file-name-non-special): In the `quote' method, use unwind-protect.
2989
2990 2005-08-09 Magnus Henoch <mange@freemail.hu>
2991
2992 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2993 (ispell-have-aspell-dictionaries): New variable.
2994 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2995 (ispell-get-aspell-config-value): New function.
2996 (ispell-aspell-find-dictionary): New function.
2997 (ispell-aspell-add-aliases): New function.
2998 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2999 appropriate. Don't look for ispell dictionaries if we use aspell.
3000 (ispell-menu-map): Don't build a submenu of dictionaries.
3001
3002 2005-08-09 Richard M. Stallman <rms@gnu.org>
3003
3004 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3005 (sql-read-passwd): Use read-passwd.
3006
3007 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3008 (idlwave-toolbar-is-possible): Add defvars.
3009
3010 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3011 Avoid warnings.
3012
3013 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3014 (idlwave-system-class-info, idlwave-executive-commands-alist):
3015 Use defvar.
3016
3017 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3018
3019 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3020 Avoid warnings.
3021
3022 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3023 and content-type: headers.
3024
3025 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3026
3027 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3028 and rename some of them to be more self-explanatory.
3029
3030 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3031
3032 * startup.el (command-line-1): Implement -scriptload.
3033
3034 * replace.el (occur-engine): Initial *Occur* output not undoable.
3035
3036 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3037 and improve help strings.
3038
3039 * isearch.el (isearch-repeat): When changing direction,
3040 mark search successful.
3041
3042 * ediff-init.el: Use (featurep 'xemacs).
3043
3044 * comint.el (send-invisible): Identify buffer, if not selected.
3045
3046 * align.el: Delete autoload for c-guess-basic-syntax.
3047
3048 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3051 Improve argument/docstring consistency. Doc fixes.
3052 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3053 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3054 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3055 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3056 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3057 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3058 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3059 Defvar at compile time.
3060
3061 2005-08-09 Juri Linkov <juri@jurta.org>
3062
3063 * info.el: Replace `info' with upper-case `Info' where appropriate.
3064 (info-title-1, info-title-2, info-title-3, info-title-4)
3065 (info-menu-header): Move up face definitions.
3066 (info-menu-star): Rename from `info-menu-5'.
3067 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3068 (Info-fontify-visited-nodes): Fix docstring.
3069 (Info-hide-note-references): Fix docstring.
3070 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3071 menu items in the same way as on cross-references.
3072 (info-apropos): Fix sorting order and formatting to be like in the
3073 stand-alone Info browser. Display error messages for 1 sec.
3074 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3075 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3076 from the menu bar.
3077 (Info-insert-dir): Restore point after calling
3078 `insert-buffer-substring'.
3079
3080 2005-08-08 Richard M. Stallman <rms@gnu.org>
3081
3082 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3083 (recompute-lucid-menubar): Add defvars.
3084
3085 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3086
3087 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3088
3089 * net/net-utils.el (run-dig): Rename from `dig'.
3090
3091 * play/gametree.el (gametree-mode): Use make-local-variable,
3092 not make-variable-buffer-local.
3093
3094 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3095
3096 * ansi-color.el (ansi-color-make-extent)
3097 (ansi-color-set-extent-face): Use fboundp, not functionp.
3098
3099 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3100 not make-variable-buffer-local.
3101
3102 * bookmark.el (Info-current-file): Add defvar.
3103 (bookmark-jump-noselect): Use with-no-warnings.
3104
3105 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3106
3107 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3108
3109 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3110
3111 * find-file.el (ada-procedure-start-regexp)
3112 (ada-package-start-regexp): Add defvars.
3113
3114 * info.el (Info-insert-dir): Use insert-buffer-substring.
3115
3116 * xml.el (xml-att-def-re): Add defvar.
3117
3118 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3119 calling convention.
3120
3121 * subr.el (while-no-input): Return t if there is input.
3122
3123 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3124
3125 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3126
3127 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3128
3129 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3130 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3131
3132 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3133
3134 * cmuscheme.el (scheme-start-file): Replace reference to
3135 `user-emacs-directory' by "~/.emacs.d/".
3136
3137 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3138
3139 * info.el (Info-dir-remove-duplicates): Avoid case folding
3140 in loop; instead, keep downcased strings for comparison.
3141 Suggested by Helmut Eller.
3142
3143 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3144
3145 Sync with Tramp 2.0.50.
3146
3147 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3148 XEmacs case; not necessary anymore.
3149 (tramp-user-regexp): Allow "@" as part of user name.
3150 (tramp-handle-set-visited-file-modtime)
3151 (tramp-handle-insert-file-contents)
3152 (tramp-handle-write-region): No special handling for
3153 `last-coding-system-used, because this is done in
3154 `tramp-accept-process-output' now.
3155 (tramp-accept-process-output): New defun.
3156 (tramp-process-one-action, tramp-process-one-multi-action)
3157 (tramp-wait-for-regexp, tramp-wait-for-output)
3158 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3159 Howells <dhowells@redhat.com>.
3160 (clear-visited-file-modtime): Defadvice removed. The check for
3161 unset buffer's modtime does not need to be based on
3162 `tramp-buffer-file-attributes'. Suggested by RMS.
3163 (tramp-message): Insert "\n" if not being at beginning of line.
3164 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3165 sequence with same logic.
3166 (tramp-completion-handle-expand-file-name): Discard call of
3167 `tramp-drop-volume-letter'. It is not necessary, and there have
3168 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3169 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3170 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3171 should always be visible.
3172 (tramp-handle-insert-directory, tramp-setup-complete)
3173 (tramp-set-process-query-on-exit-flag)
3174 (tramp-append-tramp-buffers): Pacify byte-compiler.
3175 (tramp-bug): Delete non-existing variables from list.
3176 Apply `tramp-load-report-modules' as pre-hook.
3177 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3178 `shell-prompt-pattern' because of non-7bit characters.
3179 Reported by Sebastian Luque <sluque@mun.ca>.
3180 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3181 (tramp-match-string-list): Remove function.
3182 (tramp-wait-for-regexp): Remove call of that function.
3183 Suggested by Kim F. Storm <storm@cua.dk>.
3184 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3185 instead of octal character code ?\600. The latter resulted in a
3186 syntax error with XEmacs.
3187
3188 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3189 XEmacs case; not necessary anymore.
3190 (tramp-smb-handle-write-region): No special handling for
3191 `last-coding-system-used, because this is done in
3192 `tramp-accept-process-output' now.
3193 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3194
3195 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3196
3197 * wid-edit.el (widget-choice-value-create):
3198 Unconditionally respect user choice. Set :explicit-choice back to nil
3199 when no longer needed.
3200 (widget-choice-action): Unconditionally respect user choice.
3201 Eliminate :explicit-choice-value.
3202
3203 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3204
3205 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3206 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3207 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3208 running new function `toggle-indicate-empty-lines'.
3209 Rename "Customize" item to "Customize fringe".
3210 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3211 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3212 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3213 Delete "Empty lines only" item.
3214 (menu-bar-showhide-fringe-ind-customize): New function.
3215 (menu-bar-showhide-fringe-ind-mixed)
3216 (menu-bar-showhide-fringe-ind-box)
3217 (menu-bar-showhide-fringe-ind-right)
3218 (menu-bar-showhide-fringe-ind-left)
3219 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3220 instead of `fringe-indicators'.
3221
3222 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3223
3224 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3225 Change the date of last update.
3226
3227 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3228
3229 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3230 (viper-exec-yank, viper-put-back): Don't display modification msg
3231 if in the minibuffer.
3232
3233 * viper-init.el (viper-replace-overlay-cursor-color)
3234 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3235 Make variables frame local.
3236
3237 * viper-util.el (viper-append-filter-alist): Use append instead of
3238 nconc.
3239
3240 * viper.el (viper-vi-state-mode-list)
3241 (viper-emacs-state-mode-list): Move help-mode and
3242 completion-list-mode from the first list to the second.
3243 (viper-mode): Docstring.
3244 (viper-go-away, viper-non-hook-settings): Don't localize
3245 minor-mode-alist in newer Emacsen. Add advice to
3246 set-cursor-color. Don't bind "\C-c\\".
3247
3248 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3249
3250 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3251 (scheme-macro-expand-command): New user options.
3252 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3253 (scheme-form-at-point, scheme-start-file)
3254 (scheme-interactively-start-process): New functions.
3255 (scheme-get-process): New function, extracted from `scheme-proc'.
3256 (run-scheme): Call `scheme-start-file' to get start file, and pass
3257 it to `make-comint'.
3258 (switch-to-scheme, scheme-proc):
3259 Call `scheme-interactively-start-process' if no Scheme buffer/process
3260 is available.
3261
3262 2005-08-06 Juri Linkov <juri@jurta.org>
3263
3264 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3265 Use `compilation-text-face', `compilation-info-text-face' and
3266 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3267 (compilation-error): New face.
3268 (compilation-error-file-name): Inherit from
3269 `compilation-error' instead of `font-lock-warning-face'.
3270 (compilation-warning-file-name): Inherit from
3271 `compilation-warning' instead of `font-lock-warning-face'.
3272 (compilation-info, compilation-error-file-name)
3273 (compilation-warning-file-name, compilation-info-file-name)
3274 (compilation-line-number, compilation-column-number): Doc fix.
3275 (compilation-error-text-face, compilation-warning-text-face)
3276 (compilation-info-text-face): New face variables.
3277 (compilation-line-face, compilation-column-face)
3278 (compilation-enter-directory-face)
3279 (compilation-leave-directory-face): Doc fix.
3280 (compilation-text-face): New function.
3281
3282 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3283 instead of 1 to display binary file names as info file links.
3284 (grep-error-face): Use `compilation-error-face' instead of
3285 `font-lock-keyword-face'.
3286 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3287 and `compilation-warning-text-face' instead of
3288 `font-lock-keyword-face'. Use `compilation-error-text-face'
3289 instead of `grep-error-face'.
3290
3291 2005-08-05 Kenichi Handa <handa@m17n.org>
3292
3293 * international/code-pages.el: Add autoload cookies for all coding
3294 systems.
3295
3296 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3297
3298 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3299
3300 2005-08-04 Juri Linkov <juri@jurta.org>
3301
3302 * progmodes/compile.el (compilation-mode-map):
3303 * progmodes/grep.el (grep-mode-map):
3304 Bind TAB to `compilation-next-error' and [backtab] to
3305 `compilation-previous-error'.
3306
3307 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3308 matching line numbers, column numbers and their ranges with regexp
3309 matching only line numbers.
3310 (grep-context-face): New face variable.
3311 (grep-mode-font-lock-keywords): Use it.
3312
3313 * faces.el (read-face-name): Delete duplicate faces.
3314
3315 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * thumbs.el (thumbs-find-image): Don't make variables
3318 automatically buffer local.
3319 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3320 (thumbs-image-num): Make automatically buffer local.
3321 (thumbs-show-thumbs-list): Use `make-local-variable', not
3322 `make-variable-buffer-local'.
3323 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3324
3325 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3326 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3327 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3328 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3329 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3330 (feelings-about, foullst, found, hello, history, howareyoulst)
3331 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3332 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3333 (neglst, obj, object, owner, please, problems, qlist)
3334 (random-adjective, relation, remlst, repetitive-shortness)
3335 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3336 (shortlst, something, sportslst, stallmanlst, states, subj)
3337 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3338 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3339 Defvar at compile time.
3340
3341 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3342 not `make-variable-buffer-local'.
3343
3344 2005-08-02 Kim F. Storm <storm@cua.dk>
3345
3346 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3347 rectangle overlay in selected window.
3348
3349 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3350
3351 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3352 instead of display group. Make `indicate-buffer-boundaries'
3353 customizable through Custom.
3354
3355 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3358 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3359 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3360 (gdb-put-string): Fix typos in docstrings.
3361
3362 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3363
3364 Update copyright notices of files in progmodes directory for
3365 release of Emacs 22.1.
3366
3367 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3368
3369 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3370 Don't barf if the GUD buffer has been killed.
3371
3372 2005-08-01 Kim F. Storm <storm@cua.dk>
3373
3374 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3375
3376 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * simple.el (next-error-follow-minor-mode):
3379 make-variable-buffer-local -> make-local-variable.
3380
3381 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3382
3383 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3384 (byte-compile-form-make-variable-buffer-local): New functions to warn
3385 about misuses of make-variable-buffer-local where make-local-variable
3386 was meant.
3387
3388 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3389
3390 * bs.el (bs-attributes-list): Doc fix.
3391 (bs): Update url-link.
3392
3393 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3394 (desktop-load-default): Simplify.
3395
3396 * ibuffer.el (ibuffer-columnize-and-insert-list)
3397 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3398 (ibuffer-unmark-all, ibuffer-toggle-marks)
3399 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3400 (ibuffer-compile-make-format-form, ibuffer-format-column)
3401 (ibuffer-current-buffers-with-marks)
3402 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3403 (ibuffer): Doc fix.
3404 (ibuffer-mode): Fix typo in docstring.
3405 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3406 with `define-obsolete-variable-alias'.
3407 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3408
3409 2005-07-29 Kenichi Handa <handa@m17n.org>
3410
3411 * international/mule-cmds.el (select-message-coding-system):
3412 Be sure to use LF for end-of-line. If no coding system is decided,
3413 return iso-8859-1-unix.
3414
3415 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3418 (ange-ftp-pending-error-line): New vars.
3419 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3420 to handle the non-fatal no-route-to-host messages.
3421 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3422
3423 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3424
3425 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3426 (isearch-quote-char, isearch-printing-char)
3427 (isearch-text-char-description): "?\ " -> "?\s".
3428 (isearch-lazy-highlight-cleanup)
3429 (isearch-lazy-highlight-initial-delay)
3430 (isearch-lazy-highlight-interval)
3431 (isearch-lazy-highlight-max-at-a-time)
3432 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3433 Declare with define-obsolete-*-alias macros.
3434 (isearch-forward): Fix typo in docstring.
3435 (search-invisible, search-ring-yank-pointer)
3436 (regexp-search-ring-yank-pointer): Doc fixes.
3437
3438 * recentf.el (recentf-menu-append-commands-p): Declare with
3439 `define-obsolete-variable-alias'.
3440 (recentf-max-saved-items, recentf-menu-filter)
3441 (recentf-arrange-by-rule-subfilter): Doc fixes.
3442 (recentf-menu-append-commands-flag)
3443 (recentf-initialize-file-name-history, recentf-expand-file-name)
3444 (recentf-clear-data): Fix typos in docstrings.
3445
3446 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3447
3448 * progmodes/gdb-ui.el: Smarten comments.
3449 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3450
3451 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3452
3453 * term/apollo.el (terminal-init-apollo): New function containing
3454 all former top level forms in the file.
3455 * term/bobcat.el (terminal-init-bobcat):
3456 * term/cygwin.el (terminal-init-cygwin):
3457 * term/iris-ansi.el (terminal-init-iris-ansi):
3458 * term/linux.el (terminal-init-linux):
3459 * term/news.el (terminal-init-news):
3460 * term/rxvt.el (terminal-init-rxvt):
3461 * term/sun.el (terminal-init-sun):
3462 * term/tvi970.el (terminal-init-tvi970):
3463 * term/vt100.el (terminal-init-vt100):
3464 * term/vt102.el (terminal-init-vt102):
3465 * term/vt125.el (terminal-init-vt125):
3466 * term/vt200.el (terminal-init-vt200):
3467 * term/vt201.el (terminal-init-vt201):
3468 * term/vt220.el (terminal-init-vt220):
3469 * term/vt240.el (terminal-init-vt240):
3470 * term/vt300.el (terminal-init-vt300):
3471 * term/vt320.el (terminal-init-vt320):
3472 * term/vt400.el (terminal-init-vt400):
3473 * term/vt420.el (terminal-init-vt420):
3474 * term/wyse50.el (terminal-init-wyse50):
3475 * term/xterm.el (terminal-init-xterm): Likewise.
3476
3477 * term/README: Describe the terminal-init-* functionality.
3478
3479 * startup.el (command-line): After loading the terminal initialization
3480 file call the corresponding terminal initialization function.
3481
3482 2005-07-27 Kenichi Handa <handa@m17n.org>
3483
3484 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3485 negative.
3486
3487 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3488 (ps-mule-composition-prologue): Fix for the case that
3489 RelativeCompose is false.
3490
3491 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3494
3495 * descr-text.el (describe-char): Handle the case where the list of
3496 chars is displayed in a separate frame.
3497 Be a bit more discriminating when looking for the char.
3498
3499 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * bookmark.el (bookmark-automatically-show-annotations)
3502 (bookmark-read-annotation-text-func): Doc fixes.
3503 (bookmark-save): Improve argument/docstring consistency.
3504 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3505 (bookmark-alist-from-buffer)
3506 (bookmark-upgrade-file-format-from-0)
3507 (bookmark-grok-file-format-version)
3508 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3509 (bookmark-read-annotation-mode)
3510 (bookmark-insert-current-bookmark, bookmark-jump)
3511 (bookmark-exit-hook): Fix typos in docstrings.
3512 (bookmark-exit-hooks): Define as obsolete alias.
3513 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3514 not `bookmark-exit-hooks'. Fix docstring.
3515 (bookmark-bmenu-select): "?\ " -> "?\s".
3516
3517 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3518
3519 * startup.el (command-line): Fix typo.
3520
3521 2005-07-24 Richard M. Stallman <rms@gnu.org>
3522
3523 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3524 not emacs-quick-startup.
3525
3526 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3527
3528 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3529 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3530 instead of `reb-with-current-window'.
3531 (reb-prev-match): Likewise. Also, don't move left if the search
3532 was unsuccessful.
3533 (reb-initialize-buffer): New function.
3534 (re-builder, reb-change-syntax): Use it.
3535
3536 * man.el (Man-goto-page): Make second argument NOERROR optional.
3537
3538 2005-07-23 Richard M. Stallman <rms@gnu.org>
3539
3540 * man.el (Man-bgproc-sentinel): Check here for failure to find
3541 any man page in the output, and report the error here.
3542 (Man-arguments): Make it permanent local.
3543 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3544 (Man-mode): Pass t for NOERROR.
3545
3546 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3547 (grep-mode-font-lock-keywords):
3548 Don't use compilation-...-face for messages that are not file names.
3549
3550 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3551 Don't use compilation-...-face for messages that are not file names.
3552
3553 2005-07-22 Juri Linkov <juri@jurta.org>
3554
3555 * startup.el (normal-splash-screen): Update menu name.
3556
3557 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3558
3559 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 * term/xterm.el: Load term/rxvt if the terminal is actually an
3562 rxvt terminal.
3563 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3564
3565 * term/rxvt.el (function-key-map): Use substitute-key-definition
3566 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3567
3568 * term/cygwin.el: New file.
3569
3570 2005-07-22 Kim F. Storm <storm@cua.dk>
3571
3572 * image-file.el (insert-image-file, image-file-yank-handler):
3573 Fix last change to maintain a (unique) yank-handler on yanked images.
3574
3575 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3576
3577 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3578 of the file size (as in "177B" for 177 bytes). This happens with
3579 "ls -lh" on FreeBSD.
3580
3581 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3582
3583 * hilit-chg.el (highlight-changes-global-initial-state)
3584 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3585 (hilit-chg-fixup, highlight-changes-mode):
3586 Fix typos in docstrings.
3587 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3588 Doc fixes.
3589
3590 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3591
3592 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3593 mode function using `eval-after-load'.
3594
3595 2005-07-21 Kim F. Storm <storm@cua.dk>
3596
3597 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3598 included when reporting an emacs crash, and tell about the DEBUG file.
3599
3600 * image-file.el (insert-image-file): Add yank-handler.
3601 (image-file-yank-handler): Yank handler to make unique copies of
3602 images when they are yanked into a buffer next to each other.
3603
3604 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3605
3606 * comint.el (comint-use-prompt-regexp, comint-send-input)
3607 (comint-source-default, comint-extract-string)
3608 (comint-get-source, comint-word, comint-completion)
3609 (comint-source, comint-prompt-read-only, comint-update-fence):
3610 Fix typos in docstrings.
3611 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3612 Declare with define-obsolete-*-alias macros.
3613 (comint-previous-matching-input-from-input)
3614 (comint-next-matching-input-from-input)
3615 (comint-previous-matching-input, comint-next-matching-input)
3616 (comint-forward-matching-input):
3617 Improve argument/docstring consistency.
3618
3619 * desktop.el (desktop-clear-preserve-buffers-regexp):
3620 Also preserve the *server* buffer.
3621
3622 * simple.el (clone-indirect-buffer): Doc fix.
3623 (fixup-whitespace, just-one-space)
3624 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3625 (next-error, next-error-highlight)
3626 (next-error-highlight-no-select, next-error-last-buffer)
3627 (next-error-buffer-p, next-error-find-buffer, next-error)
3628 (previous-error, next-error-no-select, previous-error-no-select)
3629 (open-line, split-line, minibuffer-prompt-width, kill-new)
3630 (binary-overwrite-mode): Fix typos in docstrings.
3631 (set-fill-column): Fix typo in message.
3632
3633 * skeleton.el (skeleton-proxy-new): Doc fix.
3634
3635 * strokes.el (strokes-load-hook): Doc fix.
3636 (strokes-grid-resolution, strokes-get-grid-position)
3637 (strokes-renormalize-to-grid, strokes-read-stroke)
3638 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3639 (strokes-global-map): Fix typos in docstrings.
3640 (strokes-help): Doc fix. Fix help message and pass it through
3641 `substitute-command-keys'.
3642
3643 * tempo.el (tempo-insert-prompt, tempo-interactive)
3644 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3645 (tempo-insert-string-functions, tempo-local-tags)
3646 (tempo-define-template, tempo-insert-template)
3647 (tempo-insert-prompt-compat, tempo-is-user-element)
3648 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3649 Fix typos in docstrings.
3650
3651 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3652 (vcursor-key-bindings, vcursor-use-vcursor-map)
3653 (vcursor-find-window, vcursor-scroll-down)
3654 (vcursor-disable, vcursor-beginning-of-buffer)
3655 (vcursor-end-of-buffer): Fix typos in docstrings.
3656 (vcursor-relative-move, vcursor-get-char-count):
3657 Improve argument/docstring consistency.
3658
3659 * version.el: "?\ " -> "?\s".
3660
3661 * wid-edit.el (widget-default-create, widget-after-change)
3662 (widget-default-format-handler, widget-checklist-add-item)
3663 (widget-radio-add-item, widget-choose, widget-specify-secret)
3664 (widget-field-value-create, widget-field-value-get)
3665 (widget-editable-list-format-handler)
3666 (widget-editable-list-entry-create, widget-group-value-create)
3667 (widget-documentation-link-add)
3668 (widget-documentation-string-value-create): "?\ " -> "?\s".
3669 (widget-convert-text): Doc fix.
3670 (widget-narrow-to-field, widget-field-find)
3671 (widget-url-link-action, widget-emacs-library-link-action)
3672 (widget-color-notify): Fix typos in docstrings.
3673
3674 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3675 (x-select-text, set-w32-system-coding-system)
3676 (w32-add-charset-info): Fix typos in docstrings.
3677
3678 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3679 (cua-enable-cua-keys, cua-use-hyper-key)
3680 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3681 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3682
3683 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3684
3685 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3686 `defalias' instead of faking it.
3687
3688 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3689 (eshell-ls-missing, eshell-ls-dired-initial-args)
3690 (eshell-ls-use-in-dired): Fix typos in docstrings.
3691
3692 2005-07-20 Kim F. Storm <storm@cua.dk>
3693
3694 * emulation/cua-base.el (cua-mode): Improve doc string.
3695
3696 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3697
3698 * abbrev.el (expand-region-abbrevs): Doc fix.
3699 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3700 Improve argument/docstring consistency.
3701
3702 * arc-mode.el (archive-get-descr, archive-alternate-display):
3703 Doc fixes.
3704 (archive-l-e): Improve argument/docstring consistency.
3705 (archive-tmpdir, archive-unixdate, archive-unixtime)
3706 (archive-chmod-entry): Fix typos in docstrings.
3707 (archive-unflag, archive-unflag-backwards)
3708 (archive-unmark-all-files): "?\ " -> "?\s".
3709
3710 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3711 (Buffer-menu-not-modified, Buffer-menu-execute)
3712 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3713 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3714
3715 * composite.el (compose-string, encode-composition-rule)
3716 (compose-last-chars): Fix typos in docstrings.
3717
3718 * desktop.el (desktop-enable, desktop-basefilename):
3719 Declare with `define-obsolete-variable-alias'.
3720 (desktop-internal-v2s): Don't quote keywords.
3721 (desktop-clear): "?\ " -> "?\s".
3722
3723 * dired.el (dired-align-file, dired-flag-backup-files)
3724 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3725 (dired-listing-switches, dired-ls-F-marks-symlinks)
3726 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3727 (dired-directory, dired-faces, dired, dired-revert)
3728 (dired-mode, dired-summary, dired-view-file)
3729 (dired-copy-filename-as-kill, dired-delete-file)
3730 (dired-no-confirm, dired-unmark-all-marks)
3731 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3732 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3733 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3734 Fix typos in message strings.
3735
3736 * dired-x.el (virtual-dired): Declare with `defalias'.
3737 (dired-mark-unmarked-files, dired-local-variables-file)
3738 (dired-omit-here-always): Doc fix.
3739 (dired-omit-mode, dired-find-subdir)
3740 (dired-enable-local-variables, dired-clean-up-buffers-too)
3741 (dired-extra-startup, dired-mark-extension, dired-jump)
3742 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3743 (dired-smart-shell-command, dired-guess-shell-alist-user)
3744 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3745 (dired-x-bind-find-file, dired-x-submit-report):
3746 Fix typos in docstrings.
3747 (dired-mark-unmarked-files): "?\ " -> "?\s".
3748
3749 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3750
3751 * faces.el (describe-face): "?\ " -> "?\s".
3752 (read-all-face-attributes, read-face-font, modify-face)
3753 (face-attr-construct, italic): Fix typos in docstrings.
3754 (frame-update-face-colors): Declare with
3755 `define-obsolete-function-alias'.
3756
3757 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3758 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3759 (magic-mode-alist, buffer-file-numbers-unique)
3760 (write-file-functions, get-free-disk-space):
3761 Fix typos in docstrings.
3762 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3763 (write-contents-hooks, write-file-hooks):
3764 Declare with `define-obsolete-variable-alias'.
3765
3766 * forms-d2.el (arch-rj): Fix typo in docstrings.
3767 (arch-tocol): Likewise. "?\ " -> "?\s".
3768
3769 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3770 Fix typo in docstring.
3771 (set-screen-width, set-screen-height): Delete redundant info in
3772 doctrings.
3773 (new-frame, screen-height, screen-width): Declare with
3774 `define-obsolete-function-alias'.
3775 (delete-frame-hook, blink-cursor): Declare with
3776 `define-obsolete-variable-alias'.
3777
3778 * paths.el (prune-directory-list): Fix typos in docstring.
3779
3780 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3781 (cvs-prefix-get): Fix typos in docstrings.
3782
3783 * ps-print.el (ps-extend-face-list, ps-extend-face)
3784 (ps-print-background-image): Fix typos in docstrings.
3785 (ps-default-fg, ps-default-bg): Doc fixes.
3786
3787 * s-region.el (s-region-bind): Doc fix.
3788 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3789
3790 * textmodes/org.el (org-table-formula-substitute-names)
3791 (org-table-get-vertical-vector): Doc fixes.
3792 (org-table-recalculate): Remove unused argument to `message'.
3793
3794 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3795
3796 * textmodes/org.el (org-table-column-names)
3797 (org-table-column-name-regexp)
3798 (org-table-named-field-locations): New variables.
3799 (org-archive-subtree): Protect `this-command' when calling
3800 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3801 the kill buffer.
3802 (org-complete): Remove fixed-formula completion.
3803 (org-edit-formulas-map): New variable.
3804 (org-table-edit-formulas): New command.
3805 (org-finish-edit-formulas, org-abort-edit-formulas)
3806 (org-show-variable, org-table-get-vertical-vector): New functions.
3807 (org-table-maybe-eval-formula): Handle `:=' fields.
3808 (org-table-get-stored-formulas, org-table-store-formulas)
3809 (org-table-get-formula, org-table-modify-formulas)
3810 (org-table-replace-in-formulas): Handle named field formulas.
3811 (org-table-get-specials): Store locations of named fields.
3812
3813 2005-07-19 Juri Linkov <juri@jurta.org>
3814
3815 * progmodes/grep.el (grep-regexp-alist)
3816 (grep-mode-font-lock-keywords, grep-process-setup):
3817 Use default GNU grep match color "01;31m" instead of "01;41m".
3818 (grep-regexp-alist, grep-mode-font-lock-keywords):
3819 Use `\\[[0-9]*m' instead of `\\[00m'.
3820 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3821 sgr_start where its handling is more important. Use the real
3822 length of sgr_start instead of constant 8.
3823 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3824 specially. Delete all remaining escape sequences.
3825 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3826 (grep-regexp-alist): Make hyperlink only for binary file name
3827 instead of the whole line.
3828 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3829 (grep-mode): Add autoload.
3830
3831 * emacs-lisp/find-func.el (find-function-regexp):
3832 Add `define-compilation-mode'.
3833
3834 2005-07-19 Juri Linkov <juri@jurta.org>
3835
3836 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3837 (compare-windows-sync-string-size, compare-windows-recenter)
3838 (compare-windows-highlight, compare-windows): Add version 22.1.
3839 (compare-windows) <defface>: Inherit from lazy-highlight instead
3840 of duplicating its default value.
3841
3842 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3843 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3844
3845 * descr-text.el (describe-char): Create link buttons for `charset'
3846 and `code point'. Add the current input method name with a link
3847 button to `to input' field. Print face names of display table
3848 characters in `The display table entry is displayed by' section
3849 instead of printing face-id in the `display' field.
3850 Guess hardcoded faces and create a link button for them.
3851 Skip empty fields when calculating max-width.
3852 Treat `widget-create' specially while inserting strings from the
3853 collected field list.
3854 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3855
3856 * diff-mode.el (diff-file-header): Change foreground color from
3857 yellow to green on light backgrounds.
3858 (diff-context): Inherit from `shadow' only for color/grayscale
3859 with more than 88 colors.
3860 (diff-indicator-removed, diff-indicator-added)
3861 (diff-indicator-changed): New faces.
3862 (diff-font-lock-keywords): Use new faces. Regroup rules.
3863 Add "^---$" for `normal' diff format. Fontify `#' lines with
3864 font-lock-comment-delimiter-face and font-lock-comment-face.
3865 Add `#' to ^[^...] in the rule for `diff-context-face'.
3866
3867 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3868 a button-like box. Inherit from `highlight' on low colors.
3869 (shadow): Use shades of gray only for color/grayscale with
3870 more than 88 colors. Use green for light backgrounds with
3871 8 colors, and yellow for dark backgrounds with 8 colors.
3872
3873 * font-lock.el (font-lock-regexp-grouping-backslash):
3874 Don't inherit from escape-glyph (use bold for all cases).
3875
3876 * info.el (info-xref-visited): Use light foreground color `violet'
3877 for dark backgrounds instead of dark color `magenta3'.
3878 (info-title-1): Use `yellow' color for dark backgrounds.
3879
3880 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3881 too-light magenta2.
3882
3883 * replace.el (match): Use slightly more light RoyalBlue3 instead
3884 of dark RoyalBlue4.
3885
3886 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3887
3888 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * novice.el (disabled-command-hook): Declare it with
3891 `define-obsolete-variable-alias'.
3892
3893 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3894 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3895 (desktop-load-default): Add release to obsolescence info.
3896 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3897 (desktop-append-buffer-args, desktop-read):
3898 Fix typos in docstrings.
3899 (desktop-kill): Fix typo in message.
3900 (desktop-save): Doc fix.
3901
3902 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3903
3904 * viper-cmd.el (viper-escape-to-state): Bug fix.
3905 (viper-envelop-ESC-key): Change the definition of fast
3906 keysequence so it'll work with keyboard macros.
3907
3908 * ediff.el (ediff-patch-buffer): Change the docstring.
3909
3910 2005-07-19 Kenichi Handa <handa@m17n.org>
3911
3912 * international/mule-cmds.el (select-safe-coding-system): Try to
3913 use an auto-coding (if any) before anything else. If the found
3914 auto-coding is invalid, show a warning message.
3915
3916 * international/mule.el (find-auto-coding): New function created
3917 by modifying the body of set-auto-coding.
3918 (set-auto-coding): Use find-auto-coding to find a coding.
3919
3920 2005-07-18 Richard M. Stallman <rms@gnu.org>
3921
3922 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3923 not isearch-mode-end-hook-error.
3924 (allout-before-change-protect): Fix error message.
3925
3926 2005-07-18 Juri Linkov <juri@jurta.org>
3927
3928 * allout.el (allout-mode):
3929 * calculator.el (calculator-copy):
3930 * custom.el (custom-known-themes):
3931 * dired.el (dired-desktop-buffer-misc-data)
3932 (dired-restore-desktop-buffer):
3933 * dired-x.el (dired-omit-marker-char):
3934 * files.el (basic-save-buffer):
3935 * font-core.el (font-lock-mode):
3936 * calendar/calendar.el (calendar-goto-hebrew-date)
3937 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3938 (calendar-goto-persian-date):
3939 * language/ethio-util.el (ethio-sera-to-fidel-region):
3940 * textmodes/picture.el (picture-mode):
3941 Delete duplicate duplicate words.
3942
3943 2005-07-18 Juri Linkov <juri@jurta.org>
3944
3945 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3946 chars * ? } |.
3947 (isearch-fallback): Don't call `isearch-process-search-char'.
3948 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3949 (isearch-process-search-char): Call `isearch-fallback' for regexp
3950 chars * ? } |.
3951 (isearch-return-char): Make obsolete with `make-obsolete' instead
3952 of simply documenting it as obsolete in the docstring.
3953 (isearch-fallback): Refill docstring.
3954
3955 * international/isearch-x.el
3956 (isearch-process-search-multibyte-characters): Remove unneeded
3957 `concat'. Add intermediate values to `junk-hist' instead of
3958 `minibuffer-history'. Test the length of `str'.
3959
3960 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3961
3962 * allout.el (allout-resolve-xref): Fix typos in error strings.
3963 (allout-before-change-protect): Remove unneeded `concat'.
3964
3965 * array.el (array-mode, array-reconfigure-rows)
3966 (untabify-backward): Fix typos in docstrings.
3967 (array-reconfigure-rows): Use `insert-buffer-substring', not
3968 `insert-buffer'.
3969
3970 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3971 * progmodes/ada-mode.el (ada-make-body):
3972 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3973
3974 * dired.el (dired-log):
3975 * tar-mode.el (tar-subfile-save-buffer):
3976 * play/zone.el (zone-pgm-stress-destress):
3977 Use `insert-buffer-substring', not `insert-buffer'.
3978
3979 2005-07-17 Simon Josefsson <jas@extundo.com>
3980
3981 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3982
3983 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3984
3985 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3986 Add plain auth method.
3987 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3988
3989 2005-07-17 Kim F. Storm <storm@cua.dk>
3990
3991 * ido.el (dired-other-window): Add ido property.
3992
3993 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3994
3995 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3996 Fix typo in docstring.
3997 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3998 `insert-file-literally'.
3999
4000 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4001 info and delete redundant message. Doc fix.
4002 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4003 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4004
4005 2005-07-16 Richard M. Stallman <rms@gnu.org>
4006
4007 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4008 (byte-compile-and): Use byte-compile-and-recursion.
4009 (byte-compile-or-recursion): New function.
4010 (byte-compile-or): Use that.
4011 (byte-compile-if): Guard the else-clause too.
4012 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4013
4014 * isearch.el (isearch-mode-end-hook-quit): New variable.
4015 (isearch-done): Bind it.
4016 (isearch-mode-end-hook): Doc fix.
4017
4018 * allout.el (allout-isearch-did-quit): Variable deleted.
4019 (allout-real-isearch-abort): Function name no longer used.
4020 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4021 (allout-isearch-rectification): isearch-mode always exists.
4022 Don't set allout-isearch-did-quit.
4023 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4024 allout-isearch-did-quit.
4025 (allout-enwrap-isearch): Just add the hook.
4026 (allout-isearch-abort): Function deleted.
4027 (allout-pre-command-business): Avoid warning.
4028
4029 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4030 Correctly avoid warnings.
4031 (pascal-outline): Likewise.
4032
4033 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4034
4035 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4036
4037 * play/tetris.el (tetris-mode): Avoid warning.
4038
4039 * play/snake.el (snake-mode): Avoid warning.
4040
4041 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4042 (gamegrid-set-display-table): Avoid warning.
4043 (gamegrid-set-timer): Likewise.
4044 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4045 (gamegrid-add-score-with-update-game-score-1): Take FILE
4046 as argument.
4047 (gamegrid-add-score-with-update-game-score): Pass that argument.
4048 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4049
4050 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4051
4052 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4053 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4054
4055 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4056 and insert-file.
4057
4058 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4059 (sc-ask): Avoid warnings.
4060
4061 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4062 (eshell-hist-initialize): Use that var the natural way.
4063
4064 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4065
4066 * emacs-lisp/re-builder.el (reb-cook-regexp):
4067 Avoid warning calling lre-compile-string.
4068 (reb-color-display-p): Avoid warning.
4069
4070 * calculator.el (calculator-last-input): Guard uses
4071 of event-key and key-press-event-p.
4072 (event-key, key-press-event-p): Delete definitions.
4073
4074 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4075 (find-gc-source-directory, find-gc-subrs-callers)
4076 (find-gc-noreturn-list, find-gc-source-files)
4077 (find-gc-subrs-called): Vars renamed and defvar'd.
4078
4079 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4080 (checkdoc-overlay-put, checkdoc-delete-overlay)
4081 (checkdoc-overlay-start, checkdoc-overlay-end)
4082 (checkdoc-mode-line-update, checkdoc-char=):
4083 Define such that compiler knows they are defined.
4084 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4085 (checkdoc-read-event): Delete. Use read-event directly.
4086
4087 * whitespace.el (whitespace-make-overlay)
4088 (whitespace-overlay-put, whitespace-delete-overlay)
4089 (whitespace-overlay-start, whitespace-overlay-end):
4090 Define such that compiler knows they are defined.
4091 (whitespace): Move conditional inside.
4092
4093 * tempo.el (tempo-insert-template): Suppress warning.
4094
4095 * ediff-diff.el (longlines-mode): Add defvar.
4096
4097 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4098
4099 * server.el: Bind "C-x #" in a way that works even if C-x is
4100 redefined to a command key, not a prefix key.
4101
4102 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4103
4104 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4105 cl-make-type-test till execution time.
4106
4107 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4108
4109 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4110 arg ARG and use it.
4111
4112 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4113
4114 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4115
4116 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4117
4118 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4119 a defcustom with two :set or :type keywords.
4120
4121 2005-07-15 Richard M. Stallman <rms@gnu.org>
4122
4123 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4124 Don't give ^M comment-end syntax.
4125
4126 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4127
4128 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4129 Don't consider gdbmi (gdb-mi.el has its own update functions).
4130 (gdb-var-delete): Make it work for gdbmi as well.
4131 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4132
4133 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4134 (gud-speedbar-menu-items): Correct logic for enabling items.
4135
4136 2005-07-15 Kim F. Storm <storm@cua.dk>
4137
4138 * ido.el: Fix commentary.
4139 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4140 Use with-no-warnings around ffap-guesser.
4141 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4142 Let bind minibuffer-completing-file-name to t.
4143
4144 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4145
4146 * startup.el (site-run-file, keyboard-type): Doc fixes.
4147 (command-line): Check for "--basic-display" argument; also for
4148 "--quick", not "--bare-bones" (which was renamed).
4149 (fancy-splash-text): Add missing item "Getting New Versions".
4150 (normal-splash-screen): Fix typos and improve consistency with
4151 `fancy-splash-text'. Update copyright year.
4152
4153 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4154 valid binding for `help-char'.
4155
4156 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4157
4158 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4159
4160 * term.el (term-mode): Disable cua-mode for term buffers.
4161
4162 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4163
4164 * add-log.el (add-log-mailing-address, change-log-merge):
4165 Doc fixes.
4166 (change-log-get-method-definition): Fix typo in docstring.
4167
4168 2005-07-14 Kim F. Storm <storm@cua.dk>
4169
4170 * emulation/cua-base.el:
4171 (cua--pre-command-handler-1, cua--pre-command-handler)
4172 (cua--post-command-handler-1, cua--post-command-handler):
4173 Split in two. Check (buffer local) value of cua-mode.
4174 (cua-selection-mode): New command.
4175
4176 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4177
4178 * custom.el (custom-initialize-safe-set)
4179 (custom-initialize-safe-default): Doc fixes.
4180
4181 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4182 and simplify :init-value again.
4183
4184 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4185 and simplify :init-value again. Delete autoload.
4186
4187 * startup.el (command-line): Use `custom-reevaluate-setting' again
4188 for tooltip-mode.
4189
4190 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4191 a defcustom with two :initialize keywords.
4192
4193 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4194
4195 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4196 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4197 (allout-post-command-business, allout-flag-region)
4198 (isearch-reenable-font-lock, allout-yank)
4199 (allout-insert-latex-header, allout-insert-latex-trailer)
4200 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4201 (allout-latex-verb-quote): Fix typos in docstrings.
4202 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4203 (allout-unprotected, allout-prefix-data):
4204 Improve argument/docstring consistency.
4205 (allout-chart-subtree): Fix argument spec.
4206 (allout-open-topic): Rename `use_sib_bullet' argument to
4207 `use-sib-bullet'. Doc fix.
4208
4209 * whitespace.el (whitespace-check-buffer-leading)
4210 (whitespace-check-buffer-trailing)
4211 (whitespace-check-buffer-indent)
4212 (whitespace-check-buffer-spacetab)
4213 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4214 (whitespace-check-leading-whitespace)
4215 (whitespace-check-trailing-whitespace)
4216 (whitespace-check-spacetab-whitespace)
4217 (whitespace-check-indent-whitespace)
4218 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4219 (whitespace-modes): Fix typos in docstrings.
4220 (defgroup, defcustom): Doc fixes.
4221
4222 * winner.el (winner-mode, winner-boring-buffers)
4223 (winner-pending-undo-ring): Doc fixes.
4224 (winner-ring): Remove unneeded `progn'.
4225 (winner-equal): `defsubst' it.
4226 (winner-redo): Fix message.
4227
4228 2005-07-13 Kim F. Storm <storm@cua.dk>
4229
4230 * simple.el (line-move-1): Always use vertical-motion to
4231 do the last (or only) line move to ensure some movement.
4232 Undo 2005-06-23 change--don't check for overlays.
4233
4234 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4235
4236 * term/mac-win.el (ccl-encode-mac-roman-font)
4237 (ccl-encode-mac-centraleurroman-font)
4238 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4239 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4240 Change charset-id boundary of dimension to ?\xef.
4241 (mac-char-fontspec-list): New constant.
4242 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4243 argument. Nil uses itself as family in font-spec. Previous
4244 behavior for nil is now provided by non-nil non-string argument.
4245 All callers changed. Add font-specs for Mac fonts to
4246 "fontset-default" unless iso8859-1 fonts are installed.
4247
4248 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4251 a continuation line if the \ is preceded by SPC or TAB.
4252 (sh-get-indent-info): Simplify.
4253 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4254 Use with-current-buffer.
4255
4256 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4257 when the matched text is empty.
4258
4259 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4260
4261 * startup.el (command-line): Revert to previous handling of
4262 tooltip-mode. Explain in comment why the complexity is needed.
4263
4264 * tooltip.el (tooltip-mode): Revert to previous implementation of
4265 its defcustom.
4266
4267 * frame.el (blink-cursor-mode): Revert to previous implementation
4268 of its defcustom. Update comment.
4269
4270 2005-07-12 Lars Hansen <larsh@soem.dk>
4271
4272 * desktop.el: Update e-mail address.
4273
4274 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4275
4276 * term/mac-win.el (mac-services-mail-selection)
4277 (mac-services-mail-to): New functions.
4278 (mac-application-menu-map): Bind them.
4279
4280 2005-07-12 wulei <milton@wulei.net> (tiny change)
4281
4282 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4283
4284 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4285
4286 * custom.el (custom-reevaluate-setting): Doc fix.
4287
4288 2005-07-11 Jay Belanger <belanger@truman.edu>
4289
4290 * calc/calc.el (calc-embedded-announce-formula-alist)
4291 (calc-embedded-open-close-plain-alist)
4292 (calc-embedded-open-close-mode-alist): Add checks for additional
4293 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4294
4295 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4296
4297 * custom.el (custom-enable-theme): Don't add theme to
4298 `custom-enabled-themes' with `push' because there is no
4299 setf-method for `delq'.
4300
4301 2005-07-11 Richard M. Stallman <rms@gnu.org>
4302
4303 * custom.el (custom-declare-variable): Doc fix.
4304
4305 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4306 from the alists.
4307
4308 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4309 Do nothing if edebug-active.
4310
4311 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4312 (edebug-display): Do it here instead.
4313
4314 2005-07-10 Richard M. Stallman <rms@gnu.org>
4315
4316 * cus-face.el (custom-theme-set-faces): Make it work.
4317 (custom-reset-faces): Doc fix.
4318 (custom-theme-reset-internal-face, custom-theme-face-value):
4319 Functions deleted.
4320
4321 * custom.el (custom-push-theme): Maintain list of the settings
4322 of a given theme in its theme-settings property.
4323 Maintain position of old settings in the theme-value
4324 or theme-face property.
4325 (custom-enabled-themes): New variable.
4326 (custom-theme-enabled-p): New function.
4327 (provide-theme): Update custom-enabled-themes.
4328 Disable and reenable the `user' theme.
4329 (require-theme): Doc fix.
4330 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4331 (custom-theme-value, custom-theme-variable-value): Likewise.
4332 (custom-theme-reset-internal): Likewise.
4333 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4334 (custom-enable-theme, custom-disable-theme): New functions.
4335 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4336 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4337 (custom-theme-reset-variables): Simplify.
4338 (deftheme, custom-declare-theme, custom-make-theme-feature):
4339 Definitions moved.
4340
4341 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * longlines.el (longlines-show-region)
4344 (longlines-unshow-hard-newlines): Recognize hard newlines by
4345 non-nil hard property, instead of t.
4346
4347 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4348
4349 * viper-cmd.el (viper--key-maps): New variable.
4350 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4351 emulation-mode-map-alists.
4352 (viper-envelop-ESC-key): Use viper-subseq.
4353 (viper-search-forward/backward/next): Disable debug-on-error.
4354
4355 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4356 (viper-ESC-key): New defcustoms.
4357
4358 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4359
4360 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4361 (viper-subseq): Copy of subseq from cl.el.
4362
4363 * viper.el (viper-go-away, viper-set-hooks): Use
4364 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4365
4366 * viper-mous.el (viper-current-frame-saved): Use defvar.
4367
4368 * viper-init.el: Get rid of -face in face names.
4369
4370 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4371 Make it work with longlines mode
4372
4373 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4374
4375 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4376
4377 * ediff-init.el: Get rid of -face in face names.
4378
4379 2005-07-10 Richard M. Stallman <rms@gnu.org>
4380
4381 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4382 and with-timeout-unsuspend.
4383
4384 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4385 and with-timeout-unsuspend.
4386
4387 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4388 (with-timeout): Bind that variable to record timers.
4389 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4390
4391 * emacs-lisp/debug.el (debug-help-follow): New function.
4392 (debugger-mode-map): Use that instead of help-follow.
4393 (debugger-setup-buffer): Use eval-buffer-list
4394 to handle eval-buffer frames.
4395
4396 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4397
4398 * timezone.el (timezone-parse-date): Change first regexp
4399 so it will not mistakenly match dates with no time zone.
4400
4401 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4402
4403 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4404
4405 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4406
4407 * custom.el (custom-initialize-safe-set)
4408 (custom-initialize-safe-default): New functions.
4409
4410 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4411 and simplify :init-value.
4412
4413 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4414 and simplify :init-value. Delete obsolete comment.
4415
4416 * startup.el (command-line): Use `custom-reevaluate-setting' to
4417 handle `tooltip-mode'. Delete obsolete comment.
4418
4419 * files.el (set-visited-file-name): Avoid calling
4420 `file-name-nondirectory' with a nil argument.
4421
4422 2005-07-09 Richard M. Stallman <rms@gnu.org>
4423
4424 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4425 was called with nil for the buffer, handle the read position right.
4426 Handle read position for eval-region, too.
4427
4428 2005-07-09 Juri Linkov <juri@jurta.org>
4429
4430 * fringe.el (fringe-mode): Add period in docstring.
4431 (fringe-query-style): Build prompt depending on `all-frames' arg.
4432
4433 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4434 to not create links to unrelated functions in the Help buffer.
4435
4436 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4437 Doc fix.
4438
4439 * simple.el (next-error-hook): New variable.
4440 (next-error): Use it. Doc fix.
4441
4442 * textmodes/ispell.el (ispell-command-loop): Add current
4443 dictionary name and program name to mode-line-format.
4444 (ispell-region, ispell-process-line): Add current dictionary name
4445 and program name to messages.
4446
4447 2005-07-08 Jay Belanger <belanger@truman.edu>
4448
4449 * calc/calc.el (calc-embedded-announce-formula-alist)
4450 (calc-embedded-open-close-formula-alist)
4451 (calc-embedded-open-close-word-alist)
4452 (calc-embedded-open-close-plain-alist)
4453 (calc-embedded-open-close-new-formula-alist)
4454 (calc-embedded-open-close-mode-alist)
4455 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4456 (calc-embedded-mode-hook): New variables.
4457
4458 * calc/calc-embed.el (calc-embedded-firsttime)
4459 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4460 New variables.
4461 (calc-do-embedded): Use calc-embedded-firsttime,
4462 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4463 determine whether or not to run hooks.
4464 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4465 calc-embedded-firsttime-formula appropriately.
4466 Set calc-embedded delimiter variables according to mode.
4467
4468 2005-07-08 Richard M. Stallman <rms@gnu.org>
4469
4470 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4471 Check for "emacs", etc., as entire symbol, not just as word.
4472 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4473
4474 * files.el (set-visited-file-name): Report the error
4475 for "empty filename" earlier.
4476 (kill-some-buffers): Ignore buffers already dead.
4477
4478 * fringe.el (fringe-mode): Doc fix.
4479
4480 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4481 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4482 Use unwind-protect to ensure byte-compile-unresolved-functions
4483 is updated.
4484
4485 * whitespace.el (whitespace-buffer-leading-cleanup):
4486 Simplify w/ skip-chars-forward.
4487 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4488
4489 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4490 Unconditionally try to leave point at the same old place.
4491
4492 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4493
4494 * comint.el (comint-postoutput-scroll-to-bottom)
4495 (comint-show-maximum-output): Take scroll-margin into consideration.
4496
4497 2005-07-08 Kim F. Storm <storm@cua.dk>
4498
4499 * ido.el (ido-use-filename-at-point): New choice `guess'.
4500 (ido-file-internal): Try ffap-guesser if selected.
4501
4502 * ido.el (ido-before-fallback-functions): New hook.
4503 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4504 (ido-read-file-name): Run it.
4505
4506 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4509 strings rather than a list of symbols to the completion function.
4510
4511 2005-07-07 Jay Belanger <belanger@truman.edu>
4512
4513 * calc/calc-units.el (math-apply-units): Change the places in
4514 which units are simplified.
4515
4516 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4517
4518 * cus-edit.el (customize-option, customize-option-other-window):
4519 Make them handle aliases.
4520
4521 * custom.el (custom-variable-p): Make it recursively follow
4522 aliases. Mention that in the docstring.
4523
4524 2005-07-07 Richard M. Stallman <rms@gnu.org>
4525
4526 * cus-start.el (exec-path): Use `directory' instead of `file'.
4527 Fix tag for nil.
4528
4529 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4530
4531 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4532 when called non-interactively. Doc fix.
4533
4534 2005-07-07 Lute Kamstra <lute@gnu.org>
4535
4536 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4537 new address as well.
4538
4539 2005-07-07 Kenichi Handa <handa@m17n.org>
4540
4541 * international/mule.el (make-coding-system):
4542 Describe `ascii-incompatible' property in the docstring.
4543 (set-file-name-coding-system): Signal an error if coding-system is
4544 ascii-incompatible.
4545 (set-keyboard-coding-system): Likewise.
4546
4547 * international/mule-cmds.el (set-default-coding-systems):
4548 Don't set default-file-name-coding-system and
4549 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4550
4551 * international/utf-16.el: Declare that all UTF-16-based coding
4552 systems are ASCII-incompatible.
4553
4554 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4555
4556 * progmodes/gud.el: Require font-lock for displaying errors.
4557 Used by gdb-ui.el.
4558
4559 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4560
4561 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4562 values for the pattern lists which are `read'able but not
4563 `append'able (like symbols).
4564
4565 2005-07-06 Richard M. Stallman <rms@gnu.org>
4566
4567 * progmodes/flymake.el (flymake-float-time): Instead of
4568 with-no-warnings, test for xemacs.
4569 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4570 to avoid warning.
4571
4572 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4573
4574 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4575
4576 2005-07-05 Lute Kamstra <lute@gnu.org>
4577
4578 * battery.el: Add support for Darwin (with much debugging help
4579 from Samuel Lauber <sam124@operamail.com>).
4580 (battery-status-function, battery-echo-area-format)
4581 (battery-mode-line-format): Add support for pmset on Darwin.
4582 (battery-load-low, battery-load-critical): New user options.
4583 (battery-pmset): New function.
4584
4585 2005-07-05 Lute Kamstra <lute@gnu.org>
4586
4587 Update FSF's address in GPL notices.
4588
4589 * textmodes/page-ext.el: Update FSF's address.
4590
4591 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4594 filling from using prefix when filling a single-line docstring.
4595
4596 * progmodes/flymake.el: Remove useless eval-when-compile.
4597
4598 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4599
4600 2005-07-04 Richard M. Stallman <rms@gnu.org>
4601
4602 * textmodes/org.el (org-file-apps-defaults-gnu):
4603 Rename from org-file-apps-defaults-linux.
4604 (org-default-apps): Don't test system-type for `linux'.
4605 (org-file-apps): Doc fix.
4606
4607 2005-07-04 David Ponce <david@dponce.com>
4608
4609 * tree-widget.el: Improve header Commentary section.
4610 (tree-widget) [defgroup]
4611 (tree-widget-image-enable, tree-widget-themes-directory)
4612 (tree-widget-theme, tree-widget-image-properties-emacs)
4613 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4614 (tree-widget-image-formats, tree-widget-control)
4615 (tree-widget-empty-control, tree-widget-leaf-control
4616 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4617 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4618 (tree-widget-keep, tree-widget-after-toggle-functions)
4619 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4620 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4621 :help-echo message.
4622 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4623 (tree-widget-image-properties): Doc fix. Clearer implementation.
4624 (tree-widget--cursors): New constant.
4625 (tree-widget-lookup-image): New function split from
4626 `tree-widget-find-image'. Clearer implementation.
4627 (tree-widget-find-image): Use it.
4628 (tree-widget-button-keymap): Use `set-keymap-parent'.
4629 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4630 Define the sub-widgets here.
4631 (tree-widget-node): Check that :node is not a tree-widget.
4632 (tree-widget-get-super, tree-widget-open-control)
4633 (tree-widget-close-control, tree-widget-empty-control)
4634 (tree-widget-leaf-control, tree-widget-guide)
4635 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4636 (tree-widget-no-handle, tree-widget-value-delete)
4637 (tree-widget-map): Remove.
4638 (tree-widget-children-value-save): Doc fix. Simplified.
4639 (tree-widget-value-create): Update according to previous changes.
4640
4641 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4642
4643 * textmodes/org.el: Leading space replaced by TABS.
4644 (org-recalc-marks, org-table-rotate-recalc-marks)
4645 (org-table-get-specials): Treat "^" and "_" marks.
4646 (org-table-justify-field-maybe): Optional argument NEW.
4647 (org-table-eval-formula): Parsing of the format simplified.
4648 New modes C,I. Honor the %= parameter in the current table.
4649 Avoid unnecessary re-align by using the NEW argument to
4650 `org-table-justify-field-maybe'.
4651 (org-calc-default-modes): Default for date-format mimicks org-mode.
4652 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4653
4654 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4655
4656 * cus-face.el (custom-theme-set-faces): Make it handle face
4657 aliases whose alias declarations are pre- or autoloaded.
4658
4659 2005-07-04 Juri Linkov <juri@jurta.org>
4660
4661 * faces.el (read-face-name): Put the code for getting a face name
4662 from the buffer before adding the faces from the `face' property.
4663 Use `completing-read-multiple' instead of `completing-read'.
4664 Require `crm'. Add default value and post-process the returned
4665 list of faces.
4666
4667 * emacs-lisp/crm.el (crm-find-current-element)
4668 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4669
4670 * emacs-lisp/lisp-mode.el (eval-defun-1):
4671 * emacs-lisp/edebug.el (edebug-eval-defun):
4672 Remove unnecessary quotes.
4673
4674 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4675
4676 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4677 (prolog-indent-level): Fix typo in docstring.
4678
4679 * info.el (Info-history, Info-history-forward)
4680 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4681
4682 * add-log.el (add-change-log-entry):
4683 * comint.el (comint-dynamic-list-input-ring)
4684 (comint-dynamic-list-completions):
4685 * dabbrev.el (dabbrev-expand):
4686 * delim-col.el (delimit-columns-rectangle-line):
4687 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4688 (diff-unified->context):
4689 * ediff-init.el (ediff-abbrev-jobname):
4690 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4691 (ediff-replace-session-activity-marker-in-meta-buffer):
4692 * info.el (Info-summary):
4693 * lpr.el (printify-region):
4694 * printing.el (pr-create-interface):
4695 * ps-print.el (ps-print-quote):
4696 * ses.el (ses-column-widths, ses-print-cell)
4697 (ses-adjust-print-width, ses-center):
4698 * shell.el (shell-file-name-quote-list):
4699 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4700 (strokes-fill-current-buffer-with-whitespace)
4701 (strokes-xpm-for-stroke, strokes-list-strokes)
4702 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4703 * term.el (term-dynamic-list-input-ring)
4704 (term-dynamic-list-completions):
4705 * calc/calc.el (math-format-stack-value):
4706 * emacs-lisp/edebug.el (edebug-display-freq-count):
4707 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4708 (delphi-new-comment-line):
4709 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4710 * progmodes/executable.el (executable-set-magic):
4711 * progmodes/python.el (inferior-python-mode):
4712 * progmodes/scheme.el (scheme-mode-syntax-table):
4713 * progmodes/sh-script.el (sh-maybe-here-document):
4714 * progmodes/sql.el (sql-copy-column):
4715 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4716 * textmodes/bibtex.el (bibtex-mode):
4717 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4718 (sgml-auto-attributes):
4719 * textmodes/table.el (table-insert, table-shorten-cell)
4720 (table--generate-source-scan-lines, table-delete-row)
4721 (*table--cell-delete-char, table--spacify-frame)
4722 (table--horizontally-shift-above-and-below)
4723 (table--cell-insert-char, table--cell-blank-str)
4724 (table--fill-region-strictly):
4725 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4726 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4727
4728 * add-log.el (change-log):
4729 * apropos.el (apropos):
4730 * comint.el (comint-completion, comint-source):
4731 * dabbrev.el (dabbrev):
4732 * delim-col.el (columns):
4733 * diff-mode.el (diff-mode):
4734 * ediff.el (ediff):
4735 * ediff-diff.el (ediff-diff):
4736 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4737 * ediff-mult.el (ediff-mult):
4738 * ediff-ptch.el (ediff-ptch):
4739 * ediff-wind.el (ediff-window):
4740 * facemenu.el (facemenu):
4741 * indent.el (indent):
4742 * info.el (info):
4743 * jka-cmpr-hook.el (compression, jka-compr):
4744 * lpr.el (lpr):
4745 * outline.el (outlines):
4746 * pcmpl-cvs.el (pcmpl-cvs):
4747 * pcmpl-rpm.el (pcmpl-rpm):
4748 * printing.el (printing):
4749 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4750 (ps-print-vertical, ps-print-headers, ps-print-font)
4751 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4752 (ps-print-background, ps-print-printer, ps-print-page)
4753 (ps-print-miscellany):
4754 * ses.el (ses):
4755 * shell.el (shell, shell-directories, shell-faces):
4756 * startup.el (initialization):
4757 * strokes.el (strokes):
4758 * term.el (term):
4759 * uniquify.el (uniquify):
4760 * w32-vars.el (w32):
4761 * calc/calc.el (calc):
4762 * emacs-lisp/bytecomp.el (bytecomp):
4763 * emacs-lisp/cl-indent.el (lisp-indent):
4764 * emacs-lisp/edebug.el (edebug):
4765 * emacs-lisp/elp.el (elp):
4766 * emacs-lisp/testcover.el (testcover):
4767 * emacs-lisp/trace.el (trace):
4768 * emulation/viper-ex.el (viper-ex):
4769 * emulation/viper-mous.el (viper-mouse):
4770 * mail/mailalias.el (mailalias):
4771 * mail/supercite.el (supercite, supercite-frames)
4772 (supercite-attr, supercite-cite, supercite-hooks):
4773 * net/rcompile.el (remote-compile):
4774 * net/rlogin.el (rlogin):
4775 * obsolete/ooutline.el (outlines):
4776 * progmodes/delphi.el (delphi):
4777 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4778 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4779 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4780 (ebnf-optimization):
4781 * progmodes/etags.el (etags):
4782 * progmodes/executable.el (executable):
4783 * progmodes/idlwave.el (idlwave):
4784 * progmodes/pascal.el (pascal):
4785 * progmodes/prolog.el (prolog):
4786 * progmodes/python.el (python):
4787 * progmodes/scheme.el (scheme):
4788 * progmodes/sh-script.el (sh, sh-script):
4789 * progmodes/sql.el (SQL):
4790 * progmodes/tcl.el (tcl):
4791 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4792 * textmodes/enriched.el (enriched):
4793 * textmodes/makeinfo.el (makeinfo):
4794 * textmodes/sgml-mode.el (sgml):
4795 * textmodes/table.el (table-hooks):
4796 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4797 * textmodes/texinfo.el (texinfo):
4798 * textmodes/two-column.el (two-column):
4799 Finish `defgroup' description with period.
4800
4801 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4802 * eshell/esh-var.el (eshell-var):
4803 * progmodes/vhdl-mode.el (vhdl-testbench):
4804 * textmodes/org.el (org): Fix typos in docstrings.
4805
4806 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4807 consistency.
4808
4809 * progmodes/flymake.el (flymake-find-file): Remove.
4810 (flymake-float-time): Use `with-no-warnings'.
4811 (flymake-check-start-time, flymake-check-was-interrupted)
4812 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4813 (flymake-new-err-info): `defvar' at compile time.
4814
4815 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4816
4817 * replace.el (occur-hook): Doc fix.
4818 (occur-1): Don't call `occur-hook' if there are no matches.
4819
4820 2005-07-03 Richard M. Stallman <rms@gnu.org>
4821
4822 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4823 global-map, save the same map.
4824 (global-map): Don't alter it at top level.
4825 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4826 Then alter it here instead.
4827 (tpu-edt-off): Set global-map to the saved one.
4828
4829 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4830 All references simplified.
4831 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4832 (zmacs-regions): Add defvar.
4833 (repeat-complex-command-map): Everything about that deleted.
4834
4835 * textmodes/artist.el (artist-key-is-drawing)
4836 (artist-key-endpoint1, artist-key-poly-point-list)
4837 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4838 (artist-key-compl-table, artist-rb-save-data)
4839 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4840 Don't put them in eval-when-compile.
4841 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4842
4843 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4844 Use with-no-warnings.
4845
4846 * net/browse-url.el (dos-windows-version): Add defvar.
4847
4848 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4849
4850 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4851 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4852 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4853 Add defvar.
4854 (rmail-summary-beginning-of-message): Use with-no-warnings.
4855 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4856
4857 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4858 Use with-no-warnings.
4859
4860 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4861 (c-mark-function): Add point-moving-unit property.
4862 (vi-goto-line): Use with-no-warnings.
4863
4864 * emulation/edt.el (edt-last-copied-word): Add defvar.
4865 (zmacs-region-stays): Likewise.
4866 (edt-mark-section-wisely): Use c-mark-function for C.
4867 Use makr-defun for Fortran.
4868 (time-string): defvar deleted.
4869 (edt-display-the-time): Don't set time-string.
4870
4871 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4872
4873 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4874 Don't warn when name is not constant
4875 or for defining the group `emacs'.
4876
4877 * tooltip.el (gud-tooltip-mode): Add defvar.
4878
4879 * startup.el (default-frame-background-mode): Add defvar.
4880
4881 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4882
4883 * info.el (tool-bar-map): Add defvar.
4884
4885 * dired.el (dnd-protocol-alist): Add defvar.
4886
4887 * dired-aux.el (dired-query): Display question with answer, when
4888 the user answers.
4889
4890 * custom.el (custom-add-option): Doc fix.
4891
4892 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4893
4894 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4895
4896 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4897 bogus name from the last change.
4898
4899 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4900
4901 * custom.el (custom-declare-variable): Fix typos in comment.
4902 (custom-known-themes): Doc fix.
4903 (custom-theme-directory): New defcustom.
4904 (require-theme): Make it check `custom-theme-directory'.
4905
4906 * cus-theme.el (custom-new-theme-mode): New function.
4907 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4908 (custom-theme-description): Add compiler defvars.
4909 (customize-create-theme): Add doc to the "*New Custom Theme*"
4910 buffer. Use `custom-new-theme-mode'.
4911 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4912 and save it to the `custom-theme-directory'. Make this the
4913 default directory of the buffer.
4914
4915 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4916
4917 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4918 Fix unbalanced parentheses.
4919
4920 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4923 into flymake-mode and delegate to flymake-mode.
4924
4925 * find-file.el (ff-which-function-are-we-in): Clean up.
4926
4927 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4928
4929 * replace.el (occur-rename-buffer): Fix docstring.
4930
4931 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4932 (edt-last-copied-word, edt-learn-macro-count)
4933 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4934 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4935 (time-string, zmacs-region-stays):
4936 * emulation/edt-mapper.el (edt-save-function-key-map)
4937 (EDT-key-name): `defvar' to silence the byte-compiler.
4938
4939 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4940
4941 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4942 font-lock-regexp-backslash. Doc fix.
4943 (font-lock-regexp-backslash-grouping-construct): Rename from
4944 font-lock-regexp-backslash-construct. Doc fix.
4945 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4946 grouping constructs.
4947
4948 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4949
4950 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4951 updating all the prerequisites.
4952
4953 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4954
4955 * textmodes/org.el (org-agenda-start-on-weekday)
4956 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4957 (org-agenda-use-time-grid, org-archive-location)
4958 (org-allow-space-in-links, org-usenet-links-prefer-google)
4959 (org-enable-table-editor, org-export-default-language)
4960 (org-export-html-show-new-buffer, org-fill-paragraph)
4961 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4962 (org-goto-quit, org-occur, org-eval-in-calendar)
4963 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4964 (org-agenda-diary-entry, org-remember-help)
4965 (org-table-convert-region, org-at-table-p)
4966 (org-table-move-row-down, org-table-move-row-up)
4967 (org-table-copy-region, org-table-toggle-vline-visibility)
4968 (org-table-get-stored-formulas, org-table-get-specials)
4969 (org-recalc-commands, org-table-eval-formula)
4970 (org-table-formula-substitute-names, orgtbl-make-binding)
4971 (org-format-org-table-html, org-format-table-table-html)
4972 (org-format-table-table-html-using-table-generate-source)
4973 (org-customize): Fix typos in docstrings.
4974 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4975 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4976 (org-back-to-heading): Doc fixes.
4977 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4978 (org-agenda-change-all-lines, org-get-header):
4979 Improve argument/docstring consistency.
4980 (orgtbl-error): Fix error message.
4981
4982 * progmodes/flymake.el (flymake-find-possible-master-files)
4983 (flymake-master-file-compare, flymake-get-line-err-count)
4984 (flymake-highlight-line, flymake-gui-warnings-enabled):
4985 Fix typos in docstrings.
4986 (flymake-parse-line, flymake-get-project-include-dirs-function)
4987 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4988 Doc fixes.
4989 (flymake-get-project-include-dirs-function)
4990 (flymake-make-err-menu-data):
4991 Improve argument/docstring consistency.
4992
4993 2005-07-01 Lute Kamstra <lute@gnu.org>
4994
4995 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4996 Catch errors with ignore-errors. Use temporary buffer.
4997 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4998
4999 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5000 background color faces.
5001 (facemenu-set-foreground, facemenu-set-background):
5002 Use facemenu-set-face-from-menu.
5003 (facemenu-set-face-from-menu): Treat face names that start with
5004 "fg:" or "bg:" as special.
5005 (facemenu-add-new-color): Don't create faces. Simplify.
5006
5007 2005-06-30 Richard M. Stallman <rms@gnu.org>
5008
5009 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5010 (crm-find-current-element): Likewise.
5011
5012 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5013
5014 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5015
5016 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5019 (archive-mouse-extract): Make it an obsolete alias.
5020 (archive-mode-map): Don't use archive-mouse-extract any more.
5021 (archive-mode, archive-extract): write-contents-hooks ->
5022 write-contents-functions.
5023 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5024 first arg.
5025 (archive-rename-entry): Update the call.
5026 (archive-zip-summarize): Remove unused var `method'.
5027 (archive-lzh-summarize): Remove unused var `creator'.
5028
5029 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5030 dedicated frame upon exit.
5031
5032 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5033 (archive-zip-extract, archive-zip-expunge)
5034 (archive-zip-update, archive-zip-update-case): Use executable-find.
5035 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5036 Use restore-buffer-modified-p.
5037 (archive-extract, archive-add-new-member, archive-write-file-member):
5038 Use with-current-buffer.
5039 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5040
5041 2005-06-30 Andreas Schwab <schwab@suse.de>
5042
5043 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5044
5045 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5046
5047 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5048
5049 2005-06-30 Juri Linkov <juri@jurta.org>
5050
5051 * faces.el (vertical-border): Inherit from mode-line-inactive
5052 only on tty.
5053
5054 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5057 example, -NLINES in the `occur' docstring).
5058
5059 * replace.el (occur-1): When no matches are found, do not set the
5060 `buffer-read-only' and modified flags for the occur buffer,
5061 because it is deleted.
5062
5063 * emulation/cua-base.el (cua-check-pending-input)
5064 (cua-repeat-replace-region, cua-mode, cua-debug)
5065 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5066 Fix typos in docstrings.
5067
5068 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5069 (cua-cut-region-to-global-mark)
5070 (cua--cut-rectangle-to-global-mark):
5071 Remove period from end of messages.
5072
5073 * emulation/cua-rect.el (cua-do-rectangle-padding):
5074 Remove period from end of messages.
5075 (cua--rectangle-seq-format): Fix typo in docstring.
5076 (cua-sequence-rectangle, cua-fill-char-rectangle):
5077 Improve argument/docstring consistency.
5078
5079 2005-06-29 Juri Linkov <juri@jurta.org>
5080
5081 * faces.el (default-frame-background-mode): New internal variable.
5082 (frame-set-background-mode): Use it.
5083
5084 * startup.el (normal-top-level): Set default-frame-background-mode
5085 instead of frame-background-mode. Before setting it, test for its
5086 nil value. Remove tests for frame-background-mode and frame
5087 parameter `reverse'. Add test for "unspecified-fg".
5088
5089 * term/xterm.el (xterm-rxvt-set-background-mode):
5090 * term/rxvt.el (rxvt-set-background-mode):
5091 Set default-frame-background-mode instead of frame-background-mode.
5092
5093 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5094
5095 * simple.el (set-variable): Warn about obsolete user variables.
5096
5097 * imenu.el (imenu--completion-buffer):
5098 * mouse.el (mouse-buffer-menu-alist):
5099 * msb.el (msb-invisible-buffer-p):
5100 * calendar/diary-lib.el (diary-header-line-format):
5101 * emacs-lisp/pp.el (pp-buffer):
5102 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5103 * textmodes/picture.el (picture-replace-match):
5104 Change space constants followed by a sexp to "?\s ".
5105
5106 * play/decipher.el (decipher-loop-with-breaks):
5107 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5108 constants "protected" from end of line by a comment to "?\s".
5109
5110 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * font-lock.el (save-buffer-state): Use `declare'.
5113
5114 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5115 reset the syntax-table to cperl-mode-syntax-table.
5116 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5117 "foo_print_bar" is not matched as a reserved keyword.
5118
5119 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5120
5121 * textmodes/org.el (orgtbl-setup): New function, for delayed
5122 setup for the orgtbl commands.
5123 (org-calc-default-modes): New option.
5124 (orgtbl-make-binding): Use `defun' to get better help display.
5125 (org-diary): Call `org-compile-prefix-format'.
5126 (org-table-formula-substitute-names): New function.
5127 (org-agenda-day-view, org-agenda-week-view): New commands.
5128 (org-agenda-toggle-week-view): Command removed.
5129 (org-tbl-menu): Split off from org-org-menu.
5130 (org-mode): Move removal of outline-mode menus to here.
5131 (org-table-formula-debug): New option.
5132 (org-table-insert-row): Keep first field if just "#" or "*".
5133 (org-mode): Paragraph regexps fixed.
5134 (org-table-recalculate-regexp): New constant.
5135 (org-table-justify-field-maybe): Avoid replace if not necessary.
5136 (org-copy-special, org-cut-special): Use `call-interactively'.
5137 (org-table-copy-region): Take region from `interactive' call.
5138 (org-trim): Return string even if no match.
5139 (org-formula): New face.
5140 (org-set-font-lock-defaults): No longer highlight "FIXME".
5141 But highlight formula-related fields in table.
5142 (org-table-p): Use regexp, not fontification.
5143 (org-table-align): Handle white space at end of line.
5144 (org-table-formula-evaluate-inline): New option.
5145 (org-mode): Auto-wrapping in comment lines turned off.
5146 (org-table-copy-down): Evaluate only in copied field, not in
5147 destination.
5148 (org-table-current-formula): Variable removed.
5149 (org-table-store-formulas, org-table-get-stored-formulas)
5150 (org-table-modify-formulas, org-table-replace-in-formulas)
5151 (org-table-maybe-eval-formula): New functions.
5152 (org-table-get-formula): Modify to use stored formulas.
5153 (org-table-insert-column, org-table-delete-column)
5154 (org-table-move-column): Call `org-table-modify-formulas'.
5155 (org-complete): Add completion for keyword formulas.
5156 (orgtbl-mode): Pull orgtbl-mode-map to start of
5157 minor-mode-map-alist.
5158
5159 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * progmodes/python.el (python-check): Require `compile' before
5162 modifying its variables.
5163
5164 * newcomment.el (comment-indent-default): Don't get fooled by an early
5165 end of buffer.
5166
5167 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5168
5169 * ps-print.el (ps-print-version): Fix version number.
5170
5171 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5172
5173 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5174
5175 2005-06-28 Richard M. Stallman <rms@gnu.org>
5176
5177 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5178 (flyspell-local-mouse-map): Declaration deleted.
5179 (flyspell-mouse-map): Bind only mouse-2.
5180 (flyspell-mode-map): Don't test flyspell-use-local-map.
5181 (flyspell-overlay-keymap-property-name): Var deleted.
5182 (flyspell-mode-on): Don't make local bindings for
5183 flyspell-mouse-map and flyspell-mode-map.
5184 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5185
5186 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5187
5188 * progmodes/compile.el (compilation-next-error-function):
5189 Don't switch buffers; operate on the current buffer.
5190
5191 * progmodes/compile.el (compilation-error-file-name)
5192 (compilation-warning-file-name, compilation-info-file-name)
5193 (compilation-line-number, compilation-column-number): New faces.
5194 (compilation-error-face, compilation-warning-face)
5195 (compilation-info-face, compilation-line-face)
5196 (compilation-column-face): Use them.
5197
5198 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5199
5200 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5201
5202 * bindings.el (global-map): Bind insertchar and its variants.
5203
5204 2005-06-27 Richard M. Stallman <rms@gnu.org>
5205
5206 * textmodes/artist.el (artist-text-overwrite)
5207 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5208
5209 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5210
5211 * ps-print.el: It was not working the page selection for printing.
5212 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5213 (ps-print-version): New version 6.6.7.
5214 (ps-end-sheet): New fun.
5215 (ps-header-sheet, ps-end-job): Call it.
5216
5217 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5218
5219 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5220
5221 2005-06-27 Lute Kamstra <lute@gnu.org>
5222
5223 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5224 background color faces.
5225 (facemenu-get-face): Delete function.
5226 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5227 (facemenu-add-new-color): Make second argument mandatory.
5228 Create the appropriate face and return it. Simplify.
5229 (facemenu-set-foreground, facemenu-set-background): Don't check if
5230 color is defined. Use return value of facemenu-add-new-color.
5231
5232 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5233
5234 * progmodes/gud.el (gud-filter): Add missing argument to
5235 with-selected-window.
5236
5237 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5240 a :require to the defcustom.
5241
5242 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5243 defcustoms corresponding to minor modes.
5244
5245 2005-06-26 David Ponce <david@dponce.com>
5246
5247 * recentf.el: Require tree-widget instead of wid-edit.
5248 (recentf-filename-handler): Fix widget :type.
5249 (recentf-cancel-dialog, recentf-open-more-files)
5250 (recentf-open-files-action): Doc fix.
5251 (recentf-dialog-goto-first): New function.
5252 (recentf-dialog-mode-map): Set parent keymap first.
5253 (recentf-dialog-mode): Define with define-derived-mode.
5254 Don't display continuation lines in dialogs.
5255 (recentf-edit-list): Rename from recentf-edit-selected-items.
5256 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5257 Simplify.
5258 (recentf-edit-list-validate): New function.
5259 (recentf-edit-list): Update accordingly.
5260 (recentf-open-files-item-shift): Remove.
5261 (recentf-open-files-item): Convert menu elements into tree and
5262 link widgets. Don't create the widgets.
5263 (recentf-open-files): Update accordingly.
5264 (recentf-save-list): Untabify.
5265
5266 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5267
5268 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5269 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5270 partially contained in the active region. Do not take active
5271 region into account when called from Lisp, unless INTERACTIVE arg
5272 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5273 avoid trouble with fields. Make marker point nowhere when no
5274 longer used. Always return nil. Doc fix.
5275 (flush-lines): Add INTERACTIVE arg. Do not take active region
5276 into account when called from Lisp, unless INTERACTIVE arg is
5277 non-nil. Use `forward-line' instead of `beginning-of-line' to
5278 avoid trouble with fields. Make marker point nowhere when no
5279 longer used. Always return nil. Doc fix.
5280 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5281 interchangeable. Do not take active region into account when
5282 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5283 message in echo area when called from Lisp, unless INTERACTIVE arg
5284 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5285 Return the number of matches. Doc fix.
5286 (occur): Doc fix.
5287 (perform-replace): Make comment follow double space convention for
5288 the sake of `outline-minor-mode'.
5289
5290 * faces.el (facep): Doc fix.
5291
5292 2005-06-25 Richard M. Stallman <rms@gnu.org>
5293
5294 * facemenu.el (facemenu-enable-faces-p): New function.
5295 (facemenu-background-menu, facemenu-foreground-menu)
5296 (facemenu-face-menu): Add menu-enable property.
5297
5298 * jka-compr.el (jka-compr-insert-file-contents):
5299 Special handling if cannot find the uncompression program.
5300
5301 * cus-face.el (custom-face-attributes): Add autoload.
5302
5303 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5304 Bind comment-indent-function locally.
5305
5306 * window.el (save-selected-window): Use save-current-buffer.
5307
5308 * subr.el (with-selected-window): Use save-current-buffer.
5309
5310 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5311 and with-current-buffer.
5312
5313 2005-06-24 Richard M. Stallman <rms@gnu.org>
5314
5315 * simple.el (line-move-1): Fix previous change.
5316
5317 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5318
5319 * replace.el (occur-1): Set `buffer-read-only' and the
5320 buffer-modified flag before running `occur-hook' to protect
5321 against unintentional buffer switches that can lead to data loss.
5322
5323 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5324
5325 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5326 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5327 initial error.
5328
5329 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5330 after fresh input.
5331 (gdb-var-create-handler): Put name of expression in quotes.
5332
5333 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5334
5335 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5336 elements of RING in order, and without bogus nil elements.
5337
5338 2005-06-23 Richard M. Stallman <rms@gnu.org>
5339
5340 * simple.el (set-variable): Args renamed; doc fix.
5341 (line-move-1): When there are overlays around, use vertical-motion.
5342
5343 * faces.el (escape-glyph): Use brown against light background.
5344 (nobreak-space): Rename from no-break-space.
5345 Fix previous change.
5346
5347 * dired-aux.el (dired-do-copy): Fix arg prompt.
5348
5349 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5350
5351 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5352
5353 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5354 rather than "Distributor".
5355
5356 2005-06-23 Lute Kamstra <lute@gnu.org>
5357
5358 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5359 (debug-on-entry): Use it. New interactive declaration that uses
5360 function-called-at-point.
5361
5362 2005-06-23 Kim F. Storm <storm@cua.dk>
5363
5364 * subr.el (save-match-data): Add comment about using evaporate arg
5365 to set-match-data.
5366
5367 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5368
5369 * cus-edit.el (customize-face)
5370 (customize-face-other-window): Handle face aliases.
5371
5372 * faces.el (face-documentation, set-face-attribute)
5373 (face-spec-set): Handle face aliases.
5374
5375 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5376
5377 * help-mode.el (help-make-xrefs): If a symbol representing a face
5378 name is not followed by the word "face", it could still be a
5379 function or variable name, so don't bypass other checks.
5380
5381 2005-06-22 Juri Linkov <juri@jurta.org>
5382
5383 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5384 Replace aliased functions with calls where second arg `inherit' is t.
5385
5386 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5387
5388 * progmodes/gdb-ui.el (gdb-error): New variable.
5389 (gdb-error): New function.
5390 (gdb-annotation-rules): Act on error-begin and error annotations.
5391 (gdb-concat-output): Use font-lock-warning-face for errors.
5392
5393 2005-06-22 Miles Bader <miles@gnu.org>
5394
5395 * bindings.el (propertized-buffer-identification): Use renamed
5396 `Buffer-menu-buffer' face.
5397
5398 * faces.el (vertical-border): Rename from `vertical-divider'.
5399 (escape-glyph): Change dark-background color back to `cyan'.
5400
5401 2005-06-21 Juri Linkov <juri@jurta.org>
5402
5403 * faces.el (face-user-default-spec): Try getting `customized-face'
5404 prior to `saved-face'.
5405 (frame-background-mode): Refill docstring.
5406
5407 * emacs-lisp/lisp-mode.el (eval-defun-1):
5408 * emacs-lisp/edebug.el (edebug-eval-defun):
5409 Set `saved-face' temporarily to nil before calling form.
5410 Set `customized-face' to the new spec after that.
5411
5412 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5413
5414 * subr.el (1value, lambda, key-substitution-in-progress):
5415 Doc fixes.
5416
5417 * autoinsert.el (auto-insert-alist):
5418 * ses.el (ses-call-printer):
5419 * subr.el (noreturn):
5420 * emacs-lisp/lisp.el (check-parens):
5421 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5422 * net/browse-url.el (browse-url-mosaic):
5423 * progmodes/cc-defs.el (c-safe-scan-lists):
5424 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5425 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5426 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5427 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5428 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5429 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5430
5431 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5432
5433 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5434
5435 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5436
5437 * calendar/appt.el (appt-make-list): Activate the package, if
5438 not already active (for backwards compatibility).
5439
5440 2005-06-20 Kim F. Storm <storm@cua.dk>
5441
5442 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5443
5444 2005-06-20 Miles Bader <miles@gnu.org>
5445
5446 * faces.el (vertical-divider): New face.
5447
5448 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5449
5450 * simple.el (kill-whole-line): Doc fix.
5451 (next-error-buffer-p, next-error-find-buffer)
5452 (clone-indirect-buffer): Fix typos in docstrings.
5453 (comment-line-break-function): Doc fix: don't say variable
5454 is automatically buffer-local (it isn't).
5455
5456 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5457
5458 * net/tramp-ftp.el (top):
5459 * net/tramp-smb.el (top):
5460 * net/tramp-util.el (top):
5461 * net/tramp-uu.el (top):
5462 * net/tramp-vc.el (top):
5463 * net/tramp.el (top): Revert copyright years back to original
5464 ones. Tramp has a life outside GNU Emacs.
5465
5466 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5467
5468 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5469
5470 2005-06-18 Juri Linkov <juri@jurta.org>
5471
5472 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5473 end of first regexp to limit the match to the position between
5474 line number and source line with same separator character as used
5475 between file name and line number. In the second regexp limit
5476 mouse-face area to file name and line number by adding new group
5477 for them and referring it in HYPERLINK arg.
5478 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5479 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5480 previous line where grep markers may be already removed.
5481
5482 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5483
5484 * progmodes/ps-mode.el: Update version and maintainer's email address.
5485
5486 2005-06-18 Steve Youngs <steve@xemacs.org>
5487
5488 * net/browse-url.el (browse-url-browser-function)
5489 (browse-url-default-browser): Add firefox.
5490 (browse-url-firefox-program, browse-url-firefox-arguments)
5491 (browse-url-firefox-startup-arguments)
5492 (browse-url-firefox-new-window-is-tab): New defcustoms.
5493 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5494
5495 2005-06-17 Richard M. Stallman <rms@gnu.org>
5496
5497 * startup.el (command-line): Warn if specified user name has
5498 no home directory.
5499
5500 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5501 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5502
5503 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5504 Doc fixes.
5505
5506 * faces.el (underline): Try bold if terminal doesn't support underline.
5507
5508 * mail/sendmail.el (mail-setup-with-from): New variable.
5509 (mail-insert-from-field): New function.
5510 (sendmail-send-it): Call it.
5511 (mail-setup): Optionally call it here.
5512
5513 * term/linux.el: Call tty-no-underline.
5514
5515 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5516
5517 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5518
5519 2005-06-17 Miles Bader <miles@gnu.org>
5520
5521 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5522 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5523 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5524 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5525 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5526 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5527 Remove "-face" suffix from face names.
5528 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5529 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5530 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5531 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5532 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5533 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5534 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5535 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5536 New backward-compatibility aliases for renamed faces.
5537 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5538 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5539 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5540 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5541 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5542 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5543 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5544 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5545 Use renamed ediff faces.
5546
5547 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5548 Remove "-face" suffix from face names.
5549 (eshell-test-ok-face, eshell-test-failed-face):
5550 New backward-compatibility aliases for renamed faces.
5551 (eshell-run-test): Use renamed eshell-test faces.
5552
5553 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5554 face name.
5555 (eshell-prompt-face): New backward-compatibility alias for renamed
5556 face.
5557 (eshell-emit-prompt): Use renamed eshell-prompt face.
5558
5559 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5560 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5561 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5562 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5563 Remove "-face" suffix from face names.
5564 (eshell-ls-directory-face, eshell-ls-symlink-face)
5565 (eshell-ls-executable-face, eshell-ls-readonly-face)
5566 (eshell-ls-unreadable-face, eshell-ls-special-face)
5567 (eshell-ls-missing-face, eshell-ls-archive-face)
5568 (eshell-ls-backup-face, eshell-ls-product-face)
5569 (eshell-ls-clutter-face):
5570 New backward-compatibility aliases for renamed faces.
5571 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5572
5573 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5574 Remove "-face" suffix from face name.
5575 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5576 instead of literal face.
5577
5578 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * emacs-lisp/warnings.el (display-warning, lwarn)
5581 (warning-minimum-log-level): Doc fixes.
5582 (warning-minimum-level, warning-minimum-log-level):
5583 Add :debug to :type choices.
5584
5585 * progmodes/ada-mode.el (ada-format-paramlist)
5586 (ada-get-indent-case, ada-check-matching-start)
5587 (ada-check-defun-name, ada-goto-matching-decl-start)
5588 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5589 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5590 (ada-make-subprogram-body): Follow error conventions.
5591 (ada-case-exception-file, ada-indent-comment-as-code)
5592 (ada-indent-handle-comment-special, ada-indent-renames)
5593 (ada-indent-return, ada-search-directories-internal)
5594 (ada-tab-policy, ada-case-exception-substring)
5595 (ada-other-file-alist, ada-matching-start-re)
5596 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5597 (ada-imenu-generic-expression, ada-compile-goto-error)
5598 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5599 (ada-popup-menu, ada-add-extensions, ada-mode)
5600 (ada-region-selected, ada-create-case-exception)
5601 (ada-create-case-exception-substring, ada-after-keyword-p)
5602 (ada-activate-keys-for-case, ada-adjust-case-region)
5603 (ada-adjust-case-buffer, ada-format-paramlist)
5604 (ada-scan-paramlist, ada-insert-paramlist)
5605 (ada-indent-newline-indent)
5606 (ada-indent-newline-indent-conditional)
5607 (ada-justified-indent-current, ada-goto-previous-word)
5608 (ada-indent-current, ada-get-indent-open-paren)
5609 (ada-get-indent-paramlist, ada-get-indent-end)
5610 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5611 (ada-get-indent-block-start, ada-get-indent-subprog)
5612 (ada-get-indent-noindent, ada-get-indent-label)
5613 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5614 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5615 (ada-goto-stmt-end, ada-goto-next-word)
5616 (ada-check-matching-start, ada-check-defun-name)
5617 (ada-goto-matching-decl-start, ada-goto-matching-start)
5618 (ada-goto-matching-end, ada-search-ignore-string-comment)
5619 (ada-in-decl-p, ada-looking-at-semi-or)
5620 (ada-looking-at-semi-private, ada-in-paramlist-p)
5621 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5622 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5623 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5624 (ada-previous-package, ada-create-menu)
5625 (ada-fill-comment-paragraph-justify)
5626 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5627 (ada-other-file-name, ada-last-which-function-line)
5628 (ada-last-which-function-subprog, ada-which-function)
5629 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5630 (ada-gen-treat-proc, ada-check-emacs-version)
5631 (ada-continuation-indent, ada-align-region-separate):
5632 Fix typos in docstrings.
5633 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5634
5635 2005-06-16 Lute Kamstra <lute@gnu.org>
5636
5637 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5638 conditionally.
5639
5640 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5641
5642 * comint.el (comint-replace-by-expanded-filename)
5643 (comint-prompt-regexp, comint-delimiter-argument-list)
5644 (comint-preinput-scroll-to-bottom):
5645 * info.el (Info-hide-cookies-node):
5646 * ls-lisp.el (ls-lisp-classify):
5647 * find-file.el (ff-search-directories, ff-special-constructs)
5648 (ff-find-other-file):
5649 * font-lock.el (font-lock-keywords):
5650 * shell.el (shell-prompt-pattern)
5651 (shell-dynamic-complete-functions, shell-mode)
5652 (shell-delimiter-argument-list):
5653 * term.el (term-replace-by-expanded-filename)
5654 (term-prompt-regexp, term-delimiter-argument-list):
5655 * woman.el (woman-ignore, woman0-if):
5656 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5657 * emacs-lisp/elint.el (elint-init-env):
5658 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5659 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5660 * language/ethio-util.el (ethio-tilde-escape)
5661 (ethio-use-three-dot-question):
5662 * net/zone-mode.el (zone-mode-load-time-setup):
5663 * progmodes/cc-align.el (c-lineup-argcont):
5664 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5665 * progmodes/cperl-mode.el (cperl-set-style-back):
5666 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5667 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5668 Fix spellings in docstrings.
5669
5670 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5671 * progmodes/modula2.el (m2-for): Fix spellings.
5672
5673 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5674
5675 * simple.el (undo-more): Don't use `format' on `error' arguments.
5676 Improve argument/docstring consistency.
5677 (pending-undo-list): Doc fix.
5678
5679 * smerge-mode.el (smerge-ensure-match):
5680 * emulation/vip.el (vip-ex):
5681 * net/zone-mode.el (zone-mode-update-serial):
5682 * progmodes/idlwave.el (idlwave-complete):
5683 * progmodes/vhdl-mode.el (vhdl-visit-file)
5684 (vhdl-compose-wire-components):
5685 Don't use `format' on `error' arguments.
5686
5687 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5688 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5689 (tooltip-help-tips): Fix typos in docstrings.
5690
5691 2005-06-16 David Ponce <david@dponce.com>
5692
5693 * tree-widget.el (tree-widget-value-create): Simplify last change.
5694
5695 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5696
5697 * ido.el (ido-incomplete-regexp): New variable.
5698 (ido-set-matches-1): Handle invalid-regexp error and set
5699 ido-incomplete-regexp.
5700 (ido-incomplete-regexp): New face.
5701 (ido-completions): Use it.
5702 (ido-complete, ido-exit-minibuffer, ido-completions):
5703 Handle incomplete regexps.
5704 (ido-completions): Add check for complete match when entering a regexp.
5705
5706 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5709
5710 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5711
5712 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5713 by field delimiters.
5714
5715 2005-06-15 David Ponce <david@dponce.com>
5716
5717 * tree-widget.el: eval-and-compile inlined functions so they will
5718 be available at run-time too.
5719 (tree-widget-super-format-handler)
5720 (tree-widget-format-handler): Remove.
5721 (tree-widget-value-create): Handle the :indent property.
5722
5723 2005-06-15 Miles Bader <miles@gnu.org>
5724
5725 * progmodes/which-func.el (which-func): Only inherit
5726 `font-lock-function-name-face' when that makes sense against the
5727 default mode-line face, otherwise set the face color explicitly.
5728
5729 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5730 faces instead of (non-existent) variables.
5731
5732 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5735 (iswitchb-get-matched-buffers): Likewise. Simplify.
5736
5737 2005-06-14 Miles Bader <miles@gnu.org>
5738
5739 * progmodes/ld-script.el (ld-script-location-counter):
5740 Remove "-face" suffix from face name.
5741 (ld-script-location-counter-face):
5742 New backward-compatibility alias for renamed face.
5743 (ld-script-location-counter-face): Use renamed face.
5744
5745 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5746 (cperl-hash): Remove "-face" suffix from face names.
5747 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5748 New backward-compatibility aliases for renamed faces.
5749 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5750 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5751
5752 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5753 name.
5754 (which-func-face): New backward-compatibility alias for renamed face.
5755 (which-func-format): Use renamed which-func face.
5756
5757 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5758 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5759 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5760 names.
5761 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5762 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5763 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5764 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5765 (vhdl-speedbar-architecture-selected)
5766 (vhdl-speedbar-configuration-selected)
5767 (vhdl-speedbar-package-selected)
5768 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5769 names.
5770 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5771 Use renamed faces.
5772 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5773 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5774 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5775 Use renamed faces.
5776 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5777 names.
5778 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5779 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5780 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5781 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5782 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5783 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5784
5785 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5786 face name.
5787 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5788 (sh-heredoc-face): Use renamed sh-heredoc face.
5789
5790 * progmodes/idlw-help.el (idlwave-help-link):
5791 Remove "-face" suffix from face name.
5792 (idlwave-help-link-face):
5793 New backward-compatibility alias for renamed face.
5794 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5795
5796 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5797 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5798 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5799 New backward-compatibility aliases for renamed faces.
5800 (idlwave-shell-disabled-breakpoint-face)
5801 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5802
5803 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5804 Remove "-face" suffix from face names.
5805 (flymake-errline-face, flymake-warnline-face):
5806 New backward-compatibility aliases for renamed faces.
5807 (flymake-highlight-line): Use renamed flymake faces.
5808
5809 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5810 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5811 (ebrowse-member-class, ebrowse-progress):
5812 Remove "-face" suffix from face names.
5813 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5814 (ebrowse-file-name-face, ebrowse-default-face)
5815 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5816 (ebrowse-progress-face):
5817 New backward-compatibility aliases for renamed faces.
5818 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5819 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5820 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5821 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5822
5823 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5824 antlr-syntax)
5825 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5826 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5827 names.
5828 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5829 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5830 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5831 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5832 backward-compatibility aliases for renamed faces.
5833 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5834 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5835 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5836 remove "font-lock-". Use renamed antlr-mode faces.
5837 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5838 literal face-names with face variable references.
5839
5840 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5841 face name.
5842 (Buffer-menu-buffer-face): New backward-compatibility alias for
5843 renamed face.
5844 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5845
5846 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5847
5848 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5849 Eliminate "-face" suffix.
5850 (makefile-targets): Inherit from font-lock-function-name-face and
5851 eliminate "-face" suffix.
5852 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5853 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5854 actions, instead of prepending, to make it less visible.
5855 (makefile-previous-dependency, makefile-match-dependency):
5856 Don't match a target on a continuation line.
5857
5858 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5859
5860 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5861
5862 * progmodes/gdb-ui.el (menu): Re-order menu items.
5863 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5864
5865 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5866 Define in tooltip.el.
5867 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5868 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5869 gud-tooltip-echo-area.
5870
5871 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5872 backward compatibility and make obsolete.
5873 (tooltip-help-tips): Use tooltip-use-echo-area.
5874 (tooltip-show-help-function): Rename to...
5875 (tooltip-show-help): ...this, because it is a function.
5876 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5877
5878 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5879
5880 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5881 (edebug-print-length, edebug-print-level, edebug-print-circle)
5882 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5883 (edebug-eval-print-last-sexp): Doc fixes.
5884
5885 2005-06-14 Kim F. Storm <storm@cua.dk>
5886
5887 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5888 as the coverage buffer/file/both may change.
5889
5890 2005-06-14 Lute Kamstra <lute@gnu.org>
5891
5892 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5893 and run-mode-hooks. Simplify.
5894
5895 * mail/rmailedit.el (rmail-edit-mode):
5896 * progmodes/octave-inf.el (inferior-octave-mode):
5897 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5898
5899 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5900 and run-mode-hooks.
5901 (recentf-edit-list, recentf-open-files): Don't call
5902 kill-all-local-variables directly.
5903
5904 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5905
5906 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * emacs-lisp/byte-run.el (make-obsolete)
5909 (define-obsolete-function-alias): Rename arguments FUNCTION and
5910 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5911 (make-obsolete-variable, define-obsolete-variable-alias):
5912 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5913 respectively.
5914
5915 * isearchb.el (isearchb-activate):
5916 * pcvs.el (cvs-mode):
5917 * ses.el (ses-load):
5918 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5919 * net/tramp.el (tramp-find-file-exists-command)
5920 (tramp-find-shell):
5921 * progmodes/ada-mode.el (ada-create-case-exception)
5922 (ada-create-case-exception-substring, ada-make-subprogram-body):
5923 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5924 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5925 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5926 * textmodes/org.el (org-promote, org-evaluate-time-range)
5927 (org-agenda-next-date-line, org-agenda-previous-date-line)
5928 (org-agenda-error, org-open-at-point, org-table-move-row)
5929 (org-format-table-table-html-using-table-generate-source)
5930 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5931 * textmodes/reftex.el (reftex-access-scan-info):
5932 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5933 (reftex-toc-promote-prepare): Follow error conventions.
5934
5935 * diff-mode.el (diff-mode): Fix typo in docstring.
5936
5937 * forms.el (forms--intuit-from-file): Fix reference to
5938 `forms-number-of-fields' in error message.
5939 (forms-print): Fix quoting in error message.
5940
5941 * forms.el (forms-mode):
5942 * emulation/vi.el (vi-goto-insert-state):
5943 * progmodes/flymake.el (flymake-new-err-info)
5944 (flymake-start-syntax-check-for-current-buffer)
5945 (flymake-simple-cleanup):
5946 * eshell/esh-var.el (eshell/export):
5947 * progmodes/gud.el (xdb):
5948 * textmodes/flyspell.el (flyspell-incorrect-hook)
5949 (flyspell-maybe-correct-transposition)
5950 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5951
5952 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5953
5954 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5955 minibuffer prompt.
5956
5957 2005-06-13 Kim F. Storm <storm@cua.dk>
5958
5959 * subr.el (add-to-ordered-list): New defun.
5960
5961 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5962 add cua--keymap-alist to emulation-mode-map-alists.
5963
5964 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * subr.el (complete-in-turn): New macro.
5967 (dynamic-completion-table, lazy-completion-table): Add debug info.
5968
5969 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5970 in preference to face aliases.
5971
5972 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5973 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5974 Remove unused vars `start' and `firstline'.
5975 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5976 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5977
5978 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5979
5980 * cus-start.el (all): Don't complain about missing GTK-related
5981 variables, unless either `gtk' is boundp or this isn't a
5982 `windows-nt' build.
5983
5984 2005-06-13 Lute Kamstra <lute@gnu.org>
5985
5986 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5987 run-mode-hooks.
5988
5989 * ediff-mult.el (ediff-meta-mode):
5990 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5991
5992 * ledit.el (ledit-mode): Use delay-mode-hooks.
5993
5994 * woman.el (woman-mode-line-format): Delete constant.
5995 (woman-mode-map): Initialize it properly.
5996 (woman-mode): Set mode-class property to special.
5997 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5998 Set major-mode and mode-name. Don't set mode-line-format directly.
5999 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6000
6001 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6002 string argument obsolete.
6003
6004 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6005
6006 * textmodes/org.el (org-CUA-compatible): New option.
6007 (org-disputed-keys): New variable.
6008 (org-key): New function.
6009 (orgtbl-make-binding): Add docstring to the created function.
6010 (org-mode): Set paragraph start/separate regexps.
6011 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6012 (org-archive-location, org-archive-mark-done)
6013 (org-archive-stamp-time): New options.
6014 (org-archive-subtree): New command.
6015 (org-fill-paragraph): New function.
6016 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6017 (org-fake-empty-table-line): Function removed.
6018 (org-format-org-table-html): Do not create empty table lines at
6019 separator lines. Improved table header treatment.
6020 (org-link-format): New option.
6021 (org-make-link): New function.
6022 (org-insert-link, org-store-link): Use org-make-link.
6023 (org-open-file): Quote file name for shell command, to allow
6024 spaces in file names.
6025 (org-link-regexp): Fix bug with mailto link.
6026 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6027 New constants.
6028 (org-export-as-html): Deal with the optional angles around a link.
6029 Better treatment of file: links.
6030 (org-open-at-point): Replace @{ and @} with < and >.
6031 (org-run-mode-hooks): Function removed.
6032 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6033
6034 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6035
6036 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6037 MI command -data-list-register-values.
6038 (gdb-post-prompt): Indent properly.
6039
6040 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6041
6042 * hilit-chg.el (highlight-changes-colors): Rename from
6043 `highlight-changes-colours'.
6044 (highlight-changes-colours): Keep as obsolete alias.
6045 (highlight-changes-face-list): Doc fix.
6046 (hilit-chg-make-list): Use `highlight-changes-colors'.
6047
6048 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6049
6050 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6051 defun-prompt-regexp.
6052
6053 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6054
6055 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6056 and cygwin.
6057
6058 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6059 Don't use an old loaddefs.el, as in Makefile.in.
6060
6061 2005-06-12 Lute Kamstra <lute@gnu.org>
6062
6063 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6064
6065 * man.el (Man-mode-map): Initialize it properly.
6066 (Man-mode): Set mode-class property to special.
6067
6068 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6069
6070 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6071
6072 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6073 A newline is needed in the docstring there.
6074
6075 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6076 Doc fixes.
6077
6078 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6079
6080 * printing.el: Doc fix. The menubar is no more changed when printing
6081 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6082 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6083 (pr-version): New version number (6.8.4).
6084 (pr-menu-bind): New command.
6085 (pr-update-menus): Docstring and code fix.
6086 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6087 Docstring fix.
6088 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6089 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6090
6091 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6092
6093 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6094 "Returns" to "return", document useful return values, etc.
6095
6096 2005-06-11 Alan Mackenzie <acm@muc.de>
6097
6098 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6099 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6100 (adaptive-file-function): Minor amendment to doc-string.
6101
6102 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6103
6104 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6105 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6106 Fix :type--it is `integer', not `string'.
6107
6108 * faces.el (modeline-highlight): Rename from (the erroneous)
6109 `modeline-higilight'.
6110
6111 2005-06-11 Lute Kamstra <lute@gnu.org>
6112
6113 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6114 lisp-interaction-mode-map but make it the parent.
6115 (edebug-eval-mode): Use define-derived-mode.
6116
6117 2005-06-11 Andreas Schwab <schwab@suse.de>
6118
6119 * bindings.el: Add binding of `ESC functionkey' for every
6120 `M-functionkey'.
6121 * hexl.el (hexl-mode-map): Likewise.
6122
6123 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6124
6125 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6126 [msft]: update regexp for newer msft compilers.
6127
6128 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6129
6130 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6131 ATTLIST portions of included DTDs.
6132 (xml-parse-dtd): Eliminate use of inefficient match-data.
6133
6134 2005-06-10 Miles Bader <miles@gnu.org>
6135
6136 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6137 (mpuz-text): Remove "-face" suffix from face names.
6138 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6139 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6140 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6141
6142 * play/gomoku.el (gomoku-O, gomoku-X):
6143 Remove "-face" suffix from face names.
6144 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6145 New backward-compatibility aliases for renamed faces.
6146 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6147
6148 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6149
6150 * thumbs.el: Fixes for changes of 2005-06-09.
6151 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6152 as a directory.
6153 (thumbs-thumbname): Remove directory separator from format string;
6154 `thumbs-thumbsdir' now returns a valid directory name.
6155 (thumbs-temp-dir): New defsubst.
6156 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6157 Use it.
6158
6159 * cus-edit.el (minibuffer):
6160 * files.el (make-backup-file-name-function):
6161 * filesets.el (filesets-external-viewers):
6162 * hilit-chg.el (highlight-changes-colours)
6163 (highlight-changes-face-list, highlight-changes-rotate-faces):
6164 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6165 * kmacro.el (kmacro-call-macro):
6166 * log-edit.el (log-edit-changelog-full-paragraphs):
6167 * mouse.el (mouse-1-click-follows-link):
6168 * skeleton.el (skeleton-autowrap):
6169 * subr.el (insert-for-yank-1):
6170 * tempo.el (tempo-insert-region):
6171 * terminal.el (terminal-emulator):
6172 * time.el (display-time-mail-face):
6173 * vc.el (vc-annotate):
6174 * vcursor.el (vcursor-copy-line):
6175 * woman.el (woman-bold-headings, woman-ignore)
6176 (woman-default-faces, woman-monochrome-faces):
6177 * calendar/todo-mode.el (todo-insert-threshold):
6178 * emulation/pc-select.el (pc-select-selection-keys-only)
6179 (pc-selection-mode):
6180 * emulation/vip.el (vip-find-char-forward):
6181 * emulation/viper-cmd.el (viper-find-char-forward):
6182 * international/mule-cmds.el
6183 (select-safe-coding-system-accept-default-p)
6184 (input-method-exit-on-invalid-key):
6185 * international/mule-diag.el (describe-coding-system):
6186 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6187 * net/browse-url.el (browse-url-xterm-program):
6188 * obsolete/lazy-lock.el (lazy-lock-mode):
6189 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6190 (cperl-mode):
6191 * progmodes/cpp.el (cpp-face-light-name-list)
6192 (cpp-face-dark-name-list):
6193 * progmodes/delphi.el (delphi-newline-always-indents):
6194 Fix spellings in docstrings.
6195
6196 * ido.el (ido-mode, ido-file-extensions-order)
6197 (ido-default-file-method, ido-default-buffer-method)
6198 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6199 (ido-decorations, ido-read-file-name-as-directory-commands)
6200 (ido-read-file-name-non-ido, ido-work-directory-list)
6201 (ido-ignore-item-temp-list, ido-current-directory)
6202 (ido-magic-forward-char, ido-enter-find-file)
6203 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6204 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6205
6206 2005-06-10 Lute Kamstra <lute@gnu.org>
6207
6208 * play/dunnet.el (dun-mode): Use define-derived-mode.
6209 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6210 obsolete alias.
6211
6212 * play/doctor.el (doctor-mode-map): Remove defvar.
6213 (doctor-mode): Use define-derived-mode.
6214
6215 * mail/mspools.el (mspools-mode):
6216 * net/eudc-hotlist.el (eudc-hotlist-mode):
6217 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6218
6219 2005-06-10 Miles Bader <miles@gnu.org>
6220
6221 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6222 Remove "-face" suffix from face names.
6223 (flyspell-incorrect-face, flyspell-duplicate-face):
6224 New backward-compatibility aliases for renamed faces.
6225 (flyspell-mode-on, make-flyspell-overlay)
6226 (flyspell-highlight-incorrect-region)
6227 (flyspell-highlight-duplicate-region)
6228 (flyspell-display-next-corrections)
6229 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6230
6231 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6232 from face name.
6233 (texinfo-heading-face): New backward-compatibility alias for
6234 renamed face.
6235 (texinfo-heading-face): Use renamed texinfo-heading face.
6236
6237 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6238 suffix from face names.
6239 (tex-math-face, tex-verbatim-face):
6240 New backward-compatibility aliases for renamed faces.
6241 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6242 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6243 literal face name.
6244
6245 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6246 name.
6247 (table-cell-face): New backward-compatibility alias for renamed face.
6248 (table--put-cell-face-property, table--update-cell-face):
6249 Use renamed table-cell face.
6250
6251 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6252 from face name.
6253 (sgml-namespace-face): New backward-compatibility alias for
6254 renamed face.
6255 (sgml-namespace-face): Use renamed sgml-namespace face.
6256
6257 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6258 (org-level-4, org-level-5, org-level-6, org-level-7)
6259 (org-level-8, org-warning, org-headline-done)
6260 (org-deadline-announce, org-scheduled-today)
6261 (org-scheduled-previously, org-link, org-done, org-table)
6262 (org-time-grid): Remove "-face" suffix from face names.
6263 (org-level-1-face, org-level-2-face, org-level-3-face)
6264 (org-level-4-face, org-level-5-face, org-level-6-face)
6265 (org-level-7-face, org-level-8-face, org-warning-face)
6266 (org-headline-done-face, org-deadline-announce-face)
6267 (org-scheduled-today-face, org-scheduled-previously-face)
6268 (org-link-face, org-done-face, org-table-face)
6269 (org-time-grid-face):
6270 New backward-compatibility aliases for renamed faces.
6271 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6272 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6273 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6274 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6275
6276 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6277 (viper-minibuffer-emacs, viper-minibuffer-insert)
6278 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6279 (viper-search-face, viper-replace-overlay-face)
6280 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6281 (viper-minibuffer-vi-face):
6282 New backward-compatibility aliases for renamed faces.
6283 (viper-search-face, viper-replace-overlay-face)
6284 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6285 (viper-minibuffer-vi-face): Use renamed viper faces.
6286
6287 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6288 Remove "-face" suffix from face names.
6289 (testcover-nohits-face, testcover-1value-face):
6290 New backward-compatibility aliases for renamed faces.
6291 (testcover-mark): Use renamed testcover faces.
6292
6293 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6294 face name.
6295 (diary-button-face): New backward-compatibility alias for renamed face.
6296 (diary-entry): Use renamed diary-button face.
6297
6298 * calendar/calendar.el (diary, calendar-today, holiday)
6299 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6300 (diary-face, calendar-today-face, holiday-face):
6301 New backward-compatibility aliases for renamed faces.
6302 (eval-after-load "facemenu", diary-entry-marker)
6303 (calendar-today-marker, calendar-holiday-marker, diary-face):
6304 Use renamed calendar faces.
6305
6306 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6307 (compare-windows-face): New backward-compatibility alias for
6308 renamed face.
6309 (compare-windows-highlight): Use renamed compare-windows face.
6310
6311 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6312 (strokes-char-face): New backward-compatibility alias for renamed face.
6313 (strokes-encode-buffer): Use renamed strokes-char face.
6314
6315 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6316 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6317 Remove "-face" suffix from face names.
6318 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6319 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6320 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6321 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6322 Use renamed pcvs faces.
6323 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6324 * pcvs-defs.el (cvs-mode-map): Likewise.
6325 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6326
6327 * info.el (info-title-1, info-title-2, info-title-3)
6328 (info-title-4): Remove "-face" suffix from and downcase face names.
6329 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6330 (Info-title-4-face):
6331 New backward-compatibility aliases for renamed faces.
6332 (Info-fontify-node): Use renamed info faces.
6333
6334 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6335 Remove "-face" suffix from face names.
6336 (highlight-changes-face, highlight-changes-delete-face):
6337 New backward-compatibility aliases for renamed faces.
6338 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6339 (hilit-chg-make-list): Use renamed highlight-changes faces.
6340
6341 * generic-x.el (show-tabs-tab, show-tabs-space):
6342 Remove "-face" suffix from face names.
6343 (show-tabs-tab-face, show-tabs-space-face):
6344 New backward-compatibility aliases for renamed faces.
6345 (show-tabs-generic-mode-font-lock-defaults-1)
6346 (show-tabs-generic-mode-font-lock-defaults-2):
6347 Use renamed show-tabs faces.
6348
6349 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6350 (smerge-markers): Remove "-face" suffix from face names.
6351 (smerge-mine-face, smerge-other-face, smerge-base-face)
6352 (smerge-markers-face):
6353 New backward-compatibility aliases for renamed faces.
6354 (smerge-mine-face, smerge-other-face, smerge-base-face)
6355 (smerge-markers-face): Use renamed smerge faces.
6356
6357 * log-view.el (log-view-file, log-view-message): Remove "-face"
6358 suffix from face names.
6359 (log-view-file-face, log-view-message-face):
6360 New backward-compatibility aliases for renamed faces.
6361 (log-view-file-face, log-view-message-face): Use renamed log-view
6362 faces.
6363
6364 * paren.el (show-paren-match, show-paren-mismatch):
6365 Remove "-face" suffix from face names.
6366 (show-paren-match-face, show-paren-mismatch-face):
6367 New backward-compatibility aliases for renamed faces.
6368 (show-paren-function): Use renamed show-paren faces.
6369
6370 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6371 (ruler-mode-margins, ruler-mode-fringes)
6372 (ruler-mode-column-number, ruler-mode-fill-column)
6373 (ruler-mode-comment-column, ruler-mode-goal-column)
6374 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6375 suffix from face names.
6376 (ruler-mode-default-face, ruler-mode-pad-face)
6377 (ruler-mode-margins-face, ruler-mode-fringes-face)
6378 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6379 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6380 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6381 New backward-compatibility aliases for renamed faces.
6382 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6383 (ruler-mode-column-number, ruler-mode-fill-column)
6384 (ruler-mode-comment-column, ruler-mode-goal-column)
6385 (ruler-mode-tab-stop, ruler-mode-current-column)
6386 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6387 faces.
6388
6389 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6390 face name.
6391 (whitespace-highlight-the-space): Use renamed face.
6392 (whitespace-highlight-face): New backward-compatibility alias for
6393 renamed face.
6394
6395 * woman.el (woman-italic, woman-bold, woman-unknown)
6396 (woman-addition, woman-symbol-face):
6397 Remove "-face" suffix from face names.
6398 (woman-italic-face, woman-bold-face, woman-unknown-face)
6399 (woman-addition-face):
6400 New backward-compatibility aliases for renamed faces.
6401 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6402 (woman-decode-region, woman-replace-match)
6403 (woman-display-extended-fonts, woman-special-characters)
6404 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6405 Use renamed woman faces.
6406
6407 * longlines.el (longlines-visible-face): Face removed.
6408
6409 * diff-mode.el (diff-header, diff-file-header, diff-index)
6410 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6411 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6412 suffix from face names.
6413 (diff-header-face, diff-file-header-face, diff-index-face)
6414 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6415 (diff-changed-face, diff-function-face, diff-context-face)
6416 (diff-nonexistent-face): New backward-compatibility aliases for
6417 renamed faces.
6418 (diff-header-face, diff-file-header-face)
6419 (diff-index, diff-index-face, diff-hunk-header)
6420 (diff-hunk-header-face, diff-removed, diff-removed-face)
6421 (diff-added, diff-added-face, diff-changed-face, diff-function)
6422 (diff-function-face, diff-context-face, diff-nonexistent)
6423 (diff-nonexistent-face): Use renamed diff-mode faces.
6424
6425 * progmodes/compile.el (compilation-warning-face)
6426 (compilation-info-face): Remove "-face" suffix from face names.
6427 (compilation-warning-face, compilation-info-face):
6428 New backward-compatibility aliases for renamed faces.
6429 (compilation-warning-face, compilation-info-face):
6430 Use renamed compilation faces.
6431
6432 * add-log.el (change-log-date, change-log-name)
6433 (change-log-email, change-log-file, change-log-list)
6434 (change-log-conditionals, change-log-function)
6435 (change-log-acknowledgement): Remove "-face" suffix from face names.
6436 (change-log-date-face, change-log-name-face)
6437 (change-log-email-face, change-log-file-face)
6438 (change-log-list-face, change-log-conditionals-face)
6439 (change-log-function-face, change-log-acknowledgement-face):
6440 New backward-compatibility aliases for renamed faces.
6441 (change-log-font-lock-keywords): Use renamed change-log faces.
6442
6443 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6444 (custom-set, custom-changed, custom-saved, custom-button)
6445 (custom-button-pressed, custom-documentation, custom-state)
6446 (custom-comment, custom-comment-tag, custom-variable-tag)
6447 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6448 (custom-group-tag): Remove "-face" suffix from face names.
6449 (custom-magic-alist, custom-magic-value-create)
6450 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6451 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6452 (custom-set-face, custom-changed-face, custom-saved-face)
6453 (custom-button-face, custom-button-pressed-face)
6454 (custom-documentation-face, custom-state-face)
6455 (custom-comment-face, custom-comment-tag-face)
6456 (custom-variable-tag-face, custom-variable-button-face)
6457 (custom-face-tag-face, custom-group-tag-face-1)
6458 (custom-group-tag-face):
6459 New backward-compatibility aliases for renamed faces.
6460
6461 * wid-edit.el (widget-documentation, widget-button)
6462 (widget-field, widget-single-line-field, widget-inactive)
6463 (widget-button-pressed): "-face" suffix removed from face names.
6464 (widget-documentation-face, widget-button-face)
6465 (widget-field-face, widget-single-line-field-face)
6466 (widget-inactive-face, widget-button-pressed-face):
6467 New backward-compatibility aliases for renamed faces.
6468 (widget-documentation-face, widget-button-face)
6469 (widget-button-pressed-face, widget-specify-field)
6470 (widget-specify-inactive): Use renamed widget faces.
6471
6472 2005-06-10 Kenichi Handa <handa@m17n.org>
6473
6474 * term/x-win.el (x-clipboard-yank): Remove condition-case
6475 wrapping.
6476
6477 2005-06-11 Kenichi Handa <handa@m17n.org>
6478
6479 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6480 date lines stricter.
6481
6482 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6483
6484 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6485 of x-get-selection.
6486
6487 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6488
6489 * comint.el (comint-mode, comint-snapshot-last-prompt):
6490 * frame.el (frame-current-scroll-bars):
6491 * term.el (term-mode, term-check-proc, term-input-sender)
6492 (term-simple-send, term-extract-string, term-word)
6493 (term-match-partial-filename):
6494 * window.el (window-current-scroll-bars):
6495 * emulation/cua-base.el (cua-normal-cursor-color)
6496 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6497 (cua-global-mark-cursor-color):
6498 * mail/undigest.el (rmail-forward-separator-regex):
6499 Fix typos in docstrings.
6500
6501 * comint.el (comint-check-proc, make-comint-in-buffer)
6502 (comint-source-default): Doc fixes.
6503
6504 * term.el (term-send-string): Improve argument/docstring consistency.
6505
6506 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6507
6508 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6509 call to `delete-region'.
6510 (comint-mode-hook): Do not enable Font Lock by default.
6511
6512 2005-06-09 Lute Kamstra <lute@gnu.org>
6513
6514 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6515 could be void.
6516
6517 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6520 (debug): Use it.
6521 (debugger-step-through, debugger-continue, debugger-jump)
6522 (debugger-return-value): Set it when needed.
6523 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6524 Use inhibit-read-only.
6525
6526 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6527
6528 * window.el (shrink-window-if-larger-than-buffer)
6529 (window-size-fixed): Fix typo in docstring.
6530
6531 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6532 thumbnails directory on loading.
6533 (thumbs-conversion-program): Use `eq' to check the system type,
6534 not `equal'.
6535 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6536 not "/tmp". Fix docstring.
6537 (thumbs-thumbsdir): New function to return the thumbnails
6538 directory, creating it if needed.
6539 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6540 (thumbs-temp-file): Delete variable and make it into a function.
6541 (thumbs-resize-image, thumbs-modify-image): Use it.
6542 (thumbs-kill-buffer): Simplify.
6543 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6544 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6545 docstrings.
6546
6547 2005-06-09 Kim F. Storm <storm@cua.dk>
6548
6549 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6550 set-match-data to free markers in match-data.
6551
6552 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6553 match-data to unchain markers in match-data.
6554
6555 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6558 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6559 unnecessary now.
6560
6561 2005-06-08 Richard M. Stallman <rms@gnu.org>
6562
6563 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6564 give the variable a doc string that doesn't say don't set it directly.
6565
6566 * textmodes/ispell.el (ispell-check-version):
6567 Use match-string-no-properties.
6568 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6569 (ispell-buffer-local-words): Likewise.
6570
6571 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6572 except on terminals with enough colors to really display it.
6573 (makefile-dependency-regex): Delete spurious `bb'.
6574
6575 * faces.el (escape-glyph): Use blue once again in last case.
6576 (no-break-space): Redefine so that it isn't invisible on a tty.
6577
6578 2005-06-08 Kim F. Storm <storm@cua.dk>
6579
6580 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6581 also when reading directory name.
6582
6583 2005-06-08 Lute Kamstra <lute@gnu.org>
6584
6585 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6586 (flyspell-mode-line-string): Remove autoload cookie.
6587 (flyspell-mode): Remove defvar.
6588
6589 2005-06-07 Lute Kamstra <lute@gnu.org>
6590
6591 * textmodes/org.el (org-run-mode-hooks): New function.
6592 (org-agenda-mode): Use it.
6593
6594 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6595
6596 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6597
6598 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6601
6602 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6603
6604 * font-lock.el (font-lock-add-keywords): Doc fix.
6605
6606 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6609 (tex-compile-default): In the absence of any history, use the order in
6610 tex-compile-alist to choose the preferred command.
6611 (tex-compile-commands): Reorder a bit.
6612
6613 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6614 (flyspell-incorrect-face, flyspell-duplicate-face):
6615 Use (X)Emacs-agnostic code.
6616 (flyspell-mode-map): Don't overwrite at each load. Remove code
6617 redundant with the subsequent add-minor-mode. Merge Emacs and
6618 XEmacs code.
6619 (flyspell-word): Minor simplification.
6620 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6621 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6622 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6623 Merge the corresponding Emacs code.
6624 (flyspell-correct-word, flyspell-xemacs-popup):
6625 Use flyspell-do-correct.
6626
6627 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6628 a dedicated window.
6629
6630 * international/latexenc.el (latexenc-find-file-coding-system):
6631 Undo part of last patch, to turn off a compiler warning.
6632
6633 2005-06-06 Juri Linkov <juri@jurta.org>
6634
6635 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6636 Rename `tmm-inactive-face' to `tmm-inactive'.
6637
6638 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6639
6640 * iswitchb.el: Rename faces.
6641
6642 2005-06-06 Kim F. Storm <storm@cua.dk>
6643
6644 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6645 (cua-global-mark): Remove -face suffix from face names.
6646
6647 * emulation/cua-gmrk.el (cua--init-global-mark):
6648 Remove cua-global-mark face setup.
6649
6650 2005-06-06 Richard M. Stallman <rms@gnu.org>
6651
6652 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6653 just like other allowed characters.
6654 (makefile-match-dependency): Exclude leading and training whitespace
6655 from the range of regexp subexp 1.
6656 (makefile-macroassign-regex): Don't try to match the body,
6657 just the name of the macro being defined.
6658
6659 * info.el (Info-read-node-name-2): New function.
6660 (Info-read-node-name-1): Use that.
6661 Add a completion-base-size-function property.
6662
6663 * simple.el (completion-setup-function): Look for
6664 completion-base-size-function property of minibuffer-completion-table.
6665
6666 * files.el (locate-file-completion): Doc fix.
6667
6668 * printing.el: Don't call pr-update-menus; user must do that.
6669
6670 * emacs-lisp/debug.el (debugger-window): New variable.
6671 (debug): Use debugger-window if it is set and still alive.
6672 Record debugger-window for next entry.
6673
6674 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6675
6676 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6677
6678 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6679 (hack-one-local-variable, hack-local-variables)
6680 (hack-local-variables-prop-line): Pass that arg.
6681
6682 2005-06-06 Kim F. Storm <storm@cua.dk>
6683
6684 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6685 (ido-indicator): Remove -face suffix from face names.
6686
6687 2005-06-06 Juri Linkov <juri@jurta.org>
6688
6689 * font-lock.el (font-lock-regexp-backslash)
6690 (font-lock-regexp-backslash-construct): New faces.
6691 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6692 after `('. Add `while-no-input' to control structures.
6693
6694 * faces.el (no-break-space, shadow): New faces.
6695 (escape-glyph): Use less loud colors pink2 and red4.
6696
6697 * diff-mode.el (diff-context-face)
6698 * dired.el (dired-ignored)
6699 * rfn-eshadow.el (file-name-shadow)
6700 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6701
6702 * info.el (Info-title-1-face): Use green instead of yellow because
6703 bold yellow is not readable on light backgrounds.
6704
6705 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6706 before selecting the desired mode to not spend time fontifying
6707 old contents.
6708
6709 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6712 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6713
6714 * ps-print.el (ps-default-fg, ps-default-bg):
6715 Fix typos in docstrings.
6716
6717 * isearchb.el (isearchb): Don't pass a spurious second argument to
6718 `iswitchb-completions'.
6719
6720 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6723 to preserve point.
6724 (gdb-find-file-hook): Add doc string.
6725
6726 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6727 C dereferenced pointer expression.
6728 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6729
6730 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6731
6732 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6733 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6734 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6735 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6736 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6737 Make background transparent.
6738
6739 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6740
6741 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6742 (font-lock-remove-keywords): Doc fix.
6743 (font-lock-mode-major-mode): Compiler defvar.
6744 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6745
6746 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6747 (font-lock-mode): Update `font-lock-mode-major-mode'.
6748 (font-lock-set-defaults): Compiler defvar.
6749 (font-lock-default-function): Take `font-lock-mode-major-mode'
6750 into account.
6751
6752 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6753 keep track of which major mode it enabled the minor mode for.
6754 Use find-file-hook again. Update docstring.
6755
6756 * simple.el (eval-expression-print-level)
6757 (eval-expression-print-length, eval-expression-debug-on-error):
6758 Doc fixes.
6759
6760 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6761
6762 * iswitchb.el (iswitchb-single-match-face)
6763 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6764 (iswitchb-invalid-regexp-face): New faces.
6765 (iswitchb-completions): Use them.
6766 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6767 now marked as an obsolete alias.
6768 (iswitchb-read-buffer): Remove check for bound font variables.
6769 (iswitchb-invalid-regexp): New free variable.
6770 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6771 set iswitchb-invalid-regexp.
6772 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6773 invalid regexps.
6774 (iswitchb-completions): Add check for complete match when entering
6775 a regexp.
6776 (iswitchb-completions): Remove require-match argument.
6777 (iswitchb-exhibit): Fix caller.
6778 (iswitchb-common-match-inserted): New variable.
6779 (iswitchb-complete, iswitchb-completion-help): Use it.
6780
6781 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6782
6783 * url-http.el (url-http-chunked-encoding-after-change-function):
6784 Use `url-http-debug' instead of `message'.
6785
6786 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6787
6788 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6789 callback argument.
6790
6791 2005-06-04 Kim F. Storm <storm@cua.dk>
6792
6793 * simple.el (line-move): Only call sit-for when moving backwards.
6794
6795 * ido.el (ido-make-merged-file-list-1): New defun split from
6796 ido-make-merged-file-list.
6797 (ido-make-merged-file-list): Bind throw-on-input around call to
6798 ido-make-merged-file-list-1. Return input-pending-p if
6799 interrupted by more input available.
6800 (ido-read-internal): Handle input-pending-p return value from
6801 ido-make-merged-file-list.
6802
6803 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6806 compatibility code.
6807
6808 * international/latexenc.el (latexenc-find-file-coding-system):
6809 Don't inherit the EOL part of the coding-system from the
6810 tex-main buffer. Fit within 80 columns.
6811
6812 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6813
6814 * tmm.el (tmm-inactive-face): New face.
6815 (tmm-remove-inactive-mouse-face): New function.
6816 (tmm-prompt, tmm-add-one-shortcut)
6817 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6818 but not selectable.
6819
6820 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6821
6822 * faces.el (face-equal): Improve argument/docstring consistency.
6823
6824 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6825
6826 * progmodes/make-mode.el (makefile-targets-face)
6827 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6828 (makefile-bsdmake-dependency-regex)
6829 (makefile-makepp-rule-action-regex)
6830 (makefile-bsdmake-rule-action-regex): New constants.
6831 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6832
6833 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6834 Allow (...) within `...' for makepp messages.
6835
6836 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6837
6838 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6839
6840 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6841 "." files are deleted from all file lists before comparison.
6842
6843 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6844 (viper-ESC-key): Made them customizable.
6845
6846 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6847
6848 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6849
6850 * autorevert.el (auto-revert-buffers): Use save-match-data.
6851
6852 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6855 menu items with a nil command binding.
6856
6857 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6858
6859 * emacs-lisp/cl-macs.el (defsetf):
6860 Improve argument/docstring consistency.
6861
6862 * faces.el (list-faces-display): Improve the formatting by
6863 computing the maximum length required for any face-name (reworked
6864 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6865 (internal-find-face): Remove redundant info in docstring.
6866
6867 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6868
6869 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6870 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6871 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6872 (gdb-assembler-custom): Improve regexps.
6873 (def-gdb-auto-update-handler): Use window point to preserve point.
6874
6875 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6878
6879 2005-05-31 Jay Belanger <belanger@truman.edu>
6880
6881 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6882 to calc-embedded.
6883 (calc-embedded-make-info): Have plain prefix argument select
6884 entire line.
6885
6886 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6887
6888 * faces.el (list-faces-display): Signal error if passed a regexp
6889 that matches no face name.
6890
6891 * simple.el (filter-buffer-substring): Fix typo in docstring.
6892
6893 2005-05-31 Richard M. Stallman <rms@gnu.org>
6894
6895 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6896 (vhdl-emacs-21): Doc fix.
6897 (vhdl-mode): Unconditionally set comment-padding.
6898 (vhdl-fixup-whitespace-region): Insert spaces only where
6899 there are none.
6900 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6901
6902 2005-05-30 John Wiegley <johnw@newartisans.com>
6903
6904 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6905 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6906 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6907 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6908 `string-to-number'.
6909
6910 2005-05-30 Jay Belanger <belanger@truman.edu>
6911
6912 * calc/calc.el (calc-bug-address): Fix docstring.
6913 (calc-window-hook, calc-trail-window-hook): New variables.
6914 (calc-trail-display): Restore use of calc-trail-window-hook.
6915 (calc): Restore use of calc-window-hook.
6916
6917 2005-05-31 Masatake YAMATO <jet@gyve.org>
6918
6919 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6920
6921 * help-fns.el (help-C-file-name): Add autoload mark for
6922 `find-function-noselect'.
6923
6924 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6927 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6928
6929 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6930
6931 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6932 included diary buffer if it was not already being visited.
6933 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6934
6935 * calendar/icalendar.el (top-level): Do not require 'appt.
6936
6937 * mail/supercite.el (sc-select-attribution): Only use a list
6938 element from sc-attrib-selection-list if it returns a string.
6939 Reported by Davide G. M. Salvetti <salve@debian.org>.
6940
6941 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6944 includes a hash value to improve its uniqueness, and has a ".jpg"
6945 extension. Also, it is now a valid filename on all systems.
6946 (thumbs-make-thumb): Use `let', not `let*'.
6947 (thumbs-show-thumbs-list): Check for JPEG availability.
6948
6949 2005-05-30 Richard M. Stallman <rms@gnu.org>
6950
6951 * filesets.el (filesets-menu-ensure-use-cached):
6952 Prevent warning when emacs-version>= is undefined.
6953
6954 * printing.el (pr-interactive-n-up): Use string-to-number.
6955
6956 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6957
6958 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6959 Warn only when name to be defined is quoted.
6960
6961 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6962
6963 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6964 Make regexp more robust.
6965 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6966 Force regeneration of disassembly.
6967
6968 2005-05-29 Jay Belanger <belanger@truman.edu>
6969
6970 * calc/calc.el (calc-user-invocation): Check if
6971 calc-invocation-macro is non-nil.
6972
6973 2005-05-29 Juri Linkov <juri@jurta.org>
6974
6975 * add-log.el (change-log-font-lock-keywords):
6976 Add `+' to e-mail regexp to accept mail address with keywords.
6977
6978 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6979
6980 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6981
6982 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6983
6984 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6985
6986 2005-05-29 Richard M. Stallman <rms@gnu.org>
6987
6988 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6989 Undo the change that moves to end of the current word.
6990
6991 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6992
6993 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6994 Throw error when count <= 0 to ensure input is a number.
6995 (gdb-read-memory-custom): Pick up address from buffer.
6996 (gdb-memory-mode): Allow user to increment and decrement
6997 memory address from header line.
6998
6999 2005-05-29 Richard M. Stallman <rms@gnu.org>
7000
7001 * flyspell.el (flyspell-version): Function deleted.
7002 (flyspell-auto-correct-previous-hook): Doc fix.
7003
7004 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7005 Do nothing if memory is full.
7006
7007 * font-lock.el (font-lock-fontify-syntactically-region):
7008 Pass t for GREEDY to looking-back.
7009
7010 * saveplace.el (save-place-alist-to-file): Write the file
7011 using write-region.
7012
7013 * subr.el (looking-back): New argument GREEDY.
7014
7015 * progmodes/compile.el (compilation-start): Set the mode
7016 before inserting the initial text.
7017
7018 * progmodes/which-func.el (which-func-update-1): Turn the mode
7019 off in case of error by setting which-func-mode.
7020
7021 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7022
7023 * flyspell.el (flyspell-auto-correct-previous-word):
7024 Narrow down to what's on the screen, and recenter overlays
7025 at the end of the next word.
7026
7027 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7028
7029 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7030 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7031 (flyspell-abbrev-p): Default to nil.
7032 (flyspell-use-global-abbrev-table-p): Doc fix.
7033 (flyspell-large-region): Allow nil as value.
7034 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7035
7036 (mail-mode-flyspell-verify): More robust handling
7037 of `mail-header-separator'. More efficient signature detection.
7038 Allow for regexp metacharacters in message-header-separator.
7039 Adding `To' not to be checked in mail-mode-flyspell-verify.
7040
7041 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7042 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7043 Bind flyspell-auto-correct-binding.
7044 Bind C-. and C-, .
7045 (flyspell-mode-map): Likewise.
7046 (flyspell-mode): Doc fix.
7047 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7048 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7049 (flyspell-word-cache-result): New var, always local.
7050 (flyspell-check-pre-word-p): Doc fix.
7051 (flyspell-check-changed-word-p): Handle spc like newline.
7052 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7053 (flyspell-word-search-backward, flyspell-word-search-forward):
7054 New functions.
7055 (flyspell-word): Return t if nothing to check.
7056 When parsing TeX code, check for after } or \.
7057 Use flyspell-word-search-backward to find previous word.
7058 Return nil if duplicated word.
7059 For word already checked, return same value as last time.
7060 Set flyspell-word-cache-result after checking.
7061 Don't clobber the return value.
7062 (flyspell-get-word): Major rewrite.
7063 (flyspell-external-point-words): New locals pword, pcount.
7064 Fix size used in progress message.
7065 Find the proper corresponding word in flyspell-large-region-buffer.
7066 (flyspell-region): Check for flyspell-large-region = nil.
7067 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7068 (flyspell-auto-correct-word): Check that WORD is a cons.
7069 (flyspell-correct-word): Likewise.
7070
7071 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7072
7073 * progmodes/make-mode.el (makefile-rule-action-regex)
7074 (makefile-macroassign-regex, makefile-makepp-mode)
7075 (makefile-bsdmake-mode): Continuation lines may be empty.
7076 Reported by Joshua Varner.
7077 (makefile-makepp-font-lock-keywords): Add $(stem).
7078
7079 2005-05-28 Karl Berry <karl@gnu.org>
7080
7081 * textmodes/tex-mode.el: Now that tex-send-command calls
7082 shell-quote-argument (2005-03-31 change), remove all calls to
7083 shell-quote-argument; they all end up invoking tex-send-command.
7084 The double quoting loses on filenames with non-safe characters,
7085 such as "@". Reported by Frederik Fouvry.
7086
7087 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7088
7089 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7090 about preserving point.
7091
7092 2005-05-27 Jay Belanger <belanger@truman.edu>
7093
7094 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7095 Info-goto-node.
7096
7097 * calc/calc-embed.el (calc-embed-arg): New variable.
7098 (calc-do-embedded-activate, calc-embedded-activate-formula)
7099 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7100 variable by new variable.
7101 (calc-embedded-make-info): Replace undeclared variable by new
7102 variable. When selecting region with positive prefix
7103 argument, use end of previous line instead of beginning of line.
7104
7105 * calc/calc-aent.el (calc-arg-values): Declare it.
7106
7107 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7108 Declare them.
7109
7110 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7111
7112 * calc/calc.el (calc-alg-map): Declare it.
7113
7114 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7115
7116 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7117
7118 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7119 (gdb-registers-buffer, toggle-gdb-all-registers):
7120 Toggle display of floating point registers.
7121 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7122
7123 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7124 (toggle-gud-tooltip-dereference):
7125 Rename from gud-toggle-tooltip-dereference.
7126
7127 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7130
7131 2005-05-27 Jay Belanger <belanger@truman.edu>
7132
7133 * calc/calc-prog.el (calc-kbd-report): Remove.
7134 (calc-kbd-query): Rewrite.
7135
7136 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7137
7138 * image.el (image-library-alist): Move to image.c.
7139 (image-type-available-p): Doc fix.
7140
7141 2005-05-27 Lute Kamstra <lute@gnu.org>
7142
7143 * calc/calc.el (calc):
7144 * outline.el (outline-1, outline-2, outline-3, outline-4)
7145 (outline-5, outline-6, outline-7, outline-8):
7146 * textmodes/dns-mode.el (dns-mode):
7147 * textmodes/sgml-mode.el (sgml-namespace-face):
7148 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7149 (tex-verbatim-face, tex-use-reftex):
7150 * textmodes/texinfo.el (texinfo-heading-face):
7151 Specify customization group.
7152
7153 * longlines.el: Don't require easy-mmode.
7154 (longlines-visible-face): Specify customization group.
7155
7156 2005-05-27 Kenichi Handa <handa@m17n.org>
7157
7158 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7159 encoding table of windows-1251.
7160
7161 * international/ucs-tables.el (ucs-set-table-for-input):
7162 If translation-table-for-input of a coding system is a symbol, get
7163 its translation-table property.
7164
7165 * international/code-pages.el: Don't register a coding system into
7166 non-iso-charset-alist more than once.
7167 (cp-make-coding-system): Likewise.
7168
7169 2005-05-26 John Wiegley <johnw@newartisans.com>
7170
7171 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7172 `eshell-resume-eval' is wrapped in a list, it indicates that the
7173 command was run asynchronously. In that case, unwrap the value
7174 before checking the delimiter value.
7175
7176 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7177 character before a space at the end of a line is \, assume the space
7178 is part of the last argument rather than a final argument separator.
7179
7180 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7181 is in use, and the target is `t' or `nil' (which are the most common
7182 values), don't assume that the symbol target is a buffer.
7183
7184 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7185
7186 * calendar/calendar.el (calendar-mode-line-format):
7187 Use mode-line-highlight as mouse-face.
7188
7189 * time.el (display-time-string-forms, display-time-update):
7190 Use mode-line-highlight as mouse-face.
7191
7192 2005-05-26 Jay Belanger <belanger@truman.edu>
7193
7194 * calc/calc.el (calc-language-alist): Remove extra defvar.
7195
7196 2005-05-26 Lute Kamstra <lute@gnu.org>
7197
7198 * arc-mode.el (archive-mode):
7199 * bookmark.el (bookmark-read-annotation-mode)
7200 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7201 * bs.el (bs-mode):
7202 * calc/calc-yank.el (calc-edit-mode):
7203 * calc/calc.el (calc-mode, calc-trail-mode):
7204 * calculator.el (calculator-mode):
7205 * chistory.el (command-history-mode):
7206 * comint.el:
7207 * cus-edit.el (custom-mode):
7208 * descr-text.el (describe-text-mode):
7209 * ebuff-menu.el (Electric-buffer-menu-mode):
7210 * ediff-util.el (ediff-mode):
7211 * emacs-lisp/re-builder.el (reb-mode):
7212 * emulation/vi.el (vi-mode-setup):
7213 * emulation/ws-mode.el (wordstar-mode):
7214 * eshell/esh-mode.el (eshell-mode):
7215 * forms.el (forms-mode):
7216 * help-mode.el (help-mode):
7217 * hexl.el (hexl-mode):
7218 * ibuffer.el (ibuffer-mode):
7219 * ielm.el (inferior-emacs-lisp-mode):
7220 * info.el (Info-mode, Info-edit-mode):
7221 * international/swedish.el:
7222 * ledit.el (ledit-from-lisp-mode):
7223 * locate.el (locate-mode):
7224 * mail/rmail.el (rmail-mode):
7225 * mail/rmailedit.el (rmail-edit-mode):
7226 * mail/rmailsum.el (rmail-summary-mode):
7227 * mail/supercite.el (sc-electric-mode):
7228 * net/eudc.el (eudc-mode):
7229 * net/quickurl.el (quickurl-list-mode):
7230 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7231 * obsolete/ooutline.el (outline-mode):
7232 * obsolete/options.el (Edit-options-mode):
7233 * obsolete/rnews.el (news-mode):
7234 * obsolete/rnewspost.el (news-reply-mode):
7235 * play/5x5.el (5x5-mode):
7236 * play/decipher.el (decipher-mode, decipher-stats-mode):
7237 * play/gomoku.el (gomoku-mode):
7238 * play/snake.el (snake-mode):
7239 * play/solitaire.el (solitaire-mode):
7240 * play/tetris.el (tetris-mode):
7241 * progmodes/ada-mode.el (ada-mode):
7242 * progmodes/antlr-mode.el (antlr-mode):
7243 * progmodes/autoconf.el (autoconf-mode):
7244 * progmodes/dcl-mode.el (dcl-mode):
7245 * progmodes/delphi.el (delphi-mode):
7246 * progmodes/ebrowse.el (ebrowse-tree-mode)
7247 (ebrowse-electric-list-mode, ebrowse-member-mode)
7248 (ebrowse-electric-position-mode):
7249 * progmodes/f90.el (f90-mode):
7250 * progmodes/fortran.el (fortran-mode):
7251 * progmodes/icon.el (icon-mode):
7252 * progmodes/idlw-help.el (idlwave-help-mode):
7253 * progmodes/idlw-shell.el (idlwave-shell-mode):
7254 * progmodes/idlwave.el (idlwave-mode):
7255 * progmodes/inf-lisp.el (inferior-lisp-mode):
7256 * progmodes/m4-mode.el (m4-mode):
7257 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7258 * progmodes/modula2.el (modula-2-mode):
7259 * progmodes/octave-inf.el (inferior-octave-mode):
7260 * progmodes/octave-mod.el (octave-mode):
7261 * progmodes/pascal.el (pascal-mode):
7262 * progmodes/sh-script.el (sh-mode):
7263 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7264 * progmodes/vhdl-mode.el (vhdl-mode):
7265 * progmodes/xscheme.el (scheme-interaction-mode):
7266 * replace.el (occur-mode):
7267 * ses.el (ses-mode):
7268 * simple.el (completion-list-mode):
7269 * skeleton.el:
7270 * speedbar.el (speedbar-mode):
7271 * term.el (term-mode):
7272 * terminal.el (terminal-edit-mode):
7273 * textmodes/reftex-index.el (reftex-index-mode)
7274 (reftex-index-phrases-mode):
7275 * textmodes/reftex-sel.el (reftex-select-label-mode)
7276 (reftex-select-bib-mode):
7277 * textmodes/reftex-toc.el (reftex-toc-mode):
7278 * wdired.el (wdired-change-to-wdired-mode):
7279 * wid-browse.el (widget-browse-mode):
7280 Use run-mode-hooks.
7281
7282 * array.el (array-mode):
7283 * calendar/todo-mode.el (todo-mode):
7284 * man.el (Man-mode):
7285 * play/landmark.el (lm-mode):
7286 * play/mpuz.el (mpuz-mode):
7287 Use kill-all-local-variables and run-mode-hooks.
7288
7289 * subr.el (delay-mode-hooks): Specify indentation.
7290
7291 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7292
7293 * xml.el (xml-substitute-special): Don't die for undefined xml
7294 entities.
7295
7296 2005-05-26 Jay Belanger <belanger@truman.edu>
7297
7298 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7299 of nil.
7300
7301 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7302
7303 * progmodes/gdb-ui.el (gdb-frame-address):
7304 Rename from gdb-current-address.
7305 (gdb-previous-frame-address): Rename from gdb-previous-address.
7306 (gdb-selected-frame): Rename from gdb-current-frame.
7307 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7308 (gdb-frame-number): Rename from gdb-current-stack-level.
7309 (gdb-ann3): Match new mode-name for disassembly buffer.
7310 Extend initialization of variables.
7311 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7312 (gdb-memory-mode): Use mouse-face in header line.
7313 (gdb-assembler-buffer-name): Call it disassembly and give frame
7314 in mode line.
7315 (gdb-source-spec-regexp, gdb-assembler-custom)
7316 (gdb-invalidate-assembler, gdb-frame-handler):
7317 Make robust to leading zeroes in address format.
7318
7319 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7320
7321 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7322 define `org-mode'.
7323 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7324
7325 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * log-edit.el (log-edit-changelog-entries): Distinguish between
7328 filenames like xfns.c and fns.c.
7329
7330 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7331
7332 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7333 point after reverting.
7334 (Buffer-menu-make-sort-button): Handle the case where
7335 `Buffer-menu-use-header-line' is nil.
7336
7337 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7338
7339 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7340 New funcs. In minibuffer-local-completion-map bind `]', `/'
7341 and `:' to them.
7342
7343 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * startup.el (normal-top-level): Allow modification of load-path while
7346 we're iterating over it.
7347
7348 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7349
7350 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7351 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7352 (thumbs-resize-interactive, thumbs-insert-image)
7353 (thumbs-insert-thumb, thumbs-dired-show-marked)
7354 (thumbs-find-image-at-point, thumbs-delete-images)
7355 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7356 (thumbs-increment-image-size, thumbs-decrement-image-size):
7357 Fix typos in docstrings.
7358
7359 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7360
7361 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7362 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7363 (cperl-mode): Use them.
7364
7365 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7366
7367 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7368 Doc fixes.
7369
7370 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7371
7372 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7373 Bind C-d to gdb-inferior-io-eof.
7374
7375 * dired.el (dired-dnd-popup-notice): Use message-box.
7376
7377 2005-05-23 Masatake YAMATO <jet@gyve.org>
7378
7379 * bindings.el (mode-line-major-mode-keymap):
7380 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7381
7382 * faces.el (mode-line-highlight): New face.
7383
7384 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7385 as mouse-face.
7386
7387 * bindings.el (top-level, help-echo, mode-line-modified)
7388 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7389 as mouse-face.
7390
7391 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7392
7393 * progmodes/cc-engine.el (c-guess-basic-syntax):
7394 Remove spurious call to `zerop'.
7395
7396 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7397
7398 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7399
7400 CC Mode update to 5.30.10:
7401
7402 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7403 could go past the limit in decoration level 2, thereby causing
7404 errors during interactive fontification.
7405
7406 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7407 the file is evaluated interactively.
7408
7409 * cc-engine.el (c-guess-basic-syntax): Handle operator
7410 declarations somewhat better in C++.
7411
7412 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7413 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7414 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7415 (awk-mode): Use it.
7416 (make-local-hook): Suppress warning about obsoleteness.
7417
7418 * cc-engine.el, cc-align.el, cc-cmds.el
7419 (c-append-backslashes-forward, c-delete-backslashes-forward)
7420 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7421 Compensate for return value from `forward-line' when it has moved
7422 but not to a different line due to eob.
7423
7424 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7425 `objc-method-intro' and `objc-method-args-cont'.
7426
7427 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7428
7429 CC Mode update to 5.30.10:
7430
7431 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7432 in the copyright statement. Incidentally, change "along with GNU
7433 Emacs" to "along with this program" where it occurs.
7434
7435 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7436 so that it is interactive, hence can be found by M-x awk-mode
7437 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7438 <gmorris+emacs@ast.cam.ac.uk>.
7439
7440 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7441 Mode's regexps.
7442
7443 2005-05-23 Kevin Ryde <user42@zip.com.au>
7444
7445 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7446 c-parse-state, to avoid a lisp error (on bad code).
7447
7448 2005-05-23 Lute Kamstra <lute@gnu.org>
7449
7450 * subr.el (font-lock-defaults): Remove defvar as it's already
7451 defined in font-core.el.
7452
7453 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7454
7455 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7456
7457 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7458 more general and work when GDB variable "print pretty" is on,
7459 as with Emacs, for example.
7460
7461 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7462
7463 * font-core.el: Update comment.
7464
7465 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7466 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7467
7468 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7469
7470 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7471
7472 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7473 and `yank-handler' in the doc strings.
7474
7475 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7478
7479 2005-05-22 Richard M. Stallman <rms@gnu.org>
7480
7481 * help.el (describe-key): Move print-help-return-message call
7482 out of conditional.
7483
7484 * progmodes/etags.el (list-tags): Use with-no-warnings.
7485
7486 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7487 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7488 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7489
7490 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7491
7492 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7493 Add defvar.
7494
7495 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7496 Use defvar, not defconst.
7497
7498 * hexl.el (hexl-follow-line): Use with-no-warnings.
7499
7500 * emulation/tpu-extras.el: Use write-file-functions instead of
7501 write-file-hooks.
7502
7503 * dired.el (dired-font-lock-keywords): Fontify files with junk
7504 extensions even if marked by -F.
7505
7506 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7507
7508 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7509 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7510 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7511 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7512 (concatenate, list-length, get*, getf, cl-remprop):
7513 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7514 (etypecase, progv, lexical-let, lexical-let*)
7515 (multiple-value-bind, multiple-value-setq, shiftf):
7516 Improve argument/docstring consistency.
7517
7518 * subr.el (focus-frame, unfocus-frame):
7519 Revert deletion on 2005-05-01.
7520
7521 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7522
7523 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7524 doesn't exist.
7525
7526 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7527 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7528
7529 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7532 already deleted variables: auto-fill-hook, blink-paren-hook,
7533 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7534 suspend-hooks, comment-indent-hook, meta-flag,
7535 before-change-function, after-change-function,
7536 font-lock-doc-string-face.
7537
7538 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7539
7540 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7541
7542 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7543
7544 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7545 rmail-dont-reply-to.
7546
7547 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7548
7549 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7550 literal blank when splitting new-header-values.
7551
7552 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7553
7554 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7555 string so that tmm doesn't create a completion entry for it.
7556
7557 * textmodes/table.el (table-disable-menu): Ditto.
7558
7559 2005-05-21 Richard M. Stallman <rms@gnu.org>
7560
7561 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7562
7563 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7564
7565 * net/rcompile.el (remote-compile): Use compilation-start.
7566
7567 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7568
7569 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7570
7571 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7572 Default to makefile-bsdmake-mode on BSD systems.
7573
7574 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7575 REGEXP may also be a search function now. The part of doc-string
7576 for describing the structure was 95% identical to that of
7577 `imenu--generic-function'. Unify it there.
7578
7579 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7580 Use function to find dependencies, because regexp alone is so complex,
7581 it easily goes into an endless loop.
7582 (makefile-makepp-mode): Also add submenu for Perl functions
7583 defined in the makefile.
7584 (makefile-bsdmake-mode): Special imenu-generic-expression no
7585 longer needed, due to function call.
7586 (makefile-match-dependency): Take BOUND into account when checking
7587 if we're through.
7588
7589 2005-05-20 Jay Belanger <belanger@truman.edu>
7590
7591 * calc/calc-units.el (calc-invalidate-units-table):
7592 Use inhibit-read-only.
7593 (math-build-units-table-buffer): Use view-mode.
7594
7595 2005-05-20 David Kastrup <dak@gnu.org>
7596
7597 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7598 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7599
7600 2005-05-20 Lute Kamstra <lute@gnu.org>
7601
7602 * diff-mode.el (diff-header-face, diff-file-header-face)
7603 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7604 (diff-added-face, diff-changed-face, diff-function-face)
7605 (diff-context-face, diff-nonexistent-face): Put them in the
7606 diff-mode customization group.
7607
7608 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7611
7612 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7613
7614 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7615 Minor regexp-optimization.
7616
7617 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7618
7619 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7620 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7621 (org-agenda-add-time-grid-maybe): New function.
7622 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7623 (org-table-create): `dotimes' instead of `mapcar'.
7624 (org-xor): Simplify implementation.
7625 (org-agenda): `inhibit-redisplay' turned on.
7626 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7627 a consistent line after a state change.
7628 (org-agenda-remove-times-when-in-prefix): New option.
7629 (org-prefix-has-time): New variable.
7630 (org-parse-time-string): Optional argument NODEFAULT.
7631 (org-format-agenda-item): Parse items for time-of-day
7632 specifications and move these into the prefix if possible.
7633 (org-agenda-priority): Get current heading, not previous heading
7634 during agenda remote editing.
7635
7636 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7637
7638 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7639 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7640 (remove-duplicates, delete-duplicates, substitute)
7641 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7642 (nsubstitute-if-not, find, find-if, find-if-not, position)
7643 (position-if, position-if-not, count, count-if, count-if-not)
7644 (mismatch, search, sort*, stable-sort, merge, member*)
7645 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7646 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7647 (intersection, nintersection, set-difference, nset-difference)
7648 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7649 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7650 (nsublis, tree-equal): Improve argument/docstring consistency.
7651
7652 * subr.el (send-string, send-region):
7653 Remove obsolescence declaration.
7654 (window-dot, set-window-dot, read-input, show-buffer)
7655 (eval-current-buffer, string-to-int):
7656 Add release number to obsolescence declarations.
7657
7658 2005-05-19 Kim F. Storm <storm@cua.dk>
7659
7660 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7661 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7662
7663 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7664
7665 * faces.el (list-faces-display): Make back button respect optional
7666 regexp arg.
7667
7668 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * calculator.el (calculator-radix-grouping-mode)
7671 (calculator-radix-grouping-digits, calculator-displayer)
7672 (calculator-radix-grouping-separator, calculator-copy-displayer):
7673 * dabbrev.el (dabbrev-search-these-buffers-only):
7674 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7675 (diff-advance-after-apply-hunk, diff-mode-hook)
7676 (diff-minor-mode-prefix):
7677 * imenu.el (imenu-use-popup-menu):
7678 * jit-lock.el (jit-lock-context-time):
7679 * newcomment.el (comment-fill-column, comment-column)
7680 (comment-style, comment-padding, comment-multi-line)
7681 (comment-empty-lines, comment-auto-fill-only-comments):
7682 * reveal.el (reveal-around-mark):
7683 * uniquify.el (uniquify-buffer-name-style)
7684 (uniquify-after-kill-buffer-p)
7685 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7686 (uniquify-min-dir-content, uniquify-separator)
7687 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7688 * w32-vars.el (w32-fixed-font-alist):
7689 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7690 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7691 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7692 * progmodes/perl-mode.el (perl-indent-level)
7693 (perl-continued-statement-offset, perl-continued-brace-offset)
7694 (perl-brace-offset, perl-brace-imaginary-offset)
7695 (perl-label-offset, perl-indent-continued-arguments)
7696 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7697 * progmodes/tcl.el (tcl-indent-level)
7698 (tcl-continued-indent-level, tcl-auto-newline)
7699 (tcl-tab-always-indent, tcl-electric-hash-style)
7700 (tcl-help-directory-list, tcl-use-smart-word-finder)
7701 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7702 (inferior-tcl-source-command):
7703 * textmodes/fill.el (enable-kinsoku):
7704 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7705 * textmodes/table.el (table-yank-handler):
7706 Specify missing group (and type, if simple) in defcustom.
7707
7708 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7709
7710 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7711
7712 2005-05-19 Richard M. Stallman <rms@gnu.org>
7713
7714 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7715
7716 * subr.el (event-basic-type): Don't get an error.
7717 (left-fringe-p): Function deleted.
7718
7719 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7720 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7721
7722 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7723 in recursive copy.
7724
7725 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7726
7727 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7728
7729 * emacs-lisp/bytecomp.el
7730 (byte-compile-file-form-custom-declare-variable): Call
7731 byte-compile-nogroup-warn if appropriate.
7732
7733 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7734 (compilation-set-window): Don't call left-fringe-p; do it directly.
7735
7736 2005-05-19 Jay Belanger <belanger@truman.edu>
7737
7738 * calc/calc-graph.el (calc-graph-format-data): Make sure
7739 var-PlotRejects is bound before trying to check its value.
7740
7741 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7742
7743 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7744 definition of this variable from reftex-global.el to reftex.el,
7745 because it is needed in the menu.
7746
7747 2005-05-19 Lute Kamstra <lute@gnu.org>
7748
7749 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7750 years are fixed. Don't insert a space after a dash.
7751
7752 2005-05-19 Kim F. Storm <storm@cua.dk>
7753
7754 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7755
7756 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7757
7758 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7759 strings, because (eq ... ?\\) is fairly frequent.
7760
7761 * progmodes/make-mode.el (makefile-add-this-line-targets):
7762 Simplify and integrate into `makefile-pickup-targets'.
7763 (makefile-add-this-line-macro): Simplify and integrate into
7764 `makefile-pickup-macros.
7765 (makefile-pickup-filenames-as-targets): Simplify.
7766 (makefile-previous-dependency, makefile-match-dependency):
7767 Don't stumble over `::'.
7768
7769 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7770
7771 * subr.el (post-command-idle-hook, post-command-idle-delay):
7772 Remove obsoletion of post-command-idle-hook and
7773 post-command-idle-delay.
7774
7775 * faces.el (list-faces-display): Provide button when describe-face
7776 is called to take user back to the list of faces.
7777
7778 * help-fns.el (describe-variable): Remove hyperlinks in a
7779 variable's value as these are quite frequently inappropriate.
7780
7781 * follow.el (follow-submit-feedback, follow-mode):
7782 Remove references to post-command-idle-hook.
7783
7784 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7785
7786 * progmodes/make-mode.el (makefile-previous-dependency)
7787 (makefile-match-dependency): Check for := (and in bsd mode also
7788 !=) to give a better result, even when font-lock is not on.
7789
7790 2005-05-18 Jay Belanger <belanger@truman.edu>
7791
7792 * calc/calc-help.el (calc-s-prefix-help):
7793 Add `calc-copy-special-constant' to help string.
7794
7795 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7796
7797 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7798
7799 2005-05-18 Jay Belanger <belanger@truman.edu>
7800
7801 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7802 in linear factors are in proper order.
7803
7804 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7805
7806 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7807 Support for jurabib.
7808
7809 * textmodes/reftex.el (featurep): Define aliases for overlay
7810 commands, for XEmacs compatibility, and use these aliases in
7811 overlay initializations.
7812 (reftex-highlight): Use `reftex-move-overlay'.
7813 (reftex-unhighlight): Use `reftex-delete-overlay'.
7814 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7815 (reftex-access-search-path): Use `reftex-uniquify' instead of
7816 `reftex-uniq'
7817
7818 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7819 `before-string' property modification enables for Emacs as well.
7820 (reftex-select-item): Use `reftex-delete-overlay'.
7821 (reftex-select-mark): Use `reftex-make-overlay' and
7822 `reftex-overlay-put'.
7823 (reftex-select-unmark): Use `reftex-delete-overlay' and
7824 `reftex-overlay-put'.
7825
7826 2005-05-18 Lute Kamstra <lute@gnu.org>
7827
7828 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7829
7830 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7831
7832 * add-log.el (add-change-log-entry):
7833 * array.el (array-make-template, array-reconfigure-rows)
7834 (array-init-max-row, array-init-max-column)
7835 (array-init-columns-per-line, array-init-field-width):
7836 * replace.el (replace-match-maybe-edit, perform-replace):
7837 * textmodes/spell.el (spell-region):
7838 Replace `read-input' by `read-string'.
7839
7840 * forms.el (forms-mode):
7841 * finder.el (finder-compile-keywords):
7842 * shadowfile.el (shadow-read-files):
7843 Replace `eval-current-buffer' by `eval-buffer'.
7844
7845 * terminal.el (te-pass-through):
7846 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7847 (ange-ftp-raw-send-cmd):
7848 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7849 (send-process-next-char, telnet-initial-filter, telnet):
7850 Replace `send-string' by `process-send-string'.
7851
7852 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7853 (prolog-consult-region): Replace `send-string' by
7854 `process-send-string'; replace `send-region' by `process-send-region'.
7855
7856 * progmodes/delphi.el (delphi-log-msg):
7857 Replace `set-window-dot' by `set-window-point'.
7858
7859 * subr.el (window-dot, set-window-dot, read-input, send-string)
7860 (send-region, show-buffer, eval-current-buffer):
7861 Make really obsolete, as the comment says.
7862
7863 2005-05-17 Kim F. Storm <storm@cua.dk>
7864
7865 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7866 (cua--init-keymaps): Bind C-return instead of S-return to set
7867 rectangle mark.
7868
7869 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7870 instead of S-return to toggle/clear rectangle mark.
7871
7872 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7873
7874 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7875 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7876 Also fontify plain strings assigned to variables, mostly so that a
7877 colon has a face and is thus not taken as a dependency separator.
7878 (makefile-previous-dependency): Inline the new matcher, because it
7879 is too complex to work in both directions.
7880 (makefile-match-dependency): Eliminate `backward' arg (see above).
7881 Completely reimplemented so as to not sometimes go into an endless
7882 loop. It should also be more efficient, because first it only
7883 searches for `:', instead of applying the very complex regexp.
7884 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7885 to be fontified in one piece can be too long for JIT.
7886 Makefiles are never *that* big.
7887
7888 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7889
7890 * dired.el (dired-mode): Simplify.
7891
7892 2005-05-17 Lute Kamstra <lute@gnu.org>
7893
7894 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7895 defcustom for the mode hook variable.
7896
7897 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7898 Emacs Lisp Reference Manual.
7899
7900 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7901
7902 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7903 (evenp, list*):
7904 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7905 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7906
7907 * net/tramp-smb.el (tramp-smb-open-connection):
7908 Pass `tramp-chunksize' as fifth (required) argument.
7909
7910 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7911
7912 * font-lock.el (lisp-font-lock-keywords-1):
7913 Set `font-lock-negation-char-face' for [^...] char group.
7914 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7915
7916 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7917 a var, and refine it to mask one more level of nested vars.
7918 (makefile-rule-action-regex): Turn it into a var, and refine it so
7919 it recognizes backslashed continuation lines as belonging to the
7920 same command.
7921 (makefile-macroassign-regex): Refine it so it recognizes
7922 backslashed continuation lines as belonging to the same command.
7923 (makefile-var-use-regex): Don't look at the next char, because it
7924 might be the same one to be skipped by the initial [^$], leading
7925 to an overlooked variable use.
7926 (makefile-make-font-lock-keywords): Remove two parameters, which
7927 are now variables that some of the modes set locally.
7928 Handle dependency and rule action matching through functions, because
7929 regexps alone match too often. Dependency matching now comes
7930 last, so it can check, whether a colon already matched something else.
7931 (makefile-mode): Inform that font-lock improves makefile parsing
7932 capabilities.
7933 (makefile-match-dependency, makefile-match-action): New functions.
7934
7935 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7936
7937 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7938
7939 * align.el (align-regexp):
7940 * ansi-color.el (ansi-color-get-face):
7941 * array.el (array-reconfigure-rows, array-init-max-row)
7942 (array-init-max-column, array-init-columns-per-line)
7943 (array-init-field-width):
7944 * dired-aux.el (dired-trample-file-versions):
7945 * dired-x.el (dired-mark-sexp):
7946 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7947 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7948 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7949 * faces.el (face-read-integer):
7950 * files.el (backup-extract-version, insert-directory):
7951 * hexl.el (hexl-insert-decimal-char):
7952 * server.el (server-process-filter):
7953 * shell.el (shell-extract-num):
7954 * startup.el (command-line-1):
7955 * term.el (term-command-hook):
7956 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7957 (time-stamp-do-number):
7958 * time.el (display-time-update):
7959 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7960 (timezone-fix-time):
7961 * vms-patch.el (vms-suspend-resume-hook):
7962 * calendar/appt.el (appt-convert-time):
7963 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7964 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7965 * calendar/cal-islam.el (mark-islamic-diary-entries):
7966 * calendar/calendar.el (calendar-cursor-to-date)
7967 (calendar-star-date):
7968 * calendar/diary-lib.el (diary-attrtype-convert)
7969 (mark-diary-entries, diary-entry-time):
7970 * calendar/solar.el (solar-get-number):
7971 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7972 * emacs-lisp/re-builder.el (reb-display-subexp):
7973 * emulation/edt.el (edt-set-scroll-margins):
7974 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7975 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7976 (vip-get-ex-count):
7977 * emulation/viper-ex.el (viper-get-ex-token)
7978 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7979 * international/fontset.el (fontset-plain-name):
7980 * mail/feedmail.el (feedmail-look-at-queue-directory):
7981 * mail/mailalias.el (mail-get-names):
7982 * mail/rmail.el (rmail-convert-to-babyl-format):
7983 * mail/rmailsum.el (rmail-make-basic-summary-line)
7984 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7985 (rmail-summary-goto-msg):
7986 * mail/smtpmail.el (smtpmail-read-response):
7987 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7988 (ange-ftp-vms-add-file-entry):
7989 * play/gametree.el (gametree-looking-at-ply)
7990 (gametree-current-branch-score):
7991 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7992 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7993 * progmodes/cperl-mode.el (condition-case):
7994 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7995 (ebrowse-set-member-buffer-column-width)
7996 (ebrowse-select-1st-to-9nth):
7997 * progmodes/etags.el (etags-snarf-tag):
7998 * progmodes/flymake.el (flymake-parse-line):
7999 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8000 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8001 (idlwave-shell-menu-def):
8002 * progmodes/ps-mode.el (ps-run-goto-error):
8003 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8004 (vhdl-speedbar-contract-level):
8005 * term/mac-win.el (x-handle-numeric-switch):
8006 * term/sun-mouse.el (sun-get-frame-data):
8007 * term/w32-win.el (x-handle-numeric-switch):
8008 * term/x-win.el (x-handle-numeric-switch):
8009 * textmodes/ispell.el (ispell-parse-output):
8010 * textmodes/nroff-mode.el (nroff-outline-level):
8011 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8012 (reftex-bib-sort-year-reverse, reftex-format-citation):
8013 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8014 (reftex-section-number):
8015 * textmodes/texinfmt.el (texinfo-paragraphindent):
8016 Replace `string-to-int' by `string-to-number'.
8017
8018 * international/latexenc.el: Add page marker to force the "Local
8019 Variables:" string out of the last page.
8020
8021 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8022
8023 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8024 tooltip-change-major-mode.
8025 (gud-tooltip-print-command): Remove case where gud-minor-mode
8026 is gdb ("--fullname").
8027 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8028 explain to user.
8029
8030 2005-05-16 Jay Belanger <belanger@truman.edu>
8031
8032 * calc/calc-store.el (calc-copy-special-constant): New function.
8033
8034 * calc/calc-ext.el (calc-init-extensions): Add binding for
8035 `calc-copy-special-constant'.
8036
8037 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8038 for the `calc-copy-special-constant' command.
8039
8040 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8041
8042 * subr.el (left-fringe-p): New function.
8043
8044 * progmodes/compile.el (compilation-setup): Set local value of
8045 overlay-arrow-string to "" always.
8046 (compilation-set-window): Left fringe then don't scroll.
8047 No left fringe then no arrow and scroll message to top.
8048 (compilation-context-lines): Adjust doc string accordingly.
8049
8050 2005-05-16 Kim F. Storm <storm@cua.dk>
8051
8052 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8053 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8054 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8055 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8056 (ido-read-file-name): Handle commands with ido property value
8057 equal to find-file as reading a file name, to allow C-d to enter dired.
8058 (ibuffer-find-file): Add ido property with value find-file.
8059
8060 2005-05-15 Kim F. Storm <storm@cua.dk>
8061
8062 * subr.el (open-network-stream-nowait): Remove.
8063 (open-network-stream-server): Remove.
8064
8065 2005-05-15 Richard M. Stallman <rms@gnu.org>
8066
8067 * faces.el (describe-face): Output a definition link button.
8068
8069 * help-mode.el (help-face-def): New button type.
8070
8071 * emacs-lisp/copyright.el (copyright-fix-years):
8072 Match properly if the first year is 2-digit.
8073 Don't mess up the whitespace after the years by filling.
8074
8075 * dired-aux.el (dired-mark-confirm):
8076 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8077
8078 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8079 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8080 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8081
8082 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8083 Set font-lock-comment-start-skip.
8084
8085 * font-lock.el (font-lock-comment-start-skip): New variable.
8086 (font-lock-comment-end-skip): New variable.
8087 (font-lock-fontify-syntactically-region): Use them if non-nil.
8088
8089 2005-05-15 Jay Belanger <belanger@truman.edu>
8090
8091 * calc/calc-store.el (calc-store-value): Return a string rather
8092 than display it as a message.
8093 Use calc-var-name for variable name.
8094 (calc-store-into): Add the result of calc-store-value to message.
8095 (calc-copy-variable): Add a message.
8096 (calc-store-exchange): Improve error messages.
8097 (calc-store-binary, calc-store-map): Don't reset the values of
8098 special constants.
8099
8100 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8101
8102 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8103 manual to docstring.
8104
8105 * files.el (hack-local-variables-confirm): Add STRING argument.
8106 Make the function handle non file visiting buffers correctly.
8107 (hack-local-variables-prop-line, hack-local-variables)
8108 (hack-one-local-variable): Use STRING arg of
8109 `hack-local-variables-confirm'.
8110
8111 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8112
8113 Sync with Tramp 2.0.49.
8114
8115 * net/tramp.el (tramp-handle-dired-call-process)
8116 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8117 because the contents of the Tramp buffer is changed before
8118 insertion (`expand-file' and alike).
8119 (tramp-handle-insert-directory): If `localname' has an empty
8120 nondirectory name, it must not be quoted.
8121 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8122 variable `tramp-chunksize'. Change callees.
8123 (tramp-open-connection-setup-interactive-shell): Check remote host
8124 for buggy `send-process-string' implementation.
8125 Set `tramp-chunksize' if found. Reported by Michael Kifer
8126 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8127 (tramp-handle-shell-command): `insert-buffer' cannot be used
8128 because the contents of the Tramp buffer is changed before
8129 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8130 <frederic.bothamy@free.fr>.
8131 (tramp-set-auto-save): Actions should be done for Tramp file name
8132 handler only. Ange-FTP has its own auto-save mechanism.
8133 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8134 (tramp-set-auto-save-file-modes): Set file modes of
8135 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8136 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8137 (tramp-bug): Remove obsolete variable.
8138 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8139 for presence of `mml-mode'. Make it running for older Emacsen as well.
8140
8141 2005-05-14 John Paul Wallington <jpw@pobox.com>
8142
8143 * ibuf-ext.el (define-ibuffer-filter filename):
8144 If `dired-directory' is a list, use its car.
8145
8146 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8147
8148 * ibuffer.el (define-ibuffer-column filename):
8149 If `dired-directory' is a list, use its car.
8150
8151 2005-05-14 Richard M. Stallman <rms@gnu.org>
8152
8153 * subr.el (symbol-file): Doc fix.
8154
8155 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8156 (byte-compile-form): Call byte-compile-nogroup-warn.
8157 (byte-compile-warning-types): Doc fix.
8158
8159 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8160
8161 * progmodes/cc-engine.el (c-literal-faces):
8162 Add font-lock-comment-delimiter-face.
8163
8164 * net/net-utils.el (dig): Use with-no-warnings.
8165
8166 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8167 (sc-recite-frame-alist, sc-default-cite-frame)
8168 (sc-default-uncite-frame, sc-default-recite-frame)
8169 (sc-attrib-selection-list, sc-rewrite-header-list):
8170 Mark as risky-local-variable.
8171
8172 * international/ogonek.el (ogonek-jak, ogonek-how):
8173 Don't use beginning-of-buffer.
8174
8175 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8176
8177 * calendar/solar.el (solar-data-list): Move definition up.
8178
8179 * dnd.el (dnd-protocol-alist): Add autoload.
8180
8181 * progmodes/sh-script.el: Many doc usage fixes.
8182 (sh-indent-after-do): Change default to match common styles.
8183
8184 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8185
8186 * files.el (interpreter-mode-alist)
8187 (auto-mode-interpreter-regexp): Doc fixes.
8188
8189 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8190
8191 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8192
8193 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8194
8195 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8196
8197 * dired.el (dired-mode): make-variable-buffer-local =>
8198 make-local-variable.
8199
8200 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8201
8202 * term/mac-win.el (mac-select-convert-to-string): Try coding
8203 systems in mac-script-code-coding-systems if specified one cannot
8204 encode string for `com.apple.traditional-mac-plain-text'.
8205
8206 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8207
8208 * progmodes/make-mode.el (makefile-targets-face)
8209 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8210 (makefile-dependency-regex): Fix it to not make the colon in
8211 $(var:a=b) special.
8212 (makefile-rule-action-regex): New regexp for highlighting embedded
8213 Shell strings.
8214 (makefile-macroassign-regex): Handle != for highlighting as
8215 embedded Shell strings.
8216 (makefile-var-use-regex): New const.
8217 (makefile-statements, makefile-automake-statements)
8218 (makefile-gmake-statements, makefile-makepp-statements)
8219 (makefile-bsdmake-statements): New consts.
8220 (makefile-make-font-lock-keywords): New function.
8221 (makefile-automake-font-lock-keywords)
8222 (makefile-gmake-font-lock-keywords)
8223 (makefile-makepp-font-lock-keywords)
8224 (makefile-bsdmake-font-lock-keywords): New consts.
8225 (makefile-mode-map): Add switchers between the various submodes.
8226 (makefile-mode): Document the availability of the variants.
8227 (makefile-automake-mode, makefile-gmake-mode)
8228 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8229
8230 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8231 new variants of makefile-mode.
8232
8233 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8236 the inheritance.
8237
8238 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8239
8240 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8241 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8242
8243 * files.el (normal-mode): Extend the scope of the
8244 `enable-local-variables' binding to include the `set-auto-mode' call.
8245 (magic-mode-alist): Doc fix.
8246
8247 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8250 font-lock-comment-face rather than copying its setting.
8251
8252 2005-05-12 Andreas Schwab <schwab@suse.de>
8253
8254 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8255
8256 2005-05-12 Lute Kamstra <lute@gnu.org>
8257
8258 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8259 defcustom for the mode hook variable. Delete the last argument.
8260 * generic-x.el: Fix callers of define-generic-mode.
8261 (generic-x-modes): Delete group.
8262 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8263 generic-x customization group.
8264
8265 2005-05-12 Kim F. Storm <storm@cua.dk>
8266
8267 * font-lock.el (font-lock-negation-char-face): Default to "off".
8268
8269 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8270 font-lock-negation-char-face to ! in !=.
8271
8272 2005-05-12 Masatake YAMATO <jet@gyve.org>
8273
8274 * add-log.el (find-change-log): Fix typos in the docstring
8275 of function.
8276
8277 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8278
8279 * international/latexenc.el (latexenc-find-file-coding-system):
8280 Avoid `re-search-forward' when looking for input encoding because
8281 of speed and safety. Better regular expressions for recognizing
8282 input encoding. Limit a search for TeX-master/tex-main-file to
8283 the local variable section.
8284
8285 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8286
8287 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8288 syntax of $ to "'" (quote).
8289
8290 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8291
8292 * dnd.el (dnd-protocol-alist): Improve custom type.
8293
8294 * dired.el (dired-dnd-protocol-alist): New variable.
8295 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8296 `dired-mode-hook' to the end.
8297
8298 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8301 comment-end if comment-start-skip is not set.
8302 Obey the font-lock-comment-delimiter-face variables.
8303
8304 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * files.el (executable-find): Move from executable.el. Use
8307 locate-file.
8308 * progmodes/executable.el (executable-find): Move to files.el.
8309
8310 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8311 when trying to ensure forward progress.
8312
8313 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8314
8315 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8316 (mouse-select, mouse-select-internal, mouse-extend-internal):
8317 Use it to implement mouse-1-click-follows-link functionality.
8318
8319 2005-05-11 Richard M. Stallman <rms@gnu.org>
8320
8321 * font-lock.el (font-lock-fontify-syntactically-region):
8322 Use font-lock-comment-delimiter-face for comment delimiters.
8323
8324 2005-05-10 Jay Belanger <belanger@truman.edu>
8325
8326 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8327 preserving embedded modes.
8328
8329 2005-05-10 Richard M. Stallman <rms@gnu.org>
8330
8331 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8332
8333 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8334 Move from ada-stmt.el.
8335 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8336
8337 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8338 Move to ada-mode.el.
8339 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8340
8341 * cus-edit.el (custom-file): Call file-chase-links.
8342
8343 * files.el (read-directory-name): Fix previous change.
8344 (hack-local-variables-confirm): New function.
8345 (hack-local-variables-prop-line, hack-local-variables)
8346 (hack-one-local-variable): Use it.
8347
8348 2005-05-10 Lute Kamstra <lute@gnu.org>
8349
8350 * font-lock.el (font-lock-keywords-alist)
8351 (font-lock-removed-keywords-alist): Clarify docstrings.
8352
8353 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8354
8355 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8356 (gdb-source-info): Check for preprocessor info.
8357 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8358 a macro for a function.
8359 (gdb-info-breakpoints-custom): Try to find file again if not already
8360 found (user might have used GDB dir command).
8361 (gdb-get-location): Update gdb-location-alist correctly for change
8362 to gdb-info-breakpoints-custom.
8363
8364 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8365 (gud-tooltip-print-command): Add gdbmi case.
8366 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8367 preprocessor info.
8368
8369 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8370
8371 * startup.el (fancy-splash-insert): Fix typo in doc string.
8372
8373 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8374
8375 * obsolete/float.el (string-to-float):
8376 * obsolete/hilit19.el (hilit-add-pattern):
8377 * obsolete/rnews.el (news-parse-range, news-select-message)
8378 (news-get-pruned-list-of-files): Replace `string-to-int' by
8379 `string-to-number'.
8380
8381 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8382 `find-file-not-found-hooks'; use `add-hook'.
8383 (uncompress-while-visiting): Set `write-file-functions', not
8384 `write-file-hooks'; use `add-hook'.
8385
8386 2005-05-09 Kim F. Storm <storm@cua.dk>
8387
8388 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8389 (cua-paste): Handle clipboard action.
8390 (cua--init-keymaps): Remap clipboard-kill-region and
8391 clipboard-kill-ring-save.
8392
8393 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8394
8395 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8396 Improve commentary.
8397
8398 * simple.el (next-error-overlay-arrow-position): Revert the change
8399 made on 2005-04-30.
8400
8401 2005-05-07 Jay Belanger <belanger@truman.edu>
8402
8403 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8404 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8405 `calc-sel-reselect'.
8406
8407 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8408 Calc is in embedded mode.
8409
8410 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8411
8412 * progmodes/compile.el (compilation-setup):
8413 Set overlay-arrow-string to an empty string on text terminals.
8414
8415 * textmodes/ispell.el (ispell-program-name): Try looking for
8416 "aspell" along exec-path, and if found, use it as the default
8417 speller program.
8418
8419 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8420
8421 * international/mule.el (sgml-xml-auto-coding-function):
8422 Recognize encoding='FOO' in single quotes as well as in double quotes.
8423
8424 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8425
8426 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8427 as well as `interactive', so that defmacro* would recognize
8428 `declare' forms.
8429
8430 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8431
8432 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8433 Explain more about the LIGHTER arg's usage in the doc string.
8434 Add commentary to clarify what the code does. Fix the regexp that
8435 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8436 since it could have characters special to regular expressions.
8437
8438 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8439
8440 * replace.el (occur-1): Bind inhibit-read-only so that
8441 erase-buffer doesn't barf on read-only text properties (likewise
8442 for add-text-properties in occur-engine). Mark buffer as unmodified.
8443 (occur-engine): Don't set buffer-read-only here.
8444
8445 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8448 list-buffers-directory. This caused the *cvs-commit* buffer to be
8449 sometimes mistakenly reused as a *cvs* buffer.
8450
8451 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8452
8453 * tooltip.el: Move code for GUD tooltips into gud.el.
8454 (require): CL no longer needed to compile case.
8455 (tooltip-mode): Do not toggle functions for GUD tooltips.
8456 (tooltip-gud-tips-p): Remove. Replace with minor mode
8457 gud-tooltip-mode in gud.el.
8458 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8459 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8460 tooltip-gud prefix with gud-tooltip and obsolete.
8461 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8462 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8463 (tooltip-mouse-motion): Mouse movement functions/variable.
8464 Rename in gud.el by adding gud prefix.
8465 (tooltip-gud-original-filter, tooltip-gud-dereference)
8466 (tooltip-gud-event, tooltip-toggle-gud-tips)
8467 (tooltip-gud-process-output, tooltip-gud-print-command)
8468 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8469 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8470 (gdb-tooltip-print): Move to gdb-ui.el.
8471
8472 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8473 (require): CL needed to compile case.
8474 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8475 tooltip-gud-tips-p. Make it a minor-mode.
8476 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8477 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8478 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8479 (gud-tooltip-change-major-mode)
8480 (gud-tooltip-activate-mouse-motions-if-enabled)
8481 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8482 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8483 (gud-tooltip-original-filter, gud-tooltip-dereference)
8484 (gud-tooltip-event, tooltip-toggle-gud-tips)
8485 (gud-tooltip-process-output, gud-tooltip-print-command)
8486 (gud-tooltip-tips): Move from tooltip.el.
8487
8488 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8489 (gdb-cpp-define-alist-flags): Doc fix.
8490 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8491 gud-tooltip-mode is t.
8492
8493 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8496 evaporate if their text is deleted.
8497 (goto-address-at-point): Make it work as a mouse binding as well.
8498 (goto-address-at-mouse): Obsolete it. Update users.
8499
8500 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8501
8502 * calendar/appt.el (top-level): No longer activate on load.
8503
8504 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8505
8506 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8507 * net/webjump.el (webjump):
8508 * progmodes/idlw-help.el (idlwave-do-context-help1)
8509 (idlwave-highlight-linked-completions):
8510 * textmodes/po.el (po-find-file-coding-system-guts):
8511 Replace `assoc-ignore-case' by `assoc-string'.
8512
8513 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8514
8515 * files.el (locate-file): Doc fix.
8516
8517 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8518 Remove the redundant test for ms-dos.
8519
8520 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8521 look for the preprocessor with exec-suffixes. If not found in
8522 standard places, look in exec-path. Remove most of the tests that
8523 used system-type.
8524
8525 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8526
8527 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8528
8529 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8530 file-name clash with jka-compr.el on 8+3 filesystems.
8531
8532 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8533
8534 * term/mac-win.el: Don't define or bind scroll bar functions if
8535 x-toolkit-scroll-bars is t.
8536 (x-select-text, x-get-selection-value): Clear
8537 x-last-selected-text-clipboard if x-select-enable-clipboard is
8538 nil.
8539 (PRIMARY): Put mac-scrap-name property.
8540 (mac-select-convert-to-file-url): New function.
8541 (public.file-url): New selection target type. Add to
8542 selection-converter-alist.
8543 (x-get-selection, x-selection-value): Handle it.
8544 (x-cut-buffer-or-selection-value): New alias.
8545
8546 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8547
8548 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8549 entry to avoid calling bibtex-find-entry with arg global
8550 being t. Remove arg key.
8551 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8552 (bibtex-copy-summary-as-kill): Change accordingly.
8553
8554 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8557 (org-agenda-date-later): Use with-current-buffer.
8558
8559 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8560
8561 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8562 (define-obsolete-variable-alias): Doc Fixes.
8563
8564 2005-05-06 Kim F. Storm <storm@cua.dk>
8565
8566 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8567 vertical-motion when selective-display is active.
8568
8569 * ido.el (ido-setup-hook): New hook.
8570 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8571 (ido-input-stack): New var.
8572 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8573 ido-next-work-file binding to M-O.
8574 Bind M-f to ido-wide-find-file-or-pop-dir.
8575 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8576 (ido-read-internal): Run ido-setup-hook.
8577 Catch quit in read-file-name and read-string to cancel edit.
8578 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8579 Automatically pop-all when completing a directory name (RET).
8580 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8581 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8582 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8583 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8584 New functions for M-b/M-f to move among the directory components.
8585 (ido-make-merged-file-list): Catch quit to cancel merge.
8586 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8587 (ido-completion-help): No warnings for ido-completion-buffer-full.
8588
8589 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8590
8591 * font-lock.el (font-lock-negation-char-face): New face and variable.
8592 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8593 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8594 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8595 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8596
8597 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8598
8599 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8600 Fix typo in docstring.
8601
8602 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8603 (ebrowse-print-statistics-line)
8604 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8605
8606 * term/w32-win.el (image-library-alist): Add additional name for
8607 Xpm library.
8608
8609 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8610
8611 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8612 use gcc instead of cpp.
8613
8614 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8615 (gdb-create-define-alist): Use it.
8616 (gdb-cpp-define-alist-program): Update for MS-DOS.
8617
8618 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8619
8620 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8621
8622 2005-05-04 Richard M. Stallman <rms@gnu.org>
8623
8624 * help.el (describe-key): No error when UNTRANSLATED is nil.
8625
8626 * simple.el (line-move-1): Fix previous change to signal errors
8627 appropriately.
8628
8629 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8630
8631 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8632 (icalendar-duration-correction): Remove.
8633 (icalendar--get-event-properties): Split result at commas.
8634 (icalendar--decode-isoduration): New optional argument
8635 DURATION-CORRECTION.
8636 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8637 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8638 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8639 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8640 (icalendar--convert-anniversary-to-ical): New functions, extracted
8641 from icalendar-export-region, with bug fixes.
8642 (icalendar-export-region): Use the above functions.
8643 (icalendar-import-buffer): Check before saving diary file.
8644 (icalendar--convert-recurring-to-diary)
8645 (icalendar--convert-non-recurring-all-day-to-diary)
8646 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8647 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8648 (icalendar--convert-ical-to-diary): Use the above functions.
8649
8650 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8651
8652 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8653 Remove these recent additions.
8654 (c-mode): Restore to before 2005-04-28.
8655
8656 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8657 recent addition.
8658
8659 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8660 (gdb-define-alist): New variables.
8661 (gdb-create-define-alist): New function.
8662 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8663 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8664 with string-to-number.
8665 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8666
8667 * progmodes/gud.el: Replace string-to-int with string-to-number.
8668 (gud-find-file): Handle gdb-define-alist.
8669
8670 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8671
8672 2005-05-02 Jay Belanger <belanger@truman.edu>
8673
8674 * calc/calc-aent.el (math-read-token):
8675 * calc/calc-bin.el (calc-word-size):
8676 * calc/calc-ext.el (calc-read-number-fancy):
8677 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8678 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8679 * calc/calc-frac.el (calc-over-notation):
8680 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8681 (calc-graph-num-points, calc-graph-init):
8682 * calc/calc-prog.el (calc-read-parse-table-part)
8683 (calc-edit-macro-repeats):
8684 * calc/calc-yank.el (calc-do-grab-rectangle):
8685 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8686 Replace `string-to-int' by `string-to-number'.
8687
8688 2005-05-02 Kim F. Storm <storm@cua.dk>
8689
8690 * kmacro.el: Use executing-kbd-macro-index variable.
8691
8692 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8693
8694 * net/rlogin.el (rlogin-parse-words): Delete func.
8695 (rlogin): Use split-string, not rlogin-parse-words.
8696 Also, if there are option-like elements in the parsed args,
8697 take the host to be the first arg immediately following them.
8698 Suggested by Michael Mauger.
8699
8700 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8701
8702 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8703
8704 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8705
8706 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8707 (cc-mode-cpp-program): Rename to cc-define-list-program and
8708 move to cc-vars.el.
8709
8710 * progmodes/cc-vars.el (cc-define-list-program):
8711 Change to "gcc -E -dM -". Make customizable.
8712
8713 2005-05-02 Kim F. Storm <storm@cua.dk>
8714
8715 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8716
8717 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8718
8719 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8720
8721 * international/mule-util.el (truncate-string): Remove alias and
8722 obsolete declaration.
8723
8724 * international/mule-cmds.el (update-iso-coding-systems):
8725 Remove alias and obsolete declaration.
8726
8727 * international/mule.el (coding-system-parent): Remove alias and
8728 obsolete declaration.
8729
8730 * subr.el (define-function, sref): Remove aliases and obsolete
8731 declarations.
8732 (chars-in-region): Remove obsolete declaration.
8733
8734 2005-05-01 Richard M. Stallman <rms@gnu.org>
8735
8736 * info.el (Info-mode): Set widen-automatically to nil, locally.
8737
8738 * simple.el (widen-automatically): New variable.
8739 (pop-global-mark): Obey widen-automatically.
8740
8741 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8742
8743 * term/xterm.el (function-key-map): Call substitute-key-definition
8744 before the keymap size is increased by a lot of define-key calls.
8745
8746 2005-05-01 Richard M. Stallman <rms@gnu.org>
8747
8748 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8749 Rename ARG to ELEMENT. Doc fix.
8750
8751 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8752
8753 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8754 Remove references to allout-exposure/change to allout-new-exposure.
8755
8756 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8757 bytecode symbols.
8758
8759 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8760 (compiled-function-p, focus-frame, unfocus-frame):
8761 Remove aliases and obsolete declarations.
8762 Back out inadvertent changes from previous commit.
8763
8764 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8765
8766 * files.el (require-final-newline): Make Custom tags consistent
8767 with mode-require-final-newline.
8768 (mode-require-final-newline): Doc fix.
8769
8770 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * international/latexenc.el (latexenc-find-file-coding-system):
8773 Fix regular expressions.
8774
8775 2005-05-01 David Kastrup <dak@gnu.org>
8776
8777 * international/latexenc.el (latexenc-find-file-coding-system):
8778 Fix regular expressions.
8779
8780 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8781
8782 * subr.el (string-to-int): Make obsolete.
8783
8784 2005-04-30 Richard M. Stallman <rms@gnu.org>
8785
8786 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8787
8788 * loadup.el: load jka-comp-hook.
8789
8790 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8791 (jka-compr-handler): Add autoload. `put' calls moved
8792 to jka-comp-hook.el.
8793 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8794 (jka-compr-inhibit): Autoload.
8795
8796 * jka-comp-hook.el: New file.
8797 Enable the mode by default.
8798
8799 * files.el (backup-buffer-copy): Use copy-file instead
8800 of write-region, and put back the 'excl.
8801
8802 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8803
8804 * progmodes/flymake.el (flymake-split-string)
8805 (flymake-split-string, flymake-log, flymake-pid-to-names)
8806 (flymake-reg-names, flymake-get-source-buffer-name)
8807 (flymake-unreg-names, flymake-add-line-err-info)
8808 (flymake-add-err-info): Clarify docstrings.
8809 (flymake-popup-menu, flymake-make-emacs-menu)
8810 (flymake-make-xemacs-menu): Add docstrings.
8811 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8812 Set variables directly throughout.
8813
8814 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8815
8816 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8817 exists. Initialize cc-define-alist.
8818 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8819 If there is no file (Macroexpansion) don't create an alist.
8820
8821 2005-04-29 Sam Steingold <sds@gnu.org>
8822
8823 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8824 (cc-create-define-alist): Use it instead of the hard-coded string.
8825
8826 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8829 for latexenc.
8830
8831 2005-04-29 Lute Kamstra <lute@gnu.org>
8832
8833 * emacs-lisp/generic.el: Improve commentary section.
8834 (define-generic-mode): Improve docstring.
8835
8836 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8837
8838 * textmodes/org.el (many places): Change to quiet the byte compiler.
8839 (org-prefix-format-compiled): New variable.
8840 (org-compile-prefix-format): New function.
8841 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8842 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8843 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8844 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8845 consistency with entries from `org-mode' files.
8846 (org-get-time-of-day): Fix bug with partial matches early in a line.
8847 (org-non-link-chars): New constant.
8848 (org-link-regexp): Respect `org-non-link-chars'.
8849 (org-agenda-day-view): Remove command.
8850 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8851 (org-follow-bbdb-link, org-store-link): Search also company field.
8852 (org-highlight-overlay): New variable.
8853 (org-highlight, org-unhighlight): New functions.
8854 (org-agenda-mode): Add pre-command-hook to remove highlight.
8855 (org-evaluate-time-range): Behavior depends upon whether time stamp
8856 contains a time or not.
8857 (org-show-subtree, org-show-entry): New functions.
8858 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8859
8860 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8861
8862 * comint.el (comint-output-filter-functions): Add autoload cookie.
8863
8864 2005-04-28 Kim F. Storm <storm@cua.dk>
8865
8866 * ido.el (ido-everywhere): Fix last change.
8867
8868 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8869
8870 * international/latexenc.el: New file.
8871 * international/mule-conf.el (file-coding-system-alist): For .tex,
8872 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8873
8874 2005-04-28 Lute Kamstra <lute@gnu.org>
8875
8876 * font-lock.el (font-lock-add-keywords)
8877 (font-lock-remove-keywords): Clarify docstring.
8878 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8879 Don't start docstrings with a `*'.
8880 (font-lock-update-removed-keyword-alist): Give it a docstring.
8881
8882 * generic-x.el: Update commentary section.
8883 Only require font-lock when compiling.
8884 Define all modes conditionally.
8885 Place all generic modes in the generic-x-modes customization group.
8886 (generic-x-modes): New customization group.
8887 (generic-default-modes, generic-mswindows-modes)
8888 (generic-unix-modes, generic-other-modes): New constants.
8889 (generic-define-mswindows-modes, generic-define-unix-modes):
8890 Update docstrings. Make them obsolete.
8891 (generic-extras-enable-list): New default value. Update docstring.
8892 Improve :type. Change :set function.
8893 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8894 Fix docstring.
8895
8896 * emacs-lisp/generic.el (generic-mode-internal):
8897 Simplify font-lock-defaults.
8898 (define-generic-mode): Fix docstring.
8899
8900 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8903 font-lock-face property to highlight matches.
8904
8905 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8906
8907 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8908 (cc-define-alist): New variable.
8909 (c-mode): Make it local and initialize it.
8910
8911 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8912 (gdb-exited): New function.
8913 (gdb-annotation-rules): Use it.
8914 (gdb-starting): Set gdb-active-process to t.
8915 (gdb-stopping): Amend doc string.
8916 (gdb-reset): Set gdb-active-process to nil.
8917
8918 * tooltip.el (tooltip-gud-tips): Show the associated #define
8919 directives when a C program under GDB is not executing.
8920
8921 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8924 font-lock-fontify-syntactic-keywords.
8925
8926 * font-lock.el (font-lock-default-fontify-region): Don't force
8927 parse-sexp-lookup-properties to nil.
8928
8929 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8930
8931 * man.el (man-mode-syntax-table): Set up `:' to have
8932 word-constituent syntax.
8933
8934 2005-04-27 Lute Kamstra <lute@gnu.org>
8935
8936 * novice.el (disable-command): Don't add spurious newlines to the
8937 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8938
8939 2005-04-26 Jay Belanger <belanger@truman.edu>
8940
8941 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8942 than one window before deleting window.
8943
8944 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8945
8946 * shell.el (shell-prompt-pattern): Doc fix.
8947 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8948
8949 * comint.el (comint-prompt-regexp, comint-get-old-input)
8950 (comint-use-prompt-regexp)
8951 (comint-use-prompt-regexp-instead-of-fields)
8952 (comint-replace-by-expanded-history, comint-send-input)
8953 (comint-output-filter, comint-get-old-input-default)
8954 (comint-line-beginning-position, comint-bol, comint-show-output)
8955 (comint-backward-matching-input, comint-forward-matching-input)
8956 (comint-next-prompt, comint-previous-prompt):
8957 Rename `comint-use-prompt-regexp-instead-of-fields' to
8958 `comint-use-prompt-regexp'. Keep old name as alias and declare
8959 obsolete.
8960 (comint-use-prompt-regexp): Shorten first line of doc string.
8961
8962 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8963 Set paragraph-separate buffer locally to "\\'".
8964
8965 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8966 Adapt to above name change.
8967
8968 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8969 (smbclient-prompt-regexp): Ditto.
8970
8971 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8972
8973 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8974
8975 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8976 gdb-location-list.
8977 Break lines that are over 80 characters wide.
8978
8979 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8980
8981 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8982 New fun and var, to preserve compatibility.
8983
8984 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8985
8986 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8987
8988 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8989 name to file-newer-than-file-p.
8990
8991 2005-04-26 Richard M. Stallman <rms@gnu.org>
8992
8993 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8994
8995 * progmodes/python.el (python-mode):
8996 Use new name eldoc-documentation-function.
8997
8998 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8999
9000 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9001 (eldoc-documentation-function):
9002 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9003
9004 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9005
9006 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9007
9008 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9009
9010 * term/xterm.el (function-key-map): Fix strings for
9011 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9012 {C,S,A,C-S}-{f1-f12}.
9013
9014 2005-04-26 Kenichi Handa <handa@m17n.org>
9015
9016 * international/mule-cmds.el (select-safe-coding-system):
9017 Fix previous change.
9018
9019 2005-04-26 Lute Kamstra <lute@gnu.org>
9020
9021 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9022
9023 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9024 (font-lock-comment-delimiter-face): Ditto.
9025
9026 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9027
9028 2005-04-25 Jay Belanger <belanger@truman.edu>
9029
9030 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9031 to t while inserting information; use help-mode.
9032
9033 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9034
9035 * term.el (ansi-term-color-vector): Use the xterm colors.
9036 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9037
9038 2005-04-25 Lute Kamstra <lute@gnu.org>
9039
9040 * font-core.el (font-lock-defaults): Fix docstring.
9041
9042 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9043
9044 2005-04-25 Kenichi Handa <handa@m17n.org>
9045
9046 * international/mule-cmds.el (select-safe-coding-system):
9047 Don't check consistency with coding: spec, etc if raw-text or
9048 no-conversion was found to be safe.
9049
9050 2005-04-24 Richard M. Stallman <rms@gnu.org>
9051
9052 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9053 citation markers at start of each line.
9054
9055 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9056 citation markers at start of each line.
9057
9058 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9059
9060 * files.el (mode-require-final-newline): Fix previous change.
9061 (require-final-newline): Fix type label.
9062
9063 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9064
9065 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9066 statement in buffer (broken by 2004-11-24 change).
9067
9068 2005-04-24 Kim F. Storm <storm@cua.dk>
9069
9070 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9071 and read-file-name-function values. Don't overwrite existing
9072 non-nil values if ido-mode is enabled without ido-everywhere.
9073
9074 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9075
9076 * files.el (mode-require-final-newline): Minor doc fix.
9077
9078 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9079
9080 * subr.el (syntax-after): Doc fix.
9081 (syntax-class): If argument is nil, return nil. Mask off upper 16
9082 bits, not 8 bits.
9083
9084 * files.el (mode-require-final-newline): Doc fix.
9085 (backup-buffer-copy): Fix last change.
9086
9087 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9088
9089 * term/mac-win.el: Require select. Set selection-coding-system to
9090 mac-system-coding-system. Call menu-bar-enable-clipboard.
9091 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9092 (x-select-enable-clipboard): New variables.
9093 (x-select-text, x-get-selection, x-selection-value)
9094 (x-get-selection-value, mac-select-convert-to-string)
9095 (mac-services-open-file, mac-services-open-selection)
9096 (mac-services-insert-text): New functions.
9097 (CLIPBOARD, FIND): Put mac-scrap-name property.
9098 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9099 (public.tiff): Put mac-ostype property.
9100 (selection-converter-alist): Add entries for them.
9101 (mac-application-menu-map): New keymap.
9102 (interprogram-cut-function, interprogram-paste-function): Set to
9103 x-select-text and x-get-selection-value, respectively.
9104 (split-window-keep-point): Set to t.
9105
9106 2005-04-23 Richard M. Stallman <rms@gnu.org>
9107
9108 * files.el (read-directory-name): Always pass non-nil
9109 DEFAULT-FILENAME arg to read-file-name.
9110 (backup-buffer-copy, basic-save-buffer-2): Take care against
9111 writing thru an unexpected existing symlink.
9112 (revert-buffer): In indirect buffer, revert the base buffer.
9113 (magic-mode-alist): Doc fix.
9114 (buffer-stale-function): Doc fix.
9115 (minibuffer-with-setup-hook): Avoid warning.
9116 (mode-require-final-newline): Doc and custom fix.
9117
9118 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9119
9120 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9121 use the default appearance.
9122 (font-lock-comment-delimiter-face): New face, new variable.
9123
9124 * imenu.el (imenu--generic-function): The official position of a
9125 definition is the start of the line that BEG is in.
9126
9127 * midnight.el (midnight-timer): Move defvar up.
9128
9129 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9130
9131 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9132
9133 * startup.el (command-line): Use with-no-warnings.
9134
9135 * window.el (window-size-fixed): New defvar.
9136
9137 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9138
9139 * mail/rmail.el (rmail-font-lock-keywords):
9140 Use font-lock-comment-delimiter-face.
9141
9142 * mail/sendmail.el (mail-font-lock-keywords):
9143 Use font-lock-comment-delimiter-face.
9144
9145 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9146
9147 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9148
9149 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9150 Specify t for LAXMATCH when matching directories.
9151 Save match data around compilation-compat-error-properties form.
9152
9153 2005-04-23 David Kastrup <dak@gnu.org>
9154
9155 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9156 Mention that the autoloaded aliases should be kept for AUCTeX.
9157
9158 2005-04-23 Andreas Schwab <schwab@suse.de>
9159
9160 * isearch.el (isearch-forward): Doc fix.
9161
9162 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9163
9164 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9165 (jit-lock-stealth-nice): Change default value to 0.5.
9166
9167 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9168
9169 * abbrev.el (write-abbrev-file): Write table entries in
9170 alphabetical order by table name.
9171
9172 2005-04-22 Kim F. Storm <storm@cua.dk>
9173
9174 * ido.el (ido-read-internal): Fix `list' completion.
9175
9176 2005-04-22 Kenichi Handa <handa@m17n.org>
9177
9178 * recentf.el (recentf-save-file-coding-system): New variable.
9179 (recentf-save-list): Encode the file by
9180 recentf-save-file-coding-system and add coding: tag.
9181
9182 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9183
9184 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9185
9186 2005-04-21 Lute Kamstra <lute@gnu.org>
9187
9188 * loadhist.el (unload-feature): Don't remove a function from hooks
9189 if it is about to be restored to an autoload . Remove functions
9190 that will become unbound from auto-mode-alist. Simplify the code.
9191
9192 * subr.el (assq-delete-all): New implementation that is linear,
9193 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9194 (rassq-delete-all): New function.
9195
9196 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9197 Add size-indication-mode.
9198
9199 2005-04-21 Kenichi Handa <handa@m17n.org>
9200
9201 * international/mule-cmds.el: Add autoload for widget-value in
9202 eval-when-compile.
9203
9204 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9205
9206 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9207 Add tooltip-mode.
9208
9209 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9210
9211 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9212
9213 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9214 (inferior-lisp-filter-regexp, inferior-lisp-program)
9215 (inferior-lisp-load-command, inferior-lisp-prompt)
9216 (inferior-lisp-mode-hook, lisp-source-modes)
9217 (inferior-lisp-load-hook): defvar->defcustom.
9218 (inferior-lisp-program, inferior-lisp-prompt)
9219 (inferior-lisp-load-hook): Doc fixes.
9220 (inferior-lisp-install-letter-bindings): Small change in
9221 introductory comment.
9222
9223 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9224
9225 * vc.el (vc-annotate-color-map): Change some colors so that text
9226 using them as foreground is readable on both white and black
9227 backgrounds.
9228
9229 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * international/mule-conf.el (translation-table-for-input):
9232 Remove redundant declaration.
9233
9234 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9235
9236 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9237
9238 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9239 (tooltip-toggle-gud-tips): New function.
9240
9241 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9242
9243 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9244 right angle brackets.
9245
9246 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9247
9248 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9249
9250 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9253 Remove. Update callers to use expand-file-name instead.
9254
9255 * subr.el (syntax-class): New function.
9256
9257 * simple.el (blink-matching-open): Use it.
9258
9259 * paren.el (show-paren-function): Use it to recognize parens that are
9260 also used in 2-char comment markers.
9261
9262 2005-04-19 Lute Kamstra <lute@gnu.org>
9263
9264 * loadhist.el (unload-feature): Update for new format of
9265 load-history. Simplify the code.
9266
9267 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9268
9269 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9270 (mac-add-charset-info): New function. Initialize variable
9271 mac-charset-info-alist using it.
9272 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9273 for translation.
9274 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9275 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9276 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9277 New CCL programs.
9278
9279 2005-04-19 Kim F. Storm <storm@cua.dk>
9280
9281 * simple.el (next-buffer, prev-buffer, next-error)
9282 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9283 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9284
9285 * bindings.el (next-buffer, prev-buffer, next-error)
9286 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9287 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9288 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9289 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9290
9291 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * isearch.el (isearch-edit-string): Make the search-ring available for
9294 minibuffer history commands.
9295 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9296 the default history commands now work just as well.
9297 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9298
9299 2005-04-18 Kim F. Storm <storm@cua.dk>
9300
9301 * emulation/cua-base.el (cua--pre-command-handler): Add more
9302 elaborate check for shift modifier on non-window systems.
9303
9304 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9305
9306 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9307
9308 2005-04-18 Kim F. Storm <storm@cua.dk>
9309
9310 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9311 and make it optional. Don't test tooltip-gud-echo-area here.
9312 (tooltip-gud-process-output, gdb-tooltip-print):
9313 Pass tooltip-gud-echo-area to tooltip-show.
9314 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9315
9316 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9317
9318 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9319 `display-graphic-p' may not be bound yet.
9320
9321 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9322
9323 * startup.el (command-line): No longer enable Xterm Mouse mode by
9324 default in terminals compatible with xterm.
9325
9326 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9327
9328 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9329
9330 * tooltip.el (tooltip-gud-echo-area): Rename from
9331 tooltip-use-echo-area.
9332 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9333 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9334 area independently of where help tooltips are displayed.
9335
9336 2005-04-17 David Kastrup <dak@gnu.org>
9337
9338 * cus-theme.el (custom-theme-write-variables): Quote variables
9339 where necessary.
9340
9341 2005-04-17 Richard M. Stallman <rms@gnu.org>
9342
9343 * simple.el (yank-excluded-properties): Add follow-link to value.
9344
9345 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9346
9347 * startup.el (fancy-splash-max-time): Just 30 seconds.
9348 (fancy-splash-delay): Just 7.
9349 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9350
9351 * loadhist.el (unload-feature): Update for new format of load-history.
9352 Simplify the code.
9353
9354 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9355 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9356
9357 * mail/sendmail.el (mail-font-lock-keywords):
9358 Don't fontify subject text.
9359 Don't fontify the text of a citation.
9360
9361 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9362
9363 * comint.el (comint-output-filter): Run comint-output-filter-functions
9364 with point where the user had it.
9365
9366 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * international/ucs-tables.el (ucs-set-table-for-input):
9369 Disable when using unify-on-decoding.
9370
9371 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9372
9373 * emulation/cua-base.el (cua-global-mark-face): Add special case
9374 for displays supporting a high number of colors.
9375
9376 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9377
9378 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9379
9380 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9381
9382 * filesets.el (filesets-add-buffer): If user supplies a name of a
9383 non-existing fileset, create a new fileset.
9384
9385 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9386
9387 * textmodes/org.el (org-up-heading-all): Fix bug with
9388 `outline-up-heading-all'.
9389
9390 2005-04-16 Andreas Schwab <schwab@suse.de>
9391
9392 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9393 /etc/permissions.d/* and /etc/aliases.d/*.
9394
9395 2005-04-16 Kenichi Handa <handa@m17n.org>
9396
9397 * international/code-pages.el (cp-make-coding-system):
9398 Set `translation-table-for-input' property value to the symbol
9399 ucs-mule-to-mule-unicode, not to that value.
9400 (pt154): Escape guillemet by `\'.
9401
9402 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9403
9404 * loadup.el: Load tooltip if x-show-tip is fboundp.
9405
9406 * startup.el (command-line): Add comment.
9407
9408 * tooltip.el (tooltip-mode): Specify correct standard value for
9409 Custom in init-value.
9410
9411 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9412
9413 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9414 possible.
9415
9416 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9417
9418 * textmodes/org.el (org-agenda-date-prompt): Rename from
9419 `org-agenda-date-today'.
9420 (org-evaluate-time-range): Insert at point instead of directly
9421 after time range.
9422 (org-first-headline-recenter, org-subtree-end-visible-p)
9423 (org-optimize-window-after-visibility-change): New functions
9424 (org-agenda-post-command-hook): Don't allow point at end of line,
9425 to make sure it always hits the text properties.
9426 (org-agenda-next-date-line, org-agenda-previous-date-line):
9427 New commands.
9428 (org-set-regexps-and-options): Category may contain white space.
9429 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9430 Improve marker positions.
9431 (org-agenda-new-marker): Argument POS made optional.
9432 (org-agenda-get-timestamps): Deadlines which are done are listed
9433 in org-done-face now.
9434 (org-agenda-get-todos, org-agenda-get-timestamps)
9435 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9436 Set `undone-face' and `done-face' properties.
9437 (org-last-todo-state-is-todo): New variable.
9438 (org-todo): Set `org-last-todo-state-is-todo'.
9439 (org-agenda-todo): Change face according to
9440 `org-last-todo-state-is-todo'. And change other lines referring to
9441 the same entry.
9442 (org-calendar-goto-agenda): New command.
9443 (org-calendar-to-agenda-key): New option.
9444 (org-startup-folded): New allowed value `content'.
9445 (org-set-regexps-and-options): Accept new value `content' for
9446 `org-startup-folded'.
9447 (org-get-current-options): Handle new value `content' for
9448 `org-startup-folded'.
9449 (org-insert-todo-heading): New command.
9450 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9451 interactively in empty file and option
9452 `org-insert-mode-line-in-empty-file' has been set.
9453 (org-agenda-todo,org-agenda-priority): Modify to use
9454 `org-agenda-change-all-lines'.
9455 (org-warning-face): Change color on dark background
9456
9457 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9458
9459 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9460 use preferences AppleLocale and AppleLanguages, and variable
9461 mac-system-locale for default locale. On Mac OS Classic, use
9462 mac-system-coding-system for default coding systems.
9463
9464 * term/mac-win.el: Don't set file-name-coding-system.
9465 Decode variables system-name, emacs-build-system, user-login-name, and
9466 user-full-name by mac-system-coding-system on Mac OS Classic.
9467 (mac-system-coding-system): New variable.
9468
9469 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9470
9471 * startup.el (command-line): Handle `xterm-mouse-mode' before
9472 reading init file.
9473
9474 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9475
9476 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9477
9478 * progmodes/sh-script.el (sh-here-document-word): Make it a
9479 defcustom. Doc fix.
9480 (sh-add): Bash uses $(( )) for arithmetic.
9481 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9482 (sh-maybe-here-document): Remove quotes and leading whitespace
9483 from heredoc word when closing. Indent heredoc with tabs if word
9484 starts with "-".
9485
9486 2005-04-13 Richard M. Stallman <rms@gnu.org>
9487
9488 * simple.el (undo): Fix previous change.
9489
9490 * custom.el (defface): Doc fix.
9491
9492 2005-04-13 Lute Kamstra <lute@gnu.org>
9493
9494 * Makefile.in (DONTCOMPILE): Remove list.
9495 (compile, compile-always): Don't use DONTCOMPILE.
9496 (update-authors): Load the library in which batch-update-authors
9497 is defined.
9498 * makefile.w32-in (DONTCOMPILE): Remove list.
9499 (compile, compile-always): Fix comments.
9500 (update-authors): Load the library in which batch-update-authors
9501 is defined.
9502
9503 * generic-x.el (generic-mode-ini-file-find-file-hook):
9504 Rename to ini-generic-mode-find-file-hook.
9505 Keep generic-mode-ini-file-find-file-hook as an alias.
9506 (ini-generic-mode-find-file-hook): Rename from
9507 generic-mode-ini-file-find-file-hook. Fix docstring.
9508 (ini-generic-mode): Docstring change.
9509 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9510
9511 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9512 called from lisp.
9513
9514 * generic.el: Move to the emacs-lisp subdir.
9515
9516 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9517
9518 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9519 and C-S- function and cursor motion keys.
9520
9521 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9522
9523 * startup.el (command-line): Enable Xterm Mouse mode by default.
9524 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9525 for Custom. No longer show "Mouse" in mode line when enabled.
9526 Doc fix.
9527
9528 2005-04-12 Kim F. Storm <storm@cua.dk>
9529
9530 * emulation/cua-base.el (cua-rectangle-face)
9531 (cua-rectangle-noselect-face): Define face attributes here.
9532
9533 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9534
9535 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9536
9537 * startup.el (command-line): Turn off blinking cursor if
9538 cursorBlink in resources is off or false.
9539
9540 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9541
9542 * term/mac-win.el (dnd): Require dnd.
9543 (mac-drag-n-drop): Call dnd-handle-one-url.
9544 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9545 (kTextEncodingISOLatin2): Remove constants.
9546 (mac-script-code-coding-systems): New constant.
9547 (mac-handle-language-change): New function.
9548 (special-event-map): Bind it to `language-change' event.
9549 (mac-centraleurroman, mac-cyrillic): New coding systems.
9550 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9551 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9552 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9553 encode-mac-cyrillic, respectively.
9554
9555 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9556
9557 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9558 Don't set overlay-arrow-string to "=>" as this is done
9559 globally in C now.
9560
9561 2005-04-12 Lute Kamstra <lute@gnu.org>
9562
9563 * generic-x.el (rc-generic-mode, rul-generic-mode):
9564 Fix auto-mode-alist entries.
9565 (etc-fstab-generic-mode): Tweak fontification.
9566
9567 * generic.el (generic-make-keywords-list): Fix docstring.
9568 (generic-mode-internal): Simplify generic-font-lock-keywords.
9569
9570 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9571
9572 * whitespace.el (whitespace-buffer-leading)
9573 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9574 However, fix the highlight area for the leading and
9575 trailing whitespaces to show space.
9576
9577 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9578
9579 * whitespace.el (whitespace-version): Bump to 3.5
9580
9581 (whitespace-buffer-leading, whitespace-buffer-trailing):
9582 Invert sense of the test to highlight the whitespace.
9583
9584 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9585
9586 * progmodes/gud.el (gud-display-line): GUD uses its own
9587 overlay arrow now so don't set overlay-arrow-string.
9588 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9589
9590 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9591
9592 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9593 (term-ansi-current-reverse, term-ansi-current-invisible)
9594 (term-ansi-face-already-done): Change to boolean.
9595 (term-reset-terminal, term-handle-colors-array): Handle the above
9596 vars accordingly.
9597 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9598 (term-emulate-terminal): Use the new name.
9599
9600 * faces.el (secondary-selection): Use yellow1, not yellow.
9601 (trailing-whitespace): Use red1, not red.
9602
9603 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9604
9605 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9606 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9607 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9608
9609 * cus-edit.el (dnd): New group.
9610
9611 * term/w32-win.el (dnd): Require dnd
9612 (w32-drag-n-drop): Call dnd-handle-one-url.
9613
9614 * x-dnd.el: Require dnd.
9615 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9616 Call dnd-handle-one-url.
9617 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9618 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9619 to dnd-insert-text.
9620 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9621 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9622 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9623 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9624
9625 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9626
9627 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9628
9629 * wdired.el: Doc fixes.
9630 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9631 (wdired-use-dired-vertical-movement): Rename from
9632 wdired-always-move-to-filename-beginning.
9633 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9634 (wdired-change-to-wdired-mode): Change mode name.
9635 (wdired-newline): Delete.
9636
9637 2005-04-11 Richard M. Stallman <rms@gnu.org>
9638
9639 * whitespace.el (whitespace-highlight-the-space):
9640 Don't call whitespace-unhighlight-the-space here.
9641
9642 * simple.el (undo): Record t in undo-equiv-table
9643 for the redo record made by an undo-in-region.
9644
9645 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9646
9647 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9648 (gdb-frame-inferior-io-buffer): New Functions to control
9649 display of separate IO buffer.
9650 (menu): Add them to menu-bar.
9651 (gdb-display-buffer): Check for buffer another frame.
9652 Protect GUD buffer.
9653 (gdb-setup-windows): Create IO buffer if not already there.
9654 (gdb-memory-mode): Remove purecopy noops.
9655
9656 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9657
9658 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9659 and pass to self-insert-command.
9660
9661 2005-04-11 Lute Kamstra <lute@gnu.org>
9662
9663 * generic.el: Commentary section cleanup.
9664 (generic): Delete.
9665 (generic-use-find-file-hook, generic-lines-to-scan)
9666 (generic-find-file-regexp, generic-ignore-files-regexp)
9667 (default-generic-mode, generic-mode-find-file-hook)
9668 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9669 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9670 (generic-use-find-file-hook, generic-lines-to-scan)
9671 (generic-find-file-regexp, generic-ignore-files-regexp)
9672 (default-generic-mode, generic-mode-find-file-hook)
9673 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9674
9675 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9676
9677 * bookmark.el (bookmark-write-file): Catch errors writing file.
9678 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9679
9680 2005-04-10 Richard M. Stallman <rms@gnu.org>
9681
9682 * startup.el (fancy-splash-tail): Update copyright year.
9683 (command-line): Split part of -Q into -D.
9684 (emacs-basic-display): New defvar.
9685 (fancy-splash-text): Correct name of menu item.
9686
9687 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9688
9689 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9690 lines in one node.
9691
9692 * comint.el (comint-send-input): New arg ARTIFICIAL.
9693 Callers in this file changed.
9694
9695 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9696
9697 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9698
9699 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9700
9701 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9702 `ldap-search-internal'.
9703
9704 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * files.el (set-auto-mode-1): Use line-end-position.
9707
9708 * international/latin-1.el:
9709 * international/latin-2.el:
9710 * international/latin-3.el:
9711 * international/latin-4.el:
9712 * international/latin-5.el:
9713 * international/latin-8.el:
9714 * international/latin-9.el: Give punctuation syntax to NBSP.
9715
9716 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9717 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9718 Use char-classes to accept non-ascii letters, accepted in some recent
9719 bibtex implementations.
9720
9721 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9722
9723 * custom.el (custom-set-minor-mode): Any non-nil value for the
9724 variable should enable the mode when set through Custom.
9725
9726 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9729 TAB binding so tab-always-indent is obeyed.
9730 (vhdl-minibuffer-local-map): Move initialization into declaration.
9731 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9732 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9733 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9734 (vhdl-current-line): Use line-beginning-position.
9735 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9736 with-output-to-temp-buffer, so the current position can be recorded.
9737
9738 2005-04-10 Masatake YAMATO <jet@gyve.org>
9739
9740 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9741 Add regexp for gcov.
9742
9743 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9744
9745 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9746 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9747 syntax which Emacs 20 doesn't support.
9748
9749 2005-04-09 Richard M. Stallman <rms@gnu.org>
9750
9751 * help.el (describe-key-briefly, describe-key):
9752 Replace strings as event types with "(any string)".
9753
9754 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * arc-mode.el (archive-mode-map): Move initialization into
9757 the declaration. Override *all* bindings of `undo'.
9758 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9759
9760 2005-04-09 Jay Belanger <belanger@truman.edu>
9761
9762 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9763
9764 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9765
9766 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9767 (xterm-register-default-colors): Update color values computation
9768 to match xterm-200.
9769
9770 2005-04-09 Kenichi Handa <handa@m17n.org>
9771
9772 * international/code-pages.el (iso-latin-7): Fix the map.
9773
9774 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9775
9776 * emacs-lisp/lisp.el (defun-prompt-regexp)
9777 (parens-require-spaces, buffer-end, end-of-defun)
9778 (insert-parentheses): Doc fixes.
9779
9780 2005-04-08 Kim F. Storm <storm@cua.dk>
9781
9782 * comint.el (comint-highlight-prompt): Fix face spec.
9783 * hi-lock.el (hi-green): Likewise.
9784
9785 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9786
9787 * cus-edit.el (custom-modified-face):
9788 * comint.el (comint-highlight-input): Fix previous changes.
9789 * term.el (term-handle-ansi-escape): Add a comment.
9790
9791 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9794 in the buffer and in whitespace-highlighted-space.
9795 (whitespace-unhighlight-the-space): Simplify.
9796 (whitespace-buffer): Simplify.
9797
9798 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9799
9800 * textmodes/table.el (table-cell-face): Add special case for
9801 displays supporting a high number of colors.
9802 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9803 (vhdl-font-lock-reserved-words-face)
9804 (vhdl-speedbar-architecture-face)
9805 (vhdl-speedbar-instantiation-face)
9806 (vhdl-speedbar-architecture-selected-face)
9807 (vhdl-speedbar-instantiation-selected-face): Likewise.
9808 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9809 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9810 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9811 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9812 (ebrowse-progress-face): Likewise.
9813 * progmodes/compile.el (compilation-info-face): Likewise.
9814 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9815 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9816 * calendar/calendar.el (diary-face): Likewise.
9817 * woman.el (woman-italic-face, woman-bold-face)
9818 (woman-unknown-face): Likewise.
9819 * wid-edit.el (widget-button-pressed-face): Likewise.
9820 * whitespace.el (whitespace-highlight-face): Likewise.
9821 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9822 * pcvs-info.el (cvs-marked-face): Likewise.
9823 * info.el (info-xref): Likewise.
9824 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9825 * hilit-chg.el (highlight-changes-face)
9826 (highlight-changes-delete-face): Likewise.
9827 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9828 (hi-red-b): Likewise.
9829 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9830 * font-lock.el (font-lock-keyword-face)
9831 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9832 * cus-edit.el (custom-invalid-face, custom-modified-face)
9833 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9834 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9835 * comint.el (comint-highlight-prompt): Likewise.
9836
9837 2005-04-08 Lute Kamstra <lute@gnu.org>
9838
9839 * font-lock.el (font-lock-keywords): Docstring fixes.
9840
9841 2005-04-08 Kenichi Handa <handa@m17n.org>
9842
9843 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9844 chars are more than a limit, print " and more..." at the tail.
9845
9846 2005-04-08 Kim F. Storm <storm@cua.dk>
9847
9848 * emacs-lisp/authors.el (authors-aliases): Update list.
9849 (authors-ignored-files): New list.
9850 (authors-fixed-entries): Fix typo.
9851 (authors-renamed-files-alist): Update list.
9852 (authors-add): Check authors-ignored-files.
9853
9854 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9855
9856 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9857 optional, to ensure backward compatibility.
9858
9859 2005-04-08 Stephen Eglen <stephen@gnu.org>
9860
9861 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9862
9863 2005-04-08 Kim F. Storm <storm@cua.dk>
9864
9865 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9866
9867 * mouse.el (mouse-on-link-p): Doc fix.
9868
9869 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9870
9871 * ielm.el (ielm-prompt-read-only): Doc fix.
9872
9873 * comint.el (comint-prompt-read-only): Doc fix.
9874
9875 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9876
9877 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9878 ensure dired always handles wildcards passed to ffap.
9879 (find-file-at-point): Use it.
9880 (ffap-dired-wildcards): Doc fix.
9881
9882 2005-04-07 Juri Linkov <juri@jurta.org>
9883
9884 * simple.el (next-error-overlay-arrow-position): New defvar.
9885 Put "=>" on its property `overlay-arrow-string'. Add it to
9886 `overlay-arrow-variable-list'.
9887
9888 * progmodes/compile.el (compilation-setup):
9889 Set `next-error-overlay-arrow-position' to nil. Also set it to
9890 nil in the local hook `kill-buffer-hook'. Make local variable
9891 `overlay-arrow-string' and set it to "=>".
9892 (compilation-goto-locus): Set BOL position to
9893 `next-error-overlay-arrow-position' instead of
9894 `overlay-arrow-position'.
9895
9896 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9897 locally instead of adding it to the global hook.
9898 (Info-kill-buffer): Move up.
9899
9900 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9901
9902 * term/xterm.el (xterm-standard-colors): Update color values from
9903 xterm-200.
9904
9905 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9908
9909 * fast-lock.el:
9910 * lazy-lock.el: Move them to the obsolete subdir.
9911
9912 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9913
9914 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9915 (wdired-add-replace-advice): Remove.
9916 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9917
9918 2005-04-06 Kim F. Storm <storm@cua.dk>
9919
9920 * startup.el (command-line): Add --bare-bones alias for -Q.
9921
9922 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9923
9924 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9925 create the startup fontset if a font specification ends with
9926 `mac-roman'.
9927
9928 2005-04-06 Lute Kamstra <lute@gnu.org>
9929
9930 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9931 change.
9932
9933 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9934 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9935
9936 2005-04-05 Lute Kamstra <lute@gnu.org>
9937
9938 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9939 (define-generic-mode): Ditto. Fix debug declaration.
9940
9941 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9942 Put them in the generic-x group.
9943
9944 * calendar/timeclock.el (timeclock): Doc fix.
9945
9946 * generic.el (define-generic-mode): Don't use custom-current-group.
9947 Document default :group value.
9948 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9949 (define-global-minor-mode): Don't use custom-current-group.
9950
9951 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9952
9953 * startup.el (command-line-1): Display startup-echo-area-message
9954 when fancy splash screen is in use.
9955
9956 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9957 (sh-escaped-newline): New face.
9958 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9959 newline, and use sh-escaped-newline face.
9960
9961 * progmodes/tcl.el (tcl-escaped-newline): New face.
9962 (tcl-builtin-list): New variable.
9963 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9964 newlines. Fix keywords subexpression number.
9965
9966 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9967
9968 * textmodes/org.el (org-diary-default-entry): Fix call to
9969 `add-to-diary-entry'.
9970
9971 2005-04-05 Kim F. Storm <storm@cua.dk>
9972
9973 * ediff-init.el: Use (featurep 'xemacs).
9974
9975 2005-04-05 David Ponce <david@dponce.com>
9976
9977 * cus-edit.el (face): Derive from symbol widget. Display sample
9978 of the current face on the fly.
9979 (widget-face-sample-face-get, widget-face-notify): New functions.
9980 (widget-face-value-create): Remove.
9981
9982 * wid-edit.el (widget-field-end): Temporarily remove field
9983 narrowing before to call `get-char-property'.
9984
9985 2005-04-04 Jay Belanger <belanger@truman.edu>
9986
9987 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9988 (math-read-subscripts): New variable.
9989 (math-read-preprocess-string): Process subscripts.
9990
9991 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9992
9993 * comint.el (comint-prompt-read-only): Doc fix.
9994
9995 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9996 `-1'. Doc fix.
9997
9998 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9999
10000 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10001 Change default value to nil.
10002
10003 2005-04-04 Lute Kamstra <lute@gnu.org>
10004
10005 * autorevert.el (auto-revert-mode): Specify :group.
10006 * battery.el (display-battery-mode): Specify :group.
10007 * diff-mode.el (diff-minor-mode): Specify :group.
10008 * font-core.el (font-lock-mode): Specify :group.
10009 * hl-line.el (hl-line-mode): Specify :group.
10010 * iimage.el (iimage): New customization group.
10011 (iimage-mode): Specify :group.
10012 * longlines.el (longlines-mode): Specify :group.
10013 * master.el: Don't require easy-mmode.
10014 (master): New customization group.
10015 (master-mode): Specify :group.
10016 * msb.el (msb-mode): Specify :group.
10017 * reveal.el (reveal-mode): Specify :group.
10018 * simple.el (next-error-follow-minor-mode): Specify :group.
10019 * smerge-mode.el (smerge-mode): Specify :group.
10020 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10021 * emulation/cua-base.el (cua-mode): Specify :group.
10022 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10023 * language/thai-util.el (thai-auto-composition-mode)
10024 (thai-word-mode): Specify :group.
10025 * mail/supercite.el (sc-minor-mode): Specify :group.
10026 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10027 * progmodes/flymake.el (flymake-mode): Specify :group.
10028 * progmodes/glasses.el (glasses-mode): Specify :group.
10029 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10030 * textmodes/enriched.el (enriched-mode): Specify :group.
10031 * textmodes/refill.el (refill-mode): Specify :group.
10032
10033 * add-log.el (change-log-font-lock-keywords): Names in
10034 parenthesized lists can contain spaces.
10035
10036 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10037
10038 * startup.el (fancy-splash-text): Shorten default text of
10039 "Emacs Tutorial" line. Also, if the current language env
10040 indicates an available tutorial file other than TUTORIAL,
10041 extract its title and append it to the line in parentheses.
10042 (fancy-splash-insert): If arg is a thunk, funcall it.
10043
10044 2005-04-04 Jay Belanger <belanger@truman.edu>
10045
10046 * calc.el (calc-language-alist): Add tags to customization type.
10047
10048 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10049
10050 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10051 Doc fix.
10052
10053 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10054
10055 * add-log.el (change-log-font-lock-keywords): The manual
10056 describing a Change Log entry, says: (...) "Aside from these
10057 header lines, every line in the change log starts with a space or
10058 a tab.". The font-lock was not highlighting lines started with
10059 spaces, added support for it.
10060
10061 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10062
10063 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10064 (bibtex-generate-url-list): Update docstring accordingly. Put the
10065 complex example in the docstring.
10066 (bibtex-font-lock-url): Use pop.
10067
10068 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10071
10072 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10073
10074 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10075
10076 * filesets.el (filesets-set-default): Doc fix.
10077
10078 2005-04-03 Lute Kamstra <lute@gnu.org>
10079
10080 * generic.el (define-generic-mode): Add argument to specify
10081 keywords for defcustom.
10082 (default-generic-mode): Specify :group.
10083
10084 * generic-x.el: Specify :group for all generic modes.
10085
10086 * desktop.el (desktop-no-desktop-file-hook)
10087 (desktop-after-read-hook): Doc fix.
10088
10089 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10090
10091 * simple.el (visible-mode): Use explicit :group keyword.
10092 This changes the group of `visible-mode-hook' from paren-blinking
10093 to editing-basics.
10094
10095 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10096
10097 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10098 mailbox specifications as well as URLs.
10099 (rmail-insert-inbox-text): Remove unused conditional branches.
10100
10101 2005-04-01 Jay Belanger <belanger@truman.edu>
10102
10103 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10104 (calc-gnuplot-print-command): Move definitions to calc.el.
10105
10106 * calc/calc-embed.el (calc-embedded-announce-formula)
10107 (calc-embedded-open-formula, calc-embedded-close-formula)
10108 (calc-embedded-open-word, calc-embedded-close-word)
10109 (calc-embedded-open-plain, calc-embedded-close-plain)
10110 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10111 (calc-embedded-open-mode, calc-embedded-close-mode):
10112 Move definitions to calc.el.
10113
10114 * calc/calc.el (calc-settings-file, calc-language-alist):
10115 Make customizable.
10116 (calc-embedded-announce-formula, calc-embedded-open-formula)
10117 (calc-embedded-close-formula, calc-embedded-open-word)
10118 (calc-embedded-close-word, calc-embedded-open-plain)
10119 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10120 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10121 (calc-embedded-close-mode, calc-gnuplot-name)
10122 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10123 from other files and make customizable.
10124
10125 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10128 Use buffer-live-p.
10129 (cvs-mode-run): Don't call cvs-update-header here.
10130 (cvs-run-process): Call cvs-update-header.
10131 Use process properties for cvs-postprocess and cvs-buffer so that
10132 the sentinel can behave better if the temp buffer is killed.
10133 Use a pipe rather than a tty, to better handle unexpected prompts.
10134 (cvs-sentinel): Rewrite. Call cvs-update-header.
10135
10136 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10137
10138 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10139 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10140
10141 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10142
10143 * generic.el (define-generic-mode): Add indentation rule.
10144
10145 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10146
10147 * files.el (mode-require-final-newline): Make Custom correctly
10148 report a nil value and allow to set it to nil via Custom.
10149 Doc fix.
10150
10151 2005-04-01 Kenichi Handa <handa@m17n.org>
10152
10153 * international/characters.el: Enable the correct case setting for
10154 dotless-i and dotted-I.
10155
10156 2005-04-01 Kim F. Storm <storm@cua.dk>
10157
10158 * ido.el (ido-file-internal): Fall back to non-ido command if
10159 initial directory is on slow ftp (or tramp) host.
10160
10161 2005-03-31 Richard M. Stallman <rms@gnu.org>
10162
10163 * emacs-lisp/autoload.el (make-autoload):
10164 Handle define-global-minor-mode.
10165
10166 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10167 Rename from easy-mmode-define-global-mode.
10168 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10169
10170 * progmodes/scheme.el (scheme-mode-syntax-table):
10171 Update syntax of | and # for two-character comment syntax.
10172
10173 2005-03-31 Lute Kamstra <lute@gnu.org>
10174
10175 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10176 (define-minor-mode): Call custom-current-group at load-time.
10177
10178 * generic.el (define-generic-mode): Add debug declaration.
10179 Add defcustom for the mode hook.
10180 (generic-mode-internal): Use run-mode-hooks.
10181
10182 2005-03-31 Kim F. Storm <storm@cua.dk>
10183
10184 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10185 (mouse-fixup-help-message): New defun called by show_help_echo
10186 to fixup mouse-2 prefix in help messages when applicable.
10187
10188 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10189
10190 2005-03-31 Kenichi Handa <handa@m17n.org>
10191
10192 * language/thai-word.el (thai-find-word-ends): Pay attention to
10193 the case that we reach the end of buffer.
10194
10195 * textmodes/fill.el (fill-text-properties-at): New function.
10196 (fill-newline): Use fill-text-properties-at instead of
10197 text-properties-at.
10198
10199 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10200
10201 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10202 not comint-quote-filename.
10203
10204 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10205
10206 * help-fns.el (help-with-tutorial): Revert last change.
10207
10208 2005-03-31 Kim F. Storm <storm@cua.dk>
10209
10210 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10211
10212 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10213
10214 * calendar/cal-china.el: Update reference to "Calendrical
10215 Calculations" book; there's a new edition.
10216 * calendar/cal-coptic.el: Likewise.
10217 * calendar/cal-french.el: Likewise.
10218 * calendar/cal-hebrew.el: Likewise.
10219 * calendar/cal-islam.el: Likewise.
10220 * calendar/cal-iso.el: Likewise.
10221 * calendar/cal-julian.el: Likewise.
10222 * calendar/cal-mayan.el: Likewise.
10223 * calendar/cal-persia.el: Likewise.
10224 * calendar/calendar.el: Likewise.
10225 * calendar/holidays.el: Likewise.
10226 * calendar/lunar.el: Likewise.
10227 * calendar/solar.el: Likewise.
10228
10229 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10230 white space from doc string.
10231
10232 2005-03-30 Jay Belanger <belanger@truman.edu>
10233
10234 * calc/calc-help.el (calc-full-help): Remove email address.
10235
10236 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10237
10238 * help-fns.el (help-with-tutorial): Delete title line.
10239
10240 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10241
10242 * calendar/cal-x.el (calendar-one-frame-setup)
10243 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10244 rather than 'symbol for set-window-dedicated-p.
10245
10246 * calendar/appt.el (appt-buffer-name): Make it a constant.
10247 (appt-add): Doc fix.
10248
10249 * filesets.el (filesets-menu-path, filesets-menu-before)
10250 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10251 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10252 (filesets-add-submenu): Delete and use add-submenu instead.
10253
10254 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10255
10256 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10257 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10258 (org-diary-default-entry): New function.
10259 (org-get-entries-from-diary): Better parsing of diary entries.
10260 (org-agenda-check-no-diary): New function.
10261 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10262 linking to diary entries.
10263 (org-agenda-execute-calendar-command): New function.
10264 (org-agenda): Improve visible section in window.
10265 Use `org-fit-agenda-window'.
10266 (org-fit-agenda-window): New option.
10267 (org-move-subtree-down): Better handling of empty lines
10268 at end of subtree.
10269 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10270 levels up.
10271 (org-fontify-done-headline): New option.
10272 (org-headline-done-face): New face.
10273 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10274 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10275 When current field is non-empty, it is copied to next row.
10276 (org-table-copy-from-above): Fix bug which made it
10277 impossible to copy fields containing only a single non-white character.
10278
10279 2005-03-30 Kim F. Storm <storm@cua.dk>
10280
10281 * kmacro.el (kmacro-end-macro): Isearch may store this command
10282 into the macro -- so ignore it when executing keyboard macro.
10283
10284 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10285
10286 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10287
10288 2005-03-29 Kenichi Handa <handa@m17n.org>
10289
10290 * language/thai.el ("Thai"): Set setup-function and exit-function
10291 for Thai language environment.
10292
10293 * language/thai-util.el: Require thai-word.
10294 (thai-word-mode-map): New variable.
10295 (thai-word-mode): New minor mode.
10296 (setup-thai-language-environment-internal): New function.
10297 (exit-thai-language-environment-internal): New function.
10298
10299 * language/thai-word.el (thai-word-table): Declare it by defvar,
10300 use dolist to initialize it.
10301 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10302 (thai-fill-find-break-point): New functions.
10303
10304 2005-03-29 Richard M. Stallman <rms@gnu.org>
10305
10306 * simple.el (idle-update-delay): Move definition up.
10307 (set-mark): Doc fix.
10308
10309 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10310
10311 * longlines.el: New file.
10312
10313 * simple.el (buffer-substring-filters): New variable.
10314 (filter-buffer-substring): New function.
10315 (kill-region, copy-region-as-kill): Use it.
10316
10317 * register.el (copy-to-register, append-to-register)
10318 (prepend-to-register): Use filter-buffer-substring.
10319
10320 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10321
10322 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10323 (gud-filter-pending-text): Move in front of gdb.
10324 (gud-overlay-arrow-position): New variable.
10325 (gud-sentinel, gud-display-line): Use it in place of
10326 overlay-arrow-position.
10327
10328 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10329
10330 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10331 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10332 (fortran-font-lock-keywords-4): New variable.
10333 (fortran-blocks-re, fortran-end-block-re)
10334 (fortran-start-block-re): New constants, for hideshow.
10335 (hs-special-modes-alist): Add a Fortran entry.
10336 (fortran-mode-map): Bind fortran-end-of-block,
10337 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10338 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10339 (fortran-looking-at-if-then, fortran-end-of-block)
10340 (fortran-beginning-of-block): New functions, for hideshow.
10341
10342 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10343 Doc fix. Tweak regexp.
10344 (f90-beginning-of-block): Push mark first.
10345
10346 2005-03-29 Jay Belanger <belanger@truman.edu>
10347
10348 * calc/calc.el: Update copyright date.
10349 (calc-version): Increase to 2.1.
10350 (calc-version-date): Remove.
10351
10352 * calc/calc-help.el: Update copyright date.
10353 (calc-full-help): Remove reference to calc-version-date.
10354 Update copyright date.
10355
10356 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * vc.el (vc-do-command): Use a pipe for async processes, so password
10359 prompts don't show up at places where the user can't reply.
10360
10361 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10362
10363 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10364 on the file name we pass to the inferior shell.
10365
10366 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10367
10368 * progmodes/which-func.el (which-function): Be robust in the face of an
10369 imenu--make-index-alist failure.
10370
10371 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10374
10375 * progmodes/python.el (python-preoutput-filter): Fix last change.
10376
10377 2005-03-29 Lute Kamstra <lute@gnu.org>
10378
10379 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10380 functions and compiled macros.
10381 (debug-convert-byte-code): Handle macros too.
10382 (debug-on-entry-1): Don't signal an error when trying to clear a
10383 function that is not set to debug on entry.
10384
10385 2005-03-29 Jay Belanger <belanger@truman.edu>
10386
10387 * calc/calc-lang.el: Add functions to math-function-table
10388 properties of tex and math.
10389
10390 2005-03-29 Kenichi Handa <handa@m17n.org>
10391
10392 * ps-mule.el (ps-mule-plot-string): Translate characters by
10393 ps-print-translation-table.
10394 (ps-mule-begin-job): Call find-charset-region/string with
10395 ps-print-translation-table.
10396 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10397
10398 * ps-print.el (ps-print-translation-table): New variable.
10399 (ps-plot-region): Translate characters by ps-print-translation-table.
10400
10401 2005-03-29 Juri Linkov <juri@jurta.org>
10402
10403 * simple.el (next-error-highlight-timer): New variable.
10404
10405 * progmodes/compile.el (compilation-goto-locus):
10406 Use `next-error-highlight-timer' instead of `sit-for'.
10407
10408 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * mail/supercite.el (sc-mail-field): Use assoc-string.
10411 (sc-get-address): Simplify regexps.
10412
10413 * files.el (minibuffer-with-setup-hook): New macro.
10414 (find-file-read-args): Use it to avoid let-binding
10415 minibuffer-with-setup-hook (which breaks turning on/off
10416 file-name-shadow-mode while in the prompt).
10417
10418 * complete.el (PC-read-include-file-name-internal):
10419 Use test-completion.
10420
10421 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10422
10423 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10424
10425 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * window.el (window-buffer-height): Use count-screen-lines.
10428
10429 * progmodes/python.el (python-preoutput-leftover): New var.
10430 (python-preoutput-filter): Use it.
10431 (python-send-receive): Loop until all the result has been received.
10432
10433 2005-03-28 Juri Linkov <juri@jurta.org>
10434
10435 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10436
10437 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10438 "Recover Crashed Session".
10439 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10440 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10441 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10442 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10443 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10444 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10445 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10446 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10447
10448 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10449 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10450 Ediff Sessions", "Toggle use of separate control buffer frame",
10451 "Use separate frame for Ediff control buffer".
10452
10453 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10454 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10455 "Rename Bookmark", "Delete Bookmark".
10456
10457 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10458 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10459 Add `:active Info-index-alternatives' to "Next Matching Item".
10460
10461 * wdired.el (wdired-change-to-wdired-mode):
10462 Mention `wdired-abort-changes' key in the initial message.
10463
10464 * international/mule.el (auto-coding-alist): Associate non-ascii
10465 image filename extensions with `no-conversion'.
10466
10467 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * international/iso-acc.el:
10470 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10471
10472 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10473
10474 * textmodes/sgml-mode.el (html-mode): Doc update.
10475
10476 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10477
10478 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10479
10480 * term.el (term-move-columns): Fix face after extending a line.
10481 (term-insert-spaces): Likewise.
10482 (term-reset-terminal): Fix off by one error.
10483
10484 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10485
10486 * international/mule.el (auto-coding-alist): Add .xpi files.
10487
10488 * files.el (auto-mode-alist): Add .xpi files.
10489
10490 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10491
10492 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10493
10494 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10495
10496 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10497
10498 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10499
10500 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10501 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10502
10503 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10504 cursor to Jan 1 when needed.
10505 (calendar-end-of-year): Fix -/+ typo.
10506 Reported by Chong Yidong <cyd@stupidchicken.com>.
10507
10508 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10511
10512 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10513 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10514
10515 2005-03-25 Richard M. Stallman <rms@gnu.org>
10516
10517 * filesets.el (filesets-init): Add autoload.
10518
10519 * mail/mailalias.el (mail-directory): Doc fix.
10520
10521 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10522
10523 * mail/mailalias.el (mail-directory-process): Do nothing if
10524 mail-directory-process is an atom.
10525 (mail-get-names): Ignore mail-directory-names if it is an atom.
10526 (mail-directory-process defvar): Doc fix.
10527 (mail-names): Doc fix.
10528
10529 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10530
10531 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10532
10533 2005-03-26 Kenichi Handa <handa@m17n.org>
10534
10535 * international/mule-util.el (detect-coding-with-priority):
10536 Call update-coding-systems-internal before detect-coding-region.
10537
10538 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10539
10540 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10541 (gdb-frames-mode-map): Add follow-link property.
10542
10543 2005-03-25 Jay Belanger <belanger@truman.edu>
10544
10545 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10546 for variables.
10547
10548 2005-03-25 Juri Linkov <juri@jurta.org>
10549
10550 * image-mode.el: Optimize image filename extension regexps in
10551 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10552 in `auto-mode-alist'.
10553 (image-mode): Add `image-toggle-display-text' to local hook
10554 `change-major-mode-hook'. Display the image as an image by
10555 default. Set `cursor-type' and `truncate-lines' if the image
10556 is already displayed. Take into account the current mode (image
10557 or text) in message.
10558 (image-minor-mode): New minor mode.
10559 (image-mode-maybe, image-toggle-display-text): New functions.
10560 (image-toggle-display): Use called-interactively-p.
10561 Let-bind `inhibit-read-only' to t.
10562
10563 * image-mode.el (image-minor-mode): Set `cursor-type' and
10564 `truncate-lines' if the image is already displayed. Add turning
10565 image-minor-mode off to `change-major-mode-hook'. Add message.
10566 Call `image-toggle-display-text' after turning image-minor-mode off.
10567
10568 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10571 Terminal.app, use utf-8.
10572 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10573 (set-locale-environment): Use it.
10574
10575 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10576
10577 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10578
10579 * progmodes/python.el (python-close-block-statement-p)
10580 (python-outdent-p, python-current-defun): Use symbol-end.
10581
10582 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10583
10584 * files.el (save-some-buffers): Doc fix.
10585
10586 2005-03-25 Werner Lemberg <wl@gnu.org>
10587
10588 * complete.el, thumbs.el: Replace `legal' with `valid'.
10589 * calendar/calendar.el: Replace `legal' with `valid'.
10590 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10591 * mail/supercite.el: Replace `legal' with `valid'.
10592 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10593 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10594 Replace `legal' with `valid'.
10595 * textmodes/reftex-vars.el, textmodes/reftex.el:
10596 Replace `legal' with `valid'.
10597
10598 2005-03-25 Werner Lemberg <wl@gnu.org>
10599
10600 * calc/calc-forms.el, calc/calc-sel.el:
10601 * midnight.el, vc-cvs.el:
10602 * emacs-lisp/cl-macs.el:
10603 * emulation/vip.el:
10604 * eshell/esh-io.el, eshell/esh-var.el:
10605 * mail/supercite.el:
10606 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10607 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10608 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10609 * progmodes/sh-script.el, progmodes/xscheme.el:
10610 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10611 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10612 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10613 * textmodes/reftex.el, textmodes/org.el:
10614 Replace `illegal' with `invalid'.
10615
10616 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10619 (flymake-find-buildfile, flymake-find-possible-master-files)
10620 (flymake-check-include, flymake-parse-line): Replace loops over the
10621 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10622
10623 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10624 Substitute file-name-as-directory in the rest of the file.
10625 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10626 (flymake-replace-region): Remove unused arg `buffer'.
10627 (flymake-check-patch-master-file-buffer): Update calls to it.
10628 (flymake-add-err-info): Remove unused var `count'.
10629 (flymake-mode): Use define-minor-mode.
10630
10631 * progmodes/flymake.el: Use with-current-buffer.
10632 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10633 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10634 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10635 Avoid testing for `xemacs'.
10636 (flymake-nop): Move.
10637 (flymake-region-has-flymake-overlays): Return the computed value.
10638 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10639 Remove unused var `endline'.
10640 (flymake-get-line-count): Remove unused function.
10641 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10642
10643 * emulation/vi.el:
10644 * generic.el:
10645 * hilit-chg.el (global-highlight-changes):
10646 * hi-lock.el (hi-lock-mode):
10647 * follow.el: find-file-hooks -> find-file-hook.
10648
10649 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10650
10651 2005-03-24 Juri Linkov <juri@jurta.org>
10652
10653 * dired.el (dired-mode-map): Add menu item "Compare directories"
10654 for dired-compare-directories.
10655
10656 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10657 Doc fix. Replace `read-file-name' with `read-directory-name'.
10658
10659 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10662
10663 2005-03-24 Jay Belanger <belanger@truman.edu>
10664
10665 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10666 relevant mode settings in calc-embedded-original-modes when modes
10667 are permanently changed.
10668
10669 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * autoinsert.el: find-file-hooks -> find-file-hook.
10672
10673 2005-03-24 Lute Kamstra <lute@gnu.org>
10674
10675 * generic.el (generic-font-lock-defaults): Make it obsolete.
10676 (generic-font-lock-keywords): New variable to replace
10677 generic-font-lock-defaults.
10678 (generic-mode-set-font-lock): Delete it.
10679 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10680 (generic-bracket-support): Add docstring.
10681
10682 * generic-x.el: Rename generic-font-lock-defaults to
10683 generic-font-lock-keywords throughout.
10684 (mailagent-rules-setup-function): Delete it.
10685 (mailagent-rules-generic-mode): Use anonymous function instead.
10686 (show-tabs-generic-mode-font-lock-defaults-1)
10687 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10688 Quote faces.
10689 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10690 not foreground.
10691
10692 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10693 Recognize define-generic-mode.
10694
10695 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10698 if there's no completion table.
10699
10700 2005-03-23 Miles Bader <miles@gnu.org>
10701
10702 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10703 Remove tty-specific variants, as they're no longer needed.
10704
10705 2005-03-23 Lute Kamstra <lute@gnu.org>
10706
10707 * generic-x.el: Code cleanup: make args constant whenever possible.
10708 (installshield-statement-keyword-list)
10709 (installshield-system-functions-list)
10710 (installshield-system-variables-list, installshield-types-list)
10711 (installshield-funarg-constants-list): Make them constants.
10712
10713 * generic.el (generic-make-keywords-list): Add autoload cookie.
10714
10715 * calendar/time-date.el: Add comment on time value formats.
10716 Don't require parse-time.
10717 (with-decoded-time-value): New macro.
10718 (encode-time-value): New function.
10719 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10720 (days-to-time): Return a valid time value when arg is huge.
10721 (time-since): Use time-subtract.
10722 (time-to-number-of-days): Use time-to-seconds.
10723
10724 2005-03-23 David Ponce <david@dponce.com>
10725
10726 * recentf.el: (recentf-keep): New option.
10727 (recentf-menu-action): Default to `find-file'.
10728 (recentf-keep-non-readable-files-flag)
10729 (recentf-keep-non-readable-files-p)
10730 (recentf-file-readable-p, recentf-find-file)
10731 (recentf-cleanup-remote): Remove.
10732 (recentf-include-p): More robust.
10733 (recentf-keep-p): New function.
10734 (recentf-remove-if-non-kept): Rename from
10735 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10736 All callers updated.
10737 (recentf-menu-items-for-commands): Fix help string.
10738 (recentf-track-closed-file): Update. Doc fix.
10739 (recentf-cleanup): Update. Count removed files. Doc fix.
10740
10741 2005-03-23 Kim F. Storm <storm@cua.dk>
10742
10743 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10744 Don't inherit from fringe face (now happens automatically).
10745
10746 2005-03-22 Kim F. Storm <storm@cua.dk>
10747
10748 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10749 position values.
10750
10751 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * menu-bar.el (showhide-date-time): Remove.
10754 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10755 (menu-bar-make-mm-toggle): Simplify.
10756
10757 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10758
10759 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10760 Accept qualified variable and function names.
10761
10762 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10763
10764 * bindings.el (completion-ignored-extensions):
10765 Remove ".lis" for `vax-vms'.
10766
10767 2005-03-22 Andreas Schwab <schwab@suse.de>
10768
10769 * generic-x.el: Revert last change.
10770 * ldefs-boot.el: Update.
10771
10772 2005-03-22 Jay Belanger <belanger@truman.edu>
10773
10774 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10775 (calc-embedded-save-original-modes)
10776 (calc-embedded-restore-original-modes): New functions.
10777 (calc-do-embedded): Save original modes when entering embedded mode
10778 and restore when leaving embedded mode.
10779 (calc-embedded-modes-change): Change the value of
10780 calc-embedded-original-modes to reflect permanent changes.
10781
10782 2005-03-22 Lute Kamstra <lute@gnu.org>
10783
10784 * generic-x.el: Require generic again.
10785
10786 2005-03-22 Miles Bader <miles@gnu.org>
10787
10788 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10789 Tweak details to look good on both ttys and bitmap displays, light
10790 or dark background, etc.
10791
10792 2005-03-21 Kim F. Storm <storm@cua.dk>
10793
10794 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10795 mouse position.
10796
10797 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * icomplete.el: Don't forcibly turn on the mode upon load.
10800 (icomplete-mode): Use define-minor-mode.
10801 (icomplete-eoinput): Default to nil.
10802 (icomplete-minibuffer-setup): Remove autoload.
10803 (icomplete-tidy): Simplify.
10804 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10805 in the initial state or if the user has modified the field.
10806 Fix handling of icomplete-max-delay-chars.
10807 Remove code that handles the oddball case where
10808 minibuffer-completion-table is an integer.
10809 Wrap icomplete-completions in while-no-input in case building
10810 completions takes more time than expected.
10811 (icomplete-completions): Simplify.
10812
10813 2005-03-21 Richard M. Stallman <rms@gnu.org>
10814
10815 * jka-compr.el (jka-compr-really-do-compress):
10816 Make variable buffer-local.
10817
10818 * image-mode.el: Handle .xpm files too.
10819 (image-toggle-display): Preserve modification flag.
10820
10821 * help.el (where-is): Don't mention aliases with no key bindings.
10822
10823 2005-03-21 Lute Kamstra <lute@gnu.org>
10824
10825 * generic.el: Fix commentary section. Don't require cl for
10826 compilation.
10827 (generic-mode-list): Add autoload cookie.
10828 (generic-use-find-file-hook, generic-lines-to-scan)
10829 (generic-find-file-regexp, generic-ignore-files-regexp)
10830 (generic-mode, generic-mode-find-file-hook)
10831 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10832 (define-generic-mode): Make it a defmacro. Fix docstring.
10833 (generic-mode-internal): Code cleanup. Add autoload cookie.
10834 (generic-mode-set-comments): Code cleanup.
10835 * generic-x.el: Don't prevent compilation. Don't require generic.
10836 Follow coding conventions. Minor code cleanup.
10837 (etc-fstab-generic-mode): Add some keywords.
10838 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10839 define-generic-mode like a function declaration.
10840
10841 2005-03-21 Jay Belanger <belanger@truman.edu>
10842
10843 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10844 changing modes.
10845
10846 2005-03-21 Sam Steingold <sds@gnu.org>
10847
10848 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10849
10850 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10851
10852 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10853 Add underscore to "f$ lexicals" regexp.
10854
10855 2005-03-20 Juri Linkov <juri@jurta.org>
10856
10857 * subr.el (progress-reporter-do-update): When `min-value' is equal
10858 to `max-value', set `percentage' to 0 and prevent division by zero.
10859
10860 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10861
10862 Sync with Tramp 2.0.48.
10863
10864 * net/tramp.el (all): Change all addresses to .gnu.org.
10865 (tramp-append-tramp-buffers): New defun.
10866 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10867 Catch `dont-send' signal.
10868 (tramp-set-auto-save-file-modes): Set always permissions, because
10869 there might be an old auto-saved file belonging to another
10870 original file. This could be a security threat. Reported by
10871 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10872 Check for Emacs 21.3.50 removed.
10873
10874 * net/tramp-smb.el (all): Remove debug construct for
10875 `with-parsed-tramp-file-name'.
10876 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10877 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10878 No error message if DIRECTORY or FILENAME doesn't exist.
10879 (tramp-smb-open-connection): Check existence of
10880 `tramp-smb-program'.
10881
10882 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10885 Properly handle the case where the `m' or `s' command's argument is not
10886 yet terminated.
10887 (perl-indent-new-calculate): New function.
10888 (perl-indent-line): Use it.
10889
10890 2005-03-20 Miles Bader <miles@gnu.org>
10891
10892 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10893 in text-mode too. Change to new face names.
10894 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10895 Add `:weight bold' attribute.
10896 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10897
10898 2005-03-19 Juri Linkov <juri@jurta.org>
10899
10900 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10901
10902 * international/mule.el (auto-coding-alist): Sync with
10903 `auto-mode-alist' by adding upper case archive file extensions
10904 and adding ear/war to jar extension.
10905
10906 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10907
10908 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10909 running, restart it.
10910
10911 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10912
10913 * finder.el (finder-current-item): Throw an error on an empty line.
10914
10915 * man.el (Man-follow-manual-reference): If current-word returns
10916 nil, use "".
10917
10918 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10919
10920 * simple.el (goto-line): Doc fix.
10921
10922 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10923
10924 * files.el (save-buffer): Doc fix.
10925
10926 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10927
10928 * recentf.el (recentf-cleanup-remote): New variable.
10929 (recentf-cleanup): Use it to conditionally check availability of
10930 remote files.
10931
10932 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10933
10934 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10935 function names.
10936
10937 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10938
10939 * language/thai-word.el: New file.
10940
10941 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10942
10943 * files.el (backup-buffer): If the file's directory is not
10944 writable, use copy instead of move to backup the file.
10945
10946 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10947
10948 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10949
10950 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10951
10952 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10953 Use functionp instead of symbolp and fboundp. Reported by Drkm
10954 <darkman_spam@yahoo.fr>.
10955 (ps-print-version): New version 6.6.6.
10956
10957 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10958
10959 * textmodes/table.el (table--line-column-position): New idiom.
10960 (table--row-column-insertion-point-p): New function to test
10961 validity of row and column insertion operation at a location.
10962 (table-global-menu, table-cell-menu): Use above functions for
10963 deterministic test operation.
10964 (table--editable-cell-p): Behave in deterministic fashion.
10965
10966 2005-03-18 Juri Linkov <juri@jurta.org>
10967
10968 * isearch.el (isearch-lazy-highlight-new-loop):
10969 Make arguments beg and end optional.
10970 (isearch-update): Remove optional arguments nil from
10971 isearch-lazy-highlight-new-loop.
10972 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10973 isearch-lazy-highlight-case-fold-search instead of
10974 isearch-case-fold-search, and let-bind isearch-regexp to
10975 isearch-lazy-highlight-regexp.
10976 Use isearch-lazy-highlight-last-string instead of isearch-string.
10977
10978 * replace.el (perform-replace): Remove bindings of global
10979 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10980 Add three new arguments to `replace-highlight'.
10981 (replace-highlight): Add arguments string, regexp, case-fold.
10982 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10983 to allow isearch-lazy-highlight-new-loop to use these values
10984 to set corresponding isearch-lazy-highlight-* internal
10985 variables whose values lazy highlighting will use regardless of
10986 changes to global variables isearch-string, isearch-regexp,
10987 isearch-case-fold-search during lazy highlighting loop.
10988 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10989 to `lazy-highlight-cleanup'.
10990
10991 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10992 (ispell-highlight-face): Set default face to `isearch' when
10993 lazy highlighting is enabled.
10994 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10995 priority to 1. Add lazy highlighting.
10996 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10997 from `isearch-dehighlight'.
10998
10999 2005-03-18 David Ponce <david@dponce.com>
11000
11001 * files.el (hack-local-variables): Do a case-insensitive search
11002 for End.
11003
11004 2005-03-18 Juri Linkov <juri@jurta.org>
11005
11006 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11007 `isearch-lazy-highlight-cleanup', add alias to old name and
11008 declare obsolete. Add release numbers to other obsolete vars.
11009 (isearch-done, isearch-lazy-highlight-new-loop):
11010 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11011 (lazy-highlight-cleanup) <variable>: Doc fix.
11012 (isearch-lazy-highlight-update): Rename obsolete
11013 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11014
11015 2005-03-18 Kenichi Handa <handa@m17n.org>
11016
11017 * language/thai-util.el: Fix categorization of Thai characters in
11018 thai-category-table.
11019 (thai-composition-pattern): Adjust it for the above change.
11020 (thai-self-insert-command, thai-compose-syllable): New functions.
11021 (thai-compose-region): Use thai-compose-syllable.
11022 (thai-compose-string): Likewise.
11023 (thai-composition-function): Likewise.
11024 (thai-auto-composition): New function.
11025 (thai-auto-composition-mode): New minor mode.
11026
11027 * language/thai.el: Fix patterns to be registered in
11028 composition-function-table.
11029
11030 * international/quail.el (quail-input-method): Locally bind
11031 inhibit-modification-hooks to t.
11032
11033 2005-03-17 Richard M. Stallman <rms@gnu.org>
11034
11035 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11036 (perl-mode): Use run-mode-hooks.
11037
11038 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11039 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11040 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11041
11042 * mail/sendmail.el (sendmail-send-it): Reenable the code
11043 to compute resend-to-address and use it.
11044
11045 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11046
11047 * image-mode.el: New file.
11048
11049 * image.el (insert-sliced-image): Add autoload cookie.
11050
11051 * font-lock.el (font-lock-lines-before): New user option.
11052 (font-lock-after-change-function): Obey it.
11053
11054 * bindings.el (esc-map): Make M-g a prefix.
11055 Bind M-g g and M-g M-g to goto-line.
11056
11057 * faces.el (face-id): Doc fix.
11058
11059 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11060
11061 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11062 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11063 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11064
11065 * mail/sendmail.el (mail-yank-ignored-headers)
11066 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11067 Add Mail-Followup-To and Mail-Reply-To headers.
11068 (mail-citation-hook): Add autoload cookie.
11069 (mail-mode): Doc fix.
11070 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11071 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11072 (mail-mode-fill-paragraph): Handle those headers.
11073 (mail-mailing-lists): New variable.
11074 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11075
11076 2005-03-17 Juri Linkov <juri@jurta.org>
11077
11078 * isearch.el (isearch-fallback): Check for `(car previous)'
11079 before calling `isearch-other-end-state'.
11080
11081 2005-03-17 Kim F. Storm <storm@cua.dk>
11082
11083 * simple.el (move-beginning-of-line): Move to beginning of buffer
11084 line, as well as beginning of screen line.
11085
11086 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11087
11088 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11089 argument REDRAW rather than calendar-redrawing variable.
11090 * calendar/calendar.el (calendar-redrawing): Delete.
11091 (redraw-calendar): Do not bind calendar-redrawing.
11092
11093 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11094
11095 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11096 diary-file buffer.
11097
11098 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * help.el (describe-mode): Allow a :minor-mode-function property to
11101 specify a different minor mode toggle function than the variable.
11102 * simple.el (auto-fill-function):
11103 * subr.el (add-minor-mode): Use it.
11104
11105 2005-03-16 Kenichi Handa <handa@m17n.org>
11106
11107 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11108 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11109 (ethio-fidel-to-sera-buffer): Likewise.
11110
11111 2005-03-16 Juri Linkov <juri@jurta.org>
11112
11113 * emacs-lisp/find-func.el (find-function-regexp):
11114 Add defun-emitting macro `menu-bar-make-toggle'.
11115
11116 * isearch.el: Put `isearch-scroll' property to
11117 `split-window-horizontally'.
11118
11119 * info.el: Update error messages for `debug-ignored-errors'.
11120 (Info-isearch-search): Doc fix.
11121 (Info-find-node): Move up code to go into info buffer before
11122 recording the node to the history.
11123 (Info-fontify-node): Fontify titles only if the next line
11124 has two or more `*', `=', `-', `.'.
11125 Display "go to this node" for empty (match-string 3).
11126
11127 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11128
11129 * term/mac-win.el: Add mouse pointer shape constants.
11130
11131 2005-03-15 Kim F. Storm <storm@cua.dk>
11132
11133 * simple.el (move-beginning-of-line): Use vertical-motion.
11134
11135 2005-03-15 Juri Linkov <juri@jurta.org>
11136
11137 * isearch.el (isearch-error): New variable.
11138 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11139 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11140 (isearch-within-brackets-state): Remove.
11141 (isearch-case-fold-search-state, isearch-pop-fun-state):
11142 Decrease frame index.
11143 (isearch-mode, isearch-top-state, isearch-push-state)
11144 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11145 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11146 (isearch-search, isearch-lazy-highlight-new-loop):
11147 Replace `isearch-invalid-regexp' with `isearch-error'.
11148 Remove `isearch-within-brackets'.
11149 (isearch-search): Add `search-failed' handler to `condition-case'.
11150 (isearch-lazy-highlight-search): Add `condition-case' to catch
11151 errors and allow `isearch-lazy-highlight-update' to try
11152 highlighting from the beginning of the window.
11153 (isearch-repeat): Move up code to set isearch-wrapped to t
11154 before calling isearch-wrap-function.
11155
11156 * info.el (Info-isearch-initial-node): New internal variable.
11157 (Info-search): Signal an error in isearch mode when search leaves
11158 the initial node. Signal an error when `bound' is non-nil and
11159 nothing was found in the current subfile.
11160 (Info-isearch-search): Remove `condition-case'.
11161 (Info-isearch-wrap): Don't wrap when search failed during leaving
11162 the initial node. If `Info-isearch-search' is nil, wrap around
11163 the current node.
11164 (Info-isearch-start): New fun.
11165 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11166 `isearch-mode-hook'.
11167
11168 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11169
11170 * simple.el (normal-erase-is-backspace): Set default to t if
11171 running on Mac.
11172
11173 * term/mac-win.el (function-key-map): Sync with x-win.el.
11174
11175 2005-03-15 Kenichi Handa <handa@m17n.org>
11176
11177 * international/mule-cmds.el (locale-language-names): Modify the
11178 format of elements and add more entries.
11179 (locale-preferred-coding-systems): Add more entries.
11180 (set-locale-environment): Adjust for the change of
11181 locale-language-names.
11182
11183 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 * pcvs.el (smerge-ediff): Remove bogus autoload.
11186
11187 2005-03-14 Lute Kamstra <lute@gnu.org>
11188
11189 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11190 Ignore a `*' at the beginning of a line.
11191
11192 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11193 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11194 subr.el.
11195 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11196 to specify indentation.
11197
11198 * generic.el (define-generic-mode): Let generic-mode-list be a
11199 list of strings; test membership with equal.
11200
11201 2005-03-14 Kim F. Storm <storm@cua.dk>
11202
11203 * simple.el (next-line, previous-line): Add optional try-vscroll
11204 arg to recognize interactive use. Pass it on to line-move.
11205 (line-move): Don't perform auto-window-vscroll when defining or
11206 executing keyboard macro to ensure consistent behavior.
11207
11208 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11209
11210 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11211
11212 2005-03-13 Lute Kamstra <lute@gnu.org>
11213
11214 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11215 debugger-setup-buffer so that backtrace marks the frames set to
11216 debug-on-exit and we don't have to do it manually. Set an extra
11217 debug-on-exit for macro's.
11218 (debugger-setup-buffer): Don't mark the top frame manually.
11219
11220 2005-03-12 Lute Kamstra <lute@gnu.org>
11221
11222 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11223 lisp-indent-function throughout.
11224 (with-no-warnings): Set lisp-indent-function property.
11225
11226 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11227
11228 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11229 Add entry for backslash.
11230
11231 2005-03-12 Juri Linkov <juri@jurta.org>
11232
11233 * info.el (Info-search): Four fixes for backward search.
11234
11235 2005-03-11 Jay Belanger <belanger@truman.edu>
11236
11237 * calc/calc.el (calc-language-alist): New variable.
11238 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11239 (calc-embedded-find-modes): Use calc-language-alist instead of
11240 calc-embedded-language-alist.
11241
11242 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11243
11244 * calendar/calendar.el (calendar-redrawing): New internal
11245 variable.
11246 (redraw-calendar): Remove bogus save-excursion from previous
11247 change. Bind calendar-redrawing to t for mark-diary-entries.
11248 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11249 calendar if that is why we were called.
11250
11251 2005-03-11 Kenichi Handa <handa@m17n.org>
11252
11253 * international/mule.el (make-coding-system): Set property
11254 coding-system-define-form to nil.
11255 (define-coding-system-alias): Likewise.
11256
11257 2005-03-11 Kenichi Handa <handa@m17n.org>
11258
11259 These changes are suggested by Dave Love <fx@gnu.org>.
11260
11261 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11262 coding: tag.
11263 (adaptive-fill-regexp): Add more bullets.
11264 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11265 regexps.
11266
11267 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * help.el (describe-mode): Properly handle non-trivial lighters.
11270 Don't ignore minor modes that are not listed in minor-mode-list.
11271
11272 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11273 feature ON when the user requests to turn it OFF.
11274
11275 2005-03-10 Lute Kamstra <lute@gnu.org>
11276
11277 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11278 (implement-debug-on-entry): New function to replace debug-entry-code.
11279 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11280 second argument as the 2005-03-07 change makes it obsolete.
11281 (debug-on-entry, cancel-debug-on-entry): Update call to
11282 debug-on-entry-1.
11283 (debug, debugger-setup-buffer): Comment update.
11284 (debugger-frame-number): Update to work with implement-debug-on-entry.
11285
11286 2005-03-10 Jay Belanger <belanger@truman.edu>
11287
11288 * calc/calc-embed.el (math-ms-args): Declare it.
11289 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11290 math-ms-args.
11291 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11292 variables.
11293
11294 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11295
11296 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11297 Use message-box.
11298
11299 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11300 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11301 (tooltip-gud-tips): Simplify.
11302 (tooltip-gud-tips-p): Remove superfluous :set.
11303 (tooltip-gud-modes): Add fortran-mode.
11304 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11305
11306 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11307
11308 2005-03-09 Kim F. Storm <storm@cua.dk>
11309
11310 * play/animate.el (animate-place-char): Use forward-line instead
11311 of next-line to improve performance.
11312
11313 2005-03-09 Simon Josefsson <jas@extundo.com>
11314
11315 * net/browse-url.el (browse-url-default-browser): Doc fix.
11316
11317 2005-03-09 Miles Bader <miles@gnu.org>
11318
11319 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11320 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11321
11322 2005-03-09 Kenichi Handa <handa@m17n.org>
11323
11324 * international/latin-1.el: Set case and syntax for 255 only if
11325 set-case-syntax-set-multibyte is nil.
11326
11327 * textmodes/ispell.el (ispell-insert-word): New function.
11328 (ispell-word): Use ispell-insert-word to insert a new word.
11329 (ispell-process-line): Likewise.
11330 (ispell-complete-word): Likewise.
11331
11332 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11333
11334 * calendar/calendar.el (redraw-calendar): Preserve point.
11335 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11336 (calendar-week-start-day): Move after definition of
11337 redraw-calendar. Delete buffer test, since redraw-calendar has
11338 that now.
11339
11340 * calendar/diary-lib.el (mark-diary-entries): Only call
11341 redraw-calendar in the first of any recursive calls.
11342 Reported by Alan Shutko <ats@acm.org>.
11343
11344 2005-03-08 Juri Linkov <juri@jurta.org>
11345
11346 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11347 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11348 (html-radio-buttons): Add a space before the trailing `/>' where
11349 sgml-xml-mode is non-nil.
11350 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11351 the subsequent tag of the empty XML tag.
11352 (html-href-anchor): Don't set initial input to "http:".
11353 (html-image): Ask for the image URL and set point inside alt="".
11354 (html-name-anchor): Duplicate the name in the `id' attribute when
11355 sgml-xml-mode is non-nil.
11356 (html-paragraph): Remove \n before <p>.
11357 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11358 instead of `checked' when sgml-xml-mode is non-nil.
11359
11360 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11361 Remove 1 space before #RRGGBB to not truncate it on terminal
11362 windows w/o fringes. Remove 1 space between bg and fg examples
11363 to get more space.
11364 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11365 avoid byte-compile warnings.
11366
11367 * image-file.el (image-file-handler): Put `safe-magic' property to
11368 `image-file-handler'.
11369
11370 * info.el (Info-isearch-search): Emulate word search in
11371 isearching through multiple Info nodes with Info-search.
11372 (Info-isearch-wrap): Allow isearch-word.
11373
11374 2005-03-08 Lute Kamstra <lute@gnu.org>
11375
11376 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11377 stepping into the debugger's code is not possible.
11378 (debugger-jumping-flag): Docstring update.
11379
11380 2005-03-08 Jay Belanger <belanger@truman.edu>
11381
11382 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11383 embedded mode begins.
11384 (calc-embedded-language-alist): New variable.
11385 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11386 set default language mode.
11387
11388 2005-03-08 Kenichi Handa <handa@m17n.org>
11389
11390 * international/ccl.el (define-ccl-program): Fix docstring about
11391 extra 256 bytes assured for the output buffer.
11392
11393 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11394 Fix BUFFER_MAGNIFICATION to 2.
11395 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11396
11397 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11398
11399 * align.el (align-rules-list): Added an alignment rule for CSS
11400 declarations (applies to css-mode and html-mode buffers).
11401
11402 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11405
11406 2005-03-07 Kim F. Storm <storm@cua.dk>
11407
11408 * simple.el (move-beginning-of-line): New command.
11409
11410 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11411
11412 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11413
11414 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11415 and move-beginning-of-line.
11416
11417 * apropos.el (apropos-print): Omit command from M-x ... RET.
11418
11419 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11420
11421 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11422 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11423
11424 2005-03-06 Richard M. Stallman <rms@gnu.org>
11425
11426 * bindings.el (esc-map): Bind M-g to goto-line.
11427
11428 * facemenu.el (global-map): Bind M-o, not M-g.
11429
11430 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11431
11432 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11433 "Open Directory" as for "Open File".
11434
11435 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11436
11437 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11438 (push-mark-command): Run activate-mark-hook.
11439
11440 2005-03-06 Richard M. Stallman <rms@gnu.org>
11441
11442 * help-mode.el (help-mode-finish): Don't alter the element
11443 in view-return-to-alist if there already is one.
11444
11445 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11446 make sure the current buffer is the expected one.
11447
11448 * novice.el (disabled-command-function): Output in *Disabled Command*.
11449 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11450
11451 * textmodes/flyspell.el (flyspell-large-region):
11452 Pass args differently for aspell.
11453
11454 * files.el (mode-require-final-newline): Doc fix.
11455
11456 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11457
11458 * progmodes/which-func.el (which-function):
11459 Specify NOERROR when calling imenu--make-index-alist.
11460
11461 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11462
11463 * simple.el (normal-erase-is-backspace): Define default value.
11464
11465 * custom.el (custom-theme-set-variables): Remove unused var
11466 `immediate'.
11467 (custom-reevaluate-setting): Simple function to handle variables
11468 that are defined before their default value can really be
11469 computed.
11470
11471 * startup.el (command-line): Use it for temporary-file-directory,
11472 small-emporary-file-directory, auto-save-file-name-transforms,
11473 blink-cursor-mode, and normal-erase-is-backspace.
11474
11475 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11476 progress, even with buggy anchored keywords.
11477
11478 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11479
11480 * simple.el (goto-line): Remove unbalanced final parenthesis.
11481
11482 2005-03-05 Richard M. Stallman <rms@gnu.org>
11483
11484 * simple.el (goto-line): Use a number at point as the default.
11485 With C-u as arg, switch buffers.
11486
11487 2005-03-05 Juri Linkov <juri@jurta.org>
11488
11489 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11490 with `no-blinking-cursor'.
11491
11492 * startup.el (no-blinking-cursor): New defvar.
11493 (command-line): Add `--no-blinking-cursor' to longopts.
11494 Set `no-blinking-cursor' to t for command line arguments
11495 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11496 with `no-blinking-cursor' in the condition for calling
11497 `blink-cursor-mode'.
11498
11499 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11500
11501 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11502 (menu-bar-options-save): Add blink-cursor-mode.
11503 (menu-bar-options-menu): Add blink-cursor-mode.
11504
11505 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11506
11507 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11508 (icalendar-export-file, icalendar-export-region)
11509 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11510 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11511
11512 2005-03-04 Lute Kamstra <lute@gnu.org>
11513
11514 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11515 (debug-function-list): Ditto.
11516
11517 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11518
11519 * textmodes/texinfmt.el (texinfo-append-refill):
11520 Redefine the types of line to which @refill
11521 is not appended by replacing a search for `@refill\\|@bye' with
11522 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11523 itemize@refill' bug and the unfilled long lines bug.
11524 (texinfmt-version): Update number and date.
11525
11526 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11527
11528 * international/code-pages.el (windows-1250, windows-125[2-8])
11529 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11530
11531 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11532
11533 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11534 bound yet.
11535
11536 2005-03-02 Romain Francoise <romain@orebokech.com>
11537
11538 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11539 buffer after removing limits.
11540 (ibuffer-pop-filter): Ditto.
11541 Update copyright.
11542
11543 2005-03-02 Miles Bader <miles@gnu.org>
11544
11545 * button.el (make-text-button): If the user doesn't specify a
11546 type, use the default. Rewrite to use `add-text-properties' and
11547 plist functions.
11548
11549 2005-03-01 Lute Kamstra <lute@gnu.org>
11550
11551 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11552 (debugger-jumping-flag): New var.
11553 (debug-entry-code): Use it.
11554 (debugger-jump): Use debugger-jumping-flag and add
11555 debugger-reenable to post-command-hook.
11556 (debugger-reenable): Use debugger-jumping-flag and remove itself
11557 from post-command-hook.
11558 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11559 debugger-reenable.
11560
11561 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11562
11563 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11564 inclusion of "itemize\\|", which may be unnecessary, is certainly
11565 inelegant, and stops refilling in itemize lists when formatting
11566 Japanese Texinfo files to Info.
11567 Update copyright to 2005.
11568
11569 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11570
11571 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11572 of an error if GDB can't find the source file.
11573
11574 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11575
11576 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11577 not just the calendar.
11578
11579 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11580 first.
11581 (diary-redraw-calendar): New function.
11582 (make-diary-entry): Add diary-redraw-calendar to local
11583 write-contents-functions. Turn off selective display before
11584 inserting in diary.
11585
11586 2005-03-01 Kim F. Storm <storm@cua.dk>
11587
11588 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11589
11590 2005-03-01 Lute Kamstra <lute@gnu.org>
11591
11592 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11593 that debug-entry-code can be safely removed from a function while
11594 this code is being evaluated. Revert the 2005-02-27 change as the
11595 new implementation no longer requires it. Make sure that a
11596 function body containing just a string is not mistaken for a docstring.
11597 (debug): Skip one more frame in case of debug on entry.
11598 (debugger-setup-buffer): Delete one more frame line in case of
11599 debug on entry.
11600 (debugger-frame-number): Update to use the new text introduced by
11601 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11602
11603 2005-02-28 Kim F. Storm <storm@cua.dk>
11604
11605 * double.el (double-translate-key): Call force-window-update after
11606 read-event to avoid crash in redisplay.
11607
11608 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11611 (debug): Use it. Move the inhibit-trace earlier.
11612 (debug-entry-code): New const.
11613 (debug-on-entry-1): Use it.
11614
11615 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11616
11617 * international/utf-16.el (ccl-encode-mule-utf-16le):
11618 Fix BUFFER_MAGNIFICATION to 2.
11619 (ccl-encode-mule-utf-16be): Likewise.
11620
11621 2005-02-28 Kenichi Handa <handa@m17n.org>
11622
11623 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11624 Fix BUFFER_MAGNIFICATION to 4.
11625 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11626
11627 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11628
11629 * speedbar.el (speedbar-update-flag): Doc fix.
11630 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11631 argument.
11632
11633 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11634
11635 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11636 have a non-nil `invisible' property but are actually visible.
11637
11638 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11639 for perldoc sections.
11640 (perl-outline-regexp, perl-outline-level): New var and function.
11641 (perl-mode): Use them.
11642
11643 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11644
11645 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11646 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11647
11648 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11649
11650 * cus-edit.el: Comment change.
11651 (custom-buffer-create-internal): Slightly reword text at top of
11652 Custom buffers. Mention there that saving an option edits the
11653 init file. Add link to Emacs manual node on `custom-file'.
11654 (custom-magic-alist): Rewrite individual State messages to use
11655 capitalized keywords. Doc fix.
11656
11657 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11658
11659 * calendar/calendar.el (calendar-buffer): Move above
11660 calendar-week-start-day.
11661 (calendar-week-start-day): Doc fix. Add :set function.
11662 (calendar-minimum-window-height): New variable.
11663 (generate-calendar-window): Only resize window if selected-window
11664 is displaying the calendar buffer. Use new variable
11665 calendar-minimum-window-height.
11666 (generate-calendar): Reword error message.
11667 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11668
11669 2005-02-27 Andreas Schwab <schwab@suse.de>
11670
11671 * vc.el (vc-do-command): Don't run command asynchronously when
11672 operating in a remote directory.
11673
11674 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11675 change from sync with Tramp 2.0.47.
11676
11677 2005-02-27 Richard M. Stallman <rms@gnu.org>
11678
11679 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11680
11681 * textmodes/flyspell.el (flyspell-mode-on):
11682 Call ispell-change-dictionary only if necessary.
11683
11684 * emacs-lisp/re-builder.el (regexp-builder): New function.
11685
11686 * register.el (describe-register-1): Explicitly handle
11687 yank-excluded-properties = t.
11688
11689 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11690 (custom-magic-alist): Change the status descriptions again.
11691 (face widget-type): Total rewrite based on `restricted-sexp'
11692 to eliminate the confusing double hiding levels.
11693
11694 * emacs-lisp/debug.el (debug-on-entry-1):
11695 If function body is empty, add nil as body form.
11696
11697 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * emacs-lisp/trace.el (inhibit-trace): New var.
11700 (trace-make-advice): Use it.
11701
11702 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11703
11704 2005-02-26 Kim F. Storm <storm@cua.dk>
11705
11706 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11707 (mouse-on-link-p, mouse-drag-region-1): Use it.
11708
11709 2005-02-25 Lute Kamstra <lute@gnu.org>
11710
11711 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11712
11713 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11714
11715 * frame.el (blink-cursor-mode): Add :group keyword.
11716
11717 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11718
11719 * calendar/icalendar.el (icalendar--decode-isodatetime):
11720 New optional argument DAY-SHIFT.
11721 (icalendar-export-region): Fix coding-system-for-write.
11722 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11723 events by one.
11724
11725 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11726
11727 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11728
11729 2005-02-24 Kim F. Storm <storm@cua.dk>
11730
11731 * international/iso-acc.el (iso-accents-compose): Fix crash
11732 during redisplay. Call force-window-update after read-event
11733 and delete-region to signal that window is not accurate.
11734
11735 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11736
11737 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11738 Remove unused and inexistent var `inhibit-trace'.
11739 (debugger-mode): Use run-mode-hooks.
11740 (debugger-list-functions): Add buttons; setup xref stack.
11741
11742 2005-02-23 Richard M. Stallman <rms@gnu.org>
11743
11744 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11745 appointment says it was explicitly made.
11746 (appt-add): Set the 3rd element.
11747 (appt-make-list): Preserve explicit appointments.
11748
11749 * subr.el (find-tag-default): Catch errors in forward-sexp.
11750
11751 2005-02-23 Juri Linkov <juri@jurta.org>
11752
11753 * info.el (Info-isearch-search): New defcustom.
11754 (Info-isearch-search): Call the default isearch function
11755 when Info-isearch-search is nil.
11756 (Info-isearch-wrap): Use variable Info-isearch-search.
11757
11758 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11759
11760 * cus-edit.el: Comment change.
11761
11762 2005-02-22 Kim F. Storm <storm@cua.dk>
11763
11764 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11765 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11766
11767 2005-02-22 Simon Josefsson <jas@extundo.com>
11768
11769 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11770 New variable.
11771 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11772 Oskarsson" <myrkraverk@users.sourceforget.net>.
11773
11774 2005-02-22 Kim F. Storm <storm@cua.dk>
11775
11776 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11777 check that window of that event is the selected window.
11778 (mouse-drag-region-1): Compare mouse event window to selected
11779 window before setting point.
11780
11781 * tooltip.el (tooltip-show-help-function): Pass event to
11782 mouse-on-link-p so it can check selected window.
11783
11784 2005-02-22 Kenichi Handa <handa@m17n.org>
11785
11786 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11787 (ps-mule-show-warning): New function.
11788 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11789 characters are found.
11790
11791 * ps-print.el (ps-header-footer-string): Return a list of header
11792 and footer strings.
11793
11794 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11795
11796 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11797
11798 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * frame.el (blink-cursor-mode): Use define-minor-mode.
11801
11802 * term/mac-win.el (function-key-map): Use char-names more consistently.
11803 (file-name-coding-system): Only set it for MacOS-9. The other case is
11804 already handled in mule-cmds.el (where it also works when mac-win.el
11805 is not used).
11806
11807 2005-02-21 Kenichi Handa <handa@m17n.org>
11808
11809 * international/mule.el (ctext-pre-write-conversion): Always use
11810 " *code-converting-work*" buffer for work.
11811
11812 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11813
11814 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11815
11816 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11817
11818 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11819
11820 * ses.el (undo-more): Restore defadvice, but only the part that
11821 allows changes outside the restricted area of the buffer.
11822
11823 2005-02-20 Kim F. Storm <storm@cua.dk>
11824
11825 * simple.el (line-move): Add fourth optional arg try-vscroll which
11826 must be set to perform auto-window-vscroll.
11827 When moving backwards and doing auto-window-vscroll, automatically
11828 vscroll to the last part of lines which are taller than the window.
11829 (next-line, previous-line): Set try-vscroll arg on line-move.
11830
11831 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11832
11833 * replace.el (query-replace, query-replace-regexp)
11834 (replace-string, replace-regexp): When operating on region, make
11835 the minibuffer prompt say so.
11836
11837 * isearch.el (isearch-forward): Document isearch-query-replace and
11838 isearch-query-replace-regexp keybindings.
11839
11840 2005-02-19 Jay Belanger <belanger@truman.edu>
11841
11842 * calc/calc-aent.el (math-read-token): Add local variable.
11843
11844 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11845 (calc-edit-top): Move declaration to earlier in file.
11846 (calc-edit-macro-repeats): Add local variables.
11847
11848 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11849 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11850 calcFunc-tanh.
11851 Adjust integration rule for calcFunc-tan.
11852
11853 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11854
11855 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11856 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11857 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11858 (viper-skip-separators): Bug fix.
11859 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11860 particular major mode.
11861 (viper-del-backward-char-in-replace): Don't put deleted char on the
11862 kill ring.
11863
11864 * viper-ex.el (viper-color-display-p): New function.
11865 (viper-has-face-support-p): Use viper-color-display-p.
11866
11867 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11868
11869 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11870
11871 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11872 (viper-file-remote-p): Make equivalent to file-remote-p.
11873
11874 * viper.el (viper-major-mode-modifier-list):
11875 Use viper-gnus-modifier-map.
11876
11877 2005-02-19 David Kastrup <dak@gnu.org>
11878
11879 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11880 quoting.
11881
11882 2005-02-19 Jay Belanger <belanger@truman.edu>
11883
11884 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11885 Remove extra definitions.
11886 (calc-coth): New function.
11887 (calcFunc-cot): Fix `let'.
11888
11889 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11890
11891 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11892 the reasons we use "type pc" in these faces.
11893
11894 * button.el (button): Ditto.
11895
11896 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11897
11898 * replace.el (query-replace-read-from): Set the value of
11899 query-replace-from-history-variable to handle the case of an empty
11900 string entered to accept the suggested default.
11901
11902 * net/tramp.el (tramp-file-name-for-operation):
11903 Use dired-call-process instead of dired-call-process-command.
11904
11905 2005-02-19 Jay Belanger <belanger@truman.edu>
11906
11907 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11908 (math-div-non-trig): New variables.
11909 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11910 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11911 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11912 trig expressions.
11913
11914 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11915
11916 * progmodes/gdb-ui.el (gdb-var-update-handler)
11917 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11918 for watch expressions,
11919 (gdb-var-create-handler): Don't set speedbar-update-flag.
11920 (gdb-post-prompt): Simplify test for speedbar.
11921
11922 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11923
11924 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11925 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11926 we use the syntax table of the correct buffer.
11927 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11928 Felix Gatzemeier.
11929
11930 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11931 (ediff-file-remote-p): Make synonymous with file-remote-p.
11932 In all deffaces ediff-*-face-*, use min-colors.
11933
11934 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11935 ediff-recurse-to-subdirectories.
11936 (ediff-mark-if-equal): Check that the arguments are strings, use
11937 ediff-same-contents (after to Felix Gatzemeier).
11938
11939 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11940 nil.
11941
11942 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11943
11944 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11945
11946 2005-02-18 David Kastrup <dak@gnu.org>
11947
11948 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11949 use `mark-active' when defined.
11950
11951 2005-02-18 Kenichi Handa <handa@m17n.org>
11952
11953 * ps-print.el (ps-font-info-database): New entry
11954 ZapfChancery-MediumItalic with correct font name. Fix font name
11955 of the entry Zapf-Chancery-MediumItalic.
11956
11957 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11958
11959 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11960
11961 2005-02-16 Kim F. Storm <storm@cua.dk>
11962
11963 * ido.el (ido-fallback-command): Pass user input to fallback command.
11964
11965 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11966
11967 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11968 (gdb-find-file-hook): Add server prefix.
11969
11970 2005-02-16 Richard M. Stallman <rms@gnu.org>
11971
11972 * replace.el (perform-replace): Pass new args to replace-highlight.
11973 (replace-highlight): Take region args,
11974 and pass them to isearch-lazy-highlight-new-loop.
11975
11976 * novice.el (disabled-command-hook): Autoload the defalias
11977 and the make-obsolete-variable call.
11978
11979 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11980
11981 * isearch.el (isearch-lazy-highlight-start-limit)
11982 (isearch-lazy-highlight-end-limit): New variables limit
11983 the region for highlighting.
11984 (isearch-lazy-highlight-new-loop): New args BEG and END.
11985 (isearch-lazy-highlight-search): Use the new vars.
11986 (isearch-lazy-highlight-update): Likewise.
11987
11988 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11989
11990 * cus-start.el (all): Use default-boundp.
11991
11992 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11993
11994 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11995
11996 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11997
11998 * autorevert.el (auto-revert-stop-on-user-input)
11999 (auto-revert-verbose): Doc fixes.
12000
12001 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12002
12003 * international/mule-cmds.el (set-locale-environment): Remove call
12004 to set-selection-coding-system on Windows.
12005
12006 2005-02-15 Jay Belanger <belanger@truman.edu>
12007
12008 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12009 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12010 calcFunc-coth.
12011 (math-simplify-sqrt): Add simplifications.
12012
12013 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12014 to list.
12015
12016 * calc/calc-ext.el: Add functions to autoloads.
12017
12018 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12019 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12020 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12021 (math-csc-raw, math-cot-raw): New functions.
12022
12023 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12024
12025 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12026 the variable name in a message.
12027
12028 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12029 calcFunc-csc, calcFunc-cot.
12030
12031 * calc/calcalg2.el: Add derivative and integration rules for
12032 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12033 calcFunc-csch, calcFunc-coth.
12034 (math-do-integral-methods): Add to checks for when to use
12035 substitutions.
12036
12037 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12038
12039 2005-02-15 Lute Kamstra <lute@gnu.org>
12040
12041 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12042 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12043 <monnier@iro.umontreal.ca>
12044 (lisp-outline-level): Improve efficiency. Suggested by David
12045 Kastrup <dak@gnu.org>.
12046
12047 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12048
12049 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12050 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12051 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12052 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12053 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12054
12055 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12056
12057 * cus-start.el (all): Comment change.
12058
12059 2005-02-14 Lute Kamstra <lute@gnu.org>
12060
12061 * cus-start.el (all): Check if symbol is void.
12062
12063 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12064
12065 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12066 optional argument to \cite.
12067
12068 2005-02-14 Richard M. Stallman <rms@gnu.org>
12069
12070 * cus-edit.el (custom-buffer-create-internal): Update help message.
12071 (custom-magic-alist): Update help messages.
12072
12073 * cus-start.el (all): Allow a var to specify a standard value.
12074
12075 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12076
12077 * custom.el (custom-theme-set-variables): Handle variable aliases.
12078
12079 * frame.el (blink-cursor-timer): Doc fix.
12080 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12081 declare obsolete.
12082 (blink-cursor-mode): Define with defcustom and use correct
12083 standard expression in that defcustom.
12084 * startup.el (command-line): Adapt to above changes in frame.el.
12085
12086 2005-02-11 Lute Kamstra <lute@gnu.org>
12087
12088 * apropos.el (apropos-score-doc): Prevent division by zero.
12089
12090 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12091
12092 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12093 (icalendar--get-event-property-attributes)
12094 (icalendar--get-event-properties)
12095 (icalendar--datetime-to-diary-date): New functions.
12096 (icalendar--split-value): Doc fix.
12097 (icalendar--datetime-to-noneuropean-date)
12098 (icalendar--datetime-to-european-date): New optional argument
12099 SEPARATOR. Return result as a string instead of a list.
12100 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12101 (icalendar--convert-string-for-export): Rename arg S to STRING.
12102 (icalendar-export-region): Doc fix. Change name of error buffer.
12103 Save output buffer.
12104 (icalendar-import-file): Add blank at end of prompt.
12105 (icalendar-import-buffer): Doc fix. Do not switch to error
12106 buffer. Indicate status in return value.
12107 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12108 buffer. Save output buffer. Handle exception from recurrence
12109 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12110 events. Fix problems with weekly all-day events.
12111
12112 2005-02-10 Richard M. Stallman <rms@gnu.org>
12113
12114 * simple.el (eval-expression-print-format):
12115 Avoid warning about edebug-active.
12116
12117 * help.el (help-for-help-internal): Rename from help-for-help.
12118 (help-for-help): Define with defalias.
12119
12120 * font-core.el (font-lock-default-function): Use with-no-warnings.
12121
12122 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12123
12124 * custom.el (defface): Doc fix.
12125
12126 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12127
12128 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12129 width 0" to prevent word wrapping problems.
12130
12131 2005-02-09 Kim F. Storm <storm@cua.dk>
12132
12133 * ido.el (ido-file-extensions-order): New defcustom.
12134 (ido-file-extension-lessp, ido-file-extension-aux)
12135 (ido-file-extension-order): New advanced file ordering.
12136 (ido-file-lessp): New simple file ordering.
12137 (ido-sort-list): Remove.
12138 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12139 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12140
12141 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12142
12143 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12144 that some versions of grep produce.
12145 (grep-mode-font-lock-keywords): Likewise.
12146
12147 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12148
12149 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12150 (gdb-cdir): Delete.
12151 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12152 (gdb-source-info): Treat case when source file is in another
12153 directory properly.
12154 (gdb-get-location): New function.
12155
12156 2005-02-07 Jay Belanger <belanger@truman.edu>
12157
12158 * calc/calc-prog.el (calc-write-parse-table-part)
12159 (calc-fix-token-name): Fix a check for language type.
12160
12161 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12162
12163 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12164
12165 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12166 as directory not writable.
12167
12168 2005-02-07 Kim F. Storm <storm@cua.dk>
12169
12170 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12171 (cua--standard-movement-commands): Remove list.
12172 Instead, set CUA property value to move for movement commands.
12173 (cua-movement-commands): Remove. Users must set CUA prop instead.
12174 (cua--pre-command-handler): Check CUA property.
12175 (cua--init-keymaps): Don't remap undo commands.
12176 (cua-mode): Don't call cua--rectangle-on-off.
12177
12178 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12179 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12180 (cua--rect-undo-set-point): New var.
12181 (cua--rectangle-undo-boundary): Setup undo apply entry.
12182 (cua--rect-undo-handler): New function for rectangle undo.
12183 (cua--rect-start-position, cua--rect-end-position): Add.
12184 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12185 for restored rectangle. Set point if cua--rect-undo-set-point.
12186
12187 2005-02-06 Jay Belanger <belanger@truman.edu>
12188
12189 * calc/calc-lang.el (calc-tex-language): Display more information
12190 in messages.
12191
12192 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12193 in TeX mode.
12194
12195 2005-02-06 Richard M. Stallman <rms@gnu.org>
12196
12197 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12198
12199 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12200
12201 * net/ldap.el (ldap-search-internal): Support attributes with
12202 optional descriptions separated by a semi-colon, as in
12203 "userCertificate;binary".
12204
12205 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12206
12207 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12208 isn't a cons (i.e. the version is 0).
12209
12210 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12211
12212 * help.el (help-for-help): Doc fix.
12213
12214 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12215
12216 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12217 GDB-Windows on the menu-bar as this works better.
12218
12219 2005-02-04 Jay Belanger <belanger@truman.edu>
12220
12221 * calc/calc-embed.el (calc-embedded-update): Don't put in
12222 unnecessary newlines. Adjust the end of formula marker.
12223
12224 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12225 (math-latex-parse-two-args): New function.
12226
12227 2005-02-03 Lute Kamstra <lute@gnu.org>
12228
12229 * help-fns.el (help-with-tutorial): Make sure that users cannot
12230 remove the entire text of the tutorial by means of `undo'.
12231
12232 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12235 in recent changes, where the ispell process was repeatedly
12236 killed & restarted.
12237
12238 * international/mule-cmds.el (set-locale-environment): Set file-name
12239 coding system to utf-8 on Darwin systems.
12240 (set-default-coding-systems): Don't set default-file-name-coding-system
12241 on Darwin systems.
12242
12243 2005-02-03 Richard M. Stallman <rms@gnu.org>
12244
12245 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12246
12247 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12248
12249 * faces.el (list-faces-display): Add optional argument.
12250
12251 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * font-core.el (font-lock-default-function): Handle the rare case where
12254 only font-lock-keywords is set.
12255
12256 2005-02-02 Kenichi Handa <handa@m17n.org>
12257
12258 * international/characters.el: Cancel previous change for
12259 I-WITH-DOT-ABOVE and DOTLESS-i.
12260
12261 * international/latin-5.el: Cancel previous change.
12262
12263 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12264
12265 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12266
12267 2005-02-02 Kenichi Handa <handa@m17n.org>
12268
12269 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12270 DOTLESS-i.
12271
12272 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12273 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12274
12275 * case-table.el (get-upcase-table): New function.
12276 (copy-case-table): Copy upcaes table too if non-nil.
12277 (set-case-syntax-delims): Maintain upcase table too.
12278 (set-case-syntax-pair): Likewise.
12279 (set-upcase-syntax, set-downcase-syntax): New functions.
12280 (set-case-syntax): Maintain upcase table too.
12281
12282 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12283
12284 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12285
12286 * progmodes/gud.el (gud-goto-info): New function.
12287 (gud-tool-bar-map): Use correct icon.
12288
12289 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12290
12291 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12292 When delegating, order args in the funcall correctly.
12293
12294 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12295
12296 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12297
12298 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12299
12300 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12301 buffer not visiting a file.
12302
12303 2005-01-31 Jay Belanger <belanger@truman.edu>
12304
12305 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12306 bound on the line with the formula.
12307
12308 2005-01-31 Kim F. Storm <storm@cua.dk>
12309
12310 * ses.el (ses-create-cell-variable-range)
12311 (ses-destroy-cell-variable-range, ses-reset-header-string)
12312 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12313 (ses-insert-row): Fix format of apply undo entries.
12314
12315 2005-01-31 Jay Belanger <belanger@truman.edu>
12316
12317 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12318 parts.
12319
12320 * calc/calc-embed.el (calc-embedded-open-formula)
12321 (calc-embedded-close-formula): Ignore matrix environments.
12322
12323 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12324 TeX mode.
12325
12326 * calc/calc-lang.el (math-function-table, math-oper-table)
12327 (math-variable-table): Adjust the LaTeX portions.
12328
12329 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12330 (math-latex-ignore-words): New constant.
12331
12332 2005-01-31 Richard M. Stallman <rms@gnu.org>
12333
12334 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12335 (ispell-local-dictionary): Doc fix.
12336 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12337 Don't reinitialize at run time. Don't defcustom.
12338 All uses changed to append ispell-local-dictionary-alist,
12339 or check it first.
12340 (ispell-current-dictionary): New variable for dictionary in use.
12341 (ispell-dictionary): Now used only for global default.
12342 (ispell-start-process): Set ispell-current-dictionary,
12343 not ispell-dictionary.
12344 (ispell-change-dictionary): Use this only for setting
12345 user preferences.
12346 (ispell-internal-change-dictionary): New function
12347 to change the current dictionary in use.
12348 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12349 Use ispell-current-dictionary.
12350 Handle ispell-local-dictionary-overridden.
12351 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12352
12353 2005-01-31 Jay Belanger <belanger@truman.edu>
12354
12355 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12356
12357 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12358 (calc-mode-map): Add calc-latex-language.
12359
12360 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12361 (math-latex-print-frac): New functions.
12362 (math-oper-table, math-function-table, math-variable-table)
12363 (math-complex-format, math-input-filter): Add latex properties.
12364 (calc-set-language): Set math-expr-special-function-mapping.
12365
12366 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12367 (calc-write-parse-table-part): Add LaTeX support.
12368
12369 * calc/calc.el (calc-language): Adjust docstring.
12370 (calc-set-mode-line): Add LaTeX support.
12371 (math-expr-special-function-mapping): New variable.
12372 (math-tex-ignore-words): Add to list.
12373
12374 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12375 Add LaTeX support.
12376 (math-compose-expr): Add support for special functions.
12377
12378 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12379
12380 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12381
12382 * progmodes/gdb-ui.el (gdb-memory-address)
12383 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12384 (gdb-memory-mode-map, gdb-memory-format-keymap)
12385 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12386 (gdb-memory-unit-menu): New variables for a buffer
12387 that lets the user examine program memory.
12388 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12389 (gdb-memory-format-binary, gdb-memory-format-octal)
12390 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12391 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12392 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12393 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12394 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12395 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12396 (gdb-memory-mode, gdb-memory-buffer-name)
12397 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12398 New functions for above buffer.
12399
12400 2005-01-30 Richard M. Stallman <rms@gnu.org>
12401
12402 * cus-edit.el (custom-bury-buffer): Function deleted.
12403 (custom-buffer-done-function): Option deleted.
12404 (custom-buffer-done-kill): New (replacement option.
12405 (Custom-buffer-done): Call quit-window.
12406 (custom-buffer-create-internal): Update for above changes.
12407
12408 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12409
12410 * simple.el (undo-ask-before-discard): New var.
12411 (undo-outer-limit-truncate): Implement it.
12412 (undo-extra-outer-limit): Doc update.
12413
12414 2005-01-29 Richard M. Stallman <rms@gnu.org>
12415
12416 * ses.el (undo-more): Delete defadvice.
12417 (ses-begin-change): Doc fix.
12418
12419 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12420 instead of rebinding C-x u and C-_.
12421
12422 * files.el (normal-backup-enable-predicate): Return nil for files
12423 in /tmp, regardless of temporary-file-directory.
12424
12425 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12426
12427 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12428 (open-rectangle, delete-whitespace-rectangle-line)
12429 (clear-rectangle-line): If FILL, pass t instead of FILL
12430 for move-to-column's 2nd arg.
12431
12432 * simple.el (undo): Fix the test for continuing a series of undos.
12433 (undo-more): Set pending-undo-list to t when we reach end.
12434 (pending-undo-list): Move up defvar.
12435
12436 * wid-edit.el (widget-button-click):
12437 Shorten the range of the track-mouse binding.
12438
12439 * comint.el (comint-insert-input): Undo previous changes;
12440 use last-input-event in interactive spec.
12441
12442 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12443
12444 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12445 to nil before invoking call-process. Reset buffer's modified flag
12446 after fontifying it in the no-async branch.
12447
12448 * wid-edit.el (widget-specify-button): If mouse pointer shape
12449 cannot be changed, use mouse face instead.
12450
12451 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12452
12453 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12454 (gdb-goto-breakpoint): Make breakpoint handling work on template
12455 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12456 (gdb-assembler-custom): Update to recognize breakpoint information
12457 added on 2005-01-19.
12458
12459 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12460
12461 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12462 (dsssl-mode): Use define-derived-mode.
12463 (scheme-mode-initialize): Remove.
12464 (scheme-mode): Use run-mode-hooks.
12465
12466 * cus-edit.el (customize-group-other-window)
12467 (custom-buffer-create-other-window): Don't override special-display-*.
12468 (custom-mode-map): Make it dense.
12469
12470 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12471 sets the default value.
12472
12473 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12474
12475 * descr-text.el: Add more keywords.
12476
12477 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * speedbar.el: Avoid unnecessary use of locate-library.
12480
12481 * international/mule-cmds.el (standard-display-european-internal):
12482 Don't fiddle with latin-1 non-break space any more since it's now
12483 special cased in the C code.
12484 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12485
12486 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12487
12488 * cus-start.el (all): Add `undo-outer-limit'.
12489
12490 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12491
12492 * textmodes/bibtex.el (bibtex-format-entry):
12493 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12494 field lines.
12495 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12496 not on part of a buffer.
12497
12498 2005-01-25 Lute Kamstra <lute@gnu.org>
12499
12500 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12501 nonempty field text strings like "{letters\\macro{}more letters}".
12502 Clarify docstring.
12503 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12504 (bibtex-entry-offset, bibtex-parse-association)
12505 (bibtex-parse-field-name): Fix typos in docstrings.
12506 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12507
12508 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12509
12510 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12511 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12512 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12513 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12514
12515 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12516 isearch minor mode.
12517
12518 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12519
12520 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12521
12522 2005-01-24 Lute Kamstra <lute@gnu.org>
12523
12524 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12525 CASECHARS and NOT-CASECHARS regular expressions of the
12526 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12527 striding over charsets" error.
12528
12529 2005-01-24 Jay Belanger <belanger@truman.edu>
12530
12531 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12532 display variable name.
12533
12534 2005-01-24 Kenichi Handa <handa@m17n.org>
12535
12536 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12537 Fix setting of the element of encoded-kbd-iso2022-invocations.
12538
12539 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12540
12541 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12542 (gdb-threads-select): Change to also accept mouse events.
12543 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12544 (gdb-threads-mouse-select): Delete.
12545
12546 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12547
12548 * files.el (insert-directory): Take care of empty directory,
12549 listed without -a switch.
12550
12551 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12552
12553 * textmodes/refill.el (refill-post-command-function):
12554 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12555 to the list of functions that we should be careful not to undo.
12556 (refill-late-fill-paragraph-function): Remove.
12557 (refill-saved-state): New var.
12558 (refill-mode): Use it to save fill-paragraph-function.
12559 Save also the value of auto-fill-function.
12560
12561 * term/w32-win.el: Simplify code.
12562
12563 2005-01-23 Kim F. Storm <storm@cua.dk>
12564
12565 * simple.el (line-move): Adapt to new return value from
12566 pos-visible-in-window-p.
12567
12568 * simple.el (line-move): Fix last change. Check partial
12569 visibility at point rather than at window-start.
12570
12571 2005-01-22 Jason Rumney <jasonr@gnu.org>
12572
12573 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12574
12575 2005-01-22 David Kastrup <dak@gnu.org>
12576
12577 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12578
12579 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12580
12581 * type-break.el (type-break-mode): Add a test for
12582 type-break-file-name being non-nil.
12583
12584 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12585
12586 * net/eudc.el (top level): Call (message "") via progn, so that
12587 eudc-options-file is loaded.
12588
12589 2005-01-22 Kim F. Storm <storm@cua.dk>
12590
12591 * simple.el (line-move-1): Rename from line-move.
12592 (line-move): New function that adjusts vscroll for partially
12593 visible rows, and calls line-move-1 otherwise.
12594
12595 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12596
12597 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12598 since it's not a complete read-event implementation
12599
12600 2005-01-20 Jay Belanger <belanger@truman.edu>
12601
12602 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12603 for called function.
12604
12605 2005-01-20 Steven Tamm <steventamm@mac.com>
12606
12607 * term/mac-win.el (process-connection-type): Remove.
12608 Controlled now by s/darwin.h:PTY_ITERATION.
12609
12610 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * window.el (handle-select-window): Don't switch window when we're
12613 in the minibuffer.
12614
12615 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12616
12617 * subr.el (dotimes-with-progress-reporter): New macro.
12618
12619 * ses.el (ses-dotimes-msg): Remove macro.
12620 Use `dotimes-with-progress-reporter' instead.
12621
12622 2005-01-19 Steven Tamm <steventamm@mac.com>
12623
12624 * term/mac-win.el (process-connection-type): Use new
12625 operating-system-release variable to use ptys on Darwin 7 (OS X
12626 10.3) when using carbon build.
12627
12628 2005-01-19 Jay Belanger <belanger@truman.edu>
12629
12630 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12631 flags if the last command was a tab or M-tab.
12632
12633 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12634 in formula editing buffer.
12635
12636 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12637
12638 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12639 breakpoint image symbol in margin.
12640
12641 2005-01-19 Jay Belanger <belanger@truman.edu>
12642
12643 * calc/calc-prog.el (calc-execute-kbd-macro):
12644 Ignore calc-keep-arg-flag.
12645
12646 2005-01-19 Kenichi Handa <handa@m17n.org>
12647
12648 * textmodes/ispell.el (ispell-looking-at): New function.
12649 (ispell-process-line): Use ispell-looking-at to compare the ispell
12650 output and the buffer contents.
12651
12652 2005-01-18 Jay Belanger <belanger@truman.edu>
12653
12654 * calc/calc.el (calc-display-raw): Fix docstring.
12655
12656 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12657
12658 * simple.el (blink-matching-open): Strip extra info from syntax.
12659
12660 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12661 funny chars in the end-of-here-doc marker.
12662
12663 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12664
12665 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12666 that enable/disabled state of breakpoints is shown correctly in
12667 fringe and on ttys.
12668 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12669 Add breakpoint information as text properties.
12670 (gdb-mouse-toggle-breakpoint):
12671 Rename to gdb-mouse-set-clear-breakpoint.
12672 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12673 breakpoints in the margin.
12674 (gdb-remove-strings): Simplify.
12675
12676 2005-01-17 Jay Belanger <belanger@truman.edu>
12677
12678 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12679 erasing buffer.
12680
12681 2005-01-17 Richard M. Stallman <rms@gnu.org>
12682
12683 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12684 for calling grep-compute-defaults.
12685
12686 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12687 if buffer is empty.
12688
12689 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12690
12691 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12694
12695 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12696 non-preloaded variables.
12697
12698 2005-01-17 Steven Tamm <steventamm@mac.com>
12699
12700 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12701 tex-shell cause to force interactivity when using pipes.
12702
12703 2005-01-17 Kim F. Storm <storm@cua.dk>
12704
12705 * simple.el (just-one-space): Make arg optional.
12706
12707 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12708
12709 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12710 posn-at-x-y to t to access left-margin.
12711
12712 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12713
12714 Sync with Tramp 2.0.47.
12715
12716 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12717 catching keep-date problems in cp/scp operations.
12718 (tramp-handle-copy-file): Don't call `set-file-modes'
12719 unconditionally. Specialized functions should know better what is
12720 necessary. This improves performance a little bit, and the
12721 functions could catch errors with `cp -p' and `scp -p'.
12722 (tramp-do-copy-or-rename-file-via-buffer)
12723 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12724 when appropriate.
12725 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12726 Call `set-file-modes' when appropriate.
12727 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12728 Johnsson <isak@hypergene.com>
12729 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12730 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12731 <joakim@verona.se>
12732 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12733 Emacs only.
12734
12735 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12736 `find-file-hooks' and `dired-mode-hook'.
12737 (tramp-minor-mode-map): Respective map. Add remapping for
12738 `compile' and `recompile'.
12739 (tramp-remap-command, tramp-recompile): New defuns.
12740 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12741 in buffer "*Compilation*". Call the commands asynchronously.
12742
12743 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12744 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12745 `shell-command', because it isn't magic in XEmacs. Reported by
12746 Adrian Aichner <adrian@xemacs.org>.
12747
12748 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12749 `substitute-in-file-name.
12750 (tramp-smb-handle-substitute-in-file-name): New defun.
12751 (tramp-smb-advice-PC-do-completion): Delete advice.
12752
12753 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12754
12755 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12756 Fix error in deleting region.
12757
12758 2005-01-15 Richard M. Stallman <rms@gnu.org>
12759
12760 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12761 In non-temp buffer, switch syntax table temporarily.
12762
12763 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12764
12765 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12766
12767 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12768
12769 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12770 (imenu--generic-function): Use START, not BEG, as pos of definition.
12771
12772 * simple.el (just-one-space): Argument specifies number of spaces.
12773
12774 * simple.el (eval-expression-print-format): Avoid warning
12775 about edebug-active.
12776
12777 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12778
12779 * progmodes/sh-script.el: Code copied from make-mode.el
12780 with small changes,
12781 (sh-mode-map): Bind C-c C-\.
12782 (sh-backslash-column, sh-backslash-align): New variables.
12783 (sh-backslash-region, sh-append-backslash): New functions.
12784
12785 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12786
12787 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12788 (rmail-pop-password, rmail-pop-password-required): Move to
12789 rmail-obsolete group.
12790 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12791 All callers updated.
12792 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12793 Take an argument specifying whether it is POP or IMAP mailbox we
12794 are using. All callers updated.
12795 (rmail-pop-password-error): Rename to
12796 rmail-remote-password-error. Added mailutils-specific error message.
12797 (rmail-movemail-search-path)
12798 (rmail-movemail-variant-in-use): New variables.
12799 (rmail-remote-password, rmail-remote-password-required):
12800 New customization variables.
12801 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12802 (rmail-parse-url): New function.
12803 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12804 with GNU mailutils movemail.
12805
12806 2005-01-15 Kevin Ryde <user42@zip.com.au>
12807
12808 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12809 suffix to space, $ or '$, to correctly position point when going
12810 to @table style constants like DBL_MAX.
12811
12812 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12813
12814 * type-break.el (type-break-mode, type-break-file-time)
12815 (type-break-file-keystroke-count, type-break-choose-file):
12816 Don't store data in or load data from the file if type-break-file-name
12817 is nil.
12818 (type-break-file-name): Doc update as per the above.
12819
12820 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12821
12822 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12823 lookup-key might return nil; handle that.
12824
12825 2005-01-15 Alan Mackenzie <acm@muc.de>
12826
12827 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12828 rather than the element found, thus enabling the tree to be setcar'd.
12829
12830 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12831
12832 * textmodes/org.el (org-show-following-heading): New option.
12833 (org-show-hierarchy-above): Use `org-show-following-heading'.
12834 (org-cycle): Documentation fix.
12835
12836 * textmodes/org.el (orgtbl-optimized): New option
12837 (orgtbl-mode): New command, a minor mode.
12838 (orgtbl-mode-map): New variable.
12839 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12840 (orgtbl-error, orgtbl-self-insert-command)
12841 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12842
12843 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12844 a local variable in each org-mode buffer.
12845
12846 * textmodes/org.el (org-set-regexps-and-options): Rename from
12847 `org-set-regexps'. Added checking for STARTUP keyword.
12848 (org-get-current-options): Add STARTUP options.
12849 (org-table-insert-row): Make mode intelligent about when
12850 realignment is needed.
12851 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12852 New commands.
12853 (org-enable-table-editor): New default value `optimized'.
12854 (org-table-blank-field): Support blanking regions if active.
12855
12856 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12857
12858 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12859 if the year is not given.
12860
12861 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12862 Add new escapes %m and %M, fixed bug with %F by adding
12863 save-match-data.
12864 (reftex-reference): Remove ?. from list of spaces.
12865 (reftex-label-info): Add automatic label prefix recognition.
12866
12867 * textmodes/reftex-index.el (reftex-index-next-phrase):
12868 Add slave parameter to call of `reftex-index-this-phrase'.
12869 (reftex-index-this-phrase): New optional argument.
12870 (reftex-index-region-phrases): Add slave parameter to call of
12871 `reftex-index-this-phrase'.
12872 (reftex-display-index): New argument redo.
12873 (reftex-index-rescan): Add 'redo to arguments of
12874 `reftex-display-index'.
12875 (reftex-index-Rescan, reftex-index-revert)
12876 (reftex-index-switch-index-tag): Add 'redo to arguments of
12877 `reftex-display-index'.
12878 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12879 indexing. Fix bug with matching is there is a quote before or
12880 after the word.
12881
12882 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12883 Fix bug when collecting citation keys in lines with comments.
12884 (reftex-citation): Prefix argument no longer rescans the document,
12885 but forces prompting for optional arguments of cite macros.
12886 (reftex-do-citation): Prompting for optional arguments implemented.
12887
12888 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12889 Add optional arguments to most cite commands.
12890 (reftex-cite-cleanup-optional-args): New option
12891 (reftex-cite-prompt-optional-args): New option.
12892 (reftex-trust-label-prefix): New option.
12893
12894 * textmodes/reftex-toc.el (reftex-toc-find-section):
12895 Add push-mark before changing the position in the buffer.
12896
12897 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12898 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12899
12900 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12901
12902 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12903 more carefully.
12904
12905 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12906
12907 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12908 (sgml-mode): Use it.
12909 (sgml-get-context): Better keep track of implicitly closed tags.
12910
12911 2005-01-13 Kenichi Handa <handa@m17n.org>
12912
12913 * textmodes/ispell.el: These changes are to fix misalignment error
12914 caused by equivalent characters of different Emacs charsets.
12915 (ispell-unified-chars-table): New variable.
12916 (ispell-get-decoded-string): New function.
12917 (ispell-get-casechars, ispell-get-not-casechars)
12918 (ispell-get-otherchars): Call ispell-get-decoded-string.
12919
12920 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12921
12922 * custom.el (custom-declare-variable): Just put symbol instead
12923 of (defvar . symbol) in `current-load-list'.
12924
12925 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12926
12927 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12928
12929 2005-01-12 Jay Belanger <belanger@truman.edu>
12930
12931 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12932 to create a Calc summary.
12933
12934 2005-01-12 Kim F. Storm <storm@cua.dk>
12935
12936 * mouse.el (mouse-on-link-p): Change functionality and doc
12937 string to comply with latest description in lisp ref.
12938
12939 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12940
12941 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12942 Enable mouse clicks on mode-line, header-line and margin.
12943 (event-type): Give mouse event symbols an 'event-kind property
12944 with value 'mouse-click.
12945
12946 2005-01-12 Juri Linkov <juri@jurta.org>
12947
12948 * facemenu.el (list-colors-display): Add new arg buffer-name.
12949 Use it. Fix docstring. Replace code for identifying duplicate
12950 colors by the name with call to `list-colors-duplicates' which
12951 identifies duplicate colors by the value unless the color
12952 is one of special Windows colors. Set truncate-lines to t.
12953 Print sorted duplicate color names on each line. Indent to 22
12954 \(the longest color name in rgb.txt) instead of 20. Optimize.
12955 (list-colors-duplicates): New function.
12956 (facemenu-color-name-equal): Delete function.
12957
12958 * facemenu.el (list-colors-print): New function created from code
12959 in list-colors-display. Print #RRGGBB at the window right edge.
12960 (list-colors-display): When temp-buffer-show-function is not
12961 defined, call list-colors-print from temp-buffer-show-hook
12962 to get the right value of window-width in list-colors-print
12963 after the buffer is displayed.
12964
12965 * simple.el (pop-mark): Move deactivate-mark out of conditional
12966 part to deactivate the active mark regardless of the state of the
12967 mark ring.
12968
12969 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12970 variables line in desktop files.
12971
12972 2005-01-12 Juri Linkov <juri@jurta.org>
12973
12974 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12975 Bring together isearch highlight related options.
12976 (lazy-highlight): Replace group `replace' by `matching'.
12977 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12978 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12979 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12980 and declare them obsolete.
12981 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12982 (isearch-faces): Remove defgroup.
12983 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12984 Move isearch highlighting code closer to lazy highlighting code.
12985
12986 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12987 (query-replace-highlight, query-replace-lazy-highlight)
12988 (query-replace): Move definitions to the beginning of the file.
12989
12990 2005-01-11 Juri Linkov <juri@jurta.org>
12991
12992 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12993 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12994 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12995
12996 * info.el (Info-history-forward): New variable.
12997 (Info-select-node): Reset Info-history-forward to nil.
12998 (Info-last): Turn into defalias.
12999 (Info-history-back): Rename from Info-last.
13000 Add current node to Info-history-forward.
13001 (Info-history-forward): New fun.
13002 (Info-mode-map): Replace Info-last by Info-history-back.
13003 Bind Info-history-forward to "r".
13004 (Info-mode-menu): Replace Info-last by Info-history-back.
13005 Fix menu item text. Add menu item for Info-history-forward.
13006 (info-tool-bar-map): Replace Info-last by Info-history-back.
13007 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13008 for Info-history-forward.
13009 (Info-mode): Replace Info-last by Info-history-back in docstring.
13010 Add local variable Info-history-forward.
13011 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13012
13013 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13016 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13017 Ignore select-window events rather than fiddle with
13018 mouse-autoselect-window.
13019
13020 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13021
13022 * type-break.el (type-break-mode): Fix previous change.
13023
13024 2005-01-10 Jay Belanger <belanger@truman.edu>
13025
13026 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13027 calculator; only reset when point is inside a calculator.
13028 Don't adjust the window height if the window takes up the whole height
13029 of the frame.
13030
13031 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13032
13033 * ebuff-menu.el (Electric-buffer-menu-mode):
13034 Preserve value of buffer-local var header-line-format.
13035
13036 2005-01-09 Jay Belanger <belanger@truman.edu>
13037
13038 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13039 Make sure settings file exists before accessing it.
13040
13041 * calc/calc-embed.el (calc-embedded-subst):
13042 Replace math-multi-subst-rec, which is only supposed to be called
13043 by math-multi-subst, by math-multi-subst.
13044
13045 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13046
13047 * vc.el (vc-allow-async-revert): New user option.
13048 (vc-disable-async-diff): New internal variable.
13049 (vc-revert-buffer): Use them to disable asynchronous diff.
13050
13051 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13052 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13053 asynchronously if vc-disable-async-diff is t.
13054
13055 2005-01-09 Jay Belanger <belanger@truman.edu>
13056
13057 * calc/calc.el (defcalcmodevar): New macro.
13058 (calc-mode-var-list-restore-default-values)
13059 (calc-mode-var-list-restore-saved-values): New functions.
13060 (calc-mode-var-list): Use defcalcmodevar to define it.
13061 (calc-always-load-extensions, calc-line-numbering)
13062 (calc-line-breaking, calc-display-just, calc-display-origin)
13063 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13064 (calc-group-char, calc-point-char, calc-frac-format)
13065 (calc-prefer-frac, calc-hms-format, calc-date-format)
13066 (calc-float-format, calc-full-float-format, calc-complex-format)
13067 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13068 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13069 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13070 (calc-matrix-brackets, calc-language, calc-language-option)
13071 (calc-left-label, calc-right-label, calc-word-size)
13072 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13073 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13074 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13075 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13076 (calc-window-height, calc-display-trail, calc-show-selections)
13077 (calc-use-selections, calc-assoc-selections)
13078 (calc-display-working-message, calc-auto-why, calc-timing)
13079 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13080 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13081 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13082 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13083 (calc-gnuplot-geometry, calc-graph-default-resolution)
13084 (calc-graph-default-resolution-3d, calc-invocation-macro)
13085 (calc-show-banner): Use defcalcmodevar to declare them and set
13086 their default values.
13087
13088 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13089 instead of default values (but restore default values if there is
13090 an argument of 0).
13091
13092 2005-01-09 David Kastrup <dak@gnu.org>
13093
13094 * desktop.el (desktop-restore-eager): Fix typo in type.
13095
13096 2005-01-08 Richard M. Stallman <rms@gnu.org>
13097
13098 * cus-edit.el (customize): Delete :link.
13099
13100 2005-01-08 Jay Belanger <belanger@truman.edu>
13101
13102 * calc/calc.el (calc-mode): Remove the extension from the
13103 `calc-settings-file' file name when loading it.
13104
13105 2005-01-08 Kim F. Storm <storm@cua.dk>
13106
13107 * info.el (Info-mode-map, Info-next-link-keymap)
13108 (Info-prev-link-keymap, Info-up-link-keymap):
13109 Map follow-link to mouse-face.
13110 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13111
13112 2005-01-08 Jay Belanger <belanger@truman.edu>
13113
13114 * calc/calc.el (calc-settings-file): Change default value.
13115 Suggested by cgw in a comment in calc-mode.el.
13116
13117 * calc/calc-mode.el (calc-settings-file-name):
13118 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13119 Replace ~/.emacs in a prompt by calc-settings-file.
13120
13121 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13122
13123 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13124 (desktop-lazy-idle-delay): New customizable variables.
13125 (desktop-buffer-args-list): New variable.
13126 (desktop-append-buffer-args): New function.
13127 (desktop-save): Call desktop-append-buffer-args for some buffers.
13128 (desktop-lazy-create-buffer): New function.
13129 (desktop-idle-create-buffers): New function.
13130 (desktop-read): Add message about buffers to restore lazily.
13131 (desktop-lazy-abort): New command.
13132 (desktop-clear): Call desktop-lazy-abort.
13133 (desktop-lazy-complete): New command.
13134
13135 2005-01-06 Richard M. Stallman <rms@gnu.org>
13136
13137 * emacs-lisp/find-func.el (find-face-definition):
13138 Rename from find-face.
13139
13140 2005-01-06 Kim F. Storm <storm@cua.dk>
13141
13142 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13143
13144 * man.el (Man-xref-man-page, Man-xref-header-file)
13145 (Man-xref-normal-file): Add follow-link property.
13146
13147 2005-01-06 Jay Belanger <belanger@truman.edu>
13148
13149 * calc/calc-units.el: Make sure the proper macro definitions are
13150 available when compiling.
13151
13152 2005-01-06 Juri Linkov <juri@jurta.org>
13153
13154 * isearch.el (isearch-lazy-highlight-update):
13155 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13156
13157 2005-01-06 Miles Bader <miles@gnu.org>
13158
13159 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13160 (isearch-lazy-highlight-face): Use new name.
13161
13162 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13163
13164 * uniquify.el (uniquify-rationalize-file-buffer-names):
13165 Re-add an interactive spec.
13166 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13167 to the same name.
13168
13169 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13170 (isearch-update, isearch-done): Adjust calls accordingly.
13171
13172 2005-01-05 Richard M. Stallman <rms@gnu.org>
13173
13174 * custom.el (custom-set-variables, custom-theme-set-variables):
13175 Clarify documentation.
13176
13177 * emacs-lisp/find-func.el (find-variable)
13178 (find-variable-other-window, find-variable-other-frame):
13179 Fix the TYPE args to find-function-read and find-function-do-it.
13180 (find-function): Doc fix.
13181 (find-function-at-point): Replace function-at-point alias.
13182
13183 2005-01-04 Richard M. Stallman <rms@gnu.org>
13184
13185 * cus-face.el (custom-declare-face):
13186 Record defface in current-load-list.
13187
13188 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13189
13190 * emacs-lisp/find-func.el: Doc fixes.
13191 (find-face-regexp): New variable.
13192 (find-function-regexp-alist): New variable.
13193 (find-function-C-source): Third arg is now TYPE.
13194 (find-function-search-for-symbol): Handle general TYPE.
13195 (find-function-read, find-function-do-it): Handle general TYPE.
13196 (find-definition-noselect, find-face): New functions.
13197 (function-at-point): Alias deleted.
13198
13199 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * battery.el (display-battery-mode): Rename from display-battery.
13202 Handle the case where it gets turned off.
13203
13204 2005-01-04 Richard M. Stallman <rms@gnu.org>
13205
13206 * cus-edit.el (customize): Make :link point to user doc.
13207
13208 * man.el (Man-fontify-manpage): Turn off undo generation.
13209
13210 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13211
13212 2005-01-04 Andreas Schwab <schwab@suse.de>
13213
13214 * files.el (insert-directory): Only look for error lines in
13215 inserted text. Don't move too far after processing --dired markers.
13216
13217 2005-01-04 Richard M. Stallman <rms@gnu.org>
13218
13219 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13220 Don't expand if the character is @, period, dash, etc.
13221 (define-mail-abbrev): Quote names that contain problem characters.
13222
13223 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13224
13225 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13226
13227 2005-01-03 Richard M. Stallman <rms@gnu.org>
13228
13229 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13230 (query-replace-highlight, query-replace-lazy-highlight)
13231 (query-replace): Definitions moved up. Doc fix.
13232
13233 2005-01-03 Richard M. Stallman <rms@gnu.org>
13234
13235 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13236 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13237 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13238 (lazy-highlight-face): Rename from isearch-lazy-...
13239 Change all references to them.
13240
13241 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13242
13243 * cus-edit.el (custom-file): Doc fix for defcustom.
13244 (custom-file): The function no longer sets the variable
13245 `custom-file' to its return value.
13246
13247 * startup.el (command-line): No longer load `custom-file'.
13248
13249 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13252
13253 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13254 Don't confuse module-prefixed identifiers for labels.
13255 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13256
13257 2005-01-02 Richard M. Stallman <rms@gnu.org>
13258
13259 * files.el (basic-save-buffer-1): Fix previous change.
13260
13261 * loadhist.el (file-loadhist-lookup): New function.
13262 (file-provides, file-requires): Use it.
13263
13264 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13265 instead of calculating the right size.
13266
13267 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13268
13269 * vc-svn.el (vc-svn-diff): Stay local if possible.
13270
13271 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13272
13273 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13274
13275 * files.el (hack-local-variables): Fix last change.
13276
13277 2005-01-02 Jay Belanger <belanger@truman.edu>
13278
13279 * calc/calc-yank.el (calc-edit-top): New variable.
13280 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13281 object. Change header properties.
13282 (calc-edit-finish, calc-edit-finish-stack-object)
13283 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13284 edited object.
13285 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13286 for the beginning of the edited object.
13287 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13288 for the beginning of the edited object.
13289 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13290 (calc-finish-formula-edit, calc-macro-repeats)
13291 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13292 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13293 beginning of the edited object.
13294 (calc-user-define-edit): Change the header for editing macros.
13295 Remove unnecessary variable.
13296
13297 2005-01-01 Jay Belanger <belanger@truman.edu>
13298
13299 * calc/calc-yank.el (calc-edit-mode): Change default header.
13300 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13301 * calc/calc-store.el (calc-edit-variable): Change title to match new
13302 header.
13303 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13304 mode to match new header.
13305 (calc-user-define-edit): Change titles to include names of commands.
13306 (calc-finish-formula-edit): Adjust to handle new header.
13307 (calc-finish-macro-edit): Remove.
13308 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13309 (calc-edit-macro-command, calc-edit-macro-command-type)
13310 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13311 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13312 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13313 (calc-edit-macro-finish-edit): New functions.
13314 (calc-user-define-edit): Use new functions to edit named calc macros.
13315
13316 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13317
13318 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13319
13320 * ses.el (copy-region-as-kill): Deactivate mark.
13321
13322 2005-01-01 Richard M. Stallman <rms@gnu.org>
13323
13324 * replace.el (occur-1): If the output buffer is also an input,
13325 don't kill it, rename it.
13326
13327 * faces.el (set-face-background, set-face-foreground): Doc fix.
13328
13329 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13330 for :foreground and :background.
13331
13332 * dired.el (dired-view-command-alist): Variable deleted.
13333 (dired-view-file, dired-mouse-find-file-other-window):
13334 Delete the code to use it.
13335
13336 2005-01-01 Kim F. Storm <storm@cua.dk>
13337
13338 * image.el (insert-sliced-image): Use t for line-height property.
13339
13340 See ChangeLog.11 for earlier changes.
13341
13342 ;; Local Variables:
13343 ;; coding: iso-2022-7bit
13344 ;; End:
13345
13346 Copyright (C) 2005 Free Software Foundation, Inc.
13347 Copying and distribution of this file, with or without modification,
13348 are permitted provided the copyright notice and this notice are preserved.
13349
13350 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1