]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4
5 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6
7 * cus-edit.el (Custom-move-and-invoke): Deleted.
8 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9
10 * wid-edit.el (widget-move-and-invoke): New function, from
11 Custom-move-and-invoke.
12
13 2005-10-17 Bill Wohler <wohler@newt.com>
14
15 Moved all remaining images from lisp/toolbar to etc/images, moved
16 lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low
17 resolution images were placed in their own directory (low-color).
18
19 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
20 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
21 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
22 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
23 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
24 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
25 * toolbar/spell.*, toolbar/undo.*: Moved to etc/images.
26
27 * toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*.
28 * toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*.
29 * toolbar/lc-help.*: Moved to etc/images/low-color/help.*.
30 * toolbar/lc-home.*: Moved to etc/images/low-color/home.*.
31 * toolbar/lc-index.*: Moved to etc/images/low-color/index.*.
32 * toolbar/lc-new.*: Moved to etc/images/low-color/new.*.
33 * toolbar/lc-open.*: Moved to etc/images/low-color/open.*.
34 * toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*.
35 * toolbar/lc-preferences.*: Moved to
36 etc/images/low-color/preferences.*.
37 * toolbar/lc-print.*: Moved to etc/images/low-color/print.*.
38 * toolbar/lc-save.*: Moved to etc/images/low-color/save.*.
39 * toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*.
40 * toolbar/lc-search.*: Moved to etc/images/low-color/search.*.
41 * toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*.
42 * toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*.
43
44 To conform with convention, the underscore (_) in the following
45 image names were replaced with dash (-) or (/) as appropriate.
46
47 * toolbar/back_arrow.*: Moved to etc/images/back-arrow.*.
48 * toolbar/fld_open.*: Moved to etc/images/fld-open.*.
49 * toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*.
50 * toolbar/jump_to.*: Moved to etc/images/jump-to.*.
51 * toolbar/left_arrow.*: Moved to etc/images/left-arrow.*.
52 * toolbar/right_arrow.*: Moved to etc/images/right-arrow.*.
53 * toolbar/up_arrow.*: Moved to etc/images/up-arrow.*.
54 * toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*.
55 * toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*.
56 * toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*.
57 * toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*.
58 * toolbar/lc-right_arrow.*.: Moved to
59 etc/images/low-color/right-arrow.*.
60 * toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*.
61 * toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*.
62 * toolbar/mail_send.*: Moved to etc/images/mail/send.*.
63
64 * info.el (info-tool-bar-map): Replaced underscores in image names
65 with dashes.
66
67 * makefile.w32-in (WINS): Removed toolbar.
68
69 * menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in
70 comment.
71
72 * tool-bar.el: Moved to lisp from toolbar. Now that
73 toolbar is empty, it should be deleted when folks run "cvs up
74 -P".
75
76 2005-10-18 Jay Belanger <belanger@truman.edu>
77
78 * calc/calc-store (calc-store-into): Get the proper variable name
79 to display in message.
80
81 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
82
83 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
84 expressions display in speedbar for all buffers when debugging.
85 (gdb-speedbar-expand-node): Ensure node contraction is always
86 updated.
87
88 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
89 (speedbar-insert-button, speedbar-make-button):
90 Use add-text-properties.
91 (speedbar-update-localized-contents)
92 (speedbar-update-directory-contents)
93 (speedbar-update-special-contents): Use dolist.
94 (speedbar-buffer-easymenu-definition): Add a menu separator.
95
96 2005-10-17 Jason Rumney <jasonr@gnu.org>
97
98 * makefile.w32-in: Use $(lisp) consistently.
99 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
100 for shell specific generation of mh-autoloads.
101
102 2005-10-17 Richard M. Stallman <rms@gnu.org>
103
104 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
105
106 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * jit-lock.el (jit-lock-fontify-now):
109 Move jit-lock-context-unfontify-pos to avoid wasted work.
110
111 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
112
113 * net/tramp.el (tramp-completion-mode): New defvar. Used in
114 `tramp-completion-mode' for checking if we are in completion mode.
115 (tramp-completion-handle-file-name-all-completions): Reorder code
116 in order to complete for file names only in case there are no
117 method/user/host completions. This is necessary for cooperation
118 with ido. Reported by Kim F. Storm <storm@cua.dk>.
119
120 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
121
122 * longlines.el (longlines-search-forward)
123 (longlines-search-backward): Match any number of spaces.
124
125 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
126
127 * diff-mode.el (diff-mode): Doc fix.
128
129 2005-10-16 David Reitter <david.reitter@gmail.com>
130
131 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
132 as default on darwin and windows systems.
133
134 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
135
136 * arc-mode.el (archive-zip-extract): Doc fix.
137
138 2005-10-16 Romain Francoise <romain@orebokech.com>
139
140 * mouse.el (mouse-1-click-follows-link): Doc fix.
141
142 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * savehist.el: Don't require CL at runtime.
145 (savehist-xemacs): Remove.
146 (savehist-coding-system): Use utf-8 if present, regardless of religion.
147 (savehist-no-conversion): Use (featurep 'xemacs).
148 (savehist-load): Check existence of start-itimer rather than XEmacs.
149 Use an idle timer.
150 (savehist-process-for-saving): Replace use of CL funs `subseq' and
151 `delete-if-not'.
152
153 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
154
155 * savehist.el: Newer version.
156 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
157 (savehist-last-checksum, savehist-no-conversion): New vars.
158 (savehist-autosave, savehist-process-for-saving, savehist-printable):
159 New functions.
160 (savehist-load, savehist-save): Use them.
161 (savehist-delimit): Remove.
162
163 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * progmodes/compile.el (compilation-goto-locus): Display the
166 compilation buffer first and the source buffer second, in case they're
167 in overlapping frames. Don't raise the compilation frame if it was the
168 selected window upon entry. Pass the `other-window' arg to
169 pop-to-buffer.
170
171 * info.el (Info-fontify-node): Use dolist.
172 Change add-text-properties to put-text-property.
173
174 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
175
176 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
177 bound of search.
178
179 2005-10-16 Masatake YAMATO <jet@gyve.org>
180
181 * dabbrev.el (dabbrev-completion): Pass the common
182 prefix substring of completion to `display-completion-list'.
183
184 * filecache.el (file-cache-minibuffer-complete)
185 (file-cache-complete): Ditto.
186
187 * tempo.el (tempo-display-completions): Ditto.
188
189 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
190
191 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
192
193 * eshell/em-hist.el (eshell-list-history): Ditto.
194
195 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
196
197 * mail/mailalias.el (mail-complete): Ditto.
198
199 * progmodes/etags.el (complete-tag): Ditto.
200
201 * progmodes/make-mode.el (makefile-complete): Ditto.
202
203 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
204
205 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
206
207 * progmodes/pascal.el (pascal-complete-word)
208 (pascal-show-completions): Ditto.
209
210 * progmodes/python.el (python-complete-symbol): Ditto.
211
212 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
213
214 * textmodes/org.el (org-complete): Ditto.
215
216 * simple.el (completion-common-substring): New variable.
217 (completion-setup-function): Use `completion-common-substring'
218 to put faces.
219
220 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
221
222 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
223 (x-get-selection, mac-select-convert-to-string): Convert from/to
224 UTF-16 clipboard data as in native byte order, no BOM.
225
226 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
227
228 * progmodes/gud.el (gud-tool-bar-map): Rename the images
229 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
230 (gud-sentinel): Use speedbar-frame to check for speedbar.
231
232 2005-10-15 Richard M. Stallman <rms@gnu.org>
233
234 * savehist.el: New file.
235
236 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
237
238 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
239 Fix bug in \bf fontification.
240
241 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * pcvs.el (cvs-edit-log-files): New var.
244 (cvs-mode-edit-log): New arg `file'.
245 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
246 Instead force the use of the original file and nothing else.
247 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
248 the cvs-minor-wrap-function is set.
249 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
250
251 2005-10-14 Bill Wohler <wohler@newt.com>
252
253 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
254 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
255 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
256 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
257 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
258 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
259 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
260 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
261 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
262 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
263 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
264 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
265 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
266 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
267 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
268
269 * progmodes/gud.el (gud-tool-bar-map): Rename the images
270 appropriately (for example, gud-break to gud/break).
271
272 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
273
274 * longlines.el (longlinges-search-function)
275 (longlines-search-forward, longlines-search-backward): New functions.
276 (longlines-mode): Set isearch-search-fun-function to
277 longlinges-search-function.
278
279 * mouse.el (mouse-drag-region-1): Handle the case where a
280 double-click event is bound to an arbitrary function.
281
282 2005-10-14 David Ponce <david@dponce.com>
283
284 * recentf.el (recentf-track-opened-file)
285 (recentf-track-closed-file, recentf-update-menu)
286 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
287 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
288 mouse-1-click-follows-link.
289
290 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
291
292 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
293 Gnome file-manager.png. Suggested by
294 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
295
296 * toolbar/README: Add diropen.xpm.
297
298 2005-10-13 Bill Wohler <wohler@newt.com>
299
300 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
301 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
302
303 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
306 Don't waste the byte-compiler's time on constant data.
307
308 2005-10-13 Kenichi Handa <handa@m17n.org>
309
310 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
311 byte with `escape-glyph' face.
312
313 * international/fontset.el (ccl-encode-unicode-font):
314 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
315 Handle the case that ucs-mule-to-mule-unicode translates a character to
316 ASCII (usually for IPA characters).
317
318 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
321 Don't hide the underline of titles if font-lock-mode is disabled.
322
323 2005-10-12 Bill Wohler <wohler@newt.com>
324
325 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
326 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
327 files in MH-E-SRC have been updated.
328 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
329
330 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
333 (mixal-mode-syntax-table): Add \n as end-comment.
334 (mixal-operation-codes-alist): Immediately initialize to full value.
335 (mixal-add-operation-code): Remove.
336 (mixal-describe-operation-code): Make the arg non-optional.
337 Use the interactive spec instead.
338 Use mixal-operation-codes-alist rather than mixal-operation-codes.
339 (mixal-font-lock-keywords): Don't highlight comments here any more.
340 (mixal-font-lock-syntactic-keywords): New var.
341 (mixal-mode): Use it. Fix comment-start-skip.
342
343 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
344
345 * startup.el (command-line-x-option-alist): -nb => -nbi
346
347 2005-10-12 Kim F. Storm <storm@cua.dk>
348
349 * startup.el (fancy-splash-default-action): Discard mouse click in
350 the spash screen window, as it has no sensible meaning in the
351 next window to be selected. Fixes error reported by Jan D.
352
353 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
354
355 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
356
357 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
360 Try to fix up minor layout issues like indentation, line break, etc...
361 (mixal-mode-syntax-table): Don't try to specify comment syntax,
362 because it doesn't work.
363 (mixal-operation-codes): Add some more codes.
364 (mixal-font-lock-keywords): Process comments here.
365 (mixal-mode): mixasm no longer needs -g option.
366
367 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
368
369 * progmodes/sh-script.el (sh-tmp-file):
370 Use mktemp -t. Finish support for es and rc shells.
371
372 2005-10-11 Jay Belanger <belanger@truman.edu>
373
374 * calc/calcalg2.el (calc-integral): With an argument, compute the
375 definite integral.
376
377 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
378
379 * mouse.el (mouse-drag-region-1): Don't try to catch a
380 double-click when doing follow-link (it's overridden anyway).
381
382 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
383
384 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
385 (autoload-print-form-outbuf): Add docstring.
386
387 2005-10-11 Juri Linkov <juri@jurta.org>
388
389 * info.el (Info-mode-menu): Delete menu item "Edit".
390 (Info-mode): Delete description of Info-edit from docstring,
391 and rearrange descriptions of Info commands in the order
392 they are documented in the Info manual.
393
394 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * calendar/appt.el (appt-check): Use diary-selective-display var.
397
398 2005-10-10 Richard M. Stallman <rms@gnu.org>
399
400 * net/newsticker.el (newsticker-start, newsticker-show-news):
401 Add autoload cookies.
402
403 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
404
405 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
406
407 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
408
409 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
410
411 2005-10-10 Jay Belanger <belanger@truman.edu>
412
413 * calc/calc-arith.el (math-check-known-scalarp)
414 (math-check-known-matrixp): Check the values of arguments that are
415 variables.
416 (math-check-known-square-matrixp): New function.
417 (math-known-square-matrixp): Use math-check-known-square-matrixp.
418 (math-super-types): Add sqmatrix type.
419
420 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
421 mode name `square' to 'sqmatrix'.
422
423 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
424 mode name `square' to 'sqmatrix'.
425
426 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * progmodes/etags.el (select-tags-table-mode): Don't use
429 selective-display.
430 (tags-select-tags-table): Pass `button' to the action function.
431 (select-tags-table): Place the side-info on button properties rather
432 than in hidden text. Abbreviate file names.
433 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
434 (select-tags-table-select): Add `button' argument.
435 Get side-info from the button property rather than from hidden text.
436
437 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
438
439 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
440 (gud-speedbar-buttons): Preserve point if possible.
441 (gud-sentinel): Restore previous speedbar display type.
442
443 * progmodes/gdb-ui.el (gdba): Improve diagram.
444 (def-gdb-auto-update-handler, gdb-info-locals-handler)
445 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
446 Call get-buffer-window once.
447
448 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
451 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
452 (pascal-indent-command): Remove unused var `ind'.
453 (pascal-indent-case): Remove unused var `oldpos'.
454 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
455 since it's now used as a proper minor mode map.
456 (pascal-outline): Rename to pascal-outline-mode.
457 (pascal-outline-mode): Use define-minor-mode.
458 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
459 selective-display.
460
461 2005-10-10 Andreas Schwab <schwab@suse.de>
462
463 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
464 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
465
466 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
467 outside source directory.
468
469 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
470
471 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
472 C-x' as a prefix.
473 (orgtbl-mode-map): Full keymap instead of sparse, because all
474 `self-insert-command' keys are redefined in this map.
475 (org-export-as-html): Specify charset for HTML file, by taking it
476 from the coding system.
477
478 2005-10-10 Kenichi Handa <handa@m17n.org>
479
480 * textmodes/flyspell.el (flyspell-check-word-p):
481 If unread-command-events is non-empty, don't call sit-for.
482
483 2005-10-09 Richard M. Stallman <rms@gnu.org>
484
485 * font-lock.el (font-lock-syntactic-keywords)
486 (font-lock-keywords): Doc fixes.
487
488 * textmodes/flyspell.el (flyspell-external-point-words):
489 Simplify logic, and don't try to check for consecutive appearances
490 of one incorrect word.
491
492 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
493
494 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
495 separator.
496
497 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
498 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
499 (gud-expansion-speedbar-buttons): New function.
500 (gud-speedbar-buttons): Check for gud-comint-buffer.
501
502 2005-10-09 Bill Wohler <wohler@newt.com>
503
504 * Makefile.in (updates): Add mh-loaddefs dependency.
505
506 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
507
508 * speedbar.el (speedbar-file-key-map): Fix typo.
509
510 2005-10-09 Daniel Brockman <daniel@brockman.se>
511
512 * cus-start.el (line-spacing): Add custom spec.
513
514 2005-10-09 Romain Francoise <romain@orebokech.com>
515
516 * textmodes/ispell.el (ispell-check-version): Fix last change.
517
518 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
519
520 * term/x-win.el: Remove -i, --icon-type from comment.
521
522 * startup.el (command-line-x-option-alist): Remove options -i,
523 -itype, --icon-type, added -nb, --no-bitmap-icon
524
525 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
526
527 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
528 instead of :active.
529
530 2005-10-08 Eric Hanchrow <offby1@blarg.net>
531
532 * textmodes/ispell.el (ispell-check-version):
533 Ignore hyphen, and all that follows, in aspell's version text.
534
535 2005-10-08 Jay Belanger <belanger@truman.edu>
536
537 * calc/calc-arith.el (math-known-square-matrixp): New function.
538 (math-pow-fancy): Check for matrices before distributing exponent
539 across products.
540
541 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
542 fullscreen keypad. Suggested by Luc Teirlinck.
543 (calc-keypad-show-input): Add space for formatting.
544
545 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
546 Add square matrix option.
547
548 * calc/calc-poly.el (math-expand-term): Check for matrices instead
549 of checking calc-matrix-mode when deciding how to expand.
550
551 * calc/calc.el (calc-set-mode-line): Add square matrix option.
552
553 2005-10-08 Lars Hansen <larsh@soem.dk>
554
555 * net/tramp.el (tramp-perl-directory-files-and-attributes):
556 Add error handling.
557 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
558
559 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
560
561 Sync with Tramp 2.0.51.
562
563 * net/tramp.el (tramp-handle-set-visited-file-modtime)
564 (tramp-handle-insert-file-contents, tramp-handle-write-region):
565 Insert special handling for `last-coding-system-used', again
566 it still seems to be necessary (unlike stated before).
567 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
568 (tramp-password-prompt-regexp): There might be other words before
569 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
570 (tramp-chunksize): Improve docstring.
571 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
572 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
573 Christian Joergensen <bugs@razor.dk>.
574
575 2005-10-07 Glenn Morris <rgm@gnu.org>
576
577 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
578 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
579 precision'.
580
581 2005-10-07 Romain Francoise <romain@orebokech.com>
582
583 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
584 (ibuffer-do-shell-command-pipe-replace)
585 (ibuffer-do-shell-command-file, ibuffer-do-eval)
586 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
587 (ibuffer-do-revert, ibuffer-do-replace-regexp)
588 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
589 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
590 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
591 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
592 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
593 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
594 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
595 Autoload file sans suffix.
596
597 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
598
599 2005-10-07 David Ponce <david@dponce.com>
600
601 * recentf.el (recentf-menu-open-all-flag): New option.
602 (recentf-digit-shortcut-command-name): New function.
603 (recentf--shortcuts-keymap): New variable.
604 (recentf-menu-shortcuts): New variable.
605 (recentf-make-menu-items): Initialize it. Replace the "More..."
606 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
607 (recentf-menu-value-shortcut): New function.
608 (recentf-make-menu-item): Use it. No more in-lined.
609 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
610 (recentf-open-most-recent-file): Rename from
611 `recentf-open-file-with-key'. Don't depend on key binding.
612 (recentf-mode-map): New variable.
613 (recentf-mode): Use it.
614
615 2005-10-06 Bill Wohler <wohler@newt.com>
616
617 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
618
619 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
620 (MH-E-SRC): New. Used by mh-autoloads.
621 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
622 files in MH-E-SRC have been updated.
623 (compile, recompile, bootstrap): Depend on mh-autoloads.
624
625 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
626
627 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
628 gud-break and gud-remove icons when the fringe is not available.
629
630 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
631 Typo.
632
633 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
634
635 * play/zone.el (zone): Wrap body with save-window-excursion.
636
637 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
640 Use the new `list-only' arg to diary-list-entries.
641
642 * calendar/diary-lib.el: Use overlays rather than selective-display.
643 (diary-selective-display): New var.
644 (diary-header-line-format): Use it.
645 (diary-list-entries): Add argument `list-only'.
646 Put the buffer in diary-mode. Don't add \^M at beg and end.
647 Replace \^M by invisible overlays.
648 (diary-unhide-everything): Replace \^M by invisible overlays.
649 (print-diary-entries): Look for overlays rather than \^M.
650 Add a space to the temp buffer name.
651 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
652 Put the buffer in diary-mode.
653 (list-sexp-diary-entries): Replace \^M by invisible overlays.
654 (diary-anniversary): Make the year arg optional.
655 (diary-time-regexp): New const.
656 (diary-font-lock-keywords): Use it to accept a few more time formats.
657
658 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
659
660 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
661
662 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
663 Fix bug introduced 2005-07-03: Use (car (last ...))
664 to faithfully reproduce replaced artist-last.
665 (artist-set-arrow-points-for-poly): Likewise.
666 Suggested by Johan Bockg\e,Ae\e(Brd.
667
668 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
669
670 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
671 * wid-edit.el (widget):
672 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
673 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
674
675 2005-10-06 Kenichi Handa <handa@m17n.org>
676
677 * international/mule-cmds.el (set-language-environment):
678 Fix setting up of case-table for unibyte mode.
679
680 * simple.el (what-cursor-position): If the character is displayed
681 by some `display' text property, show that. Don't use
682 single-key-description for eight-bit characters in multibyte mode.
683
684 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
685
686 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
687 (gdb-ann3): Set it.
688 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
689 (gdb-info-frames-custom): Use inverse-video for first five
690 characters of selected frame only.
691 (gdb-get-frame-number): Select frame even when point is on frame
692 number.
693
694 2005-10-06 Masatake YAMATO <jet@gyve.org>
695
696 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
697 Put `font-lock-function-name-face'.
698 (gdb-info-frames-custom): Put `font-lock-function-name-face'
699 and `font-lock-variable-name-face'
700 (gdb-registers-font-lock-keywords): New font lock keywords definition.
701 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
702 (gdb-memory-font-lock-keywords): New font lock keywords definition.
703 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
704 (gdb-local-font-lock-keywords): New font lock keywords definition.
705 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
706 (gdb-threads-font-lock-keywords): New font lock keywords definition.
707 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
708
709 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
710
711 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
712 (ediff-merge-region-is-non-clash-to-skip): Previously called
713 ediff-merge-region-is-non-clash.
714
715 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
716 Use insert-buffer-substring.
717
718 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
719 selecting files to patch. Also bug fixes.
720
721 * ediff-util.el (ediff-setup): Bug fix.
722 (ediff-next-difference): Never skip clashes that differ in white
723 space only.
724
725 * ediff-wind.el (ediff-setup-control-frame)
726 (ediff-destroy-control-frame): Check the menubar feature.
727
728 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
729 (viper-refresh-mode-line): Use make-local-variable to localize
730 some vars instead of make-variable-buffer-local. Suggested by
731 Stefan Monnier.
732
733 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
734 (viper-restore-cursor-type, viper-set-insert-cursor-type):
735 Use make-local-variable instead of make-variable-buffer-local.
736 Suggested by Stefan Monnier.
737
738 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
739 (viper-comint-mode-hook): Use make-local-variable on
740 require-final-newline.
741 (viper-non-hook-settings): Don't use make-variable-buffer-local.
742
743 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
746 also the second char of a comment-start sequence.
747 (scheme-sexp-comment-syntax-table): New var.
748 (lambda, define): Set their scheme-doc-string-elt property.
749 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
750 Use lisp-font-lock-syntactic-face-function now that it properly
751 handles |...| symbols.
752 (scheme-mode-variables): Set lisp-doc-string-elt-property,
753 parse-sexp-lookup-properties and font-lock-extra-managed-props.
754
755 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
756 bit from # to |.
757 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
758
759 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
760 (lisp-doc-string-elt-property): New var.
761 (lisp-font-lock-syntactic-face-function): Use it.
762 Rewrite to recognize docstrings even for forms not at toplevel.
763
764 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
765 annotation on the | part of #| rather than on the # part.
766 (scheme-font-lock-syntactic-face-function): New function, to
767 distinguish strings from |...| symbols.
768 (scheme-mode-variables): Use it. Also fix up the font-lock-time
769 syntax-table so that #|...|# is properly highlighted.
770
771 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
772 Don't mark as docstring the 3rd elem of an unknown toplevel form.
773
774 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
777 and C-e.
778
779 * emacs-lisp/eldoc.el: Move comments into docstrings.
780 (eldoc-message-commands): Initialize in its declaration.
781 Add move-beginning-of-line and move-end-of-line.
782 (eldoc-add-command, eldoc-add-command-completions)
783 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
784
785 * outline.el (outline-mark-subtree): Activate the mark.
786
787 * calendar/appt.el (appt-time-regexp): New var.
788 (appt-add, appt-make-list): Use it.
789 (appt-convert-time): Clean up.
790
791 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
792 Don't set any syntax-table property here.
793 (tex-font-lock-verb): New function. Do it here.
794 (tex-font-lock-syntactic-keywords): Use it.
795
796 2005-10-04 Richard M. Stallman <rms@gnu.org>
797
798 * wid-edit.el (widget-file-complete): Get the widget start point
799 the right way. Default directory to `/' if file has none.
800
801 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
802
803 * textmodes/flyspell.el (flyspell-mode-on):
804 Call ispell-maybe-find-aspell-dictionaries.
805
806 * textmodes/ispell.el (ispell-word, ispell-region):
807 Call ispell-maybe-find-aspell-dictionaries.
808 (ispell-accept-buffer-local-defs):
809 Don't call ispell-maybe-find-aspell-dictionaries
810
811 2005-10-04 Richard M. Stallman <rms@gnu.org>
812
813 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
814
815 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
816
817 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
818 instead of `fboundp' in order to allow for anonymous functions.
819
820 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
821
822 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
823 case the user clicks on the link while another window is selected.
824 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
825
826 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
827 functionality.
828 (dframe-help-echo): Save point in case mouse tracking is off.
829
830 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
831
832 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
833
834 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
837 not change the global value of those vars.
838
839 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
840 make-local-variable which we do not need any more.
841
842 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
843
844 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
845 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
846 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
847 (speedbar-path-line): Define obsolete aliases.
848 (speedbar-line-directory): Doc fix.
849
850 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
851 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
852 instead of speedbar-line-path.
853
854 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
855
856 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
857 to nil if dropping on a window. Handle dropping on a minibuffer window
858 like dropping on a non-window part of Emacs.
859
860 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * net/ange-ftp.el: Use with-current-buffer.
863 (ange-ftp-insert-directory): Do not follow symlinks any more.
864
865 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
866 Remove interactive spec.
867
868 2005-10-03 Kim F. Storm <storm@cua.dk>
869
870 * ido.el (ido-mode): Use custom-initialize-set.
871
872 2005-10-02 Richard M. Stallman <rms@gnu.org>
873
874 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
875 Use insert-buffer-substring.
876
877 * net/tramp.el: Pacify byte compiler warnings in pacification code.
878 (tramp-handle-file-local-copy): Use insert-buffer-substring.
879
880 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
883 in last change.
884 (ange-ftp-insert-directory): Fix up the search for the case where
885 `file' is absolute.
886
887 2005-10-02 Romain Francoise <romain@orebokech.com>
888
889 * progmodes/compile.el (compile-goto-error): Delete extra paren.
890
891 2005-10-02 Andreas Schwab <schwab@suse.de>
892
893 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
894 directory component in the session info.
895
896 2005-10-01 Richard M. Stallman <rms@gnu.org>
897
898 * comint.el (comint-redirect-subvert-readonly): Doc fix.
899
900 * simple.el (next-error-internal): New function.
901
902 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
903 (compilation-start): Pass new arg to compilation-buffer-name.
904 (compile-goto-error): Use next-error-internal.
905
906 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
907
908 * speedbar.el: Remove RCS tag.
909 (speedbar-check-read-only): Handle non-existent files.
910
911 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
912
913 * info.el (Info-speedbar-hierarchy-buttons)
914 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
915
916 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
917
918 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
919 Do not match newline.
920 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
921 (bibtex-summary): Remove unnecessary save-excursion.
922 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
923
924 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
925
926 * term/mac-win.el: Add charset info for "iso10646-1".
927 Modify default fontset to use ATSUI-compatible fonts for some charsets
928 if available.
929
930 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
931
932 * speedbar.el: Re-apply arch tag.
933 (speedbar-version): Rename to version 1.0. Suggested by Eric
934 M. Ludlam.
935 Reapply two changes from Emacs CVS' version of speedbar lost
936 during the merge:
937 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
938 (speedbar-frame-parameters): Improve customize type.
939
940 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
943 (ange-ftp-file-directory-p): Fix the symlink case.
944 (ange-ftp-insert-directory): When listing a single file, get a list of
945 the parent buffer and extract the relevant line. Inspired from a patch
946 by Katsumi Yamaoka <yamaoka@jpl.org>.
947 (ange-ftp-file-name-sans-versions): Simplify.
948
949 2005-09-30 Bill Wohler <wohler@newt.com>
950
951 Move MH-E image files from toolbar and mail directories into
952 etc/images.
953
954 * mail/reply2.*: Move to etc/images/mail/reply*.
955
956 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
957 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
958 etc/images.
959
960 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
961 * toolbar/reply*: Move to etc/images/mail.
962
963 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
964
965 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
966
967 * speedbar.el: New version 1.0pre3.
968
969 Frame management code (including timer, and mouse click specifics)
970 moved to dframe.el:
971 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
972 (speedbar-timer): Removed. Use dframe-timer.
973 (speedbar-close-frame): Removed. Use dframe-close-frame.
974 (speedbar-activity-change-focus-flag): Removed. Use
975 dframe-activity-change-focus-flag.
976 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
977 dframe-update-speed.
978
979 (speedbar-current-frame): New macro. Use this instead of the
980 variable speedbar-frame.
981
982 (speedbar-use-images, speedbar-expand-image-button-alist)
983 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
984
985 (speedbar-find-image-on-load-path): Removed. Replaced by
986 defezimage in ezimage.el.
987 (speedbar-expand-image-button-alist): Removed. Replaced by
988 ezimage-expand-image-button-alist in ezimage.el.
989
990 (speedbar-ignored-directory-regexp)
991 (speedbar-add-ignored-directory-regexp)
992 (speedbar-ignored-directory-expressions)
993 (speedbar-line-directory, speedbar-buffers-line-directory)
994 (speedbar-directory-line, speedbar-buffers-line-directory):
995 Renamed, replacing `path' with `directory'.
996
997 (speedbar-create-directory, speedbar-expand-line-descendants)
998 (speedbar-toggle-line-expansion)
999 (speedbar-contract-line-descendants): New commands.
1000
1001 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1002 (speedbar-use-tool-tips-flag): New options.
1003
1004 (speedbar-check-read-only, speedbar-require-version)
1005 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1006 (speedbar-handle-delete-frame, speedbar-try-completion)
1007 (speedbar-update-localized-contents): New functions.
1008
1009 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1010 (speedbar-object-read-only-indicator): New variables.
1011
1012 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1013 New hooks.
1014
1015 (speedbar-separator-face): New face.
1016
1017 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1018 (speedbar-ignored-modes): Add fundamental-mode.
1019 (speedbar-directory-unshown-regexp): Add . directories.
1020
1021 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1022 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1023 `]' for full expand/close.
1024 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1025
1026 (speedbar-check-vc): Support hidden files.
1027 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1028 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1029 state is nil, it is not checked out.
1030
1031 (speedbar-line-text, speedbar-line-token): Support expand buttons
1032 with no text.
1033 (speedbar-refresh): Universal argument acts as power-click.
1034 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1035 that buffer to get variable values.
1036
1037 And many other bugfixes.
1038
1039 * dframe.el, ezimage.el, sb-image.el: New files.
1040
1041 * sb-*.xpm: Remove files. New image files installed into
1042 etc/images/ezimage.
1043
1044 2005-09-30 Kenichi Handa <handa@m17n.org>
1045
1046 * ps-mule.el (ps-mule-show-warning): If a character is in
1047 ps-print-translation-table, don't treat it as non-printable.
1048
1049 2005-09-30 David Ponce <david@dponce.com>
1050
1051 * tree-widget.el (tree-widget-themes-load-path): New variable.
1052 (tree-widget-themes-directory): Doc fix.
1053 (tree-widget-image-formats) [Emacs]: Doc fix.
1054 (tree-widget--locate-sub-directory): New function.
1055 (tree-widget-themes-directory): Use it.
1056
1057 * recentf.el (recentf-filename-handlers): Rename from
1058 `recentf-filename-handler'. Allow a list of functions.
1059 (recentf-menu-items-for-commands): Fix :help strings.
1060 (recentf-apply-filename-handlers): New function.
1061 (recentf-expand-file-name): Use it.
1062 (recentf-cleanup): Remove duplicates too.
1063
1064 2005-09-29 Juri Linkov <juri@jurta.org>
1065
1066 * faces.el: Rearrange face definitions to be in the same order as
1067 their face descriptions in "(emacs)Standard Faces".
1068
1069 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1070
1071 * tooltip.el (tooltip): Add group `basic-faces'.
1072
1073 * buff-menu.el (Buffer-menu-buffer): Remove group
1074 `font-lock-highlighting-faces'.
1075
1076 * progmodes/compile.el (compilation-error, compilation-warning)
1077 (compilation-info, compilation-line-number, compilation-column-number):
1078 Change group from `font-lock-highlighting-faces' to `compilation'.
1079
1080 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1081 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1082 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1083 (vhdl-font-lock-reserved-words-face)
1084 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1085 `font-lock-highlighting-faces'.
1086
1087 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1088
1089 2005-09-28 Kim F. Storm <storm@cua.dk>
1090
1091 * emulation/cua-base.el: Set CUA move property on additional commands:
1092 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1093 forward-sexp, backward-sexp, forward-list, backward-list.
1094
1095 2005-09-28 Romain Francoise <romain@orebokech.com>
1096
1097 * comint.el (comint-show-output): Really set point at the
1098 beginning of the output when not using `comint-use-prompt-regexp'.
1099
1100 2005-09-27 Jay Belanger <belanger@truman.edu>
1101
1102 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1103 in TeX mode.
1104
1105 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1106
1107 * textmodes/org.el (org-table-sum): Fix format string.
1108
1109 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1110 Quote face names.
1111
1112 2005-09-26 Romain Francoise <romain@orebokech.com>
1113
1114 * isearch.el (isearch-forward-regexp): Close doc string.
1115
1116 2005-09-25 Richard M. Stallman <rms@gnu.org>
1117
1118 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1119
1120 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1121
1122 * progmodes/compile.el (compilation-error-properties):
1123 When getting the file from the previous error message,
1124 correctly decode the new data format.
1125
1126 * progmodes/cc-cmds.el (c-electric-paren):
1127 Call old-blink-paren only for close-paren.
1128
1129 2005-09-24 Andreas Schwab <schwab@suse.de>
1130
1131 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1132 condition.
1133
1134 2005-09-25 Romain Francoise <romain@orebokech.com>
1135
1136 * dired-aux.el (dired-copy-file-recursive):
1137 * dired.el (dired-delete-file):
1138 * ediff-mult.el (ediff-dir-diff-copy-file):
1139 * ediff-util.el (ediff-test-save-region):
1140 * forms.el (forms-mode):
1141 * ido.el (ido-file-internal, ido-delete-file-at-head):
1142 * log-edit.el (log-edit-done):
1143 * ses.el (ses-yank-resize):
1144 * play/gomoku.el (gomoku-human-plays, gomoku)
1145 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1146 (gomoku-offer-a-draw):
1147 * play/landmark.el (lm-human-resigns, lm):
1148 * net/eudcb-ldap.el (eudc-ldap-check-base):
1149 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1150 * progmodes/ebrowse.el (ebrowse-find-pattern):
1151 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1152 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1153 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1154
1155 * vc.el (vc-delete-file):
1156 * play/gomoku.el (gomoku-terminate-game, gomoku)
1157 (gomoku-prompt-for-move, gomoku-human-takes-back):
1158 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1159 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1160
1161 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1162
1163 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1164 color rxvt terminals by using the code xterm.el used to use before
1165 2005-04-09 in order to match the colors used by rxvt.
1166
1167 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1168
1169 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1170 colors rxvt-unicode terminals by using the same code as xterm.el.
1171
1172 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1175 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1176 new symbol used for the tex-verbatim face.
1177
1178 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1179
1180 * woman.el (woman-file-name):
1181 * wid-edit.el (widget-file-prompt-value)
1182 (widget-coding-system-prompt-value):
1183 * w32-fns.el (set-w32-system-coding-system):
1184 * vc.el (vc-version-diff, vc-annotate):
1185 * textmodes/reftex-auc.el (reftex-arg-cite)
1186 (reftex-arg-index-tag):
1187 * textmodes/refer.el (refer-get-bib-files):
1188 * textmodes/artist.el (artist-figlet-choose-font):
1189 * terminal.el (terminal-emulator):
1190 * replace.el (occur-read-primary-args):
1191 * rect.el (string-rectangle, string-insert-rectangle):
1192 * ps-print.el (ps-print-preprint):
1193 * progmodes/pascal.el (pascal-goto-defun):
1194 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1195 * progmodes/compile.el (compilation-find-file):
1196 * printing.el (pr-interactive-n-up):
1197 * play/animate.el (animate-birthday-present):
1198 * net/rcompile.el (remote-compile):
1199 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1200 * mail/rmailsum.el (rmail-summary-search-backward)
1201 (rmail-summary-search):
1202 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1203 (rmail-output-read-file-name):
1204 * mail/rmail.el (rmail-search, rmail-search-backwards):
1205 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1206 * locate.el (locate):
1207 * international/quail.el (quail-show-keyboard-layout):
1208 * international/mule.el (set-buffer-file-coding-system)
1209 (revert-buffer-with-coding-system, set-file-name-coding-system)
1210 (set-terminal-coding-system, set-keyboard-coding-system)
1211 (set-next-selection-coding-system):
1212 * international/mule-diag.el (describe-coding-system)
1213 (describe-font, describe-fontset):
1214 * international/mule-cmds.el (universal-coding-system-argument)
1215 (search-unencodable-char, describe-input-method)
1216 (set-language-environment, describe-language-environment):
1217 * international/codepage.el (codepage-setup):
1218 * international/code-pages.el (codepage-setup):
1219 * info.el (Info-search, Info-follow-reference)
1220 (Info-search-backward):
1221 * emacs-lisp/advice.el (ad-read-advised-function)
1222 (ad-read-advice-class, ad-clear-cache, ad-activate)
1223 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1224 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1225 (ad-read-regexp):
1226 * ediff-util.el (ediff-toggle-regexp-match):
1227 * ediff-ptch.el (ediff-prompt-for-patch-file):
1228 * dired-aux.el (dired-diff):
1229 * diff.el (diff):
1230 * cus-edit.el (custom-variable-prompt):
1231 * calendar/timeclock.el (timeclock-ask-for-project):
1232 * calc/calcalg3.el (calc-get-fit-variables):
1233 * calc/calc-store.el (calc-edit-variable)
1234 (calc-permanent-variable):
1235 * vc-mcvs.el (vc-mcvs-register):
1236 * shadowfile.el (shadow-define-literal-group):
1237 * woman.el (woman-file-name):
1238 * vc.el (vc-version-diff, vc-merge):
1239 * textmodes/reftex-index.el (reftex-index-complete-tag):
1240 * format.el (format-decode-buffer, format-decode-region):
1241 * emulation/viper-cmd.el (viper-read-string-with-history):
1242 * emacs-lisp/debug.el (cancel-debug-on-entry):
1243 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1244 * ediff.el (ediff-merge-revisions)
1245 (ediff-merge-revisions-with-ancestor, ediff-revision):
1246 * completion.el (interactive-completion-string-reader):
1247 * calc/calc-prog.el (calc-user-define-formula):
1248 Follow convention for reading with the minibuffer.
1249
1250 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1251
1252 * progmodes/python.el (python-describe-symbol): Add globals() and
1253 locals() to the arguments of emacs.ehelp.
1254
1255 2005-09-24 Magnus Henoch <mange@freemail.hu>
1256
1257 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1258 New function, code extracted from ispell-valid-dictionary-list.
1259 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1260 Call it.
1261
1262 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1263
1264 * subr.el (version-regexp-alist): Extend valid syntax for version
1265 strings: allow any of the characters -,_,+ to separate the
1266 alpha/beta/rc part from the version part. Doc fix.
1267 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1268
1269 2005-09-23 David Reitter <david.reitter@gmail.com>
1270
1271 * mail/mailclient.el: New file.
1272
1273 2005-09-23 Richard M. Stallman <rms@gnu.org>
1274
1275 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1276 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1277 Doc fixes.
1278
1279 * progmodes/cc-mode.el (c-font-lock-init):
1280 Specify font-lock-lines-before.
1281
1282 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1285 whole conflict.
1286
1287 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1288
1289 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1290 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1291 of `remap' feature when available. Additional key bindings for
1292 better tty support.
1293 (org-mode-restart, org-force-self-insert): New commands.
1294 (org-time-stamp-inactive): New command.
1295 (org-remap): New function.
1296 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1297 (org-enable-fixed-width-editor): Move to `org-structure'
1298 customization group.
1299 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1300 blank field after field motion commands.
1301
1302 2005-09-23 Kenichi Handa <handa@m17n.org>
1303
1304 * international/mule-cmds.el (set-language-environment):
1305 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1306 have to call utf-translate-cjk-load-tables.
1307
1308 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * mouse.el (mouse-move-drag-overlay): Fix last change.
1311
1312 2005-09-22 David Ponce <david@dponce.com>
1313
1314 * tree-widget.el (tree-widget-value-create): Fix previous change.
1315
1316 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1317
1318 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1319
1320 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * mouse.el (mouse-move-drag-overlay): New function.
1323 (mouse-drag-region-1): Use it.
1324 Try to simplify a bit the state handling. Handle clicks on links
1325 inside intangible areas.
1326 (mouse-save-then-kill): Minor simplification.
1327 (mouse-secondary-overlay): Make it always non-nil instead of
1328 recreating it each time.
1329 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1330 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1331 Simplify accordingly.
1332
1333 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1334
1335 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1336
1337 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1338
1339 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1340 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1341 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1342 to patch.
1343
1344 * ediff-util.el: Use insert-buffer-substring.
1345
1346 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1347
1348 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1349 field boundaries in the minibuffer.
1350 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1351 (viper-minibuffer-post-command-hook): New hook.
1352 (viper-line): Don't move cursor at bolp.
1353
1354 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1355
1356 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1357 avoid compiler warnings.
1358
1359 * emulation/viper-macs.el (ex-map): Better messages.
1360
1361 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1362
1363 * emulation/viper.el: Replace make-variable-buffer-local with
1364 viper-make-variable-buffer-local everywhere, to avoid warnings.
1365
1366 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1369 Delete unused var `old-selected-window'.
1370 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1371 (mouse-drag-secondary): Delete unused var `start-frame'.
1372
1373 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1374
1375 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1376
1377 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1380 Re-indent within 80 columns. Use inhibit-read-only.
1381
1382 2005-09-19 Romain Francoise <romain@orebokech.com>
1383
1384 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1385
1386 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1389 unconditionally, since the after-change-function already did it.
1390
1391 2005-09-19 Miles Bader <miles@gnu.org>
1392
1393 * net/newsticker.el: Get rid of CVS keyword.
1394
1395 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1396
1397 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1398 The prompt is formatted later.
1399
1400 2005-09-19 David Ponce <david@dponce.com>
1401
1402 * tree-widget.el (tree-widget-value-create): Save the converted
1403 tree :node widget.
1404
1405 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1408 variable `message'.
1409
1410 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1411
1412 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1413 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1414 <slawomir.nowaczyk.847@student.lu.se>.
1415
1416 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * image.el (image-load-path): Use symbol `data-directory' instead
1419 of its value, for backward compatibility with packages that bind
1420 it during `find-image'. Suggested by Katsumi Yamaoka.
1421 (image-search-load-path): Handle symbols whose values are strings.
1422
1423 2005-09-18 Romain Francoise <romain@orebokech.com>
1424
1425 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1426 with-current-buffer form in save-excursion.
1427
1428 2005-09-18 D Goel <deego@gnufans.org>
1429
1430 * apropos.el (apropos-command): Fix `message' call: first arg
1431 should be a format spec. In this and all other cases that appear
1432 below and elsewhere in the source code, I made a change only when
1433 two conditions were satisfied: [1] I can think of a possibility
1434 that the arguments would cause an error, for example, the code in
1435 question relies on external variables such as filenames. [2] I
1436 was sure that the arg to `message' could not have been nil in the code.
1437
1438 * textmodes/tildify.el (tildify-region): Ditto.
1439
1440 * textmodes/reftex-index.el (reftex-index-change-entry)
1441 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1442 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1443 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1444 (org-priority, org-table-sum):
1445 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1446 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1447 (flyspell-word, flyspell-display-next-corrections):
1448 * textmodes/bibtex.el (bibtex-print-help-message):
1449 * textmodes/artist.el (artist-key-set-point-poly):
1450 * term/mac-win.el (mac-services-insert-text):
1451 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1452 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1453 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1454 (vhdl-compose-configuration):
1455 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1456 (sh-set-indent, sh-learn-line-indent):
1457 * progmodes/ps-mode.el (ps-mode-target-column):
1458 * progmodes/idlwave.el (idlwave-make-tags)
1459 (idlwave-scan-library-catalogs):
1460 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1461 * progmodes/gud.el (gud-jdb-analyze-source):
1462 * progmodes/flymake.el (flymake-log):
1463 * progmodes/ebnf2ps.el (ebnf-generate-region):
1464 * progmodes/cmacexp.el (c-macro-expansion):
1465 * progmodes/ada-xref.el (ada-treat-cmd-string):
1466 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1467 (ada-justified-indent-current, ada-batch-reformat):
1468 * play/zone.el (zone):
1469 * play/landmark.el (lm-move):
1470 * play/decipher.el (decipher-show-alphabet):
1471 * net/newsticker.el (newsticker--display-jump)
1472 (newsticker--display-scroll):
1473 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1474 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1475 * mail/feedmail.el (feedmail-dump-message-to-queue):
1476 * eshell/esh-proc.el (eshell-remove-process-entry):
1477 * emulation/ws-mode.el (ws-last-error):
1478 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1479 (viper-record-kbd-macro):
1480 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1481 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1482 * emacs-lisp/find-func.el (find-function-noselect):
1483 * calendar/timeclock.el (timeclock-status-string)
1484 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1485 (timeclock-when-to-leave-string):
1486 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1487 * calc/calc-units.el (calc-enter-units-table):
1488 * calc/calc-mode.el (calc-mode-record-mode):
1489 * woman.el (woman-mini-help):
1490 * wdired.el (wdired-change-to-wdired-mode):
1491 * vc.el (vc-retrieve-snapshot):
1492 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1493 * startup.el (display-startup-echo-area-message):
1494 * simple.el (set-goal-column):
1495 * ses.el (ses-command-hook, ses-recalculate-cell):
1496 * server.el (server-process-filter):
1497 * printing.el (pr-interface-txt-print, pr-interface-printify)
1498 (pr-interface-ps):
1499 * pcvs.el (cvs-help):
1500 * log-edit.el (log-edit, log-edit-mode-help):
1501 * iswitchb.el (iswitchb-possible-new-buffer):
1502 * isearch.el (isearch-edit-string):
1503 * image-mode.el (image-mode, image-minor-mode):
1504 * ibuf-macs.el (define-ibuffer-filter):
1505 * hi-lock.el (hi-lock-find-patterns):
1506 * files.el (toggle-read-only):
1507 * ediff-util.el (ediff-copy-diff)
1508 (ediff-write-merge-buffer-and-maybe-kill):
1509 * echistory.el (Electric-history-undefined):
1510 * dnd.el (dnd-insert-text):
1511 * dired-aux.el (dired-query):
1512 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1513 * bookmark.el (bookmark-bmenu-locate):
1514 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1515 Fix `message' calls to ensure first arg is a format string.
1516 The change was made only when these two conditions were satisfied:
1517 [1] when there is a possibility that the arguments would cause an error
1518 for example, if the code in question relies on external variables
1519 such as filenames, and
1520 [2] if the arg to `message' could not have been nil in the code.
1521
1522 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1523 Not having a %s would be weird, though not technically wrong.
1524
1525 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1526
1527 * term/mac-win.el (mac-add-charset-info): Doc fix.
1528
1529 2005-09-17 Romain Francoise <romain@orebokech.com>
1530
1531 * shell.el (shell-resync-dirs): Handle echoing processes more
1532 reliably. Don't insert resync command if `comint-process-echoes'
1533 is non-nil.
1534
1535 2005-09-17 Magnus Henoch <mange@freemail.hu>
1536
1537 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1538 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1539 aspell versions >= 0.60.
1540 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1541 only if ispell-aspell-supports-utf8 is non-nil.
1542
1543 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1544
1545 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1546 buffer-local value to lisp-indent-function.
1547
1548 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1549
1550 * progmodes/glasses.el (glasses-make-readable): If
1551 glasses-separator differs from underscore, put appropriate
1552 overlays over underscore characters.
1553 (glasses-convert-to-unreadable): If glasses-separator differs from
1554 underscore, try to convert glasses-separator characters to
1555 underscores.
1556
1557 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1560 Use with-syntax-table and dolist.
1561
1562 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1563
1564 * textmodes/reftex-auc.el:
1565 * textmodes/reftex-cite.el:
1566 * textmodes/reftex-dcr.el:
1567 * textmodes/reftex-global.el:
1568 * textmodes/reftex-parse.el:
1569 * textmodes/reftex-ref.el:
1570 * textmodes/reftex-sel.el:
1571 * textmodes/reftex-toc.el:
1572 * textmodes/reftex-vars.el:
1573 * textmodes/reftex.el: Small changes to remove compiler warnings.
1574
1575 * textmodes/reftex-index.el: Likewise.
1576 (reftex-query-index-phrase): More efficient use of markers.
1577
1578 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * image.el (image-load-path): New variable.
1581 (image-search-load-path): New function.
1582 (find-image): Search for images in `image-load-path'.
1583
1584 2005-09-15 Richard M. Stallman <rms@gnu.org>
1585
1586 * follow.el: Change Maintainer field.
1587
1588 2005-09-15 David Ponce <david@dponce.com>
1589
1590 * recentf.el (recentf-save-file-modes): New option.
1591 (recentf-save-list): Use it.
1592
1593 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1594
1595 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1596 (mode-line-mule-info, mode-line-modified): Move bindings from
1597 mouse-3 to mouse-1.
1598
1599 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1600
1601 * simple.el (sendmail-user-agent-compose): Revert last change.
1602
1603 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1606 Use with-current-buffer.
1607 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1608 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1609 (ange-ftp-insert-directory): Remove unused var `short'.
1610 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1611
1612 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1613 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1614
1615 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1616 (check-calendar-holidays, diary-list-entries): Autoload.
1617 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1618 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1619
1620 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1621 which mistakenly removed a call to display-buffer.
1622
1623 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1624
1625 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1626
1627 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1628
1629 * progmodes/hideshow.el
1630 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1631 (hs-allow-nesting): New user var.
1632 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1633 (hs-hide-block-at-point): When nesting allowed,
1634 if there is already an overlay in place, delete it.
1635 (hs-safety-is-job-n): Delete func; remove call sites.
1636 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1637 (hs-overlay-at): New func.
1638 (hs-already-hidden-p, hs-show-block): Use it.
1639 (hs-hide-all): Don't pre-clean if nesting allowed.
1640 (hs-show-all): Temporarily disallow
1641 nesting around call to `hs-discard-overlays'.
1642
1643 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1646 Delete unused local var.
1647
1648 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1649
1650 * help-fns.el (describe-categories): "?\ " -> "?\s".
1651 (help-do-arg-highlight): Recognize also ARG-n, as in
1652 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1653
1654 * international/codepage.el (dos-unsupported-char-glyph):
1655 * net/newsticker.el (tool-bar-map, w3-mode-map)
1656 (w3m-minor-mode-map):
1657 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1658 (ent-alist):
1659 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1660
1661 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1662
1663 * custom.el (custom-push-theme): Handle the case where a symbol is
1664 bound but face properties have not yet been assigned.
1665
1666 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1667 Fix behavior if noerase is `t' and there is no mail buffer.
1668
1669 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1670 if `continue' is nil, rather than signal an error.
1671
1672 2005-09-12 Richard M. Stallman <rms@gnu.org>
1673
1674 * font-lock.el (font-lock-keywords): Add autoload.
1675
1676 * help-fns.el (describe-variable): Rearrange to put source link
1677 in a predictable place.
1678
1679 * net/newsticker.el: New file.
1680
1681 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1684 (calendar-basic-setup): Use the new nil arg.
1685 (number-of-diary-entries): Move to diary-lib.el.
1686
1687 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1688 (diary-list-entries): Use with-syntax-table and dolist.
1689 Rename from list-diary-entries.
1690 Use number-of-diary-entries if `number' is nil.
1691 (diary, diary-view-entries): Use this new name and new nil arg value.
1692 (number-of-diary-entries): Move from calendar.el.
1693 (diary-unhide-everything): New function.
1694 (include-other-diary-files, fancy-diary-display)
1695 (diary-show-all-entries, make-diary-entry): Use it.
1696 (diary-mail-entries): Use buffer-string.
1697 (mark-diary-entries): Fix long standing paren typo.
1698 (diary-sexp-entry): Use count-lines.
1699 (make-diary-entry): Avoid `previous-line'.
1700 (diary-mode-map): New var.
1701 (diary-mode): Redraw cal after saving. Setup header-line.
1702 (fancy-diary-display-mode): Use local-set-key.
1703
1704 * startup.el (command-line): Try calling various terminal-init-foo-bar
1705 functions by stripping hyphenated suffixes from $TERM.
1706
1707 * files.el (normal-mode): Check boundness of font-lock-keywords.
1708
1709 2005-09-12 Richard M. Stallman <rms@gnu.org>
1710
1711 * progmodes/compile.el: Don't decide a file's directory
1712 until the user actually tries to go there.
1713 (compilation-next-error-function):
1714 Pass compilation-find-file the directory from the file-struct.
1715 (compilation-internal-error-properties): Separate local FILE-STRUCT
1716 from FILE. Doc the args better. Rename arg FMT to FMTS.
1717 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1718 Expand it, and if nil, use default-directory.
1719 (compilation-get-file-structure): Don't mix specified directory
1720 with default directory. Put specified directory into
1721 file-struct. Don't make the file name absolute.
1722
1723 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1724 (compile-command): Add autoload.
1725 (compilation-disable-input): Add autoload.
1726
1727 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1728
1729 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1730 strings of the variables it can override.
1731 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1732 %Q and %q, for fully-qualified domain name and unqualified host name.
1733
1734 2005-09-11 Kim F. Storm <storm@cua.dk>
1735
1736 * emacs-lisp/authors.el (authors-aliases): Update list.
1737 (authors-fixed-entries): Update mldrag.el entry.
1738
1739 2005-09-10 Alan Mackenzie <acm@muc.de>
1740
1741 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1742 from the region narrowed to.
1743
1744 2005-09-10 Magnus Henoch <mange@freemail.hu>
1745
1746 * textmodes/ispell.el (ispell-check-version): Signal an error if
1747 aspell version is less than 0.60.
1748
1749 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1750
1751 * progmodes/octave-inf.el (inferior-octave-startup):
1752 Resync current dir at the end.
1753
1754 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1755
1756 * woman.el (woman-topic-at-point-default):
1757 Rename to woman-use-topic-at-point-default.
1758 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1759 (woman-file-name): Reflect renames above. Automatically use the
1760 word at point as topic if woman-use-topic-at-point is non-nil.
1761 Otherwise offer it as default but don't insert it in the
1762 minibuffer. Also use `test-completion' instead of `assoc' as
1763 suggested by Stefan Monnier.
1764
1765 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1766
1767 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1768 the attempt to do it over Tramp. This is not yet supported.
1769
1770 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1771
1772 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1773 (menu-bar-non-minibuffer-window-p): New functions.
1774 ("Split Window", "Save As..."): Use them.
1775 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1776 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1777 Use menu-bar-menu-frame-live-and-visible-p.
1778 ("Save Buffer", "Insert File", "Open Directory...")
1779 ("Open File...", "Visit New File..."):
1780 Use menu-bar-non-minibuffer-window-p.
1781 (kill-this-buffer-enabled-p, dired <menu-enable>):
1782 Use menu-bar-non-minibuffer-window-p.
1783
1784 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1785
1786 * cus-start.el (all): Don't complain about fringe-related
1787 built-ins if fringes are not supported. Ditto about
1788 selection-related built-ins. Fix the test for GTK-related built-ins.
1789
1790 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1791 ("Postscript Print Buffer", "Print Region", "Save As...")
1792 ("Save", "Insert File...", "Open Directory...")
1793 ("Open File...", "Visit New File..."")
1794 ("Truncate Long Lines in this Buffer"): Don't look at
1795 menu-updating-frame if this display does not support multiple frames.
1796
1797 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1798
1799 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1800
1801 2005-09-09 Emilio Lopes <eclig@gmx.net>
1802
1803 * woman.el: Format- and whitespace-related changes.
1804
1805 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1806
1807 * woman.el: Fix my email address.
1808
1809 2005-09-08 Richard M. Stallman <rms@gnu.org>
1810
1811 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1812 (sh-mode): Locally set skeleton-pair-default-alist.
1813
1814 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1815
1816 * progmodes/flymake.el: Require `compile' unconditionally.
1817
1818 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1819
1820 * woman.el (woman-file-name): Provide a default, not initial input.
1821
1822 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1823
1824 * font-lock.el (font-lock-support-mode): Doc fix.
1825
1826 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1827
1828 2005-09-08 Richard M. Stallman <rms@gnu.org>
1829
1830 * simple.el (blink-matching-open): Get rid of text props from
1831 the string shown in echo area. Don't permanently set point.
1832 Some rearrangements.
1833
1834 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1835
1836 * recentf.el (recentf-filename-handler): Add custom choice
1837 `abbreviate-file-name'.
1838
1839 * msb.el (msb--very-many-menus): Fix typo.
1840
1841 * disp-table.el (standard-display-european): Don't set
1842 enable-multibyte-characters to nil.
1843
1844 2005-09-08 David Ponce <david@dponce.com>
1845
1846 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1847 (recentf-expand-file-name): Doc fix.
1848 (recentf-dialog-mode-map): Define digit shortcuts.
1849 (recentf--files-with-key): New variable.
1850 (recentf-show-digit-shortcut-filter): New function.
1851 (recentf-open-files-items): New function.
1852 (recentf-open-files): Use it.
1853 (recentf-open-file-with-key): New command.
1854
1855 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1856
1857 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1858 Suggested by Kim F. Storm.
1859 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1860 (Buffer-menu-make-sort-button): Use global keymap.
1861
1862 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1865 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1866 necessary any longer with the remapped command.
1867 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1868 formatting time only.
1869
1870 * net/tramp.el (tramp-action-password)
1871 (tramp-multi-action-password): Compile the password prompt from
1872 `method', `user' and `host'. Sometimes it isn't obvious which
1873 password to enter, for example with remote files offered by
1874 recentf.el, or with multiple steps. Suggested by Robert Marshall
1875 <robert@chezmarshall.freeserve.co.uk>.
1876
1877 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1880 Fix regexp for when "s///" is at the beginning of line.
1881
1882 2005-09-07 Jay Belanger <belanger@truman.edu>
1883
1884 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1885 when in matrix mode.
1886
1887 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1890 non-anonymous functions.
1891
1892 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1895 when using a header line. Otherwise, use mouse-1-click-follows-link.
1896
1897 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1898 can't be moved; don't signal an error.
1899
1900 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1901
1902 * cus-theme.el (custom-theme-write-faces): Save the current face
1903 spec, not the defface spec.
1904
1905 * custom.el (custom-known-themes): Clarify meaning of "standard".
1906 (custom-push-theme): Save old values in the standard theme.
1907 (disable-theme): Correct typo.
1908 (custom-face-theme-value) Deleted unused function.
1909 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1910
1911 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * progmodes/compile.el (compilation-goto-locus): Take into account
1914 iconified frames when determining whether the buffer is
1915 already visible.
1916 Don't reset window height if the window already existed.
1917
1918 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1919
1920 * custom.el (load-theme): Rename from require-theme.
1921 Add interactive spec.
1922 (enable-theme): Rename from custom-enable-theme.
1923 Add interactive spec.
1924 (disable-theme): Rename from custom-disable-theme.
1925 Add interactive spec.
1926 (custom-make-theme-feature): Doc fix.
1927 (custom-theme-directory): Doc fix.
1928 (provide-theme): Call enable-theme.
1929
1930 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * obsolete/lazy-lock.el (lazy-lock-mode):
1933 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1934 font-lock-mode if it's off. Print a warning instead.
1935
1936 * progmodes/compile.el (compilation-start): Ignore errors if the
1937 process died before we get to send-eof.
1938
1939 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1940 Undo last change. Enclosing the result in quotes broke things on Unix
1941 since tex-send-command passes it through shell-quote-argument.
1942 (tex-send-command): Pass `file' through convert-standard-filename
1943 when possible.
1944 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1945 info in a transcript.
1946
1947 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1948
1949 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1950 fix compilation warning. Reorder the key definitions to group
1951 together keys emitted by the current version of xterm.
1952
1953 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1954 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1955 Reorder predicates to correct min-color usage.
1956
1957 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1960 Kill local variables when longlines-mode is turned off.
1961
1962 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1965
1966 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1967
1968 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1969
1970 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1971 (font-lock-lines-before): Change default to being inactive.
1972 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1973 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1974
1975 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1976
1977 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1978 Deactivate temporarily advice if active (not needed for Emacs 22,
1979 but for backwards compatibility).
1980 (tramp-exists-file-name-handler): Rewrite. First implementation
1981 was too simple.
1982 (tramp-advice-make-auto-save-file-name):
1983 Call `tramp-handle-make-auto-save-file-name' (again, just for
1984 backwards compatibility).
1985
1986 2005-08-31 Reto Zimmermann <reto@gnu.org>
1987
1988 * progmodes/vhdl-mode.el
1989 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1990 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1991 (vhdl-set-default-project): New function (easier setting of default).
1992 (vhdl-port-copy): Handle extended identifiers for generics.
1993 (vhdl-compiler-alist): Better description for error message regexp.
1994 (vhdl-make): Query for target, use previous as default.
1995 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1996 (vhdl-font-lock-keywords-2): Fix fontification for record
1997 el. assign.
1998 (vhdl-speedbar-make-subpack-line): Add package body link.
1999 (vhdl-generate-makefile-1): Not include itself as dependency.
2000 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2001 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2002 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2003 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2004 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2005 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2006 (vhdl-import-project): Add string argument for `error'.
2007 (vhdl-compose-configuration)
2008 (vhdl-compose-configuration-architecture): Add configuration
2009 declaration generation.
2010 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2011 (vhdl-trailer-re): Add "record" keyword (better indentation).
2012 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2013 "[^ \t-\"]+".
2014 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2015 (vhdl-testbench-entity-file-name)
2016 (vhdl-testbench-architecture-file-name): Allow separate
2017 customization of testbench file names.
2018 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2019 (vhdl-get-visible-signals): Allow newline within alias declaration.
2020 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2021 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2022 (member-ignore-case): Alias for missing function in XEmacs.
2023 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2024 (vhdl-update-sensitivity-list): Ignore case on read signals.
2025 (vhdl-replace-string): Adjust case only for file names.
2026 (vhdl-update-sensitivity-list): Fix search for read signals.
2027 (vhdl-update-sensitivity-list): Exclude formal parameters.
2028 (vhdl-get-visible-signals): Include aliases of signals.
2029 (vhdl-get-visible-signals): Fix signal name searching.
2030 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2031 (vhdl-fixup-whitespace-region): Fix for character
2032 literals (e.g. ':').
2033
2034 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2035
2036 * ansi-color.el (comint-last-output-start):
2037 * bs.el (font-lock-verbose):
2038 * diff-mode.el (add-log-buffer-file-name-function):
2039 * dired-x.el (vm-folder-directory):
2040 * faces.el (help-xref-stack-item):
2041 * files.el (font-lock-keywords):
2042 * find-lisp.el (dired-buffers, dired-subdir-alist):
2043 * ido.el (cua-inhibit-cua-keys):
2044 * log-view.el (cvs-minor-wrap-function):
2045 * outline.el (font-lock-warning-face):
2046 * simple.el (compilation-current-error):
2047 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2048 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2049 * tooltip.el (comint-prompt-regexp):
2050 * w32-fns.el (explicit-shell-file-name):
2051 * term/mac-win.el (mac-charset-info-alist)
2052 (mac-services-selection, mac-system-script-code):
2053 * term/tty-colors.el (msdos-color-values):
2054 * term/w32-win.el (xlfd-regexp-registry-subnum):
2055 * term/x-win.el (x-keysym-table, x-selection-timeout)
2056 (x-session-id, x-session-previous-id):
2057 * textmodes/ispell.el (mail-yank-prefix):
2058 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2059 * textmodes/org.el (calc-embedded-close-formula)
2060 (calc-embedded-open-formula)
2061 (font-lock-unfontify-region-function):
2062 * textmodes/reftex-global.el (isearch-next-buffer-function)
2063 (TeX-master):
2064 * textmodes/reftex.el (font-lock-keywords):
2065 * textmodes/tex-mode.el (font-lock-comment-face)
2066 (font-lock-doc-face):
2067 * textmodes/texinfo.el (outline-heading-alist):
2068 Add defvars.
2069
2070 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2071 (artist-spray-chars, artist-mode-init, artist-replace-string)
2072 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2073 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2074 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2075
2076 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2077 (conf-align-assignments): "?\ " -> "?\s".
2078
2079 * textmodes/reftex-index.el (TeX-master): Add defvar.
2080 (reftex-index-phrases-marker): Move up defvar.
2081
2082 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2083 (reftex-toc-include-labels-indicator)
2084 (reftex-toc-include-index-indicator)
2085 (reftex-toc-max-level-indicator): Move up declarations.
2086
2087 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2088 of args to `tramp-run-real-handler', even if it's empty in this case.
2089
2090 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2091
2092 * dired.el (dired-move-to-filename-regexp): Add date format for
2093 Mac OS X 10.3 in East Asian locales.
2094
2095 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2096
2097 * files.el (make-auto-save-file-name): Add file name handler call
2098 if applicable.
2099
2100 * net/tramp.el (tramp-file-name-handler-alist)
2101 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2102 (tramp-handle-make-auto-save-file-name): Rename from
2103 `tramp-make-auto-save-file-name'.
2104 (tramp-exists-file-name-handler): New defun.
2105 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2106 `make-auto-save-file-name' is not a magic file name operation.
2107
2108 2005-08-30 Richard M. Stallman <rms@gnu.org>
2109
2110 * files.el (risky-local-variable-p):
2111 Match `-predicates' and `-commands.
2112
2113 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2114 (custom-save-all): Visit the file if necessary;
2115 kill the buffer if we created it.
2116 (custom-save-delete): Don't visit file or kill buffer here.
2117
2118 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2119
2120 * textmodes/org.el (org-special-keyword): New face.
2121 (org-table-copy-down, org-table-eval-formula)
2122 (org-table-recalculate, org-init-section-numbers):
2123 Use `string-to-number' instead of `string-to-int'.
2124 (org-get-location): Use `insert-buffer-substring' instead of
2125 `insert-buffer'.
2126 (org-modify-diary-entry-string): New function.
2127 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2128 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2129 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2130 active region.
2131 (org-export-as-html): Handle QUOTE keyword.
2132 (org-quote-string): New option.
2133 (org-bookmark-jump-unhide): New function, used for
2134 `bookmark-after-jump-hook'.
2135 (org-diary-default-entry): Apply only when not called through
2136 `org-agenda'.
2137
2138 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2139
2140 * net/eudc.el (mode-popup-menu):
2141 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2142 * progmodes/ada-mode.el (compile-auto-highlight)
2143 (skeleton-further-elements):
2144 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2145 * progmodes/cmacexp.el (msdos-shells):
2146 * progmodes/compile.el (font-lock-extra-managed-props)
2147 (font-lock-keywords, font-lock-maximum-size)
2148 (font-lock-support-mode):
2149 * progmodes/grep.el (font-lock-lines-before):
2150 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2151 * progmodes/mixal-mode.el (compile-command):
2152 * progmodes/perl-mode.el (font-lock-comment-face)
2153 (font-lock-doc-face, font-lock-string-face):
2154 * progmodes/prolog.el (comint-prompt-regexp):
2155 * progmodes/sh-script.el (font-lock-comment-face)
2156 (font-lock-set-defaults, font-lock-string-face):
2157 * progmodes/sql.el (font-lock-keyword-face)
2158 (font-lock-set-defaults, font-lock-string-face):
2159 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2160 (itimer-version, lazy-lock-defer-contextually)
2161 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2162 Add defvars.
2163
2164 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2165 (cperl-electric-keyword, cperl-electric-pod)
2166 (cperl-electric-backspace, cperl-forward-re)
2167 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2168 (vc-rcs-header, vc-sccs-header): Add defvars.
2169
2170 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2171 (font-lock-syntactic-keywords, gud-find-expr-function):
2172 Add defvars.
2173
2174 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2175 (gdb-frame-parameters): Declare before use.
2176
2177 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2178 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2179 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2180 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2181
2182 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2183 (idlwave-help-with-source): Use `insert-buffer-substring', not
2184 `insert-buffer'.
2185
2186 2005-08-29 Juri Linkov <juri@jurta.org>
2187
2188 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2189 Put outline-back-to-heading function call inside save-excursion.
2190
2191 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * man.el (Man-init-defvars, Man-translate-references)
2194 (Man-support-local-filenames, Man-highlight-references):
2195 * progmodes/sql.el (sql-interactive-mode):
2196 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2197
2198 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2199 (compilation-mode-font-lock-keywords): Add defvars.
2200 (checkdoc-interactive-loop): "?\ " -> "?\s".
2201
2202 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2203 (font-lock-doc-face, font-lock-string-face)
2204 (font-lock-keywords-case-fold-search): Add defvars.
2205 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2206
2207 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2208 Don't pass X and Y (they are ignored anyway).
2209 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2210 (mouse-delete-window): Make arguments optional.
2211
2212 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2213 (caesar-translate-table, minor-modes, news-buffer-save)
2214 (news-group-name, news-minor-modes): Add defvars.
2215
2216 * emacs-lisp/lselect.el (mouse-highlight-priority)
2217 (x-lost-selection-functions, zmacs-regions):
2218 * emacs-lisp/pp.el (font-lock-verbose):
2219 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2220 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2221 (ses-mode-map):
2222 * emacs-lisp/tcover-unsafep.el (safe-functions):
2223 * international/mule-cmds.el (mac-system-coding-system)
2224 (mac-system-locale):
2225 * language/ethio-util.el (rmail-current-message)
2226 (rmail-message-vector):
2227 * language/thai-util.el (thai-auto-composition-mode):
2228 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2229 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2230 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2231 (vm-primary-inbox, vm-spool-files):
2232 * mail/rmail.el (deleted-head, font-lock-fontified)
2233 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2234 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2235 (total-messages):
2236 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2237 (rmail-summary-mode-map):
2238 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2239 (rmail-last-label, rmail-last-multi-labels)
2240 (rmail-summary-vector, rmail-total-messages):
2241 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2242 * mail/rmailsum.el (msgnum):
2243 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2244 (rmail-current-message):
2245 * obsolete/fast-lock.el (font-lock-face-list):
2246 * obsolete/rnewspost.el (mail-reply-buffer):
2247 * obsolete/scribe.el (compile-command):
2248 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2249
2250 2005-08-28 John Paul Wallington <jpw@gnu.org>
2251
2252 * ibuf-ext.el (ibuffer-auto-update-changed):
2253 Use `frame-or-buffer-changed-p' to check whether we need to update.
2254 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2255 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2256 as a `frame-or-buffer-changed-p' state vector instead.
2257
2258 2005-08-27 Romain Francoise <romain@orebokech.com>
2259
2260 * textmodes/makeinfo.el (makeinfo-compile):
2261 Use `compilation-start'. Set `next-error-function' according to
2262 `disable-errors'.
2263 (makeinfo-next-error): New function.
2264 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2265 (makeinfo-buffer): Likewise.
2266
2267 * progmodes/compile.el (compilation-start): Add autoload cookie.
2268
2269 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2270 * textmodes/sgml-mode.el: Likewise.
2271 * progmodes/python.el: Likewise.
2272
2273 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2274
2275 * simple.el (blink-matching-paren-distance): Document the meaning
2276 of nil value, and allow to customize to nil.
2277
2278 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2279 command.com, not command.exe.
2280
2281 2005-08-26 John Wiegley <johnw@newartisans.com>
2282
2283 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2284 code around a bit so that an extraneous nil argument is not added
2285 to a command when no args are given.
2286
2287 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2288 double-quoted argument resolves to nil, return it as an empty
2289 string rather than as nil. This made it impossible to pass "" to
2290 a shell script as a null string argument.
2291
2292 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * outline.el (outline-invent-heading): New fun.
2295 (outline-promote, outline-demote): Use it.
2296 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2297 (outline-end-of-subtree): Remove unused var `opoint'.
2298
2299 2005-08-26 David Reitter <david.reitter@gmail.com>
2300
2301 * menu-bar.el (truncate-lines, write-file, print-buffer)
2302 (ps-print-buffer-faces, ps-print-buffer, split-window):
2303 Disable menu items when the frame they refer to is invisible, or when
2304 they refer to a buffer and the minibuffer is selected.
2305
2306 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2307
2308 * progmodes/flymake.el (flymake-highlight-err-lines):
2309 Use save-excursion around flymake-highlight-line to preserve point.
2310
2311 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2312
2313 * progmodes/octave-mod.el: Change Author and Maintainer address.
2314 (octave-maintainer-address): Change Kurt's email address.
2315 * progmodes/octave-inf.el: Change Author and Maintainer address.
2316 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2317
2318 2005-08-26 Kim F. Storm <storm@cua.dk>
2319
2320 * subr.el (version-list-<, version-list-<=, version-list-=):
2321 Renamed from integer-list-*.
2322 (version-list-not-zero): Likewise. Fix while loop.
2323 (version=): Use version-list-= instead of string-equal.
2324
2325 2005-08-26 Richard M. Stallman <rms@gnu.org>
2326
2327 * outline.el (outline-promote): Try shortening the heading.
2328 As last resort, read the heading to use.
2329 (outline-demote): As last resort, read the heading to use.
2330
2331 2005-08-26 Romain Francoise <romain@orebokech.com>
2332
2333 * progmodes/compile.el (compilation-start): Doc fix.
2334
2335 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2336 (antlr-font-lock-additional-keywords): Fix reference to
2337 `antlr-font-lock-literal-regexp' erroneously changed during the
2338 mass face rename.
2339 (antlr-run-tool): Use `compilation-start'.
2340
2341 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2342 instead of the obsolete `compile-internal'.
2343
2344 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2345
2346 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2347 (number, original-date):
2348 * calendar/cal-china.el (date):
2349 * calendar/cal-coptic.el (date):
2350 * calendar/cal-french.el (date):
2351 * calendar/cal-hebrew.el (date, entry, number, original-date):
2352 * calendar/cal-islam.el (date, number, original-date):
2353 * calendar/cal-iso.el (date):
2354 * calendar/cal-julian.el (date):
2355 * calendar/cal-mayan.el (date):
2356 * calendar/cal-menu.el (date, event):
2357 * calendar/cal-persia.el (date):
2358 * calendar/lunar.el (date):
2359 * calendar/solar.el (date): Add defvars.
2360
2361 * emerge.el:
2362 * ibuffer.el:
2363 * info-xref.el:
2364 * obsolete/bg-mouse.el:
2365 * obsolete/sun-curs.el:
2366 * obsolete/swedish.el: Move the `defvar's to the top level.
2367
2368 * smerge-mode.el (smerge-refined-change): Add :group.
2369
2370 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2373 (smerge-keep-n): Remove props.
2374 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2375 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2376 now that it's done in smerge-keep-n.
2377 (smerge-refined-change): New face.
2378 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2379 (smerge-refine): New funs.
2380 (smerge-basic-map): Bind smerge-refine.
2381
2382 2005-08-25 Juri Linkov <juri@jurta.org>
2383
2384 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2385 compilation-process-setup-function and compilation-disable-input
2386 in grep-mode instead of let-bindings in grep.
2387
2388 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2389 Delete "Automatic File De/compression" (auto-compression-mode).
2390
2391 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2392
2393 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2394 Silence warning about non-existent variable.
2395
2396 2005-08-25 Richard M. Stallman <rms@gnu.org>
2397
2398 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2399 Rename "Describe Key" to "Describe Key or Mouse Operation".
2400
2401 * mail/mailalias.el (build-mail-aliases): Delete comments
2402 from the contents before processing them.
2403
2404 * isearch.el (isearch-edit-string): Erase the Search prompt
2405 if user enters an empty string and there is no default.
2406
2407 * comint.el (comint-file-name-prefix): Add autoload.
2408
2409 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2410
2411 * subr.el (play-sound): Rearrange to avoid warning.
2412
2413 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2414
2415 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2416 New hook.
2417 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2418
2419 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2422
2423 * custom.el (custom-theme-set-variables): Sort minor modes last.
2424
2425 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2426
2427 * subr.el (version-separator, version-regexp-alist): New vars used by
2428 version comparison funs.
2429 (integer-list-<, integer-list-=, integer-list-<=)
2430 (integer-list-not-zero): New funs for integer list comparison.
2431 (version-to-list, version=, version<, version<=): New funs for version
2432 comparison.
2433
2434 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2435
2436 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2437 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2438 time to silence the byte-compiler.
2439
2440 * ibuffer.el (ibuffer-compile-make-eliding-form)
2441 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2442 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2443 so it's silly to get warnings for it).
2444 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2445 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2446 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2447 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2448 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2449 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2450 Defvar at compile time.
2451 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2452 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2453 Declare them before use.
2454
2455 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2456 (info-xref-good, info-xref-bad): Defvar at compile time.
2457
2458 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2459 Use `let*' instead of `let'.
2460
2461 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2462 (*mouse-y*, menu, char): Defvar at compile time.
2463 (sc::menu): Declare it before use.
2464 (sc::pack-one-line): Use `let', not `let*'.
2465
2466 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2467 (mail-send-hook): Defvar at compile time.
2468
2469 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2470 Defvar at compile time.
2471
2472 * term/sun-mouse.el (current-global-mousemap)
2473 (current-local-mousemap): Declare them before use.
2474
2475 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2476
2477 * bookmark.el (bookmark-after-jump-hook): New hook.
2478 (bookmark-jump): Run `bookmark-after-jump-hook'.
2479
2480 2005-08-23 Juri Linkov <juri@jurta.org>
2481
2482 * faces.el (minibuffer-prompt): Doc fix.
2483
2484 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2485
2486 * progmodes/xscheme.el: Trivial changes to silence warnings.
2487 (xscheme-previous-mode, xscheme-previous-process-state):
2488 Add defvars.
2489 (xscheme-last-input-end, xscheme-process-command-line)
2490 (xscheme-process-name, xscheme-buffer-name)
2491 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2492 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2493 (xscheme-control-g-synchronization-p)
2494 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2495 (default-xscheme-runlight, xscheme-runlight)
2496 (xscheme-runlight-string, xscheme-process-filter-state)
2497 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2498 Move to beginning of file.
2499 (scheme-interaction-mode-commands-alist)
2500 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2501 Declare them before use. Note: the initialization code for the variables
2502 has not been moved because it uses functions that reference the variables.
2503 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2504 (xscheme-prompt-for-expression-map): Declare them before use.
2505 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2506
2507 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2508
2509 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2510
2511 2005-08-22 Juri Linkov <juri@jurta.org>
2512
2513 * faces.el (set-face-underline): Delete this duplicate function
2514 and make an obsolete alias to set-face-underline-p.
2515 (set-face-underline-p): Use docstring of set-face-underline.
2516 (describe-face): Create hyperlink to parent face.
2517
2518 * info.el (Info-insert-dir): Use save-excursion around
2519 insert-buffer-substring.
2520 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2521 (Info-escape-percent): Delete function.
2522 (Info-fontify-node): Replace Info-escape-percent by
2523 replace-regexp-in-string with REP arg set to lambda that
2524 duplicates `%' and preserves text properties.
2525
2526 * progmodes/compile.el (compilation-disable-input): Doc fix.
2527 (define-compilation-mode): Doc fix and refill.
2528 (kill-compilation): Use `mode-name' in the error message.
2529 (compilation-find-file): Use `compilation-error' in the
2530 read-file-name's prompt.
2531
2532 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2535 (smerge-auto-leave): Make undo re-enable the mode.
2536 (debug-ignored-errors): Add the user-error of impossible resolution.
2537 (smerge-resolve): Move things around a bit, in preparation for later.
2538 (smerge-diff): Don't fail if the buffer has no associated file.
2539 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2540 (smerge-conflict-overlay): New function.
2541 (smerge-match-conflict): Don't add text properties here.
2542 (smerge-find-conflict): Instead, add an overlay here.
2543 Also check for the case where we're inside a conflict already, so as to
2544 obviate the need for font-lock-multiline, which is unbearably slow with
2545 large conflicts and ciomplex font-lock patterns.
2546 (smerge-remove-props): Remove overlay rather than text-properties.
2547 (smerge-mode): Don't set font-lock-multiline.
2548 Remove overlays when turned off.
2549
2550 2005-08-21 Kim F. Storm <storm@cua.dk>
2551
2552 * ido.el (ido-ignore-item-p): Use save-match-data.
2553 Bind case-fold-search to ido-case-fold locally.
2554
2555 2005-08-20 Richard M. Stallman <rms@gnu.org>
2556
2557 * files.el (normal-mode): If font lock is on, turn it off and on.
2558
2559 * subr.el (replace-regexp-in-string): Doc fix.
2560
2561 * startup.el (command-line-1): Don't suppress startup screen
2562 due to existing processes.
2563
2564 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2565
2566 * progmodes/compile.el (compilation-disable-input): Default to nil.
2567
2568 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2569
2570 * progmodes/compile.el (compilation-disable-input): New defcustom.
2571 (compilation-start): If compilation-disable-input is non-nil, send
2572 EOF to the compilation process.
2573
2574 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2575
2576 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2577 Run the argument of tex-shell-cd-command through
2578 convert-standard-filename, to get the correct style of slashes on
2579 Windows, and enclose the result in quotes, in case the file name
2580 includes whitespace or other special characters.
2581
2582 2005-08-19 Andreas Schwab <schwab@suse.de>
2583
2584 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2585 process.
2586
2587 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2588
2589 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2590
2591 2005-08-18 Kim F. Storm <storm@cua.dk>
2592
2593 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2594
2595 2005-08-18 Richard M. Stallman <rms@gnu.org>
2596
2597 * scroll-lock.el: New file.
2598
2599 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2600
2601 * dired.el (dired-move-to-end-of-filename):
2602 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2603
2604 2005-08-18 Kim F. Storm <storm@cua.dk>
2605
2606 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2607 rather than toggle mode when custom value is nil.
2608 (ido-everywhere): Fix defun doc string.
2609
2610 2005-08-17 Richard M. Stallman <rms@gnu.org>
2611
2612 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2613 as tag instead of "Inviolable".
2614
2615 2005-08-17 Kim F. Storm <storm@cua.dk>
2616
2617 * windmove.el (windmove-coordinates-of-position): Remove.
2618 (windmove-coordinates-of-window-position): Remove.
2619 (windmove-reference-loc): Use posn-at-point instead.
2620
2621 * subr.el (insert-for-yank-1): Doc fix.
2622
2623 * ido.el (ido-enter-matching-directory): Rename from
2624 ido-enter-single-matching-directory. Change 'slash choice to
2625 'only. Add 'first choice.
2626 (ido-exhibit): Adapt to above changes.
2627
2628 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2629
2630 * Makefile.in: Expand comment about building loaddefs.el.
2631
2632 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2633
2634 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2635 Comment use of defadvice.
2636
2637 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2638
2639 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2640
2641 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2642 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2643 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2644 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2645 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2646 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2647 for backward compatibility for faces that did not appear in the
2648 previous Emacs release.
2649
2650 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2651
2652 2005-08-15 Kim F. Storm <storm@cua.dk>
2653
2654 * emulation/cua-base.el (cua-delete-region): Return t if
2655 deleted region was non-empty.
2656 (cua-replace-region): Inhibit overwrite-mode for
2657 self-insert-command if replaced region was non-empty.
2658 (cua--explicit-region-start, cua--status-string): Make them
2659 buffer-local at top-level...
2660 (cua-mode): ...rather than when mode is enabled.
2661
2662 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2663
2664 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2665 Set t for Emacs 21, 22, and so on.
2666
2667 2005-08-15 David Ponce <david@dponce.com>
2668
2669 * tree-widget.el: Update Commentary header.
2670 (tree-widget-theme): Doc fix.
2671 (tree-widget-space-width): New option.
2672 (tree-widget-image-properties): Look up in the default theme too.
2673 (tree-widget--cursors): Only for images with arrow pointer shape.
2674 (tree-widget-lookup-image): Pointer shape is hand by default.
2675 (tree-widget-icon): Rename generic icon widget from
2676 `tree-widget-control'.
2677 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2678 derive from `tree-widget-icon'.
2679 (tree-widget-handle): Improve default look and feel of the text
2680 representation.
2681 (tree-widget): Rename :*-control properties to :*-icon properties.
2682 Add :action and :help-echo properties.
2683 (tree-widget-after-toggle-functions): Move.
2684 (tree-widget-close-node, tree-widget-open-node): Remove.
2685 (tree-widget-before-create-icon-functions): New hook.
2686 (tree-widget-value-create): Update to allow customization of icons
2687 and nodes at run-time via that new hook.
2688 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2689 (tree-widget-icon-action, tree-widget-icon-help-echo)
2690 (tree-widget-action, tree-widget-help-echo): New functions.
2691
2692 2005-08-15 Kim F. Storm <storm@cua.dk>
2693
2694 * ido.el (ido-buffer-internal): Use with-no-warnings.
2695 (ido-make-merged-file-list): Use while-no-input.
2696
2697 2005-08-15 Richard M. Stallman <rms@gnu.org>
2698
2699 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2700 (flyspell-large-region): Fix doc and custom type.
2701
2702 2005-08-14 Richard M. Stallman <rms@gnu.org>
2703
2704 * files.el (interpreter-mode-alist): Doc fix.
2705
2706 * mail/rmail.el (rmail-nonignored-headers): New variable.
2707 (rmail-clear-headers): Use it.
2708 (rmail-reply): Better handling of mail-followup-to header.
2709
2710 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2711 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2712 don't try to refer to executable-font-lock-keywords.
2713 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2714 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2715 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2716 (sh-mode): Set comment-start-skip, local-abbrev-table,
2717 imenu-case-fold-search.
2718 (sh-set-shell): Don't set them here.
2719 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2720 Don't cache the results in the original alist; don't ever modify
2721 that alist.
2722
2723 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2724
2725 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2726 empty.
2727
2728 2005-08-15 Andreas Schwab <schwab@suse.de>
2729
2730 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2731
2732 * dired.el, info.el, mail/rmail.el: Revert last change.
2733
2734 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2735
2736 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2737 modification in `eval-after-load' form.
2738 * info.el: Likewise.
2739 * mail/rmail.el: Likewise.
2740
2741 2005-08-14 Juri Linkov <juri@jurta.org>
2742
2743 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2744 Remove highlighting of "Compilation started". Highlight only
2745 the word "finished" in "Compilation finished". Add highlighting
2746 of "interrupt", "killed", "terminated" and the exit code.
2747 (compilation-start): Add newline after header. Use exactly the
2748 same time stamp format as the finishing message.
2749 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2750
2751 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2752 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2753 Add highlighting of "interrupt", "killed", "terminated".
2754
2755 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2756 enabled and the current command is self-insert-command, call it
2757 explicitly with overwrite-mode bound to nil, to not allow it
2758 to delete the character after the selected region.
2759
2760 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2761
2762 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2763 move-end-of-line, end-of-line, and beginning-of-line to the list
2764 of commands after which the echo area is updated.
2765
2766 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2767
2768 * cus-edit.el (custom-save-all, custom-save-delete):
2769 Bind recentf-exclude to exclude custom-file.
2770
2771 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2772
2773 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2774 to go to the bottom of the mail message. Added to
2775 `rmail-summary-mode-map' with key "/".
2776 (rmail-summary-show-message): New (internal) function for use by
2777 both `rmail-summary-beginning/end-of-message'.
2778 (rmail-summary-beginning-of-message): Change to use
2779 rmail-summary-show-message.
2780
2781 * mail/rmail.el (rmail-end-of-message): New command to go to the
2782 end of the current message. Added to `rmail-mode-map' with key "/".
2783 (rmail-beginning-of-message): Fix to work as documented.
2784 (rmail-mode): Change documentation.
2785
2786 * progmodes/compile.el (compilation-start): Add the line
2787 "Compilation started" with compilation start time.
2788 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2789
2790 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2791
2792 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2793 of menu items.
2794
2795 2005-08-11 Richard M. Stallman <rms@gnu.org>
2796
2797 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2798
2799 * battery.el (battery-status-function): Don't use ignore-errors.
2800
2801 2005-08-11 Lute Kamstra <lute@gnu.org>
2802
2803 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2804 define-obsolete-variable-alias.
2805
2806 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2807
2808 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2809 (ange-ftp-send-cmd): Revert last change, and expand
2810 the comment explaining the problem.
2811
2812 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2813
2814 * ldefs-boot.el: Update.
2815
2816 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2817 item to "Time, Load and Mail". Change help echo text.
2818
2819 * time.el (display-time-use-mail-icon, display-time-format)
2820 (display-time-string-forms): Shorten first line of docstrings.
2821
2822 2005-08-10 Lars Hansen <larsh@soem.dk>
2823
2824 * desktop.el (desktop-buffer-mode-handlers):
2825 Make non-customizable. Add autoload cookie. Change initial value to
2826 nil; add elements in respective modules instead. Fix doc string.
2827 (desktop-load-file): New function.
2828 (desktop-minor-mode-handlers): New autoloaded variable.
2829 (desktop-create-buffer): Call minor mode handlers.
2830 Use desktop-load-file to load major and minor mode modules prior to
2831 checking for a handler.
2832 (desktop-save): Don't add nil to desktop-minor-modes for minor
2833 modes with nil function in desktop-minor-mode-table. Don't delete
2834 desktop file before rewriting it.
2835 (desktop-locals-to-save): Add autoload cookie. Don't make
2836 automatically buffer-local. Add variables column-number-mode,
2837 size-indication-mode, indent-tabs-mode,
2838 indicate-buffer-boundaries, indicate-empty-lines and
2839 show-trailing-whitespace.
2840 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2841 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2842 (desktop-clear-preserve-buffers-regexp): Delete.
2843 (desktop-clear-preserve-buffers): Update initial value and docstring.
2844 (desktop-save-buffer): Fix doc string.
2845
2846 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2847 (hilit-chg-desktop-restore): New function.
2848 (highlight-changes-mode): Add highlight-changes-mode to
2849 desktop-locals-to-save.
2850
2851 * dired.el: Add handler to desktop-buffer-mode-handlers.
2852 (dired-restore-desktop-buffer): Remove autoload cookie.
2853 (dired-mode): Add autoload cookie.
2854
2855 * info.el: Add handler to desktop-buffer-mode-handlers.
2856 (Info-restore-desktop-buffer): Remove autoload cookie.
2857 (Info-mode): Add autoload cookie.
2858
2859 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2860 (mh-restore-desktop-buffer): Remove autoload cookie.
2861 (mh-folder-mode): Add autoload cookie.
2862
2863 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2864 (rmail-restore-desktop-buffer): Remove autoload cookie.
2865
2866 2005-08-11 Masatake YAMATO <jet@gyve.org>
2867
2868 * hexl.el (hexl-address-region):
2869 (hexl-ascii-region, hexl-font-lock-keywords):
2870 (hexl-highlight-line-range): Use the term "region"
2871 instead of "area" for consistency with the other symbols
2872 defined in hexl.el.
2873
2874 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2875
2876 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2877 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2878 out by Juri Linkov). Add `display-battery-mode'.
2879
2880 2005-08-09 Juri Linkov <juri@jurta.org>
2881
2882 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2883 Remove `-text' from face variable names.
2884 (compilation-error-file-name, compilation-warning-file-name)
2885 (compilation-info-file-name): Delete faces.
2886 (compilation-line-number, compilation-column-number):
2887 Remove face underlining.
2888 (compilation-message-face): Set to `underline' value by default.
2889 (compilation-error-face, compilation-warning-face)
2890 (compilation-info-face): Remove `-file-name' from face names.
2891 (compilation-error-text-face, compilation-warning-text-face)
2892 (compilation-info-text-face): Delete face variables.
2893 (compilation-text-face): Delete function.
2894
2895 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2896 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2897 (grep-error-face): Set to `compilation-error' instead of
2898 `compilation-error-face' (which is redefined to `grep-hit-face' in
2899 grep buffers).
2900 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2901 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2902
2903 * dired-aux.el (dired-do-query-replace-regexp):
2904 Use `query-replace-read-args'.
2905
2906 * replace.el (query-replace-read-from, query-replace-read-to)
2907 (query-replace-read-args): Rename arg `string' to `prompt'.
2908
2909 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2910
2911 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2912
2913 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2914 uploading files.
2915 (ange-ftp-canonize-filename): Handle file names beginning with ~
2916 correctly.
2917
2918 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2919
2920 * textmodes/fill.el (canonically-space-region)
2921 (fill-context-prefix, fill-french-nobreak-p)
2922 (fill-delete-newlines, fill-comment-paragraph)
2923 (justify-current-line): "?\ " -> "?\s".
2924
2925 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2926
2927 * textmodes/fill.el (fill-nonuniform-paragraphs):
2928 Improve argument/docstring consistency.
2929
2930 2005-08-09 Richard M. Stallman <rms@gnu.org>
2931
2932 * textmodes/ispell.el (ispell-word): More fboundp checks.
2933
2934 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2935 (find-file-noselect-1): Call it here, only if RAWFILE.
2936 (normal-mode): Always set some major mode.
2937 (save-some-buffers-action-alist): Change some explanation strings.
2938 (file-name-non-special): In the `quote' method, use unwind-protect.
2939
2940 2005-08-09 Magnus Henoch <mange@freemail.hu>
2941
2942 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2943 (ispell-have-aspell-dictionaries): New variable.
2944 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2945 (ispell-get-aspell-config-value): New function.
2946 (ispell-aspell-find-dictionary): New function.
2947 (ispell-aspell-add-aliases): New function.
2948 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2949 appropriate. Don't look for ispell dictionaries if we use aspell.
2950 (ispell-menu-map): Don't build a submenu of dictionaries.
2951
2952 2005-08-09 Richard M. Stallman <rms@gnu.org>
2953
2954 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2955 (sql-read-passwd): Use read-passwd.
2956
2957 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2958 (idlwave-toolbar-is-possible): Add defvars.
2959
2960 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2961 Avoid warnings.
2962
2963 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2964 (idlwave-system-class-info, idlwave-executive-commands-alist):
2965 Use defvar.
2966
2967 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2968
2969 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2970 Avoid warnings.
2971
2972 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2973 and content-type: headers.
2974
2975 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2976
2977 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2978 and rename some of them to be more self-explanatory.
2979
2980 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2981
2982 * startup.el (command-line-1): Implement -scriptload.
2983
2984 * replace.el (occur-engine): Initial *Occur* output not undoable.
2985
2986 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2987 and improve help strings.
2988
2989 * isearch.el (isearch-repeat): When changing direction,
2990 mark search successful.
2991
2992 * ediff-init.el: Use (featurep 'xemacs).
2993
2994 * comint.el (send-invisible): Identify buffer, if not selected.
2995
2996 * align.el: Delete autoload for c-guess-basic-syntax.
2997
2998 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2999
3000 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3001 Improve argument/docstring consistency. Doc fixes.
3002 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3003 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3004 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3005 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3006 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3007 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3008 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3009 Defvar at compile time.
3010
3011 2005-08-09 Juri Linkov <juri@jurta.org>
3012
3013 * info.el: Replace `info' with upper-case `Info' where appropriate.
3014 (info-title-1, info-title-2, info-title-3, info-title-4)
3015 (info-menu-header): Move up face definitions.
3016 (info-menu-star): Rename from `info-menu-5'.
3017 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3018 (Info-fontify-visited-nodes): Fix docstring.
3019 (Info-hide-note-references): Fix docstring.
3020 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3021 menu items in the same way as on cross-references.
3022 (info-apropos): Fix sorting order and formatting to be like in the
3023 stand-alone Info browser. Display error messages for 1 sec.
3024 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3025 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3026 from the menu bar.
3027 (Info-insert-dir): Restore point after calling
3028 `insert-buffer-substring'.
3029
3030 2005-08-08 Richard M. Stallman <rms@gnu.org>
3031
3032 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3033 (recompute-lucid-menubar): Add defvars.
3034
3035 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3036
3037 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3038
3039 * net/net-utils.el (run-dig): Rename from `dig'.
3040
3041 * play/gametree.el (gametree-mode): Use make-local-variable,
3042 not make-variable-buffer-local.
3043
3044 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3045
3046 * ansi-color.el (ansi-color-make-extent)
3047 (ansi-color-set-extent-face): Use fboundp, not functionp.
3048
3049 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3050 not make-variable-buffer-local.
3051
3052 * bookmark.el (Info-current-file): Add defvar.
3053 (bookmark-jump-noselect): Use with-no-warnings.
3054
3055 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3056
3057 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3058
3059 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3060
3061 * find-file.el (ada-procedure-start-regexp)
3062 (ada-package-start-regexp): Add defvars.
3063
3064 * info.el (Info-insert-dir): Use insert-buffer-substring.
3065
3066 * xml.el (xml-att-def-re): Add defvar.
3067
3068 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3069 calling convention.
3070
3071 * subr.el (while-no-input): Return t if there is input.
3072
3073 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3074
3075 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3076
3077 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3078
3079 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3080 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3081
3082 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3083
3084 * cmuscheme.el (scheme-start-file): Replace reference to
3085 `user-emacs-directory' by "~/.emacs.d/".
3086
3087 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3088
3089 * info.el (Info-dir-remove-duplicates): Avoid case folding
3090 in loop; instead, keep downcased strings for comparison.
3091 Suggested by Helmut Eller.
3092
3093 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3094
3095 Sync with Tramp 2.0.50.
3096
3097 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3098 XEmacs case; not necessary anymore.
3099 (tramp-user-regexp): Allow "@" as part of user name.
3100 (tramp-handle-set-visited-file-modtime)
3101 (tramp-handle-insert-file-contents)
3102 (tramp-handle-write-region): No special handling for
3103 `last-coding-system-used, because this is done in
3104 `tramp-accept-process-output' now.
3105 (tramp-accept-process-output): New defun.
3106 (tramp-process-one-action, tramp-process-one-multi-action)
3107 (tramp-wait-for-regexp, tramp-wait-for-output)
3108 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3109 Howells <dhowells@redhat.com>.
3110 (clear-visited-file-modtime): Defadvice removed. The check for
3111 unset buffer's modtime does not need to be based on
3112 `tramp-buffer-file-attributes'. Suggested by RMS.
3113 (tramp-message): Insert "\n" if not being at beginning of line.
3114 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3115 sequence with same logic.
3116 (tramp-completion-handle-expand-file-name): Discard call of
3117 `tramp-drop-volume-letter'. It is not necessary, and there have
3118 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3119 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3120 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3121 should always be visible.
3122 (tramp-handle-insert-directory, tramp-setup-complete)
3123 (tramp-set-process-query-on-exit-flag)
3124 (tramp-append-tramp-buffers): Pacify byte-compiler.
3125 (tramp-bug): Delete non-existing variables from list.
3126 Apply `tramp-load-report-modules' as pre-hook.
3127 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3128 `shell-prompt-pattern' because of non-7bit characters.
3129 Reported by Sebastian Luque <sluque@mun.ca>.
3130 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3131 (tramp-match-string-list): Remove function.
3132 (tramp-wait-for-regexp): Remove call of that function.
3133 Suggested by Kim F. Storm <storm@cua.dk>.
3134 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3135 instead of octal character code ?\600. The latter resulted in a
3136 syntax error with XEmacs.
3137
3138 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3139 XEmacs case; not necessary anymore.
3140 (tramp-smb-handle-write-region): No special handling for
3141 `last-coding-system-used, because this is done in
3142 `tramp-accept-process-output' now.
3143 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3144
3145 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3146
3147 * wid-edit.el (widget-choice-value-create):
3148 Unconditionally respect user choice. Set :explicit-choice back to nil
3149 when no longer needed.
3150 (widget-choice-action): Unconditionally respect user choice.
3151 Eliminate :explicit-choice-value.
3152
3153 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3154
3155 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3156 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3157 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3158 running new function `toggle-indicate-empty-lines'.
3159 Rename "Customize" item to "Customize fringe".
3160 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3161 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3162 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3163 Delete "Empty lines only" item.
3164 (menu-bar-showhide-fringe-ind-customize): New function.
3165 (menu-bar-showhide-fringe-ind-mixed)
3166 (menu-bar-showhide-fringe-ind-box)
3167 (menu-bar-showhide-fringe-ind-right)
3168 (menu-bar-showhide-fringe-ind-left)
3169 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3170 instead of `fringe-indicators'.
3171
3172 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3173
3174 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3175 Change the date of last update.
3176
3177 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3178
3179 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3180 (viper-exec-yank, viper-put-back): Don't display modification msg
3181 if in the minibuffer.
3182
3183 * viper-init.el (viper-replace-overlay-cursor-color)
3184 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3185 Make variables frame local.
3186
3187 * viper-util.el (viper-append-filter-alist): Use append instead of
3188 nconc.
3189
3190 * viper.el (viper-vi-state-mode-list)
3191 (viper-emacs-state-mode-list): Move help-mode and
3192 completion-list-mode from the first list to the second.
3193 (viper-mode): Docstring.
3194 (viper-go-away, viper-non-hook-settings): Don't localize
3195 minor-mode-alist in newer Emacsen. Add advice to
3196 set-cursor-color. Don't bind "\C-c\\".
3197
3198 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3199
3200 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3201 (scheme-macro-expand-command): New user options.
3202 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3203 (scheme-form-at-point, scheme-start-file)
3204 (scheme-interactively-start-process): New functions.
3205 (scheme-get-process): New function, extracted from `scheme-proc'.
3206 (run-scheme): Call `scheme-start-file' to get start file, and pass
3207 it to `make-comint'.
3208 (switch-to-scheme, scheme-proc):
3209 Call `scheme-interactively-start-process' if no Scheme buffer/process
3210 is available.
3211
3212 2005-08-06 Juri Linkov <juri@jurta.org>
3213
3214 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3215 Use `compilation-text-face', `compilation-info-text-face' and
3216 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3217 (compilation-error): New face.
3218 (compilation-error-file-name): Inherit from
3219 `compilation-error' instead of `font-lock-warning-face'.
3220 (compilation-warning-file-name): Inherit from
3221 `compilation-warning' instead of `font-lock-warning-face'.
3222 (compilation-info, compilation-error-file-name)
3223 (compilation-warning-file-name, compilation-info-file-name)
3224 (compilation-line-number, compilation-column-number): Doc fix.
3225 (compilation-error-text-face, compilation-warning-text-face)
3226 (compilation-info-text-face): New face variables.
3227 (compilation-line-face, compilation-column-face)
3228 (compilation-enter-directory-face)
3229 (compilation-leave-directory-face): Doc fix.
3230 (compilation-text-face): New function.
3231
3232 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3233 instead of 1 to display binary file names as info file links.
3234 (grep-error-face): Use `compilation-error-face' instead of
3235 `font-lock-keyword-face'.
3236 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3237 and `compilation-warning-text-face' instead of
3238 `font-lock-keyword-face'. Use `compilation-error-text-face'
3239 instead of `grep-error-face'.
3240
3241 2005-08-05 Kenichi Handa <handa@m17n.org>
3242
3243 * international/code-pages.el: Add autoload cookies for all coding
3244 systems.
3245
3246 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3247
3248 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3249
3250 2005-08-04 Juri Linkov <juri@jurta.org>
3251
3252 * progmodes/compile.el (compilation-mode-map):
3253 * progmodes/grep.el (grep-mode-map):
3254 Bind TAB to `compilation-next-error' and [backtab] to
3255 `compilation-previous-error'.
3256
3257 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3258 matching line numbers, column numbers and their ranges with regexp
3259 matching only line numbers.
3260 (grep-context-face): New face variable.
3261 (grep-mode-font-lock-keywords): Use it.
3262
3263 * faces.el (read-face-name): Delete duplicate faces.
3264
3265 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * thumbs.el (thumbs-find-image): Don't make variables
3268 automatically buffer local.
3269 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3270 (thumbs-image-num): Make automatically buffer local.
3271 (thumbs-show-thumbs-list): Use `make-local-variable', not
3272 `make-variable-buffer-local'.
3273 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3274
3275 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3276 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3277 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3278 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3279 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3280 (feelings-about, foullst, found, hello, history, howareyoulst)
3281 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3282 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3283 (neglst, obj, object, owner, please, problems, qlist)
3284 (random-adjective, relation, remlst, repetitive-shortness)
3285 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3286 (shortlst, something, sportslst, stallmanlst, states, subj)
3287 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3288 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3289 Defvar at compile time.
3290
3291 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3292 not `make-variable-buffer-local'.
3293
3294 2005-08-02 Kim F. Storm <storm@cua.dk>
3295
3296 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3297 rectangle overlay in selected window.
3298
3299 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3300
3301 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3302 instead of display group. Make `indicate-buffer-boundaries'
3303 customizable through Custom.
3304
3305 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3306
3307 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3308 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3309 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3310 (gdb-put-string): Fix typos in docstrings.
3311
3312 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3313
3314 Update copyright notices of files in progmodes directory for
3315 release of Emacs 22.1.
3316
3317 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3318
3319 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3320 Don't barf if the GUD buffer has been killed.
3321
3322 2005-08-01 Kim F. Storm <storm@cua.dk>
3323
3324 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3325
3326 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * simple.el (next-error-follow-minor-mode):
3329 make-variable-buffer-local -> make-local-variable.
3330
3331 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3332
3333 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3334 (byte-compile-form-make-variable-buffer-local): New functions to warn
3335 about misuses of make-variable-buffer-local where make-local-variable
3336 was meant.
3337
3338 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3339
3340 * bs.el (bs-attributes-list): Doc fix.
3341 (bs): Update url-link.
3342
3343 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3344 (desktop-load-default): Simplify.
3345
3346 * ibuffer.el (ibuffer-columnize-and-insert-list)
3347 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3348 (ibuffer-unmark-all, ibuffer-toggle-marks)
3349 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3350 (ibuffer-compile-make-format-form, ibuffer-format-column)
3351 (ibuffer-current-buffers-with-marks)
3352 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3353 (ibuffer): Doc fix.
3354 (ibuffer-mode): Fix typo in docstring.
3355 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3356 with `define-obsolete-variable-alias'.
3357 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3358
3359 2005-07-29 Kenichi Handa <handa@m17n.org>
3360
3361 * international/mule-cmds.el (select-message-coding-system):
3362 Be sure to use LF for end-of-line. If no coding system is decided,
3363 return iso-8859-1-unix.
3364
3365 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3368 (ange-ftp-pending-error-line): New vars.
3369 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3370 to handle the non-fatal no-route-to-host messages.
3371 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3372
3373 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3374
3375 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3376 (isearch-quote-char, isearch-printing-char)
3377 (isearch-text-char-description): "?\ " -> "?\s".
3378 (isearch-lazy-highlight-cleanup)
3379 (isearch-lazy-highlight-initial-delay)
3380 (isearch-lazy-highlight-interval)
3381 (isearch-lazy-highlight-max-at-a-time)
3382 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3383 Declare with define-obsolete-*-alias macros.
3384 (isearch-forward): Fix typo in docstring.
3385 (search-invisible, search-ring-yank-pointer)
3386 (regexp-search-ring-yank-pointer): Doc fixes.
3387
3388 * recentf.el (recentf-menu-append-commands-p): Declare with
3389 `define-obsolete-variable-alias'.
3390 (recentf-max-saved-items, recentf-menu-filter)
3391 (recentf-arrange-by-rule-subfilter): Doc fixes.
3392 (recentf-menu-append-commands-flag)
3393 (recentf-initialize-file-name-history, recentf-expand-file-name)
3394 (recentf-clear-data): Fix typos in docstrings.
3395
3396 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3397
3398 * progmodes/gdb-ui.el: Smarten comments.
3399 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3400
3401 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3402
3403 * term/apollo.el (terminal-init-apollo): New function containing
3404 all former top level forms in the file.
3405 * term/bobcat.el (terminal-init-bobcat):
3406 * term/cygwin.el (terminal-init-cygwin):
3407 * term/iris-ansi.el (terminal-init-iris-ansi):
3408 * term/linux.el (terminal-init-linux):
3409 * term/news.el (terminal-init-news):
3410 * term/rxvt.el (terminal-init-rxvt):
3411 * term/sun.el (terminal-init-sun):
3412 * term/tvi970.el (terminal-init-tvi970):
3413 * term/vt100.el (terminal-init-vt100):
3414 * term/vt102.el (terminal-init-vt102):
3415 * term/vt125.el (terminal-init-vt125):
3416 * term/vt200.el (terminal-init-vt200):
3417 * term/vt201.el (terminal-init-vt201):
3418 * term/vt220.el (terminal-init-vt220):
3419 * term/vt240.el (terminal-init-vt240):
3420 * term/vt300.el (terminal-init-vt300):
3421 * term/vt320.el (terminal-init-vt320):
3422 * term/vt400.el (terminal-init-vt400):
3423 * term/vt420.el (terminal-init-vt420):
3424 * term/wyse50.el (terminal-init-wyse50):
3425 * term/xterm.el (terminal-init-xterm): Likewise.
3426
3427 * term/README: Describe the terminal-init-* functionality.
3428
3429 * startup.el (command-line): After loading the terminal initialization
3430 file call the corresponding terminal initialization function.
3431
3432 2005-07-27 Kenichi Handa <handa@m17n.org>
3433
3434 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3435 negative.
3436
3437 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3438 (ps-mule-composition-prologue): Fix for the case that
3439 RelativeCompose is false.
3440
3441 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3444
3445 * descr-text.el (describe-char): Handle the case where the list of
3446 chars is displayed in a separate frame.
3447 Be a bit more discriminating when looking for the char.
3448
3449 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3450
3451 * bookmark.el (bookmark-automatically-show-annotations)
3452 (bookmark-read-annotation-text-func): Doc fixes.
3453 (bookmark-save): Improve argument/docstring consistency.
3454 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3455 (bookmark-alist-from-buffer)
3456 (bookmark-upgrade-file-format-from-0)
3457 (bookmark-grok-file-format-version)
3458 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3459 (bookmark-read-annotation-mode)
3460 (bookmark-insert-current-bookmark, bookmark-jump)
3461 (bookmark-exit-hook): Fix typos in docstrings.
3462 (bookmark-exit-hooks): Define as obsolete alias.
3463 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3464 not `bookmark-exit-hooks'. Fix docstring.
3465 (bookmark-bmenu-select): "?\ " -> "?\s".
3466
3467 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3468
3469 * startup.el (command-line): Fix typo.
3470
3471 2005-07-24 Richard M. Stallman <rms@gnu.org>
3472
3473 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3474 not emacs-quick-startup.
3475
3476 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3477
3478 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3479 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3480 instead of `reb-with-current-window'.
3481 (reb-prev-match): Likewise. Also, don't move left if the search
3482 was unsuccessful.
3483 (reb-initialize-buffer): New function.
3484 (re-builder, reb-change-syntax): Use it.
3485
3486 * man.el (Man-goto-page): Make second argument NOERROR optional.
3487
3488 2005-07-23 Richard M. Stallman <rms@gnu.org>
3489
3490 * man.el (Man-bgproc-sentinel): Check here for failure to find
3491 any man page in the output, and report the error here.
3492 (Man-arguments): Make it permanent local.
3493 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3494 (Man-mode): Pass t for NOERROR.
3495
3496 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3497 (grep-mode-font-lock-keywords):
3498 Don't use compilation-...-face for messages that are not file names.
3499
3500 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3501 Don't use compilation-...-face for messages that are not file names.
3502
3503 2005-07-22 Juri Linkov <juri@jurta.org>
3504
3505 * startup.el (normal-splash-screen): Update menu name.
3506
3507 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3508
3509 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3510
3511 * term/xterm.el: Load term/rxvt if the terminal is actually an
3512 rxvt terminal.
3513 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3514
3515 * term/rxvt.el (function-key-map): Use substitute-key-definition
3516 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3517
3518 * term/cygwin.el: New file.
3519
3520 2005-07-22 Kim F. Storm <storm@cua.dk>
3521
3522 * image-file.el (insert-image-file, image-file-yank-handler):
3523 Fix last change to maintain a (unique) yank-handler on yanked images.
3524
3525 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3526
3527 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3528 of the file size (as in "177B" for 177 bytes). This happens with
3529 "ls -lh" on FreeBSD.
3530
3531 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3532
3533 * hilit-chg.el (highlight-changes-global-initial-state)
3534 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3535 (hilit-chg-fixup, highlight-changes-mode):
3536 Fix typos in docstrings.
3537 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3538 Doc fixes.
3539
3540 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3541
3542 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3543 mode function using `eval-after-load'.
3544
3545 2005-07-21 Kim F. Storm <storm@cua.dk>
3546
3547 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3548 included when reporting an emacs crash, and tell about the DEBUG file.
3549
3550 * image-file.el (insert-image-file): Add yank-handler.
3551 (image-file-yank-handler): Yank handler to make unique copies of
3552 images when they are yanked into a buffer next to each other.
3553
3554 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3555
3556 * comint.el (comint-use-prompt-regexp, comint-send-input)
3557 (comint-source-default, comint-extract-string)
3558 (comint-get-source, comint-word, comint-completion)
3559 (comint-source, comint-prompt-read-only, comint-update-fence):
3560 Fix typos in docstrings.
3561 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3562 Declare with define-obsolete-*-alias macros.
3563 (comint-previous-matching-input-from-input)
3564 (comint-next-matching-input-from-input)
3565 (comint-previous-matching-input, comint-next-matching-input)
3566 (comint-forward-matching-input):
3567 Improve argument/docstring consistency.
3568
3569 * desktop.el (desktop-clear-preserve-buffers-regexp):
3570 Also preserve the *server* buffer.
3571
3572 * simple.el (clone-indirect-buffer): Doc fix.
3573 (fixup-whitespace, just-one-space)
3574 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3575 (next-error, next-error-highlight)
3576 (next-error-highlight-no-select, next-error-last-buffer)
3577 (next-error-buffer-p, next-error-find-buffer, next-error)
3578 (previous-error, next-error-no-select, previous-error-no-select)
3579 (open-line, split-line, minibuffer-prompt-width, kill-new)
3580 (binary-overwrite-mode): Fix typos in docstrings.
3581 (set-fill-column): Fix typo in message.
3582
3583 * skeleton.el (skeleton-proxy-new): Doc fix.
3584
3585 * strokes.el (strokes-load-hook): Doc fix.
3586 (strokes-grid-resolution, strokes-get-grid-position)
3587 (strokes-renormalize-to-grid, strokes-read-stroke)
3588 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3589 (strokes-global-map): Fix typos in docstrings.
3590 (strokes-help): Doc fix. Fix help message and pass it through
3591 `substitute-command-keys'.
3592
3593 * tempo.el (tempo-insert-prompt, tempo-interactive)
3594 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3595 (tempo-insert-string-functions, tempo-local-tags)
3596 (tempo-define-template, tempo-insert-template)
3597 (tempo-insert-prompt-compat, tempo-is-user-element)
3598 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3599 Fix typos in docstrings.
3600
3601 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3602 (vcursor-key-bindings, vcursor-use-vcursor-map)
3603 (vcursor-find-window, vcursor-scroll-down)
3604 (vcursor-disable, vcursor-beginning-of-buffer)
3605 (vcursor-end-of-buffer): Fix typos in docstrings.
3606 (vcursor-relative-move, vcursor-get-char-count):
3607 Improve argument/docstring consistency.
3608
3609 * version.el: "?\ " -> "?\s".
3610
3611 * wid-edit.el (widget-default-create, widget-after-change)
3612 (widget-default-format-handler, widget-checklist-add-item)
3613 (widget-radio-add-item, widget-choose, widget-specify-secret)
3614 (widget-field-value-create, widget-field-value-get)
3615 (widget-editable-list-format-handler)
3616 (widget-editable-list-entry-create, widget-group-value-create)
3617 (widget-documentation-link-add)
3618 (widget-documentation-string-value-create): "?\ " -> "?\s".
3619 (widget-convert-text): Doc fix.
3620 (widget-narrow-to-field, widget-field-find)
3621 (widget-url-link-action, widget-emacs-library-link-action)
3622 (widget-color-notify): Fix typos in docstrings.
3623
3624 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3625 (x-select-text, set-w32-system-coding-system)
3626 (w32-add-charset-info): Fix typos in docstrings.
3627
3628 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3629 (cua-enable-cua-keys, cua-use-hyper-key)
3630 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3631 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3632
3633 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3634
3635 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3636 `defalias' instead of faking it.
3637
3638 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3639 (eshell-ls-missing, eshell-ls-dired-initial-args)
3640 (eshell-ls-use-in-dired): Fix typos in docstrings.
3641
3642 2005-07-20 Kim F. Storm <storm@cua.dk>
3643
3644 * emulation/cua-base.el (cua-mode): Improve doc string.
3645
3646 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * abbrev.el (expand-region-abbrevs): Doc fix.
3649 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3650 Improve argument/docstring consistency.
3651
3652 * arc-mode.el (archive-get-descr, archive-alternate-display):
3653 Doc fixes.
3654 (archive-l-e): Improve argument/docstring consistency.
3655 (archive-tmpdir, archive-unixdate, archive-unixtime)
3656 (archive-chmod-entry): Fix typos in docstrings.
3657 (archive-unflag, archive-unflag-backwards)
3658 (archive-unmark-all-files): "?\ " -> "?\s".
3659
3660 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3661 (Buffer-menu-not-modified, Buffer-menu-execute)
3662 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3663 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3664
3665 * composite.el (compose-string, encode-composition-rule)
3666 (compose-last-chars): Fix typos in docstrings.
3667
3668 * desktop.el (desktop-enable, desktop-basefilename):
3669 Declare with `define-obsolete-variable-alias'.
3670 (desktop-internal-v2s): Don't quote keywords.
3671 (desktop-clear): "?\ " -> "?\s".
3672
3673 * dired.el (dired-align-file, dired-flag-backup-files)
3674 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3675 (dired-listing-switches, dired-ls-F-marks-symlinks)
3676 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3677 (dired-directory, dired-faces, dired, dired-revert)
3678 (dired-mode, dired-summary, dired-view-file)
3679 (dired-copy-filename-as-kill, dired-delete-file)
3680 (dired-no-confirm, dired-unmark-all-marks)
3681 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3682 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3683 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3684 Fix typos in message strings.
3685
3686 * dired-x.el (virtual-dired): Declare with `defalias'.
3687 (dired-mark-unmarked-files, dired-local-variables-file)
3688 (dired-omit-here-always): Doc fix.
3689 (dired-omit-mode, dired-find-subdir)
3690 (dired-enable-local-variables, dired-clean-up-buffers-too)
3691 (dired-extra-startup, dired-mark-extension, dired-jump)
3692 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3693 (dired-smart-shell-command, dired-guess-shell-alist-user)
3694 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3695 (dired-x-bind-find-file, dired-x-submit-report):
3696 Fix typos in docstrings.
3697 (dired-mark-unmarked-files): "?\ " -> "?\s".
3698
3699 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3700
3701 * faces.el (describe-face): "?\ " -> "?\s".
3702 (read-all-face-attributes, read-face-font, modify-face)
3703 (face-attr-construct, italic): Fix typos in docstrings.
3704 (frame-update-face-colors): Declare with
3705 `define-obsolete-function-alias'.
3706
3707 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3708 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3709 (magic-mode-alist, buffer-file-numbers-unique)
3710 (write-file-functions, get-free-disk-space):
3711 Fix typos in docstrings.
3712 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3713 (write-contents-hooks, write-file-hooks):
3714 Declare with `define-obsolete-variable-alias'.
3715
3716 * forms-d2.el (arch-rj): Fix typo in docstrings.
3717 (arch-tocol): Likewise. "?\ " -> "?\s".
3718
3719 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3720 Fix typo in docstring.
3721 (set-screen-width, set-screen-height): Delete redundant info in
3722 doctrings.
3723 (new-frame, screen-height, screen-width): Declare with
3724 `define-obsolete-function-alias'.
3725 (delete-frame-hook, blink-cursor): Declare with
3726 `define-obsolete-variable-alias'.
3727
3728 * paths.el (prune-directory-list): Fix typos in docstring.
3729
3730 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3731 (cvs-prefix-get): Fix typos in docstrings.
3732
3733 * ps-print.el (ps-extend-face-list, ps-extend-face)
3734 (ps-print-background-image): Fix typos in docstrings.
3735 (ps-default-fg, ps-default-bg): Doc fixes.
3736
3737 * s-region.el (s-region-bind): Doc fix.
3738 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3739
3740 * textmodes/org.el (org-table-formula-substitute-names)
3741 (org-table-get-vertical-vector): Doc fixes.
3742 (org-table-recalculate): Remove unused argument to `message'.
3743
3744 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3745
3746 * textmodes/org.el (org-table-column-names)
3747 (org-table-column-name-regexp)
3748 (org-table-named-field-locations): New variables.
3749 (org-archive-subtree): Protect `this-command' when calling
3750 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3751 the kill buffer.
3752 (org-complete): Remove fixed-formula completion.
3753 (org-edit-formulas-map): New variable.
3754 (org-table-edit-formulas): New command.
3755 (org-finish-edit-formulas, org-abort-edit-formulas)
3756 (org-show-variable, org-table-get-vertical-vector): New functions.
3757 (org-table-maybe-eval-formula): Handle `:=' fields.
3758 (org-table-get-stored-formulas, org-table-store-formulas)
3759 (org-table-get-formula, org-table-modify-formulas)
3760 (org-table-replace-in-formulas): Handle named field formulas.
3761 (org-table-get-specials): Store locations of named fields.
3762
3763 2005-07-19 Juri Linkov <juri@jurta.org>
3764
3765 * progmodes/grep.el (grep-regexp-alist)
3766 (grep-mode-font-lock-keywords, grep-process-setup):
3767 Use default GNU grep match color "01;31m" instead of "01;41m".
3768 (grep-regexp-alist, grep-mode-font-lock-keywords):
3769 Use `\\[[0-9]*m' instead of `\\[00m'.
3770 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3771 sgr_start where its handling is more important. Use the real
3772 length of sgr_start instead of constant 8.
3773 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3774 specially. Delete all remaining escape sequences.
3775 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3776 (grep-regexp-alist): Make hyperlink only for binary file name
3777 instead of the whole line.
3778 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3779 (grep-mode): Add autoload.
3780
3781 * emacs-lisp/find-func.el (find-function-regexp):
3782 Add `define-compilation-mode'.
3783
3784 2005-07-19 Juri Linkov <juri@jurta.org>
3785
3786 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3787 (compare-windows-sync-string-size, compare-windows-recenter)
3788 (compare-windows-highlight, compare-windows): Add version 22.1.
3789 (compare-windows) <defface>: Inherit from lazy-highlight instead
3790 of duplicating its default value.
3791
3792 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3793 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3794
3795 * descr-text.el (describe-char): Create link buttons for `charset'
3796 and `code point'. Add the current input method name with a link
3797 button to `to input' field. Print face names of display table
3798 characters in `The display table entry is displayed by' section
3799 instead of printing face-id in the `display' field.
3800 Guess hardcoded faces and create a link button for them.
3801 Skip empty fields when calculating max-width.
3802 Treat `widget-create' specially while inserting strings from the
3803 collected field list.
3804 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3805
3806 * diff-mode.el (diff-file-header): Change foreground color from
3807 yellow to green on light backgrounds.
3808 (diff-context): Inherit from `shadow' only for color/grayscale
3809 with more than 88 colors.
3810 (diff-indicator-removed, diff-indicator-added)
3811 (diff-indicator-changed): New faces.
3812 (diff-font-lock-keywords): Use new faces. Regroup rules.
3813 Add "^---$" for `normal' diff format. Fontify `#' lines with
3814 font-lock-comment-delimiter-face and font-lock-comment-face.
3815 Add `#' to ^[^...] in the rule for `diff-context-face'.
3816
3817 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3818 a button-like box. Inherit from `highlight' on low colors.
3819 (shadow): Use shades of gray only for color/grayscale with
3820 more than 88 colors. Use green for light backgrounds with
3821 8 colors, and yellow for dark backgrounds with 8 colors.
3822
3823 * font-lock.el (font-lock-regexp-grouping-backslash):
3824 Don't inherit from escape-glyph (use bold for all cases).
3825
3826 * info.el (info-xref-visited): Use light foreground color `violet'
3827 for dark backgrounds instead of dark color `magenta3'.
3828 (info-title-1): Use `yellow' color for dark backgrounds.
3829
3830 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3831 too-light magenta2.
3832
3833 * replace.el (match): Use slightly more light RoyalBlue3 instead
3834 of dark RoyalBlue4.
3835
3836 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3837
3838 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3839
3840 * novice.el (disabled-command-hook): Declare it with
3841 `define-obsolete-variable-alias'.
3842
3843 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3844 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3845 (desktop-load-default): Add release to obsolescence info.
3846 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3847 (desktop-append-buffer-args, desktop-read):
3848 Fix typos in docstrings.
3849 (desktop-kill): Fix typo in message.
3850 (desktop-save): Doc fix.
3851
3852 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3853
3854 * viper-cmd.el (viper-escape-to-state): Bug fix.
3855 (viper-envelop-ESC-key): Change the definition of fast
3856 keysequence so it'll work with keyboard macros.
3857
3858 * ediff.el (ediff-patch-buffer): Change the docstring.
3859
3860 2005-07-19 Kenichi Handa <handa@m17n.org>
3861
3862 * international/mule-cmds.el (select-safe-coding-system): Try to
3863 use an auto-coding (if any) before anything else. If the found
3864 auto-coding is invalid, show a warning message.
3865
3866 * international/mule.el (find-auto-coding): New function created
3867 by modifying the body of set-auto-coding.
3868 (set-auto-coding): Use find-auto-coding to find a coding.
3869
3870 2005-07-18 Richard M. Stallman <rms@gnu.org>
3871
3872 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3873 not isearch-mode-end-hook-error.
3874 (allout-before-change-protect): Fix error message.
3875
3876 2005-07-18 Juri Linkov <juri@jurta.org>
3877
3878 * allout.el (allout-mode):
3879 * calculator.el (calculator-copy):
3880 * custom.el (custom-known-themes):
3881 * dired.el (dired-desktop-buffer-misc-data)
3882 (dired-restore-desktop-buffer):
3883 * dired-x.el (dired-omit-marker-char):
3884 * files.el (basic-save-buffer):
3885 * font-core.el (font-lock-mode):
3886 * calendar/calendar.el (calendar-goto-hebrew-date)
3887 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3888 (calendar-goto-persian-date):
3889 * language/ethio-util.el (ethio-sera-to-fidel-region):
3890 * textmodes/picture.el (picture-mode):
3891 Delete duplicate duplicate words.
3892
3893 2005-07-18 Juri Linkov <juri@jurta.org>
3894
3895 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3896 chars * ? } |.
3897 (isearch-fallback): Don't call `isearch-process-search-char'.
3898 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3899 (isearch-process-search-char): Call `isearch-fallback' for regexp
3900 chars * ? } |.
3901 (isearch-return-char): Make obsolete with `make-obsolete' instead
3902 of simply documenting it as obsolete in the docstring.
3903 (isearch-fallback): Refill docstring.
3904
3905 * international/isearch-x.el
3906 (isearch-process-search-multibyte-characters): Remove unneeded
3907 `concat'. Add intermediate values to `junk-hist' instead of
3908 `minibuffer-history'. Test the length of `str'.
3909
3910 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * allout.el (allout-resolve-xref): Fix typos in error strings.
3913 (allout-before-change-protect): Remove unneeded `concat'.
3914
3915 * array.el (array-mode, array-reconfigure-rows)
3916 (untabify-backward): Fix typos in docstrings.
3917 (array-reconfigure-rows): Use `insert-buffer-substring', not
3918 `insert-buffer'.
3919
3920 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3921 * progmodes/ada-mode.el (ada-make-body):
3922 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3923
3924 * dired.el (dired-log):
3925 * tar-mode.el (tar-subfile-save-buffer):
3926 * play/zone.el (zone-pgm-stress-destress):
3927 Use `insert-buffer-substring', not `insert-buffer'.
3928
3929 2005-07-17 Simon Josefsson <jas@extundo.com>
3930
3931 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3932
3933 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3934
3935 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3936 Add plain auth method.
3937 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3938
3939 2005-07-17 Kim F. Storm <storm@cua.dk>
3940
3941 * ido.el (dired-other-window): Add ido property.
3942
3943 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3944
3945 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3946 Fix typo in docstring.
3947 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3948 `insert-file-literally'.
3949
3950 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3951 info and delete redundant message. Doc fix.
3952 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3953 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3954
3955 2005-07-16 Richard M. Stallman <rms@gnu.org>
3956
3957 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3958 (byte-compile-and): Use byte-compile-and-recursion.
3959 (byte-compile-or-recursion): New function.
3960 (byte-compile-or): Use that.
3961 (byte-compile-if): Guard the else-clause too.
3962 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3963
3964 * isearch.el (isearch-mode-end-hook-quit): New variable.
3965 (isearch-done): Bind it.
3966 (isearch-mode-end-hook): Doc fix.
3967
3968 * allout.el (allout-isearch-did-quit): Variable deleted.
3969 (allout-real-isearch-abort): Function name no longer used.
3970 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3971 (allout-isearch-rectification): isearch-mode always exists.
3972 Don't set allout-isearch-did-quit.
3973 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3974 allout-isearch-did-quit.
3975 (allout-enwrap-isearch): Just add the hook.
3976 (allout-isearch-abort): Function deleted.
3977 (allout-pre-command-business): Avoid warning.
3978
3979 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3980 Correctly avoid warnings.
3981 (pascal-outline): Likewise.
3982
3983 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3984
3985 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3986
3987 * play/tetris.el (tetris-mode): Avoid warning.
3988
3989 * play/snake.el (snake-mode): Avoid warning.
3990
3991 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3992 (gamegrid-set-display-table): Avoid warning.
3993 (gamegrid-set-timer): Likewise.
3994 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3995 (gamegrid-add-score-with-update-game-score-1): Take FILE
3996 as argument.
3997 (gamegrid-add-score-with-update-game-score): Pass that argument.
3998 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3999
4000 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4001
4002 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4003 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4004
4005 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4006 and insert-file.
4007
4008 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4009 (sc-ask): Avoid warnings.
4010
4011 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4012 (eshell-hist-initialize): Use that var the natural way.
4013
4014 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4015
4016 * emacs-lisp/re-builder.el (reb-cook-regexp):
4017 Avoid warning calling lre-compile-string.
4018 (reb-color-display-p): Avoid warning.
4019
4020 * calculator.el (calculator-last-input): Guard uses
4021 of event-key and key-press-event-p.
4022 (event-key, key-press-event-p): Delete definitions.
4023
4024 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4025 (find-gc-source-directory, find-gc-subrs-callers)
4026 (find-gc-noreturn-list, find-gc-source-files)
4027 (find-gc-subrs-called): Vars renamed and defvar'd.
4028
4029 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4030 (checkdoc-overlay-put, checkdoc-delete-overlay)
4031 (checkdoc-overlay-start, checkdoc-overlay-end)
4032 (checkdoc-mode-line-update, checkdoc-char=):
4033 Define such that compiler knows they are defined.
4034 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4035 (checkdoc-read-event): Delete. Use read-event directly.
4036
4037 * whitespace.el (whitespace-make-overlay)
4038 (whitespace-overlay-put, whitespace-delete-overlay)
4039 (whitespace-overlay-start, whitespace-overlay-end):
4040 Define such that compiler knows they are defined.
4041 (whitespace): Move conditional inside.
4042
4043 * tempo.el (tempo-insert-template): Suppress warning.
4044
4045 * ediff-diff.el (longlines-mode): Add defvar.
4046
4047 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4048
4049 * server.el: Bind "C-x #" in a way that works even if C-x is
4050 redefined to a command key, not a prefix key.
4051
4052 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4053
4054 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4055 cl-make-type-test till execution time.
4056
4057 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4058
4059 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4060 arg ARG and use it.
4061
4062 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4063
4064 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4065
4066 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4067
4068 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4069 a defcustom with two :set or :type keywords.
4070
4071 2005-07-15 Richard M. Stallman <rms@gnu.org>
4072
4073 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4074 Don't give ^M comment-end syntax.
4075
4076 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4077
4078 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4079 Don't consider gdbmi (gdb-mi.el has its own update functions).
4080 (gdb-var-delete): Make it work for gdbmi as well.
4081 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4082
4083 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4084 (gud-speedbar-menu-items): Correct logic for enabling items.
4085
4086 2005-07-15 Kim F. Storm <storm@cua.dk>
4087
4088 * ido.el: Fix commentary.
4089 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4090 Use with-no-warnings around ffap-guesser.
4091 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4092 Let bind minibuffer-completing-file-name to t.
4093
4094 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * startup.el (site-run-file, keyboard-type): Doc fixes.
4097 (command-line): Check for "--basic-display" argument; also for
4098 "--quick", not "--bare-bones" (which was renamed).
4099 (fancy-splash-text): Add missing item "Getting New Versions".
4100 (normal-splash-screen): Fix typos and improve consistency with
4101 `fancy-splash-text'. Update copyright year.
4102
4103 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4104 valid binding for `help-char'.
4105
4106 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4107
4108 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4109
4110 * term.el (term-mode): Disable cua-mode for term buffers.
4111
4112 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * add-log.el (add-log-mailing-address, change-log-merge):
4115 Doc fixes.
4116 (change-log-get-method-definition): Fix typo in docstring.
4117
4118 2005-07-14 Kim F. Storm <storm@cua.dk>
4119
4120 * emulation/cua-base.el:
4121 (cua--pre-command-handler-1, cua--pre-command-handler)
4122 (cua--post-command-handler-1, cua--post-command-handler):
4123 Split in two. Check (buffer local) value of cua-mode.
4124 (cua-selection-mode): New command.
4125
4126 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4127
4128 * custom.el (custom-initialize-safe-set)
4129 (custom-initialize-safe-default): Doc fixes.
4130
4131 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4132 and simplify :init-value again.
4133
4134 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4135 and simplify :init-value again. Delete autoload.
4136
4137 * startup.el (command-line): Use `custom-reevaluate-setting' again
4138 for tooltip-mode.
4139
4140 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4141 a defcustom with two :initialize keywords.
4142
4143 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4144
4145 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4146 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4147 (allout-post-command-business, allout-flag-region)
4148 (isearch-reenable-font-lock, allout-yank)
4149 (allout-insert-latex-header, allout-insert-latex-trailer)
4150 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4151 (allout-latex-verb-quote): Fix typos in docstrings.
4152 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4153 (allout-unprotected, allout-prefix-data):
4154 Improve argument/docstring consistency.
4155 (allout-chart-subtree): Fix argument spec.
4156 (allout-open-topic): Rename `use_sib_bullet' argument to
4157 `use-sib-bullet'. Doc fix.
4158
4159 * whitespace.el (whitespace-check-buffer-leading)
4160 (whitespace-check-buffer-trailing)
4161 (whitespace-check-buffer-indent)
4162 (whitespace-check-buffer-spacetab)
4163 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4164 (whitespace-check-leading-whitespace)
4165 (whitespace-check-trailing-whitespace)
4166 (whitespace-check-spacetab-whitespace)
4167 (whitespace-check-indent-whitespace)
4168 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4169 (whitespace-modes): Fix typos in docstrings.
4170 (defgroup, defcustom): Doc fixes.
4171
4172 * winner.el (winner-mode, winner-boring-buffers)
4173 (winner-pending-undo-ring): Doc fixes.
4174 (winner-ring): Remove unneeded `progn'.
4175 (winner-equal): `defsubst' it.
4176 (winner-redo): Fix message.
4177
4178 2005-07-13 Kim F. Storm <storm@cua.dk>
4179
4180 * simple.el (line-move-1): Always use vertical-motion to
4181 do the last (or only) line move to ensure some movement.
4182 Undo 2005-06-23 change--don't check for overlays.
4183
4184 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4185
4186 * term/mac-win.el (ccl-encode-mac-roman-font)
4187 (ccl-encode-mac-centraleurroman-font)
4188 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4189 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4190 Change charset-id boundary of dimension to ?\xef.
4191 (mac-char-fontspec-list): New constant.
4192 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4193 argument. Nil uses itself as family in font-spec. Previous
4194 behavior for nil is now provided by non-nil non-string argument.
4195 All callers changed. Add font-specs for Mac fonts to
4196 "fontset-default" unless iso8859-1 fonts are installed.
4197
4198 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4199
4200 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4201 a continuation line if the \ is preceded by SPC or TAB.
4202 (sh-get-indent-info): Simplify.
4203 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4204 Use with-current-buffer.
4205
4206 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4207 when the matched text is empty.
4208
4209 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4210
4211 * startup.el (command-line): Revert to previous handling of
4212 tooltip-mode. Explain in comment why the complexity is needed.
4213
4214 * tooltip.el (tooltip-mode): Revert to previous implementation of
4215 its defcustom.
4216
4217 * frame.el (blink-cursor-mode): Revert to previous implementation
4218 of its defcustom. Update comment.
4219
4220 2005-07-12 Lars Hansen <larsh@soem.dk>
4221
4222 * desktop.el: Update e-mail address.
4223
4224 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4225
4226 * term/mac-win.el (mac-services-mail-selection)
4227 (mac-services-mail-to): New functions.
4228 (mac-application-menu-map): Bind them.
4229
4230 2005-07-12 wulei <milton@wulei.net> (tiny change)
4231
4232 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4233
4234 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4235
4236 * custom.el (custom-reevaluate-setting): Doc fix.
4237
4238 2005-07-11 Jay Belanger <belanger@truman.edu>
4239
4240 * calc/calc.el (calc-embedded-announce-formula-alist)
4241 (calc-embedded-open-close-plain-alist)
4242 (calc-embedded-open-close-mode-alist): Add checks for additional
4243 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4244
4245 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4246
4247 * custom.el (custom-enable-theme): Don't add theme to
4248 `custom-enabled-themes' with `push' because there is no
4249 setf-method for `delq'.
4250
4251 2005-07-11 Richard M. Stallman <rms@gnu.org>
4252
4253 * custom.el (custom-declare-variable): Doc fix.
4254
4255 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4256 from the alists.
4257
4258 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4259 Do nothing if edebug-active.
4260
4261 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4262 (edebug-display): Do it here instead.
4263
4264 2005-07-10 Richard M. Stallman <rms@gnu.org>
4265
4266 * cus-face.el (custom-theme-set-faces): Make it work.
4267 (custom-reset-faces): Doc fix.
4268 (custom-theme-reset-internal-face, custom-theme-face-value):
4269 Functions deleted.
4270
4271 * custom.el (custom-push-theme): Maintain list of the settings
4272 of a given theme in its theme-settings property.
4273 Maintain position of old settings in the theme-value
4274 or theme-face property.
4275 (custom-enabled-themes): New variable.
4276 (custom-theme-enabled-p): New function.
4277 (provide-theme): Update custom-enabled-themes.
4278 Disable and reenable the `user' theme.
4279 (require-theme): Doc fix.
4280 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4281 (custom-theme-value, custom-theme-variable-value): Likewise.
4282 (custom-theme-reset-internal): Likewise.
4283 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4284 (custom-enable-theme, custom-disable-theme): New functions.
4285 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4286 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4287 (custom-theme-reset-variables): Simplify.
4288 (deftheme, custom-declare-theme, custom-make-theme-feature):
4289 Definitions moved.
4290
4291 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * longlines.el (longlines-show-region)
4294 (longlines-unshow-hard-newlines): Recognize hard newlines by
4295 non-nil hard property, instead of t.
4296
4297 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4298
4299 * viper-cmd.el (viper--key-maps): New variable.
4300 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4301 emulation-mode-map-alists.
4302 (viper-envelop-ESC-key): Use viper-subseq.
4303 (viper-search-forward/backward/next): Disable debug-on-error.
4304
4305 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4306 (viper-ESC-key): New defcustoms.
4307
4308 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4309
4310 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4311 (viper-subseq): Copy of subseq from cl.el.
4312
4313 * viper.el (viper-go-away, viper-set-hooks): Use
4314 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4315
4316 * viper-mous.el (viper-current-frame-saved): Use defvar.
4317
4318 * viper-init.el: Get rid of -face in face names.
4319
4320 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4321 Make it work with longlines mode
4322
4323 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4324
4325 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4326
4327 * ediff-init.el: Get rid of -face in face names.
4328
4329 2005-07-10 Richard M. Stallman <rms@gnu.org>
4330
4331 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4332 and with-timeout-unsuspend.
4333
4334 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4335 and with-timeout-unsuspend.
4336
4337 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4338 (with-timeout): Bind that variable to record timers.
4339 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4340
4341 * emacs-lisp/debug.el (debug-help-follow): New function.
4342 (debugger-mode-map): Use that instead of help-follow.
4343 (debugger-setup-buffer): Use eval-buffer-list
4344 to handle eval-buffer frames.
4345
4346 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4347
4348 * timezone.el (timezone-parse-date): Change first regexp
4349 so it will not mistakenly match dates with no time zone.
4350
4351 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4352
4353 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4354
4355 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4356
4357 * custom.el (custom-initialize-safe-set)
4358 (custom-initialize-safe-default): New functions.
4359
4360 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4361 and simplify :init-value.
4362
4363 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4364 and simplify :init-value. Delete obsolete comment.
4365
4366 * startup.el (command-line): Use `custom-reevaluate-setting' to
4367 handle `tooltip-mode'. Delete obsolete comment.
4368
4369 * files.el (set-visited-file-name): Avoid calling
4370 `file-name-nondirectory' with a nil argument.
4371
4372 2005-07-09 Richard M. Stallman <rms@gnu.org>
4373
4374 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4375 was called with nil for the buffer, handle the read position right.
4376 Handle read position for eval-region, too.
4377
4378 2005-07-09 Juri Linkov <juri@jurta.org>
4379
4380 * fringe.el (fringe-mode): Add period in docstring.
4381 (fringe-query-style): Build prompt depending on `all-frames' arg.
4382
4383 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4384 to not create links to unrelated functions in the Help buffer.
4385
4386 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4387 Doc fix.
4388
4389 * simple.el (next-error-hook): New variable.
4390 (next-error): Use it. Doc fix.
4391
4392 * textmodes/ispell.el (ispell-command-loop): Add current
4393 dictionary name and program name to mode-line-format.
4394 (ispell-region, ispell-process-line): Add current dictionary name
4395 and program name to messages.
4396
4397 2005-07-08 Jay Belanger <belanger@truman.edu>
4398
4399 * calc/calc.el (calc-embedded-announce-formula-alist)
4400 (calc-embedded-open-close-formula-alist)
4401 (calc-embedded-open-close-word-alist)
4402 (calc-embedded-open-close-plain-alist)
4403 (calc-embedded-open-close-new-formula-alist)
4404 (calc-embedded-open-close-mode-alist)
4405 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4406 (calc-embedded-mode-hook): New variables.
4407
4408 * calc/calc-embed.el (calc-embedded-firsttime)
4409 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4410 New variables.
4411 (calc-do-embedded): Use calc-embedded-firsttime,
4412 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4413 determine whether or not to run hooks.
4414 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4415 calc-embedded-firsttime-formula appropriately.
4416 Set calc-embedded delimiter variables according to mode.
4417
4418 2005-07-08 Richard M. Stallman <rms@gnu.org>
4419
4420 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4421 Check for "emacs", etc., as entire symbol, not just as word.
4422 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4423
4424 * files.el (set-visited-file-name): Report the error
4425 for "empty filename" earlier.
4426 (kill-some-buffers): Ignore buffers already dead.
4427
4428 * fringe.el (fringe-mode): Doc fix.
4429
4430 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4431 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4432 Use unwind-protect to ensure byte-compile-unresolved-functions
4433 is updated.
4434
4435 * whitespace.el (whitespace-buffer-leading-cleanup):
4436 Simplify w/ skip-chars-forward.
4437 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4438
4439 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4440 Unconditionally try to leave point at the same old place.
4441
4442 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4443
4444 * comint.el (comint-postoutput-scroll-to-bottom)
4445 (comint-show-maximum-output): Take scroll-margin into consideration.
4446
4447 2005-07-08 Kim F. Storm <storm@cua.dk>
4448
4449 * ido.el (ido-use-filename-at-point): New choice `guess'.
4450 (ido-file-internal): Try ffap-guesser if selected.
4451
4452 * ido.el (ido-before-fallback-functions): New hook.
4453 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4454 (ido-read-file-name): Run it.
4455
4456 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4459 strings rather than a list of symbols to the completion function.
4460
4461 2005-07-07 Jay Belanger <belanger@truman.edu>
4462
4463 * calc/calc-units.el (math-apply-units): Change the places in
4464 which units are simplified.
4465
4466 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4467
4468 * cus-edit.el (customize-option, customize-option-other-window):
4469 Make them handle aliases.
4470
4471 * custom.el (custom-variable-p): Make it recursively follow
4472 aliases. Mention that in the docstring.
4473
4474 2005-07-07 Richard M. Stallman <rms@gnu.org>
4475
4476 * cus-start.el (exec-path): Use `directory' instead of `file'.
4477 Fix tag for nil.
4478
4479 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4480
4481 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4482 when called non-interactively. Doc fix.
4483
4484 2005-07-07 Lute Kamstra <lute@gnu.org>
4485
4486 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4487 new address as well.
4488
4489 2005-07-07 Kenichi Handa <handa@m17n.org>
4490
4491 * international/mule.el (make-coding-system):
4492 Describe `ascii-incompatible' property in the docstring.
4493 (set-file-name-coding-system): Signal an error if coding-system is
4494 ascii-incompatible.
4495 (set-keyboard-coding-system): Likewise.
4496
4497 * international/mule-cmds.el (set-default-coding-systems):
4498 Don't set default-file-name-coding-system and
4499 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4500
4501 * international/utf-16.el: Declare that all UTF-16-based coding
4502 systems are ASCII-incompatible.
4503
4504 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4505
4506 * progmodes/gud.el: Require font-lock for displaying errors.
4507 Used by gdb-ui.el.
4508
4509 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4512 values for the pattern lists which are `read'able but not
4513 `append'able (like symbols).
4514
4515 2005-07-06 Richard M. Stallman <rms@gnu.org>
4516
4517 * progmodes/flymake.el (flymake-float-time): Instead of
4518 with-no-warnings, test for xemacs.
4519 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4520 to avoid warning.
4521
4522 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4523
4524 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4525
4526 2005-07-05 Lute Kamstra <lute@gnu.org>
4527
4528 * battery.el: Add support for Darwin (with much debugging help
4529 from Samuel Lauber <sam124@operamail.com>).
4530 (battery-status-function, battery-echo-area-format)
4531 (battery-mode-line-format): Add support for pmset on Darwin.
4532 (battery-load-low, battery-load-critical): New user options.
4533 (battery-pmset): New function.
4534
4535 2005-07-05 Lute Kamstra <lute@gnu.org>
4536
4537 Update FSF's address in GPL notices.
4538
4539 * textmodes/page-ext.el: Update FSF's address.
4540
4541 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4544 filling from using prefix when filling a single-line docstring.
4545
4546 * progmodes/flymake.el: Remove useless eval-when-compile.
4547
4548 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4549
4550 2005-07-04 Richard M. Stallman <rms@gnu.org>
4551
4552 * textmodes/org.el (org-file-apps-defaults-gnu):
4553 Rename from org-file-apps-defaults-linux.
4554 (org-default-apps): Don't test system-type for `linux'.
4555 (org-file-apps): Doc fix.
4556
4557 2005-07-04 David Ponce <david@dponce.com>
4558
4559 * tree-widget.el: Improve header Commentary section.
4560 (tree-widget) [defgroup]
4561 (tree-widget-image-enable, tree-widget-themes-directory)
4562 (tree-widget-theme, tree-widget-image-properties-emacs)
4563 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4564 (tree-widget-image-formats, tree-widget-control)
4565 (tree-widget-empty-control, tree-widget-leaf-control
4566 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4567 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4568 (tree-widget-keep, tree-widget-after-toggle-functions)
4569 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4570 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4571 :help-echo message.
4572 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4573 (tree-widget-image-properties): Doc fix. Clearer implementation.
4574 (tree-widget--cursors): New constant.
4575 (tree-widget-lookup-image): New function split from
4576 `tree-widget-find-image'. Clearer implementation.
4577 (tree-widget-find-image): Use it.
4578 (tree-widget-button-keymap): Use `set-keymap-parent'.
4579 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4580 Define the sub-widgets here.
4581 (tree-widget-node): Check that :node is not a tree-widget.
4582 (tree-widget-get-super, tree-widget-open-control)
4583 (tree-widget-close-control, tree-widget-empty-control)
4584 (tree-widget-leaf-control, tree-widget-guide)
4585 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4586 (tree-widget-no-handle, tree-widget-value-delete)
4587 (tree-widget-map): Remove.
4588 (tree-widget-children-value-save): Doc fix. Simplified.
4589 (tree-widget-value-create): Update according to previous changes.
4590
4591 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4592
4593 * textmodes/org.el: Leading space replaced by TABS.
4594 (org-recalc-marks, org-table-rotate-recalc-marks)
4595 (org-table-get-specials): Treat "^" and "_" marks.
4596 (org-table-justify-field-maybe): Optional argument NEW.
4597 (org-table-eval-formula): Parsing of the format simplified.
4598 New modes C,I. Honor the %= parameter in the current table.
4599 Avoid unnecessary re-align by using the NEW argument to
4600 `org-table-justify-field-maybe'.
4601 (org-calc-default-modes): Default for date-format mimicks org-mode.
4602 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4603
4604 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4605
4606 * cus-face.el (custom-theme-set-faces): Make it handle face
4607 aliases whose alias declarations are pre- or autoloaded.
4608
4609 2005-07-04 Juri Linkov <juri@jurta.org>
4610
4611 * faces.el (read-face-name): Put the code for getting a face name
4612 from the buffer before adding the faces from the `face' property.
4613 Use `completing-read-multiple' instead of `completing-read'.
4614 Require `crm'. Add default value and post-process the returned
4615 list of faces.
4616
4617 * emacs-lisp/crm.el (crm-find-current-element)
4618 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4619
4620 * emacs-lisp/lisp-mode.el (eval-defun-1):
4621 * emacs-lisp/edebug.el (edebug-eval-defun):
4622 Remove unnecessary quotes.
4623
4624 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4625
4626 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4627 (prolog-indent-level): Fix typo in docstring.
4628
4629 * info.el (Info-history, Info-history-forward)
4630 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4631
4632 * add-log.el (add-change-log-entry):
4633 * comint.el (comint-dynamic-list-input-ring)
4634 (comint-dynamic-list-completions):
4635 * dabbrev.el (dabbrev-expand):
4636 * delim-col.el (delimit-columns-rectangle-line):
4637 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4638 (diff-unified->context):
4639 * ediff-init.el (ediff-abbrev-jobname):
4640 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4641 (ediff-replace-session-activity-marker-in-meta-buffer):
4642 * info.el (Info-summary):
4643 * lpr.el (printify-region):
4644 * printing.el (pr-create-interface):
4645 * ps-print.el (ps-print-quote):
4646 * ses.el (ses-column-widths, ses-print-cell)
4647 (ses-adjust-print-width, ses-center):
4648 * shell.el (shell-file-name-quote-list):
4649 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4650 (strokes-fill-current-buffer-with-whitespace)
4651 (strokes-xpm-for-stroke, strokes-list-strokes)
4652 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4653 * term.el (term-dynamic-list-input-ring)
4654 (term-dynamic-list-completions):
4655 * calc/calc.el (math-format-stack-value):
4656 * emacs-lisp/edebug.el (edebug-display-freq-count):
4657 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4658 (delphi-new-comment-line):
4659 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4660 * progmodes/executable.el (executable-set-magic):
4661 * progmodes/python.el (inferior-python-mode):
4662 * progmodes/scheme.el (scheme-mode-syntax-table):
4663 * progmodes/sh-script.el (sh-maybe-here-document):
4664 * progmodes/sql.el (sql-copy-column):
4665 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4666 * textmodes/bibtex.el (bibtex-mode):
4667 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4668 (sgml-auto-attributes):
4669 * textmodes/table.el (table-insert, table-shorten-cell)
4670 (table--generate-source-scan-lines, table-delete-row)
4671 (*table--cell-delete-char, table--spacify-frame)
4672 (table--horizontally-shift-above-and-below)
4673 (table--cell-insert-char, table--cell-blank-str)
4674 (table--fill-region-strictly):
4675 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4676 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4677
4678 * add-log.el (change-log):
4679 * apropos.el (apropos):
4680 * comint.el (comint-completion, comint-source):
4681 * dabbrev.el (dabbrev):
4682 * delim-col.el (columns):
4683 * diff-mode.el (diff-mode):
4684 * ediff.el (ediff):
4685 * ediff-diff.el (ediff-diff):
4686 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4687 * ediff-mult.el (ediff-mult):
4688 * ediff-ptch.el (ediff-ptch):
4689 * ediff-wind.el (ediff-window):
4690 * facemenu.el (facemenu):
4691 * indent.el (indent):
4692 * info.el (info):
4693 * jka-cmpr-hook.el (compression, jka-compr):
4694 * lpr.el (lpr):
4695 * outline.el (outlines):
4696 * pcmpl-cvs.el (pcmpl-cvs):
4697 * pcmpl-rpm.el (pcmpl-rpm):
4698 * printing.el (printing):
4699 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4700 (ps-print-vertical, ps-print-headers, ps-print-font)
4701 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4702 (ps-print-background, ps-print-printer, ps-print-page)
4703 (ps-print-miscellany):
4704 * ses.el (ses):
4705 * shell.el (shell, shell-directories, shell-faces):
4706 * startup.el (initialization):
4707 * strokes.el (strokes):
4708 * term.el (term):
4709 * uniquify.el (uniquify):
4710 * w32-vars.el (w32):
4711 * calc/calc.el (calc):
4712 * emacs-lisp/bytecomp.el (bytecomp):
4713 * emacs-lisp/cl-indent.el (lisp-indent):
4714 * emacs-lisp/edebug.el (edebug):
4715 * emacs-lisp/elp.el (elp):
4716 * emacs-lisp/testcover.el (testcover):
4717 * emacs-lisp/trace.el (trace):
4718 * emulation/viper-ex.el (viper-ex):
4719 * emulation/viper-mous.el (viper-mouse):
4720 * mail/mailalias.el (mailalias):
4721 * mail/supercite.el (supercite, supercite-frames)
4722 (supercite-attr, supercite-cite, supercite-hooks):
4723 * net/rcompile.el (remote-compile):
4724 * net/rlogin.el (rlogin):
4725 * obsolete/ooutline.el (outlines):
4726 * progmodes/delphi.el (delphi):
4727 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4728 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4729 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4730 (ebnf-optimization):
4731 * progmodes/etags.el (etags):
4732 * progmodes/executable.el (executable):
4733 * progmodes/idlwave.el (idlwave):
4734 * progmodes/pascal.el (pascal):
4735 * progmodes/prolog.el (prolog):
4736 * progmodes/python.el (python):
4737 * progmodes/scheme.el (scheme):
4738 * progmodes/sh-script.el (sh, sh-script):
4739 * progmodes/sql.el (SQL):
4740 * progmodes/tcl.el (tcl):
4741 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4742 * textmodes/enriched.el (enriched):
4743 * textmodes/makeinfo.el (makeinfo):
4744 * textmodes/sgml-mode.el (sgml):
4745 * textmodes/table.el (table-hooks):
4746 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4747 * textmodes/texinfo.el (texinfo):
4748 * textmodes/two-column.el (two-column):
4749 Finish `defgroup' description with period.
4750
4751 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4752 * eshell/esh-var.el (eshell-var):
4753 * progmodes/vhdl-mode.el (vhdl-testbench):
4754 * textmodes/org.el (org): Fix typos in docstrings.
4755
4756 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4757 consistency.
4758
4759 * progmodes/flymake.el (flymake-find-file): Remove.
4760 (flymake-float-time): Use `with-no-warnings'.
4761 (flymake-check-start-time, flymake-check-was-interrupted)
4762 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4763 (flymake-new-err-info): `defvar' at compile time.
4764
4765 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4766
4767 * replace.el (occur-hook): Doc fix.
4768 (occur-1): Don't call `occur-hook' if there are no matches.
4769
4770 2005-07-03 Richard M. Stallman <rms@gnu.org>
4771
4772 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4773 global-map, save the same map.
4774 (global-map): Don't alter it at top level.
4775 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4776 Then alter it here instead.
4777 (tpu-edt-off): Set global-map to the saved one.
4778
4779 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4780 All references simplified.
4781 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4782 (zmacs-regions): Add defvar.
4783 (repeat-complex-command-map): Everything about that deleted.
4784
4785 * textmodes/artist.el (artist-key-is-drawing)
4786 (artist-key-endpoint1, artist-key-poly-point-list)
4787 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4788 (artist-key-compl-table, artist-rb-save-data)
4789 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4790 Don't put them in eval-when-compile.
4791 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4792
4793 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4794 Use with-no-warnings.
4795
4796 * net/browse-url.el (dos-windows-version): Add defvar.
4797
4798 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4799
4800 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4801 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4802 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4803 Add defvar.
4804 (rmail-summary-beginning-of-message): Use with-no-warnings.
4805 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4806
4807 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4808 Use with-no-warnings.
4809
4810 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4811 (c-mark-function): Add point-moving-unit property.
4812 (vi-goto-line): Use with-no-warnings.
4813
4814 * emulation/edt.el (edt-last-copied-word): Add defvar.
4815 (zmacs-region-stays): Likewise.
4816 (edt-mark-section-wisely): Use c-mark-function for C.
4817 Use makr-defun for Fortran.
4818 (time-string): defvar deleted.
4819 (edt-display-the-time): Don't set time-string.
4820
4821 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4822
4823 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4824 Don't warn when name is not constant
4825 or for defining the group `emacs'.
4826
4827 * tooltip.el (gud-tooltip-mode): Add defvar.
4828
4829 * startup.el (default-frame-background-mode): Add defvar.
4830
4831 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4832
4833 * info.el (tool-bar-map): Add defvar.
4834
4835 * dired.el (dnd-protocol-alist): Add defvar.
4836
4837 * dired-aux.el (dired-query): Display question with answer, when
4838 the user answers.
4839
4840 * custom.el (custom-add-option): Doc fix.
4841
4842 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4843
4844 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4845
4846 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4847 bogus name from the last change.
4848
4849 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4850
4851 * custom.el (custom-declare-variable): Fix typos in comment.
4852 (custom-known-themes): Doc fix.
4853 (custom-theme-directory): New defcustom.
4854 (require-theme): Make it check `custom-theme-directory'.
4855
4856 * cus-theme.el (custom-new-theme-mode): New function.
4857 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4858 (custom-theme-description): Add compiler defvars.
4859 (customize-create-theme): Add doc to the "*New Custom Theme*"
4860 buffer. Use `custom-new-theme-mode'.
4861 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4862 and save it to the `custom-theme-directory'. Make this the
4863 default directory of the buffer.
4864
4865 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4866
4867 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4868 Fix unbalanced parentheses.
4869
4870 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4873 into flymake-mode and delegate to flymake-mode.
4874
4875 * find-file.el (ff-which-function-are-we-in): Clean up.
4876
4877 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * replace.el (occur-rename-buffer): Fix docstring.
4880
4881 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4882 (edt-last-copied-word, edt-learn-macro-count)
4883 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4884 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4885 (time-string, zmacs-region-stays):
4886 * emulation/edt-mapper.el (edt-save-function-key-map)
4887 (EDT-key-name): `defvar' to silence the byte-compiler.
4888
4889 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4890
4891 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4892 font-lock-regexp-backslash. Doc fix.
4893 (font-lock-regexp-backslash-grouping-construct): Rename from
4894 font-lock-regexp-backslash-construct. Doc fix.
4895 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4896 grouping constructs.
4897
4898 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4899
4900 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4901 updating all the prerequisites.
4902
4903 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4904
4905 * textmodes/org.el (org-agenda-start-on-weekday)
4906 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4907 (org-agenda-use-time-grid, org-archive-location)
4908 (org-allow-space-in-links, org-usenet-links-prefer-google)
4909 (org-enable-table-editor, org-export-default-language)
4910 (org-export-html-show-new-buffer, org-fill-paragraph)
4911 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4912 (org-goto-quit, org-occur, org-eval-in-calendar)
4913 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4914 (org-agenda-diary-entry, org-remember-help)
4915 (org-table-convert-region, org-at-table-p)
4916 (org-table-move-row-down, org-table-move-row-up)
4917 (org-table-copy-region, org-table-toggle-vline-visibility)
4918 (org-table-get-stored-formulas, org-table-get-specials)
4919 (org-recalc-commands, org-table-eval-formula)
4920 (org-table-formula-substitute-names, orgtbl-make-binding)
4921 (org-format-org-table-html, org-format-table-table-html)
4922 (org-format-table-table-html-using-table-generate-source)
4923 (org-customize): Fix typos in docstrings.
4924 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4925 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4926 (org-back-to-heading): Doc fixes.
4927 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4928 (org-agenda-change-all-lines, org-get-header):
4929 Improve argument/docstring consistency.
4930 (orgtbl-error): Fix error message.
4931
4932 * progmodes/flymake.el (flymake-find-possible-master-files)
4933 (flymake-master-file-compare, flymake-get-line-err-count)
4934 (flymake-highlight-line, flymake-gui-warnings-enabled):
4935 Fix typos in docstrings.
4936 (flymake-parse-line, flymake-get-project-include-dirs-function)
4937 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4938 Doc fixes.
4939 (flymake-get-project-include-dirs-function)
4940 (flymake-make-err-menu-data):
4941 Improve argument/docstring consistency.
4942
4943 2005-07-01 Lute Kamstra <lute@gnu.org>
4944
4945 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4946 Catch errors with ignore-errors. Use temporary buffer.
4947 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4948
4949 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4950 background color faces.
4951 (facemenu-set-foreground, facemenu-set-background):
4952 Use facemenu-set-face-from-menu.
4953 (facemenu-set-face-from-menu): Treat face names that start with
4954 "fg:" or "bg:" as special.
4955 (facemenu-add-new-color): Don't create faces. Simplify.
4956
4957 2005-06-30 Richard M. Stallman <rms@gnu.org>
4958
4959 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4960 (crm-find-current-element): Likewise.
4961
4962 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4963
4964 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4965
4966 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4969 (archive-mouse-extract): Make it an obsolete alias.
4970 (archive-mode-map): Don't use archive-mouse-extract any more.
4971 (archive-mode, archive-extract): write-contents-hooks ->
4972 write-contents-functions.
4973 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4974 first arg.
4975 (archive-rename-entry): Update the call.
4976 (archive-zip-summarize): Remove unused var `method'.
4977 (archive-lzh-summarize): Remove unused var `creator'.
4978
4979 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4980 dedicated frame upon exit.
4981
4982 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4983 (archive-zip-extract, archive-zip-expunge)
4984 (archive-zip-update, archive-zip-update-case): Use executable-find.
4985 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4986 Use restore-buffer-modified-p.
4987 (archive-extract, archive-add-new-member, archive-write-file-member):
4988 Use with-current-buffer.
4989 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4990
4991 2005-06-30 Andreas Schwab <schwab@suse.de>
4992
4993 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4994
4995 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4996
4997 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4998
4999 2005-06-30 Juri Linkov <juri@jurta.org>
5000
5001 * faces.el (vertical-border): Inherit from mode-line-inactive
5002 only on tty.
5003
5004 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5005
5006 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5007 example, -NLINES in the `occur' docstring).
5008
5009 * replace.el (occur-1): When no matches are found, do not set the
5010 `buffer-read-only' and modified flags for the occur buffer,
5011 because it is deleted.
5012
5013 * emulation/cua-base.el (cua-check-pending-input)
5014 (cua-repeat-replace-region, cua-mode, cua-debug)
5015 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5016 Fix typos in docstrings.
5017
5018 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5019 (cua-cut-region-to-global-mark)
5020 (cua--cut-rectangle-to-global-mark):
5021 Remove period from end of messages.
5022
5023 * emulation/cua-rect.el (cua-do-rectangle-padding):
5024 Remove period from end of messages.
5025 (cua--rectangle-seq-format): Fix typo in docstring.
5026 (cua-sequence-rectangle, cua-fill-char-rectangle):
5027 Improve argument/docstring consistency.
5028
5029 2005-06-29 Juri Linkov <juri@jurta.org>
5030
5031 * faces.el (default-frame-background-mode): New internal variable.
5032 (frame-set-background-mode): Use it.
5033
5034 * startup.el (normal-top-level): Set default-frame-background-mode
5035 instead of frame-background-mode. Before setting it, test for its
5036 nil value. Remove tests for frame-background-mode and frame
5037 parameter `reverse'. Add test for "unspecified-fg".
5038
5039 * term/xterm.el (xterm-rxvt-set-background-mode):
5040 * term/rxvt.el (rxvt-set-background-mode):
5041 Set default-frame-background-mode instead of frame-background-mode.
5042
5043 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * simple.el (set-variable): Warn about obsolete user variables.
5046
5047 * imenu.el (imenu--completion-buffer):
5048 * mouse.el (mouse-buffer-menu-alist):
5049 * msb.el (msb-invisible-buffer-p):
5050 * calendar/diary-lib.el (diary-header-line-format):
5051 * emacs-lisp/pp.el (pp-buffer):
5052 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5053 * textmodes/picture.el (picture-replace-match):
5054 Change space constants followed by a sexp to "?\s ".
5055
5056 * play/decipher.el (decipher-loop-with-breaks):
5057 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5058 constants "protected" from end of line by a comment to "?\s".
5059
5060 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * font-lock.el (save-buffer-state): Use `declare'.
5063
5064 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5065 reset the syntax-table to cperl-mode-syntax-table.
5066 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5067 "foo_print_bar" is not matched as a reserved keyword.
5068
5069 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5070
5071 * textmodes/org.el (orgtbl-setup): New function, for delayed
5072 setup for the orgtbl commands.
5073 (org-calc-default-modes): New option.
5074 (orgtbl-make-binding): Use `defun' to get better help display.
5075 (org-diary): Call `org-compile-prefix-format'.
5076 (org-table-formula-substitute-names): New function.
5077 (org-agenda-day-view, org-agenda-week-view): New commands.
5078 (org-agenda-toggle-week-view): Command removed.
5079 (org-tbl-menu): Split off from org-org-menu.
5080 (org-mode): Move removal of outline-mode menus to here.
5081 (org-table-formula-debug): New option.
5082 (org-table-insert-row): Keep first field if just "#" or "*".
5083 (org-mode): Paragraph regexps fixed.
5084 (org-table-recalculate-regexp): New constant.
5085 (org-table-justify-field-maybe): Avoid replace if not necessary.
5086 (org-copy-special, org-cut-special): Use `call-interactively'.
5087 (org-table-copy-region): Take region from `interactive' call.
5088 (org-trim): Return string even if no match.
5089 (org-formula): New face.
5090 (org-set-font-lock-defaults): No longer highlight "FIXME".
5091 But highlight formula-related fields in table.
5092 (org-table-p): Use regexp, not fontification.
5093 (org-table-align): Handle white space at end of line.
5094 (org-table-formula-evaluate-inline): New option.
5095 (org-mode): Auto-wrapping in comment lines turned off.
5096 (org-table-copy-down): Evaluate only in copied field, not in
5097 destination.
5098 (org-table-current-formula): Variable removed.
5099 (org-table-store-formulas, org-table-get-stored-formulas)
5100 (org-table-modify-formulas, org-table-replace-in-formulas)
5101 (org-table-maybe-eval-formula): New functions.
5102 (org-table-get-formula): Modify to use stored formulas.
5103 (org-table-insert-column, org-table-delete-column)
5104 (org-table-move-column): Call `org-table-modify-formulas'.
5105 (org-complete): Add completion for keyword formulas.
5106 (orgtbl-mode): Pull orgtbl-mode-map to start of
5107 minor-mode-map-alist.
5108
5109 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * progmodes/python.el (python-check): Require `compile' before
5112 modifying its variables.
5113
5114 * newcomment.el (comment-indent-default): Don't get fooled by an early
5115 end of buffer.
5116
5117 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5118
5119 * ps-print.el (ps-print-version): Fix version number.
5120
5121 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5122
5123 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5124
5125 2005-06-28 Richard M. Stallman <rms@gnu.org>
5126
5127 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5128 (flyspell-local-mouse-map): Declaration deleted.
5129 (flyspell-mouse-map): Bind only mouse-2.
5130 (flyspell-mode-map): Don't test flyspell-use-local-map.
5131 (flyspell-overlay-keymap-property-name): Var deleted.
5132 (flyspell-mode-on): Don't make local bindings for
5133 flyspell-mouse-map and flyspell-mode-map.
5134 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5135
5136 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5137
5138 * progmodes/compile.el (compilation-next-error-function):
5139 Don't switch buffers; operate on the current buffer.
5140
5141 * progmodes/compile.el (compilation-error-file-name)
5142 (compilation-warning-file-name, compilation-info-file-name)
5143 (compilation-line-number, compilation-column-number): New faces.
5144 (compilation-error-face, compilation-warning-face)
5145 (compilation-info-face, compilation-line-face)
5146 (compilation-column-face): Use them.
5147
5148 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5149
5150 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5151
5152 * bindings.el (global-map): Bind insertchar and its variants.
5153
5154 2005-06-27 Richard M. Stallman <rms@gnu.org>
5155
5156 * textmodes/artist.el (artist-text-overwrite)
5157 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5158
5159 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5160
5161 * ps-print.el: It was not working the page selection for printing.
5162 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5163 (ps-print-version): New version 6.6.7.
5164 (ps-end-sheet): New fun.
5165 (ps-header-sheet, ps-end-job): Call it.
5166
5167 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5168
5169 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5170
5171 2005-06-27 Lute Kamstra <lute@gnu.org>
5172
5173 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5174 background color faces.
5175 (facemenu-get-face): Delete function.
5176 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5177 (facemenu-add-new-color): Make second argument mandatory.
5178 Create the appropriate face and return it. Simplify.
5179 (facemenu-set-foreground, facemenu-set-background): Don't check if
5180 color is defined. Use return value of facemenu-add-new-color.
5181
5182 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5183
5184 * progmodes/gud.el (gud-filter): Add missing argument to
5185 with-selected-window.
5186
5187 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5190 a :require to the defcustom.
5191
5192 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5193 defcustoms corresponding to minor modes.
5194
5195 2005-06-26 David Ponce <david@dponce.com>
5196
5197 * recentf.el: Require tree-widget instead of wid-edit.
5198 (recentf-filename-handler): Fix widget :type.
5199 (recentf-cancel-dialog, recentf-open-more-files)
5200 (recentf-open-files-action): Doc fix.
5201 (recentf-dialog-goto-first): New function.
5202 (recentf-dialog-mode-map): Set parent keymap first.
5203 (recentf-dialog-mode): Define with define-derived-mode.
5204 Don't display continuation lines in dialogs.
5205 (recentf-edit-list): Rename from recentf-edit-selected-items.
5206 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5207 Simplify.
5208 (recentf-edit-list-validate): New function.
5209 (recentf-edit-list): Update accordingly.
5210 (recentf-open-files-item-shift): Remove.
5211 (recentf-open-files-item): Convert menu elements into tree and
5212 link widgets. Don't create the widgets.
5213 (recentf-open-files): Update accordingly.
5214 (recentf-save-list): Untabify.
5215
5216 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5217
5218 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5219 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5220 partially contained in the active region. Do not take active
5221 region into account when called from Lisp, unless INTERACTIVE arg
5222 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5223 avoid trouble with fields. Make marker point nowhere when no
5224 longer used. Always return nil. Doc fix.
5225 (flush-lines): Add INTERACTIVE arg. Do not take active region
5226 into account when called from Lisp, unless INTERACTIVE arg is
5227 non-nil. Use `forward-line' instead of `beginning-of-line' to
5228 avoid trouble with fields. Make marker point nowhere when no
5229 longer used. Always return nil. Doc fix.
5230 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5231 interchangeable. Do not take active region into account when
5232 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5233 message in echo area when called from Lisp, unless INTERACTIVE arg
5234 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5235 Return the number of matches. Doc fix.
5236 (occur): Doc fix.
5237 (perform-replace): Make comment follow double space convention for
5238 the sake of `outline-minor-mode'.
5239
5240 * faces.el (facep): Doc fix.
5241
5242 2005-06-25 Richard M. Stallman <rms@gnu.org>
5243
5244 * facemenu.el (facemenu-enable-faces-p): New function.
5245 (facemenu-background-menu, facemenu-foreground-menu)
5246 (facemenu-face-menu): Add menu-enable property.
5247
5248 * jka-compr.el (jka-compr-insert-file-contents):
5249 Special handling if cannot find the uncompression program.
5250
5251 * cus-face.el (custom-face-attributes): Add autoload.
5252
5253 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5254 Bind comment-indent-function locally.
5255
5256 * window.el (save-selected-window): Use save-current-buffer.
5257
5258 * subr.el (with-selected-window): Use save-current-buffer.
5259
5260 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5261 and with-current-buffer.
5262
5263 2005-06-24 Richard M. Stallman <rms@gnu.org>
5264
5265 * simple.el (line-move-1): Fix previous change.
5266
5267 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5268
5269 * replace.el (occur-1): Set `buffer-read-only' and the
5270 buffer-modified flag before running `occur-hook' to protect
5271 against unintentional buffer switches that can lead to data loss.
5272
5273 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5274
5275 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5276 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5277 initial error.
5278
5279 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5280 after fresh input.
5281 (gdb-var-create-handler): Put name of expression in quotes.
5282
5283 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5284
5285 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5286 elements of RING in order, and without bogus nil elements.
5287
5288 2005-06-23 Richard M. Stallman <rms@gnu.org>
5289
5290 * simple.el (set-variable): Args renamed; doc fix.
5291 (line-move-1): When there are overlays around, use vertical-motion.
5292
5293 * faces.el (escape-glyph): Use brown against light background.
5294 (nobreak-space): Rename from no-break-space.
5295 Fix previous change.
5296
5297 * dired-aux.el (dired-do-copy): Fix arg prompt.
5298
5299 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5300
5301 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5302
5303 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5304 rather than "Distributor".
5305
5306 2005-06-23 Lute Kamstra <lute@gnu.org>
5307
5308 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5309 (debug-on-entry): Use it. New interactive declaration that uses
5310 function-called-at-point.
5311
5312 2005-06-23 Kim F. Storm <storm@cua.dk>
5313
5314 * subr.el (save-match-data): Add comment about using evaporate arg
5315 to set-match-data.
5316
5317 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5318
5319 * cus-edit.el (customize-face)
5320 (customize-face-other-window): Handle face aliases.
5321
5322 * faces.el (face-documentation, set-face-attribute)
5323 (face-spec-set): Handle face aliases.
5324
5325 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5326
5327 * help-mode.el (help-make-xrefs): If a symbol representing a face
5328 name is not followed by the word "face", it could still be a
5329 function or variable name, so don't bypass other checks.
5330
5331 2005-06-22 Juri Linkov <juri@jurta.org>
5332
5333 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5334 Replace aliased functions with calls where second arg `inherit' is t.
5335
5336 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5337
5338 * progmodes/gdb-ui.el (gdb-error): New variable.
5339 (gdb-error): New function.
5340 (gdb-annotation-rules): Act on error-begin and error annotations.
5341 (gdb-concat-output): Use font-lock-warning-face for errors.
5342
5343 2005-06-22 Miles Bader <miles@gnu.org>
5344
5345 * bindings.el (propertized-buffer-identification): Use renamed
5346 `Buffer-menu-buffer' face.
5347
5348 * faces.el (vertical-border): Rename from `vertical-divider'.
5349 (escape-glyph): Change dark-background color back to `cyan'.
5350
5351 2005-06-21 Juri Linkov <juri@jurta.org>
5352
5353 * faces.el (face-user-default-spec): Try getting `customized-face'
5354 prior to `saved-face'.
5355 (frame-background-mode): Refill docstring.
5356
5357 * emacs-lisp/lisp-mode.el (eval-defun-1):
5358 * emacs-lisp/edebug.el (edebug-eval-defun):
5359 Set `saved-face' temporarily to nil before calling form.
5360 Set `customized-face' to the new spec after that.
5361
5362 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * subr.el (1value, lambda, key-substitution-in-progress):
5365 Doc fixes.
5366
5367 * autoinsert.el (auto-insert-alist):
5368 * ses.el (ses-call-printer):
5369 * subr.el (noreturn):
5370 * emacs-lisp/lisp.el (check-parens):
5371 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5372 * net/browse-url.el (browse-url-mosaic):
5373 * progmodes/cc-defs.el (c-safe-scan-lists):
5374 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5375 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5376 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5377 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5378 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5379 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5380
5381 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5382
5383 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5384
5385 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5386
5387 * calendar/appt.el (appt-make-list): Activate the package, if
5388 not already active (for backwards compatibility).
5389
5390 2005-06-20 Kim F. Storm <storm@cua.dk>
5391
5392 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5393
5394 2005-06-20 Miles Bader <miles@gnu.org>
5395
5396 * faces.el (vertical-divider): New face.
5397
5398 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5399
5400 * simple.el (kill-whole-line): Doc fix.
5401 (next-error-buffer-p, next-error-find-buffer)
5402 (clone-indirect-buffer): Fix typos in docstrings.
5403 (comment-line-break-function): Doc fix: don't say variable
5404 is automatically buffer-local (it isn't).
5405
5406 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5407
5408 * net/tramp-ftp.el (top):
5409 * net/tramp-smb.el (top):
5410 * net/tramp-util.el (top):
5411 * net/tramp-uu.el (top):
5412 * net/tramp-vc.el (top):
5413 * net/tramp.el (top): Revert copyright years back to original
5414 ones. Tramp has a life outside GNU Emacs.
5415
5416 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5417
5418 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5419
5420 2005-06-18 Juri Linkov <juri@jurta.org>
5421
5422 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5423 end of first regexp to limit the match to the position between
5424 line number and source line with same separator character as used
5425 between file name and line number. In the second regexp limit
5426 mouse-face area to file name and line number by adding new group
5427 for them and referring it in HYPERLINK arg.
5428 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5429 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5430 previous line where grep markers may be already removed.
5431
5432 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5433
5434 * progmodes/ps-mode.el: Update version and maintainer's email address.
5435
5436 2005-06-18 Steve Youngs <steve@xemacs.org>
5437
5438 * net/browse-url.el (browse-url-browser-function)
5439 (browse-url-default-browser): Add firefox.
5440 (browse-url-firefox-program, browse-url-firefox-arguments)
5441 (browse-url-firefox-startup-arguments)
5442 (browse-url-firefox-new-window-is-tab): New defcustoms.
5443 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5444
5445 2005-06-17 Richard M. Stallman <rms@gnu.org>
5446
5447 * startup.el (command-line): Warn if specified user name has
5448 no home directory.
5449
5450 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5451 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5452
5453 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5454 Doc fixes.
5455
5456 * faces.el (underline): Try bold if terminal doesn't support underline.
5457
5458 * mail/sendmail.el (mail-setup-with-from): New variable.
5459 (mail-insert-from-field): New function.
5460 (sendmail-send-it): Call it.
5461 (mail-setup): Optionally call it here.
5462
5463 * term/linux.el: Call tty-no-underline.
5464
5465 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5466
5467 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5468
5469 2005-06-17 Miles Bader <miles@gnu.org>
5470
5471 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5472 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5473 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5474 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5475 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5476 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5477 Remove "-face" suffix from face names.
5478 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5479 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5480 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5481 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5482 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5483 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5484 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5485 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5486 New backward-compatibility aliases for renamed faces.
5487 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5488 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5489 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5490 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5491 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5492 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5493 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5494 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5495 Use renamed ediff faces.
5496
5497 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5498 Remove "-face" suffix from face names.
5499 (eshell-test-ok-face, eshell-test-failed-face):
5500 New backward-compatibility aliases for renamed faces.
5501 (eshell-run-test): Use renamed eshell-test faces.
5502
5503 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5504 face name.
5505 (eshell-prompt-face): New backward-compatibility alias for renamed
5506 face.
5507 (eshell-emit-prompt): Use renamed eshell-prompt face.
5508
5509 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5510 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5511 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5512 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5513 Remove "-face" suffix from face names.
5514 (eshell-ls-directory-face, eshell-ls-symlink-face)
5515 (eshell-ls-executable-face, eshell-ls-readonly-face)
5516 (eshell-ls-unreadable-face, eshell-ls-special-face)
5517 (eshell-ls-missing-face, eshell-ls-archive-face)
5518 (eshell-ls-backup-face, eshell-ls-product-face)
5519 (eshell-ls-clutter-face):
5520 New backward-compatibility aliases for renamed faces.
5521 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5522
5523 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5524 Remove "-face" suffix from face name.
5525 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5526 instead of literal face.
5527
5528 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5529
5530 * emacs-lisp/warnings.el (display-warning, lwarn)
5531 (warning-minimum-log-level): Doc fixes.
5532 (warning-minimum-level, warning-minimum-log-level):
5533 Add :debug to :type choices.
5534
5535 * progmodes/ada-mode.el (ada-format-paramlist)
5536 (ada-get-indent-case, ada-check-matching-start)
5537 (ada-check-defun-name, ada-goto-matching-decl-start)
5538 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5539 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5540 (ada-make-subprogram-body): Follow error conventions.
5541 (ada-case-exception-file, ada-indent-comment-as-code)
5542 (ada-indent-handle-comment-special, ada-indent-renames)
5543 (ada-indent-return, ada-search-directories-internal)
5544 (ada-tab-policy, ada-case-exception-substring)
5545 (ada-other-file-alist, ada-matching-start-re)
5546 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5547 (ada-imenu-generic-expression, ada-compile-goto-error)
5548 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5549 (ada-popup-menu, ada-add-extensions, ada-mode)
5550 (ada-region-selected, ada-create-case-exception)
5551 (ada-create-case-exception-substring, ada-after-keyword-p)
5552 (ada-activate-keys-for-case, ada-adjust-case-region)
5553 (ada-adjust-case-buffer, ada-format-paramlist)
5554 (ada-scan-paramlist, ada-insert-paramlist)
5555 (ada-indent-newline-indent)
5556 (ada-indent-newline-indent-conditional)
5557 (ada-justified-indent-current, ada-goto-previous-word)
5558 (ada-indent-current, ada-get-indent-open-paren)
5559 (ada-get-indent-paramlist, ada-get-indent-end)
5560 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5561 (ada-get-indent-block-start, ada-get-indent-subprog)
5562 (ada-get-indent-noindent, ada-get-indent-label)
5563 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5564 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5565 (ada-goto-stmt-end, ada-goto-next-word)
5566 (ada-check-matching-start, ada-check-defun-name)
5567 (ada-goto-matching-decl-start, ada-goto-matching-start)
5568 (ada-goto-matching-end, ada-search-ignore-string-comment)
5569 (ada-in-decl-p, ada-looking-at-semi-or)
5570 (ada-looking-at-semi-private, ada-in-paramlist-p)
5571 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5572 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5573 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5574 (ada-previous-package, ada-create-menu)
5575 (ada-fill-comment-paragraph-justify)
5576 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5577 (ada-other-file-name, ada-last-which-function-line)
5578 (ada-last-which-function-subprog, ada-which-function)
5579 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5580 (ada-gen-treat-proc, ada-check-emacs-version)
5581 (ada-continuation-indent, ada-align-region-separate):
5582 Fix typos in docstrings.
5583 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5584
5585 2005-06-16 Lute Kamstra <lute@gnu.org>
5586
5587 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5588 conditionally.
5589
5590 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5591
5592 * comint.el (comint-replace-by-expanded-filename)
5593 (comint-prompt-regexp, comint-delimiter-argument-list)
5594 (comint-preinput-scroll-to-bottom):
5595 * info.el (Info-hide-cookies-node):
5596 * ls-lisp.el (ls-lisp-classify):
5597 * find-file.el (ff-search-directories, ff-special-constructs)
5598 (ff-find-other-file):
5599 * font-lock.el (font-lock-keywords):
5600 * shell.el (shell-prompt-pattern)
5601 (shell-dynamic-complete-functions, shell-mode)
5602 (shell-delimiter-argument-list):
5603 * term.el (term-replace-by-expanded-filename)
5604 (term-prompt-regexp, term-delimiter-argument-list):
5605 * woman.el (woman-ignore, woman0-if):
5606 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5607 * emacs-lisp/elint.el (elint-init-env):
5608 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5609 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5610 * language/ethio-util.el (ethio-tilde-escape)
5611 (ethio-use-three-dot-question):
5612 * net/zone-mode.el (zone-mode-load-time-setup):
5613 * progmodes/cc-align.el (c-lineup-argcont):
5614 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5615 * progmodes/cperl-mode.el (cperl-set-style-back):
5616 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5617 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5618 Fix spellings in docstrings.
5619
5620 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5621 * progmodes/modula2.el (m2-for): Fix spellings.
5622
5623 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5624
5625 * simple.el (undo-more): Don't use `format' on `error' arguments.
5626 Improve argument/docstring consistency.
5627 (pending-undo-list): Doc fix.
5628
5629 * smerge-mode.el (smerge-ensure-match):
5630 * emulation/vip.el (vip-ex):
5631 * net/zone-mode.el (zone-mode-update-serial):
5632 * progmodes/idlwave.el (idlwave-complete):
5633 * progmodes/vhdl-mode.el (vhdl-visit-file)
5634 (vhdl-compose-wire-components):
5635 Don't use `format' on `error' arguments.
5636
5637 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5638 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5639 (tooltip-help-tips): Fix typos in docstrings.
5640
5641 2005-06-16 David Ponce <david@dponce.com>
5642
5643 * tree-widget.el (tree-widget-value-create): Simplify last change.
5644
5645 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5646
5647 * ido.el (ido-incomplete-regexp): New variable.
5648 (ido-set-matches-1): Handle invalid-regexp error and set
5649 ido-incomplete-regexp.
5650 (ido-incomplete-regexp): New face.
5651 (ido-completions): Use it.
5652 (ido-complete, ido-exit-minibuffer, ido-completions):
5653 Handle incomplete regexps.
5654 (ido-completions): Add check for complete match when entering a regexp.
5655
5656 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5659
5660 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5661
5662 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5663 by field delimiters.
5664
5665 2005-06-15 David Ponce <david@dponce.com>
5666
5667 * tree-widget.el: eval-and-compile inlined functions so they will
5668 be available at run-time too.
5669 (tree-widget-super-format-handler)
5670 (tree-widget-format-handler): Remove.
5671 (tree-widget-value-create): Handle the :indent property.
5672
5673 2005-06-15 Miles Bader <miles@gnu.org>
5674
5675 * progmodes/which-func.el (which-func): Only inherit
5676 `font-lock-function-name-face' when that makes sense against the
5677 default mode-line face, otherwise set the face color explicitly.
5678
5679 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5680 faces instead of (non-existent) variables.
5681
5682 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5685 (iswitchb-get-matched-buffers): Likewise. Simplify.
5686
5687 2005-06-14 Miles Bader <miles@gnu.org>
5688
5689 * progmodes/ld-script.el (ld-script-location-counter):
5690 Remove "-face" suffix from face name.
5691 (ld-script-location-counter-face):
5692 New backward-compatibility alias for renamed face.
5693 (ld-script-location-counter-face): Use renamed face.
5694
5695 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5696 (cperl-hash): Remove "-face" suffix from face names.
5697 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5698 New backward-compatibility aliases for renamed faces.
5699 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5700 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5701
5702 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5703 name.
5704 (which-func-face): New backward-compatibility alias for renamed face.
5705 (which-func-format): Use renamed which-func face.
5706
5707 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5708 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5709 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5710 names.
5711 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5712 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5713 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5714 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5715 (vhdl-speedbar-architecture-selected)
5716 (vhdl-speedbar-configuration-selected)
5717 (vhdl-speedbar-package-selected)
5718 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5719 names.
5720 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5721 Use renamed faces.
5722 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5723 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5724 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5725 Use renamed faces.
5726 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5727 names.
5728 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5729 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5730 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5731 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5732 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5733 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5734
5735 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5736 face name.
5737 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5738 (sh-heredoc-face): Use renamed sh-heredoc face.
5739
5740 * progmodes/idlw-help.el (idlwave-help-link):
5741 Remove "-face" suffix from face name.
5742 (idlwave-help-link-face):
5743 New backward-compatibility alias for renamed face.
5744 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5745
5746 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5747 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5748 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5749 New backward-compatibility aliases for renamed faces.
5750 (idlwave-shell-disabled-breakpoint-face)
5751 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5752
5753 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5754 Remove "-face" suffix from face names.
5755 (flymake-errline-face, flymake-warnline-face):
5756 New backward-compatibility aliases for renamed faces.
5757 (flymake-highlight-line): Use renamed flymake faces.
5758
5759 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5760 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5761 (ebrowse-member-class, ebrowse-progress):
5762 Remove "-face" suffix from face names.
5763 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5764 (ebrowse-file-name-face, ebrowse-default-face)
5765 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5766 (ebrowse-progress-face):
5767 New backward-compatibility aliases for renamed faces.
5768 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5769 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5770 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5771 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5772
5773 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5774 antlr-syntax)
5775 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5776 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5777 names.
5778 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5779 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5780 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5781 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5782 backward-compatibility aliases for renamed faces.
5783 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5784 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5785 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5786 remove "font-lock-". Use renamed antlr-mode faces.
5787 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5788 literal face-names with face variable references.
5789
5790 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5791 face name.
5792 (Buffer-menu-buffer-face): New backward-compatibility alias for
5793 renamed face.
5794 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5795
5796 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5797
5798 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5799 Eliminate "-face" suffix.
5800 (makefile-targets): Inherit from font-lock-function-name-face and
5801 eliminate "-face" suffix.
5802 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5803 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5804 actions, instead of prepending, to make it less visible.
5805 (makefile-previous-dependency, makefile-match-dependency):
5806 Don't match a target on a continuation line.
5807
5808 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5809
5810 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5811
5812 * progmodes/gdb-ui.el (menu): Re-order menu items.
5813 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5814
5815 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5816 Define in tooltip.el.
5817 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5818 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5819 gud-tooltip-echo-area.
5820
5821 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5822 backward compatibility and make obsolete.
5823 (tooltip-help-tips): Use tooltip-use-echo-area.
5824 (tooltip-show-help-function): Rename to...
5825 (tooltip-show-help): ...this, because it is a function.
5826 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5827
5828 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5829
5830 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5831 (edebug-print-length, edebug-print-level, edebug-print-circle)
5832 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5833 (edebug-eval-print-last-sexp): Doc fixes.
5834
5835 2005-06-14 Kim F. Storm <storm@cua.dk>
5836
5837 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5838 as the coverage buffer/file/both may change.
5839
5840 2005-06-14 Lute Kamstra <lute@gnu.org>
5841
5842 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5843 and run-mode-hooks. Simplify.
5844
5845 * mail/rmailedit.el (rmail-edit-mode):
5846 * progmodes/octave-inf.el (inferior-octave-mode):
5847 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5848
5849 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5850 and run-mode-hooks.
5851 (recentf-edit-list, recentf-open-files): Don't call
5852 kill-all-local-variables directly.
5853
5854 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5855
5856 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5857
5858 * emacs-lisp/byte-run.el (make-obsolete)
5859 (define-obsolete-function-alias): Rename arguments FUNCTION and
5860 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5861 (make-obsolete-variable, define-obsolete-variable-alias):
5862 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5863 respectively.
5864
5865 * isearchb.el (isearchb-activate):
5866 * pcvs.el (cvs-mode):
5867 * ses.el (ses-load):
5868 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5869 * net/tramp.el (tramp-find-file-exists-command)
5870 (tramp-find-shell):
5871 * progmodes/ada-mode.el (ada-create-case-exception)
5872 (ada-create-case-exception-substring, ada-make-subprogram-body):
5873 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5874 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5875 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5876 * textmodes/org.el (org-promote, org-evaluate-time-range)
5877 (org-agenda-next-date-line, org-agenda-previous-date-line)
5878 (org-agenda-error, org-open-at-point, org-table-move-row)
5879 (org-format-table-table-html-using-table-generate-source)
5880 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5881 * textmodes/reftex.el (reftex-access-scan-info):
5882 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5883 (reftex-toc-promote-prepare): Follow error conventions.
5884
5885 * diff-mode.el (diff-mode): Fix typo in docstring.
5886
5887 * forms.el (forms--intuit-from-file): Fix reference to
5888 `forms-number-of-fields' in error message.
5889 (forms-print): Fix quoting in error message.
5890
5891 * forms.el (forms-mode):
5892 * emulation/vi.el (vi-goto-insert-state):
5893 * progmodes/flymake.el (flymake-new-err-info)
5894 (flymake-start-syntax-check-for-current-buffer)
5895 (flymake-simple-cleanup):
5896 * eshell/esh-var.el (eshell/export):
5897 * progmodes/gud.el (xdb):
5898 * textmodes/flyspell.el (flyspell-incorrect-hook)
5899 (flyspell-maybe-correct-transposition)
5900 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5901
5902 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5903
5904 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5905 minibuffer prompt.
5906
5907 2005-06-13 Kim F. Storm <storm@cua.dk>
5908
5909 * subr.el (add-to-ordered-list): New defun.
5910
5911 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5912 add cua--keymap-alist to emulation-mode-map-alists.
5913
5914 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * subr.el (complete-in-turn): New macro.
5917 (dynamic-completion-table, lazy-completion-table): Add debug info.
5918
5919 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5920 in preference to face aliases.
5921
5922 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5923 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5924 Remove unused vars `start' and `firstline'.
5925 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5926 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5927
5928 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5929
5930 * cus-start.el (all): Don't complain about missing GTK-related
5931 variables, unless either `gtk' is boundp or this isn't a
5932 `windows-nt' build.
5933
5934 2005-06-13 Lute Kamstra <lute@gnu.org>
5935
5936 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5937 run-mode-hooks.
5938
5939 * ediff-mult.el (ediff-meta-mode):
5940 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5941
5942 * ledit.el (ledit-mode): Use delay-mode-hooks.
5943
5944 * woman.el (woman-mode-line-format): Delete constant.
5945 (woman-mode-map): Initialize it properly.
5946 (woman-mode): Set mode-class property to special.
5947 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5948 Set major-mode and mode-name. Don't set mode-line-format directly.
5949 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5950
5951 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5952 string argument obsolete.
5953
5954 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5955
5956 * textmodes/org.el (org-CUA-compatible): New option.
5957 (org-disputed-keys): New variable.
5958 (org-key): New function.
5959 (orgtbl-make-binding): Add docstring to the created function.
5960 (org-mode): Set paragraph start/separate regexps.
5961 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5962 (org-archive-location, org-archive-mark-done)
5963 (org-archive-stamp-time): New options.
5964 (org-archive-subtree): New command.
5965 (org-fill-paragraph): New function.
5966 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5967 (org-fake-empty-table-line): Function removed.
5968 (org-format-org-table-html): Do not create empty table lines at
5969 separator lines. Improved table header treatment.
5970 (org-link-format): New option.
5971 (org-make-link): New function.
5972 (org-insert-link, org-store-link): Use org-make-link.
5973 (org-open-file): Quote file name for shell command, to allow
5974 spaces in file names.
5975 (org-link-regexp): Fix bug with mailto link.
5976 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5977 New constants.
5978 (org-export-as-html): Deal with the optional angles around a link.
5979 Better treatment of file: links.
5980 (org-open-at-point): Replace @{ and @} with < and >.
5981 (org-run-mode-hooks): Function removed.
5982 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5983
5984 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5985
5986 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5987 MI command -data-list-register-values.
5988 (gdb-post-prompt): Indent properly.
5989
5990 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5991
5992 * hilit-chg.el (highlight-changes-colors): Rename from
5993 `highlight-changes-colours'.
5994 (highlight-changes-colours): Keep as obsolete alias.
5995 (highlight-changes-face-list): Doc fix.
5996 (hilit-chg-make-list): Use `highlight-changes-colors'.
5997
5998 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5999
6000 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6001 defun-prompt-regexp.
6002
6003 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6004
6005 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6006 and cygwin.
6007
6008 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6009 Don't use an old loaddefs.el, as in Makefile.in.
6010
6011 2005-06-12 Lute Kamstra <lute@gnu.org>
6012
6013 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6014
6015 * man.el (Man-mode-map): Initialize it properly.
6016 (Man-mode): Set mode-class property to special.
6017
6018 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6019
6020 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6023 A newline is needed in the docstring there.
6024
6025 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6026 Doc fixes.
6027
6028 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6029
6030 * printing.el: Doc fix. The menubar is no more changed when printing
6031 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6032 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6033 (pr-version): New version number (6.8.4).
6034 (pr-menu-bind): New command.
6035 (pr-update-menus): Docstring and code fix.
6036 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6037 Docstring fix.
6038 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6039 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6040
6041 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6042
6043 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6044 "Returns" to "return", document useful return values, etc.
6045
6046 2005-06-11 Alan Mackenzie <acm@muc.de>
6047
6048 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6049 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6050 (adaptive-file-function): Minor amendment to doc-string.
6051
6052 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6053
6054 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6055 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6056 Fix :type--it is `integer', not `string'.
6057
6058 * faces.el (modeline-highlight): Rename from (the erroneous)
6059 `modeline-higilight'.
6060
6061 2005-06-11 Lute Kamstra <lute@gnu.org>
6062
6063 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6064 lisp-interaction-mode-map but make it the parent.
6065 (edebug-eval-mode): Use define-derived-mode.
6066
6067 2005-06-11 Andreas Schwab <schwab@suse.de>
6068
6069 * bindings.el: Add binding of `ESC functionkey' for every
6070 `M-functionkey'.
6071 * hexl.el (hexl-mode-map): Likewise.
6072
6073 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6074
6075 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6076 [msft]: update regexp for newer msft compilers.
6077
6078 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6079
6080 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6081 ATTLIST portions of included DTDs.
6082 (xml-parse-dtd): Eliminate use of inefficient match-data.
6083
6084 2005-06-10 Miles Bader <miles@gnu.org>
6085
6086 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6087 (mpuz-text): Remove "-face" suffix from face names.
6088 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6089 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6090 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6091
6092 * play/gomoku.el (gomoku-O, gomoku-X):
6093 Remove "-face" suffix from face names.
6094 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6095 New backward-compatibility aliases for renamed faces.
6096 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6097
6098 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6099
6100 * thumbs.el: Fixes for changes of 2005-06-09.
6101 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6102 as a directory.
6103 (thumbs-thumbname): Remove directory separator from format string;
6104 `thumbs-thumbsdir' now returns a valid directory name.
6105 (thumbs-temp-dir): New defsubst.
6106 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6107 Use it.
6108
6109 * cus-edit.el (minibuffer):
6110 * files.el (make-backup-file-name-function):
6111 * filesets.el (filesets-external-viewers):
6112 * hilit-chg.el (highlight-changes-colours)
6113 (highlight-changes-face-list, highlight-changes-rotate-faces):
6114 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6115 * kmacro.el (kmacro-call-macro):
6116 * log-edit.el (log-edit-changelog-full-paragraphs):
6117 * mouse.el (mouse-1-click-follows-link):
6118 * skeleton.el (skeleton-autowrap):
6119 * subr.el (insert-for-yank-1):
6120 * tempo.el (tempo-insert-region):
6121 * terminal.el (terminal-emulator):
6122 * time.el (display-time-mail-face):
6123 * vc.el (vc-annotate):
6124 * vcursor.el (vcursor-copy-line):
6125 * woman.el (woman-bold-headings, woman-ignore)
6126 (woman-default-faces, woman-monochrome-faces):
6127 * calendar/todo-mode.el (todo-insert-threshold):
6128 * emulation/pc-select.el (pc-select-selection-keys-only)
6129 (pc-selection-mode):
6130 * emulation/vip.el (vip-find-char-forward):
6131 * emulation/viper-cmd.el (viper-find-char-forward):
6132 * international/mule-cmds.el
6133 (select-safe-coding-system-accept-default-p)
6134 (input-method-exit-on-invalid-key):
6135 * international/mule-diag.el (describe-coding-system):
6136 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6137 * net/browse-url.el (browse-url-xterm-program):
6138 * obsolete/lazy-lock.el (lazy-lock-mode):
6139 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6140 (cperl-mode):
6141 * progmodes/cpp.el (cpp-face-light-name-list)
6142 (cpp-face-dark-name-list):
6143 * progmodes/delphi.el (delphi-newline-always-indents):
6144 Fix spellings in docstrings.
6145
6146 * ido.el (ido-mode, ido-file-extensions-order)
6147 (ido-default-file-method, ido-default-buffer-method)
6148 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6149 (ido-decorations, ido-read-file-name-as-directory-commands)
6150 (ido-read-file-name-non-ido, ido-work-directory-list)
6151 (ido-ignore-item-temp-list, ido-current-directory)
6152 (ido-magic-forward-char, ido-enter-find-file)
6153 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6154 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6155
6156 2005-06-10 Lute Kamstra <lute@gnu.org>
6157
6158 * play/dunnet.el (dun-mode): Use define-derived-mode.
6159 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6160 obsolete alias.
6161
6162 * play/doctor.el (doctor-mode-map): Remove defvar.
6163 (doctor-mode): Use define-derived-mode.
6164
6165 * mail/mspools.el (mspools-mode):
6166 * net/eudc-hotlist.el (eudc-hotlist-mode):
6167 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6168
6169 2005-06-10 Miles Bader <miles@gnu.org>
6170
6171 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6172 Remove "-face" suffix from face names.
6173 (flyspell-incorrect-face, flyspell-duplicate-face):
6174 New backward-compatibility aliases for renamed faces.
6175 (flyspell-mode-on, make-flyspell-overlay)
6176 (flyspell-highlight-incorrect-region)
6177 (flyspell-highlight-duplicate-region)
6178 (flyspell-display-next-corrections)
6179 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6180
6181 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6182 from face name.
6183 (texinfo-heading-face): New backward-compatibility alias for
6184 renamed face.
6185 (texinfo-heading-face): Use renamed texinfo-heading face.
6186
6187 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6188 suffix from face names.
6189 (tex-math-face, tex-verbatim-face):
6190 New backward-compatibility aliases for renamed faces.
6191 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6192 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6193 literal face name.
6194
6195 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6196 name.
6197 (table-cell-face): New backward-compatibility alias for renamed face.
6198 (table--put-cell-face-property, table--update-cell-face):
6199 Use renamed table-cell face.
6200
6201 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6202 from face name.
6203 (sgml-namespace-face): New backward-compatibility alias for
6204 renamed face.
6205 (sgml-namespace-face): Use renamed sgml-namespace face.
6206
6207 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6208 (org-level-4, org-level-5, org-level-6, org-level-7)
6209 (org-level-8, org-warning, org-headline-done)
6210 (org-deadline-announce, org-scheduled-today)
6211 (org-scheduled-previously, org-link, org-done, org-table)
6212 (org-time-grid): Remove "-face" suffix from face names.
6213 (org-level-1-face, org-level-2-face, org-level-3-face)
6214 (org-level-4-face, org-level-5-face, org-level-6-face)
6215 (org-level-7-face, org-level-8-face, org-warning-face)
6216 (org-headline-done-face, org-deadline-announce-face)
6217 (org-scheduled-today-face, org-scheduled-previously-face)
6218 (org-link-face, org-done-face, org-table-face)
6219 (org-time-grid-face):
6220 New backward-compatibility aliases for renamed faces.
6221 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6222 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6223 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6224 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6225
6226 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6227 (viper-minibuffer-emacs, viper-minibuffer-insert)
6228 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6229 (viper-search-face, viper-replace-overlay-face)
6230 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6231 (viper-minibuffer-vi-face):
6232 New backward-compatibility aliases for renamed faces.
6233 (viper-search-face, viper-replace-overlay-face)
6234 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6235 (viper-minibuffer-vi-face): Use renamed viper faces.
6236
6237 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6238 Remove "-face" suffix from face names.
6239 (testcover-nohits-face, testcover-1value-face):
6240 New backward-compatibility aliases for renamed faces.
6241 (testcover-mark): Use renamed testcover faces.
6242
6243 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6244 face name.
6245 (diary-button-face): New backward-compatibility alias for renamed face.
6246 (diary-entry): Use renamed diary-button face.
6247
6248 * calendar/calendar.el (diary, calendar-today, holiday)
6249 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6250 (diary-face, calendar-today-face, holiday-face):
6251 New backward-compatibility aliases for renamed faces.
6252 (eval-after-load "facemenu", diary-entry-marker)
6253 (calendar-today-marker, calendar-holiday-marker, diary-face):
6254 Use renamed calendar faces.
6255
6256 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6257 (compare-windows-face): New backward-compatibility alias for
6258 renamed face.
6259 (compare-windows-highlight): Use renamed compare-windows face.
6260
6261 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6262 (strokes-char-face): New backward-compatibility alias for renamed face.
6263 (strokes-encode-buffer): Use renamed strokes-char face.
6264
6265 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6266 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6267 Remove "-face" suffix from face names.
6268 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6269 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6270 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6271 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6272 Use renamed pcvs faces.
6273 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6274 * pcvs-defs.el (cvs-mode-map): Likewise.
6275 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6276
6277 * info.el (info-title-1, info-title-2, info-title-3)
6278 (info-title-4): Remove "-face" suffix from and downcase face names.
6279 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6280 (Info-title-4-face):
6281 New backward-compatibility aliases for renamed faces.
6282 (Info-fontify-node): Use renamed info faces.
6283
6284 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6285 Remove "-face" suffix from face names.
6286 (highlight-changes-face, highlight-changes-delete-face):
6287 New backward-compatibility aliases for renamed faces.
6288 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6289 (hilit-chg-make-list): Use renamed highlight-changes faces.
6290
6291 * generic-x.el (show-tabs-tab, show-tabs-space):
6292 Remove "-face" suffix from face names.
6293 (show-tabs-tab-face, show-tabs-space-face):
6294 New backward-compatibility aliases for renamed faces.
6295 (show-tabs-generic-mode-font-lock-defaults-1)
6296 (show-tabs-generic-mode-font-lock-defaults-2):
6297 Use renamed show-tabs faces.
6298
6299 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6300 (smerge-markers): Remove "-face" suffix from face names.
6301 (smerge-mine-face, smerge-other-face, smerge-base-face)
6302 (smerge-markers-face):
6303 New backward-compatibility aliases for renamed faces.
6304 (smerge-mine-face, smerge-other-face, smerge-base-face)
6305 (smerge-markers-face): Use renamed smerge faces.
6306
6307 * log-view.el (log-view-file, log-view-message): Remove "-face"
6308 suffix from face names.
6309 (log-view-file-face, log-view-message-face):
6310 New backward-compatibility aliases for renamed faces.
6311 (log-view-file-face, log-view-message-face): Use renamed log-view
6312 faces.
6313
6314 * paren.el (show-paren-match, show-paren-mismatch):
6315 Remove "-face" suffix from face names.
6316 (show-paren-match-face, show-paren-mismatch-face):
6317 New backward-compatibility aliases for renamed faces.
6318 (show-paren-function): Use renamed show-paren faces.
6319
6320 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6321 (ruler-mode-margins, ruler-mode-fringes)
6322 (ruler-mode-column-number, ruler-mode-fill-column)
6323 (ruler-mode-comment-column, ruler-mode-goal-column)
6324 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6325 suffix from face names.
6326 (ruler-mode-default-face, ruler-mode-pad-face)
6327 (ruler-mode-margins-face, ruler-mode-fringes-face)
6328 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6329 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6330 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6331 New backward-compatibility aliases for renamed faces.
6332 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6333 (ruler-mode-column-number, ruler-mode-fill-column)
6334 (ruler-mode-comment-column, ruler-mode-goal-column)
6335 (ruler-mode-tab-stop, ruler-mode-current-column)
6336 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6337 faces.
6338
6339 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6340 face name.
6341 (whitespace-highlight-the-space): Use renamed face.
6342 (whitespace-highlight-face): New backward-compatibility alias for
6343 renamed face.
6344
6345 * woman.el (woman-italic, woman-bold, woman-unknown)
6346 (woman-addition, woman-symbol-face):
6347 Remove "-face" suffix from face names.
6348 (woman-italic-face, woman-bold-face, woman-unknown-face)
6349 (woman-addition-face):
6350 New backward-compatibility aliases for renamed faces.
6351 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6352 (woman-decode-region, woman-replace-match)
6353 (woman-display-extended-fonts, woman-special-characters)
6354 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6355 Use renamed woman faces.
6356
6357 * longlines.el (longlines-visible-face): Face removed.
6358
6359 * diff-mode.el (diff-header, diff-file-header, diff-index)
6360 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6361 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6362 suffix from face names.
6363 (diff-header-face, diff-file-header-face, diff-index-face)
6364 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6365 (diff-changed-face, diff-function-face, diff-context-face)
6366 (diff-nonexistent-face): New backward-compatibility aliases for
6367 renamed faces.
6368 (diff-header-face, diff-file-header-face)
6369 (diff-index, diff-index-face, diff-hunk-header)
6370 (diff-hunk-header-face, diff-removed, diff-removed-face)
6371 (diff-added, diff-added-face, diff-changed-face, diff-function)
6372 (diff-function-face, diff-context-face, diff-nonexistent)
6373 (diff-nonexistent-face): Use renamed diff-mode faces.
6374
6375 * progmodes/compile.el (compilation-warning-face)
6376 (compilation-info-face): Remove "-face" suffix from face names.
6377 (compilation-warning-face, compilation-info-face):
6378 New backward-compatibility aliases for renamed faces.
6379 (compilation-warning-face, compilation-info-face):
6380 Use renamed compilation faces.
6381
6382 * add-log.el (change-log-date, change-log-name)
6383 (change-log-email, change-log-file, change-log-list)
6384 (change-log-conditionals, change-log-function)
6385 (change-log-acknowledgement): Remove "-face" suffix from face names.
6386 (change-log-date-face, change-log-name-face)
6387 (change-log-email-face, change-log-file-face)
6388 (change-log-list-face, change-log-conditionals-face)
6389 (change-log-function-face, change-log-acknowledgement-face):
6390 New backward-compatibility aliases for renamed faces.
6391 (change-log-font-lock-keywords): Use renamed change-log faces.
6392
6393 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6394 (custom-set, custom-changed, custom-saved, custom-button)
6395 (custom-button-pressed, custom-documentation, custom-state)
6396 (custom-comment, custom-comment-tag, custom-variable-tag)
6397 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6398 (custom-group-tag): Remove "-face" suffix from face names.
6399 (custom-magic-alist, custom-magic-value-create)
6400 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6401 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6402 (custom-set-face, custom-changed-face, custom-saved-face)
6403 (custom-button-face, custom-button-pressed-face)
6404 (custom-documentation-face, custom-state-face)
6405 (custom-comment-face, custom-comment-tag-face)
6406 (custom-variable-tag-face, custom-variable-button-face)
6407 (custom-face-tag-face, custom-group-tag-face-1)
6408 (custom-group-tag-face):
6409 New backward-compatibility aliases for renamed faces.
6410
6411 * wid-edit.el (widget-documentation, widget-button)
6412 (widget-field, widget-single-line-field, widget-inactive)
6413 (widget-button-pressed): "-face" suffix removed from face names.
6414 (widget-documentation-face, widget-button-face)
6415 (widget-field-face, widget-single-line-field-face)
6416 (widget-inactive-face, widget-button-pressed-face):
6417 New backward-compatibility aliases for renamed faces.
6418 (widget-documentation-face, widget-button-face)
6419 (widget-button-pressed-face, widget-specify-field)
6420 (widget-specify-inactive): Use renamed widget faces.
6421
6422 2005-06-10 Kenichi Handa <handa@m17n.org>
6423
6424 * term/x-win.el (x-clipboard-yank): Remove condition-case
6425 wrapping.
6426
6427 2005-06-11 Kenichi Handa <handa@m17n.org>
6428
6429 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6430 date lines stricter.
6431
6432 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6433
6434 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6435 of x-get-selection.
6436
6437 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6438
6439 * comint.el (comint-mode, comint-snapshot-last-prompt):
6440 * frame.el (frame-current-scroll-bars):
6441 * term.el (term-mode, term-check-proc, term-input-sender)
6442 (term-simple-send, term-extract-string, term-word)
6443 (term-match-partial-filename):
6444 * window.el (window-current-scroll-bars):
6445 * emulation/cua-base.el (cua-normal-cursor-color)
6446 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6447 (cua-global-mark-cursor-color):
6448 * mail/undigest.el (rmail-forward-separator-regex):
6449 Fix typos in docstrings.
6450
6451 * comint.el (comint-check-proc, make-comint-in-buffer)
6452 (comint-source-default): Doc fixes.
6453
6454 * term.el (term-send-string): Improve argument/docstring consistency.
6455
6456 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6457
6458 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6459 call to `delete-region'.
6460 (comint-mode-hook): Do not enable Font Lock by default.
6461
6462 2005-06-09 Lute Kamstra <lute@gnu.org>
6463
6464 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6465 could be void.
6466
6467 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6470 (debug): Use it.
6471 (debugger-step-through, debugger-continue, debugger-jump)
6472 (debugger-return-value): Set it when needed.
6473 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6474 Use inhibit-read-only.
6475
6476 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6477
6478 * window.el (shrink-window-if-larger-than-buffer)
6479 (window-size-fixed): Fix typo in docstring.
6480
6481 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6482 thumbnails directory on loading.
6483 (thumbs-conversion-program): Use `eq' to check the system type,
6484 not `equal'.
6485 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6486 not "/tmp". Fix docstring.
6487 (thumbs-thumbsdir): New function to return the thumbnails
6488 directory, creating it if needed.
6489 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6490 (thumbs-temp-file): Delete variable and make it into a function.
6491 (thumbs-resize-image, thumbs-modify-image): Use it.
6492 (thumbs-kill-buffer): Simplify.
6493 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6494 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6495 docstrings.
6496
6497 2005-06-09 Kim F. Storm <storm@cua.dk>
6498
6499 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6500 set-match-data to free markers in match-data.
6501
6502 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6503 match-data to unchain markers in match-data.
6504
6505 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6508 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6509 unnecessary now.
6510
6511 2005-06-08 Richard M. Stallman <rms@gnu.org>
6512
6513 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6514 give the variable a doc string that doesn't say don't set it directly.
6515
6516 * textmodes/ispell.el (ispell-check-version):
6517 Use match-string-no-properties.
6518 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6519 (ispell-buffer-local-words): Likewise.
6520
6521 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6522 except on terminals with enough colors to really display it.
6523 (makefile-dependency-regex): Delete spurious `bb'.
6524
6525 * faces.el (escape-glyph): Use blue once again in last case.
6526 (no-break-space): Redefine so that it isn't invisible on a tty.
6527
6528 2005-06-08 Kim F. Storm <storm@cua.dk>
6529
6530 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6531 also when reading directory name.
6532
6533 2005-06-08 Lute Kamstra <lute@gnu.org>
6534
6535 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6536 (flyspell-mode-line-string): Remove autoload cookie.
6537 (flyspell-mode): Remove defvar.
6538
6539 2005-06-07 Lute Kamstra <lute@gnu.org>
6540
6541 * textmodes/org.el (org-run-mode-hooks): New function.
6542 (org-agenda-mode): Use it.
6543
6544 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6545
6546 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6547
6548 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6551
6552 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6553
6554 * font-lock.el (font-lock-add-keywords): Doc fix.
6555
6556 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6559 (tex-compile-default): In the absence of any history, use the order in
6560 tex-compile-alist to choose the preferred command.
6561 (tex-compile-commands): Reorder a bit.
6562
6563 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6564 (flyspell-incorrect-face, flyspell-duplicate-face):
6565 Use (X)Emacs-agnostic code.
6566 (flyspell-mode-map): Don't overwrite at each load. Remove code
6567 redundant with the subsequent add-minor-mode. Merge Emacs and
6568 XEmacs code.
6569 (flyspell-word): Minor simplification.
6570 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6571 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6572 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6573 Merge the corresponding Emacs code.
6574 (flyspell-correct-word, flyspell-xemacs-popup):
6575 Use flyspell-do-correct.
6576
6577 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6578 a dedicated window.
6579
6580 * international/latexenc.el (latexenc-find-file-coding-system):
6581 Undo part of last patch, to turn off a compiler warning.
6582
6583 2005-06-06 Juri Linkov <juri@jurta.org>
6584
6585 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6586 Rename `tmm-inactive-face' to `tmm-inactive'.
6587
6588 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6589
6590 * iswitchb.el: Rename faces.
6591
6592 2005-06-06 Kim F. Storm <storm@cua.dk>
6593
6594 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6595 (cua-global-mark): Remove -face suffix from face names.
6596
6597 * emulation/cua-gmrk.el (cua--init-global-mark):
6598 Remove cua-global-mark face setup.
6599
6600 2005-06-06 Richard M. Stallman <rms@gnu.org>
6601
6602 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6603 just like other allowed characters.
6604 (makefile-match-dependency): Exclude leading and training whitespace
6605 from the range of regexp subexp 1.
6606 (makefile-macroassign-regex): Don't try to match the body,
6607 just the name of the macro being defined.
6608
6609 * info.el (Info-read-node-name-2): New function.
6610 (Info-read-node-name-1): Use that.
6611 Add a completion-base-size-function property.
6612
6613 * simple.el (completion-setup-function): Look for
6614 completion-base-size-function property of minibuffer-completion-table.
6615
6616 * files.el (locate-file-completion): Doc fix.
6617
6618 * printing.el: Don't call pr-update-menus; user must do that.
6619
6620 * emacs-lisp/debug.el (debugger-window): New variable.
6621 (debug): Use debugger-window if it is set and still alive.
6622 Record debugger-window for next entry.
6623
6624 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6625
6626 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6627
6628 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6629 (hack-one-local-variable, hack-local-variables)
6630 (hack-local-variables-prop-line): Pass that arg.
6631
6632 2005-06-06 Kim F. Storm <storm@cua.dk>
6633
6634 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6635 (ido-indicator): Remove -face suffix from face names.
6636
6637 2005-06-06 Juri Linkov <juri@jurta.org>
6638
6639 * font-lock.el (font-lock-regexp-backslash)
6640 (font-lock-regexp-backslash-construct): New faces.
6641 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6642 after `('. Add `while-no-input' to control structures.
6643
6644 * faces.el (no-break-space, shadow): New faces.
6645 (escape-glyph): Use less loud colors pink2 and red4.
6646
6647 * diff-mode.el (diff-context-face)
6648 * dired.el (dired-ignored)
6649 * rfn-eshadow.el (file-name-shadow)
6650 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6651
6652 * info.el (Info-title-1-face): Use green instead of yellow because
6653 bold yellow is not readable on light backgrounds.
6654
6655 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6656 before selecting the desired mode to not spend time fontifying
6657 old contents.
6658
6659 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6660
6661 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6662 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6663
6664 * ps-print.el (ps-default-fg, ps-default-bg):
6665 Fix typos in docstrings.
6666
6667 * isearchb.el (isearchb): Don't pass a spurious second argument to
6668 `iswitchb-completions'.
6669
6670 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6671
6672 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6673 to preserve point.
6674 (gdb-find-file-hook): Add doc string.
6675
6676 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6677 C dereferenced pointer expression.
6678 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6679
6680 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6681
6682 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6683 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6684 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6685 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6686 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6687 Make background transparent.
6688
6689 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6690
6691 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6692 (font-lock-remove-keywords): Doc fix.
6693 (font-lock-mode-major-mode): Compiler defvar.
6694 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6695
6696 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6697 (font-lock-mode): Update `font-lock-mode-major-mode'.
6698 (font-lock-set-defaults): Compiler defvar.
6699 (font-lock-default-function): Take `font-lock-mode-major-mode'
6700 into account.
6701
6702 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6703 keep track of which major mode it enabled the minor mode for.
6704 Use find-file-hook again. Update docstring.
6705
6706 * simple.el (eval-expression-print-level)
6707 (eval-expression-print-length, eval-expression-debug-on-error):
6708 Doc fixes.
6709
6710 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6711
6712 * iswitchb.el (iswitchb-single-match-face)
6713 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6714 (iswitchb-invalid-regexp-face): New faces.
6715 (iswitchb-completions): Use them.
6716 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6717 now marked as an obsolete alias.
6718 (iswitchb-read-buffer): Remove check for bound font variables.
6719 (iswitchb-invalid-regexp): New free variable.
6720 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6721 set iswitchb-invalid-regexp.
6722 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6723 invalid regexps.
6724 (iswitchb-completions): Add check for complete match when entering
6725 a regexp.
6726 (iswitchb-completions): Remove require-match argument.
6727 (iswitchb-exhibit): Fix caller.
6728 (iswitchb-common-match-inserted): New variable.
6729 (iswitchb-complete, iswitchb-completion-help): Use it.
6730
6731 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6732
6733 * url-http.el (url-http-chunked-encoding-after-change-function):
6734 Use `url-http-debug' instead of `message'.
6735
6736 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6737
6738 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6739 callback argument.
6740
6741 2005-06-04 Kim F. Storm <storm@cua.dk>
6742
6743 * simple.el (line-move): Only call sit-for when moving backwards.
6744
6745 * ido.el (ido-make-merged-file-list-1): New defun split from
6746 ido-make-merged-file-list.
6747 (ido-make-merged-file-list): Bind throw-on-input around call to
6748 ido-make-merged-file-list-1. Return input-pending-p if
6749 interrupted by more input available.
6750 (ido-read-internal): Handle input-pending-p return value from
6751 ido-make-merged-file-list.
6752
6753 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6756 compatibility code.
6757
6758 * international/latexenc.el (latexenc-find-file-coding-system):
6759 Don't inherit the EOL part of the coding-system from the
6760 tex-main buffer. Fit within 80 columns.
6761
6762 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6763
6764 * tmm.el (tmm-inactive-face): New face.
6765 (tmm-remove-inactive-mouse-face): New function.
6766 (tmm-prompt, tmm-add-one-shortcut)
6767 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6768 but not selectable.
6769
6770 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6771
6772 * faces.el (face-equal): Improve argument/docstring consistency.
6773
6774 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6775
6776 * progmodes/make-mode.el (makefile-targets-face)
6777 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6778 (makefile-bsdmake-dependency-regex)
6779 (makefile-makepp-rule-action-regex)
6780 (makefile-bsdmake-rule-action-regex): New constants.
6781 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6782
6783 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6784 Allow (...) within `...' for makepp messages.
6785
6786 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6787
6788 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6789
6790 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6791 "." files are deleted from all file lists before comparison.
6792
6793 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6794 (viper-ESC-key): Made them customizable.
6795
6796 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6797
6798 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6799
6800 * autorevert.el (auto-revert-buffers): Use save-match-data.
6801
6802 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6805 menu items with a nil command binding.
6806
6807 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6808
6809 * emacs-lisp/cl-macs.el (defsetf):
6810 Improve argument/docstring consistency.
6811
6812 * faces.el (list-faces-display): Improve the formatting by
6813 computing the maximum length required for any face-name (reworked
6814 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6815 (internal-find-face): Remove redundant info in docstring.
6816
6817 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6818
6819 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6820 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6821 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6822 (gdb-assembler-custom): Improve regexps.
6823 (def-gdb-auto-update-handler): Use window point to preserve point.
6824
6825 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6828
6829 2005-05-31 Jay Belanger <belanger@truman.edu>
6830
6831 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6832 to calc-embedded.
6833 (calc-embedded-make-info): Have plain prefix argument select
6834 entire line.
6835
6836 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6837
6838 * faces.el (list-faces-display): Signal error if passed a regexp
6839 that matches no face name.
6840
6841 * simple.el (filter-buffer-substring): Fix typo in docstring.
6842
6843 2005-05-31 Richard M. Stallman <rms@gnu.org>
6844
6845 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6846 (vhdl-emacs-21): Doc fix.
6847 (vhdl-mode): Unconditionally set comment-padding.
6848 (vhdl-fixup-whitespace-region): Insert spaces only where
6849 there are none.
6850 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6851
6852 2005-05-30 John Wiegley <johnw@newartisans.com>
6853
6854 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6855 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6856 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6857 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6858 `string-to-number'.
6859
6860 2005-05-30 Jay Belanger <belanger@truman.edu>
6861
6862 * calc/calc.el (calc-bug-address): Fix docstring.
6863 (calc-window-hook, calc-trail-window-hook): New variables.
6864 (calc-trail-display): Restore use of calc-trail-window-hook.
6865 (calc): Restore use of calc-window-hook.
6866
6867 2005-05-31 Masatake YAMATO <jet@gyve.org>
6868
6869 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6870
6871 * help-fns.el (help-C-file-name): Add autoload mark for
6872 `find-function-noselect'.
6873
6874 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6877 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6878
6879 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6880
6881 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6882 included diary buffer if it was not already being visited.
6883 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6884
6885 * calendar/icalendar.el (top-level): Do not require 'appt.
6886
6887 * mail/supercite.el (sc-select-attribution): Only use a list
6888 element from sc-attrib-selection-list if it returns a string.
6889 Reported by Davide G. M. Salvetti <salve@debian.org>.
6890
6891 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6892
6893 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6894 includes a hash value to improve its uniqueness, and has a ".jpg"
6895 extension. Also, it is now a valid filename on all systems.
6896 (thumbs-make-thumb): Use `let', not `let*'.
6897 (thumbs-show-thumbs-list): Check for JPEG availability.
6898
6899 2005-05-30 Richard M. Stallman <rms@gnu.org>
6900
6901 * filesets.el (filesets-menu-ensure-use-cached):
6902 Prevent warning when emacs-version>= is undefined.
6903
6904 * printing.el (pr-interactive-n-up): Use string-to-number.
6905
6906 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6907
6908 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6909 Warn only when name to be defined is quoted.
6910
6911 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6912
6913 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6914 Make regexp more robust.
6915 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6916 Force regeneration of disassembly.
6917
6918 2005-05-29 Jay Belanger <belanger@truman.edu>
6919
6920 * calc/calc.el (calc-user-invocation): Check if
6921 calc-invocation-macro is non-nil.
6922
6923 2005-05-29 Juri Linkov <juri@jurta.org>
6924
6925 * add-log.el (change-log-font-lock-keywords):
6926 Add `+' to e-mail regexp to accept mail address with keywords.
6927
6928 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6929
6930 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6931
6932 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6933
6934 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6935
6936 2005-05-29 Richard M. Stallman <rms@gnu.org>
6937
6938 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6939 Undo the change that moves to end of the current word.
6940
6941 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6942
6943 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6944 Throw error when count <= 0 to ensure input is a number.
6945 (gdb-read-memory-custom): Pick up address from buffer.
6946 (gdb-memory-mode): Allow user to increment and decrement
6947 memory address from header line.
6948
6949 2005-05-29 Richard M. Stallman <rms@gnu.org>
6950
6951 * flyspell.el (flyspell-version): Function deleted.
6952 (flyspell-auto-correct-previous-hook): Doc fix.
6953
6954 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6955 Do nothing if memory is full.
6956
6957 * font-lock.el (font-lock-fontify-syntactically-region):
6958 Pass t for GREEDY to looking-back.
6959
6960 * saveplace.el (save-place-alist-to-file): Write the file
6961 using write-region.
6962
6963 * subr.el (looking-back): New argument GREEDY.
6964
6965 * progmodes/compile.el (compilation-start): Set the mode
6966 before inserting the initial text.
6967
6968 * progmodes/which-func.el (which-func-update-1): Turn the mode
6969 off in case of error by setting which-func-mode.
6970
6971 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6972
6973 * flyspell.el (flyspell-auto-correct-previous-word):
6974 Narrow down to what's on the screen, and recenter overlays
6975 at the end of the next word.
6976
6977 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6978
6979 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6980 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6981 (flyspell-abbrev-p): Default to nil.
6982 (flyspell-use-global-abbrev-table-p): Doc fix.
6983 (flyspell-large-region): Allow nil as value.
6984 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6985
6986 (mail-mode-flyspell-verify): More robust handling
6987 of `mail-header-separator'. More efficient signature detection.
6988 Allow for regexp metacharacters in message-header-separator.
6989 Adding `To' not to be checked in mail-mode-flyspell-verify.
6990
6991 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6992 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6993 Bind flyspell-auto-correct-binding.
6994 Bind C-. and C-, .
6995 (flyspell-mode-map): Likewise.
6996 (flyspell-mode): Doc fix.
6997 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6998 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6999 (flyspell-word-cache-result): New var, always local.
7000 (flyspell-check-pre-word-p): Doc fix.
7001 (flyspell-check-changed-word-p): Handle spc like newline.
7002 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7003 (flyspell-word-search-backward, flyspell-word-search-forward):
7004 New functions.
7005 (flyspell-word): Return t if nothing to check.
7006 When parsing TeX code, check for after } or \.
7007 Use flyspell-word-search-backward to find previous word.
7008 Return nil if duplicated word.
7009 For word already checked, return same value as last time.
7010 Set flyspell-word-cache-result after checking.
7011 Don't clobber the return value.
7012 (flyspell-get-word): Major rewrite.
7013 (flyspell-external-point-words): New locals pword, pcount.
7014 Fix size used in progress message.
7015 Find the proper corresponding word in flyspell-large-region-buffer.
7016 (flyspell-region): Check for flyspell-large-region = nil.
7017 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7018 (flyspell-auto-correct-word): Check that WORD is a cons.
7019 (flyspell-correct-word): Likewise.
7020
7021 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7022
7023 * progmodes/make-mode.el (makefile-rule-action-regex)
7024 (makefile-macroassign-regex, makefile-makepp-mode)
7025 (makefile-bsdmake-mode): Continuation lines may be empty.
7026 Reported by Joshua Varner.
7027 (makefile-makepp-font-lock-keywords): Add $(stem).
7028
7029 2005-05-28 Karl Berry <karl@gnu.org>
7030
7031 * textmodes/tex-mode.el: Now that tex-send-command calls
7032 shell-quote-argument (2005-03-31 change), remove all calls to
7033 shell-quote-argument; they all end up invoking tex-send-command.
7034 The double quoting loses on filenames with non-safe characters,
7035 such as "@". Reported by Frederik Fouvry.
7036
7037 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7038
7039 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7040 about preserving point.
7041
7042 2005-05-27 Jay Belanger <belanger@truman.edu>
7043
7044 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7045 Info-goto-node.
7046
7047 * calc/calc-embed.el (calc-embed-arg): New variable.
7048 (calc-do-embedded-activate, calc-embedded-activate-formula)
7049 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7050 variable by new variable.
7051 (calc-embedded-make-info): Replace undeclared variable by new
7052 variable. When selecting region with positive prefix
7053 argument, use end of previous line instead of beginning of line.
7054
7055 * calc/calc-aent.el (calc-arg-values): Declare it.
7056
7057 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7058 Declare them.
7059
7060 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7061
7062 * calc/calc.el (calc-alg-map): Declare it.
7063
7064 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7065
7066 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7067
7068 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7069 (gdb-registers-buffer, toggle-gdb-all-registers):
7070 Toggle display of floating point registers.
7071 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7072
7073 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7074 (toggle-gud-tooltip-dereference):
7075 Rename from gud-toggle-tooltip-dereference.
7076
7077 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7080
7081 2005-05-27 Jay Belanger <belanger@truman.edu>
7082
7083 * calc/calc-prog.el (calc-kbd-report): Remove.
7084 (calc-kbd-query): Rewrite.
7085
7086 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7087
7088 * image.el (image-library-alist): Move to image.c.
7089 (image-type-available-p): Doc fix.
7090
7091 2005-05-27 Lute Kamstra <lute@gnu.org>
7092
7093 * calc/calc.el (calc):
7094 * outline.el (outline-1, outline-2, outline-3, outline-4)
7095 (outline-5, outline-6, outline-7, outline-8):
7096 * textmodes/dns-mode.el (dns-mode):
7097 * textmodes/sgml-mode.el (sgml-namespace-face):
7098 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7099 (tex-verbatim-face, tex-use-reftex):
7100 * textmodes/texinfo.el (texinfo-heading-face):
7101 Specify customization group.
7102
7103 * longlines.el: Don't require easy-mmode.
7104 (longlines-visible-face): Specify customization group.
7105
7106 2005-05-27 Kenichi Handa <handa@m17n.org>
7107
7108 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7109 encoding table of windows-1251.
7110
7111 * international/ucs-tables.el (ucs-set-table-for-input):
7112 If translation-table-for-input of a coding system is a symbol, get
7113 its translation-table property.
7114
7115 * international/code-pages.el: Don't register a coding system into
7116 non-iso-charset-alist more than once.
7117 (cp-make-coding-system): Likewise.
7118
7119 2005-05-26 John Wiegley <johnw@newartisans.com>
7120
7121 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7122 `eshell-resume-eval' is wrapped in a list, it indicates that the
7123 command was run asynchronously. In that case, unwrap the value
7124 before checking the delimiter value.
7125
7126 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7127 character before a space at the end of a line is \, assume the space
7128 is part of the last argument rather than a final argument separator.
7129
7130 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7131 is in use, and the target is `t' or `nil' (which are the most common
7132 values), don't assume that the symbol target is a buffer.
7133
7134 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7135
7136 * calendar/calendar.el (calendar-mode-line-format):
7137 Use mode-line-highlight as mouse-face.
7138
7139 * time.el (display-time-string-forms, display-time-update):
7140 Use mode-line-highlight as mouse-face.
7141
7142 2005-05-26 Jay Belanger <belanger@truman.edu>
7143
7144 * calc/calc.el (calc-language-alist): Remove extra defvar.
7145
7146 2005-05-26 Lute Kamstra <lute@gnu.org>
7147
7148 * arc-mode.el (archive-mode):
7149 * bookmark.el (bookmark-read-annotation-mode)
7150 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7151 * bs.el (bs-mode):
7152 * calc/calc-yank.el (calc-edit-mode):
7153 * calc/calc.el (calc-mode, calc-trail-mode):
7154 * calculator.el (calculator-mode):
7155 * chistory.el (command-history-mode):
7156 * comint.el:
7157 * cus-edit.el (custom-mode):
7158 * descr-text.el (describe-text-mode):
7159 * ebuff-menu.el (Electric-buffer-menu-mode):
7160 * ediff-util.el (ediff-mode):
7161 * emacs-lisp/re-builder.el (reb-mode):
7162 * emulation/vi.el (vi-mode-setup):
7163 * emulation/ws-mode.el (wordstar-mode):
7164 * eshell/esh-mode.el (eshell-mode):
7165 * forms.el (forms-mode):
7166 * help-mode.el (help-mode):
7167 * hexl.el (hexl-mode):
7168 * ibuffer.el (ibuffer-mode):
7169 * ielm.el (inferior-emacs-lisp-mode):
7170 * info.el (Info-mode, Info-edit-mode):
7171 * international/swedish.el:
7172 * ledit.el (ledit-from-lisp-mode):
7173 * locate.el (locate-mode):
7174 * mail/rmail.el (rmail-mode):
7175 * mail/rmailedit.el (rmail-edit-mode):
7176 * mail/rmailsum.el (rmail-summary-mode):
7177 * mail/supercite.el (sc-electric-mode):
7178 * net/eudc.el (eudc-mode):
7179 * net/quickurl.el (quickurl-list-mode):
7180 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7181 * obsolete/ooutline.el (outline-mode):
7182 * obsolete/options.el (Edit-options-mode):
7183 * obsolete/rnews.el (news-mode):
7184 * obsolete/rnewspost.el (news-reply-mode):
7185 * play/5x5.el (5x5-mode):
7186 * play/decipher.el (decipher-mode, decipher-stats-mode):
7187 * play/gomoku.el (gomoku-mode):
7188 * play/snake.el (snake-mode):
7189 * play/solitaire.el (solitaire-mode):
7190 * play/tetris.el (tetris-mode):
7191 * progmodes/ada-mode.el (ada-mode):
7192 * progmodes/antlr-mode.el (antlr-mode):
7193 * progmodes/autoconf.el (autoconf-mode):
7194 * progmodes/dcl-mode.el (dcl-mode):
7195 * progmodes/delphi.el (delphi-mode):
7196 * progmodes/ebrowse.el (ebrowse-tree-mode)
7197 (ebrowse-electric-list-mode, ebrowse-member-mode)
7198 (ebrowse-electric-position-mode):
7199 * progmodes/f90.el (f90-mode):
7200 * progmodes/fortran.el (fortran-mode):
7201 * progmodes/icon.el (icon-mode):
7202 * progmodes/idlw-help.el (idlwave-help-mode):
7203 * progmodes/idlw-shell.el (idlwave-shell-mode):
7204 * progmodes/idlwave.el (idlwave-mode):
7205 * progmodes/inf-lisp.el (inferior-lisp-mode):
7206 * progmodes/m4-mode.el (m4-mode):
7207 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7208 * progmodes/modula2.el (modula-2-mode):
7209 * progmodes/octave-inf.el (inferior-octave-mode):
7210 * progmodes/octave-mod.el (octave-mode):
7211 * progmodes/pascal.el (pascal-mode):
7212 * progmodes/sh-script.el (sh-mode):
7213 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7214 * progmodes/vhdl-mode.el (vhdl-mode):
7215 * progmodes/xscheme.el (scheme-interaction-mode):
7216 * replace.el (occur-mode):
7217 * ses.el (ses-mode):
7218 * simple.el (completion-list-mode):
7219 * skeleton.el:
7220 * speedbar.el (speedbar-mode):
7221 * term.el (term-mode):
7222 * terminal.el (terminal-edit-mode):
7223 * textmodes/reftex-index.el (reftex-index-mode)
7224 (reftex-index-phrases-mode):
7225 * textmodes/reftex-sel.el (reftex-select-label-mode)
7226 (reftex-select-bib-mode):
7227 * textmodes/reftex-toc.el (reftex-toc-mode):
7228 * wdired.el (wdired-change-to-wdired-mode):
7229 * wid-browse.el (widget-browse-mode):
7230 Use run-mode-hooks.
7231
7232 * array.el (array-mode):
7233 * calendar/todo-mode.el (todo-mode):
7234 * man.el (Man-mode):
7235 * play/landmark.el (lm-mode):
7236 * play/mpuz.el (mpuz-mode):
7237 Use kill-all-local-variables and run-mode-hooks.
7238
7239 * subr.el (delay-mode-hooks): Specify indentation.
7240
7241 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7242
7243 * xml.el (xml-substitute-special): Don't die for undefined xml
7244 entities.
7245
7246 2005-05-26 Jay Belanger <belanger@truman.edu>
7247
7248 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7249 of nil.
7250
7251 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7252
7253 * progmodes/gdb-ui.el (gdb-frame-address):
7254 Rename from gdb-current-address.
7255 (gdb-previous-frame-address): Rename from gdb-previous-address.
7256 (gdb-selected-frame): Rename from gdb-current-frame.
7257 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7258 (gdb-frame-number): Rename from gdb-current-stack-level.
7259 (gdb-ann3): Match new mode-name for disassembly buffer.
7260 Extend initialization of variables.
7261 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7262 (gdb-memory-mode): Use mouse-face in header line.
7263 (gdb-assembler-buffer-name): Call it disassembly and give frame
7264 in mode line.
7265 (gdb-source-spec-regexp, gdb-assembler-custom)
7266 (gdb-invalidate-assembler, gdb-frame-handler):
7267 Make robust to leading zeroes in address format.
7268
7269 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7270
7271 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7272 define `org-mode'.
7273 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7274
7275 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * log-edit.el (log-edit-changelog-entries): Distinguish between
7278 filenames like xfns.c and fns.c.
7279
7280 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7281
7282 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7283 point after reverting.
7284 (Buffer-menu-make-sort-button): Handle the case where
7285 `Buffer-menu-use-header-line' is nil.
7286
7287 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7288
7289 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7290 New funcs. In minibuffer-local-completion-map bind `]', `/'
7291 and `:' to them.
7292
7293 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * startup.el (normal-top-level): Allow modification of load-path while
7296 we're iterating over it.
7297
7298 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7299
7300 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7301 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7302 (thumbs-resize-interactive, thumbs-insert-image)
7303 (thumbs-insert-thumb, thumbs-dired-show-marked)
7304 (thumbs-find-image-at-point, thumbs-delete-images)
7305 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7306 (thumbs-increment-image-size, thumbs-decrement-image-size):
7307 Fix typos in docstrings.
7308
7309 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7310
7311 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7312 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7313 (cperl-mode): Use them.
7314
7315 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7316
7317 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7318 Doc fixes.
7319
7320 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7321
7322 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7323 Bind C-d to gdb-inferior-io-eof.
7324
7325 * dired.el (dired-dnd-popup-notice): Use message-box.
7326
7327 2005-05-23 Masatake YAMATO <jet@gyve.org>
7328
7329 * bindings.el (mode-line-major-mode-keymap):
7330 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7331
7332 * faces.el (mode-line-highlight): New face.
7333
7334 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7335 as mouse-face.
7336
7337 * bindings.el (top-level, help-echo, mode-line-modified)
7338 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7339 as mouse-face.
7340
7341 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7342
7343 * progmodes/cc-engine.el (c-guess-basic-syntax):
7344 Remove spurious call to `zerop'.
7345
7346 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7347
7348 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7349
7350 CC Mode update to 5.30.10:
7351
7352 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7353 could go past the limit in decoration level 2, thereby causing
7354 errors during interactive fontification.
7355
7356 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7357 the file is evaluated interactively.
7358
7359 * cc-engine.el (c-guess-basic-syntax): Handle operator
7360 declarations somewhat better in C++.
7361
7362 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7363 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7364 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7365 (awk-mode): Use it.
7366 (make-local-hook): Suppress warning about obsoleteness.
7367
7368 * cc-engine.el, cc-align.el, cc-cmds.el
7369 (c-append-backslashes-forward, c-delete-backslashes-forward)
7370 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7371 Compensate for return value from `forward-line' when it has moved
7372 but not to a different line due to eob.
7373
7374 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7375 `objc-method-intro' and `objc-method-args-cont'.
7376
7377 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7378
7379 CC Mode update to 5.30.10:
7380
7381 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7382 in the copyright statement. Incidentally, change "along with GNU
7383 Emacs" to "along with this program" where it occurs.
7384
7385 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7386 so that it is interactive, hence can be found by M-x awk-mode
7387 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7388 <gmorris+emacs@ast.cam.ac.uk>.
7389
7390 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7391 Mode's regexps.
7392
7393 2005-05-23 Kevin Ryde <user42@zip.com.au>
7394
7395 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7396 c-parse-state, to avoid a lisp error (on bad code).
7397
7398 2005-05-23 Lute Kamstra <lute@gnu.org>
7399
7400 * subr.el (font-lock-defaults): Remove defvar as it's already
7401 defined in font-core.el.
7402
7403 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7404
7405 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7406
7407 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7408 more general and work when GDB variable "print pretty" is on,
7409 as with Emacs, for example.
7410
7411 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7412
7413 * font-core.el: Update comment.
7414
7415 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7416 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7417
7418 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7419
7420 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7421
7422 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7423 and `yank-handler' in the doc strings.
7424
7425 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7428
7429 2005-05-22 Richard M. Stallman <rms@gnu.org>
7430
7431 * help.el (describe-key): Move print-help-return-message call
7432 out of conditional.
7433
7434 * progmodes/etags.el (list-tags): Use with-no-warnings.
7435
7436 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7437 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7438 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7439
7440 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7441
7442 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7443 Add defvar.
7444
7445 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7446 Use defvar, not defconst.
7447
7448 * hexl.el (hexl-follow-line): Use with-no-warnings.
7449
7450 * emulation/tpu-extras.el: Use write-file-functions instead of
7451 write-file-hooks.
7452
7453 * dired.el (dired-font-lock-keywords): Fontify files with junk
7454 extensions even if marked by -F.
7455
7456 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7457
7458 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7459 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7460 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7461 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7462 (concatenate, list-length, get*, getf, cl-remprop):
7463 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7464 (etypecase, progv, lexical-let, lexical-let*)
7465 (multiple-value-bind, multiple-value-setq, shiftf):
7466 Improve argument/docstring consistency.
7467
7468 * subr.el (focus-frame, unfocus-frame):
7469 Revert deletion on 2005-05-01.
7470
7471 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7472
7473 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7474 doesn't exist.
7475
7476 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7477 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7478
7479 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7480
7481 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7482 already deleted variables: auto-fill-hook, blink-paren-hook,
7483 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7484 suspend-hooks, comment-indent-hook, meta-flag,
7485 before-change-function, after-change-function,
7486 font-lock-doc-string-face.
7487
7488 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7489
7490 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7491
7492 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7493
7494 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7495 rmail-dont-reply-to.
7496
7497 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7498
7499 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7500 literal blank when splitting new-header-values.
7501
7502 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7503
7504 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7505 string so that tmm doesn't create a completion entry for it.
7506
7507 * textmodes/table.el (table-disable-menu): Ditto.
7508
7509 2005-05-21 Richard M. Stallman <rms@gnu.org>
7510
7511 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7512
7513 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7514
7515 * net/rcompile.el (remote-compile): Use compilation-start.
7516
7517 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7518
7519 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7520
7521 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7522 Default to makefile-bsdmake-mode on BSD systems.
7523
7524 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7525 REGEXP may also be a search function now. The part of doc-string
7526 for describing the structure was 95% identical to that of
7527 `imenu--generic-function'. Unify it there.
7528
7529 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7530 Use function to find dependencies, because regexp alone is so complex,
7531 it easily goes into an endless loop.
7532 (makefile-makepp-mode): Also add submenu for Perl functions
7533 defined in the makefile.
7534 (makefile-bsdmake-mode): Special imenu-generic-expression no
7535 longer needed, due to function call.
7536 (makefile-match-dependency): Take BOUND into account when checking
7537 if we're through.
7538
7539 2005-05-20 Jay Belanger <belanger@truman.edu>
7540
7541 * calc/calc-units.el (calc-invalidate-units-table):
7542 Use inhibit-read-only.
7543 (math-build-units-table-buffer): Use view-mode.
7544
7545 2005-05-20 David Kastrup <dak@gnu.org>
7546
7547 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7548 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7549
7550 2005-05-20 Lute Kamstra <lute@gnu.org>
7551
7552 * diff-mode.el (diff-header-face, diff-file-header-face)
7553 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7554 (diff-added-face, diff-changed-face, diff-function-face)
7555 (diff-context-face, diff-nonexistent-face): Put them in the
7556 diff-mode customization group.
7557
7558 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7559
7560 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7561
7562 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7563
7564 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7565 Minor regexp-optimization.
7566
7567 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7568
7569 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7570 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7571 (org-agenda-add-time-grid-maybe): New function.
7572 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7573 (org-table-create): `dotimes' instead of `mapcar'.
7574 (org-xor): Simplify implementation.
7575 (org-agenda): `inhibit-redisplay' turned on.
7576 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7577 a consistent line after a state change.
7578 (org-agenda-remove-times-when-in-prefix): New option.
7579 (org-prefix-has-time): New variable.
7580 (org-parse-time-string): Optional argument NODEFAULT.
7581 (org-format-agenda-item): Parse items for time-of-day
7582 specifications and move these into the prefix if possible.
7583 (org-agenda-priority): Get current heading, not previous heading
7584 during agenda remote editing.
7585
7586 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7589 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7590 (remove-duplicates, delete-duplicates, substitute)
7591 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7592 (nsubstitute-if-not, find, find-if, find-if-not, position)
7593 (position-if, position-if-not, count, count-if, count-if-not)
7594 (mismatch, search, sort*, stable-sort, merge, member*)
7595 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7596 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7597 (intersection, nintersection, set-difference, nset-difference)
7598 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7599 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7600 (nsublis, tree-equal): Improve argument/docstring consistency.
7601
7602 * subr.el (send-string, send-region):
7603 Remove obsolescence declaration.
7604 (window-dot, set-window-dot, read-input, show-buffer)
7605 (eval-current-buffer, string-to-int):
7606 Add release number to obsolescence declarations.
7607
7608 2005-05-19 Kim F. Storm <storm@cua.dk>
7609
7610 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7611 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7612
7613 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7614
7615 * faces.el (list-faces-display): Make back button respect optional
7616 regexp arg.
7617
7618 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7619
7620 * calculator.el (calculator-radix-grouping-mode)
7621 (calculator-radix-grouping-digits, calculator-displayer)
7622 (calculator-radix-grouping-separator, calculator-copy-displayer):
7623 * dabbrev.el (dabbrev-search-these-buffers-only):
7624 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7625 (diff-advance-after-apply-hunk, diff-mode-hook)
7626 (diff-minor-mode-prefix):
7627 * imenu.el (imenu-use-popup-menu):
7628 * jit-lock.el (jit-lock-context-time):
7629 * newcomment.el (comment-fill-column, comment-column)
7630 (comment-style, comment-padding, comment-multi-line)
7631 (comment-empty-lines, comment-auto-fill-only-comments):
7632 * reveal.el (reveal-around-mark):
7633 * uniquify.el (uniquify-buffer-name-style)
7634 (uniquify-after-kill-buffer-p)
7635 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7636 (uniquify-min-dir-content, uniquify-separator)
7637 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7638 * w32-vars.el (w32-fixed-font-alist):
7639 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7640 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7641 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7642 * progmodes/perl-mode.el (perl-indent-level)
7643 (perl-continued-statement-offset, perl-continued-brace-offset)
7644 (perl-brace-offset, perl-brace-imaginary-offset)
7645 (perl-label-offset, perl-indent-continued-arguments)
7646 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7647 * progmodes/tcl.el (tcl-indent-level)
7648 (tcl-continued-indent-level, tcl-auto-newline)
7649 (tcl-tab-always-indent, tcl-electric-hash-style)
7650 (tcl-help-directory-list, tcl-use-smart-word-finder)
7651 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7652 (inferior-tcl-source-command):
7653 * textmodes/fill.el (enable-kinsoku):
7654 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7655 * textmodes/table.el (table-yank-handler):
7656 Specify missing group (and type, if simple) in defcustom.
7657
7658 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7659
7660 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7661
7662 2005-05-19 Richard M. Stallman <rms@gnu.org>
7663
7664 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7665
7666 * subr.el (event-basic-type): Don't get an error.
7667 (left-fringe-p): Function deleted.
7668
7669 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7670 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7671
7672 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7673 in recursive copy.
7674
7675 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7676
7677 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7678
7679 * emacs-lisp/bytecomp.el
7680 (byte-compile-file-form-custom-declare-variable): Call
7681 byte-compile-nogroup-warn if appropriate.
7682
7683 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7684 (compilation-set-window): Don't call left-fringe-p; do it directly.
7685
7686 2005-05-19 Jay Belanger <belanger@truman.edu>
7687
7688 * calc/calc-graph.el (calc-graph-format-data): Make sure
7689 var-PlotRejects is bound before trying to check its value.
7690
7691 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7692
7693 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7694 definition of this variable from reftex-global.el to reftex.el,
7695 because it is needed in the menu.
7696
7697 2005-05-19 Lute Kamstra <lute@gnu.org>
7698
7699 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7700 years are fixed. Don't insert a space after a dash.
7701
7702 2005-05-19 Kim F. Storm <storm@cua.dk>
7703
7704 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7705
7706 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7707
7708 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7709 strings, because (eq ... ?\\) is fairly frequent.
7710
7711 * progmodes/make-mode.el (makefile-add-this-line-targets):
7712 Simplify and integrate into `makefile-pickup-targets'.
7713 (makefile-add-this-line-macro): Simplify and integrate into
7714 `makefile-pickup-macros.
7715 (makefile-pickup-filenames-as-targets): Simplify.
7716 (makefile-previous-dependency, makefile-match-dependency):
7717 Don't stumble over `::'.
7718
7719 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7720
7721 * subr.el (post-command-idle-hook, post-command-idle-delay):
7722 Remove obsoletion of post-command-idle-hook and
7723 post-command-idle-delay.
7724
7725 * faces.el (list-faces-display): Provide button when describe-face
7726 is called to take user back to the list of faces.
7727
7728 * help-fns.el (describe-variable): Remove hyperlinks in a
7729 variable's value as these are quite frequently inappropriate.
7730
7731 * follow.el (follow-submit-feedback, follow-mode):
7732 Remove references to post-command-idle-hook.
7733
7734 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7735
7736 * progmodes/make-mode.el (makefile-previous-dependency)
7737 (makefile-match-dependency): Check for := (and in bsd mode also
7738 !=) to give a better result, even when font-lock is not on.
7739
7740 2005-05-18 Jay Belanger <belanger@truman.edu>
7741
7742 * calc/calc-help.el (calc-s-prefix-help):
7743 Add `calc-copy-special-constant' to help string.
7744
7745 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7746
7747 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7748
7749 2005-05-18 Jay Belanger <belanger@truman.edu>
7750
7751 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7752 in linear factors are in proper order.
7753
7754 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7755
7756 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7757 Support for jurabib.
7758
7759 * textmodes/reftex.el (featurep): Define aliases for overlay
7760 commands, for XEmacs compatibility, and use these aliases in
7761 overlay initializations.
7762 (reftex-highlight): Use `reftex-move-overlay'.
7763 (reftex-unhighlight): Use `reftex-delete-overlay'.
7764 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7765 (reftex-access-search-path): Use `reftex-uniquify' instead of
7766 `reftex-uniq'
7767
7768 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7769 `before-string' property modification enables for Emacs as well.
7770 (reftex-select-item): Use `reftex-delete-overlay'.
7771 (reftex-select-mark): Use `reftex-make-overlay' and
7772 `reftex-overlay-put'.
7773 (reftex-select-unmark): Use `reftex-delete-overlay' and
7774 `reftex-overlay-put'.
7775
7776 2005-05-18 Lute Kamstra <lute@gnu.org>
7777
7778 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7779
7780 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7781
7782 * add-log.el (add-change-log-entry):
7783 * array.el (array-make-template, array-reconfigure-rows)
7784 (array-init-max-row, array-init-max-column)
7785 (array-init-columns-per-line, array-init-field-width):
7786 * replace.el (replace-match-maybe-edit, perform-replace):
7787 * textmodes/spell.el (spell-region):
7788 Replace `read-input' by `read-string'.
7789
7790 * forms.el (forms-mode):
7791 * finder.el (finder-compile-keywords):
7792 * shadowfile.el (shadow-read-files):
7793 Replace `eval-current-buffer' by `eval-buffer'.
7794
7795 * terminal.el (te-pass-through):
7796 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7797 (ange-ftp-raw-send-cmd):
7798 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7799 (send-process-next-char, telnet-initial-filter, telnet):
7800 Replace `send-string' by `process-send-string'.
7801
7802 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7803 (prolog-consult-region): Replace `send-string' by
7804 `process-send-string'; replace `send-region' by `process-send-region'.
7805
7806 * progmodes/delphi.el (delphi-log-msg):
7807 Replace `set-window-dot' by `set-window-point'.
7808
7809 * subr.el (window-dot, set-window-dot, read-input, send-string)
7810 (send-region, show-buffer, eval-current-buffer):
7811 Make really obsolete, as the comment says.
7812
7813 2005-05-17 Kim F. Storm <storm@cua.dk>
7814
7815 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7816 (cua--init-keymaps): Bind C-return instead of S-return to set
7817 rectangle mark.
7818
7819 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7820 instead of S-return to toggle/clear rectangle mark.
7821
7822 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7823
7824 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7825 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7826 Also fontify plain strings assigned to variables, mostly so that a
7827 colon has a face and is thus not taken as a dependency separator.
7828 (makefile-previous-dependency): Inline the new matcher, because it
7829 is too complex to work in both directions.
7830 (makefile-match-dependency): Eliminate `backward' arg (see above).
7831 Completely reimplemented so as to not sometimes go into an endless
7832 loop. It should also be more efficient, because first it only
7833 searches for `:', instead of applying the very complex regexp.
7834 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7835 to be fontified in one piece can be too long for JIT.
7836 Makefiles are never *that* big.
7837
7838 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7839
7840 * dired.el (dired-mode): Simplify.
7841
7842 2005-05-17 Lute Kamstra <lute@gnu.org>
7843
7844 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7845 defcustom for the mode hook variable.
7846
7847 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7848 Emacs Lisp Reference Manual.
7849
7850 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7851
7852 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7853 (evenp, list*):
7854 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7855 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7856
7857 * net/tramp-smb.el (tramp-smb-open-connection):
7858 Pass `tramp-chunksize' as fifth (required) argument.
7859
7860 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7861
7862 * font-lock.el (lisp-font-lock-keywords-1):
7863 Set `font-lock-negation-char-face' for [^...] char group.
7864 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7865
7866 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7867 a var, and refine it to mask one more level of nested vars.
7868 (makefile-rule-action-regex): Turn it into a var, and refine it so
7869 it recognizes backslashed continuation lines as belonging to the
7870 same command.
7871 (makefile-macroassign-regex): Refine it so it recognizes
7872 backslashed continuation lines as belonging to the same command.
7873 (makefile-var-use-regex): Don't look at the next char, because it
7874 might be the same one to be skipped by the initial [^$], leading
7875 to an overlooked variable use.
7876 (makefile-make-font-lock-keywords): Remove two parameters, which
7877 are now variables that some of the modes set locally.
7878 Handle dependency and rule action matching through functions, because
7879 regexps alone match too often. Dependency matching now comes
7880 last, so it can check, whether a colon already matched something else.
7881 (makefile-mode): Inform that font-lock improves makefile parsing
7882 capabilities.
7883 (makefile-match-dependency, makefile-match-action): New functions.
7884
7885 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7886
7887 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7888
7889 * align.el (align-regexp):
7890 * ansi-color.el (ansi-color-get-face):
7891 * array.el (array-reconfigure-rows, array-init-max-row)
7892 (array-init-max-column, array-init-columns-per-line)
7893 (array-init-field-width):
7894 * dired-aux.el (dired-trample-file-versions):
7895 * dired-x.el (dired-mark-sexp):
7896 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7897 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7898 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7899 * faces.el (face-read-integer):
7900 * files.el (backup-extract-version, insert-directory):
7901 * hexl.el (hexl-insert-decimal-char):
7902 * server.el (server-process-filter):
7903 * shell.el (shell-extract-num):
7904 * startup.el (command-line-1):
7905 * term.el (term-command-hook):
7906 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7907 (time-stamp-do-number):
7908 * time.el (display-time-update):
7909 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7910 (timezone-fix-time):
7911 * vms-patch.el (vms-suspend-resume-hook):
7912 * calendar/appt.el (appt-convert-time):
7913 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7914 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7915 * calendar/cal-islam.el (mark-islamic-diary-entries):
7916 * calendar/calendar.el (calendar-cursor-to-date)
7917 (calendar-star-date):
7918 * calendar/diary-lib.el (diary-attrtype-convert)
7919 (mark-diary-entries, diary-entry-time):
7920 * calendar/solar.el (solar-get-number):
7921 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7922 * emacs-lisp/re-builder.el (reb-display-subexp):
7923 * emulation/edt.el (edt-set-scroll-margins):
7924 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7925 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7926 (vip-get-ex-count):
7927 * emulation/viper-ex.el (viper-get-ex-token)
7928 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7929 * international/fontset.el (fontset-plain-name):
7930 * mail/feedmail.el (feedmail-look-at-queue-directory):
7931 * mail/mailalias.el (mail-get-names):
7932 * mail/rmail.el (rmail-convert-to-babyl-format):
7933 * mail/rmailsum.el (rmail-make-basic-summary-line)
7934 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7935 (rmail-summary-goto-msg):
7936 * mail/smtpmail.el (smtpmail-read-response):
7937 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7938 (ange-ftp-vms-add-file-entry):
7939 * play/gametree.el (gametree-looking-at-ply)
7940 (gametree-current-branch-score):
7941 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7942 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7943 * progmodes/cperl-mode.el (condition-case):
7944 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7945 (ebrowse-set-member-buffer-column-width)
7946 (ebrowse-select-1st-to-9nth):
7947 * progmodes/etags.el (etags-snarf-tag):
7948 * progmodes/flymake.el (flymake-parse-line):
7949 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7950 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7951 (idlwave-shell-menu-def):
7952 * progmodes/ps-mode.el (ps-run-goto-error):
7953 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7954 (vhdl-speedbar-contract-level):
7955 * term/mac-win.el (x-handle-numeric-switch):
7956 * term/sun-mouse.el (sun-get-frame-data):
7957 * term/w32-win.el (x-handle-numeric-switch):
7958 * term/x-win.el (x-handle-numeric-switch):
7959 * textmodes/ispell.el (ispell-parse-output):
7960 * textmodes/nroff-mode.el (nroff-outline-level):
7961 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7962 (reftex-bib-sort-year-reverse, reftex-format-citation):
7963 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7964 (reftex-section-number):
7965 * textmodes/texinfmt.el (texinfo-paragraphindent):
7966 Replace `string-to-int' by `string-to-number'.
7967
7968 * international/latexenc.el: Add page marker to force the "Local
7969 Variables:" string out of the last page.
7970
7971 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7972
7973 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7974 tooltip-change-major-mode.
7975 (gud-tooltip-print-command): Remove case where gud-minor-mode
7976 is gdb ("--fullname").
7977 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7978 explain to user.
7979
7980 2005-05-16 Jay Belanger <belanger@truman.edu>
7981
7982 * calc/calc-store.el (calc-copy-special-constant): New function.
7983
7984 * calc/calc-ext.el (calc-init-extensions): Add binding for
7985 `calc-copy-special-constant'.
7986
7987 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7988 for the `calc-copy-special-constant' command.
7989
7990 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7991
7992 * subr.el (left-fringe-p): New function.
7993
7994 * progmodes/compile.el (compilation-setup): Set local value of
7995 overlay-arrow-string to "" always.
7996 (compilation-set-window): Left fringe then don't scroll.
7997 No left fringe then no arrow and scroll message to top.
7998 (compilation-context-lines): Adjust doc string accordingly.
7999
8000 2005-05-16 Kim F. Storm <storm@cua.dk>
8001
8002 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8003 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8004 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8005 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8006 (ido-read-file-name): Handle commands with ido property value
8007 equal to find-file as reading a file name, to allow C-d to enter dired.
8008 (ibuffer-find-file): Add ido property with value find-file.
8009
8010 2005-05-15 Kim F. Storm <storm@cua.dk>
8011
8012 * subr.el (open-network-stream-nowait): Remove.
8013 (open-network-stream-server): Remove.
8014
8015 2005-05-15 Richard M. Stallman <rms@gnu.org>
8016
8017 * faces.el (describe-face): Output a definition link button.
8018
8019 * help-mode.el (help-face-def): New button type.
8020
8021 * emacs-lisp/copyright.el (copyright-fix-years):
8022 Match properly if the first year is 2-digit.
8023 Don't mess up the whitespace after the years by filling.
8024
8025 * dired-aux.el (dired-mark-confirm):
8026 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8027
8028 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8029 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8030 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8031
8032 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8033 Set font-lock-comment-start-skip.
8034
8035 * font-lock.el (font-lock-comment-start-skip): New variable.
8036 (font-lock-comment-end-skip): New variable.
8037 (font-lock-fontify-syntactically-region): Use them if non-nil.
8038
8039 2005-05-15 Jay Belanger <belanger@truman.edu>
8040
8041 * calc/calc-store.el (calc-store-value): Return a string rather
8042 than display it as a message.
8043 Use calc-var-name for variable name.
8044 (calc-store-into): Add the result of calc-store-value to message.
8045 (calc-copy-variable): Add a message.
8046 (calc-store-exchange): Improve error messages.
8047 (calc-store-binary, calc-store-map): Don't reset the values of
8048 special constants.
8049
8050 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8051
8052 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8053 manual to docstring.
8054
8055 * files.el (hack-local-variables-confirm): Add STRING argument.
8056 Make the function handle non file visiting buffers correctly.
8057 (hack-local-variables-prop-line, hack-local-variables)
8058 (hack-one-local-variable): Use STRING arg of
8059 `hack-local-variables-confirm'.
8060
8061 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8062
8063 Sync with Tramp 2.0.49.
8064
8065 * net/tramp.el (tramp-handle-dired-call-process)
8066 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8067 because the contents of the Tramp buffer is changed before
8068 insertion (`expand-file' and alike).
8069 (tramp-handle-insert-directory): If `localname' has an empty
8070 nondirectory name, it must not be quoted.
8071 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8072 variable `tramp-chunksize'. Change callees.
8073 (tramp-open-connection-setup-interactive-shell): Check remote host
8074 for buggy `send-process-string' implementation.
8075 Set `tramp-chunksize' if found. Reported by Michael Kifer
8076 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8077 (tramp-handle-shell-command): `insert-buffer' cannot be used
8078 because the contents of the Tramp buffer is changed before
8079 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8080 <frederic.bothamy@free.fr>.
8081 (tramp-set-auto-save): Actions should be done for Tramp file name
8082 handler only. Ange-FTP has its own auto-save mechanism.
8083 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8084 (tramp-set-auto-save-file-modes): Set file modes of
8085 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8086 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8087 (tramp-bug): Remove obsolete variable.
8088 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8089 for presence of `mml-mode'. Make it running for older Emacsen as well.
8090
8091 2005-05-14 John Paul Wallington <jpw@pobox.com>
8092
8093 * ibuf-ext.el (define-ibuffer-filter filename):
8094 If `dired-directory' is a list, use its car.
8095
8096 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8097
8098 * ibuffer.el (define-ibuffer-column filename):
8099 If `dired-directory' is a list, use its car.
8100
8101 2005-05-14 Richard M. Stallman <rms@gnu.org>
8102
8103 * subr.el (symbol-file): Doc fix.
8104
8105 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8106 (byte-compile-form): Call byte-compile-nogroup-warn.
8107 (byte-compile-warning-types): Doc fix.
8108
8109 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8110
8111 * progmodes/cc-engine.el (c-literal-faces):
8112 Add font-lock-comment-delimiter-face.
8113
8114 * net/net-utils.el (dig): Use with-no-warnings.
8115
8116 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8117 (sc-recite-frame-alist, sc-default-cite-frame)
8118 (sc-default-uncite-frame, sc-default-recite-frame)
8119 (sc-attrib-selection-list, sc-rewrite-header-list):
8120 Mark as risky-local-variable.
8121
8122 * international/ogonek.el (ogonek-jak, ogonek-how):
8123 Don't use beginning-of-buffer.
8124
8125 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8126
8127 * calendar/solar.el (solar-data-list): Move definition up.
8128
8129 * dnd.el (dnd-protocol-alist): Add autoload.
8130
8131 * progmodes/sh-script.el: Many doc usage fixes.
8132 (sh-indent-after-do): Change default to match common styles.
8133
8134 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8135
8136 * files.el (interpreter-mode-alist)
8137 (auto-mode-interpreter-regexp): Doc fixes.
8138
8139 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8140
8141 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8142
8143 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8144
8145 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8146
8147 * dired.el (dired-mode): make-variable-buffer-local =>
8148 make-local-variable.
8149
8150 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8151
8152 * term/mac-win.el (mac-select-convert-to-string): Try coding
8153 systems in mac-script-code-coding-systems if specified one cannot
8154 encode string for `com.apple.traditional-mac-plain-text'.
8155
8156 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8157
8158 * progmodes/make-mode.el (makefile-targets-face)
8159 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8160 (makefile-dependency-regex): Fix it to not make the colon in
8161 $(var:a=b) special.
8162 (makefile-rule-action-regex): New regexp for highlighting embedded
8163 Shell strings.
8164 (makefile-macroassign-regex): Handle != for highlighting as
8165 embedded Shell strings.
8166 (makefile-var-use-regex): New const.
8167 (makefile-statements, makefile-automake-statements)
8168 (makefile-gmake-statements, makefile-makepp-statements)
8169 (makefile-bsdmake-statements): New consts.
8170 (makefile-make-font-lock-keywords): New function.
8171 (makefile-automake-font-lock-keywords)
8172 (makefile-gmake-font-lock-keywords)
8173 (makefile-makepp-font-lock-keywords)
8174 (makefile-bsdmake-font-lock-keywords): New consts.
8175 (makefile-mode-map): Add switchers between the various submodes.
8176 (makefile-mode): Document the availability of the variants.
8177 (makefile-automake-mode, makefile-gmake-mode)
8178 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8179
8180 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8181 new variants of makefile-mode.
8182
8183 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8186 the inheritance.
8187
8188 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8189
8190 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8191 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8192
8193 * files.el (normal-mode): Extend the scope of the
8194 `enable-local-variables' binding to include the `set-auto-mode' call.
8195 (magic-mode-alist): Doc fix.
8196
8197 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8200 font-lock-comment-face rather than copying its setting.
8201
8202 2005-05-12 Andreas Schwab <schwab@suse.de>
8203
8204 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8205
8206 2005-05-12 Lute Kamstra <lute@gnu.org>
8207
8208 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8209 defcustom for the mode hook variable. Delete the last argument.
8210 * generic-x.el: Fix callers of define-generic-mode.
8211 (generic-x-modes): Delete group.
8212 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8213 generic-x customization group.
8214
8215 2005-05-12 Kim F. Storm <storm@cua.dk>
8216
8217 * font-lock.el (font-lock-negation-char-face): Default to "off".
8218
8219 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8220 font-lock-negation-char-face to ! in !=.
8221
8222 2005-05-12 Masatake YAMATO <jet@gyve.org>
8223
8224 * add-log.el (find-change-log): Fix typos in the docstring
8225 of function.
8226
8227 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8228
8229 * international/latexenc.el (latexenc-find-file-coding-system):
8230 Avoid `re-search-forward' when looking for input encoding because
8231 of speed and safety. Better regular expressions for recognizing
8232 input encoding. Limit a search for TeX-master/tex-main-file to
8233 the local variable section.
8234
8235 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8236
8237 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8238 syntax of $ to "'" (quote).
8239
8240 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8241
8242 * dnd.el (dnd-protocol-alist): Improve custom type.
8243
8244 * dired.el (dired-dnd-protocol-alist): New variable.
8245 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8246 `dired-mode-hook' to the end.
8247
8248 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8251 comment-end if comment-start-skip is not set.
8252 Obey the font-lock-comment-delimiter-face variables.
8253
8254 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * files.el (executable-find): Move from executable.el. Use
8257 locate-file.
8258 * progmodes/executable.el (executable-find): Move to files.el.
8259
8260 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8261 when trying to ensure forward progress.
8262
8263 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8266 (mouse-select, mouse-select-internal, mouse-extend-internal):
8267 Use it to implement mouse-1-click-follows-link functionality.
8268
8269 2005-05-11 Richard M. Stallman <rms@gnu.org>
8270
8271 * font-lock.el (font-lock-fontify-syntactically-region):
8272 Use font-lock-comment-delimiter-face for comment delimiters.
8273
8274 2005-05-10 Jay Belanger <belanger@truman.edu>
8275
8276 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8277 preserving embedded modes.
8278
8279 2005-05-10 Richard M. Stallman <rms@gnu.org>
8280
8281 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8282
8283 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8284 Move from ada-stmt.el.
8285 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8286
8287 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8288 Move to ada-mode.el.
8289 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8290
8291 * cus-edit.el (custom-file): Call file-chase-links.
8292
8293 * files.el (read-directory-name): Fix previous change.
8294 (hack-local-variables-confirm): New function.
8295 (hack-local-variables-prop-line, hack-local-variables)
8296 (hack-one-local-variable): Use it.
8297
8298 2005-05-10 Lute Kamstra <lute@gnu.org>
8299
8300 * font-lock.el (font-lock-keywords-alist)
8301 (font-lock-removed-keywords-alist): Clarify docstrings.
8302
8303 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8304
8305 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8306 (gdb-source-info): Check for preprocessor info.
8307 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8308 a macro for a function.
8309 (gdb-info-breakpoints-custom): Try to find file again if not already
8310 found (user might have used GDB dir command).
8311 (gdb-get-location): Update gdb-location-alist correctly for change
8312 to gdb-info-breakpoints-custom.
8313
8314 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8315 (gud-tooltip-print-command): Add gdbmi case.
8316 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8317 preprocessor info.
8318
8319 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8320
8321 * startup.el (fancy-splash-insert): Fix typo in doc string.
8322
8323 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8324
8325 * obsolete/float.el (string-to-float):
8326 * obsolete/hilit19.el (hilit-add-pattern):
8327 * obsolete/rnews.el (news-parse-range, news-select-message)
8328 (news-get-pruned-list-of-files): Replace `string-to-int' by
8329 `string-to-number'.
8330
8331 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8332 `find-file-not-found-hooks'; use `add-hook'.
8333 (uncompress-while-visiting): Set `write-file-functions', not
8334 `write-file-hooks'; use `add-hook'.
8335
8336 2005-05-09 Kim F. Storm <storm@cua.dk>
8337
8338 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8339 (cua-paste): Handle clipboard action.
8340 (cua--init-keymaps): Remap clipboard-kill-region and
8341 clipboard-kill-ring-save.
8342
8343 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8344
8345 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8346 Improve commentary.
8347
8348 * simple.el (next-error-overlay-arrow-position): Revert the change
8349 made on 2005-04-30.
8350
8351 2005-05-07 Jay Belanger <belanger@truman.edu>
8352
8353 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8354 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8355 `calc-sel-reselect'.
8356
8357 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8358 Calc is in embedded mode.
8359
8360 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8361
8362 * progmodes/compile.el (compilation-setup):
8363 Set overlay-arrow-string to an empty string on text terminals.
8364
8365 * textmodes/ispell.el (ispell-program-name): Try looking for
8366 "aspell" along exec-path, and if found, use it as the default
8367 speller program.
8368
8369 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8370
8371 * international/mule.el (sgml-xml-auto-coding-function):
8372 Recognize encoding='FOO' in single quotes as well as in double quotes.
8373
8374 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8375
8376 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8377 as well as `interactive', so that defmacro* would recognize
8378 `declare' forms.
8379
8380 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8381
8382 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8383 Explain more about the LIGHTER arg's usage in the doc string.
8384 Add commentary to clarify what the code does. Fix the regexp that
8385 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8386 since it could have characters special to regular expressions.
8387
8388 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8389
8390 * replace.el (occur-1): Bind inhibit-read-only so that
8391 erase-buffer doesn't barf on read-only text properties (likewise
8392 for add-text-properties in occur-engine). Mark buffer as unmodified.
8393 (occur-engine): Don't set buffer-read-only here.
8394
8395 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8396
8397 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8398 list-buffers-directory. This caused the *cvs-commit* buffer to be
8399 sometimes mistakenly reused as a *cvs* buffer.
8400
8401 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8402
8403 * tooltip.el: Move code for GUD tooltips into gud.el.
8404 (require): CL no longer needed to compile case.
8405 (tooltip-mode): Do not toggle functions for GUD tooltips.
8406 (tooltip-gud-tips-p): Remove. Replace with minor mode
8407 gud-tooltip-mode in gud.el.
8408 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8409 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8410 tooltip-gud prefix with gud-tooltip and obsolete.
8411 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8412 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8413 (tooltip-mouse-motion): Mouse movement functions/variable.
8414 Rename in gud.el by adding gud prefix.
8415 (tooltip-gud-original-filter, tooltip-gud-dereference)
8416 (tooltip-gud-event, tooltip-toggle-gud-tips)
8417 (tooltip-gud-process-output, tooltip-gud-print-command)
8418 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8419 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8420 (gdb-tooltip-print): Move to gdb-ui.el.
8421
8422 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8423 (require): CL needed to compile case.
8424 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8425 tooltip-gud-tips-p. Make it a minor-mode.
8426 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8427 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8428 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8429 (gud-tooltip-change-major-mode)
8430 (gud-tooltip-activate-mouse-motions-if-enabled)
8431 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8432 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8433 (gud-tooltip-original-filter, gud-tooltip-dereference)
8434 (gud-tooltip-event, tooltip-toggle-gud-tips)
8435 (gud-tooltip-process-output, gud-tooltip-print-command)
8436 (gud-tooltip-tips): Move from tooltip.el.
8437
8438 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8439 (gdb-cpp-define-alist-flags): Doc fix.
8440 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8441 gud-tooltip-mode is t.
8442
8443 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8446 evaporate if their text is deleted.
8447 (goto-address-at-point): Make it work as a mouse binding as well.
8448 (goto-address-at-mouse): Obsolete it. Update users.
8449
8450 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8451
8452 * calendar/appt.el (top-level): No longer activate on load.
8453
8454 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8457 * net/webjump.el (webjump):
8458 * progmodes/idlw-help.el (idlwave-do-context-help1)
8459 (idlwave-highlight-linked-completions):
8460 * textmodes/po.el (po-find-file-coding-system-guts):
8461 Replace `assoc-ignore-case' by `assoc-string'.
8462
8463 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8464
8465 * files.el (locate-file): Doc fix.
8466
8467 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8468 Remove the redundant test for ms-dos.
8469
8470 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8471 look for the preprocessor with exec-suffixes. If not found in
8472 standard places, look in exec-path. Remove most of the tests that
8473 used system-type.
8474
8475 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8476
8477 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8478
8479 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8480 file-name clash with jka-compr.el on 8+3 filesystems.
8481
8482 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8483
8484 * term/mac-win.el: Don't define or bind scroll bar functions if
8485 x-toolkit-scroll-bars is t.
8486 (x-select-text, x-get-selection-value): Clear
8487 x-last-selected-text-clipboard if x-select-enable-clipboard is
8488 nil.
8489 (PRIMARY): Put mac-scrap-name property.
8490 (mac-select-convert-to-file-url): New function.
8491 (public.file-url): New selection target type. Add to
8492 selection-converter-alist.
8493 (x-get-selection, x-selection-value): Handle it.
8494 (x-cut-buffer-or-selection-value): New alias.
8495
8496 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8497
8498 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8499 entry to avoid calling bibtex-find-entry with arg global
8500 being t. Remove arg key.
8501 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8502 (bibtex-copy-summary-as-kill): Change accordingly.
8503
8504 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8507 (org-agenda-date-later): Use with-current-buffer.
8508
8509 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8510
8511 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8512 (define-obsolete-variable-alias): Doc Fixes.
8513
8514 2005-05-06 Kim F. Storm <storm@cua.dk>
8515
8516 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8517 vertical-motion when selective-display is active.
8518
8519 * ido.el (ido-setup-hook): New hook.
8520 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8521 (ido-input-stack): New var.
8522 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8523 ido-next-work-file binding to M-O.
8524 Bind M-f to ido-wide-find-file-or-pop-dir.
8525 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8526 (ido-read-internal): Run ido-setup-hook.
8527 Catch quit in read-file-name and read-string to cancel edit.
8528 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8529 Automatically pop-all when completing a directory name (RET).
8530 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8531 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8532 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8533 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8534 New functions for M-b/M-f to move among the directory components.
8535 (ido-make-merged-file-list): Catch quit to cancel merge.
8536 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8537 (ido-completion-help): No warnings for ido-completion-buffer-full.
8538
8539 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8540
8541 * font-lock.el (font-lock-negation-char-face): New face and variable.
8542 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8543 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8544 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8545 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8546
8547 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8548
8549 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8550 Fix typo in docstring.
8551
8552 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8553 (ebrowse-print-statistics-line)
8554 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8555
8556 * term/w32-win.el (image-library-alist): Add additional name for
8557 Xpm library.
8558
8559 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8560
8561 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8562 use gcc instead of cpp.
8563
8564 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8565 (gdb-create-define-alist): Use it.
8566 (gdb-cpp-define-alist-program): Update for MS-DOS.
8567
8568 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8569
8570 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8571
8572 2005-05-04 Richard M. Stallman <rms@gnu.org>
8573
8574 * help.el (describe-key): No error when UNTRANSLATED is nil.
8575
8576 * simple.el (line-move-1): Fix previous change to signal errors
8577 appropriately.
8578
8579 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8580
8581 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8582 (icalendar-duration-correction): Remove.
8583 (icalendar--get-event-properties): Split result at commas.
8584 (icalendar--decode-isoduration): New optional argument
8585 DURATION-CORRECTION.
8586 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8587 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8588 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8589 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8590 (icalendar--convert-anniversary-to-ical): New functions, extracted
8591 from icalendar-export-region, with bug fixes.
8592 (icalendar-export-region): Use the above functions.
8593 (icalendar-import-buffer): Check before saving diary file.
8594 (icalendar--convert-recurring-to-diary)
8595 (icalendar--convert-non-recurring-all-day-to-diary)
8596 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8597 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8598 (icalendar--convert-ical-to-diary): Use the above functions.
8599
8600 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8601
8602 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8603 Remove these recent additions.
8604 (c-mode): Restore to before 2005-04-28.
8605
8606 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8607 recent addition.
8608
8609 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8610 (gdb-define-alist): New variables.
8611 (gdb-create-define-alist): New function.
8612 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8613 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8614 with string-to-number.
8615 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8616
8617 * progmodes/gud.el: Replace string-to-int with string-to-number.
8618 (gud-find-file): Handle gdb-define-alist.
8619
8620 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8621
8622 2005-05-02 Jay Belanger <belanger@truman.edu>
8623
8624 * calc/calc-aent.el (math-read-token):
8625 * calc/calc-bin.el (calc-word-size):
8626 * calc/calc-ext.el (calc-read-number-fancy):
8627 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8628 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8629 * calc/calc-frac.el (calc-over-notation):
8630 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8631 (calc-graph-num-points, calc-graph-init):
8632 * calc/calc-prog.el (calc-read-parse-table-part)
8633 (calc-edit-macro-repeats):
8634 * calc/calc-yank.el (calc-do-grab-rectangle):
8635 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8636 Replace `string-to-int' by `string-to-number'.
8637
8638 2005-05-02 Kim F. Storm <storm@cua.dk>
8639
8640 * kmacro.el: Use executing-kbd-macro-index variable.
8641
8642 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8643
8644 * net/rlogin.el (rlogin-parse-words): Delete func.
8645 (rlogin): Use split-string, not rlogin-parse-words.
8646 Also, if there are option-like elements in the parsed args,
8647 take the host to be the first arg immediately following them.
8648 Suggested by Michael Mauger.
8649
8650 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8651
8652 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8653
8654 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8655
8656 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8657 (cc-mode-cpp-program): Rename to cc-define-list-program and
8658 move to cc-vars.el.
8659
8660 * progmodes/cc-vars.el (cc-define-list-program):
8661 Change to "gcc -E -dM -". Make customizable.
8662
8663 2005-05-02 Kim F. Storm <storm@cua.dk>
8664
8665 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8666
8667 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8668
8669 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8670
8671 * international/mule-util.el (truncate-string): Remove alias and
8672 obsolete declaration.
8673
8674 * international/mule-cmds.el (update-iso-coding-systems):
8675 Remove alias and obsolete declaration.
8676
8677 * international/mule.el (coding-system-parent): Remove alias and
8678 obsolete declaration.
8679
8680 * subr.el (define-function, sref): Remove aliases and obsolete
8681 declarations.
8682 (chars-in-region): Remove obsolete declaration.
8683
8684 2005-05-01 Richard M. Stallman <rms@gnu.org>
8685
8686 * info.el (Info-mode): Set widen-automatically to nil, locally.
8687
8688 * simple.el (widen-automatically): New variable.
8689 (pop-global-mark): Obey widen-automatically.
8690
8691 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8692
8693 * term/xterm.el (function-key-map): Call substitute-key-definition
8694 before the keymap size is increased by a lot of define-key calls.
8695
8696 2005-05-01 Richard M. Stallman <rms@gnu.org>
8697
8698 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8699 Rename ARG to ELEMENT. Doc fix.
8700
8701 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8702
8703 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8704 Remove references to allout-exposure/change to allout-new-exposure.
8705
8706 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8707 bytecode symbols.
8708
8709 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8710 (compiled-function-p, focus-frame, unfocus-frame):
8711 Remove aliases and obsolete declarations.
8712 Back out inadvertent changes from previous commit.
8713
8714 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8715
8716 * files.el (require-final-newline): Make Custom tags consistent
8717 with mode-require-final-newline.
8718 (mode-require-final-newline): Doc fix.
8719
8720 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8721
8722 * international/latexenc.el (latexenc-find-file-coding-system):
8723 Fix regular expressions.
8724
8725 2005-05-01 David Kastrup <dak@gnu.org>
8726
8727 * international/latexenc.el (latexenc-find-file-coding-system):
8728 Fix regular expressions.
8729
8730 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8731
8732 * subr.el (string-to-int): Make obsolete.
8733
8734 2005-04-30 Richard M. Stallman <rms@gnu.org>
8735
8736 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8737
8738 * loadup.el: load jka-comp-hook.
8739
8740 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8741 (jka-compr-handler): Add autoload. `put' calls moved
8742 to jka-comp-hook.el.
8743 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8744 (jka-compr-inhibit): Autoload.
8745
8746 * jka-comp-hook.el: New file.
8747 Enable the mode by default.
8748
8749 * files.el (backup-buffer-copy): Use copy-file instead
8750 of write-region, and put back the 'excl.
8751
8752 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * progmodes/flymake.el (flymake-split-string)
8755 (flymake-split-string, flymake-log, flymake-pid-to-names)
8756 (flymake-reg-names, flymake-get-source-buffer-name)
8757 (flymake-unreg-names, flymake-add-line-err-info)
8758 (flymake-add-err-info): Clarify docstrings.
8759 (flymake-popup-menu, flymake-make-emacs-menu)
8760 (flymake-make-xemacs-menu): Add docstrings.
8761 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8762 Set variables directly throughout.
8763
8764 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8765
8766 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8767 exists. Initialize cc-define-alist.
8768 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8769 If there is no file (Macroexpansion) don't create an alist.
8770
8771 2005-04-29 Sam Steingold <sds@gnu.org>
8772
8773 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8774 (cc-create-define-alist): Use it instead of the hard-coded string.
8775
8776 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8777
8778 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8779 for latexenc.
8780
8781 2005-04-29 Lute Kamstra <lute@gnu.org>
8782
8783 * emacs-lisp/generic.el: Improve commentary section.
8784 (define-generic-mode): Improve docstring.
8785
8786 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8787
8788 * textmodes/org.el (many places): Change to quiet the byte compiler.
8789 (org-prefix-format-compiled): New variable.
8790 (org-compile-prefix-format): New function.
8791 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8792 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8793 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8794 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8795 consistency with entries from `org-mode' files.
8796 (org-get-time-of-day): Fix bug with partial matches early in a line.
8797 (org-non-link-chars): New constant.
8798 (org-link-regexp): Respect `org-non-link-chars'.
8799 (org-agenda-day-view): Remove command.
8800 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8801 (org-follow-bbdb-link, org-store-link): Search also company field.
8802 (org-highlight-overlay): New variable.
8803 (org-highlight, org-unhighlight): New functions.
8804 (org-agenda-mode): Add pre-command-hook to remove highlight.
8805 (org-evaluate-time-range): Behavior depends upon whether time stamp
8806 contains a time or not.
8807 (org-show-subtree, org-show-entry): New functions.
8808 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8809
8810 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8811
8812 * comint.el (comint-output-filter-functions): Add autoload cookie.
8813
8814 2005-04-28 Kim F. Storm <storm@cua.dk>
8815
8816 * ido.el (ido-everywhere): Fix last change.
8817
8818 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8819
8820 * international/latexenc.el: New file.
8821 * international/mule-conf.el (file-coding-system-alist): For .tex,
8822 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8823
8824 2005-04-28 Lute Kamstra <lute@gnu.org>
8825
8826 * font-lock.el (font-lock-add-keywords)
8827 (font-lock-remove-keywords): Clarify docstring.
8828 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8829 Don't start docstrings with a `*'.
8830 (font-lock-update-removed-keyword-alist): Give it a docstring.
8831
8832 * generic-x.el: Update commentary section.
8833 Only require font-lock when compiling.
8834 Define all modes conditionally.
8835 Place all generic modes in the generic-x-modes customization group.
8836 (generic-x-modes): New customization group.
8837 (generic-default-modes, generic-mswindows-modes)
8838 (generic-unix-modes, generic-other-modes): New constants.
8839 (generic-define-mswindows-modes, generic-define-unix-modes):
8840 Update docstrings. Make them obsolete.
8841 (generic-extras-enable-list): New default value. Update docstring.
8842 Improve :type. Change :set function.
8843 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8844 Fix docstring.
8845
8846 * emacs-lisp/generic.el (generic-mode-internal):
8847 Simplify font-lock-defaults.
8848 (define-generic-mode): Fix docstring.
8849
8850 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8853 font-lock-face property to highlight matches.
8854
8855 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8856
8857 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8858 (cc-define-alist): New variable.
8859 (c-mode): Make it local and initialize it.
8860
8861 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8862 (gdb-exited): New function.
8863 (gdb-annotation-rules): Use it.
8864 (gdb-starting): Set gdb-active-process to t.
8865 (gdb-stopping): Amend doc string.
8866 (gdb-reset): Set gdb-active-process to nil.
8867
8868 * tooltip.el (tooltip-gud-tips): Show the associated #define
8869 directives when a C program under GDB is not executing.
8870
8871 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8872
8873 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8874 font-lock-fontify-syntactic-keywords.
8875
8876 * font-lock.el (font-lock-default-fontify-region): Don't force
8877 parse-sexp-lookup-properties to nil.
8878
8879 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8880
8881 * man.el (man-mode-syntax-table): Set up `:' to have
8882 word-constituent syntax.
8883
8884 2005-04-27 Lute Kamstra <lute@gnu.org>
8885
8886 * novice.el (disable-command): Don't add spurious newlines to the
8887 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8888
8889 2005-04-26 Jay Belanger <belanger@truman.edu>
8890
8891 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8892 than one window before deleting window.
8893
8894 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8895
8896 * shell.el (shell-prompt-pattern): Doc fix.
8897 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8898
8899 * comint.el (comint-prompt-regexp, comint-get-old-input)
8900 (comint-use-prompt-regexp)
8901 (comint-use-prompt-regexp-instead-of-fields)
8902 (comint-replace-by-expanded-history, comint-send-input)
8903 (comint-output-filter, comint-get-old-input-default)
8904 (comint-line-beginning-position, comint-bol, comint-show-output)
8905 (comint-backward-matching-input, comint-forward-matching-input)
8906 (comint-next-prompt, comint-previous-prompt):
8907 Rename `comint-use-prompt-regexp-instead-of-fields' to
8908 `comint-use-prompt-regexp'. Keep old name as alias and declare
8909 obsolete.
8910 (comint-use-prompt-regexp): Shorten first line of doc string.
8911
8912 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8913 Set paragraph-separate buffer locally to "\\'".
8914
8915 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8916 Adapt to above name change.
8917
8918 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8919 (smbclient-prompt-regexp): Ditto.
8920
8921 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8922
8923 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8924
8925 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8926 gdb-location-list.
8927 Break lines that are over 80 characters wide.
8928
8929 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8932 New fun and var, to preserve compatibility.
8933
8934 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8935
8936 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8937
8938 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8939 name to file-newer-than-file-p.
8940
8941 2005-04-26 Richard M. Stallman <rms@gnu.org>
8942
8943 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8944
8945 * progmodes/python.el (python-mode):
8946 Use new name eldoc-documentation-function.
8947
8948 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8949
8950 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8951 (eldoc-documentation-function):
8952 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8953
8954 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8955
8956 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8957
8958 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8959
8960 * term/xterm.el (function-key-map): Fix strings for
8961 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8962 {C,S,A,C-S}-{f1-f12}.
8963
8964 2005-04-26 Kenichi Handa <handa@m17n.org>
8965
8966 * international/mule-cmds.el (select-safe-coding-system):
8967 Fix previous change.
8968
8969 2005-04-26 Lute Kamstra <lute@gnu.org>
8970
8971 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8972
8973 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8974 (font-lock-comment-delimiter-face): Ditto.
8975
8976 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8977
8978 2005-04-25 Jay Belanger <belanger@truman.edu>
8979
8980 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8981 to t while inserting information; use help-mode.
8982
8983 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8984
8985 * term.el (ansi-term-color-vector): Use the xterm colors.
8986 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8987
8988 2005-04-25 Lute Kamstra <lute@gnu.org>
8989
8990 * font-core.el (font-lock-defaults): Fix docstring.
8991
8992 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8993
8994 2005-04-25 Kenichi Handa <handa@m17n.org>
8995
8996 * international/mule-cmds.el (select-safe-coding-system):
8997 Don't check consistency with coding: spec, etc if raw-text or
8998 no-conversion was found to be safe.
8999
9000 2005-04-24 Richard M. Stallman <rms@gnu.org>
9001
9002 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9003 citation markers at start of each line.
9004
9005 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9006 citation markers at start of each line.
9007
9008 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9009
9010 * files.el (mode-require-final-newline): Fix previous change.
9011 (require-final-newline): Fix type label.
9012
9013 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9014
9015 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9016 statement in buffer (broken by 2004-11-24 change).
9017
9018 2005-04-24 Kim F. Storm <storm@cua.dk>
9019
9020 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9021 and read-file-name-function values. Don't overwrite existing
9022 non-nil values if ido-mode is enabled without ido-everywhere.
9023
9024 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9025
9026 * files.el (mode-require-final-newline): Minor doc fix.
9027
9028 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9029
9030 * subr.el (syntax-after): Doc fix.
9031 (syntax-class): If argument is nil, return nil. Mask off upper 16
9032 bits, not 8 bits.
9033
9034 * files.el (mode-require-final-newline): Doc fix.
9035 (backup-buffer-copy): Fix last change.
9036
9037 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9038
9039 * term/mac-win.el: Require select. Set selection-coding-system to
9040 mac-system-coding-system. Call menu-bar-enable-clipboard.
9041 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9042 (x-select-enable-clipboard): New variables.
9043 (x-select-text, x-get-selection, x-selection-value)
9044 (x-get-selection-value, mac-select-convert-to-string)
9045 (mac-services-open-file, mac-services-open-selection)
9046 (mac-services-insert-text): New functions.
9047 (CLIPBOARD, FIND): Put mac-scrap-name property.
9048 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9049 (public.tiff): Put mac-ostype property.
9050 (selection-converter-alist): Add entries for them.
9051 (mac-application-menu-map): New keymap.
9052 (interprogram-cut-function, interprogram-paste-function): Set to
9053 x-select-text and x-get-selection-value, respectively.
9054 (split-window-keep-point): Set to t.
9055
9056 2005-04-23 Richard M. Stallman <rms@gnu.org>
9057
9058 * files.el (read-directory-name): Always pass non-nil
9059 DEFAULT-FILENAME arg to read-file-name.
9060 (backup-buffer-copy, basic-save-buffer-2): Take care against
9061 writing thru an unexpected existing symlink.
9062 (revert-buffer): In indirect buffer, revert the base buffer.
9063 (magic-mode-alist): Doc fix.
9064 (buffer-stale-function): Doc fix.
9065 (minibuffer-with-setup-hook): Avoid warning.
9066 (mode-require-final-newline): Doc and custom fix.
9067
9068 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9069
9070 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9071 use the default appearance.
9072 (font-lock-comment-delimiter-face): New face, new variable.
9073
9074 * imenu.el (imenu--generic-function): The official position of a
9075 definition is the start of the line that BEG is in.
9076
9077 * midnight.el (midnight-timer): Move defvar up.
9078
9079 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9080
9081 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9082
9083 * startup.el (command-line): Use with-no-warnings.
9084
9085 * window.el (window-size-fixed): New defvar.
9086
9087 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9088
9089 * mail/rmail.el (rmail-font-lock-keywords):
9090 Use font-lock-comment-delimiter-face.
9091
9092 * mail/sendmail.el (mail-font-lock-keywords):
9093 Use font-lock-comment-delimiter-face.
9094
9095 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9096
9097 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9098
9099 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9100 Specify t for LAXMATCH when matching directories.
9101 Save match data around compilation-compat-error-properties form.
9102
9103 2005-04-23 David Kastrup <dak@gnu.org>
9104
9105 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9106 Mention that the autoloaded aliases should be kept for AUCTeX.
9107
9108 2005-04-23 Andreas Schwab <schwab@suse.de>
9109
9110 * isearch.el (isearch-forward): Doc fix.
9111
9112 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9113
9114 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9115 (jit-lock-stealth-nice): Change default value to 0.5.
9116
9117 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9118
9119 * abbrev.el (write-abbrev-file): Write table entries in
9120 alphabetical order by table name.
9121
9122 2005-04-22 Kim F. Storm <storm@cua.dk>
9123
9124 * ido.el (ido-read-internal): Fix `list' completion.
9125
9126 2005-04-22 Kenichi Handa <handa@m17n.org>
9127
9128 * recentf.el (recentf-save-file-coding-system): New variable.
9129 (recentf-save-list): Encode the file by
9130 recentf-save-file-coding-system and add coding: tag.
9131
9132 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9133
9134 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9135
9136 2005-04-21 Lute Kamstra <lute@gnu.org>
9137
9138 * loadhist.el (unload-feature): Don't remove a function from hooks
9139 if it is about to be restored to an autoload . Remove functions
9140 that will become unbound from auto-mode-alist. Simplify the code.
9141
9142 * subr.el (assq-delete-all): New implementation that is linear,
9143 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9144 (rassq-delete-all): New function.
9145
9146 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9147 Add size-indication-mode.
9148
9149 2005-04-21 Kenichi Handa <handa@m17n.org>
9150
9151 * international/mule-cmds.el: Add autoload for widget-value in
9152 eval-when-compile.
9153
9154 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9155
9156 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9157 Add tooltip-mode.
9158
9159 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9160
9161 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9162
9163 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9164 (inferior-lisp-filter-regexp, inferior-lisp-program)
9165 (inferior-lisp-load-command, inferior-lisp-prompt)
9166 (inferior-lisp-mode-hook, lisp-source-modes)
9167 (inferior-lisp-load-hook): defvar->defcustom.
9168 (inferior-lisp-program, inferior-lisp-prompt)
9169 (inferior-lisp-load-hook): Doc fixes.
9170 (inferior-lisp-install-letter-bindings): Small change in
9171 introductory comment.
9172
9173 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9174
9175 * vc.el (vc-annotate-color-map): Change some colors so that text
9176 using them as foreground is readable on both white and black
9177 backgrounds.
9178
9179 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * international/mule-conf.el (translation-table-for-input):
9182 Remove redundant declaration.
9183
9184 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9185
9186 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9187
9188 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9189 (tooltip-toggle-gud-tips): New function.
9190
9191 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9192
9193 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9194 right angle brackets.
9195
9196 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9197
9198 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9199
9200 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9203 Remove. Update callers to use expand-file-name instead.
9204
9205 * subr.el (syntax-class): New function.
9206
9207 * simple.el (blink-matching-open): Use it.
9208
9209 * paren.el (show-paren-function): Use it to recognize parens that are
9210 also used in 2-char comment markers.
9211
9212 2005-04-19 Lute Kamstra <lute@gnu.org>
9213
9214 * loadhist.el (unload-feature): Update for new format of
9215 load-history. Simplify the code.
9216
9217 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9218
9219 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9220 (mac-add-charset-info): New function. Initialize variable
9221 mac-charset-info-alist using it.
9222 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9223 for translation.
9224 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9225 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9226 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9227 New CCL programs.
9228
9229 2005-04-19 Kim F. Storm <storm@cua.dk>
9230
9231 * simple.el (next-buffer, prev-buffer, next-error)
9232 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9233 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9234
9235 * bindings.el (next-buffer, prev-buffer, next-error)
9236 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9237 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9238 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9239 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9240
9241 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * isearch.el (isearch-edit-string): Make the search-ring available for
9244 minibuffer history commands.
9245 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9246 the default history commands now work just as well.
9247 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9248
9249 2005-04-18 Kim F. Storm <storm@cua.dk>
9250
9251 * emulation/cua-base.el (cua--pre-command-handler): Add more
9252 elaborate check for shift modifier on non-window systems.
9253
9254 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9255
9256 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9257
9258 2005-04-18 Kim F. Storm <storm@cua.dk>
9259
9260 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9261 and make it optional. Don't test tooltip-gud-echo-area here.
9262 (tooltip-gud-process-output, gdb-tooltip-print):
9263 Pass tooltip-gud-echo-area to tooltip-show.
9264 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9265
9266 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9267
9268 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9269 `display-graphic-p' may not be bound yet.
9270
9271 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9272
9273 * startup.el (command-line): No longer enable Xterm Mouse mode by
9274 default in terminals compatible with xterm.
9275
9276 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9277
9278 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9279
9280 * tooltip.el (tooltip-gud-echo-area): Rename from
9281 tooltip-use-echo-area.
9282 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9283 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9284 area independently of where help tooltips are displayed.
9285
9286 2005-04-17 David Kastrup <dak@gnu.org>
9287
9288 * cus-theme.el (custom-theme-write-variables): Quote variables
9289 where necessary.
9290
9291 2005-04-17 Richard M. Stallman <rms@gnu.org>
9292
9293 * simple.el (yank-excluded-properties): Add follow-link to value.
9294
9295 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9296
9297 * startup.el (fancy-splash-max-time): Just 30 seconds.
9298 (fancy-splash-delay): Just 7.
9299 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9300
9301 * loadhist.el (unload-feature): Update for new format of load-history.
9302 Simplify the code.
9303
9304 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9305 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9306
9307 * mail/sendmail.el (mail-font-lock-keywords):
9308 Don't fontify subject text.
9309 Don't fontify the text of a citation.
9310
9311 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9312
9313 * comint.el (comint-output-filter): Run comint-output-filter-functions
9314 with point where the user had it.
9315
9316 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * international/ucs-tables.el (ucs-set-table-for-input):
9319 Disable when using unify-on-decoding.
9320
9321 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9322
9323 * emulation/cua-base.el (cua-global-mark-face): Add special case
9324 for displays supporting a high number of colors.
9325
9326 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9327
9328 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9329
9330 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9331
9332 * filesets.el (filesets-add-buffer): If user supplies a name of a
9333 non-existing fileset, create a new fileset.
9334
9335 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9336
9337 * textmodes/org.el (org-up-heading-all): Fix bug with
9338 `outline-up-heading-all'.
9339
9340 2005-04-16 Andreas Schwab <schwab@suse.de>
9341
9342 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9343 /etc/permissions.d/* and /etc/aliases.d/*.
9344
9345 2005-04-16 Kenichi Handa <handa@m17n.org>
9346
9347 * international/code-pages.el (cp-make-coding-system):
9348 Set `translation-table-for-input' property value to the symbol
9349 ucs-mule-to-mule-unicode, not to that value.
9350 (pt154): Escape guillemet by `\'.
9351
9352 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9353
9354 * loadup.el: Load tooltip if x-show-tip is fboundp.
9355
9356 * startup.el (command-line): Add comment.
9357
9358 * tooltip.el (tooltip-mode): Specify correct standard value for
9359 Custom in init-value.
9360
9361 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9362
9363 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9364 possible.
9365
9366 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9367
9368 * textmodes/org.el (org-agenda-date-prompt): Rename from
9369 `org-agenda-date-today'.
9370 (org-evaluate-time-range): Insert at point instead of directly
9371 after time range.
9372 (org-first-headline-recenter, org-subtree-end-visible-p)
9373 (org-optimize-window-after-visibility-change): New functions
9374 (org-agenda-post-command-hook): Don't allow point at end of line,
9375 to make sure it always hits the text properties.
9376 (org-agenda-next-date-line, org-agenda-previous-date-line):
9377 New commands.
9378 (org-set-regexps-and-options): Category may contain white space.
9379 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9380 Improve marker positions.
9381 (org-agenda-new-marker): Argument POS made optional.
9382 (org-agenda-get-timestamps): Deadlines which are done are listed
9383 in org-done-face now.
9384 (org-agenda-get-todos, org-agenda-get-timestamps)
9385 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9386 Set `undone-face' and `done-face' properties.
9387 (org-last-todo-state-is-todo): New variable.
9388 (org-todo): Set `org-last-todo-state-is-todo'.
9389 (org-agenda-todo): Change face according to
9390 `org-last-todo-state-is-todo'. And change other lines referring to
9391 the same entry.
9392 (org-calendar-goto-agenda): New command.
9393 (org-calendar-to-agenda-key): New option.
9394 (org-startup-folded): New allowed value `content'.
9395 (org-set-regexps-and-options): Accept new value `content' for
9396 `org-startup-folded'.
9397 (org-get-current-options): Handle new value `content' for
9398 `org-startup-folded'.
9399 (org-insert-todo-heading): New command.
9400 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9401 interactively in empty file and option
9402 `org-insert-mode-line-in-empty-file' has been set.
9403 (org-agenda-todo,org-agenda-priority): Modify to use
9404 `org-agenda-change-all-lines'.
9405 (org-warning-face): Change color on dark background
9406
9407 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9408
9409 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9410 use preferences AppleLocale and AppleLanguages, and variable
9411 mac-system-locale for default locale. On Mac OS Classic, use
9412 mac-system-coding-system for default coding systems.
9413
9414 * term/mac-win.el: Don't set file-name-coding-system.
9415 Decode variables system-name, emacs-build-system, user-login-name, and
9416 user-full-name by mac-system-coding-system on Mac OS Classic.
9417 (mac-system-coding-system): New variable.
9418
9419 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9420
9421 * startup.el (command-line): Handle `xterm-mouse-mode' before
9422 reading init file.
9423
9424 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9425
9426 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9427
9428 * progmodes/sh-script.el (sh-here-document-word): Make it a
9429 defcustom. Doc fix.
9430 (sh-add): Bash uses $(( )) for arithmetic.
9431 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9432 (sh-maybe-here-document): Remove quotes and leading whitespace
9433 from heredoc word when closing. Indent heredoc with tabs if word
9434 starts with "-".
9435
9436 2005-04-13 Richard M. Stallman <rms@gnu.org>
9437
9438 * simple.el (undo): Fix previous change.
9439
9440 * custom.el (defface): Doc fix.
9441
9442 2005-04-13 Lute Kamstra <lute@gnu.org>
9443
9444 * Makefile.in (DONTCOMPILE): Remove list.
9445 (compile, compile-always): Don't use DONTCOMPILE.
9446 (update-authors): Load the library in which batch-update-authors
9447 is defined.
9448 * makefile.w32-in (DONTCOMPILE): Remove list.
9449 (compile, compile-always): Fix comments.
9450 (update-authors): Load the library in which batch-update-authors
9451 is defined.
9452
9453 * generic-x.el (generic-mode-ini-file-find-file-hook):
9454 Rename to ini-generic-mode-find-file-hook.
9455 Keep generic-mode-ini-file-find-file-hook as an alias.
9456 (ini-generic-mode-find-file-hook): Rename from
9457 generic-mode-ini-file-find-file-hook. Fix docstring.
9458 (ini-generic-mode): Docstring change.
9459 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9460
9461 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9462 called from lisp.
9463
9464 * generic.el: Move to the emacs-lisp subdir.
9465
9466 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9467
9468 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9469 and C-S- function and cursor motion keys.
9470
9471 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9472
9473 * startup.el (command-line): Enable Xterm Mouse mode by default.
9474 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9475 for Custom. No longer show "Mouse" in mode line when enabled.
9476 Doc fix.
9477
9478 2005-04-12 Kim F. Storm <storm@cua.dk>
9479
9480 * emulation/cua-base.el (cua-rectangle-face)
9481 (cua-rectangle-noselect-face): Define face attributes here.
9482
9483 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9484
9485 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9486
9487 * startup.el (command-line): Turn off blinking cursor if
9488 cursorBlink in resources is off or false.
9489
9490 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9491
9492 * term/mac-win.el (dnd): Require dnd.
9493 (mac-drag-n-drop): Call dnd-handle-one-url.
9494 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9495 (kTextEncodingISOLatin2): Remove constants.
9496 (mac-script-code-coding-systems): New constant.
9497 (mac-handle-language-change): New function.
9498 (special-event-map): Bind it to `language-change' event.
9499 (mac-centraleurroman, mac-cyrillic): New coding systems.
9500 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9501 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9502 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9503 encode-mac-cyrillic, respectively.
9504
9505 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9506
9507 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9508 Don't set overlay-arrow-string to "=>" as this is done
9509 globally in C now.
9510
9511 2005-04-12 Lute Kamstra <lute@gnu.org>
9512
9513 * generic-x.el (rc-generic-mode, rul-generic-mode):
9514 Fix auto-mode-alist entries.
9515 (etc-fstab-generic-mode): Tweak fontification.
9516
9517 * generic.el (generic-make-keywords-list): Fix docstring.
9518 (generic-mode-internal): Simplify generic-font-lock-keywords.
9519
9520 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9521
9522 * whitespace.el (whitespace-buffer-leading)
9523 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9524 However, fix the highlight area for the leading and
9525 trailing whitespaces to show space.
9526
9527 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9528
9529 * whitespace.el (whitespace-version): Bump to 3.5
9530
9531 (whitespace-buffer-leading, whitespace-buffer-trailing):
9532 Invert sense of the test to highlight the whitespace.
9533
9534 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9535
9536 * progmodes/gud.el (gud-display-line): GUD uses its own
9537 overlay arrow now so don't set overlay-arrow-string.
9538 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9539
9540 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9541
9542 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9543 (term-ansi-current-reverse, term-ansi-current-invisible)
9544 (term-ansi-face-already-done): Change to boolean.
9545 (term-reset-terminal, term-handle-colors-array): Handle the above
9546 vars accordingly.
9547 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9548 (term-emulate-terminal): Use the new name.
9549
9550 * faces.el (secondary-selection): Use yellow1, not yellow.
9551 (trailing-whitespace): Use red1, not red.
9552
9553 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9554
9555 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9556 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9557 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9558
9559 * cus-edit.el (dnd): New group.
9560
9561 * term/w32-win.el (dnd): Require dnd
9562 (w32-drag-n-drop): Call dnd-handle-one-url.
9563
9564 * x-dnd.el: Require dnd.
9565 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9566 Call dnd-handle-one-url.
9567 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9568 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9569 to dnd-insert-text.
9570 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9571 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9572 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9573 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9574
9575 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9576
9577 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9578
9579 * wdired.el: Doc fixes.
9580 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9581 (wdired-use-dired-vertical-movement): Rename from
9582 wdired-always-move-to-filename-beginning.
9583 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9584 (wdired-change-to-wdired-mode): Change mode name.
9585 (wdired-newline): Delete.
9586
9587 2005-04-11 Richard M. Stallman <rms@gnu.org>
9588
9589 * whitespace.el (whitespace-highlight-the-space):
9590 Don't call whitespace-unhighlight-the-space here.
9591
9592 * simple.el (undo): Record t in undo-equiv-table
9593 for the redo record made by an undo-in-region.
9594
9595 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9596
9597 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9598 (gdb-frame-inferior-io-buffer): New Functions to control
9599 display of separate IO buffer.
9600 (menu): Add them to menu-bar.
9601 (gdb-display-buffer): Check for buffer another frame.
9602 Protect GUD buffer.
9603 (gdb-setup-windows): Create IO buffer if not already there.
9604 (gdb-memory-mode): Remove purecopy noops.
9605
9606 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9607
9608 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9609 and pass to self-insert-command.
9610
9611 2005-04-11 Lute Kamstra <lute@gnu.org>
9612
9613 * generic.el: Commentary section cleanup.
9614 (generic): Delete.
9615 (generic-use-find-file-hook, generic-lines-to-scan)
9616 (generic-find-file-regexp, generic-ignore-files-regexp)
9617 (default-generic-mode, generic-mode-find-file-hook)
9618 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9619 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9620 (generic-use-find-file-hook, generic-lines-to-scan)
9621 (generic-find-file-regexp, generic-ignore-files-regexp)
9622 (default-generic-mode, generic-mode-find-file-hook)
9623 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9624
9625 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9626
9627 * bookmark.el (bookmark-write-file): Catch errors writing file.
9628 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9629
9630 2005-04-10 Richard M. Stallman <rms@gnu.org>
9631
9632 * startup.el (fancy-splash-tail): Update copyright year.
9633 (command-line): Split part of -Q into -D.
9634 (emacs-basic-display): New defvar.
9635 (fancy-splash-text): Correct name of menu item.
9636
9637 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9638
9639 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9640 lines in one node.
9641
9642 * comint.el (comint-send-input): New arg ARTIFICIAL.
9643 Callers in this file changed.
9644
9645 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9646
9647 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9648
9649 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9650
9651 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9652 `ldap-search-internal'.
9653
9654 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * files.el (set-auto-mode-1): Use line-end-position.
9657
9658 * international/latin-1.el:
9659 * international/latin-2.el:
9660 * international/latin-3.el:
9661 * international/latin-4.el:
9662 * international/latin-5.el:
9663 * international/latin-8.el:
9664 * international/latin-9.el: Give punctuation syntax to NBSP.
9665
9666 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9667 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9668 Use char-classes to accept non-ascii letters, accepted in some recent
9669 bibtex implementations.
9670
9671 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9672
9673 * custom.el (custom-set-minor-mode): Any non-nil value for the
9674 variable should enable the mode when set through Custom.
9675
9676 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9679 TAB binding so tab-always-indent is obeyed.
9680 (vhdl-minibuffer-local-map): Move initialization into declaration.
9681 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9682 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9683 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9684 (vhdl-current-line): Use line-beginning-position.
9685 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9686 with-output-to-temp-buffer, so the current position can be recorded.
9687
9688 2005-04-10 Masatake YAMATO <jet@gyve.org>
9689
9690 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9691 Add regexp for gcov.
9692
9693 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9694
9695 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9696 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9697 syntax which Emacs 20 doesn't support.
9698
9699 2005-04-09 Richard M. Stallman <rms@gnu.org>
9700
9701 * help.el (describe-key-briefly, describe-key):
9702 Replace strings as event types with "(any string)".
9703
9704 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * arc-mode.el (archive-mode-map): Move initialization into
9707 the declaration. Override *all* bindings of `undo'.
9708 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9709
9710 2005-04-09 Jay Belanger <belanger@truman.edu>
9711
9712 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9713
9714 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9715
9716 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9717 (xterm-register-default-colors): Update color values computation
9718 to match xterm-200.
9719
9720 2005-04-09 Kenichi Handa <handa@m17n.org>
9721
9722 * international/code-pages.el (iso-latin-7): Fix the map.
9723
9724 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9725
9726 * emacs-lisp/lisp.el (defun-prompt-regexp)
9727 (parens-require-spaces, buffer-end, end-of-defun)
9728 (insert-parentheses): Doc fixes.
9729
9730 2005-04-08 Kim F. Storm <storm@cua.dk>
9731
9732 * comint.el (comint-highlight-prompt): Fix face spec.
9733 * hi-lock.el (hi-green): Likewise.
9734
9735 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9736
9737 * cus-edit.el (custom-modified-face):
9738 * comint.el (comint-highlight-input): Fix previous changes.
9739 * term.el (term-handle-ansi-escape): Add a comment.
9740
9741 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9744 in the buffer and in whitespace-highlighted-space.
9745 (whitespace-unhighlight-the-space): Simplify.
9746 (whitespace-buffer): Simplify.
9747
9748 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9749
9750 * textmodes/table.el (table-cell-face): Add special case for
9751 displays supporting a high number of colors.
9752 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9753 (vhdl-font-lock-reserved-words-face)
9754 (vhdl-speedbar-architecture-face)
9755 (vhdl-speedbar-instantiation-face)
9756 (vhdl-speedbar-architecture-selected-face)
9757 (vhdl-speedbar-instantiation-selected-face): Likewise.
9758 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9759 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9760 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9761 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9762 (ebrowse-progress-face): Likewise.
9763 * progmodes/compile.el (compilation-info-face): Likewise.
9764 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9765 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9766 * calendar/calendar.el (diary-face): Likewise.
9767 * woman.el (woman-italic-face, woman-bold-face)
9768 (woman-unknown-face): Likewise.
9769 * wid-edit.el (widget-button-pressed-face): Likewise.
9770 * whitespace.el (whitespace-highlight-face): Likewise.
9771 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9772 * pcvs-info.el (cvs-marked-face): Likewise.
9773 * info.el (info-xref): Likewise.
9774 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9775 * hilit-chg.el (highlight-changes-face)
9776 (highlight-changes-delete-face): Likewise.
9777 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9778 (hi-red-b): Likewise.
9779 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9780 * font-lock.el (font-lock-keyword-face)
9781 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9782 * cus-edit.el (custom-invalid-face, custom-modified-face)
9783 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9784 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9785 * comint.el (comint-highlight-prompt): Likewise.
9786
9787 2005-04-08 Lute Kamstra <lute@gnu.org>
9788
9789 * font-lock.el (font-lock-keywords): Docstring fixes.
9790
9791 2005-04-08 Kenichi Handa <handa@m17n.org>
9792
9793 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9794 chars are more than a limit, print " and more..." at the tail.
9795
9796 2005-04-08 Kim F. Storm <storm@cua.dk>
9797
9798 * emacs-lisp/authors.el (authors-aliases): Update list.
9799 (authors-ignored-files): New list.
9800 (authors-fixed-entries): Fix typo.
9801 (authors-renamed-files-alist): Update list.
9802 (authors-add): Check authors-ignored-files.
9803
9804 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9805
9806 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9807 optional, to ensure backward compatibility.
9808
9809 2005-04-08 Stephen Eglen <stephen@gnu.org>
9810
9811 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9812
9813 2005-04-08 Kim F. Storm <storm@cua.dk>
9814
9815 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9816
9817 * mouse.el (mouse-on-link-p): Doc fix.
9818
9819 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9820
9821 * ielm.el (ielm-prompt-read-only): Doc fix.
9822
9823 * comint.el (comint-prompt-read-only): Doc fix.
9824
9825 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9826
9827 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9828 ensure dired always handles wildcards passed to ffap.
9829 (find-file-at-point): Use it.
9830 (ffap-dired-wildcards): Doc fix.
9831
9832 2005-04-07 Juri Linkov <juri@jurta.org>
9833
9834 * simple.el (next-error-overlay-arrow-position): New defvar.
9835 Put "=>" on its property `overlay-arrow-string'. Add it to
9836 `overlay-arrow-variable-list'.
9837
9838 * progmodes/compile.el (compilation-setup):
9839 Set `next-error-overlay-arrow-position' to nil. Also set it to
9840 nil in the local hook `kill-buffer-hook'. Make local variable
9841 `overlay-arrow-string' and set it to "=>".
9842 (compilation-goto-locus): Set BOL position to
9843 `next-error-overlay-arrow-position' instead of
9844 `overlay-arrow-position'.
9845
9846 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9847 locally instead of adding it to the global hook.
9848 (Info-kill-buffer): Move up.
9849
9850 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9851
9852 * term/xterm.el (xterm-standard-colors): Update color values from
9853 xterm-200.
9854
9855 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9856
9857 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9858
9859 * fast-lock.el:
9860 * lazy-lock.el: Move them to the obsolete subdir.
9861
9862 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9863
9864 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9865 (wdired-add-replace-advice): Remove.
9866 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9867
9868 2005-04-06 Kim F. Storm <storm@cua.dk>
9869
9870 * startup.el (command-line): Add --bare-bones alias for -Q.
9871
9872 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9873
9874 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9875 create the startup fontset if a font specification ends with
9876 `mac-roman'.
9877
9878 2005-04-06 Lute Kamstra <lute@gnu.org>
9879
9880 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9881 change.
9882
9883 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9884 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9885
9886 2005-04-05 Lute Kamstra <lute@gnu.org>
9887
9888 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9889 (define-generic-mode): Ditto. Fix debug declaration.
9890
9891 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9892 Put them in the generic-x group.
9893
9894 * calendar/timeclock.el (timeclock): Doc fix.
9895
9896 * generic.el (define-generic-mode): Don't use custom-current-group.
9897 Document default :group value.
9898 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9899 (define-global-minor-mode): Don't use custom-current-group.
9900
9901 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9902
9903 * startup.el (command-line-1): Display startup-echo-area-message
9904 when fancy splash screen is in use.
9905
9906 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9907 (sh-escaped-newline): New face.
9908 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9909 newline, and use sh-escaped-newline face.
9910
9911 * progmodes/tcl.el (tcl-escaped-newline): New face.
9912 (tcl-builtin-list): New variable.
9913 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9914 newlines. Fix keywords subexpression number.
9915
9916 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9917
9918 * textmodes/org.el (org-diary-default-entry): Fix call to
9919 `add-to-diary-entry'.
9920
9921 2005-04-05 Kim F. Storm <storm@cua.dk>
9922
9923 * ediff-init.el: Use (featurep 'xemacs).
9924
9925 2005-04-05 David Ponce <david@dponce.com>
9926
9927 * cus-edit.el (face): Derive from symbol widget. Display sample
9928 of the current face on the fly.
9929 (widget-face-sample-face-get, widget-face-notify): New functions.
9930 (widget-face-value-create): Remove.
9931
9932 * wid-edit.el (widget-field-end): Temporarily remove field
9933 narrowing before to call `get-char-property'.
9934
9935 2005-04-04 Jay Belanger <belanger@truman.edu>
9936
9937 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9938 (math-read-subscripts): New variable.
9939 (math-read-preprocess-string): Process subscripts.
9940
9941 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9942
9943 * comint.el (comint-prompt-read-only): Doc fix.
9944
9945 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9946 `-1'. Doc fix.
9947
9948 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9949
9950 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9951 Change default value to nil.
9952
9953 2005-04-04 Lute Kamstra <lute@gnu.org>
9954
9955 * autorevert.el (auto-revert-mode): Specify :group.
9956 * battery.el (display-battery-mode): Specify :group.
9957 * diff-mode.el (diff-minor-mode): Specify :group.
9958 * font-core.el (font-lock-mode): Specify :group.
9959 * hl-line.el (hl-line-mode): Specify :group.
9960 * iimage.el (iimage): New customization group.
9961 (iimage-mode): Specify :group.
9962 * longlines.el (longlines-mode): Specify :group.
9963 * master.el: Don't require easy-mmode.
9964 (master): New customization group.
9965 (master-mode): Specify :group.
9966 * msb.el (msb-mode): Specify :group.
9967 * reveal.el (reveal-mode): Specify :group.
9968 * simple.el (next-error-follow-minor-mode): Specify :group.
9969 * smerge-mode.el (smerge-mode): Specify :group.
9970 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9971 * emulation/cua-base.el (cua-mode): Specify :group.
9972 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9973 * language/thai-util.el (thai-auto-composition-mode)
9974 (thai-word-mode): Specify :group.
9975 * mail/supercite.el (sc-minor-mode): Specify :group.
9976 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9977 * progmodes/flymake.el (flymake-mode): Specify :group.
9978 * progmodes/glasses.el (glasses-mode): Specify :group.
9979 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9980 * textmodes/enriched.el (enriched-mode): Specify :group.
9981 * textmodes/refill.el (refill-mode): Specify :group.
9982
9983 * add-log.el (change-log-font-lock-keywords): Names in
9984 parenthesized lists can contain spaces.
9985
9986 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9987
9988 * startup.el (fancy-splash-text): Shorten default text of
9989 "Emacs Tutorial" line. Also, if the current language env
9990 indicates an available tutorial file other than TUTORIAL,
9991 extract its title and append it to the line in parentheses.
9992 (fancy-splash-insert): If arg is a thunk, funcall it.
9993
9994 2005-04-04 Jay Belanger <belanger@truman.edu>
9995
9996 * calc.el (calc-language-alist): Add tags to customization type.
9997
9998 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9999
10000 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10001 Doc fix.
10002
10003 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10004
10005 * add-log.el (change-log-font-lock-keywords): The manual
10006 describing a Change Log entry, says: (...) "Aside from these
10007 header lines, every line in the change log starts with a space or
10008 a tab.". The font-lock was not highlighting lines started with
10009 spaces, added support for it.
10010
10011 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10012
10013 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10014 (bibtex-generate-url-list): Update docstring accordingly. Put the
10015 complex example in the docstring.
10016 (bibtex-font-lock-url): Use pop.
10017
10018 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10021
10022 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10023
10024 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10025
10026 * filesets.el (filesets-set-default): Doc fix.
10027
10028 2005-04-03 Lute Kamstra <lute@gnu.org>
10029
10030 * generic.el (define-generic-mode): Add argument to specify
10031 keywords for defcustom.
10032 (default-generic-mode): Specify :group.
10033
10034 * generic-x.el: Specify :group for all generic modes.
10035
10036 * desktop.el (desktop-no-desktop-file-hook)
10037 (desktop-after-read-hook): Doc fix.
10038
10039 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10040
10041 * simple.el (visible-mode): Use explicit :group keyword.
10042 This changes the group of `visible-mode-hook' from paren-blinking
10043 to editing-basics.
10044
10045 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10046
10047 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10048 mailbox specifications as well as URLs.
10049 (rmail-insert-inbox-text): Remove unused conditional branches.
10050
10051 2005-04-01 Jay Belanger <belanger@truman.edu>
10052
10053 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10054 (calc-gnuplot-print-command): Move definitions to calc.el.
10055
10056 * calc/calc-embed.el (calc-embedded-announce-formula)
10057 (calc-embedded-open-formula, calc-embedded-close-formula)
10058 (calc-embedded-open-word, calc-embedded-close-word)
10059 (calc-embedded-open-plain, calc-embedded-close-plain)
10060 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10061 (calc-embedded-open-mode, calc-embedded-close-mode):
10062 Move definitions to calc.el.
10063
10064 * calc/calc.el (calc-settings-file, calc-language-alist):
10065 Make customizable.
10066 (calc-embedded-announce-formula, calc-embedded-open-formula)
10067 (calc-embedded-close-formula, calc-embedded-open-word)
10068 (calc-embedded-close-word, calc-embedded-open-plain)
10069 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10070 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10071 (calc-embedded-close-mode, calc-gnuplot-name)
10072 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10073 from other files and make customizable.
10074
10075 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10078 Use buffer-live-p.
10079 (cvs-mode-run): Don't call cvs-update-header here.
10080 (cvs-run-process): Call cvs-update-header.
10081 Use process properties for cvs-postprocess and cvs-buffer so that
10082 the sentinel can behave better if the temp buffer is killed.
10083 Use a pipe rather than a tty, to better handle unexpected prompts.
10084 (cvs-sentinel): Rewrite. Call cvs-update-header.
10085
10086 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10087
10088 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10089 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10090
10091 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * generic.el (define-generic-mode): Add indentation rule.
10094
10095 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10096
10097 * files.el (mode-require-final-newline): Make Custom correctly
10098 report a nil value and allow to set it to nil via Custom.
10099 Doc fix.
10100
10101 2005-04-01 Kenichi Handa <handa@m17n.org>
10102
10103 * international/characters.el: Enable the correct case setting for
10104 dotless-i and dotted-I.
10105
10106 2005-04-01 Kim F. Storm <storm@cua.dk>
10107
10108 * ido.el (ido-file-internal): Fall back to non-ido command if
10109 initial directory is on slow ftp (or tramp) host.
10110
10111 2005-03-31 Richard M. Stallman <rms@gnu.org>
10112
10113 * emacs-lisp/autoload.el (make-autoload):
10114 Handle define-global-minor-mode.
10115
10116 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10117 Rename from easy-mmode-define-global-mode.
10118 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10119
10120 * progmodes/scheme.el (scheme-mode-syntax-table):
10121 Update syntax of | and # for two-character comment syntax.
10122
10123 2005-03-31 Lute Kamstra <lute@gnu.org>
10124
10125 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10126 (define-minor-mode): Call custom-current-group at load-time.
10127
10128 * generic.el (define-generic-mode): Add debug declaration.
10129 Add defcustom for the mode hook.
10130 (generic-mode-internal): Use run-mode-hooks.
10131
10132 2005-03-31 Kim F. Storm <storm@cua.dk>
10133
10134 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10135 (mouse-fixup-help-message): New defun called by show_help_echo
10136 to fixup mouse-2 prefix in help messages when applicable.
10137
10138 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10139
10140 2005-03-31 Kenichi Handa <handa@m17n.org>
10141
10142 * language/thai-word.el (thai-find-word-ends): Pay attention to
10143 the case that we reach the end of buffer.
10144
10145 * textmodes/fill.el (fill-text-properties-at): New function.
10146 (fill-newline): Use fill-text-properties-at instead of
10147 text-properties-at.
10148
10149 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10150
10151 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10152 not comint-quote-filename.
10153
10154 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10155
10156 * help-fns.el (help-with-tutorial): Revert last change.
10157
10158 2005-03-31 Kim F. Storm <storm@cua.dk>
10159
10160 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10161
10162 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10163
10164 * calendar/cal-china.el: Update reference to "Calendrical
10165 Calculations" book; there's a new edition.
10166 * calendar/cal-coptic.el: Likewise.
10167 * calendar/cal-french.el: Likewise.
10168 * calendar/cal-hebrew.el: Likewise.
10169 * calendar/cal-islam.el: Likewise.
10170 * calendar/cal-iso.el: Likewise.
10171 * calendar/cal-julian.el: Likewise.
10172 * calendar/cal-mayan.el: Likewise.
10173 * calendar/cal-persia.el: Likewise.
10174 * calendar/calendar.el: Likewise.
10175 * calendar/holidays.el: Likewise.
10176 * calendar/lunar.el: Likewise.
10177 * calendar/solar.el: Likewise.
10178
10179 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10180 white space from doc string.
10181
10182 2005-03-30 Jay Belanger <belanger@truman.edu>
10183
10184 * calc/calc-help.el (calc-full-help): Remove email address.
10185
10186 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10187
10188 * help-fns.el (help-with-tutorial): Delete title line.
10189
10190 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10191
10192 * calendar/cal-x.el (calendar-one-frame-setup)
10193 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10194 rather than 'symbol for set-window-dedicated-p.
10195
10196 * calendar/appt.el (appt-buffer-name): Make it a constant.
10197 (appt-add): Doc fix.
10198
10199 * filesets.el (filesets-menu-path, filesets-menu-before)
10200 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10201 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10202 (filesets-add-submenu): Delete and use add-submenu instead.
10203
10204 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10205
10206 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10207 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10208 (org-diary-default-entry): New function.
10209 (org-get-entries-from-diary): Better parsing of diary entries.
10210 (org-agenda-check-no-diary): New function.
10211 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10212 linking to diary entries.
10213 (org-agenda-execute-calendar-command): New function.
10214 (org-agenda): Improve visible section in window.
10215 Use `org-fit-agenda-window'.
10216 (org-fit-agenda-window): New option.
10217 (org-move-subtree-down): Better handling of empty lines
10218 at end of subtree.
10219 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10220 levels up.
10221 (org-fontify-done-headline): New option.
10222 (org-headline-done-face): New face.
10223 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10224 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10225 When current field is non-empty, it is copied to next row.
10226 (org-table-copy-from-above): Fix bug which made it
10227 impossible to copy fields containing only a single non-white character.
10228
10229 2005-03-30 Kim F. Storm <storm@cua.dk>
10230
10231 * kmacro.el (kmacro-end-macro): Isearch may store this command
10232 into the macro -- so ignore it when executing keyboard macro.
10233
10234 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10235
10236 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10237
10238 2005-03-29 Kenichi Handa <handa@m17n.org>
10239
10240 * language/thai.el ("Thai"): Set setup-function and exit-function
10241 for Thai language environment.
10242
10243 * language/thai-util.el: Require thai-word.
10244 (thai-word-mode-map): New variable.
10245 (thai-word-mode): New minor mode.
10246 (setup-thai-language-environment-internal): New function.
10247 (exit-thai-language-environment-internal): New function.
10248
10249 * language/thai-word.el (thai-word-table): Declare it by defvar,
10250 use dolist to initialize it.
10251 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10252 (thai-fill-find-break-point): New functions.
10253
10254 2005-03-29 Richard M. Stallman <rms@gnu.org>
10255
10256 * simple.el (idle-update-delay): Move definition up.
10257 (set-mark): Doc fix.
10258
10259 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10260
10261 * longlines.el: New file.
10262
10263 * simple.el (buffer-substring-filters): New variable.
10264 (filter-buffer-substring): New function.
10265 (kill-region, copy-region-as-kill): Use it.
10266
10267 * register.el (copy-to-register, append-to-register)
10268 (prepend-to-register): Use filter-buffer-substring.
10269
10270 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10271
10272 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10273 (gud-filter-pending-text): Move in front of gdb.
10274 (gud-overlay-arrow-position): New variable.
10275 (gud-sentinel, gud-display-line): Use it in place of
10276 overlay-arrow-position.
10277
10278 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10279
10280 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10281 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10282 (fortran-font-lock-keywords-4): New variable.
10283 (fortran-blocks-re, fortran-end-block-re)
10284 (fortran-start-block-re): New constants, for hideshow.
10285 (hs-special-modes-alist): Add a Fortran entry.
10286 (fortran-mode-map): Bind fortran-end-of-block,
10287 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10288 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10289 (fortran-looking-at-if-then, fortran-end-of-block)
10290 (fortran-beginning-of-block): New functions, for hideshow.
10291
10292 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10293 Doc fix. Tweak regexp.
10294 (f90-beginning-of-block): Push mark first.
10295
10296 2005-03-29 Jay Belanger <belanger@truman.edu>
10297
10298 * calc/calc.el: Update copyright date.
10299 (calc-version): Increase to 2.1.
10300 (calc-version-date): Remove.
10301
10302 * calc/calc-help.el: Update copyright date.
10303 (calc-full-help): Remove reference to calc-version-date.
10304 Update copyright date.
10305
10306 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10307
10308 * vc.el (vc-do-command): Use a pipe for async processes, so password
10309 prompts don't show up at places where the user can't reply.
10310
10311 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10312
10313 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10314 on the file name we pass to the inferior shell.
10315
10316 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10317
10318 * progmodes/which-func.el (which-function): Be robust in the face of an
10319 imenu--make-index-alist failure.
10320
10321 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10322
10323 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10324
10325 * progmodes/python.el (python-preoutput-filter): Fix last change.
10326
10327 2005-03-29 Lute Kamstra <lute@gnu.org>
10328
10329 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10330 functions and compiled macros.
10331 (debug-convert-byte-code): Handle macros too.
10332 (debug-on-entry-1): Don't signal an error when trying to clear a
10333 function that is not set to debug on entry.
10334
10335 2005-03-29 Jay Belanger <belanger@truman.edu>
10336
10337 * calc/calc-lang.el: Add functions to math-function-table
10338 properties of tex and math.
10339
10340 2005-03-29 Kenichi Handa <handa@m17n.org>
10341
10342 * ps-mule.el (ps-mule-plot-string): Translate characters by
10343 ps-print-translation-table.
10344 (ps-mule-begin-job): Call find-charset-region/string with
10345 ps-print-translation-table.
10346 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10347
10348 * ps-print.el (ps-print-translation-table): New variable.
10349 (ps-plot-region): Translate characters by ps-print-translation-table.
10350
10351 2005-03-29 Juri Linkov <juri@jurta.org>
10352
10353 * simple.el (next-error-highlight-timer): New variable.
10354
10355 * progmodes/compile.el (compilation-goto-locus):
10356 Use `next-error-highlight-timer' instead of `sit-for'.
10357
10358 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * mail/supercite.el (sc-mail-field): Use assoc-string.
10361 (sc-get-address): Simplify regexps.
10362
10363 * files.el (minibuffer-with-setup-hook): New macro.
10364 (find-file-read-args): Use it to avoid let-binding
10365 minibuffer-with-setup-hook (which breaks turning on/off
10366 file-name-shadow-mode while in the prompt).
10367
10368 * complete.el (PC-read-include-file-name-internal):
10369 Use test-completion.
10370
10371 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10372
10373 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10374
10375 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10376
10377 * window.el (window-buffer-height): Use count-screen-lines.
10378
10379 * progmodes/python.el (python-preoutput-leftover): New var.
10380 (python-preoutput-filter): Use it.
10381 (python-send-receive): Loop until all the result has been received.
10382
10383 2005-03-28 Juri Linkov <juri@jurta.org>
10384
10385 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10386
10387 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10388 "Recover Crashed Session".
10389 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10390 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10391 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10392 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10393 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10394 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10395 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10396 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10397
10398 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10399 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10400 Ediff Sessions", "Toggle use of separate control buffer frame",
10401 "Use separate frame for Ediff control buffer".
10402
10403 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10404 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10405 "Rename Bookmark", "Delete Bookmark".
10406
10407 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10408 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10409 Add `:active Info-index-alternatives' to "Next Matching Item".
10410
10411 * wdired.el (wdired-change-to-wdired-mode):
10412 Mention `wdired-abort-changes' key in the initial message.
10413
10414 * international/mule.el (auto-coding-alist): Associate non-ascii
10415 image filename extensions with `no-conversion'.
10416
10417 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * international/iso-acc.el:
10420 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10421
10422 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10423
10424 * textmodes/sgml-mode.el (html-mode): Doc update.
10425
10426 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10427
10428 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10429
10430 * term.el (term-move-columns): Fix face after extending a line.
10431 (term-insert-spaces): Likewise.
10432 (term-reset-terminal): Fix off by one error.
10433
10434 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10435
10436 * international/mule.el (auto-coding-alist): Add .xpi files.
10437
10438 * files.el (auto-mode-alist): Add .xpi files.
10439
10440 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10441
10442 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10443
10444 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10445
10446 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10447
10448 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10449
10450 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10451 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10452
10453 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10454 cursor to Jan 1 when needed.
10455 (calendar-end-of-year): Fix -/+ typo.
10456 Reported by Chong Yidong <cyd@stupidchicken.com>.
10457
10458 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10459
10460 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10461
10462 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10463 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10464
10465 2005-03-25 Richard M. Stallman <rms@gnu.org>
10466
10467 * filesets.el (filesets-init): Add autoload.
10468
10469 * mail/mailalias.el (mail-directory): Doc fix.
10470
10471 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10472
10473 * mail/mailalias.el (mail-directory-process): Do nothing if
10474 mail-directory-process is an atom.
10475 (mail-get-names): Ignore mail-directory-names if it is an atom.
10476 (mail-directory-process defvar): Doc fix.
10477 (mail-names): Doc fix.
10478
10479 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10480
10481 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10482
10483 2005-03-26 Kenichi Handa <handa@m17n.org>
10484
10485 * international/mule-util.el (detect-coding-with-priority):
10486 Call update-coding-systems-internal before detect-coding-region.
10487
10488 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10489
10490 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10491 (gdb-frames-mode-map): Add follow-link property.
10492
10493 2005-03-25 Jay Belanger <belanger@truman.edu>
10494
10495 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10496 for variables.
10497
10498 2005-03-25 Juri Linkov <juri@jurta.org>
10499
10500 * image-mode.el: Optimize image filename extension regexps in
10501 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10502 in `auto-mode-alist'.
10503 (image-mode): Add `image-toggle-display-text' to local hook
10504 `change-major-mode-hook'. Display the image as an image by
10505 default. Set `cursor-type' and `truncate-lines' if the image
10506 is already displayed. Take into account the current mode (image
10507 or text) in message.
10508 (image-minor-mode): New minor mode.
10509 (image-mode-maybe, image-toggle-display-text): New functions.
10510 (image-toggle-display): Use called-interactively-p.
10511 Let-bind `inhibit-read-only' to t.
10512
10513 * image-mode.el (image-minor-mode): Set `cursor-type' and
10514 `truncate-lines' if the image is already displayed. Add turning
10515 image-minor-mode off to `change-major-mode-hook'. Add message.
10516 Call `image-toggle-display-text' after turning image-minor-mode off.
10517
10518 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10521 Terminal.app, use utf-8.
10522 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10523 (set-locale-environment): Use it.
10524
10525 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10526
10527 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10528
10529 * progmodes/python.el (python-close-block-statement-p)
10530 (python-outdent-p, python-current-defun): Use symbol-end.
10531
10532 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10533
10534 * files.el (save-some-buffers): Doc fix.
10535
10536 2005-03-25 Werner Lemberg <wl@gnu.org>
10537
10538 * complete.el, thumbs.el: Replace `legal' with `valid'.
10539 * calendar/calendar.el: Replace `legal' with `valid'.
10540 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10541 * mail/supercite.el: Replace `legal' with `valid'.
10542 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10543 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10544 Replace `legal' with `valid'.
10545 * textmodes/reftex-vars.el, textmodes/reftex.el:
10546 Replace `legal' with `valid'.
10547
10548 2005-03-25 Werner Lemberg <wl@gnu.org>
10549
10550 * calc/calc-forms.el, calc/calc-sel.el:
10551 * midnight.el, vc-cvs.el:
10552 * emacs-lisp/cl-macs.el:
10553 * emulation/vip.el:
10554 * eshell/esh-io.el, eshell/esh-var.el:
10555 * mail/supercite.el:
10556 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10557 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10558 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10559 * progmodes/sh-script.el, progmodes/xscheme.el:
10560 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10561 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10562 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10563 * textmodes/reftex.el, textmodes/org.el:
10564 Replace `illegal' with `invalid'.
10565
10566 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10569 (flymake-find-buildfile, flymake-find-possible-master-files)
10570 (flymake-check-include, flymake-parse-line): Replace loops over the
10571 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10572
10573 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10574 Substitute file-name-as-directory in the rest of the file.
10575 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10576 (flymake-replace-region): Remove unused arg `buffer'.
10577 (flymake-check-patch-master-file-buffer): Update calls to it.
10578 (flymake-add-err-info): Remove unused var `count'.
10579 (flymake-mode): Use define-minor-mode.
10580
10581 * progmodes/flymake.el: Use with-current-buffer.
10582 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10583 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10584 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10585 Avoid testing for `xemacs'.
10586 (flymake-nop): Move.
10587 (flymake-region-has-flymake-overlays): Return the computed value.
10588 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10589 Remove unused var `endline'.
10590 (flymake-get-line-count): Remove unused function.
10591 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10592
10593 * emulation/vi.el:
10594 * generic.el:
10595 * hilit-chg.el (global-highlight-changes):
10596 * hi-lock.el (hi-lock-mode):
10597 * follow.el: find-file-hooks -> find-file-hook.
10598
10599 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10600
10601 2005-03-24 Juri Linkov <juri@jurta.org>
10602
10603 * dired.el (dired-mode-map): Add menu item "Compare directories"
10604 for dired-compare-directories.
10605
10606 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10607 Doc fix. Replace `read-file-name' with `read-directory-name'.
10608
10609 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10612
10613 2005-03-24 Jay Belanger <belanger@truman.edu>
10614
10615 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10616 relevant mode settings in calc-embedded-original-modes when modes
10617 are permanently changed.
10618
10619 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * autoinsert.el: find-file-hooks -> find-file-hook.
10622
10623 2005-03-24 Lute Kamstra <lute@gnu.org>
10624
10625 * generic.el (generic-font-lock-defaults): Make it obsolete.
10626 (generic-font-lock-keywords): New variable to replace
10627 generic-font-lock-defaults.
10628 (generic-mode-set-font-lock): Delete it.
10629 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10630 (generic-bracket-support): Add docstring.
10631
10632 * generic-x.el: Rename generic-font-lock-defaults to
10633 generic-font-lock-keywords throughout.
10634 (mailagent-rules-setup-function): Delete it.
10635 (mailagent-rules-generic-mode): Use anonymous function instead.
10636 (show-tabs-generic-mode-font-lock-defaults-1)
10637 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10638 Quote faces.
10639 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10640 not foreground.
10641
10642 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10643 Recognize define-generic-mode.
10644
10645 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10648 if there's no completion table.
10649
10650 2005-03-23 Miles Bader <miles@gnu.org>
10651
10652 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10653 Remove tty-specific variants, as they're no longer needed.
10654
10655 2005-03-23 Lute Kamstra <lute@gnu.org>
10656
10657 * generic-x.el: Code cleanup: make args constant whenever possible.
10658 (installshield-statement-keyword-list)
10659 (installshield-system-functions-list)
10660 (installshield-system-variables-list, installshield-types-list)
10661 (installshield-funarg-constants-list): Make them constants.
10662
10663 * generic.el (generic-make-keywords-list): Add autoload cookie.
10664
10665 * calendar/time-date.el: Add comment on time value formats.
10666 Don't require parse-time.
10667 (with-decoded-time-value): New macro.
10668 (encode-time-value): New function.
10669 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10670 (days-to-time): Return a valid time value when arg is huge.
10671 (time-since): Use time-subtract.
10672 (time-to-number-of-days): Use time-to-seconds.
10673
10674 2005-03-23 David Ponce <david@dponce.com>
10675
10676 * recentf.el: (recentf-keep): New option.
10677 (recentf-menu-action): Default to `find-file'.
10678 (recentf-keep-non-readable-files-flag)
10679 (recentf-keep-non-readable-files-p)
10680 (recentf-file-readable-p, recentf-find-file)
10681 (recentf-cleanup-remote): Remove.
10682 (recentf-include-p): More robust.
10683 (recentf-keep-p): New function.
10684 (recentf-remove-if-non-kept): Rename from
10685 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10686 All callers updated.
10687 (recentf-menu-items-for-commands): Fix help string.
10688 (recentf-track-closed-file): Update. Doc fix.
10689 (recentf-cleanup): Update. Count removed files. Doc fix.
10690
10691 2005-03-23 Kim F. Storm <storm@cua.dk>
10692
10693 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10694 Don't inherit from fringe face (now happens automatically).
10695
10696 2005-03-22 Kim F. Storm <storm@cua.dk>
10697
10698 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10699 position values.
10700
10701 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10702
10703 * menu-bar.el (showhide-date-time): Remove.
10704 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10705 (menu-bar-make-mm-toggle): Simplify.
10706
10707 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10708
10709 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10710 Accept qualified variable and function names.
10711
10712 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10713
10714 * bindings.el (completion-ignored-extensions):
10715 Remove ".lis" for `vax-vms'.
10716
10717 2005-03-22 Andreas Schwab <schwab@suse.de>
10718
10719 * generic-x.el: Revert last change.
10720 * ldefs-boot.el: Update.
10721
10722 2005-03-22 Jay Belanger <belanger@truman.edu>
10723
10724 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10725 (calc-embedded-save-original-modes)
10726 (calc-embedded-restore-original-modes): New functions.
10727 (calc-do-embedded): Save original modes when entering embedded mode
10728 and restore when leaving embedded mode.
10729 (calc-embedded-modes-change): Change the value of
10730 calc-embedded-original-modes to reflect permanent changes.
10731
10732 2005-03-22 Lute Kamstra <lute@gnu.org>
10733
10734 * generic-x.el: Require generic again.
10735
10736 2005-03-22 Miles Bader <miles@gnu.org>
10737
10738 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10739 Tweak details to look good on both ttys and bitmap displays, light
10740 or dark background, etc.
10741
10742 2005-03-21 Kim F. Storm <storm@cua.dk>
10743
10744 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10745 mouse position.
10746
10747 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * icomplete.el: Don't forcibly turn on the mode upon load.
10750 (icomplete-mode): Use define-minor-mode.
10751 (icomplete-eoinput): Default to nil.
10752 (icomplete-minibuffer-setup): Remove autoload.
10753 (icomplete-tidy): Simplify.
10754 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10755 in the initial state or if the user has modified the field.
10756 Fix handling of icomplete-max-delay-chars.
10757 Remove code that handles the oddball case where
10758 minibuffer-completion-table is an integer.
10759 Wrap icomplete-completions in while-no-input in case building
10760 completions takes more time than expected.
10761 (icomplete-completions): Simplify.
10762
10763 2005-03-21 Richard M. Stallman <rms@gnu.org>
10764
10765 * jka-compr.el (jka-compr-really-do-compress):
10766 Make variable buffer-local.
10767
10768 * image-mode.el: Handle .xpm files too.
10769 (image-toggle-display): Preserve modification flag.
10770
10771 * help.el (where-is): Don't mention aliases with no key bindings.
10772
10773 2005-03-21 Lute Kamstra <lute@gnu.org>
10774
10775 * generic.el: Fix commentary section. Don't require cl for
10776 compilation.
10777 (generic-mode-list): Add autoload cookie.
10778 (generic-use-find-file-hook, generic-lines-to-scan)
10779 (generic-find-file-regexp, generic-ignore-files-regexp)
10780 (generic-mode, generic-mode-find-file-hook)
10781 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10782 (define-generic-mode): Make it a defmacro. Fix docstring.
10783 (generic-mode-internal): Code cleanup. Add autoload cookie.
10784 (generic-mode-set-comments): Code cleanup.
10785 * generic-x.el: Don't prevent compilation. Don't require generic.
10786 Follow coding conventions. Minor code cleanup.
10787 (etc-fstab-generic-mode): Add some keywords.
10788 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10789 define-generic-mode like a function declaration.
10790
10791 2005-03-21 Jay Belanger <belanger@truman.edu>
10792
10793 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10794 changing modes.
10795
10796 2005-03-21 Sam Steingold <sds@gnu.org>
10797
10798 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10799
10800 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10801
10802 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10803 Add underscore to "f$ lexicals" regexp.
10804
10805 2005-03-20 Juri Linkov <juri@jurta.org>
10806
10807 * subr.el (progress-reporter-do-update): When `min-value' is equal
10808 to `max-value', set `percentage' to 0 and prevent division by zero.
10809
10810 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10811
10812 Sync with Tramp 2.0.48.
10813
10814 * net/tramp.el (all): Change all addresses to .gnu.org.
10815 (tramp-append-tramp-buffers): New defun.
10816 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10817 Catch `dont-send' signal.
10818 (tramp-set-auto-save-file-modes): Set always permissions, because
10819 there might be an old auto-saved file belonging to another
10820 original file. This could be a security threat. Reported by
10821 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10822 Check for Emacs 21.3.50 removed.
10823
10824 * net/tramp-smb.el (all): Remove debug construct for
10825 `with-parsed-tramp-file-name'.
10826 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10827 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10828 No error message if DIRECTORY or FILENAME doesn't exist.
10829 (tramp-smb-open-connection): Check existence of
10830 `tramp-smb-program'.
10831
10832 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10835 Properly handle the case where the `m' or `s' command's argument is not
10836 yet terminated.
10837 (perl-indent-new-calculate): New function.
10838 (perl-indent-line): Use it.
10839
10840 2005-03-20 Miles Bader <miles@gnu.org>
10841
10842 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10843 in text-mode too. Change to new face names.
10844 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10845 Add `:weight bold' attribute.
10846 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10847
10848 2005-03-19 Juri Linkov <juri@jurta.org>
10849
10850 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10851
10852 * international/mule.el (auto-coding-alist): Sync with
10853 `auto-mode-alist' by adding upper case archive file extensions
10854 and adding ear/war to jar extension.
10855
10856 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10857
10858 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10859 running, restart it.
10860
10861 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10862
10863 * finder.el (finder-current-item): Throw an error on an empty line.
10864
10865 * man.el (Man-follow-manual-reference): If current-word returns
10866 nil, use "".
10867
10868 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10869
10870 * simple.el (goto-line): Doc fix.
10871
10872 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10873
10874 * files.el (save-buffer): Doc fix.
10875
10876 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10877
10878 * recentf.el (recentf-cleanup-remote): New variable.
10879 (recentf-cleanup): Use it to conditionally check availability of
10880 remote files.
10881
10882 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10883
10884 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10885 function names.
10886
10887 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10888
10889 * language/thai-word.el: New file.
10890
10891 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10892
10893 * files.el (backup-buffer): If the file's directory is not
10894 writable, use copy instead of move to backup the file.
10895
10896 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10897
10898 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10899
10900 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10901
10902 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10903 Use functionp instead of symbolp and fboundp. Reported by Drkm
10904 <darkman_spam@yahoo.fr>.
10905 (ps-print-version): New version 6.6.6.
10906
10907 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10908
10909 * textmodes/table.el (table--line-column-position): New idiom.
10910 (table--row-column-insertion-point-p): New function to test
10911 validity of row and column insertion operation at a location.
10912 (table-global-menu, table-cell-menu): Use above functions for
10913 deterministic test operation.
10914 (table--editable-cell-p): Behave in deterministic fashion.
10915
10916 2005-03-18 Juri Linkov <juri@jurta.org>
10917
10918 * isearch.el (isearch-lazy-highlight-new-loop):
10919 Make arguments beg and end optional.
10920 (isearch-update): Remove optional arguments nil from
10921 isearch-lazy-highlight-new-loop.
10922 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10923 isearch-lazy-highlight-case-fold-search instead of
10924 isearch-case-fold-search, and let-bind isearch-regexp to
10925 isearch-lazy-highlight-regexp.
10926 Use isearch-lazy-highlight-last-string instead of isearch-string.
10927
10928 * replace.el (perform-replace): Remove bindings of global
10929 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10930 Add three new arguments to `replace-highlight'.
10931 (replace-highlight): Add arguments string, regexp, case-fold.
10932 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10933 to allow isearch-lazy-highlight-new-loop to use these values
10934 to set corresponding isearch-lazy-highlight-* internal
10935 variables whose values lazy highlighting will use regardless of
10936 changes to global variables isearch-string, isearch-regexp,
10937 isearch-case-fold-search during lazy highlighting loop.
10938 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10939 to `lazy-highlight-cleanup'.
10940
10941 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10942 (ispell-highlight-face): Set default face to `isearch' when
10943 lazy highlighting is enabled.
10944 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10945 priority to 1. Add lazy highlighting.
10946 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10947 from `isearch-dehighlight'.
10948
10949 2005-03-18 David Ponce <david@dponce.com>
10950
10951 * files.el (hack-local-variables): Do a case-insensitive search
10952 for End.
10953
10954 2005-03-18 Juri Linkov <juri@jurta.org>
10955
10956 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10957 `isearch-lazy-highlight-cleanup', add alias to old name and
10958 declare obsolete. Add release numbers to other obsolete vars.
10959 (isearch-done, isearch-lazy-highlight-new-loop):
10960 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10961 (lazy-highlight-cleanup) <variable>: Doc fix.
10962 (isearch-lazy-highlight-update): Rename obsolete
10963 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10964
10965 2005-03-18 Kenichi Handa <handa@m17n.org>
10966
10967 * language/thai-util.el: Fix categorization of Thai characters in
10968 thai-category-table.
10969 (thai-composition-pattern): Adjust it for the above change.
10970 (thai-self-insert-command, thai-compose-syllable): New functions.
10971 (thai-compose-region): Use thai-compose-syllable.
10972 (thai-compose-string): Likewise.
10973 (thai-composition-function): Likewise.
10974 (thai-auto-composition): New function.
10975 (thai-auto-composition-mode): New minor mode.
10976
10977 * language/thai.el: Fix patterns to be registered in
10978 composition-function-table.
10979
10980 * international/quail.el (quail-input-method): Locally bind
10981 inhibit-modification-hooks to t.
10982
10983 2005-03-17 Richard M. Stallman <rms@gnu.org>
10984
10985 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10986 (perl-mode): Use run-mode-hooks.
10987
10988 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10989 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10990 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10991
10992 * mail/sendmail.el (sendmail-send-it): Reenable the code
10993 to compute resend-to-address and use it.
10994
10995 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10996
10997 * image-mode.el: New file.
10998
10999 * image.el (insert-sliced-image): Add autoload cookie.
11000
11001 * font-lock.el (font-lock-lines-before): New user option.
11002 (font-lock-after-change-function): Obey it.
11003
11004 * bindings.el (esc-map): Make M-g a prefix.
11005 Bind M-g g and M-g M-g to goto-line.
11006
11007 * faces.el (face-id): Doc fix.
11008
11009 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11010
11011 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11012 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11013 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11014
11015 * mail/sendmail.el (mail-yank-ignored-headers)
11016 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11017 Add Mail-Followup-To and Mail-Reply-To headers.
11018 (mail-citation-hook): Add autoload cookie.
11019 (mail-mode): Doc fix.
11020 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11021 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11022 (mail-mode-fill-paragraph): Handle those headers.
11023 (mail-mailing-lists): New variable.
11024 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11025
11026 2005-03-17 Juri Linkov <juri@jurta.org>
11027
11028 * isearch.el (isearch-fallback): Check for `(car previous)'
11029 before calling `isearch-other-end-state'.
11030
11031 2005-03-17 Kim F. Storm <storm@cua.dk>
11032
11033 * simple.el (move-beginning-of-line): Move to beginning of buffer
11034 line, as well as beginning of screen line.
11035
11036 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11037
11038 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11039 argument REDRAW rather than calendar-redrawing variable.
11040 * calendar/calendar.el (calendar-redrawing): Delete.
11041 (redraw-calendar): Do not bind calendar-redrawing.
11042
11043 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11044
11045 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11046 diary-file buffer.
11047
11048 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * help.el (describe-mode): Allow a :minor-mode-function property to
11051 specify a different minor mode toggle function than the variable.
11052 * simple.el (auto-fill-function):
11053 * subr.el (add-minor-mode): Use it.
11054
11055 2005-03-16 Kenichi Handa <handa@m17n.org>
11056
11057 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11058 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11059 (ethio-fidel-to-sera-buffer): Likewise.
11060
11061 2005-03-16 Juri Linkov <juri@jurta.org>
11062
11063 * emacs-lisp/find-func.el (find-function-regexp):
11064 Add defun-emitting macro `menu-bar-make-toggle'.
11065
11066 * isearch.el: Put `isearch-scroll' property to
11067 `split-window-horizontally'.
11068
11069 * info.el: Update error messages for `debug-ignored-errors'.
11070 (Info-isearch-search): Doc fix.
11071 (Info-find-node): Move up code to go into info buffer before
11072 recording the node to the history.
11073 (Info-fontify-node): Fontify titles only if the next line
11074 has two or more `*', `=', `-', `.'.
11075 Display "go to this node" for empty (match-string 3).
11076
11077 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11078
11079 * term/mac-win.el: Add mouse pointer shape constants.
11080
11081 2005-03-15 Kim F. Storm <storm@cua.dk>
11082
11083 * simple.el (move-beginning-of-line): Use vertical-motion.
11084
11085 2005-03-15 Juri Linkov <juri@jurta.org>
11086
11087 * isearch.el (isearch-error): New variable.
11088 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11089 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11090 (isearch-within-brackets-state): Remove.
11091 (isearch-case-fold-search-state, isearch-pop-fun-state):
11092 Decrease frame index.
11093 (isearch-mode, isearch-top-state, isearch-push-state)
11094 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11095 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11096 (isearch-search, isearch-lazy-highlight-new-loop):
11097 Replace `isearch-invalid-regexp' with `isearch-error'.
11098 Remove `isearch-within-brackets'.
11099 (isearch-search): Add `search-failed' handler to `condition-case'.
11100 (isearch-lazy-highlight-search): Add `condition-case' to catch
11101 errors and allow `isearch-lazy-highlight-update' to try
11102 highlighting from the beginning of the window.
11103 (isearch-repeat): Move up code to set isearch-wrapped to t
11104 before calling isearch-wrap-function.
11105
11106 * info.el (Info-isearch-initial-node): New internal variable.
11107 (Info-search): Signal an error in isearch mode when search leaves
11108 the initial node. Signal an error when `bound' is non-nil and
11109 nothing was found in the current subfile.
11110 (Info-isearch-search): Remove `condition-case'.
11111 (Info-isearch-wrap): Don't wrap when search failed during leaving
11112 the initial node. If `Info-isearch-search' is nil, wrap around
11113 the current node.
11114 (Info-isearch-start): New fun.
11115 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11116 `isearch-mode-hook'.
11117
11118 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11119
11120 * simple.el (normal-erase-is-backspace): Set default to t if
11121 running on Mac.
11122
11123 * term/mac-win.el (function-key-map): Sync with x-win.el.
11124
11125 2005-03-15 Kenichi Handa <handa@m17n.org>
11126
11127 * international/mule-cmds.el (locale-language-names): Modify the
11128 format of elements and add more entries.
11129 (locale-preferred-coding-systems): Add more entries.
11130 (set-locale-environment): Adjust for the change of
11131 locale-language-names.
11132
11133 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * pcvs.el (smerge-ediff): Remove bogus autoload.
11136
11137 2005-03-14 Lute Kamstra <lute@gnu.org>
11138
11139 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11140 Ignore a `*' at the beginning of a line.
11141
11142 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11143 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11144 subr.el.
11145 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11146 to specify indentation.
11147
11148 * generic.el (define-generic-mode): Let generic-mode-list be a
11149 list of strings; test membership with equal.
11150
11151 2005-03-14 Kim F. Storm <storm@cua.dk>
11152
11153 * simple.el (next-line, previous-line): Add optional try-vscroll
11154 arg to recognize interactive use. Pass it on to line-move.
11155 (line-move): Don't perform auto-window-vscroll when defining or
11156 executing keyboard macro to ensure consistent behavior.
11157
11158 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11159
11160 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11161
11162 2005-03-13 Lute Kamstra <lute@gnu.org>
11163
11164 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11165 debugger-setup-buffer so that backtrace marks the frames set to
11166 debug-on-exit and we don't have to do it manually. Set an extra
11167 debug-on-exit for macro's.
11168 (debugger-setup-buffer): Don't mark the top frame manually.
11169
11170 2005-03-12 Lute Kamstra <lute@gnu.org>
11171
11172 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11173 lisp-indent-function throughout.
11174 (with-no-warnings): Set lisp-indent-function property.
11175
11176 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11177
11178 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11179 Add entry for backslash.
11180
11181 2005-03-12 Juri Linkov <juri@jurta.org>
11182
11183 * info.el (Info-search): Four fixes for backward search.
11184
11185 2005-03-11 Jay Belanger <belanger@truman.edu>
11186
11187 * calc/calc.el (calc-language-alist): New variable.
11188 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11189 (calc-embedded-find-modes): Use calc-language-alist instead of
11190 calc-embedded-language-alist.
11191
11192 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11193
11194 * calendar/calendar.el (calendar-redrawing): New internal
11195 variable.
11196 (redraw-calendar): Remove bogus save-excursion from previous
11197 change. Bind calendar-redrawing to t for mark-diary-entries.
11198 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11199 calendar if that is why we were called.
11200
11201 2005-03-11 Kenichi Handa <handa@m17n.org>
11202
11203 * international/mule.el (make-coding-system): Set property
11204 coding-system-define-form to nil.
11205 (define-coding-system-alias): Likewise.
11206
11207 2005-03-11 Kenichi Handa <handa@m17n.org>
11208
11209 These changes are suggested by Dave Love <fx@gnu.org>.
11210
11211 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11212 coding: tag.
11213 (adaptive-fill-regexp): Add more bullets.
11214 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11215 regexps.
11216
11217 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * help.el (describe-mode): Properly handle non-trivial lighters.
11220 Don't ignore minor modes that are not listed in minor-mode-list.
11221
11222 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11223 feature ON when the user requests to turn it OFF.
11224
11225 2005-03-10 Lute Kamstra <lute@gnu.org>
11226
11227 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11228 (implement-debug-on-entry): New function to replace debug-entry-code.
11229 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11230 second argument as the 2005-03-07 change makes it obsolete.
11231 (debug-on-entry, cancel-debug-on-entry): Update call to
11232 debug-on-entry-1.
11233 (debug, debugger-setup-buffer): Comment update.
11234 (debugger-frame-number): Update to work with implement-debug-on-entry.
11235
11236 2005-03-10 Jay Belanger <belanger@truman.edu>
11237
11238 * calc/calc-embed.el (math-ms-args): Declare it.
11239 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11240 math-ms-args.
11241 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11242 variables.
11243
11244 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11245
11246 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11247 Use message-box.
11248
11249 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11250 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11251 (tooltip-gud-tips): Simplify.
11252 (tooltip-gud-tips-p): Remove superfluous :set.
11253 (tooltip-gud-modes): Add fortran-mode.
11254 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11255
11256 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11257
11258 2005-03-09 Kim F. Storm <storm@cua.dk>
11259
11260 * play/animate.el (animate-place-char): Use forward-line instead
11261 of next-line to improve performance.
11262
11263 2005-03-09 Simon Josefsson <jas@extundo.com>
11264
11265 * net/browse-url.el (browse-url-default-browser): Doc fix.
11266
11267 2005-03-09 Miles Bader <miles@gnu.org>
11268
11269 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11270 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11271
11272 2005-03-09 Kenichi Handa <handa@m17n.org>
11273
11274 * international/latin-1.el: Set case and syntax for 255 only if
11275 set-case-syntax-set-multibyte is nil.
11276
11277 * textmodes/ispell.el (ispell-insert-word): New function.
11278 (ispell-word): Use ispell-insert-word to insert a new word.
11279 (ispell-process-line): Likewise.
11280 (ispell-complete-word): Likewise.
11281
11282 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11283
11284 * calendar/calendar.el (redraw-calendar): Preserve point.
11285 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11286 (calendar-week-start-day): Move after definition of
11287 redraw-calendar. Delete buffer test, since redraw-calendar has
11288 that now.
11289
11290 * calendar/diary-lib.el (mark-diary-entries): Only call
11291 redraw-calendar in the first of any recursive calls.
11292 Reported by Alan Shutko <ats@acm.org>.
11293
11294 2005-03-08 Juri Linkov <juri@jurta.org>
11295
11296 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11297 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11298 (html-radio-buttons): Add a space before the trailing `/>' where
11299 sgml-xml-mode is non-nil.
11300 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11301 the subsequent tag of the empty XML tag.
11302 (html-href-anchor): Don't set initial input to "http:".
11303 (html-image): Ask for the image URL and set point inside alt="".
11304 (html-name-anchor): Duplicate the name in the `id' attribute when
11305 sgml-xml-mode is non-nil.
11306 (html-paragraph): Remove \n before <p>.
11307 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11308 instead of `checked' when sgml-xml-mode is non-nil.
11309
11310 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11311 Remove 1 space before #RRGGBB to not truncate it on terminal
11312 windows w/o fringes. Remove 1 space between bg and fg examples
11313 to get more space.
11314 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11315 avoid byte-compile warnings.
11316
11317 * image-file.el (image-file-handler): Put `safe-magic' property to
11318 `image-file-handler'.
11319
11320 * info.el (Info-isearch-search): Emulate word search in
11321 isearching through multiple Info nodes with Info-search.
11322 (Info-isearch-wrap): Allow isearch-word.
11323
11324 2005-03-08 Lute Kamstra <lute@gnu.org>
11325
11326 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11327 stepping into the debugger's code is not possible.
11328 (debugger-jumping-flag): Docstring update.
11329
11330 2005-03-08 Jay Belanger <belanger@truman.edu>
11331
11332 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11333 embedded mode begins.
11334 (calc-embedded-language-alist): New variable.
11335 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11336 set default language mode.
11337
11338 2005-03-08 Kenichi Handa <handa@m17n.org>
11339
11340 * international/ccl.el (define-ccl-program): Fix docstring about
11341 extra 256 bytes assured for the output buffer.
11342
11343 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11344 Fix BUFFER_MAGNIFICATION to 2.
11345 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11346
11347 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11348
11349 * align.el (align-rules-list): Added an alignment rule for CSS
11350 declarations (applies to css-mode and html-mode buffers).
11351
11352 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11353
11354 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11355
11356 2005-03-07 Kim F. Storm <storm@cua.dk>
11357
11358 * simple.el (move-beginning-of-line): New command.
11359
11360 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11361
11362 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11363
11364 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11365 and move-beginning-of-line.
11366
11367 * apropos.el (apropos-print): Omit command from M-x ... RET.
11368
11369 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11370
11371 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11372 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11373
11374 2005-03-06 Richard M. Stallman <rms@gnu.org>
11375
11376 * bindings.el (esc-map): Bind M-g to goto-line.
11377
11378 * facemenu.el (global-map): Bind M-o, not M-g.
11379
11380 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11381
11382 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11383 "Open Directory" as for "Open File".
11384
11385 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11386
11387 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11388 (push-mark-command): Run activate-mark-hook.
11389
11390 2005-03-06 Richard M. Stallman <rms@gnu.org>
11391
11392 * help-mode.el (help-mode-finish): Don't alter the element
11393 in view-return-to-alist if there already is one.
11394
11395 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11396 make sure the current buffer is the expected one.
11397
11398 * novice.el (disabled-command-function): Output in *Disabled Command*.
11399 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11400
11401 * textmodes/flyspell.el (flyspell-large-region):
11402 Pass args differently for aspell.
11403
11404 * files.el (mode-require-final-newline): Doc fix.
11405
11406 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11407
11408 * progmodes/which-func.el (which-function):
11409 Specify NOERROR when calling imenu--make-index-alist.
11410
11411 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * simple.el (normal-erase-is-backspace): Define default value.
11414
11415 * custom.el (custom-theme-set-variables): Remove unused var
11416 `immediate'.
11417 (custom-reevaluate-setting): Simple function to handle variables
11418 that are defined before their default value can really be
11419 computed.
11420
11421 * startup.el (command-line): Use it for temporary-file-directory,
11422 small-emporary-file-directory, auto-save-file-name-transforms,
11423 blink-cursor-mode, and normal-erase-is-backspace.
11424
11425 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11426 progress, even with buggy anchored keywords.
11427
11428 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11429
11430 * simple.el (goto-line): Remove unbalanced final parenthesis.
11431
11432 2005-03-05 Richard M. Stallman <rms@gnu.org>
11433
11434 * simple.el (goto-line): Use a number at point as the default.
11435 With C-u as arg, switch buffers.
11436
11437 2005-03-05 Juri Linkov <juri@jurta.org>
11438
11439 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11440 with `no-blinking-cursor'.
11441
11442 * startup.el (no-blinking-cursor): New defvar.
11443 (command-line): Add `--no-blinking-cursor' to longopts.
11444 Set `no-blinking-cursor' to t for command line arguments
11445 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11446 with `no-blinking-cursor' in the condition for calling
11447 `blink-cursor-mode'.
11448
11449 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11450
11451 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11452 (menu-bar-options-save): Add blink-cursor-mode.
11453 (menu-bar-options-menu): Add blink-cursor-mode.
11454
11455 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11456
11457 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11458 (icalendar-export-file, icalendar-export-region)
11459 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11460 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11461
11462 2005-03-04 Lute Kamstra <lute@gnu.org>
11463
11464 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11465 (debug-function-list): Ditto.
11466
11467 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11468
11469 * textmodes/texinfmt.el (texinfo-append-refill):
11470 Redefine the types of line to which @refill
11471 is not appended by replacing a search for `@refill\\|@bye' with
11472 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11473 itemize@refill' bug and the unfilled long lines bug.
11474 (texinfmt-version): Update number and date.
11475
11476 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11477
11478 * international/code-pages.el (windows-1250, windows-125[2-8])
11479 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11480
11481 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11484 bound yet.
11485
11486 2005-03-02 Romain Francoise <romain@orebokech.com>
11487
11488 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11489 buffer after removing limits.
11490 (ibuffer-pop-filter): Ditto.
11491 Update copyright.
11492
11493 2005-03-02 Miles Bader <miles@gnu.org>
11494
11495 * button.el (make-text-button): If the user doesn't specify a
11496 type, use the default. Rewrite to use `add-text-properties' and
11497 plist functions.
11498
11499 2005-03-01 Lute Kamstra <lute@gnu.org>
11500
11501 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11502 (debugger-jumping-flag): New var.
11503 (debug-entry-code): Use it.
11504 (debugger-jump): Use debugger-jumping-flag and add
11505 debugger-reenable to post-command-hook.
11506 (debugger-reenable): Use debugger-jumping-flag and remove itself
11507 from post-command-hook.
11508 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11509 debugger-reenable.
11510
11511 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11512
11513 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11514 inclusion of "itemize\\|", which may be unnecessary, is certainly
11515 inelegant, and stops refilling in itemize lists when formatting
11516 Japanese Texinfo files to Info.
11517 Update copyright to 2005.
11518
11519 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11520
11521 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11522 of an error if GDB can't find the source file.
11523
11524 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11525
11526 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11527 not just the calendar.
11528
11529 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11530 first.
11531 (diary-redraw-calendar): New function.
11532 (make-diary-entry): Add diary-redraw-calendar to local
11533 write-contents-functions. Turn off selective display before
11534 inserting in diary.
11535
11536 2005-03-01 Kim F. Storm <storm@cua.dk>
11537
11538 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11539
11540 2005-03-01 Lute Kamstra <lute@gnu.org>
11541
11542 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11543 that debug-entry-code can be safely removed from a function while
11544 this code is being evaluated. Revert the 2005-02-27 change as the
11545 new implementation no longer requires it. Make sure that a
11546 function body containing just a string is not mistaken for a docstring.
11547 (debug): Skip one more frame in case of debug on entry.
11548 (debugger-setup-buffer): Delete one more frame line in case of
11549 debug on entry.
11550 (debugger-frame-number): Update to use the new text introduced by
11551 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11552
11553 2005-02-28 Kim F. Storm <storm@cua.dk>
11554
11555 * double.el (double-translate-key): Call force-window-update after
11556 read-event to avoid crash in redisplay.
11557
11558 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11561 (debug): Use it. Move the inhibit-trace earlier.
11562 (debug-entry-code): New const.
11563 (debug-on-entry-1): Use it.
11564
11565 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11566
11567 * international/utf-16.el (ccl-encode-mule-utf-16le):
11568 Fix BUFFER_MAGNIFICATION to 2.
11569 (ccl-encode-mule-utf-16be): Likewise.
11570
11571 2005-02-28 Kenichi Handa <handa@m17n.org>
11572
11573 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11574 Fix BUFFER_MAGNIFICATION to 4.
11575 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11576
11577 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11578
11579 * speedbar.el (speedbar-update-flag): Doc fix.
11580 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11581 argument.
11582
11583 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11584
11585 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11586 have a non-nil `invisible' property but are actually visible.
11587
11588 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11589 for perldoc sections.
11590 (perl-outline-regexp, perl-outline-level): New var and function.
11591 (perl-mode): Use them.
11592
11593 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11594
11595 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11596 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11597
11598 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11599
11600 * cus-edit.el: Comment change.
11601 (custom-buffer-create-internal): Slightly reword text at top of
11602 Custom buffers. Mention there that saving an option edits the
11603 init file. Add link to Emacs manual node on `custom-file'.
11604 (custom-magic-alist): Rewrite individual State messages to use
11605 capitalized keywords. Doc fix.
11606
11607 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11608
11609 * calendar/calendar.el (calendar-buffer): Move above
11610 calendar-week-start-day.
11611 (calendar-week-start-day): Doc fix. Add :set function.
11612 (calendar-minimum-window-height): New variable.
11613 (generate-calendar-window): Only resize window if selected-window
11614 is displaying the calendar buffer. Use new variable
11615 calendar-minimum-window-height.
11616 (generate-calendar): Reword error message.
11617 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11618
11619 2005-02-27 Andreas Schwab <schwab@suse.de>
11620
11621 * vc.el (vc-do-command): Don't run command asynchronously when
11622 operating in a remote directory.
11623
11624 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11625 change from sync with Tramp 2.0.47.
11626
11627 2005-02-27 Richard M. Stallman <rms@gnu.org>
11628
11629 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11630
11631 * textmodes/flyspell.el (flyspell-mode-on):
11632 Call ispell-change-dictionary only if necessary.
11633
11634 * emacs-lisp/re-builder.el (regexp-builder): New function.
11635
11636 * register.el (describe-register-1): Explicitly handle
11637 yank-excluded-properties = t.
11638
11639 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11640 (custom-magic-alist): Change the status descriptions again.
11641 (face widget-type): Total rewrite based on `restricted-sexp'
11642 to eliminate the confusing double hiding levels.
11643
11644 * emacs-lisp/debug.el (debug-on-entry-1):
11645 If function body is empty, add nil as body form.
11646
11647 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * emacs-lisp/trace.el (inhibit-trace): New var.
11650 (trace-make-advice): Use it.
11651
11652 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11653
11654 2005-02-26 Kim F. Storm <storm@cua.dk>
11655
11656 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11657 (mouse-on-link-p, mouse-drag-region-1): Use it.
11658
11659 2005-02-25 Lute Kamstra <lute@gnu.org>
11660
11661 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11662
11663 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11664
11665 * frame.el (blink-cursor-mode): Add :group keyword.
11666
11667 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11668
11669 * calendar/icalendar.el (icalendar--decode-isodatetime):
11670 New optional argument DAY-SHIFT.
11671 (icalendar-export-region): Fix coding-system-for-write.
11672 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11673 events by one.
11674
11675 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11676
11677 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11678
11679 2005-02-24 Kim F. Storm <storm@cua.dk>
11680
11681 * international/iso-acc.el (iso-accents-compose): Fix crash
11682 during redisplay. Call force-window-update after read-event
11683 and delete-region to signal that window is not accurate.
11684
11685 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11686
11687 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11688 Remove unused and inexistent var `inhibit-trace'.
11689 (debugger-mode): Use run-mode-hooks.
11690 (debugger-list-functions): Add buttons; setup xref stack.
11691
11692 2005-02-23 Richard M. Stallman <rms@gnu.org>
11693
11694 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11695 appointment says it was explicitly made.
11696 (appt-add): Set the 3rd element.
11697 (appt-make-list): Preserve explicit appointments.
11698
11699 * subr.el (find-tag-default): Catch errors in forward-sexp.
11700
11701 2005-02-23 Juri Linkov <juri@jurta.org>
11702
11703 * info.el (Info-isearch-search): New defcustom.
11704 (Info-isearch-search): Call the default isearch function
11705 when Info-isearch-search is nil.
11706 (Info-isearch-wrap): Use variable Info-isearch-search.
11707
11708 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11709
11710 * cus-edit.el: Comment change.
11711
11712 2005-02-22 Kim F. Storm <storm@cua.dk>
11713
11714 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11715 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11716
11717 2005-02-22 Simon Josefsson <jas@extundo.com>
11718
11719 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11720 New variable.
11721 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11722 Oskarsson" <myrkraverk@users.sourceforget.net>.
11723
11724 2005-02-22 Kim F. Storm <storm@cua.dk>
11725
11726 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11727 check that window of that event is the selected window.
11728 (mouse-drag-region-1): Compare mouse event window to selected
11729 window before setting point.
11730
11731 * tooltip.el (tooltip-show-help-function): Pass event to
11732 mouse-on-link-p so it can check selected window.
11733
11734 2005-02-22 Kenichi Handa <handa@m17n.org>
11735
11736 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11737 (ps-mule-show-warning): New function.
11738 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11739 characters are found.
11740
11741 * ps-print.el (ps-header-footer-string): Return a list of header
11742 and footer strings.
11743
11744 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11745
11746 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11747
11748 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * frame.el (blink-cursor-mode): Use define-minor-mode.
11751
11752 * term/mac-win.el (function-key-map): Use char-names more consistently.
11753 (file-name-coding-system): Only set it for MacOS-9. The other case is
11754 already handled in mule-cmds.el (where it also works when mac-win.el
11755 is not used).
11756
11757 2005-02-21 Kenichi Handa <handa@m17n.org>
11758
11759 * international/mule.el (ctext-pre-write-conversion): Always use
11760 " *code-converting-work*" buffer for work.
11761
11762 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11763
11764 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11765
11766 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11767
11768 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11769
11770 * ses.el (undo-more): Restore defadvice, but only the part that
11771 allows changes outside the restricted area of the buffer.
11772
11773 2005-02-20 Kim F. Storm <storm@cua.dk>
11774
11775 * simple.el (line-move): Add fourth optional arg try-vscroll which
11776 must be set to perform auto-window-vscroll.
11777 When moving backwards and doing auto-window-vscroll, automatically
11778 vscroll to the last part of lines which are taller than the window.
11779 (next-line, previous-line): Set try-vscroll arg on line-move.
11780
11781 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11782
11783 * replace.el (query-replace, query-replace-regexp)
11784 (replace-string, replace-regexp): When operating on region, make
11785 the minibuffer prompt say so.
11786
11787 * isearch.el (isearch-forward): Document isearch-query-replace and
11788 isearch-query-replace-regexp keybindings.
11789
11790 2005-02-19 Jay Belanger <belanger@truman.edu>
11791
11792 * calc/calc-aent.el (math-read-token): Add local variable.
11793
11794 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11795 (calc-edit-top): Move declaration to earlier in file.
11796 (calc-edit-macro-repeats): Add local variables.
11797
11798 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11799 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11800 calcFunc-tanh.
11801 Adjust integration rule for calcFunc-tan.
11802
11803 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11804
11805 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11806 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11807 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11808 (viper-skip-separators): Bug fix.
11809 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11810 particular major mode.
11811 (viper-del-backward-char-in-replace): Don't put deleted char on the
11812 kill ring.
11813
11814 * viper-ex.el (viper-color-display-p): New function.
11815 (viper-has-face-support-p): Use viper-color-display-p.
11816
11817 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11818
11819 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11820
11821 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11822 (viper-file-remote-p): Make equivalent to file-remote-p.
11823
11824 * viper.el (viper-major-mode-modifier-list):
11825 Use viper-gnus-modifier-map.
11826
11827 2005-02-19 David Kastrup <dak@gnu.org>
11828
11829 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11830 quoting.
11831
11832 2005-02-19 Jay Belanger <belanger@truman.edu>
11833
11834 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11835 Remove extra definitions.
11836 (calc-coth): New function.
11837 (calcFunc-cot): Fix `let'.
11838
11839 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11840
11841 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11842 the reasons we use "type pc" in these faces.
11843
11844 * button.el (button): Ditto.
11845
11846 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11847
11848 * replace.el (query-replace-read-from): Set the value of
11849 query-replace-from-history-variable to handle the case of an empty
11850 string entered to accept the suggested default.
11851
11852 * net/tramp.el (tramp-file-name-for-operation):
11853 Use dired-call-process instead of dired-call-process-command.
11854
11855 2005-02-19 Jay Belanger <belanger@truman.edu>
11856
11857 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11858 (math-div-non-trig): New variables.
11859 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11860 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11861 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11862 trig expressions.
11863
11864 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11865
11866 * progmodes/gdb-ui.el (gdb-var-update-handler)
11867 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11868 for watch expressions,
11869 (gdb-var-create-handler): Don't set speedbar-update-flag.
11870 (gdb-post-prompt): Simplify test for speedbar.
11871
11872 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11873
11874 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11875 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11876 we use the syntax table of the correct buffer.
11877 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11878 Felix Gatzemeier.
11879
11880 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11881 (ediff-file-remote-p): Make synonymous with file-remote-p.
11882 In all deffaces ediff-*-face-*, use min-colors.
11883
11884 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11885 ediff-recurse-to-subdirectories.
11886 (ediff-mark-if-equal): Check that the arguments are strings, use
11887 ediff-same-contents (after to Felix Gatzemeier).
11888
11889 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11890 nil.
11891
11892 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11895
11896 2005-02-18 David Kastrup <dak@gnu.org>
11897
11898 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11899 use `mark-active' when defined.
11900
11901 2005-02-18 Kenichi Handa <handa@m17n.org>
11902
11903 * ps-print.el (ps-font-info-database): New entry
11904 ZapfChancery-MediumItalic with correct font name. Fix font name
11905 of the entry Zapf-Chancery-MediumItalic.
11906
11907 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11908
11909 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11910
11911 2005-02-16 Kim F. Storm <storm@cua.dk>
11912
11913 * ido.el (ido-fallback-command): Pass user input to fallback command.
11914
11915 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11916
11917 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11918 (gdb-find-file-hook): Add server prefix.
11919
11920 2005-02-16 Richard M. Stallman <rms@gnu.org>
11921
11922 * replace.el (perform-replace): Pass new args to replace-highlight.
11923 (replace-highlight): Take region args,
11924 and pass them to isearch-lazy-highlight-new-loop.
11925
11926 * novice.el (disabled-command-hook): Autoload the defalias
11927 and the make-obsolete-variable call.
11928
11929 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11930
11931 * isearch.el (isearch-lazy-highlight-start-limit)
11932 (isearch-lazy-highlight-end-limit): New variables limit
11933 the region for highlighting.
11934 (isearch-lazy-highlight-new-loop): New args BEG and END.
11935 (isearch-lazy-highlight-search): Use the new vars.
11936 (isearch-lazy-highlight-update): Likewise.
11937
11938 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11939
11940 * cus-start.el (all): Use default-boundp.
11941
11942 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11943
11944 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11945
11946 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11947
11948 * autorevert.el (auto-revert-stop-on-user-input)
11949 (auto-revert-verbose): Doc fixes.
11950
11951 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11952
11953 * international/mule-cmds.el (set-locale-environment): Remove call
11954 to set-selection-coding-system on Windows.
11955
11956 2005-02-15 Jay Belanger <belanger@truman.edu>
11957
11958 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11959 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11960 calcFunc-coth.
11961 (math-simplify-sqrt): Add simplifications.
11962
11963 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11964 to list.
11965
11966 * calc/calc-ext.el: Add functions to autoloads.
11967
11968 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11969 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11970 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11971 (math-csc-raw, math-cot-raw): New functions.
11972
11973 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11974
11975 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11976 the variable name in a message.
11977
11978 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11979 calcFunc-csc, calcFunc-cot.
11980
11981 * calc/calcalg2.el: Add derivative and integration rules for
11982 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11983 calcFunc-csch, calcFunc-coth.
11984 (math-do-integral-methods): Add to checks for when to use
11985 substitutions.
11986
11987 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11988
11989 2005-02-15 Lute Kamstra <lute@gnu.org>
11990
11991 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11992 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11993 <monnier@iro.umontreal.ca>
11994 (lisp-outline-level): Improve efficiency. Suggested by David
11995 Kastrup <dak@gnu.org>.
11996
11997 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11998
11999 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12000 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12001 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12002 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12003 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12004
12005 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12006
12007 * cus-start.el (all): Comment change.
12008
12009 2005-02-14 Lute Kamstra <lute@gnu.org>
12010
12011 * cus-start.el (all): Check if symbol is void.
12012
12013 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12014
12015 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12016 optional argument to \cite.
12017
12018 2005-02-14 Richard M. Stallman <rms@gnu.org>
12019
12020 * cus-edit.el (custom-buffer-create-internal): Update help message.
12021 (custom-magic-alist): Update help messages.
12022
12023 * cus-start.el (all): Allow a var to specify a standard value.
12024
12025 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12026
12027 * custom.el (custom-theme-set-variables): Handle variable aliases.
12028
12029 * frame.el (blink-cursor-timer): Doc fix.
12030 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12031 declare obsolete.
12032 (blink-cursor-mode): Define with defcustom and use correct
12033 standard expression in that defcustom.
12034 * startup.el (command-line): Adapt to above changes in frame.el.
12035
12036 2005-02-11 Lute Kamstra <lute@gnu.org>
12037
12038 * apropos.el (apropos-score-doc): Prevent division by zero.
12039
12040 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12041
12042 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12043 (icalendar--get-event-property-attributes)
12044 (icalendar--get-event-properties)
12045 (icalendar--datetime-to-diary-date): New functions.
12046 (icalendar--split-value): Doc fix.
12047 (icalendar--datetime-to-noneuropean-date)
12048 (icalendar--datetime-to-european-date): New optional argument
12049 SEPARATOR. Return result as a string instead of a list.
12050 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12051 (icalendar--convert-string-for-export): Rename arg S to STRING.
12052 (icalendar-export-region): Doc fix. Change name of error buffer.
12053 Save output buffer.
12054 (icalendar-import-file): Add blank at end of prompt.
12055 (icalendar-import-buffer): Doc fix. Do not switch to error
12056 buffer. Indicate status in return value.
12057 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12058 buffer. Save output buffer. Handle exception from recurrence
12059 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12060 events. Fix problems with weekly all-day events.
12061
12062 2005-02-10 Richard M. Stallman <rms@gnu.org>
12063
12064 * simple.el (eval-expression-print-format):
12065 Avoid warning about edebug-active.
12066
12067 * help.el (help-for-help-internal): Rename from help-for-help.
12068 (help-for-help): Define with defalias.
12069
12070 * font-core.el (font-lock-default-function): Use with-no-warnings.
12071
12072 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12073
12074 * custom.el (defface): Doc fix.
12075
12076 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12077
12078 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12079 width 0" to prevent word wrapping problems.
12080
12081 2005-02-09 Kim F. Storm <storm@cua.dk>
12082
12083 * ido.el (ido-file-extensions-order): New defcustom.
12084 (ido-file-extension-lessp, ido-file-extension-aux)
12085 (ido-file-extension-order): New advanced file ordering.
12086 (ido-file-lessp): New simple file ordering.
12087 (ido-sort-list): Remove.
12088 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12089 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12090
12091 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12092
12093 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12094 that some versions of grep produce.
12095 (grep-mode-font-lock-keywords): Likewise.
12096
12097 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12098
12099 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12100 (gdb-cdir): Delete.
12101 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12102 (gdb-source-info): Treat case when source file is in another
12103 directory properly.
12104 (gdb-get-location): New function.
12105
12106 2005-02-07 Jay Belanger <belanger@truman.edu>
12107
12108 * calc/calc-prog.el (calc-write-parse-table-part)
12109 (calc-fix-token-name): Fix a check for language type.
12110
12111 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12112
12113 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12114
12115 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12116 as directory not writable.
12117
12118 2005-02-07 Kim F. Storm <storm@cua.dk>
12119
12120 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12121 (cua--standard-movement-commands): Remove list.
12122 Instead, set CUA property value to move for movement commands.
12123 (cua-movement-commands): Remove. Users must set CUA prop instead.
12124 (cua--pre-command-handler): Check CUA property.
12125 (cua--init-keymaps): Don't remap undo commands.
12126 (cua-mode): Don't call cua--rectangle-on-off.
12127
12128 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12129 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12130 (cua--rect-undo-set-point): New var.
12131 (cua--rectangle-undo-boundary): Setup undo apply entry.
12132 (cua--rect-undo-handler): New function for rectangle undo.
12133 (cua--rect-start-position, cua--rect-end-position): Add.
12134 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12135 for restored rectangle. Set point if cua--rect-undo-set-point.
12136
12137 2005-02-06 Jay Belanger <belanger@truman.edu>
12138
12139 * calc/calc-lang.el (calc-tex-language): Display more information
12140 in messages.
12141
12142 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12143 in TeX mode.
12144
12145 2005-02-06 Richard M. Stallman <rms@gnu.org>
12146
12147 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12148
12149 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12150
12151 * net/ldap.el (ldap-search-internal): Support attributes with
12152 optional descriptions separated by a semi-colon, as in
12153 "userCertificate;binary".
12154
12155 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12156
12157 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12158 isn't a cons (i.e. the version is 0).
12159
12160 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12161
12162 * help.el (help-for-help): Doc fix.
12163
12164 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12165
12166 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12167 GDB-Windows on the menu-bar as this works better.
12168
12169 2005-02-04 Jay Belanger <belanger@truman.edu>
12170
12171 * calc/calc-embed.el (calc-embedded-update): Don't put in
12172 unnecessary newlines. Adjust the end of formula marker.
12173
12174 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12175 (math-latex-parse-two-args): New function.
12176
12177 2005-02-03 Lute Kamstra <lute@gnu.org>
12178
12179 * help-fns.el (help-with-tutorial): Make sure that users cannot
12180 remove the entire text of the tutorial by means of `undo'.
12181
12182 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12185 in recent changes, where the ispell process was repeatedly
12186 killed & restarted.
12187
12188 * international/mule-cmds.el (set-locale-environment): Set file-name
12189 coding system to utf-8 on Darwin systems.
12190 (set-default-coding-systems): Don't set default-file-name-coding-system
12191 on Darwin systems.
12192
12193 2005-02-03 Richard M. Stallman <rms@gnu.org>
12194
12195 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12196
12197 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12198
12199 * faces.el (list-faces-display): Add optional argument.
12200
12201 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * font-core.el (font-lock-default-function): Handle the rare case where
12204 only font-lock-keywords is set.
12205
12206 2005-02-02 Kenichi Handa <handa@m17n.org>
12207
12208 * international/characters.el: Cancel previous change for
12209 I-WITH-DOT-ABOVE and DOTLESS-i.
12210
12211 * international/latin-5.el: Cancel previous change.
12212
12213 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12214
12215 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12216
12217 2005-02-02 Kenichi Handa <handa@m17n.org>
12218
12219 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12220 DOTLESS-i.
12221
12222 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12223 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12224
12225 * case-table.el (get-upcase-table): New function.
12226 (copy-case-table): Copy upcaes table too if non-nil.
12227 (set-case-syntax-delims): Maintain upcase table too.
12228 (set-case-syntax-pair): Likewise.
12229 (set-upcase-syntax, set-downcase-syntax): New functions.
12230 (set-case-syntax): Maintain upcase table too.
12231
12232 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12233
12234 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12235
12236 * progmodes/gud.el (gud-goto-info): New function.
12237 (gud-tool-bar-map): Use correct icon.
12238
12239 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12240
12241 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12242 When delegating, order args in the funcall correctly.
12243
12244 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12245
12246 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12247
12248 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12249
12250 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12251 buffer not visiting a file.
12252
12253 2005-01-31 Jay Belanger <belanger@truman.edu>
12254
12255 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12256 bound on the line with the formula.
12257
12258 2005-01-31 Kim F. Storm <storm@cua.dk>
12259
12260 * ses.el (ses-create-cell-variable-range)
12261 (ses-destroy-cell-variable-range, ses-reset-header-string)
12262 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12263 (ses-insert-row): Fix format of apply undo entries.
12264
12265 2005-01-31 Jay Belanger <belanger@truman.edu>
12266
12267 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12268 parts.
12269
12270 * calc/calc-embed.el (calc-embedded-open-formula)
12271 (calc-embedded-close-formula): Ignore matrix environments.
12272
12273 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12274 TeX mode.
12275
12276 * calc/calc-lang.el (math-function-table, math-oper-table)
12277 (math-variable-table): Adjust the LaTeX portions.
12278
12279 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12280 (math-latex-ignore-words): New constant.
12281
12282 2005-01-31 Richard M. Stallman <rms@gnu.org>
12283
12284 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12285 (ispell-local-dictionary): Doc fix.
12286 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12287 Don't reinitialize at run time. Don't defcustom.
12288 All uses changed to append ispell-local-dictionary-alist,
12289 or check it first.
12290 (ispell-current-dictionary): New variable for dictionary in use.
12291 (ispell-dictionary): Now used only for global default.
12292 (ispell-start-process): Set ispell-current-dictionary,
12293 not ispell-dictionary.
12294 (ispell-change-dictionary): Use this only for setting
12295 user preferences.
12296 (ispell-internal-change-dictionary): New function
12297 to change the current dictionary in use.
12298 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12299 Use ispell-current-dictionary.
12300 Handle ispell-local-dictionary-overridden.
12301 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12302
12303 2005-01-31 Jay Belanger <belanger@truman.edu>
12304
12305 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12306
12307 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12308 (calc-mode-map): Add calc-latex-language.
12309
12310 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12311 (math-latex-print-frac): New functions.
12312 (math-oper-table, math-function-table, math-variable-table)
12313 (math-complex-format, math-input-filter): Add latex properties.
12314 (calc-set-language): Set math-expr-special-function-mapping.
12315
12316 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12317 (calc-write-parse-table-part): Add LaTeX support.
12318
12319 * calc/calc.el (calc-language): Adjust docstring.
12320 (calc-set-mode-line): Add LaTeX support.
12321 (math-expr-special-function-mapping): New variable.
12322 (math-tex-ignore-words): Add to list.
12323
12324 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12325 Add LaTeX support.
12326 (math-compose-expr): Add support for special functions.
12327
12328 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12329
12330 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12331
12332 * progmodes/gdb-ui.el (gdb-memory-address)
12333 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12334 (gdb-memory-mode-map, gdb-memory-format-keymap)
12335 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12336 (gdb-memory-unit-menu): New variables for a buffer
12337 that lets the user examine program memory.
12338 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12339 (gdb-memory-format-binary, gdb-memory-format-octal)
12340 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12341 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12342 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12343 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12344 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12345 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12346 (gdb-memory-mode, gdb-memory-buffer-name)
12347 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12348 New functions for above buffer.
12349
12350 2005-01-30 Richard M. Stallman <rms@gnu.org>
12351
12352 * cus-edit.el (custom-bury-buffer): Function deleted.
12353 (custom-buffer-done-function): Option deleted.
12354 (custom-buffer-done-kill): New (replacement option.
12355 (Custom-buffer-done): Call quit-window.
12356 (custom-buffer-create-internal): Update for above changes.
12357
12358 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12359
12360 * simple.el (undo-ask-before-discard): New var.
12361 (undo-outer-limit-truncate): Implement it.
12362 (undo-extra-outer-limit): Doc update.
12363
12364 2005-01-29 Richard M. Stallman <rms@gnu.org>
12365
12366 * ses.el (undo-more): Delete defadvice.
12367 (ses-begin-change): Doc fix.
12368
12369 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12370 instead of rebinding C-x u and C-_.
12371
12372 * files.el (normal-backup-enable-predicate): Return nil for files
12373 in /tmp, regardless of temporary-file-directory.
12374
12375 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12376
12377 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12378 (open-rectangle, delete-whitespace-rectangle-line)
12379 (clear-rectangle-line): If FILL, pass t instead of FILL
12380 for move-to-column's 2nd arg.
12381
12382 * simple.el (undo): Fix the test for continuing a series of undos.
12383 (undo-more): Set pending-undo-list to t when we reach end.
12384 (pending-undo-list): Move up defvar.
12385
12386 * wid-edit.el (widget-button-click):
12387 Shorten the range of the track-mouse binding.
12388
12389 * comint.el (comint-insert-input): Undo previous changes;
12390 use last-input-event in interactive spec.
12391
12392 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12393
12394 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12395 to nil before invoking call-process. Reset buffer's modified flag
12396 after fontifying it in the no-async branch.
12397
12398 * wid-edit.el (widget-specify-button): If mouse pointer shape
12399 cannot be changed, use mouse face instead.
12400
12401 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12402
12403 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12404 (gdb-goto-breakpoint): Make breakpoint handling work on template
12405 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12406 (gdb-assembler-custom): Update to recognize breakpoint information
12407 added on 2005-01-19.
12408
12409 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12412 (dsssl-mode): Use define-derived-mode.
12413 (scheme-mode-initialize): Remove.
12414 (scheme-mode): Use run-mode-hooks.
12415
12416 * cus-edit.el (customize-group-other-window)
12417 (custom-buffer-create-other-window): Don't override special-display-*.
12418 (custom-mode-map): Make it dense.
12419
12420 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12421 sets the default value.
12422
12423 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12424
12425 * descr-text.el: Add more keywords.
12426
12427 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * speedbar.el: Avoid unnecessary use of locate-library.
12430
12431 * international/mule-cmds.el (standard-display-european-internal):
12432 Don't fiddle with latin-1 non-break space any more since it's now
12433 special cased in the C code.
12434 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12435
12436 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12437
12438 * cus-start.el (all): Add `undo-outer-limit'.
12439
12440 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12441
12442 * textmodes/bibtex.el (bibtex-format-entry):
12443 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12444 field lines.
12445 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12446 not on part of a buffer.
12447
12448 2005-01-25 Lute Kamstra <lute@gnu.org>
12449
12450 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12451 nonempty field text strings like "{letters\\macro{}more letters}".
12452 Clarify docstring.
12453 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12454 (bibtex-entry-offset, bibtex-parse-association)
12455 (bibtex-parse-field-name): Fix typos in docstrings.
12456 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12457
12458 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12459
12460 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12461 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12462 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12463 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12464
12465 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12466 isearch minor mode.
12467
12468 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12469
12470 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12471
12472 2005-01-24 Lute Kamstra <lute@gnu.org>
12473
12474 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12475 CASECHARS and NOT-CASECHARS regular expressions of the
12476 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12477 striding over charsets" error.
12478
12479 2005-01-24 Jay Belanger <belanger@truman.edu>
12480
12481 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12482 display variable name.
12483
12484 2005-01-24 Kenichi Handa <handa@m17n.org>
12485
12486 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12487 Fix setting of the element of encoded-kbd-iso2022-invocations.
12488
12489 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12490
12491 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12492 (gdb-threads-select): Change to also accept mouse events.
12493 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12494 (gdb-threads-mouse-select): Delete.
12495
12496 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12497
12498 * files.el (insert-directory): Take care of empty directory,
12499 listed without -a switch.
12500
12501 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12502
12503 * textmodes/refill.el (refill-post-command-function):
12504 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12505 to the list of functions that we should be careful not to undo.
12506 (refill-late-fill-paragraph-function): Remove.
12507 (refill-saved-state): New var.
12508 (refill-mode): Use it to save fill-paragraph-function.
12509 Save also the value of auto-fill-function.
12510
12511 * term/w32-win.el: Simplify code.
12512
12513 2005-01-23 Kim F. Storm <storm@cua.dk>
12514
12515 * simple.el (line-move): Adapt to new return value from
12516 pos-visible-in-window-p.
12517
12518 * simple.el (line-move): Fix last change. Check partial
12519 visibility at point rather than at window-start.
12520
12521 2005-01-22 Jason Rumney <jasonr@gnu.org>
12522
12523 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12524
12525 2005-01-22 David Kastrup <dak@gnu.org>
12526
12527 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12528
12529 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12530
12531 * type-break.el (type-break-mode): Add a test for
12532 type-break-file-name being non-nil.
12533
12534 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12535
12536 * net/eudc.el (top level): Call (message "") via progn, so that
12537 eudc-options-file is loaded.
12538
12539 2005-01-22 Kim F. Storm <storm@cua.dk>
12540
12541 * simple.el (line-move-1): Rename from line-move.
12542 (line-move): New function that adjusts vscroll for partially
12543 visible rows, and calls line-move-1 otherwise.
12544
12545 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12546
12547 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12548 since it's not a complete read-event implementation
12549
12550 2005-01-20 Jay Belanger <belanger@truman.edu>
12551
12552 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12553 for called function.
12554
12555 2005-01-20 Steven Tamm <steventamm@mac.com>
12556
12557 * term/mac-win.el (process-connection-type): Remove.
12558 Controlled now by s/darwin.h:PTY_ITERATION.
12559
12560 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * window.el (handle-select-window): Don't switch window when we're
12563 in the minibuffer.
12564
12565 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12566
12567 * subr.el (dotimes-with-progress-reporter): New macro.
12568
12569 * ses.el (ses-dotimes-msg): Remove macro.
12570 Use `dotimes-with-progress-reporter' instead.
12571
12572 2005-01-19 Steven Tamm <steventamm@mac.com>
12573
12574 * term/mac-win.el (process-connection-type): Use new
12575 operating-system-release variable to use ptys on Darwin 7 (OS X
12576 10.3) when using carbon build.
12577
12578 2005-01-19 Jay Belanger <belanger@truman.edu>
12579
12580 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12581 flags if the last command was a tab or M-tab.
12582
12583 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12584 in formula editing buffer.
12585
12586 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12587
12588 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12589 breakpoint image symbol in margin.
12590
12591 2005-01-19 Jay Belanger <belanger@truman.edu>
12592
12593 * calc/calc-prog.el (calc-execute-kbd-macro):
12594 Ignore calc-keep-arg-flag.
12595
12596 2005-01-19 Kenichi Handa <handa@m17n.org>
12597
12598 * textmodes/ispell.el (ispell-looking-at): New function.
12599 (ispell-process-line): Use ispell-looking-at to compare the ispell
12600 output and the buffer contents.
12601
12602 2005-01-18 Jay Belanger <belanger@truman.edu>
12603
12604 * calc/calc.el (calc-display-raw): Fix docstring.
12605
12606 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * simple.el (blink-matching-open): Strip extra info from syntax.
12609
12610 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12611 funny chars in the end-of-here-doc marker.
12612
12613 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12614
12615 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12616 that enable/disabled state of breakpoints is shown correctly in
12617 fringe and on ttys.
12618 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12619 Add breakpoint information as text properties.
12620 (gdb-mouse-toggle-breakpoint):
12621 Rename to gdb-mouse-set-clear-breakpoint.
12622 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12623 breakpoints in the margin.
12624 (gdb-remove-strings): Simplify.
12625
12626 2005-01-17 Jay Belanger <belanger@truman.edu>
12627
12628 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12629 erasing buffer.
12630
12631 2005-01-17 Richard M. Stallman <rms@gnu.org>
12632
12633 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12634 for calling grep-compute-defaults.
12635
12636 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12637 if buffer is empty.
12638
12639 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12640
12641 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12642
12643 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12644
12645 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12646 non-preloaded variables.
12647
12648 2005-01-17 Steven Tamm <steventamm@mac.com>
12649
12650 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12651 tex-shell cause to force interactivity when using pipes.
12652
12653 2005-01-17 Kim F. Storm <storm@cua.dk>
12654
12655 * simple.el (just-one-space): Make arg optional.
12656
12657 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12658
12659 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12660 posn-at-x-y to t to access left-margin.
12661
12662 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12663
12664 Sync with Tramp 2.0.47.
12665
12666 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12667 catching keep-date problems in cp/scp operations.
12668 (tramp-handle-copy-file): Don't call `set-file-modes'
12669 unconditionally. Specialized functions should know better what is
12670 necessary. This improves performance a little bit, and the
12671 functions could catch errors with `cp -p' and `scp -p'.
12672 (tramp-do-copy-or-rename-file-via-buffer)
12673 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12674 when appropriate.
12675 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12676 Call `set-file-modes' when appropriate.
12677 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12678 Johnsson <isak@hypergene.com>
12679 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12680 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12681 <joakim@verona.se>
12682 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12683 Emacs only.
12684
12685 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12686 `find-file-hooks' and `dired-mode-hook'.
12687 (tramp-minor-mode-map): Respective map. Add remapping for
12688 `compile' and `recompile'.
12689 (tramp-remap-command, tramp-recompile): New defuns.
12690 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12691 in buffer "*Compilation*". Call the commands asynchronously.
12692
12693 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12694 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12695 `shell-command', because it isn't magic in XEmacs. Reported by
12696 Adrian Aichner <adrian@xemacs.org>.
12697
12698 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12699 `substitute-in-file-name.
12700 (tramp-smb-handle-substitute-in-file-name): New defun.
12701 (tramp-smb-advice-PC-do-completion): Delete advice.
12702
12703 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12704
12705 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12706 Fix error in deleting region.
12707
12708 2005-01-15 Richard M. Stallman <rms@gnu.org>
12709
12710 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12711 In non-temp buffer, switch syntax table temporarily.
12712
12713 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12714
12715 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12716
12717 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12718
12719 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12720 (imenu--generic-function): Use START, not BEG, as pos of definition.
12721
12722 * simple.el (just-one-space): Argument specifies number of spaces.
12723
12724 * simple.el (eval-expression-print-format): Avoid warning
12725 about edebug-active.
12726
12727 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12728
12729 * progmodes/sh-script.el: Code copied from make-mode.el
12730 with small changes,
12731 (sh-mode-map): Bind C-c C-\.
12732 (sh-backslash-column, sh-backslash-align): New variables.
12733 (sh-backslash-region, sh-append-backslash): New functions.
12734
12735 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12736
12737 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12738 (rmail-pop-password, rmail-pop-password-required): Move to
12739 rmail-obsolete group.
12740 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12741 All callers updated.
12742 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12743 Take an argument specifying whether it is POP or IMAP mailbox we
12744 are using. All callers updated.
12745 (rmail-pop-password-error): Rename to
12746 rmail-remote-password-error. Added mailutils-specific error message.
12747 (rmail-movemail-search-path)
12748 (rmail-movemail-variant-in-use): New variables.
12749 (rmail-remote-password, rmail-remote-password-required):
12750 New customization variables.
12751 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12752 (rmail-parse-url): New function.
12753 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12754 with GNU mailutils movemail.
12755
12756 2005-01-15 Kevin Ryde <user42@zip.com.au>
12757
12758 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12759 suffix to space, $ or '$, to correctly position point when going
12760 to @table style constants like DBL_MAX.
12761
12762 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12763
12764 * type-break.el (type-break-mode, type-break-file-time)
12765 (type-break-file-keystroke-count, type-break-choose-file):
12766 Don't store data in or load data from the file if type-break-file-name
12767 is nil.
12768 (type-break-file-name): Doc update as per the above.
12769
12770 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12771
12772 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12773 lookup-key might return nil; handle that.
12774
12775 2005-01-15 Alan Mackenzie <acm@muc.de>
12776
12777 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12778 rather than the element found, thus enabling the tree to be setcar'd.
12779
12780 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12781
12782 * textmodes/org.el (org-show-following-heading): New option.
12783 (org-show-hierarchy-above): Use `org-show-following-heading'.
12784 (org-cycle): Documentation fix.
12785
12786 * textmodes/org.el (orgtbl-optimized): New option
12787 (orgtbl-mode): New command, a minor mode.
12788 (orgtbl-mode-map): New variable.
12789 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12790 (orgtbl-error, orgtbl-self-insert-command)
12791 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12792
12793 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12794 a local variable in each org-mode buffer.
12795
12796 * textmodes/org.el (org-set-regexps-and-options): Rename from
12797 `org-set-regexps'. Added checking for STARTUP keyword.
12798 (org-get-current-options): Add STARTUP options.
12799 (org-table-insert-row): Make mode intelligent about when
12800 realignment is needed.
12801 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12802 New commands.
12803 (org-enable-table-editor): New default value `optimized'.
12804 (org-table-blank-field): Support blanking regions if active.
12805
12806 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12807
12808 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12809 if the year is not given.
12810
12811 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12812 Add new escapes %m and %M, fixed bug with %F by adding
12813 save-match-data.
12814 (reftex-reference): Remove ?. from list of spaces.
12815 (reftex-label-info): Add automatic label prefix recognition.
12816
12817 * textmodes/reftex-index.el (reftex-index-next-phrase):
12818 Add slave parameter to call of `reftex-index-this-phrase'.
12819 (reftex-index-this-phrase): New optional argument.
12820 (reftex-index-region-phrases): Add slave parameter to call of
12821 `reftex-index-this-phrase'.
12822 (reftex-display-index): New argument redo.
12823 (reftex-index-rescan): Add 'redo to arguments of
12824 `reftex-display-index'.
12825 (reftex-index-Rescan, reftex-index-revert)
12826 (reftex-index-switch-index-tag): Add 'redo to arguments of
12827 `reftex-display-index'.
12828 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12829 indexing. Fix bug with matching is there is a quote before or
12830 after the word.
12831
12832 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12833 Fix bug when collecting citation keys in lines with comments.
12834 (reftex-citation): Prefix argument no longer rescans the document,
12835 but forces prompting for optional arguments of cite macros.
12836 (reftex-do-citation): Prompting for optional arguments implemented.
12837
12838 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12839 Add optional arguments to most cite commands.
12840 (reftex-cite-cleanup-optional-args): New option
12841 (reftex-cite-prompt-optional-args): New option.
12842 (reftex-trust-label-prefix): New option.
12843
12844 * textmodes/reftex-toc.el (reftex-toc-find-section):
12845 Add push-mark before changing the position in the buffer.
12846
12847 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12848 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12849
12850 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12851
12852 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12853 more carefully.
12854
12855 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12858 (sgml-mode): Use it.
12859 (sgml-get-context): Better keep track of implicitly closed tags.
12860
12861 2005-01-13 Kenichi Handa <handa@m17n.org>
12862
12863 * textmodes/ispell.el: These changes are to fix misalignment error
12864 caused by equivalent characters of different Emacs charsets.
12865 (ispell-unified-chars-table): New variable.
12866 (ispell-get-decoded-string): New function.
12867 (ispell-get-casechars, ispell-get-not-casechars)
12868 (ispell-get-otherchars): Call ispell-get-decoded-string.
12869
12870 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12871
12872 * custom.el (custom-declare-variable): Just put symbol instead
12873 of (defvar . symbol) in `current-load-list'.
12874
12875 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12876
12877 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12878
12879 2005-01-12 Jay Belanger <belanger@truman.edu>
12880
12881 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12882 to create a Calc summary.
12883
12884 2005-01-12 Kim F. Storm <storm@cua.dk>
12885
12886 * mouse.el (mouse-on-link-p): Change functionality and doc
12887 string to comply with latest description in lisp ref.
12888
12889 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12890
12891 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12892 Enable mouse clicks on mode-line, header-line and margin.
12893 (event-type): Give mouse event symbols an 'event-kind property
12894 with value 'mouse-click.
12895
12896 2005-01-12 Juri Linkov <juri@jurta.org>
12897
12898 * facemenu.el (list-colors-display): Add new arg buffer-name.
12899 Use it. Fix docstring. Replace code for identifying duplicate
12900 colors by the name with call to `list-colors-duplicates' which
12901 identifies duplicate colors by the value unless the color
12902 is one of special Windows colors. Set truncate-lines to t.
12903 Print sorted duplicate color names on each line. Indent to 22
12904 \(the longest color name in rgb.txt) instead of 20. Optimize.
12905 (list-colors-duplicates): New function.
12906 (facemenu-color-name-equal): Delete function.
12907
12908 * facemenu.el (list-colors-print): New function created from code
12909 in list-colors-display. Print #RRGGBB at the window right edge.
12910 (list-colors-display): When temp-buffer-show-function is not
12911 defined, call list-colors-print from temp-buffer-show-hook
12912 to get the right value of window-width in list-colors-print
12913 after the buffer is displayed.
12914
12915 * simple.el (pop-mark): Move deactivate-mark out of conditional
12916 part to deactivate the active mark regardless of the state of the
12917 mark ring.
12918
12919 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12920 variables line in desktop files.
12921
12922 2005-01-12 Juri Linkov <juri@jurta.org>
12923
12924 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12925 Bring together isearch highlight related options.
12926 (lazy-highlight): Replace group `replace' by `matching'.
12927 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12928 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12929 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12930 and declare them obsolete.
12931 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12932 (isearch-faces): Remove defgroup.
12933 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12934 Move isearch highlighting code closer to lazy highlighting code.
12935
12936 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12937 (query-replace-highlight, query-replace-lazy-highlight)
12938 (query-replace): Move definitions to the beginning of the file.
12939
12940 2005-01-11 Juri Linkov <juri@jurta.org>
12941
12942 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12943 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12944 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12945
12946 * info.el (Info-history-forward): New variable.
12947 (Info-select-node): Reset Info-history-forward to nil.
12948 (Info-last): Turn into defalias.
12949 (Info-history-back): Rename from Info-last.
12950 Add current node to Info-history-forward.
12951 (Info-history-forward): New fun.
12952 (Info-mode-map): Replace Info-last by Info-history-back.
12953 Bind Info-history-forward to "r".
12954 (Info-mode-menu): Replace Info-last by Info-history-back.
12955 Fix menu item text. Add menu item for Info-history-forward.
12956 (info-tool-bar-map): Replace Info-last by Info-history-back.
12957 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12958 for Info-history-forward.
12959 (Info-mode): Replace Info-last by Info-history-back in docstring.
12960 Add local variable Info-history-forward.
12961 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12962
12963 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12964
12965 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12966 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12967 Ignore select-window events rather than fiddle with
12968 mouse-autoselect-window.
12969
12970 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12971
12972 * type-break.el (type-break-mode): Fix previous change.
12973
12974 2005-01-10 Jay Belanger <belanger@truman.edu>
12975
12976 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12977 calculator; only reset when point is inside a calculator.
12978 Don't adjust the window height if the window takes up the whole height
12979 of the frame.
12980
12981 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12982
12983 * ebuff-menu.el (Electric-buffer-menu-mode):
12984 Preserve value of buffer-local var header-line-format.
12985
12986 2005-01-09 Jay Belanger <belanger@truman.edu>
12987
12988 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12989 Make sure settings file exists before accessing it.
12990
12991 * calc/calc-embed.el (calc-embedded-subst):
12992 Replace math-multi-subst-rec, which is only supposed to be called
12993 by math-multi-subst, by math-multi-subst.
12994
12995 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12996
12997 * vc.el (vc-allow-async-revert): New user option.
12998 (vc-disable-async-diff): New internal variable.
12999 (vc-revert-buffer): Use them to disable asynchronous diff.
13000
13001 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13002 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13003 asynchronously if vc-disable-async-diff is t.
13004
13005 2005-01-09 Jay Belanger <belanger@truman.edu>
13006
13007 * calc/calc.el (defcalcmodevar): New macro.
13008 (calc-mode-var-list-restore-default-values)
13009 (calc-mode-var-list-restore-saved-values): New functions.
13010 (calc-mode-var-list): Use defcalcmodevar to define it.
13011 (calc-always-load-extensions, calc-line-numbering)
13012 (calc-line-breaking, calc-display-just, calc-display-origin)
13013 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13014 (calc-group-char, calc-point-char, calc-frac-format)
13015 (calc-prefer-frac, calc-hms-format, calc-date-format)
13016 (calc-float-format, calc-full-float-format, calc-complex-format)
13017 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13018 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13019 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13020 (calc-matrix-brackets, calc-language, calc-language-option)
13021 (calc-left-label, calc-right-label, calc-word-size)
13022 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13023 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13024 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13025 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13026 (calc-window-height, calc-display-trail, calc-show-selections)
13027 (calc-use-selections, calc-assoc-selections)
13028 (calc-display-working-message, calc-auto-why, calc-timing)
13029 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13030 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13031 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13032 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13033 (calc-gnuplot-geometry, calc-graph-default-resolution)
13034 (calc-graph-default-resolution-3d, calc-invocation-macro)
13035 (calc-show-banner): Use defcalcmodevar to declare them and set
13036 their default values.
13037
13038 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13039 instead of default values (but restore default values if there is
13040 an argument of 0).
13041
13042 2005-01-09 David Kastrup <dak@gnu.org>
13043
13044 * desktop.el (desktop-restore-eager): Fix typo in type.
13045
13046 2005-01-08 Richard M. Stallman <rms@gnu.org>
13047
13048 * cus-edit.el (customize): Delete :link.
13049
13050 2005-01-08 Jay Belanger <belanger@truman.edu>
13051
13052 * calc/calc.el (calc-mode): Remove the extension from the
13053 `calc-settings-file' file name when loading it.
13054
13055 2005-01-08 Kim F. Storm <storm@cua.dk>
13056
13057 * info.el (Info-mode-map, Info-next-link-keymap)
13058 (Info-prev-link-keymap, Info-up-link-keymap):
13059 Map follow-link to mouse-face.
13060 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13061
13062 2005-01-08 Jay Belanger <belanger@truman.edu>
13063
13064 * calc/calc.el (calc-settings-file): Change default value.
13065 Suggested by cgw in a comment in calc-mode.el.
13066
13067 * calc/calc-mode.el (calc-settings-file-name):
13068 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13069 Replace ~/.emacs in a prompt by calc-settings-file.
13070
13071 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13072
13073 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13074 (desktop-lazy-idle-delay): New customizable variables.
13075 (desktop-buffer-args-list): New variable.
13076 (desktop-append-buffer-args): New function.
13077 (desktop-save): Call desktop-append-buffer-args for some buffers.
13078 (desktop-lazy-create-buffer): New function.
13079 (desktop-idle-create-buffers): New function.
13080 (desktop-read): Add message about buffers to restore lazily.
13081 (desktop-lazy-abort): New command.
13082 (desktop-clear): Call desktop-lazy-abort.
13083 (desktop-lazy-complete): New command.
13084
13085 2005-01-06 Richard M. Stallman <rms@gnu.org>
13086
13087 * emacs-lisp/find-func.el (find-face-definition):
13088 Rename from find-face.
13089
13090 2005-01-06 Kim F. Storm <storm@cua.dk>
13091
13092 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13093
13094 * man.el (Man-xref-man-page, Man-xref-header-file)
13095 (Man-xref-normal-file): Add follow-link property.
13096
13097 2005-01-06 Jay Belanger <belanger@truman.edu>
13098
13099 * calc/calc-units.el: Make sure the proper macro definitions are
13100 available when compiling.
13101
13102 2005-01-06 Juri Linkov <juri@jurta.org>
13103
13104 * isearch.el (isearch-lazy-highlight-update):
13105 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13106
13107 2005-01-06 Miles Bader <miles@gnu.org>
13108
13109 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13110 (isearch-lazy-highlight-face): Use new name.
13111
13112 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * uniquify.el (uniquify-rationalize-file-buffer-names):
13115 Re-add an interactive spec.
13116 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13117 to the same name.
13118
13119 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13120 (isearch-update, isearch-done): Adjust calls accordingly.
13121
13122 2005-01-05 Richard M. Stallman <rms@gnu.org>
13123
13124 * custom.el (custom-set-variables, custom-theme-set-variables):
13125 Clarify documentation.
13126
13127 * emacs-lisp/find-func.el (find-variable)
13128 (find-variable-other-window, find-variable-other-frame):
13129 Fix the TYPE args to find-function-read and find-function-do-it.
13130 (find-function): Doc fix.
13131 (find-function-at-point): Replace function-at-point alias.
13132
13133 2005-01-04 Richard M. Stallman <rms@gnu.org>
13134
13135 * cus-face.el (custom-declare-face):
13136 Record defface in current-load-list.
13137
13138 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13139
13140 * emacs-lisp/find-func.el: Doc fixes.
13141 (find-face-regexp): New variable.
13142 (find-function-regexp-alist): New variable.
13143 (find-function-C-source): Third arg is now TYPE.
13144 (find-function-search-for-symbol): Handle general TYPE.
13145 (find-function-read, find-function-do-it): Handle general TYPE.
13146 (find-definition-noselect, find-face): New functions.
13147 (function-at-point): Alias deleted.
13148
13149 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * battery.el (display-battery-mode): Rename from display-battery.
13152 Handle the case where it gets turned off.
13153
13154 2005-01-04 Richard M. Stallman <rms@gnu.org>
13155
13156 * cus-edit.el (customize): Make :link point to user doc.
13157
13158 * man.el (Man-fontify-manpage): Turn off undo generation.
13159
13160 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13161
13162 2005-01-04 Andreas Schwab <schwab@suse.de>
13163
13164 * files.el (insert-directory): Only look for error lines in
13165 inserted text. Don't move too far after processing --dired markers.
13166
13167 2005-01-04 Richard M. Stallman <rms@gnu.org>
13168
13169 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13170 Don't expand if the character is @, period, dash, etc.
13171 (define-mail-abbrev): Quote names that contain problem characters.
13172
13173 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13174
13175 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13176
13177 2005-01-03 Richard M. Stallman <rms@gnu.org>
13178
13179 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13180 (query-replace-highlight, query-replace-lazy-highlight)
13181 (query-replace): Definitions moved up. Doc fix.
13182
13183 2005-01-03 Richard M. Stallman <rms@gnu.org>
13184
13185 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13186 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13187 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13188 (lazy-highlight-face): Rename from isearch-lazy-...
13189 Change all references to them.
13190
13191 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13192
13193 * cus-edit.el (custom-file): Doc fix for defcustom.
13194 (custom-file): The function no longer sets the variable
13195 `custom-file' to its return value.
13196
13197 * startup.el (command-line): No longer load `custom-file'.
13198
13199 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13202
13203 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13204 Don't confuse module-prefixed identifiers for labels.
13205 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13206
13207 2005-01-02 Richard M. Stallman <rms@gnu.org>
13208
13209 * files.el (basic-save-buffer-1): Fix previous change.
13210
13211 * loadhist.el (file-loadhist-lookup): New function.
13212 (file-provides, file-requires): Use it.
13213
13214 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13215 instead of calculating the right size.
13216
13217 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13218
13219 * vc-svn.el (vc-svn-diff): Stay local if possible.
13220
13221 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13224
13225 * files.el (hack-local-variables): Fix last change.
13226
13227 2005-01-02 Jay Belanger <belanger@truman.edu>
13228
13229 * calc/calc-yank.el (calc-edit-top): New variable.
13230 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13231 object. Change header properties.
13232 (calc-edit-finish, calc-edit-finish-stack-object)
13233 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13234 edited object.
13235 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13236 for the beginning of the edited object.
13237 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13238 for the beginning of the edited object.
13239 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13240 (calc-finish-formula-edit, calc-macro-repeats)
13241 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13242 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13243 beginning of the edited object.
13244 (calc-user-define-edit): Change the header for editing macros.
13245 Remove unnecessary variable.
13246
13247 2005-01-01 Jay Belanger <belanger@truman.edu>
13248
13249 * calc/calc-yank.el (calc-edit-mode): Change default header.
13250 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13251 * calc/calc-store.el (calc-edit-variable): Change title to match new
13252 header.
13253 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13254 mode to match new header.
13255 (calc-user-define-edit): Change titles to include names of commands.
13256 (calc-finish-formula-edit): Adjust to handle new header.
13257 (calc-finish-macro-edit): Remove.
13258 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13259 (calc-edit-macro-command, calc-edit-macro-command-type)
13260 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13261 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13262 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13263 (calc-edit-macro-finish-edit): New functions.
13264 (calc-user-define-edit): Use new functions to edit named calc macros.
13265
13266 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13267
13268 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13269
13270 * ses.el (copy-region-as-kill): Deactivate mark.
13271
13272 2005-01-01 Richard M. Stallman <rms@gnu.org>
13273
13274 * replace.el (occur-1): If the output buffer is also an input,
13275 don't kill it, rename it.
13276
13277 * faces.el (set-face-background, set-face-foreground): Doc fix.
13278
13279 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13280 for :foreground and :background.
13281
13282 * dired.el (dired-view-command-alist): Variable deleted.
13283 (dired-view-file, dired-mouse-find-file-other-window):
13284 Delete the code to use it.
13285
13286 2005-01-01 Kim F. Storm <storm@cua.dk>
13287
13288 * image.el (insert-sliced-image): Use t for line-height property.
13289
13290 See ChangeLog.11 for earlier changes.
13291
13292 ;; Local Variables:
13293 ;; coding: iso-2022-7bit
13294 ;; End:
13295
13296 Copyright (C) 2005 Free Software Foundation, Inc.
13297 Copying and distribution of this file, with or without modification,
13298 are permitted provided the copyright notice and this notice are preserved.
13299
13300 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1