]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(font-lock-mode): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2005-10-20 Romain Francoise <romain@orebokech.com>
2
3 * font-core.el (font-lock-mode): Doc fix.
4
5 2005-10-20 Kim F. Storm <storm@cua.dk>
6
7 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8 (ido-set-current-directory): Don't add / after final @.
9 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
10 Explicitly handle ange-ftp completion oddities.
11 (ido-make-file-list): Don't rotate list at tramp root to avoid
12 triggering tramp file handler for expand-file-name via get-file-buffer.
13
14 2005-10-19 Jay Belanger <belanger@truman.edu>
15
16 * calc/calc-units.el (math-standard-units): Add units, adjust
17 symbols and update values.
18 (math-unit-prefixes): Add more prefixes.
19
20 2005-10-19 Romain Francoise <romain@orebokech.com>
21
22 * bookmark.el (bookmark-menu-heading): New face.
23 (bookmark-bmenu-list): Use it.
24 Don't fiddle with `baud-rate' at top-level.
25
26 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
27
28 * image.el (create-image, find-image): Mention max-image-size in
29 docstring.
30
31 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
34 Various docstring and line-width fixups.
35 (conf-mode): Use cond.
36 Set font-lock-defaults. Don't set comment-use-syntax.
37
38 2005-10-18 David Ponce <david@dponce.com>
39
40 * tree-widget.el (tree-widget-button-click): New function.
41 (tree-widget-button-keymap): Use it.
42
43 2005-10-18 Romain Francoise <romain@orebokech.com>
44
45 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
46 (bookmark-bmenu-hide-filenames): Add follow-link property.
47 Improve help-echo text.
48
49 * ffap.el (find-file-at-point): Doc fix.
50
51 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
52
53 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
54
55 2005-10-18 Masatake YAMATO <jet@gyve.org>
56
57 Install to the CVS repository what I forgot to install in my
58 2005-10-16 changes.
59
60 * progmodes/python.el (python-complete-symbol): Pass the common
61 prefix substring of completion to `display-completion-list'.
62
63 * textmodes/org.el (org-complete): Ditto.
64
65 2005-10-18 Masatake YAMATO <jet@gyve.org>
66
67 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
68
69 * woman.el (WoMan-xref-man-page): New button type derived
70 from `Man-abstract-xref-man-page'.
71 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
72
73 * man.el (Man-abstract-xref-man-page): New button type.
74 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
75 (Man-highlight-references): Add new optional argument `xref-man-type'.
76
77 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
78
79 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
80
81 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
82
83 * cus-edit.el (Custom-move-and-invoke): Delete.
84 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
85
86 * wid-edit.el (widget-move-and-invoke): New function, from
87 Custom-move-and-invoke.
88
89 2005-10-17 Bill Wohler <wohler@newt.com>
90
91 Move all remaining images from lisp/toolbar to etc/images, move
92 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
93 the low resolution images in their own directory (low-color).
94
95 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
96 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
97 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
98 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
99 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
100 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
101 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
102
103 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
104 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
105 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
106 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
107 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
108 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
109 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
110 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
111 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
112 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
113 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
114 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
115 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
116 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
117 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
118
119 To conform with convention, replace the underscore (_) in the
120 following image names with dash (-) or (/) as appropriate.
121
122 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
123 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
124 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
125 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
126 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
127 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
128 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
129 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
130 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
131 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
132 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
133 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
134 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
135 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
136 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
137
138 * info.el (info-tool-bar-map): Replace underscores in image names
139 with dashes.
140
141 * makefile.w32-in (WINS): Remove toolbar.
142
143 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
144
145 * tool-bar.el: Move to lisp from toolbar. Now that
146 toolbar is empty, it should be deleted when folks run "cvs up -P".
147
148 2005-10-18 Jay Belanger <belanger@truman.edu>
149
150 * calc/calc-store.el (calc-store-into): Get the proper variable name
151 to display in message.
152
153 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
154
155 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
156 expressions display in speedbar for all buffers when debugging.
157 (gdb-speedbar-expand-node): Ensure node contraction is always
158 updated.
159
160 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
161 (speedbar-insert-button, speedbar-make-button):
162 Use add-text-properties.
163 (speedbar-update-localized-contents)
164 (speedbar-update-directory-contents)
165 (speedbar-update-special-contents): Use dolist.
166 (speedbar-buffer-easymenu-definition): Add a menu separator.
167
168 2005-10-17 Jason Rumney <jasonr@gnu.org>
169
170 * makefile.w32-in: Use $(lisp) consistently.
171 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
172 for shell specific generation of mh-autoloads.
173
174 2005-10-17 Richard M. Stallman <rms@gnu.org>
175
176 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
177
178 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * jit-lock.el (jit-lock-fontify-now):
181 Move jit-lock-context-unfontify-pos to avoid wasted work.
182
183 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
184
185 * net/tramp.el (tramp-completion-mode): New defvar. Used in
186 `tramp-completion-mode' for checking if we are in completion mode.
187 (tramp-completion-handle-file-name-all-completions): Reorder code
188 in order to complete for file names only in case there are no
189 method/user/host completions. This is necessary for cooperation
190 with ido. Reported by Kim F. Storm <storm@cua.dk>.
191
192 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
193
194 * longlines.el (longlines-search-forward)
195 (longlines-search-backward): Match any number of spaces.
196
197 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
198
199 * diff-mode.el (diff-mode): Doc fix.
200
201 2005-10-16 David Reitter <david.reitter@gmail.com>
202
203 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
204 as default on darwin and windows systems.
205
206 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
207
208 * arc-mode.el (archive-zip-extract): Doc fix.
209
210 2005-10-16 Romain Francoise <romain@orebokech.com>
211
212 * mouse.el (mouse-1-click-follows-link): Doc fix.
213
214 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * savehist.el: Don't require CL at runtime.
217 (savehist-xemacs): Remove.
218 (savehist-coding-system): Use utf-8 if present, regardless of religion.
219 (savehist-no-conversion): Use (featurep 'xemacs).
220 (savehist-load): Check existence of start-itimer rather than XEmacs.
221 Use an idle timer.
222 (savehist-process-for-saving): Replace use of CL funs `subseq' and
223 `delete-if-not'.
224
225 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
226
227 * savehist.el: Newer version.
228 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
229 (savehist-last-checksum, savehist-no-conversion): New vars.
230 (savehist-autosave, savehist-process-for-saving, savehist-printable):
231 New functions.
232 (savehist-load, savehist-save): Use them.
233 (savehist-delimit): Remove.
234
235 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * progmodes/compile.el (compilation-goto-locus): Display the
238 compilation buffer first and the source buffer second, in case they're
239 in overlapping frames. Don't raise the compilation frame if it was the
240 selected window upon entry. Pass the `other-window' arg to
241 pop-to-buffer.
242
243 * info.el (Info-fontify-node): Use dolist.
244 Change add-text-properties to put-text-property.
245
246 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
247
248 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
249 bound of search.
250
251 2005-10-16 Masatake YAMATO <jet@gyve.org>
252
253 * dabbrev.el (dabbrev-completion): Pass the common
254 prefix substring of completion to `display-completion-list'.
255
256 * filecache.el (file-cache-minibuffer-complete)
257 (file-cache-complete): Ditto.
258
259 * tempo.el (tempo-display-completions): Ditto.
260
261 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
262
263 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
264
265 * eshell/em-hist.el (eshell-list-history): Ditto.
266
267 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
268
269 * mail/mailalias.el (mail-complete): Ditto.
270
271 * progmodes/etags.el (complete-tag): Ditto.
272
273 * progmodes/make-mode.el (makefile-complete): Ditto.
274
275 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
276
277 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
278
279 * progmodes/pascal.el (pascal-complete-word)
280 (pascal-show-completions): Ditto.
281
282
283 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
284
285 * simple.el (completion-common-substring): New variable.
286 (completion-setup-function): Use `completion-common-substring'
287 to put faces.
288
289 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
290
291 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
292 (x-get-selection, mac-select-convert-to-string): Convert from/to
293 UTF-16 clipboard data as in native byte order, no BOM.
294
295 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
296
297 * progmodes/gud.el (gud-tool-bar-map): Rename the images
298 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
299 (gud-sentinel): Use speedbar-frame to check for speedbar.
300
301 2005-10-15 Richard M. Stallman <rms@gnu.org>
302
303 * savehist.el: New file.
304
305 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
306
307 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
308 Fix bug in \bf fontification.
309
310 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * pcvs.el (cvs-edit-log-files): New var.
313 (cvs-mode-edit-log): New arg `file'.
314 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
315 Instead force the use of the original file and nothing else.
316 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
317 the cvs-minor-wrap-function is set.
318 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
319
320 2005-10-14 Bill Wohler <wohler@newt.com>
321
322 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
323 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
324 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
325 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
326 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
327 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
328 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
329 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
330 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
331 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
332 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
333 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
334 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
335 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
336 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
337
338 * progmodes/gud.el (gud-tool-bar-map): Rename the images
339 appropriately (for example, gud-break to gud/break).
340
341 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
342
343 * longlines.el (longlinges-search-function)
344 (longlines-search-forward, longlines-search-backward): New functions.
345 (longlines-mode): Set isearch-search-fun-function to
346 longlinges-search-function.
347
348 * mouse.el (mouse-drag-region-1): Handle the case where a
349 double-click event is bound to an arbitrary function.
350
351 2005-10-14 David Ponce <david@dponce.com>
352
353 * recentf.el (recentf-track-opened-file)
354 (recentf-track-closed-file, recentf-update-menu)
355 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
356 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
357 mouse-1-click-follows-link.
358
359 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
360
361 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
362 Gnome file-manager.png. Suggested by
363 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
364
365 * toolbar/README: Add diropen.xpm.
366
367 2005-10-13 Bill Wohler <wohler@newt.com>
368
369 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
370 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
371
372 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
375 Don't waste the byte-compiler's time on constant data.
376
377 2005-10-13 Kenichi Handa <handa@m17n.org>
378
379 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
380 byte with `escape-glyph' face.
381
382 * international/fontset.el (ccl-encode-unicode-font):
383 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
384 Handle the case that ucs-mule-to-mule-unicode translates a character to
385 ASCII (usually for IPA characters).
386
387 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
390 Don't hide the underline of titles if font-lock-mode is disabled.
391
392 2005-10-12 Bill Wohler <wohler@newt.com>
393
394 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
395 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
396 files in MH-E-SRC have been updated.
397 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
398
399 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
402 (mixal-mode-syntax-table): Add \n as end-comment.
403 (mixal-operation-codes-alist): Immediately initialize to full value.
404 (mixal-add-operation-code): Remove.
405 (mixal-describe-operation-code): Make the arg non-optional.
406 Use the interactive spec instead.
407 Use mixal-operation-codes-alist rather than mixal-operation-codes.
408 (mixal-font-lock-keywords): Don't highlight comments here any more.
409 (mixal-font-lock-syntactic-keywords): New var.
410 (mixal-mode): Use it. Fix comment-start-skip.
411
412 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
413
414 * startup.el (command-line-x-option-alist): -nb => -nbi
415
416 2005-10-12 Kim F. Storm <storm@cua.dk>
417
418 * startup.el (fancy-splash-default-action): Discard mouse click in
419 the spash screen window, as it has no sensible meaning in the
420 next window to be selected. Fixes error reported by Jan D.
421
422 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
423
424 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
425
426 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
429 Try to fix up minor layout issues like indentation, line break, etc...
430 (mixal-mode-syntax-table): Don't try to specify comment syntax,
431 because it doesn't work.
432 (mixal-operation-codes): Add some more codes.
433 (mixal-font-lock-keywords): Process comments here.
434 (mixal-mode): mixasm no longer needs -g option.
435
436 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
437
438 * progmodes/sh-script.el (sh-tmp-file):
439 Use mktemp -t. Finish support for es and rc shells.
440
441 2005-10-11 Jay Belanger <belanger@truman.edu>
442
443 * calc/calcalg2.el (calc-integral): With an argument, compute the
444 definite integral.
445
446 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
447
448 * mouse.el (mouse-drag-region-1): Don't try to catch a
449 double-click when doing follow-link (it's overridden anyway).
450
451 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
452
453 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
454 (autoload-print-form-outbuf): Add docstring.
455
456 2005-10-11 Juri Linkov <juri@jurta.org>
457
458 * info.el (Info-mode-menu): Delete menu item "Edit".
459 (Info-mode): Delete description of Info-edit from docstring,
460 and rearrange descriptions of Info commands in the order
461 they are documented in the Info manual.
462
463 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * calendar/appt.el (appt-check): Use diary-selective-display var.
466
467 2005-10-10 Richard M. Stallman <rms@gnu.org>
468
469 * net/newsticker.el (newsticker-start, newsticker-show-news):
470 Add autoload cookies.
471
472 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
473
474 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
475
476 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
477
478 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
479
480 2005-10-10 Jay Belanger <belanger@truman.edu>
481
482 * calc/calc-arith.el (math-check-known-scalarp)
483 (math-check-known-matrixp): Check the values of arguments that are
484 variables.
485 (math-check-known-square-matrixp): New function.
486 (math-known-square-matrixp): Use math-check-known-square-matrixp.
487 (math-super-types): Add sqmatrix type.
488
489 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
490 mode name `square' to 'sqmatrix'.
491
492 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
493 mode name `square' to 'sqmatrix'.
494
495 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * progmodes/etags.el (select-tags-table-mode): Don't use
498 selective-display.
499 (tags-select-tags-table): Pass `button' to the action function.
500 (select-tags-table): Place the side-info on button properties rather
501 than in hidden text. Abbreviate file names.
502 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
503 (select-tags-table-select): Add `button' argument.
504 Get side-info from the button property rather than from hidden text.
505
506 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
507
508 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
509 (gud-speedbar-buttons): Preserve point if possible.
510 (gud-sentinel): Restore previous speedbar display type.
511
512 * progmodes/gdb-ui.el (gdba): Improve diagram.
513 (def-gdb-auto-update-handler, gdb-info-locals-handler)
514 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
515 Call get-buffer-window once.
516
517 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
520 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
521 (pascal-indent-command): Remove unused var `ind'.
522 (pascal-indent-case): Remove unused var `oldpos'.
523 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
524 since it's now used as a proper minor mode map.
525 (pascal-outline): Rename to pascal-outline-mode.
526 (pascal-outline-mode): Use define-minor-mode.
527 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
528 selective-display.
529
530 2005-10-10 Andreas Schwab <schwab@suse.de>
531
532 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
533 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
534
535 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
536 outside source directory.
537
538 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
539
540 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
541 C-x' as a prefix.
542 (orgtbl-mode-map): Full keymap instead of sparse, because all
543 `self-insert-command' keys are redefined in this map.
544 (org-export-as-html): Specify charset for HTML file, by taking it
545 from the coding system.
546
547 2005-10-10 Kenichi Handa <handa@m17n.org>
548
549 * textmodes/flyspell.el (flyspell-check-word-p):
550 If unread-command-events is non-empty, don't call sit-for.
551
552 2005-10-09 Richard M. Stallman <rms@gnu.org>
553
554 * font-lock.el (font-lock-syntactic-keywords)
555 (font-lock-keywords): Doc fixes.
556
557 * textmodes/flyspell.el (flyspell-external-point-words):
558 Simplify logic, and don't try to check for consecutive appearances
559 of one incorrect word.
560
561 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
562
563 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
564 separator.
565
566 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
567 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
568 (gud-expansion-speedbar-buttons): New function.
569 (gud-speedbar-buttons): Check for gud-comint-buffer.
570
571 2005-10-09 Bill Wohler <wohler@newt.com>
572
573 * Makefile.in (updates): Add mh-loaddefs dependency.
574
575 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
576
577 * speedbar.el (speedbar-file-key-map): Fix typo.
578
579 2005-10-09 Daniel Brockman <daniel@brockman.se>
580
581 * cus-start.el (line-spacing): Add custom spec.
582
583 2005-10-09 Romain Francoise <romain@orebokech.com>
584
585 * textmodes/ispell.el (ispell-check-version): Fix last change.
586
587 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
588
589 * term/x-win.el: Remove -i, --icon-type from comment.
590
591 * startup.el (command-line-x-option-alist): Remove options -i,
592 -itype, --icon-type, added -nb, --no-bitmap-icon
593
594 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
595
596 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
597 instead of :active.
598
599 2005-10-08 Eric Hanchrow <offby1@blarg.net>
600
601 * textmodes/ispell.el (ispell-check-version):
602 Ignore hyphen, and all that follows, in aspell's version text.
603
604 2005-10-08 Jay Belanger <belanger@truman.edu>
605
606 * calc/calc-arith.el (math-known-square-matrixp): New function.
607 (math-pow-fancy): Check for matrices before distributing exponent
608 across products.
609
610 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
611 fullscreen keypad. Suggested by Luc Teirlinck.
612 (calc-keypad-show-input): Add space for formatting.
613
614 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
615 Add square matrix option.
616
617 * calc/calc-poly.el (math-expand-term): Check for matrices instead
618 of checking calc-matrix-mode when deciding how to expand.
619
620 * calc/calc.el (calc-set-mode-line): Add square matrix option.
621
622 2005-10-08 Lars Hansen <larsh@soem.dk>
623
624 * net/tramp.el (tramp-perl-directory-files-and-attributes):
625 Add error handling.
626 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
627
628 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
629
630 Sync with Tramp 2.0.51.
631
632 * net/tramp.el (tramp-handle-set-visited-file-modtime)
633 (tramp-handle-insert-file-contents, tramp-handle-write-region):
634 Insert special handling for `last-coding-system-used', again
635 it still seems to be necessary (unlike stated before).
636 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
637 (tramp-password-prompt-regexp): There might be other words before
638 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
639 (tramp-chunksize): Improve docstring.
640 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
641 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
642 Christian Joergensen <bugs@razor.dk>.
643
644 2005-10-07 Glenn Morris <rgm@gnu.org>
645
646 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
647 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
648 precision'.
649
650 2005-10-07 Romain Francoise <romain@orebokech.com>
651
652 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
653 (ibuffer-do-shell-command-pipe-replace)
654 (ibuffer-do-shell-command-file, ibuffer-do-eval)
655 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
656 (ibuffer-do-revert, ibuffer-do-replace-regexp)
657 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
658 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
659 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
660 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
661 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
662 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
663 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
664 Autoload file sans suffix.
665
666 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
667
668 2005-10-07 David Ponce <david@dponce.com>
669
670 * recentf.el (recentf-menu-open-all-flag): New option.
671 (recentf-digit-shortcut-command-name): New function.
672 (recentf--shortcuts-keymap): New variable.
673 (recentf-menu-shortcuts): New variable.
674 (recentf-make-menu-items): Initialize it. Replace the "More..."
675 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
676 (recentf-menu-value-shortcut): New function.
677 (recentf-make-menu-item): Use it. No more in-lined.
678 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
679 (recentf-open-most-recent-file): Rename from
680 `recentf-open-file-with-key'. Don't depend on key binding.
681 (recentf-mode-map): New variable.
682 (recentf-mode): Use it.
683
684 2005-10-06 Bill Wohler <wohler@newt.com>
685
686 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
687
688 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
689 (MH-E-SRC): New. Used by mh-autoloads.
690 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
691 files in MH-E-SRC have been updated.
692 (compile, recompile, bootstrap): Depend on mh-autoloads.
693
694 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
695
696 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
697 gud-break and gud-remove icons when the fringe is not available.
698
699 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
700 Typo.
701
702 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
703
704 * play/zone.el (zone): Wrap body with save-window-excursion.
705
706 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
709 Use the new `list-only' arg to diary-list-entries.
710
711 * calendar/diary-lib.el: Use overlays rather than selective-display.
712 (diary-selective-display): New var.
713 (diary-header-line-format): Use it.
714 (diary-list-entries): Add argument `list-only'.
715 Put the buffer in diary-mode. Don't add \^M at beg and end.
716 Replace \^M by invisible overlays.
717 (diary-unhide-everything): Replace \^M by invisible overlays.
718 (print-diary-entries): Look for overlays rather than \^M.
719 Add a space to the temp buffer name.
720 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
721 Put the buffer in diary-mode.
722 (list-sexp-diary-entries): Replace \^M by invisible overlays.
723 (diary-anniversary): Make the year arg optional.
724 (diary-time-regexp): New const.
725 (diary-font-lock-keywords): Use it to accept a few more time formats.
726
727 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
728
729 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
730
731 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
732 Fix bug introduced 2005-07-03: Use (car (last ...))
733 to faithfully reproduce replaced artist-last.
734 (artist-set-arrow-points-for-poly): Likewise.
735 Suggested by Johan Bockg\e,Ae\e(Brd.
736
737 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
738
739 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
740 * wid-edit.el (widget):
741 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
742 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
743
744 2005-10-06 Kenichi Handa <handa@m17n.org>
745
746 * international/mule-cmds.el (set-language-environment):
747 Fix setting up of case-table for unibyte mode.
748
749 * simple.el (what-cursor-position): If the character is displayed
750 by some `display' text property, show that. Don't use
751 single-key-description for eight-bit characters in multibyte mode.
752
753 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
754
755 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
756 (gdb-ann3): Set it.
757 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
758 (gdb-info-frames-custom): Use inverse-video for first five
759 characters of selected frame only.
760 (gdb-get-frame-number): Select frame even when point is on frame
761 number.
762
763 2005-10-06 Masatake YAMATO <jet@gyve.org>
764
765 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
766 Put `font-lock-function-name-face'.
767 (gdb-info-frames-custom): Put `font-lock-function-name-face'
768 and `font-lock-variable-name-face'
769 (gdb-registers-font-lock-keywords): New font lock keywords definition.
770 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
771 (gdb-memory-font-lock-keywords): New font lock keywords definition.
772 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
773 (gdb-local-font-lock-keywords): New font lock keywords definition.
774 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
775 (gdb-threads-font-lock-keywords): New font lock keywords definition.
776 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
777
778 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
779
780 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
781 (ediff-merge-region-is-non-clash-to-skip): Previously called
782 ediff-merge-region-is-non-clash.
783
784 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
785 Use insert-buffer-substring.
786
787 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
788 selecting files to patch. Also bug fixes.
789
790 * ediff-util.el (ediff-setup): Bug fix.
791 (ediff-next-difference): Never skip clashes that differ in white
792 space only.
793
794 * ediff-wind.el (ediff-setup-control-frame)
795 (ediff-destroy-control-frame): Check the menubar feature.
796
797 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
798 (viper-refresh-mode-line): Use make-local-variable to localize
799 some vars instead of make-variable-buffer-local. Suggested by
800 Stefan Monnier.
801
802 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
803 (viper-restore-cursor-type, viper-set-insert-cursor-type):
804 Use make-local-variable instead of make-variable-buffer-local.
805 Suggested by Stefan Monnier.
806
807 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
808 (viper-comint-mode-hook): Use make-local-variable on
809 require-final-newline.
810 (viper-non-hook-settings): Don't use make-variable-buffer-local.
811
812 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
815 also the second char of a comment-start sequence.
816 (scheme-sexp-comment-syntax-table): New var.
817 (lambda, define): Set their scheme-doc-string-elt property.
818 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
819 Use lisp-font-lock-syntactic-face-function now that it properly
820 handles |...| symbols.
821 (scheme-mode-variables): Set lisp-doc-string-elt-property,
822 parse-sexp-lookup-properties and font-lock-extra-managed-props.
823
824 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
825 bit from # to |.
826 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
827
828 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
829 (lisp-doc-string-elt-property): New var.
830 (lisp-font-lock-syntactic-face-function): Use it.
831 Rewrite to recognize docstrings even for forms not at toplevel.
832
833 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
834 annotation on the | part of #| rather than on the # part.
835 (scheme-font-lock-syntactic-face-function): New function, to
836 distinguish strings from |...| symbols.
837 (scheme-mode-variables): Use it. Also fix up the font-lock-time
838 syntax-table so that #|...|# is properly highlighted.
839
840 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
841 Don't mark as docstring the 3rd elem of an unknown toplevel form.
842
843 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
846 and C-e.
847
848 * emacs-lisp/eldoc.el: Move comments into docstrings.
849 (eldoc-message-commands): Initialize in its declaration.
850 Add move-beginning-of-line and move-end-of-line.
851 (eldoc-add-command, eldoc-add-command-completions)
852 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
853
854 * outline.el (outline-mark-subtree): Activate the mark.
855
856 * calendar/appt.el (appt-time-regexp): New var.
857 (appt-add, appt-make-list): Use it.
858 (appt-convert-time): Clean up.
859
860 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
861 Don't set any syntax-table property here.
862 (tex-font-lock-verb): New function. Do it here.
863 (tex-font-lock-syntactic-keywords): Use it.
864
865 2005-10-04 Richard M. Stallman <rms@gnu.org>
866
867 * wid-edit.el (widget-file-complete): Get the widget start point
868 the right way. Default directory to `/' if file has none.
869
870 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
871
872 * textmodes/flyspell.el (flyspell-mode-on):
873 Call ispell-maybe-find-aspell-dictionaries.
874
875 * textmodes/ispell.el (ispell-word, ispell-region):
876 Call ispell-maybe-find-aspell-dictionaries.
877 (ispell-accept-buffer-local-defs):
878 Don't call ispell-maybe-find-aspell-dictionaries
879
880 2005-10-04 Richard M. Stallman <rms@gnu.org>
881
882 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
883
884 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
885
886 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
887 instead of `fboundp' in order to allow for anonymous functions.
888
889 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
890
891 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
892 case the user clicks on the link while another window is selected.
893 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
894
895 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
896 functionality.
897 (dframe-help-echo): Save point in case mouse tracking is off.
898
899 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
900
901 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
902
903 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
906 not change the global value of those vars.
907
908 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
909 make-local-variable which we do not need any more.
910
911 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
912
913 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
914 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
915 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
916 (speedbar-path-line): Define obsolete aliases.
917 (speedbar-line-directory): Doc fix.
918
919 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
920 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
921 instead of speedbar-line-path.
922
923 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
924
925 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
926 to nil if dropping on a window. Handle dropping on a minibuffer window
927 like dropping on a non-window part of Emacs.
928
929 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * net/ange-ftp.el: Use with-current-buffer.
932 (ange-ftp-insert-directory): Do not follow symlinks any more.
933
934 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
935 Remove interactive spec.
936
937 2005-10-03 Kim F. Storm <storm@cua.dk>
938
939 * ido.el (ido-mode): Use custom-initialize-set.
940
941 2005-10-02 Richard M. Stallman <rms@gnu.org>
942
943 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
944 Use insert-buffer-substring.
945
946 * net/tramp.el: Pacify byte compiler warnings in pacification code.
947 (tramp-handle-file-local-copy): Use insert-buffer-substring.
948
949 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
952 in last change.
953 (ange-ftp-insert-directory): Fix up the search for the case where
954 `file' is absolute.
955
956 2005-10-02 Romain Francoise <romain@orebokech.com>
957
958 * progmodes/compile.el (compile-goto-error): Delete extra paren.
959
960 2005-10-02 Andreas Schwab <schwab@suse.de>
961
962 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
963 directory component in the session info.
964
965 2005-10-01 Richard M. Stallman <rms@gnu.org>
966
967 * comint.el (comint-redirect-subvert-readonly): Doc fix.
968
969 * simple.el (next-error-internal): New function.
970
971 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
972 (compilation-start): Pass new arg to compilation-buffer-name.
973 (compile-goto-error): Use next-error-internal.
974
975 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
976
977 * speedbar.el: Remove RCS tag.
978 (speedbar-check-read-only): Handle non-existent files.
979
980 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
981
982 * info.el (Info-speedbar-hierarchy-buttons)
983 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
984
985 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
986
987 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
988 Do not match newline.
989 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
990 (bibtex-summary): Remove unnecessary save-excursion.
991 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
992
993 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
994
995 * term/mac-win.el: Add charset info for "iso10646-1".
996 Modify default fontset to use ATSUI-compatible fonts for some charsets
997 if available.
998
999 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * speedbar.el: Re-apply arch tag.
1002 (speedbar-version): Rename to version 1.0. Suggested by Eric
1003 M. Ludlam.
1004 Reapply two changes from Emacs CVS' version of speedbar lost
1005 during the merge:
1006 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1007 (speedbar-frame-parameters): Improve customize type.
1008
1009 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1012 (ange-ftp-file-directory-p): Fix the symlink case.
1013 (ange-ftp-insert-directory): When listing a single file, get a list of
1014 the parent buffer and extract the relevant line. Inspired from a patch
1015 by Katsumi Yamaoka <yamaoka@jpl.org>.
1016 (ange-ftp-file-name-sans-versions): Simplify.
1017
1018 2005-09-30 Bill Wohler <wohler@newt.com>
1019
1020 Move MH-E image files from toolbar and mail directories into
1021 etc/images.
1022
1023 * mail/reply2.*: Move to etc/images/mail/reply*.
1024
1025 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1026 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1027 etc/images.
1028
1029 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1030 * toolbar/reply*: Move to etc/images/mail.
1031
1032 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1033
1034 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1035
1036 * speedbar.el: New version 1.0pre3.
1037
1038 Frame management code (including timer, and mouse click specifics)
1039 moved to dframe.el:
1040 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1041 (speedbar-timer): Removed. Use dframe-timer.
1042 (speedbar-close-frame): Removed. Use dframe-close-frame.
1043 (speedbar-activity-change-focus-flag): Removed. Use
1044 dframe-activity-change-focus-flag.
1045 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1046 dframe-update-speed.
1047
1048 (speedbar-current-frame): New macro. Use this instead of the
1049 variable speedbar-frame.
1050
1051 (speedbar-use-images, speedbar-expand-image-button-alist)
1052 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1053
1054 (speedbar-find-image-on-load-path): Removed. Replaced by
1055 defezimage in ezimage.el.
1056 (speedbar-expand-image-button-alist): Removed. Replaced by
1057 ezimage-expand-image-button-alist in ezimage.el.
1058
1059 (speedbar-ignored-directory-regexp)
1060 (speedbar-add-ignored-directory-regexp)
1061 (speedbar-ignored-directory-expressions)
1062 (speedbar-line-directory, speedbar-buffers-line-directory)
1063 (speedbar-directory-line, speedbar-buffers-line-directory):
1064 Renamed, replacing `path' with `directory'.
1065
1066 (speedbar-create-directory, speedbar-expand-line-descendants)
1067 (speedbar-toggle-line-expansion)
1068 (speedbar-contract-line-descendants): New commands.
1069
1070 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1071 (speedbar-use-tool-tips-flag): New options.
1072
1073 (speedbar-check-read-only, speedbar-require-version)
1074 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1075 (speedbar-handle-delete-frame, speedbar-try-completion)
1076 (speedbar-update-localized-contents): New functions.
1077
1078 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1079 (speedbar-object-read-only-indicator): New variables.
1080
1081 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1082 New hooks.
1083
1084 (speedbar-separator-face): New face.
1085
1086 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1087 (speedbar-ignored-modes): Add fundamental-mode.
1088 (speedbar-directory-unshown-regexp): Add . directories.
1089
1090 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1091 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1092 `]' for full expand/close.
1093 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1094
1095 (speedbar-check-vc): Support hidden files.
1096 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1097 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1098 state is nil, it is not checked out.
1099
1100 (speedbar-line-text, speedbar-line-token): Support expand buttons
1101 with no text.
1102 (speedbar-refresh): Universal argument acts as power-click.
1103 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1104 that buffer to get variable values.
1105
1106 And many other bugfixes.
1107
1108 * dframe.el, ezimage.el, sb-image.el: New files.
1109
1110 * sb-*.xpm: Remove files. New image files installed into
1111 etc/images/ezimage.
1112
1113 2005-09-30 Kenichi Handa <handa@m17n.org>
1114
1115 * ps-mule.el (ps-mule-show-warning): If a character is in
1116 ps-print-translation-table, don't treat it as non-printable.
1117
1118 2005-09-30 David Ponce <david@dponce.com>
1119
1120 * tree-widget.el (tree-widget-themes-load-path): New variable.
1121 (tree-widget-themes-directory): Doc fix.
1122 (tree-widget-image-formats) [Emacs]: Doc fix.
1123 (tree-widget--locate-sub-directory): New function.
1124 (tree-widget-themes-directory): Use it.
1125
1126 * recentf.el (recentf-filename-handlers): Rename from
1127 `recentf-filename-handler'. Allow a list of functions.
1128 (recentf-menu-items-for-commands): Fix :help strings.
1129 (recentf-apply-filename-handlers): New function.
1130 (recentf-expand-file-name): Use it.
1131 (recentf-cleanup): Remove duplicates too.
1132
1133 2005-09-29 Juri Linkov <juri@jurta.org>
1134
1135 * faces.el: Rearrange face definitions to be in the same order as
1136 their face descriptions in "(emacs)Standard Faces".
1137
1138 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1139
1140 * tooltip.el (tooltip): Add group `basic-faces'.
1141
1142 * buff-menu.el (Buffer-menu-buffer): Remove group
1143 `font-lock-highlighting-faces'.
1144
1145 * progmodes/compile.el (compilation-error, compilation-warning)
1146 (compilation-info, compilation-line-number, compilation-column-number):
1147 Change group from `font-lock-highlighting-faces' to `compilation'.
1148
1149 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1150 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1151 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1152 (vhdl-font-lock-reserved-words-face)
1153 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1154 `font-lock-highlighting-faces'.
1155
1156 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1157
1158 2005-09-28 Kim F. Storm <storm@cua.dk>
1159
1160 * emulation/cua-base.el: Set CUA move property on additional commands:
1161 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1162 forward-sexp, backward-sexp, forward-list, backward-list.
1163
1164 2005-09-28 Romain Francoise <romain@orebokech.com>
1165
1166 * comint.el (comint-show-output): Really set point at the
1167 beginning of the output when not using `comint-use-prompt-regexp'.
1168
1169 2005-09-27 Jay Belanger <belanger@truman.edu>
1170
1171 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1172 in TeX mode.
1173
1174 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1175
1176 * textmodes/org.el (org-table-sum): Fix format string.
1177
1178 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1179 Quote face names.
1180
1181 2005-09-26 Romain Francoise <romain@orebokech.com>
1182
1183 * isearch.el (isearch-forward-regexp): Close doc string.
1184
1185 2005-09-25 Richard M. Stallman <rms@gnu.org>
1186
1187 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1188
1189 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1190
1191 * progmodes/compile.el (compilation-error-properties):
1192 When getting the file from the previous error message,
1193 correctly decode the new data format.
1194
1195 * progmodes/cc-cmds.el (c-electric-paren):
1196 Call old-blink-paren only for close-paren.
1197
1198 2005-09-24 Andreas Schwab <schwab@suse.de>
1199
1200 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1201 condition.
1202
1203 2005-09-25 Romain Francoise <romain@orebokech.com>
1204
1205 * dired-aux.el (dired-copy-file-recursive):
1206 * dired.el (dired-delete-file):
1207 * ediff-mult.el (ediff-dir-diff-copy-file):
1208 * ediff-util.el (ediff-test-save-region):
1209 * forms.el (forms-mode):
1210 * ido.el (ido-file-internal, ido-delete-file-at-head):
1211 * log-edit.el (log-edit-done):
1212 * ses.el (ses-yank-resize):
1213 * play/gomoku.el (gomoku-human-plays, gomoku)
1214 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1215 (gomoku-offer-a-draw):
1216 * play/landmark.el (lm-human-resigns, lm):
1217 * net/eudcb-ldap.el (eudc-ldap-check-base):
1218 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1219 * progmodes/ebrowse.el (ebrowse-find-pattern):
1220 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1221 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1222 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1223
1224 * vc.el (vc-delete-file):
1225 * play/gomoku.el (gomoku-terminate-game, gomoku)
1226 (gomoku-prompt-for-move, gomoku-human-takes-back):
1227 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1228 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1229
1230 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1231
1232 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1233 color rxvt terminals by using the code xterm.el used to use before
1234 2005-04-09 in order to match the colors used by rxvt.
1235
1236 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1237
1238 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1239 colors rxvt-unicode terminals by using the same code as xterm.el.
1240
1241 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1244 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1245 new symbol used for the tex-verbatim face.
1246
1247 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1248
1249 * woman.el (woman-file-name):
1250 * wid-edit.el (widget-file-prompt-value)
1251 (widget-coding-system-prompt-value):
1252 * w32-fns.el (set-w32-system-coding-system):
1253 * vc.el (vc-version-diff, vc-annotate):
1254 * textmodes/reftex-auc.el (reftex-arg-cite)
1255 (reftex-arg-index-tag):
1256 * textmodes/refer.el (refer-get-bib-files):
1257 * textmodes/artist.el (artist-figlet-choose-font):
1258 * terminal.el (terminal-emulator):
1259 * replace.el (occur-read-primary-args):
1260 * rect.el (string-rectangle, string-insert-rectangle):
1261 * ps-print.el (ps-print-preprint):
1262 * progmodes/pascal.el (pascal-goto-defun):
1263 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1264 * progmodes/compile.el (compilation-find-file):
1265 * printing.el (pr-interactive-n-up):
1266 * play/animate.el (animate-birthday-present):
1267 * net/rcompile.el (remote-compile):
1268 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1269 * mail/rmailsum.el (rmail-summary-search-backward)
1270 (rmail-summary-search):
1271 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1272 (rmail-output-read-file-name):
1273 * mail/rmail.el (rmail-search, rmail-search-backwards):
1274 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1275 * locate.el (locate):
1276 * international/quail.el (quail-show-keyboard-layout):
1277 * international/mule.el (set-buffer-file-coding-system)
1278 (revert-buffer-with-coding-system, set-file-name-coding-system)
1279 (set-terminal-coding-system, set-keyboard-coding-system)
1280 (set-next-selection-coding-system):
1281 * international/mule-diag.el (describe-coding-system)
1282 (describe-font, describe-fontset):
1283 * international/mule-cmds.el (universal-coding-system-argument)
1284 (search-unencodable-char, describe-input-method)
1285 (set-language-environment, describe-language-environment):
1286 * international/codepage.el (codepage-setup):
1287 * international/code-pages.el (codepage-setup):
1288 * info.el (Info-search, Info-follow-reference)
1289 (Info-search-backward):
1290 * emacs-lisp/advice.el (ad-read-advised-function)
1291 (ad-read-advice-class, ad-clear-cache, ad-activate)
1292 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1293 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1294 (ad-read-regexp):
1295 * ediff-util.el (ediff-toggle-regexp-match):
1296 * ediff-ptch.el (ediff-prompt-for-patch-file):
1297 * dired-aux.el (dired-diff):
1298 * diff.el (diff):
1299 * cus-edit.el (custom-variable-prompt):
1300 * calendar/timeclock.el (timeclock-ask-for-project):
1301 * calc/calcalg3.el (calc-get-fit-variables):
1302 * calc/calc-store.el (calc-edit-variable)
1303 (calc-permanent-variable):
1304 * vc-mcvs.el (vc-mcvs-register):
1305 * shadowfile.el (shadow-define-literal-group):
1306 * woman.el (woman-file-name):
1307 * vc.el (vc-version-diff, vc-merge):
1308 * textmodes/reftex-index.el (reftex-index-complete-tag):
1309 * format.el (format-decode-buffer, format-decode-region):
1310 * emulation/viper-cmd.el (viper-read-string-with-history):
1311 * emacs-lisp/debug.el (cancel-debug-on-entry):
1312 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1313 * ediff.el (ediff-merge-revisions)
1314 (ediff-merge-revisions-with-ancestor, ediff-revision):
1315 * completion.el (interactive-completion-string-reader):
1316 * calc/calc-prog.el (calc-user-define-formula):
1317 Follow convention for reading with the minibuffer.
1318
1319 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1320
1321 * progmodes/python.el (python-describe-symbol): Add globals() and
1322 locals() to the arguments of emacs.ehelp.
1323
1324 2005-09-24 Magnus Henoch <mange@freemail.hu>
1325
1326 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1327 New function, code extracted from ispell-valid-dictionary-list.
1328 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1329 Call it.
1330
1331 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1332
1333 * subr.el (version-regexp-alist): Extend valid syntax for version
1334 strings: allow any of the characters -,_,+ to separate the
1335 alpha/beta/rc part from the version part. Doc fix.
1336 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1337
1338 2005-09-23 David Reitter <david.reitter@gmail.com>
1339
1340 * mail/mailclient.el: New file.
1341
1342 2005-09-23 Richard M. Stallman <rms@gnu.org>
1343
1344 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1345 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1346 Doc fixes.
1347
1348 * progmodes/cc-mode.el (c-font-lock-init):
1349 Specify font-lock-lines-before.
1350
1351 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1352
1353 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1354 whole conflict.
1355
1356 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1357
1358 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1359 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1360 of `remap' feature when available. Additional key bindings for
1361 better tty support.
1362 (org-mode-restart, org-force-self-insert): New commands.
1363 (org-time-stamp-inactive): New command.
1364 (org-remap): New function.
1365 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1366 (org-enable-fixed-width-editor): Move to `org-structure'
1367 customization group.
1368 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1369 blank field after field motion commands.
1370
1371 2005-09-23 Kenichi Handa <handa@m17n.org>
1372
1373 * international/mule-cmds.el (set-language-environment):
1374 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1375 have to call utf-translate-cjk-load-tables.
1376
1377 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * mouse.el (mouse-move-drag-overlay): Fix last change.
1380
1381 2005-09-22 David Ponce <david@dponce.com>
1382
1383 * tree-widget.el (tree-widget-value-create): Fix previous change.
1384
1385 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1386
1387 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1388
1389 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * mouse.el (mouse-move-drag-overlay): New function.
1392 (mouse-drag-region-1): Use it.
1393 Try to simplify a bit the state handling. Handle clicks on links
1394 inside intangible areas.
1395 (mouse-save-then-kill): Minor simplification.
1396 (mouse-secondary-overlay): Make it always non-nil instead of
1397 recreating it each time.
1398 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1399 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1400 Simplify accordingly.
1401
1402 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1403
1404 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1405
1406 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1407
1408 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1409 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1410 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1411 to patch.
1412
1413 * ediff-util.el: Use insert-buffer-substring.
1414
1415 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1416
1417 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1418 field boundaries in the minibuffer.
1419 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1420 (viper-minibuffer-post-command-hook): New hook.
1421 (viper-line): Don't move cursor at bolp.
1422
1423 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1424
1425 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1426 avoid compiler warnings.
1427
1428 * emulation/viper-macs.el (ex-map): Better messages.
1429
1430 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1431
1432 * emulation/viper.el: Replace make-variable-buffer-local with
1433 viper-make-variable-buffer-local everywhere, to avoid warnings.
1434
1435 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1438 Delete unused var `old-selected-window'.
1439 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1440 (mouse-drag-secondary): Delete unused var `start-frame'.
1441
1442 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1443
1444 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1445
1446 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1449 Re-indent within 80 columns. Use inhibit-read-only.
1450
1451 2005-09-19 Romain Francoise <romain@orebokech.com>
1452
1453 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1454
1455 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1458 unconditionally, since the after-change-function already did it.
1459
1460 2005-09-19 Miles Bader <miles@gnu.org>
1461
1462 * net/newsticker.el: Get rid of CVS keyword.
1463
1464 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1465
1466 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1467 The prompt is formatted later.
1468
1469 2005-09-19 David Ponce <david@dponce.com>
1470
1471 * tree-widget.el (tree-widget-value-create): Save the converted
1472 tree :node widget.
1473
1474 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1475
1476 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1477 variable `message'.
1478
1479 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1480
1481 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1482 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1483 <slawomir.nowaczyk.847@student.lu.se>.
1484
1485 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * image.el (image-load-path): Use symbol `data-directory' instead
1488 of its value, for backward compatibility with packages that bind
1489 it during `find-image'. Suggested by Katsumi Yamaoka.
1490 (image-search-load-path): Handle symbols whose values are strings.
1491
1492 2005-09-18 Romain Francoise <romain@orebokech.com>
1493
1494 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1495 with-current-buffer form in save-excursion.
1496
1497 2005-09-18 D Goel <deego@gnufans.org>
1498
1499 * apropos.el (apropos-command): Fix `message' call: first arg
1500 should be a format spec. In this and all other cases that appear
1501 below and elsewhere in the source code, I made a change only when
1502 two conditions were satisfied: [1] I can think of a possibility
1503 that the arguments would cause an error, for example, the code in
1504 question relies on external variables such as filenames. [2] I
1505 was sure that the arg to `message' could not have been nil in the code.
1506
1507 * textmodes/tildify.el (tildify-region): Ditto.
1508
1509 * textmodes/reftex-index.el (reftex-index-change-entry)
1510 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1511 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1512 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1513 (org-priority, org-table-sum):
1514 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1515 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1516 (flyspell-word, flyspell-display-next-corrections):
1517 * textmodes/bibtex.el (bibtex-print-help-message):
1518 * textmodes/artist.el (artist-key-set-point-poly):
1519 * term/mac-win.el (mac-services-insert-text):
1520 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1521 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1522 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1523 (vhdl-compose-configuration):
1524 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1525 (sh-set-indent, sh-learn-line-indent):
1526 * progmodes/ps-mode.el (ps-mode-target-column):
1527 * progmodes/idlwave.el (idlwave-make-tags)
1528 (idlwave-scan-library-catalogs):
1529 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1530 * progmodes/gud.el (gud-jdb-analyze-source):
1531 * progmodes/flymake.el (flymake-log):
1532 * progmodes/ebnf2ps.el (ebnf-generate-region):
1533 * progmodes/cmacexp.el (c-macro-expansion):
1534 * progmodes/ada-xref.el (ada-treat-cmd-string):
1535 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1536 (ada-justified-indent-current, ada-batch-reformat):
1537 * play/zone.el (zone):
1538 * play/landmark.el (lm-move):
1539 * play/decipher.el (decipher-show-alphabet):
1540 * net/newsticker.el (newsticker--display-jump)
1541 (newsticker--display-scroll):
1542 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1543 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1544 * mail/feedmail.el (feedmail-dump-message-to-queue):
1545 * eshell/esh-proc.el (eshell-remove-process-entry):
1546 * emulation/ws-mode.el (ws-last-error):
1547 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1548 (viper-record-kbd-macro):
1549 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1550 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1551 * emacs-lisp/find-func.el (find-function-noselect):
1552 * calendar/timeclock.el (timeclock-status-string)
1553 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1554 (timeclock-when-to-leave-string):
1555 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1556 * calc/calc-units.el (calc-enter-units-table):
1557 * calc/calc-mode.el (calc-mode-record-mode):
1558 * woman.el (woman-mini-help):
1559 * wdired.el (wdired-change-to-wdired-mode):
1560 * vc.el (vc-retrieve-snapshot):
1561 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1562 * startup.el (display-startup-echo-area-message):
1563 * simple.el (set-goal-column):
1564 * ses.el (ses-command-hook, ses-recalculate-cell):
1565 * server.el (server-process-filter):
1566 * printing.el (pr-interface-txt-print, pr-interface-printify)
1567 (pr-interface-ps):
1568 * pcvs.el (cvs-help):
1569 * log-edit.el (log-edit, log-edit-mode-help):
1570 * iswitchb.el (iswitchb-possible-new-buffer):
1571 * isearch.el (isearch-edit-string):
1572 * image-mode.el (image-mode, image-minor-mode):
1573 * ibuf-macs.el (define-ibuffer-filter):
1574 * hi-lock.el (hi-lock-find-patterns):
1575 * files.el (toggle-read-only):
1576 * ediff-util.el (ediff-copy-diff)
1577 (ediff-write-merge-buffer-and-maybe-kill):
1578 * echistory.el (Electric-history-undefined):
1579 * dnd.el (dnd-insert-text):
1580 * dired-aux.el (dired-query):
1581 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1582 * bookmark.el (bookmark-bmenu-locate):
1583 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1584 Fix `message' calls to ensure first arg is a format string.
1585 The change was made only when these two conditions were satisfied:
1586 [1] when there is a possibility that the arguments would cause an error
1587 for example, if the code in question relies on external variables
1588 such as filenames, and
1589 [2] if the arg to `message' could not have been nil in the code.
1590
1591 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1592 Not having a %s would be weird, though not technically wrong.
1593
1594 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1595
1596 * term/mac-win.el (mac-add-charset-info): Doc fix.
1597
1598 2005-09-17 Romain Francoise <romain@orebokech.com>
1599
1600 * shell.el (shell-resync-dirs): Handle echoing processes more
1601 reliably. Don't insert resync command if `comint-process-echoes'
1602 is non-nil.
1603
1604 2005-09-17 Magnus Henoch <mange@freemail.hu>
1605
1606 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1607 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1608 aspell versions >= 0.60.
1609 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1610 only if ispell-aspell-supports-utf8 is non-nil.
1611
1612 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1613
1614 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1615 buffer-local value to lisp-indent-function.
1616
1617 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1618
1619 * progmodes/glasses.el (glasses-make-readable): If
1620 glasses-separator differs from underscore, put appropriate
1621 overlays over underscore characters.
1622 (glasses-convert-to-unreadable): If glasses-separator differs from
1623 underscore, try to convert glasses-separator characters to
1624 underscores.
1625
1626 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1629 Use with-syntax-table and dolist.
1630
1631 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1632
1633 * textmodes/reftex-auc.el:
1634 * textmodes/reftex-cite.el:
1635 * textmodes/reftex-dcr.el:
1636 * textmodes/reftex-global.el:
1637 * textmodes/reftex-parse.el:
1638 * textmodes/reftex-ref.el:
1639 * textmodes/reftex-sel.el:
1640 * textmodes/reftex-toc.el:
1641 * textmodes/reftex-vars.el:
1642 * textmodes/reftex.el: Small changes to remove compiler warnings.
1643
1644 * textmodes/reftex-index.el: Likewise.
1645 (reftex-query-index-phrase): More efficient use of markers.
1646
1647 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1648
1649 * image.el (image-load-path): New variable.
1650 (image-search-load-path): New function.
1651 (find-image): Search for images in `image-load-path'.
1652
1653 2005-09-15 Richard M. Stallman <rms@gnu.org>
1654
1655 * follow.el: Change Maintainer field.
1656
1657 2005-09-15 David Ponce <david@dponce.com>
1658
1659 * recentf.el (recentf-save-file-modes): New option.
1660 (recentf-save-list): Use it.
1661
1662 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1663
1664 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1665 (mode-line-mule-info, mode-line-modified): Move bindings from
1666 mouse-3 to mouse-1.
1667
1668 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1669
1670 * simple.el (sendmail-user-agent-compose): Revert last change.
1671
1672 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1675 Use with-current-buffer.
1676 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1677 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1678 (ange-ftp-insert-directory): Remove unused var `short'.
1679 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1680
1681 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1682 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1683
1684 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1685 (check-calendar-holidays, diary-list-entries): Autoload.
1686 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1687 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1688
1689 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1690 which mistakenly removed a call to display-buffer.
1691
1692 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1693
1694 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1695
1696 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1697
1698 * progmodes/hideshow.el
1699 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1700 (hs-allow-nesting): New user var.
1701 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1702 (hs-hide-block-at-point): When nesting allowed,
1703 if there is already an overlay in place, delete it.
1704 (hs-safety-is-job-n): Delete func; remove call sites.
1705 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1706 (hs-overlay-at): New func.
1707 (hs-already-hidden-p, hs-show-block): Use it.
1708 (hs-hide-all): Don't pre-clean if nesting allowed.
1709 (hs-show-all): Temporarily disallow
1710 nesting around call to `hs-discard-overlays'.
1711
1712 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1713
1714 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1715 Delete unused local var.
1716
1717 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * help-fns.el (describe-categories): "?\ " -> "?\s".
1720 (help-do-arg-highlight): Recognize also ARG-n, as in
1721 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1722
1723 * international/codepage.el (dos-unsupported-char-glyph):
1724 * net/newsticker.el (tool-bar-map, w3-mode-map)
1725 (w3m-minor-mode-map):
1726 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1727 (ent-alist):
1728 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1729
1730 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * custom.el (custom-push-theme): Handle the case where a symbol is
1733 bound but face properties have not yet been assigned.
1734
1735 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1736 Fix behavior if noerase is `t' and there is no mail buffer.
1737
1738 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1739 if `continue' is nil, rather than signal an error.
1740
1741 2005-09-12 Richard M. Stallman <rms@gnu.org>
1742
1743 * font-lock.el (font-lock-keywords): Add autoload.
1744
1745 * help-fns.el (describe-variable): Rearrange to put source link
1746 in a predictable place.
1747
1748 * net/newsticker.el: New file.
1749
1750 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1753 (calendar-basic-setup): Use the new nil arg.
1754 (number-of-diary-entries): Move to diary-lib.el.
1755
1756 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1757 (diary-list-entries): Use with-syntax-table and dolist.
1758 Rename from list-diary-entries.
1759 Use number-of-diary-entries if `number' is nil.
1760 (diary, diary-view-entries): Use this new name and new nil arg value.
1761 (number-of-diary-entries): Move from calendar.el.
1762 (diary-unhide-everything): New function.
1763 (include-other-diary-files, fancy-diary-display)
1764 (diary-show-all-entries, make-diary-entry): Use it.
1765 (diary-mail-entries): Use buffer-string.
1766 (mark-diary-entries): Fix long standing paren typo.
1767 (diary-sexp-entry): Use count-lines.
1768 (make-diary-entry): Avoid `previous-line'.
1769 (diary-mode-map): New var.
1770 (diary-mode): Redraw cal after saving. Setup header-line.
1771 (fancy-diary-display-mode): Use local-set-key.
1772
1773 * startup.el (command-line): Try calling various terminal-init-foo-bar
1774 functions by stripping hyphenated suffixes from $TERM.
1775
1776 * files.el (normal-mode): Check boundness of font-lock-keywords.
1777
1778 2005-09-12 Richard M. Stallman <rms@gnu.org>
1779
1780 * progmodes/compile.el: Don't decide a file's directory
1781 until the user actually tries to go there.
1782 (compilation-next-error-function):
1783 Pass compilation-find-file the directory from the file-struct.
1784 (compilation-internal-error-properties): Separate local FILE-STRUCT
1785 from FILE. Doc the args better. Rename arg FMT to FMTS.
1786 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1787 Expand it, and if nil, use default-directory.
1788 (compilation-get-file-structure): Don't mix specified directory
1789 with default directory. Put specified directory into
1790 file-struct. Don't make the file name absolute.
1791
1792 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1793 (compile-command): Add autoload.
1794 (compilation-disable-input): Add autoload.
1795
1796 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1797
1798 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1799 strings of the variables it can override.
1800 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1801 %Q and %q, for fully-qualified domain name and unqualified host name.
1802
1803 2005-09-11 Kim F. Storm <storm@cua.dk>
1804
1805 * emacs-lisp/authors.el (authors-aliases): Update list.
1806 (authors-fixed-entries): Update mldrag.el entry.
1807
1808 2005-09-10 Alan Mackenzie <acm@muc.de>
1809
1810 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1811 from the region narrowed to.
1812
1813 2005-09-10 Magnus Henoch <mange@freemail.hu>
1814
1815 * textmodes/ispell.el (ispell-check-version): Signal an error if
1816 aspell version is less than 0.60.
1817
1818 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1819
1820 * progmodes/octave-inf.el (inferior-octave-startup):
1821 Resync current dir at the end.
1822
1823 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1824
1825 * woman.el (woman-topic-at-point-default):
1826 Rename to woman-use-topic-at-point-default.
1827 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1828 (woman-file-name): Reflect renames above. Automatically use the
1829 word at point as topic if woman-use-topic-at-point is non-nil.
1830 Otherwise offer it as default but don't insert it in the
1831 minibuffer. Also use `test-completion' instead of `assoc' as
1832 suggested by Stefan Monnier.
1833
1834 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1835
1836 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1837 the attempt to do it over Tramp. This is not yet supported.
1838
1839 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1840
1841 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1842 (menu-bar-non-minibuffer-window-p): New functions.
1843 ("Split Window", "Save As..."): Use them.
1844 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1845 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1846 Use menu-bar-menu-frame-live-and-visible-p.
1847 ("Save Buffer", "Insert File", "Open Directory...")
1848 ("Open File...", "Visit New File..."):
1849 Use menu-bar-non-minibuffer-window-p.
1850 (kill-this-buffer-enabled-p, dired <menu-enable>):
1851 Use menu-bar-non-minibuffer-window-p.
1852
1853 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1854
1855 * cus-start.el (all): Don't complain about fringe-related
1856 built-ins if fringes are not supported. Ditto about
1857 selection-related built-ins. Fix the test for GTK-related built-ins.
1858
1859 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1860 ("Postscript Print Buffer", "Print Region", "Save As...")
1861 ("Save", "Insert File...", "Open Directory...")
1862 ("Open File...", "Visit New File..."")
1863 ("Truncate Long Lines in this Buffer"): Don't look at
1864 menu-updating-frame if this display does not support multiple frames.
1865
1866 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1867
1868 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1869
1870 2005-09-09 Emilio Lopes <eclig@gmx.net>
1871
1872 * woman.el: Format- and whitespace-related changes.
1873
1874 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1875
1876 * woman.el: Fix my email address.
1877
1878 2005-09-08 Richard M. Stallman <rms@gnu.org>
1879
1880 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1881 (sh-mode): Locally set skeleton-pair-default-alist.
1882
1883 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1884
1885 * progmodes/flymake.el: Require `compile' unconditionally.
1886
1887 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1888
1889 * woman.el (woman-file-name): Provide a default, not initial input.
1890
1891 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1892
1893 * font-lock.el (font-lock-support-mode): Doc fix.
1894
1895 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1896
1897 2005-09-08 Richard M. Stallman <rms@gnu.org>
1898
1899 * simple.el (blink-matching-open): Get rid of text props from
1900 the string shown in echo area. Don't permanently set point.
1901 Some rearrangements.
1902
1903 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1904
1905 * recentf.el (recentf-filename-handler): Add custom choice
1906 `abbreviate-file-name'.
1907
1908 * msb.el (msb--very-many-menus): Fix typo.
1909
1910 * disp-table.el (standard-display-european): Don't set
1911 enable-multibyte-characters to nil.
1912
1913 2005-09-08 David Ponce <david@dponce.com>
1914
1915 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1916 (recentf-expand-file-name): Doc fix.
1917 (recentf-dialog-mode-map): Define digit shortcuts.
1918 (recentf--files-with-key): New variable.
1919 (recentf-show-digit-shortcut-filter): New function.
1920 (recentf-open-files-items): New function.
1921 (recentf-open-files): Use it.
1922 (recentf-open-file-with-key): New command.
1923
1924 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1927 Suggested by Kim F. Storm.
1928 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1929 (Buffer-menu-make-sort-button): Use global keymap.
1930
1931 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1932
1933 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1934 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1935 necessary any longer with the remapped command.
1936 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1937 formatting time only.
1938
1939 * net/tramp.el (tramp-action-password)
1940 (tramp-multi-action-password): Compile the password prompt from
1941 `method', `user' and `host'. Sometimes it isn't obvious which
1942 password to enter, for example with remote files offered by
1943 recentf.el, or with multiple steps. Suggested by Robert Marshall
1944 <robert@chezmarshall.freeserve.co.uk>.
1945
1946 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1949 Fix regexp for when "s///" is at the beginning of line.
1950
1951 2005-09-07 Jay Belanger <belanger@truman.edu>
1952
1953 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1954 when in matrix mode.
1955
1956 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1959 non-anonymous functions.
1960
1961 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1962
1963 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1964 when using a header line. Otherwise, use mouse-1-click-follows-link.
1965
1966 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1967 can't be moved; don't signal an error.
1968
1969 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1970
1971 * cus-theme.el (custom-theme-write-faces): Save the current face
1972 spec, not the defface spec.
1973
1974 * custom.el (custom-known-themes): Clarify meaning of "standard".
1975 (custom-push-theme): Save old values in the standard theme.
1976 (disable-theme): Correct typo.
1977 (custom-face-theme-value) Deleted unused function.
1978 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1979
1980 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * progmodes/compile.el (compilation-goto-locus): Take into account
1983 iconified frames when determining whether the buffer is
1984 already visible.
1985 Don't reset window height if the window already existed.
1986
1987 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * custom.el (load-theme): Rename from require-theme.
1990 Add interactive spec.
1991 (enable-theme): Rename from custom-enable-theme.
1992 Add interactive spec.
1993 (disable-theme): Rename from custom-disable-theme.
1994 Add interactive spec.
1995 (custom-make-theme-feature): Doc fix.
1996 (custom-theme-directory): Doc fix.
1997 (provide-theme): Call enable-theme.
1998
1999 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * obsolete/lazy-lock.el (lazy-lock-mode):
2002 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2003 font-lock-mode if it's off. Print a warning instead.
2004
2005 * progmodes/compile.el (compilation-start): Ignore errors if the
2006 process died before we get to send-eof.
2007
2008 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2009 Undo last change. Enclosing the result in quotes broke things on Unix
2010 since tex-send-command passes it through shell-quote-argument.
2011 (tex-send-command): Pass `file' through convert-standard-filename
2012 when possible.
2013 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2014 info in a transcript.
2015
2016 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2017
2018 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2019 fix compilation warning. Reorder the key definitions to group
2020 together keys emitted by the current version of xterm.
2021
2022 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2023 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2024 Reorder predicates to correct min-color usage.
2025
2026 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2027
2028 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2029 Kill local variables when longlines-mode is turned off.
2030
2031 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2034
2035 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2036
2037 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2038
2039 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2040 (font-lock-lines-before): Change default to being inactive.
2041 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2042 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2043
2044 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2045
2046 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2047 Deactivate temporarily advice if active (not needed for Emacs 22,
2048 but for backwards compatibility).
2049 (tramp-exists-file-name-handler): Rewrite. First implementation
2050 was too simple.
2051 (tramp-advice-make-auto-save-file-name):
2052 Call `tramp-handle-make-auto-save-file-name' (again, just for
2053 backwards compatibility).
2054
2055 2005-08-31 Reto Zimmermann <reto@gnu.org>
2056
2057 * progmodes/vhdl-mode.el
2058 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2059 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2060 (vhdl-set-default-project): New function (easier setting of default).
2061 (vhdl-port-copy): Handle extended identifiers for generics.
2062 (vhdl-compiler-alist): Better description for error message regexp.
2063 (vhdl-make): Query for target, use previous as default.
2064 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2065 (vhdl-font-lock-keywords-2): Fix fontification for record
2066 el. assign.
2067 (vhdl-speedbar-make-subpack-line): Add package body link.
2068 (vhdl-generate-makefile-1): Not include itself as dependency.
2069 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2070 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2071 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2072 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2073 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2074 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2075 (vhdl-import-project): Add string argument for `error'.
2076 (vhdl-compose-configuration)
2077 (vhdl-compose-configuration-architecture): Add configuration
2078 declaration generation.
2079 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2080 (vhdl-trailer-re): Add "record" keyword (better indentation).
2081 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2082 "[^ \t-\"]+".
2083 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2084 (vhdl-testbench-entity-file-name)
2085 (vhdl-testbench-architecture-file-name): Allow separate
2086 customization of testbench file names.
2087 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2088 (vhdl-get-visible-signals): Allow newline within alias declaration.
2089 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2090 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2091 (member-ignore-case): Alias for missing function in XEmacs.
2092 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2093 (vhdl-update-sensitivity-list): Ignore case on read signals.
2094 (vhdl-replace-string): Adjust case only for file names.
2095 (vhdl-update-sensitivity-list): Fix search for read signals.
2096 (vhdl-update-sensitivity-list): Exclude formal parameters.
2097 (vhdl-get-visible-signals): Include aliases of signals.
2098 (vhdl-get-visible-signals): Fix signal name searching.
2099 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2100 (vhdl-fixup-whitespace-region): Fix for character
2101 literals (e.g. ':').
2102
2103 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * ansi-color.el (comint-last-output-start):
2106 * bs.el (font-lock-verbose):
2107 * diff-mode.el (add-log-buffer-file-name-function):
2108 * dired-x.el (vm-folder-directory):
2109 * faces.el (help-xref-stack-item):
2110 * files.el (font-lock-keywords):
2111 * find-lisp.el (dired-buffers, dired-subdir-alist):
2112 * ido.el (cua-inhibit-cua-keys):
2113 * log-view.el (cvs-minor-wrap-function):
2114 * outline.el (font-lock-warning-face):
2115 * simple.el (compilation-current-error):
2116 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2117 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2118 * tooltip.el (comint-prompt-regexp):
2119 * w32-fns.el (explicit-shell-file-name):
2120 * term/mac-win.el (mac-charset-info-alist)
2121 (mac-services-selection, mac-system-script-code):
2122 * term/tty-colors.el (msdos-color-values):
2123 * term/w32-win.el (xlfd-regexp-registry-subnum):
2124 * term/x-win.el (x-keysym-table, x-selection-timeout)
2125 (x-session-id, x-session-previous-id):
2126 * textmodes/ispell.el (mail-yank-prefix):
2127 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2128 * textmodes/org.el (calc-embedded-close-formula)
2129 (calc-embedded-open-formula)
2130 (font-lock-unfontify-region-function):
2131 * textmodes/reftex-global.el (isearch-next-buffer-function)
2132 (TeX-master):
2133 * textmodes/reftex.el (font-lock-keywords):
2134 * textmodes/tex-mode.el (font-lock-comment-face)
2135 (font-lock-doc-face):
2136 * textmodes/texinfo.el (outline-heading-alist):
2137 Add defvars.
2138
2139 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2140 (artist-spray-chars, artist-mode-init, artist-replace-string)
2141 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2142 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2143 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2144
2145 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2146 (conf-align-assignments): "?\ " -> "?\s".
2147
2148 * textmodes/reftex-index.el (TeX-master): Add defvar.
2149 (reftex-index-phrases-marker): Move up defvar.
2150
2151 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2152 (reftex-toc-include-labels-indicator)
2153 (reftex-toc-include-index-indicator)
2154 (reftex-toc-max-level-indicator): Move up declarations.
2155
2156 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2157 of args to `tramp-run-real-handler', even if it's empty in this case.
2158
2159 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2160
2161 * dired.el (dired-move-to-filename-regexp): Add date format for
2162 Mac OS X 10.3 in East Asian locales.
2163
2164 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2165
2166 * files.el (make-auto-save-file-name): Add file name handler call
2167 if applicable.
2168
2169 * net/tramp.el (tramp-file-name-handler-alist)
2170 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2171 (tramp-handle-make-auto-save-file-name): Rename from
2172 `tramp-make-auto-save-file-name'.
2173 (tramp-exists-file-name-handler): New defun.
2174 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2175 `make-auto-save-file-name' is not a magic file name operation.
2176
2177 2005-08-30 Richard M. Stallman <rms@gnu.org>
2178
2179 * files.el (risky-local-variable-p):
2180 Match `-predicates' and `-commands.
2181
2182 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2183 (custom-save-all): Visit the file if necessary;
2184 kill the buffer if we created it.
2185 (custom-save-delete): Don't visit file or kill buffer here.
2186
2187 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2188
2189 * textmodes/org.el (org-special-keyword): New face.
2190 (org-table-copy-down, org-table-eval-formula)
2191 (org-table-recalculate, org-init-section-numbers):
2192 Use `string-to-number' instead of `string-to-int'.
2193 (org-get-location): Use `insert-buffer-substring' instead of
2194 `insert-buffer'.
2195 (org-modify-diary-entry-string): New function.
2196 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2197 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2198 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2199 active region.
2200 (org-export-as-html): Handle QUOTE keyword.
2201 (org-quote-string): New option.
2202 (org-bookmark-jump-unhide): New function, used for
2203 `bookmark-after-jump-hook'.
2204 (org-diary-default-entry): Apply only when not called through
2205 `org-agenda'.
2206
2207 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2208
2209 * net/eudc.el (mode-popup-menu):
2210 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2211 * progmodes/ada-mode.el (compile-auto-highlight)
2212 (skeleton-further-elements):
2213 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2214 * progmodes/cmacexp.el (msdos-shells):
2215 * progmodes/compile.el (font-lock-extra-managed-props)
2216 (font-lock-keywords, font-lock-maximum-size)
2217 (font-lock-support-mode):
2218 * progmodes/grep.el (font-lock-lines-before):
2219 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2220 * progmodes/mixal-mode.el (compile-command):
2221 * progmodes/perl-mode.el (font-lock-comment-face)
2222 (font-lock-doc-face, font-lock-string-face):
2223 * progmodes/prolog.el (comint-prompt-regexp):
2224 * progmodes/sh-script.el (font-lock-comment-face)
2225 (font-lock-set-defaults, font-lock-string-face):
2226 * progmodes/sql.el (font-lock-keyword-face)
2227 (font-lock-set-defaults, font-lock-string-face):
2228 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2229 (itimer-version, lazy-lock-defer-contextually)
2230 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2231 Add defvars.
2232
2233 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2234 (cperl-electric-keyword, cperl-electric-pod)
2235 (cperl-electric-backspace, cperl-forward-re)
2236 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2237 (vc-rcs-header, vc-sccs-header): Add defvars.
2238
2239 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2240 (font-lock-syntactic-keywords, gud-find-expr-function):
2241 Add defvars.
2242
2243 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2244 (gdb-frame-parameters): Declare before use.
2245
2246 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2247 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2248 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2249 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2250
2251 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2252 (idlwave-help-with-source): Use `insert-buffer-substring', not
2253 `insert-buffer'.
2254
2255 2005-08-29 Juri Linkov <juri@jurta.org>
2256
2257 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2258 Put outline-back-to-heading function call inside save-excursion.
2259
2260 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2261
2262 * man.el (Man-init-defvars, Man-translate-references)
2263 (Man-support-local-filenames, Man-highlight-references):
2264 * progmodes/sql.el (sql-interactive-mode):
2265 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2266
2267 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2268 (compilation-mode-font-lock-keywords): Add defvars.
2269 (checkdoc-interactive-loop): "?\ " -> "?\s".
2270
2271 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2272 (font-lock-doc-face, font-lock-string-face)
2273 (font-lock-keywords-case-fold-search): Add defvars.
2274 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2275
2276 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2277 Don't pass X and Y (they are ignored anyway).
2278 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2279 (mouse-delete-window): Make arguments optional.
2280
2281 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2282 (caesar-translate-table, minor-modes, news-buffer-save)
2283 (news-group-name, news-minor-modes): Add defvars.
2284
2285 * emacs-lisp/lselect.el (mouse-highlight-priority)
2286 (x-lost-selection-functions, zmacs-regions):
2287 * emacs-lisp/pp.el (font-lock-verbose):
2288 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2289 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2290 (ses-mode-map):
2291 * emacs-lisp/tcover-unsafep.el (safe-functions):
2292 * international/mule-cmds.el (mac-system-coding-system)
2293 (mac-system-locale):
2294 * language/ethio-util.el (rmail-current-message)
2295 (rmail-message-vector):
2296 * language/thai-util.el (thai-auto-composition-mode):
2297 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2298 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2299 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2300 (vm-primary-inbox, vm-spool-files):
2301 * mail/rmail.el (deleted-head, font-lock-fontified)
2302 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2303 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2304 (total-messages):
2305 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2306 (rmail-summary-mode-map):
2307 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2308 (rmail-last-label, rmail-last-multi-labels)
2309 (rmail-summary-vector, rmail-total-messages):
2310 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2311 * mail/rmailsum.el (msgnum):
2312 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2313 (rmail-current-message):
2314 * obsolete/fast-lock.el (font-lock-face-list):
2315 * obsolete/rnewspost.el (mail-reply-buffer):
2316 * obsolete/scribe.el (compile-command):
2317 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2318
2319 2005-08-28 John Paul Wallington <jpw@gnu.org>
2320
2321 * ibuf-ext.el (ibuffer-auto-update-changed):
2322 Use `frame-or-buffer-changed-p' to check whether we need to update.
2323 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2324 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2325 as a `frame-or-buffer-changed-p' state vector instead.
2326
2327 2005-08-27 Romain Francoise <romain@orebokech.com>
2328
2329 * textmodes/makeinfo.el (makeinfo-compile):
2330 Use `compilation-start'. Set `next-error-function' according to
2331 `disable-errors'.
2332 (makeinfo-next-error): New function.
2333 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2334 (makeinfo-buffer): Likewise.
2335
2336 * progmodes/compile.el (compilation-start): Add autoload cookie.
2337
2338 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2339 * textmodes/sgml-mode.el: Likewise.
2340 * progmodes/python.el: Likewise.
2341
2342 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2343
2344 * simple.el (blink-matching-paren-distance): Document the meaning
2345 of nil value, and allow to customize to nil.
2346
2347 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2348 command.com, not command.exe.
2349
2350 2005-08-26 John Wiegley <johnw@newartisans.com>
2351
2352 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2353 code around a bit so that an extraneous nil argument is not added
2354 to a command when no args are given.
2355
2356 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2357 double-quoted argument resolves to nil, return it as an empty
2358 string rather than as nil. This made it impossible to pass "" to
2359 a shell script as a null string argument.
2360
2361 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * outline.el (outline-invent-heading): New fun.
2364 (outline-promote, outline-demote): Use it.
2365 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2366 (outline-end-of-subtree): Remove unused var `opoint'.
2367
2368 2005-08-26 David Reitter <david.reitter@gmail.com>
2369
2370 * menu-bar.el (truncate-lines, write-file, print-buffer)
2371 (ps-print-buffer-faces, ps-print-buffer, split-window):
2372 Disable menu items when the frame they refer to is invisible, or when
2373 they refer to a buffer and the minibuffer is selected.
2374
2375 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2376
2377 * progmodes/flymake.el (flymake-highlight-err-lines):
2378 Use save-excursion around flymake-highlight-line to preserve point.
2379
2380 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2381
2382 * progmodes/octave-mod.el: Change Author and Maintainer address.
2383 (octave-maintainer-address): Change Kurt's email address.
2384 * progmodes/octave-inf.el: Change Author and Maintainer address.
2385 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2386
2387 2005-08-26 Kim F. Storm <storm@cua.dk>
2388
2389 * subr.el (version-list-<, version-list-<=, version-list-=):
2390 Renamed from integer-list-*.
2391 (version-list-not-zero): Likewise. Fix while loop.
2392 (version=): Use version-list-= instead of string-equal.
2393
2394 2005-08-26 Richard M. Stallman <rms@gnu.org>
2395
2396 * outline.el (outline-promote): Try shortening the heading.
2397 As last resort, read the heading to use.
2398 (outline-demote): As last resort, read the heading to use.
2399
2400 2005-08-26 Romain Francoise <romain@orebokech.com>
2401
2402 * progmodes/compile.el (compilation-start): Doc fix.
2403
2404 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2405 (antlr-font-lock-additional-keywords): Fix reference to
2406 `antlr-font-lock-literal-regexp' erroneously changed during the
2407 mass face rename.
2408 (antlr-run-tool): Use `compilation-start'.
2409
2410 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2411 instead of the obsolete `compile-internal'.
2412
2413 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2414
2415 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2416 (number, original-date):
2417 * calendar/cal-china.el (date):
2418 * calendar/cal-coptic.el (date):
2419 * calendar/cal-french.el (date):
2420 * calendar/cal-hebrew.el (date, entry, number, original-date):
2421 * calendar/cal-islam.el (date, number, original-date):
2422 * calendar/cal-iso.el (date):
2423 * calendar/cal-julian.el (date):
2424 * calendar/cal-mayan.el (date):
2425 * calendar/cal-menu.el (date, event):
2426 * calendar/cal-persia.el (date):
2427 * calendar/lunar.el (date):
2428 * calendar/solar.el (date): Add defvars.
2429
2430 * emerge.el:
2431 * ibuffer.el:
2432 * info-xref.el:
2433 * obsolete/bg-mouse.el:
2434 * obsolete/sun-curs.el:
2435 * obsolete/swedish.el: Move the `defvar's to the top level.
2436
2437 * smerge-mode.el (smerge-refined-change): Add :group.
2438
2439 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2442 (smerge-keep-n): Remove props.
2443 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2444 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2445 now that it's done in smerge-keep-n.
2446 (smerge-refined-change): New face.
2447 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2448 (smerge-refine): New funs.
2449 (smerge-basic-map): Bind smerge-refine.
2450
2451 2005-08-25 Juri Linkov <juri@jurta.org>
2452
2453 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2454 compilation-process-setup-function and compilation-disable-input
2455 in grep-mode instead of let-bindings in grep.
2456
2457 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2458 Delete "Automatic File De/compression" (auto-compression-mode).
2459
2460 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2461
2462 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2463 Silence warning about non-existent variable.
2464
2465 2005-08-25 Richard M. Stallman <rms@gnu.org>
2466
2467 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2468 Rename "Describe Key" to "Describe Key or Mouse Operation".
2469
2470 * mail/mailalias.el (build-mail-aliases): Delete comments
2471 from the contents before processing them.
2472
2473 * isearch.el (isearch-edit-string): Erase the Search prompt
2474 if user enters an empty string and there is no default.
2475
2476 * comint.el (comint-file-name-prefix): Add autoload.
2477
2478 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2479
2480 * subr.el (play-sound): Rearrange to avoid warning.
2481
2482 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2483
2484 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2485 New hook.
2486 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2487
2488 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2491
2492 * custom.el (custom-theme-set-variables): Sort minor modes last.
2493
2494 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2495
2496 * subr.el (version-separator, version-regexp-alist): New vars used by
2497 version comparison funs.
2498 (integer-list-<, integer-list-=, integer-list-<=)
2499 (integer-list-not-zero): New funs for integer list comparison.
2500 (version-to-list, version=, version<, version<=): New funs for version
2501 comparison.
2502
2503 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2504
2505 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2506 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2507 time to silence the byte-compiler.
2508
2509 * ibuffer.el (ibuffer-compile-make-eliding-form)
2510 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2511 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2512 so it's silly to get warnings for it).
2513 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2514 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2515 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2516 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2517 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2518 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2519 Defvar at compile time.
2520 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2521 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2522 Declare them before use.
2523
2524 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2525 (info-xref-good, info-xref-bad): Defvar at compile time.
2526
2527 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2528 Use `let*' instead of `let'.
2529
2530 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2531 (*mouse-y*, menu, char): Defvar at compile time.
2532 (sc::menu): Declare it before use.
2533 (sc::pack-one-line): Use `let', not `let*'.
2534
2535 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2536 (mail-send-hook): Defvar at compile time.
2537
2538 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2539 Defvar at compile time.
2540
2541 * term/sun-mouse.el (current-global-mousemap)
2542 (current-local-mousemap): Declare them before use.
2543
2544 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2545
2546 * bookmark.el (bookmark-after-jump-hook): New hook.
2547 (bookmark-jump): Run `bookmark-after-jump-hook'.
2548
2549 2005-08-23 Juri Linkov <juri@jurta.org>
2550
2551 * faces.el (minibuffer-prompt): Doc fix.
2552
2553 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2554
2555 * progmodes/xscheme.el: Trivial changes to silence warnings.
2556 (xscheme-previous-mode, xscheme-previous-process-state):
2557 Add defvars.
2558 (xscheme-last-input-end, xscheme-process-command-line)
2559 (xscheme-process-name, xscheme-buffer-name)
2560 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2561 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2562 (xscheme-control-g-synchronization-p)
2563 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2564 (default-xscheme-runlight, xscheme-runlight)
2565 (xscheme-runlight-string, xscheme-process-filter-state)
2566 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2567 Move to beginning of file.
2568 (scheme-interaction-mode-commands-alist)
2569 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2570 Declare them before use. Note: the initialization code for the variables
2571 has not been moved because it uses functions that reference the variables.
2572 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2573 (xscheme-prompt-for-expression-map): Declare them before use.
2574 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2575
2576 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2577
2578 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2579
2580 2005-08-22 Juri Linkov <juri@jurta.org>
2581
2582 * faces.el (set-face-underline): Delete this duplicate function
2583 and make an obsolete alias to set-face-underline-p.
2584 (set-face-underline-p): Use docstring of set-face-underline.
2585 (describe-face): Create hyperlink to parent face.
2586
2587 * info.el (Info-insert-dir): Use save-excursion around
2588 insert-buffer-substring.
2589 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2590 (Info-escape-percent): Delete function.
2591 (Info-fontify-node): Replace Info-escape-percent by
2592 replace-regexp-in-string with REP arg set to lambda that
2593 duplicates `%' and preserves text properties.
2594
2595 * progmodes/compile.el (compilation-disable-input): Doc fix.
2596 (define-compilation-mode): Doc fix and refill.
2597 (kill-compilation): Use `mode-name' in the error message.
2598 (compilation-find-file): Use `compilation-error' in the
2599 read-file-name's prompt.
2600
2601 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2604 (smerge-auto-leave): Make undo re-enable the mode.
2605 (debug-ignored-errors): Add the user-error of impossible resolution.
2606 (smerge-resolve): Move things around a bit, in preparation for later.
2607 (smerge-diff): Don't fail if the buffer has no associated file.
2608 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2609 (smerge-conflict-overlay): New function.
2610 (smerge-match-conflict): Don't add text properties here.
2611 (smerge-find-conflict): Instead, add an overlay here.
2612 Also check for the case where we're inside a conflict already, so as to
2613 obviate the need for font-lock-multiline, which is unbearably slow with
2614 large conflicts and ciomplex font-lock patterns.
2615 (smerge-remove-props): Remove overlay rather than text-properties.
2616 (smerge-mode): Don't set font-lock-multiline.
2617 Remove overlays when turned off.
2618
2619 2005-08-21 Kim F. Storm <storm@cua.dk>
2620
2621 * ido.el (ido-ignore-item-p): Use save-match-data.
2622 Bind case-fold-search to ido-case-fold locally.
2623
2624 2005-08-20 Richard M. Stallman <rms@gnu.org>
2625
2626 * files.el (normal-mode): If font lock is on, turn it off and on.
2627
2628 * subr.el (replace-regexp-in-string): Doc fix.
2629
2630 * startup.el (command-line-1): Don't suppress startup screen
2631 due to existing processes.
2632
2633 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2634
2635 * progmodes/compile.el (compilation-disable-input): Default to nil.
2636
2637 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2638
2639 * progmodes/compile.el (compilation-disable-input): New defcustom.
2640 (compilation-start): If compilation-disable-input is non-nil, send
2641 EOF to the compilation process.
2642
2643 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2644
2645 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2646 Run the argument of tex-shell-cd-command through
2647 convert-standard-filename, to get the correct style of slashes on
2648 Windows, and enclose the result in quotes, in case the file name
2649 includes whitespace or other special characters.
2650
2651 2005-08-19 Andreas Schwab <schwab@suse.de>
2652
2653 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2654 process.
2655
2656 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2657
2658 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2659
2660 2005-08-18 Kim F. Storm <storm@cua.dk>
2661
2662 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2663
2664 2005-08-18 Richard M. Stallman <rms@gnu.org>
2665
2666 * scroll-lock.el: New file.
2667
2668 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2669
2670 * dired.el (dired-move-to-end-of-filename):
2671 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2672
2673 2005-08-18 Kim F. Storm <storm@cua.dk>
2674
2675 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2676 rather than toggle mode when custom value is nil.
2677 (ido-everywhere): Fix defun doc string.
2678
2679 2005-08-17 Richard M. Stallman <rms@gnu.org>
2680
2681 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2682 as tag instead of "Inviolable".
2683
2684 2005-08-17 Kim F. Storm <storm@cua.dk>
2685
2686 * windmove.el (windmove-coordinates-of-position): Remove.
2687 (windmove-coordinates-of-window-position): Remove.
2688 (windmove-reference-loc): Use posn-at-point instead.
2689
2690 * subr.el (insert-for-yank-1): Doc fix.
2691
2692 * ido.el (ido-enter-matching-directory): Rename from
2693 ido-enter-single-matching-directory. Change 'slash choice to
2694 'only. Add 'first choice.
2695 (ido-exhibit): Adapt to above changes.
2696
2697 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2698
2699 * Makefile.in: Expand comment about building loaddefs.el.
2700
2701 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2702
2703 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2704 Comment use of defadvice.
2705
2706 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2707
2708 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2709
2710 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2711 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2712 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2713 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2714 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2715 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2716 for backward compatibility for faces that did not appear in the
2717 previous Emacs release.
2718
2719 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2720
2721 2005-08-15 Kim F. Storm <storm@cua.dk>
2722
2723 * emulation/cua-base.el (cua-delete-region): Return t if
2724 deleted region was non-empty.
2725 (cua-replace-region): Inhibit overwrite-mode for
2726 self-insert-command if replaced region was non-empty.
2727 (cua--explicit-region-start, cua--status-string): Make them
2728 buffer-local at top-level...
2729 (cua-mode): ...rather than when mode is enabled.
2730
2731 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2732
2733 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2734 Set t for Emacs 21, 22, and so on.
2735
2736 2005-08-15 David Ponce <david@dponce.com>
2737
2738 * tree-widget.el: Update Commentary header.
2739 (tree-widget-theme): Doc fix.
2740 (tree-widget-space-width): New option.
2741 (tree-widget-image-properties): Look up in the default theme too.
2742 (tree-widget--cursors): Only for images with arrow pointer shape.
2743 (tree-widget-lookup-image): Pointer shape is hand by default.
2744 (tree-widget-icon): Rename generic icon widget from
2745 `tree-widget-control'.
2746 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2747 derive from `tree-widget-icon'.
2748 (tree-widget-handle): Improve default look and feel of the text
2749 representation.
2750 (tree-widget): Rename :*-control properties to :*-icon properties.
2751 Add :action and :help-echo properties.
2752 (tree-widget-after-toggle-functions): Move.
2753 (tree-widget-close-node, tree-widget-open-node): Remove.
2754 (tree-widget-before-create-icon-functions): New hook.
2755 (tree-widget-value-create): Update to allow customization of icons
2756 and nodes at run-time via that new hook.
2757 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2758 (tree-widget-icon-action, tree-widget-icon-help-echo)
2759 (tree-widget-action, tree-widget-help-echo): New functions.
2760
2761 2005-08-15 Kim F. Storm <storm@cua.dk>
2762
2763 * ido.el (ido-buffer-internal): Use with-no-warnings.
2764 (ido-make-merged-file-list): Use while-no-input.
2765
2766 2005-08-15 Richard M. Stallman <rms@gnu.org>
2767
2768 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2769 (flyspell-large-region): Fix doc and custom type.
2770
2771 2005-08-14 Richard M. Stallman <rms@gnu.org>
2772
2773 * files.el (interpreter-mode-alist): Doc fix.
2774
2775 * mail/rmail.el (rmail-nonignored-headers): New variable.
2776 (rmail-clear-headers): Use it.
2777 (rmail-reply): Better handling of mail-followup-to header.
2778
2779 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2780 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2781 don't try to refer to executable-font-lock-keywords.
2782 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2783 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2784 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2785 (sh-mode): Set comment-start-skip, local-abbrev-table,
2786 imenu-case-fold-search.
2787 (sh-set-shell): Don't set them here.
2788 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2789 Don't cache the results in the original alist; don't ever modify
2790 that alist.
2791
2792 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2793
2794 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2795 empty.
2796
2797 2005-08-15 Andreas Schwab <schwab@suse.de>
2798
2799 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2800
2801 * dired.el, info.el, mail/rmail.el: Revert last change.
2802
2803 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2804
2805 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2806 modification in `eval-after-load' form.
2807 * info.el: Likewise.
2808 * mail/rmail.el: Likewise.
2809
2810 2005-08-14 Juri Linkov <juri@jurta.org>
2811
2812 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2813 Remove highlighting of "Compilation started". Highlight only
2814 the word "finished" in "Compilation finished". Add highlighting
2815 of "interrupt", "killed", "terminated" and the exit code.
2816 (compilation-start): Add newline after header. Use exactly the
2817 same time stamp format as the finishing message.
2818 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2819
2820 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2821 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2822 Add highlighting of "interrupt", "killed", "terminated".
2823
2824 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2825 enabled and the current command is self-insert-command, call it
2826 explicitly with overwrite-mode bound to nil, to not allow it
2827 to delete the character after the selected region.
2828
2829 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2830
2831 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2832 move-end-of-line, end-of-line, and beginning-of-line to the list
2833 of commands after which the echo area is updated.
2834
2835 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2836
2837 * cus-edit.el (custom-save-all, custom-save-delete):
2838 Bind recentf-exclude to exclude custom-file.
2839
2840 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2841
2842 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2843 to go to the bottom of the mail message. Added to
2844 `rmail-summary-mode-map' with key "/".
2845 (rmail-summary-show-message): New (internal) function for use by
2846 both `rmail-summary-beginning/end-of-message'.
2847 (rmail-summary-beginning-of-message): Change to use
2848 rmail-summary-show-message.
2849
2850 * mail/rmail.el (rmail-end-of-message): New command to go to the
2851 end of the current message. Added to `rmail-mode-map' with key "/".
2852 (rmail-beginning-of-message): Fix to work as documented.
2853 (rmail-mode): Change documentation.
2854
2855 * progmodes/compile.el (compilation-start): Add the line
2856 "Compilation started" with compilation start time.
2857 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2858
2859 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2860
2861 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2862 of menu items.
2863
2864 2005-08-11 Richard M. Stallman <rms@gnu.org>
2865
2866 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2867
2868 * battery.el (battery-status-function): Don't use ignore-errors.
2869
2870 2005-08-11 Lute Kamstra <lute@gnu.org>
2871
2872 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2873 define-obsolete-variable-alias.
2874
2875 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2878 (ange-ftp-send-cmd): Revert last change, and expand
2879 the comment explaining the problem.
2880
2881 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2882
2883 * ldefs-boot.el: Update.
2884
2885 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2886 item to "Time, Load and Mail". Change help echo text.
2887
2888 * time.el (display-time-use-mail-icon, display-time-format)
2889 (display-time-string-forms): Shorten first line of docstrings.
2890
2891 2005-08-10 Lars Hansen <larsh@soem.dk>
2892
2893 * desktop.el (desktop-buffer-mode-handlers):
2894 Make non-customizable. Add autoload cookie. Change initial value to
2895 nil; add elements in respective modules instead. Fix doc string.
2896 (desktop-load-file): New function.
2897 (desktop-minor-mode-handlers): New autoloaded variable.
2898 (desktop-create-buffer): Call minor mode handlers.
2899 Use desktop-load-file to load major and minor mode modules prior to
2900 checking for a handler.
2901 (desktop-save): Don't add nil to desktop-minor-modes for minor
2902 modes with nil function in desktop-minor-mode-table. Don't delete
2903 desktop file before rewriting it.
2904 (desktop-locals-to-save): Add autoload cookie. Don't make
2905 automatically buffer-local. Add variables column-number-mode,
2906 size-indication-mode, indent-tabs-mode,
2907 indicate-buffer-boundaries, indicate-empty-lines and
2908 show-trailing-whitespace.
2909 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2910 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2911 (desktop-clear-preserve-buffers-regexp): Delete.
2912 (desktop-clear-preserve-buffers): Update initial value and docstring.
2913 (desktop-save-buffer): Fix doc string.
2914
2915 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2916 (hilit-chg-desktop-restore): New function.
2917 (highlight-changes-mode): Add highlight-changes-mode to
2918 desktop-locals-to-save.
2919
2920 * dired.el: Add handler to desktop-buffer-mode-handlers.
2921 (dired-restore-desktop-buffer): Remove autoload cookie.
2922 (dired-mode): Add autoload cookie.
2923
2924 * info.el: Add handler to desktop-buffer-mode-handlers.
2925 (Info-restore-desktop-buffer): Remove autoload cookie.
2926 (Info-mode): Add autoload cookie.
2927
2928 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2929 (mh-restore-desktop-buffer): Remove autoload cookie.
2930 (mh-folder-mode): Add autoload cookie.
2931
2932 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2933 (rmail-restore-desktop-buffer): Remove autoload cookie.
2934
2935 2005-08-11 Masatake YAMATO <jet@gyve.org>
2936
2937 * hexl.el (hexl-address-region):
2938 (hexl-ascii-region, hexl-font-lock-keywords):
2939 (hexl-highlight-line-range): Use the term "region"
2940 instead of "area" for consistency with the other symbols
2941 defined in hexl.el.
2942
2943 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2944
2945 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2946 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2947 out by Juri Linkov). Add `display-battery-mode'.
2948
2949 2005-08-09 Juri Linkov <juri@jurta.org>
2950
2951 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2952 Remove `-text' from face variable names.
2953 (compilation-error-file-name, compilation-warning-file-name)
2954 (compilation-info-file-name): Delete faces.
2955 (compilation-line-number, compilation-column-number):
2956 Remove face underlining.
2957 (compilation-message-face): Set to `underline' value by default.
2958 (compilation-error-face, compilation-warning-face)
2959 (compilation-info-face): Remove `-file-name' from face names.
2960 (compilation-error-text-face, compilation-warning-text-face)
2961 (compilation-info-text-face): Delete face variables.
2962 (compilation-text-face): Delete function.
2963
2964 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2965 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2966 (grep-error-face): Set to `compilation-error' instead of
2967 `compilation-error-face' (which is redefined to `grep-hit-face' in
2968 grep buffers).
2969 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2970 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2971
2972 * dired-aux.el (dired-do-query-replace-regexp):
2973 Use `query-replace-read-args'.
2974
2975 * replace.el (query-replace-read-from, query-replace-read-to)
2976 (query-replace-read-args): Rename arg `string' to `prompt'.
2977
2978 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2979
2980 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2981
2982 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2983 uploading files.
2984 (ange-ftp-canonize-filename): Handle file names beginning with ~
2985 correctly.
2986
2987 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2988
2989 * textmodes/fill.el (canonically-space-region)
2990 (fill-context-prefix, fill-french-nobreak-p)
2991 (fill-delete-newlines, fill-comment-paragraph)
2992 (justify-current-line): "?\ " -> "?\s".
2993
2994 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2995
2996 * textmodes/fill.el (fill-nonuniform-paragraphs):
2997 Improve argument/docstring consistency.
2998
2999 2005-08-09 Richard M. Stallman <rms@gnu.org>
3000
3001 * textmodes/ispell.el (ispell-word): More fboundp checks.
3002
3003 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3004 (find-file-noselect-1): Call it here, only if RAWFILE.
3005 (normal-mode): Always set some major mode.
3006 (save-some-buffers-action-alist): Change some explanation strings.
3007 (file-name-non-special): In the `quote' method, use unwind-protect.
3008
3009 2005-08-09 Magnus Henoch <mange@freemail.hu>
3010
3011 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3012 (ispell-have-aspell-dictionaries): New variable.
3013 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3014 (ispell-get-aspell-config-value): New function.
3015 (ispell-aspell-find-dictionary): New function.
3016 (ispell-aspell-add-aliases): New function.
3017 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3018 appropriate. Don't look for ispell dictionaries if we use aspell.
3019 (ispell-menu-map): Don't build a submenu of dictionaries.
3020
3021 2005-08-09 Richard M. Stallman <rms@gnu.org>
3022
3023 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3024 (sql-read-passwd): Use read-passwd.
3025
3026 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3027 (idlwave-toolbar-is-possible): Add defvars.
3028
3029 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3030 Avoid warnings.
3031
3032 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3033 (idlwave-system-class-info, idlwave-executive-commands-alist):
3034 Use defvar.
3035
3036 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3037
3038 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3039 Avoid warnings.
3040
3041 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3042 and content-type: headers.
3043
3044 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3045
3046 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3047 and rename some of them to be more self-explanatory.
3048
3049 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3050
3051 * startup.el (command-line-1): Implement -scriptload.
3052
3053 * replace.el (occur-engine): Initial *Occur* output not undoable.
3054
3055 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3056 and improve help strings.
3057
3058 * isearch.el (isearch-repeat): When changing direction,
3059 mark search successful.
3060
3061 * ediff-init.el: Use (featurep 'xemacs).
3062
3063 * comint.el (send-invisible): Identify buffer, if not selected.
3064
3065 * align.el: Delete autoload for c-guess-basic-syntax.
3066
3067 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3068
3069 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3070 Improve argument/docstring consistency. Doc fixes.
3071 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3072 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3073 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3074 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3075 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3076 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3077 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3078 Defvar at compile time.
3079
3080 2005-08-09 Juri Linkov <juri@jurta.org>
3081
3082 * info.el: Replace `info' with upper-case `Info' where appropriate.
3083 (info-title-1, info-title-2, info-title-3, info-title-4)
3084 (info-menu-header): Move up face definitions.
3085 (info-menu-star): Rename from `info-menu-5'.
3086 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3087 (Info-fontify-visited-nodes): Fix docstring.
3088 (Info-hide-note-references): Fix docstring.
3089 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3090 menu items in the same way as on cross-references.
3091 (info-apropos): Fix sorting order and formatting to be like in the
3092 stand-alone Info browser. Display error messages for 1 sec.
3093 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3094 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3095 from the menu bar.
3096 (Info-insert-dir): Restore point after calling
3097 `insert-buffer-substring'.
3098
3099 2005-08-08 Richard M. Stallman <rms@gnu.org>
3100
3101 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3102 (recompute-lucid-menubar): Add defvars.
3103
3104 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3105
3106 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3107
3108 * net/net-utils.el (run-dig): Rename from `dig'.
3109
3110 * play/gametree.el (gametree-mode): Use make-local-variable,
3111 not make-variable-buffer-local.
3112
3113 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3114
3115 * ansi-color.el (ansi-color-make-extent)
3116 (ansi-color-set-extent-face): Use fboundp, not functionp.
3117
3118 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3119 not make-variable-buffer-local.
3120
3121 * bookmark.el (Info-current-file): Add defvar.
3122 (bookmark-jump-noselect): Use with-no-warnings.
3123
3124 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3125
3126 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3127
3128 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3129
3130 * find-file.el (ada-procedure-start-regexp)
3131 (ada-package-start-regexp): Add defvars.
3132
3133 * info.el (Info-insert-dir): Use insert-buffer-substring.
3134
3135 * xml.el (xml-att-def-re): Add defvar.
3136
3137 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3138 calling convention.
3139
3140 * subr.el (while-no-input): Return t if there is input.
3141
3142 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3143
3144 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3145
3146 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3149 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3150
3151 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3152
3153 * cmuscheme.el (scheme-start-file): Replace reference to
3154 `user-emacs-directory' by "~/.emacs.d/".
3155
3156 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3157
3158 * info.el (Info-dir-remove-duplicates): Avoid case folding
3159 in loop; instead, keep downcased strings for comparison.
3160 Suggested by Helmut Eller.
3161
3162 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3163
3164 Sync with Tramp 2.0.50.
3165
3166 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3167 XEmacs case; not necessary anymore.
3168 (tramp-user-regexp): Allow "@" as part of user name.
3169 (tramp-handle-set-visited-file-modtime)
3170 (tramp-handle-insert-file-contents)
3171 (tramp-handle-write-region): No special handling for
3172 `last-coding-system-used, because this is done in
3173 `tramp-accept-process-output' now.
3174 (tramp-accept-process-output): New defun.
3175 (tramp-process-one-action, tramp-process-one-multi-action)
3176 (tramp-wait-for-regexp, tramp-wait-for-output)
3177 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3178 Howells <dhowells@redhat.com>.
3179 (clear-visited-file-modtime): Defadvice removed. The check for
3180 unset buffer's modtime does not need to be based on
3181 `tramp-buffer-file-attributes'. Suggested by RMS.
3182 (tramp-message): Insert "\n" if not being at beginning of line.
3183 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3184 sequence with same logic.
3185 (tramp-completion-handle-expand-file-name): Discard call of
3186 `tramp-drop-volume-letter'. It is not necessary, and there have
3187 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3188 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3189 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3190 should always be visible.
3191 (tramp-handle-insert-directory, tramp-setup-complete)
3192 (tramp-set-process-query-on-exit-flag)
3193 (tramp-append-tramp-buffers): Pacify byte-compiler.
3194 (tramp-bug): Delete non-existing variables from list.
3195 Apply `tramp-load-report-modules' as pre-hook.
3196 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3197 `shell-prompt-pattern' because of non-7bit characters.
3198 Reported by Sebastian Luque <sluque@mun.ca>.
3199 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3200 (tramp-match-string-list): Remove function.
3201 (tramp-wait-for-regexp): Remove call of that function.
3202 Suggested by Kim F. Storm <storm@cua.dk>.
3203 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3204 instead of octal character code ?\600. The latter resulted in a
3205 syntax error with XEmacs.
3206
3207 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3208 XEmacs case; not necessary anymore.
3209 (tramp-smb-handle-write-region): No special handling for
3210 `last-coding-system-used, because this is done in
3211 `tramp-accept-process-output' now.
3212 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3213
3214 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3215
3216 * wid-edit.el (widget-choice-value-create):
3217 Unconditionally respect user choice. Set :explicit-choice back to nil
3218 when no longer needed.
3219 (widget-choice-action): Unconditionally respect user choice.
3220 Eliminate :explicit-choice-value.
3221
3222 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3223
3224 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3225 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3226 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3227 running new function `toggle-indicate-empty-lines'.
3228 Rename "Customize" item to "Customize fringe".
3229 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3230 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3231 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3232 Delete "Empty lines only" item.
3233 (menu-bar-showhide-fringe-ind-customize): New function.
3234 (menu-bar-showhide-fringe-ind-mixed)
3235 (menu-bar-showhide-fringe-ind-box)
3236 (menu-bar-showhide-fringe-ind-right)
3237 (menu-bar-showhide-fringe-ind-left)
3238 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3239 instead of `fringe-indicators'.
3240
3241 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3242
3243 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3244 Change the date of last update.
3245
3246 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3247
3248 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3249 (viper-exec-yank, viper-put-back): Don't display modification msg
3250 if in the minibuffer.
3251
3252 * viper-init.el (viper-replace-overlay-cursor-color)
3253 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3254 Make variables frame local.
3255
3256 * viper-util.el (viper-append-filter-alist): Use append instead of
3257 nconc.
3258
3259 * viper.el (viper-vi-state-mode-list)
3260 (viper-emacs-state-mode-list): Move help-mode and
3261 completion-list-mode from the first list to the second.
3262 (viper-mode): Docstring.
3263 (viper-go-away, viper-non-hook-settings): Don't localize
3264 minor-mode-alist in newer Emacsen. Add advice to
3265 set-cursor-color. Don't bind "\C-c\\".
3266
3267 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3268
3269 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3270 (scheme-macro-expand-command): New user options.
3271 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3272 (scheme-form-at-point, scheme-start-file)
3273 (scheme-interactively-start-process): New functions.
3274 (scheme-get-process): New function, extracted from `scheme-proc'.
3275 (run-scheme): Call `scheme-start-file' to get start file, and pass
3276 it to `make-comint'.
3277 (switch-to-scheme, scheme-proc):
3278 Call `scheme-interactively-start-process' if no Scheme buffer/process
3279 is available.
3280
3281 2005-08-06 Juri Linkov <juri@jurta.org>
3282
3283 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3284 Use `compilation-text-face', `compilation-info-text-face' and
3285 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3286 (compilation-error): New face.
3287 (compilation-error-file-name): Inherit from
3288 `compilation-error' instead of `font-lock-warning-face'.
3289 (compilation-warning-file-name): Inherit from
3290 `compilation-warning' instead of `font-lock-warning-face'.
3291 (compilation-info, compilation-error-file-name)
3292 (compilation-warning-file-name, compilation-info-file-name)
3293 (compilation-line-number, compilation-column-number): Doc fix.
3294 (compilation-error-text-face, compilation-warning-text-face)
3295 (compilation-info-text-face): New face variables.
3296 (compilation-line-face, compilation-column-face)
3297 (compilation-enter-directory-face)
3298 (compilation-leave-directory-face): Doc fix.
3299 (compilation-text-face): New function.
3300
3301 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3302 instead of 1 to display binary file names as info file links.
3303 (grep-error-face): Use `compilation-error-face' instead of
3304 `font-lock-keyword-face'.
3305 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3306 and `compilation-warning-text-face' instead of
3307 `font-lock-keyword-face'. Use `compilation-error-text-face'
3308 instead of `grep-error-face'.
3309
3310 2005-08-05 Kenichi Handa <handa@m17n.org>
3311
3312 * international/code-pages.el: Add autoload cookies for all coding
3313 systems.
3314
3315 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3316
3317 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3318
3319 2005-08-04 Juri Linkov <juri@jurta.org>
3320
3321 * progmodes/compile.el (compilation-mode-map):
3322 * progmodes/grep.el (grep-mode-map):
3323 Bind TAB to `compilation-next-error' and [backtab] to
3324 `compilation-previous-error'.
3325
3326 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3327 matching line numbers, column numbers and their ranges with regexp
3328 matching only line numbers.
3329 (grep-context-face): New face variable.
3330 (grep-mode-font-lock-keywords): Use it.
3331
3332 * faces.el (read-face-name): Delete duplicate faces.
3333
3334 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3335
3336 * thumbs.el (thumbs-find-image): Don't make variables
3337 automatically buffer local.
3338 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3339 (thumbs-image-num): Make automatically buffer local.
3340 (thumbs-show-thumbs-list): Use `make-local-variable', not
3341 `make-variable-buffer-local'.
3342 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3343
3344 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3345 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3346 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3347 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3348 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3349 (feelings-about, foullst, found, hello, history, howareyoulst)
3350 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3351 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3352 (neglst, obj, object, owner, please, problems, qlist)
3353 (random-adjective, relation, remlst, repetitive-shortness)
3354 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3355 (shortlst, something, sportslst, stallmanlst, states, subj)
3356 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3357 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3358 Defvar at compile time.
3359
3360 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3361 not `make-variable-buffer-local'.
3362
3363 2005-08-02 Kim F. Storm <storm@cua.dk>
3364
3365 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3366 rectangle overlay in selected window.
3367
3368 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3369
3370 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3371 instead of display group. Make `indicate-buffer-boundaries'
3372 customizable through Custom.
3373
3374 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3375
3376 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3377 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3378 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3379 (gdb-put-string): Fix typos in docstrings.
3380
3381 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3382
3383 Update copyright notices of files in progmodes directory for
3384 release of Emacs 22.1.
3385
3386 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3387
3388 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3389 Don't barf if the GUD buffer has been killed.
3390
3391 2005-08-01 Kim F. Storm <storm@cua.dk>
3392
3393 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3394
3395 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * simple.el (next-error-follow-minor-mode):
3398 make-variable-buffer-local -> make-local-variable.
3399
3400 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3401
3402 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3403 (byte-compile-form-make-variable-buffer-local): New functions to warn
3404 about misuses of make-variable-buffer-local where make-local-variable
3405 was meant.
3406
3407 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3408
3409 * bs.el (bs-attributes-list): Doc fix.
3410 (bs): Update url-link.
3411
3412 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3413 (desktop-load-default): Simplify.
3414
3415 * ibuffer.el (ibuffer-columnize-and-insert-list)
3416 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3417 (ibuffer-unmark-all, ibuffer-toggle-marks)
3418 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3419 (ibuffer-compile-make-format-form, ibuffer-format-column)
3420 (ibuffer-current-buffers-with-marks)
3421 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3422 (ibuffer): Doc fix.
3423 (ibuffer-mode): Fix typo in docstring.
3424 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3425 with `define-obsolete-variable-alias'.
3426 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3427
3428 2005-07-29 Kenichi Handa <handa@m17n.org>
3429
3430 * international/mule-cmds.el (select-message-coding-system):
3431 Be sure to use LF for end-of-line. If no coding system is decided,
3432 return iso-8859-1-unix.
3433
3434 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3437 (ange-ftp-pending-error-line): New vars.
3438 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3439 to handle the non-fatal no-route-to-host messages.
3440 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3441
3442 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3443
3444 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3445 (isearch-quote-char, isearch-printing-char)
3446 (isearch-text-char-description): "?\ " -> "?\s".
3447 (isearch-lazy-highlight-cleanup)
3448 (isearch-lazy-highlight-initial-delay)
3449 (isearch-lazy-highlight-interval)
3450 (isearch-lazy-highlight-max-at-a-time)
3451 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3452 Declare with define-obsolete-*-alias macros.
3453 (isearch-forward): Fix typo in docstring.
3454 (search-invisible, search-ring-yank-pointer)
3455 (regexp-search-ring-yank-pointer): Doc fixes.
3456
3457 * recentf.el (recentf-menu-append-commands-p): Declare with
3458 `define-obsolete-variable-alias'.
3459 (recentf-max-saved-items, recentf-menu-filter)
3460 (recentf-arrange-by-rule-subfilter): Doc fixes.
3461 (recentf-menu-append-commands-flag)
3462 (recentf-initialize-file-name-history, recentf-expand-file-name)
3463 (recentf-clear-data): Fix typos in docstrings.
3464
3465 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3466
3467 * progmodes/gdb-ui.el: Smarten comments.
3468 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3469
3470 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3471
3472 * term/apollo.el (terminal-init-apollo): New function containing
3473 all former top level forms in the file.
3474 * term/bobcat.el (terminal-init-bobcat):
3475 * term/cygwin.el (terminal-init-cygwin):
3476 * term/iris-ansi.el (terminal-init-iris-ansi):
3477 * term/linux.el (terminal-init-linux):
3478 * term/news.el (terminal-init-news):
3479 * term/rxvt.el (terminal-init-rxvt):
3480 * term/sun.el (terminal-init-sun):
3481 * term/tvi970.el (terminal-init-tvi970):
3482 * term/vt100.el (terminal-init-vt100):
3483 * term/vt102.el (terminal-init-vt102):
3484 * term/vt125.el (terminal-init-vt125):
3485 * term/vt200.el (terminal-init-vt200):
3486 * term/vt201.el (terminal-init-vt201):
3487 * term/vt220.el (terminal-init-vt220):
3488 * term/vt240.el (terminal-init-vt240):
3489 * term/vt300.el (terminal-init-vt300):
3490 * term/vt320.el (terminal-init-vt320):
3491 * term/vt400.el (terminal-init-vt400):
3492 * term/vt420.el (terminal-init-vt420):
3493 * term/wyse50.el (terminal-init-wyse50):
3494 * term/xterm.el (terminal-init-xterm): Likewise.
3495
3496 * term/README: Describe the terminal-init-* functionality.
3497
3498 * startup.el (command-line): After loading the terminal initialization
3499 file call the corresponding terminal initialization function.
3500
3501 2005-07-27 Kenichi Handa <handa@m17n.org>
3502
3503 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3504 negative.
3505
3506 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3507 (ps-mule-composition-prologue): Fix for the case that
3508 RelativeCompose is false.
3509
3510 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3513
3514 * descr-text.el (describe-char): Handle the case where the list of
3515 chars is displayed in a separate frame.
3516 Be a bit more discriminating when looking for the char.
3517
3518 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3519
3520 * bookmark.el (bookmark-automatically-show-annotations)
3521 (bookmark-read-annotation-text-func): Doc fixes.
3522 (bookmark-save): Improve argument/docstring consistency.
3523 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3524 (bookmark-alist-from-buffer)
3525 (bookmark-upgrade-file-format-from-0)
3526 (bookmark-grok-file-format-version)
3527 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3528 (bookmark-read-annotation-mode)
3529 (bookmark-insert-current-bookmark, bookmark-jump)
3530 (bookmark-exit-hook): Fix typos in docstrings.
3531 (bookmark-exit-hooks): Define as obsolete alias.
3532 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3533 not `bookmark-exit-hooks'. Fix docstring.
3534 (bookmark-bmenu-select): "?\ " -> "?\s".
3535
3536 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3537
3538 * startup.el (command-line): Fix typo.
3539
3540 2005-07-24 Richard M. Stallman <rms@gnu.org>
3541
3542 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3543 not emacs-quick-startup.
3544
3545 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3546
3547 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3548 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3549 instead of `reb-with-current-window'.
3550 (reb-prev-match): Likewise. Also, don't move left if the search
3551 was unsuccessful.
3552 (reb-initialize-buffer): New function.
3553 (re-builder, reb-change-syntax): Use it.
3554
3555 * man.el (Man-goto-page): Make second argument NOERROR optional.
3556
3557 2005-07-23 Richard M. Stallman <rms@gnu.org>
3558
3559 * man.el (Man-bgproc-sentinel): Check here for failure to find
3560 any man page in the output, and report the error here.
3561 (Man-arguments): Make it permanent local.
3562 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3563 (Man-mode): Pass t for NOERROR.
3564
3565 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3566 (grep-mode-font-lock-keywords):
3567 Don't use compilation-...-face for messages that are not file names.
3568
3569 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3570 Don't use compilation-...-face for messages that are not file names.
3571
3572 2005-07-22 Juri Linkov <juri@jurta.org>
3573
3574 * startup.el (normal-splash-screen): Update menu name.
3575
3576 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3577
3578 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3579
3580 * term/xterm.el: Load term/rxvt if the terminal is actually an
3581 rxvt terminal.
3582 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3583
3584 * term/rxvt.el (function-key-map): Use substitute-key-definition
3585 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3586
3587 * term/cygwin.el: New file.
3588
3589 2005-07-22 Kim F. Storm <storm@cua.dk>
3590
3591 * image-file.el (insert-image-file, image-file-yank-handler):
3592 Fix last change to maintain a (unique) yank-handler on yanked images.
3593
3594 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3595
3596 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3597 of the file size (as in "177B" for 177 bytes). This happens with
3598 "ls -lh" on FreeBSD.
3599
3600 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3601
3602 * hilit-chg.el (highlight-changes-global-initial-state)
3603 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3604 (hilit-chg-fixup, highlight-changes-mode):
3605 Fix typos in docstrings.
3606 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3607 Doc fixes.
3608
3609 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3610
3611 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3612 mode function using `eval-after-load'.
3613
3614 2005-07-21 Kim F. Storm <storm@cua.dk>
3615
3616 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3617 included when reporting an emacs crash, and tell about the DEBUG file.
3618
3619 * image-file.el (insert-image-file): Add yank-handler.
3620 (image-file-yank-handler): Yank handler to make unique copies of
3621 images when they are yanked into a buffer next to each other.
3622
3623 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3624
3625 * comint.el (comint-use-prompt-regexp, comint-send-input)
3626 (comint-source-default, comint-extract-string)
3627 (comint-get-source, comint-word, comint-completion)
3628 (comint-source, comint-prompt-read-only, comint-update-fence):
3629 Fix typos in docstrings.
3630 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3631 Declare with define-obsolete-*-alias macros.
3632 (comint-previous-matching-input-from-input)
3633 (comint-next-matching-input-from-input)
3634 (comint-previous-matching-input, comint-next-matching-input)
3635 (comint-forward-matching-input):
3636 Improve argument/docstring consistency.
3637
3638 * desktop.el (desktop-clear-preserve-buffers-regexp):
3639 Also preserve the *server* buffer.
3640
3641 * simple.el (clone-indirect-buffer): Doc fix.
3642 (fixup-whitespace, just-one-space)
3643 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3644 (next-error, next-error-highlight)
3645 (next-error-highlight-no-select, next-error-last-buffer)
3646 (next-error-buffer-p, next-error-find-buffer, next-error)
3647 (previous-error, next-error-no-select, previous-error-no-select)
3648 (open-line, split-line, minibuffer-prompt-width, kill-new)
3649 (binary-overwrite-mode): Fix typos in docstrings.
3650 (set-fill-column): Fix typo in message.
3651
3652 * skeleton.el (skeleton-proxy-new): Doc fix.
3653
3654 * strokes.el (strokes-load-hook): Doc fix.
3655 (strokes-grid-resolution, strokes-get-grid-position)
3656 (strokes-renormalize-to-grid, strokes-read-stroke)
3657 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3658 (strokes-global-map): Fix typos in docstrings.
3659 (strokes-help): Doc fix. Fix help message and pass it through
3660 `substitute-command-keys'.
3661
3662 * tempo.el (tempo-insert-prompt, tempo-interactive)
3663 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3664 (tempo-insert-string-functions, tempo-local-tags)
3665 (tempo-define-template, tempo-insert-template)
3666 (tempo-insert-prompt-compat, tempo-is-user-element)
3667 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3668 Fix typos in docstrings.
3669
3670 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3671 (vcursor-key-bindings, vcursor-use-vcursor-map)
3672 (vcursor-find-window, vcursor-scroll-down)
3673 (vcursor-disable, vcursor-beginning-of-buffer)
3674 (vcursor-end-of-buffer): Fix typos in docstrings.
3675 (vcursor-relative-move, vcursor-get-char-count):
3676 Improve argument/docstring consistency.
3677
3678 * version.el: "?\ " -> "?\s".
3679
3680 * wid-edit.el (widget-default-create, widget-after-change)
3681 (widget-default-format-handler, widget-checklist-add-item)
3682 (widget-radio-add-item, widget-choose, widget-specify-secret)
3683 (widget-field-value-create, widget-field-value-get)
3684 (widget-editable-list-format-handler)
3685 (widget-editable-list-entry-create, widget-group-value-create)
3686 (widget-documentation-link-add)
3687 (widget-documentation-string-value-create): "?\ " -> "?\s".
3688 (widget-convert-text): Doc fix.
3689 (widget-narrow-to-field, widget-field-find)
3690 (widget-url-link-action, widget-emacs-library-link-action)
3691 (widget-color-notify): Fix typos in docstrings.
3692
3693 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3694 (x-select-text, set-w32-system-coding-system)
3695 (w32-add-charset-info): Fix typos in docstrings.
3696
3697 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3698 (cua-enable-cua-keys, cua-use-hyper-key)
3699 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3700 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3701
3702 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3703
3704 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3705 `defalias' instead of faking it.
3706
3707 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3708 (eshell-ls-missing, eshell-ls-dired-initial-args)
3709 (eshell-ls-use-in-dired): Fix typos in docstrings.
3710
3711 2005-07-20 Kim F. Storm <storm@cua.dk>
3712
3713 * emulation/cua-base.el (cua-mode): Improve doc string.
3714
3715 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3716
3717 * abbrev.el (expand-region-abbrevs): Doc fix.
3718 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3719 Improve argument/docstring consistency.
3720
3721 * arc-mode.el (archive-get-descr, archive-alternate-display):
3722 Doc fixes.
3723 (archive-l-e): Improve argument/docstring consistency.
3724 (archive-tmpdir, archive-unixdate, archive-unixtime)
3725 (archive-chmod-entry): Fix typos in docstrings.
3726 (archive-unflag, archive-unflag-backwards)
3727 (archive-unmark-all-files): "?\ " -> "?\s".
3728
3729 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3730 (Buffer-menu-not-modified, Buffer-menu-execute)
3731 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3732 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3733
3734 * composite.el (compose-string, encode-composition-rule)
3735 (compose-last-chars): Fix typos in docstrings.
3736
3737 * desktop.el (desktop-enable, desktop-basefilename):
3738 Declare with `define-obsolete-variable-alias'.
3739 (desktop-internal-v2s): Don't quote keywords.
3740 (desktop-clear): "?\ " -> "?\s".
3741
3742 * dired.el (dired-align-file, dired-flag-backup-files)
3743 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3744 (dired-listing-switches, dired-ls-F-marks-symlinks)
3745 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3746 (dired-directory, dired-faces, dired, dired-revert)
3747 (dired-mode, dired-summary, dired-view-file)
3748 (dired-copy-filename-as-kill, dired-delete-file)
3749 (dired-no-confirm, dired-unmark-all-marks)
3750 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3751 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3752 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3753 Fix typos in message strings.
3754
3755 * dired-x.el (virtual-dired): Declare with `defalias'.
3756 (dired-mark-unmarked-files, dired-local-variables-file)
3757 (dired-omit-here-always): Doc fix.
3758 (dired-omit-mode, dired-find-subdir)
3759 (dired-enable-local-variables, dired-clean-up-buffers-too)
3760 (dired-extra-startup, dired-mark-extension, dired-jump)
3761 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3762 (dired-smart-shell-command, dired-guess-shell-alist-user)
3763 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3764 (dired-x-bind-find-file, dired-x-submit-report):
3765 Fix typos in docstrings.
3766 (dired-mark-unmarked-files): "?\ " -> "?\s".
3767
3768 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3769
3770 * faces.el (describe-face): "?\ " -> "?\s".
3771 (read-all-face-attributes, read-face-font, modify-face)
3772 (face-attr-construct, italic): Fix typos in docstrings.
3773 (frame-update-face-colors): Declare with
3774 `define-obsolete-function-alias'.
3775
3776 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3777 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3778 (magic-mode-alist, buffer-file-numbers-unique)
3779 (write-file-functions, get-free-disk-space):
3780 Fix typos in docstrings.
3781 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3782 (write-contents-hooks, write-file-hooks):
3783 Declare with `define-obsolete-variable-alias'.
3784
3785 * forms-d2.el (arch-rj): Fix typo in docstrings.
3786 (arch-tocol): Likewise. "?\ " -> "?\s".
3787
3788 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3789 Fix typo in docstring.
3790 (set-screen-width, set-screen-height): Delete redundant info in
3791 doctrings.
3792 (new-frame, screen-height, screen-width): Declare with
3793 `define-obsolete-function-alias'.
3794 (delete-frame-hook, blink-cursor): Declare with
3795 `define-obsolete-variable-alias'.
3796
3797 * paths.el (prune-directory-list): Fix typos in docstring.
3798
3799 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3800 (cvs-prefix-get): Fix typos in docstrings.
3801
3802 * ps-print.el (ps-extend-face-list, ps-extend-face)
3803 (ps-print-background-image): Fix typos in docstrings.
3804 (ps-default-fg, ps-default-bg): Doc fixes.
3805
3806 * s-region.el (s-region-bind): Doc fix.
3807 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3808
3809 * textmodes/org.el (org-table-formula-substitute-names)
3810 (org-table-get-vertical-vector): Doc fixes.
3811 (org-table-recalculate): Remove unused argument to `message'.
3812
3813 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3814
3815 * textmodes/org.el (org-table-column-names)
3816 (org-table-column-name-regexp)
3817 (org-table-named-field-locations): New variables.
3818 (org-archive-subtree): Protect `this-command' when calling
3819 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3820 the kill buffer.
3821 (org-complete): Remove fixed-formula completion.
3822 (org-edit-formulas-map): New variable.
3823 (org-table-edit-formulas): New command.
3824 (org-finish-edit-formulas, org-abort-edit-formulas)
3825 (org-show-variable, org-table-get-vertical-vector): New functions.
3826 (org-table-maybe-eval-formula): Handle `:=' fields.
3827 (org-table-get-stored-formulas, org-table-store-formulas)
3828 (org-table-get-formula, org-table-modify-formulas)
3829 (org-table-replace-in-formulas): Handle named field formulas.
3830 (org-table-get-specials): Store locations of named fields.
3831
3832 2005-07-19 Juri Linkov <juri@jurta.org>
3833
3834 * progmodes/grep.el (grep-regexp-alist)
3835 (grep-mode-font-lock-keywords, grep-process-setup):
3836 Use default GNU grep match color "01;31m" instead of "01;41m".
3837 (grep-regexp-alist, grep-mode-font-lock-keywords):
3838 Use `\\[[0-9]*m' instead of `\\[00m'.
3839 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3840 sgr_start where its handling is more important. Use the real
3841 length of sgr_start instead of constant 8.
3842 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3843 specially. Delete all remaining escape sequences.
3844 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3845 (grep-regexp-alist): Make hyperlink only for binary file name
3846 instead of the whole line.
3847 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3848 (grep-mode): Add autoload.
3849
3850 * emacs-lisp/find-func.el (find-function-regexp):
3851 Add `define-compilation-mode'.
3852
3853 2005-07-19 Juri Linkov <juri@jurta.org>
3854
3855 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3856 (compare-windows-sync-string-size, compare-windows-recenter)
3857 (compare-windows-highlight, compare-windows): Add version 22.1.
3858 (compare-windows) <defface>: Inherit from lazy-highlight instead
3859 of duplicating its default value.
3860
3861 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3862 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3863
3864 * descr-text.el (describe-char): Create link buttons for `charset'
3865 and `code point'. Add the current input method name with a link
3866 button to `to input' field. Print face names of display table
3867 characters in `The display table entry is displayed by' section
3868 instead of printing face-id in the `display' field.
3869 Guess hardcoded faces and create a link button for them.
3870 Skip empty fields when calculating max-width.
3871 Treat `widget-create' specially while inserting strings from the
3872 collected field list.
3873 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3874
3875 * diff-mode.el (diff-file-header): Change foreground color from
3876 yellow to green on light backgrounds.
3877 (diff-context): Inherit from `shadow' only for color/grayscale
3878 with more than 88 colors.
3879 (diff-indicator-removed, diff-indicator-added)
3880 (diff-indicator-changed): New faces.
3881 (diff-font-lock-keywords): Use new faces. Regroup rules.
3882 Add "^---$" for `normal' diff format. Fontify `#' lines with
3883 font-lock-comment-delimiter-face and font-lock-comment-face.
3884 Add `#' to ^[^...] in the rule for `diff-context-face'.
3885
3886 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3887 a button-like box. Inherit from `highlight' on low colors.
3888 (shadow): Use shades of gray only for color/grayscale with
3889 more than 88 colors. Use green for light backgrounds with
3890 8 colors, and yellow for dark backgrounds with 8 colors.
3891
3892 * font-lock.el (font-lock-regexp-grouping-backslash):
3893 Don't inherit from escape-glyph (use bold for all cases).
3894
3895 * info.el (info-xref-visited): Use light foreground color `violet'
3896 for dark backgrounds instead of dark color `magenta3'.
3897 (info-title-1): Use `yellow' color for dark backgrounds.
3898
3899 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3900 too-light magenta2.
3901
3902 * replace.el (match): Use slightly more light RoyalBlue3 instead
3903 of dark RoyalBlue4.
3904
3905 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3906
3907 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3908
3909 * novice.el (disabled-command-hook): Declare it with
3910 `define-obsolete-variable-alias'.
3911
3912 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3913 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3914 (desktop-load-default): Add release to obsolescence info.
3915 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3916 (desktop-append-buffer-args, desktop-read):
3917 Fix typos in docstrings.
3918 (desktop-kill): Fix typo in message.
3919 (desktop-save): Doc fix.
3920
3921 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3922
3923 * viper-cmd.el (viper-escape-to-state): Bug fix.
3924 (viper-envelop-ESC-key): Change the definition of fast
3925 keysequence so it'll work with keyboard macros.
3926
3927 * ediff.el (ediff-patch-buffer): Change the docstring.
3928
3929 2005-07-19 Kenichi Handa <handa@m17n.org>
3930
3931 * international/mule-cmds.el (select-safe-coding-system): Try to
3932 use an auto-coding (if any) before anything else. If the found
3933 auto-coding is invalid, show a warning message.
3934
3935 * international/mule.el (find-auto-coding): New function created
3936 by modifying the body of set-auto-coding.
3937 (set-auto-coding): Use find-auto-coding to find a coding.
3938
3939 2005-07-18 Richard M. Stallman <rms@gnu.org>
3940
3941 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3942 not isearch-mode-end-hook-error.
3943 (allout-before-change-protect): Fix error message.
3944
3945 2005-07-18 Juri Linkov <juri@jurta.org>
3946
3947 * allout.el (allout-mode):
3948 * calculator.el (calculator-copy):
3949 * custom.el (custom-known-themes):
3950 * dired.el (dired-desktop-buffer-misc-data)
3951 (dired-restore-desktop-buffer):
3952 * dired-x.el (dired-omit-marker-char):
3953 * files.el (basic-save-buffer):
3954 * font-core.el (font-lock-mode):
3955 * calendar/calendar.el (calendar-goto-hebrew-date)
3956 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3957 (calendar-goto-persian-date):
3958 * language/ethio-util.el (ethio-sera-to-fidel-region):
3959 * textmodes/picture.el (picture-mode):
3960 Delete duplicate duplicate words.
3961
3962 2005-07-18 Juri Linkov <juri@jurta.org>
3963
3964 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3965 chars * ? } |.
3966 (isearch-fallback): Don't call `isearch-process-search-char'.
3967 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3968 (isearch-process-search-char): Call `isearch-fallback' for regexp
3969 chars * ? } |.
3970 (isearch-return-char): Make obsolete with `make-obsolete' instead
3971 of simply documenting it as obsolete in the docstring.
3972 (isearch-fallback): Refill docstring.
3973
3974 * international/isearch-x.el
3975 (isearch-process-search-multibyte-characters): Remove unneeded
3976 `concat'. Add intermediate values to `junk-hist' instead of
3977 `minibuffer-history'. Test the length of `str'.
3978
3979 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * allout.el (allout-resolve-xref): Fix typos in error strings.
3982 (allout-before-change-protect): Remove unneeded `concat'.
3983
3984 * array.el (array-mode, array-reconfigure-rows)
3985 (untabify-backward): Fix typos in docstrings.
3986 (array-reconfigure-rows): Use `insert-buffer-substring', not
3987 `insert-buffer'.
3988
3989 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3990 * progmodes/ada-mode.el (ada-make-body):
3991 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3992
3993 * dired.el (dired-log):
3994 * tar-mode.el (tar-subfile-save-buffer):
3995 * play/zone.el (zone-pgm-stress-destress):
3996 Use `insert-buffer-substring', not `insert-buffer'.
3997
3998 2005-07-17 Simon Josefsson <jas@extundo.com>
3999
4000 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4001
4002 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4003
4004 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4005 Add plain auth method.
4006 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4007
4008 2005-07-17 Kim F. Storm <storm@cua.dk>
4009
4010 * ido.el (dired-other-window): Add ido property.
4011
4012 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4015 Fix typo in docstring.
4016 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4017 `insert-file-literally'.
4018
4019 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4020 info and delete redundant message. Doc fix.
4021 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4022 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4023
4024 2005-07-16 Richard M. Stallman <rms@gnu.org>
4025
4026 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4027 (byte-compile-and): Use byte-compile-and-recursion.
4028 (byte-compile-or-recursion): New function.
4029 (byte-compile-or): Use that.
4030 (byte-compile-if): Guard the else-clause too.
4031 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4032
4033 * isearch.el (isearch-mode-end-hook-quit): New variable.
4034 (isearch-done): Bind it.
4035 (isearch-mode-end-hook): Doc fix.
4036
4037 * allout.el (allout-isearch-did-quit): Variable deleted.
4038 (allout-real-isearch-abort): Function name no longer used.
4039 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4040 (allout-isearch-rectification): isearch-mode always exists.
4041 Don't set allout-isearch-did-quit.
4042 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4043 allout-isearch-did-quit.
4044 (allout-enwrap-isearch): Just add the hook.
4045 (allout-isearch-abort): Function deleted.
4046 (allout-pre-command-business): Avoid warning.
4047
4048 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4049 Correctly avoid warnings.
4050 (pascal-outline): Likewise.
4051
4052 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4053
4054 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4055
4056 * play/tetris.el (tetris-mode): Avoid warning.
4057
4058 * play/snake.el (snake-mode): Avoid warning.
4059
4060 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4061 (gamegrid-set-display-table): Avoid warning.
4062 (gamegrid-set-timer): Likewise.
4063 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4064 (gamegrid-add-score-with-update-game-score-1): Take FILE
4065 as argument.
4066 (gamegrid-add-score-with-update-game-score): Pass that argument.
4067 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4068
4069 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4070
4071 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4072 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4073
4074 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4075 and insert-file.
4076
4077 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4078 (sc-ask): Avoid warnings.
4079
4080 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4081 (eshell-hist-initialize): Use that var the natural way.
4082
4083 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4084
4085 * emacs-lisp/re-builder.el (reb-cook-regexp):
4086 Avoid warning calling lre-compile-string.
4087 (reb-color-display-p): Avoid warning.
4088
4089 * calculator.el (calculator-last-input): Guard uses
4090 of event-key and key-press-event-p.
4091 (event-key, key-press-event-p): Delete definitions.
4092
4093 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4094 (find-gc-source-directory, find-gc-subrs-callers)
4095 (find-gc-noreturn-list, find-gc-source-files)
4096 (find-gc-subrs-called): Vars renamed and defvar'd.
4097
4098 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4099 (checkdoc-overlay-put, checkdoc-delete-overlay)
4100 (checkdoc-overlay-start, checkdoc-overlay-end)
4101 (checkdoc-mode-line-update, checkdoc-char=):
4102 Define such that compiler knows they are defined.
4103 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4104 (checkdoc-read-event): Delete. Use read-event directly.
4105
4106 * whitespace.el (whitespace-make-overlay)
4107 (whitespace-overlay-put, whitespace-delete-overlay)
4108 (whitespace-overlay-start, whitespace-overlay-end):
4109 Define such that compiler knows they are defined.
4110 (whitespace): Move conditional inside.
4111
4112 * tempo.el (tempo-insert-template): Suppress warning.
4113
4114 * ediff-diff.el (longlines-mode): Add defvar.
4115
4116 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4117
4118 * server.el: Bind "C-x #" in a way that works even if C-x is
4119 redefined to a command key, not a prefix key.
4120
4121 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4122
4123 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4124 cl-make-type-test till execution time.
4125
4126 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4127
4128 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4129 arg ARG and use it.
4130
4131 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4132
4133 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4134
4135 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4136
4137 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4138 a defcustom with two :set or :type keywords.
4139
4140 2005-07-15 Richard M. Stallman <rms@gnu.org>
4141
4142 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4143 Don't give ^M comment-end syntax.
4144
4145 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4146
4147 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4148 Don't consider gdbmi (gdb-mi.el has its own update functions).
4149 (gdb-var-delete): Make it work for gdbmi as well.
4150 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4151
4152 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4153 (gud-speedbar-menu-items): Correct logic for enabling items.
4154
4155 2005-07-15 Kim F. Storm <storm@cua.dk>
4156
4157 * ido.el: Fix commentary.
4158 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4159 Use with-no-warnings around ffap-guesser.
4160 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4161 Let bind minibuffer-completing-file-name to t.
4162
4163 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4164
4165 * startup.el (site-run-file, keyboard-type): Doc fixes.
4166 (command-line): Check for "--basic-display" argument; also for
4167 "--quick", not "--bare-bones" (which was renamed).
4168 (fancy-splash-text): Add missing item "Getting New Versions".
4169 (normal-splash-screen): Fix typos and improve consistency with
4170 `fancy-splash-text'. Update copyright year.
4171
4172 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4173 valid binding for `help-char'.
4174
4175 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4176
4177 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4178
4179 * term.el (term-mode): Disable cua-mode for term buffers.
4180
4181 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4182
4183 * add-log.el (add-log-mailing-address, change-log-merge):
4184 Doc fixes.
4185 (change-log-get-method-definition): Fix typo in docstring.
4186
4187 2005-07-14 Kim F. Storm <storm@cua.dk>
4188
4189 * emulation/cua-base.el:
4190 (cua--pre-command-handler-1, cua--pre-command-handler)
4191 (cua--post-command-handler-1, cua--post-command-handler):
4192 Split in two. Check (buffer local) value of cua-mode.
4193 (cua-selection-mode): New command.
4194
4195 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4196
4197 * custom.el (custom-initialize-safe-set)
4198 (custom-initialize-safe-default): Doc fixes.
4199
4200 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4201 and simplify :init-value again.
4202
4203 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4204 and simplify :init-value again. Delete autoload.
4205
4206 * startup.el (command-line): Use `custom-reevaluate-setting' again
4207 for tooltip-mode.
4208
4209 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4210 a defcustom with two :initialize keywords.
4211
4212 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4215 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4216 (allout-post-command-business, allout-flag-region)
4217 (isearch-reenable-font-lock, allout-yank)
4218 (allout-insert-latex-header, allout-insert-latex-trailer)
4219 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4220 (allout-latex-verb-quote): Fix typos in docstrings.
4221 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4222 (allout-unprotected, allout-prefix-data):
4223 Improve argument/docstring consistency.
4224 (allout-chart-subtree): Fix argument spec.
4225 (allout-open-topic): Rename `use_sib_bullet' argument to
4226 `use-sib-bullet'. Doc fix.
4227
4228 * whitespace.el (whitespace-check-buffer-leading)
4229 (whitespace-check-buffer-trailing)
4230 (whitespace-check-buffer-indent)
4231 (whitespace-check-buffer-spacetab)
4232 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4233 (whitespace-check-leading-whitespace)
4234 (whitespace-check-trailing-whitespace)
4235 (whitespace-check-spacetab-whitespace)
4236 (whitespace-check-indent-whitespace)
4237 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4238 (whitespace-modes): Fix typos in docstrings.
4239 (defgroup, defcustom): Doc fixes.
4240
4241 * winner.el (winner-mode, winner-boring-buffers)
4242 (winner-pending-undo-ring): Doc fixes.
4243 (winner-ring): Remove unneeded `progn'.
4244 (winner-equal): `defsubst' it.
4245 (winner-redo): Fix message.
4246
4247 2005-07-13 Kim F. Storm <storm@cua.dk>
4248
4249 * simple.el (line-move-1): Always use vertical-motion to
4250 do the last (or only) line move to ensure some movement.
4251 Undo 2005-06-23 change--don't check for overlays.
4252
4253 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4254
4255 * term/mac-win.el (ccl-encode-mac-roman-font)
4256 (ccl-encode-mac-centraleurroman-font)
4257 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4258 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4259 Change charset-id boundary of dimension to ?\xef.
4260 (mac-char-fontspec-list): New constant.
4261 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4262 argument. Nil uses itself as family in font-spec. Previous
4263 behavior for nil is now provided by non-nil non-string argument.
4264 All callers changed. Add font-specs for Mac fonts to
4265 "fontset-default" unless iso8859-1 fonts are installed.
4266
4267 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4270 a continuation line if the \ is preceded by SPC or TAB.
4271 (sh-get-indent-info): Simplify.
4272 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4273 Use with-current-buffer.
4274
4275 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4276 when the matched text is empty.
4277
4278 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4279
4280 * startup.el (command-line): Revert to previous handling of
4281 tooltip-mode. Explain in comment why the complexity is needed.
4282
4283 * tooltip.el (tooltip-mode): Revert to previous implementation of
4284 its defcustom.
4285
4286 * frame.el (blink-cursor-mode): Revert to previous implementation
4287 of its defcustom. Update comment.
4288
4289 2005-07-12 Lars Hansen <larsh@soem.dk>
4290
4291 * desktop.el: Update e-mail address.
4292
4293 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4294
4295 * term/mac-win.el (mac-services-mail-selection)
4296 (mac-services-mail-to): New functions.
4297 (mac-application-menu-map): Bind them.
4298
4299 2005-07-12 wulei <milton@wulei.net> (tiny change)
4300
4301 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4302
4303 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4304
4305 * custom.el (custom-reevaluate-setting): Doc fix.
4306
4307 2005-07-11 Jay Belanger <belanger@truman.edu>
4308
4309 * calc/calc.el (calc-embedded-announce-formula-alist)
4310 (calc-embedded-open-close-plain-alist)
4311 (calc-embedded-open-close-mode-alist): Add checks for additional
4312 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4313
4314 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4315
4316 * custom.el (custom-enable-theme): Don't add theme to
4317 `custom-enabled-themes' with `push' because there is no
4318 setf-method for `delq'.
4319
4320 2005-07-11 Richard M. Stallman <rms@gnu.org>
4321
4322 * custom.el (custom-declare-variable): Doc fix.
4323
4324 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4325 from the alists.
4326
4327 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4328 Do nothing if edebug-active.
4329
4330 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4331 (edebug-display): Do it here instead.
4332
4333 2005-07-10 Richard M. Stallman <rms@gnu.org>
4334
4335 * cus-face.el (custom-theme-set-faces): Make it work.
4336 (custom-reset-faces): Doc fix.
4337 (custom-theme-reset-internal-face, custom-theme-face-value):
4338 Functions deleted.
4339
4340 * custom.el (custom-push-theme): Maintain list of the settings
4341 of a given theme in its theme-settings property.
4342 Maintain position of old settings in the theme-value
4343 or theme-face property.
4344 (custom-enabled-themes): New variable.
4345 (custom-theme-enabled-p): New function.
4346 (provide-theme): Update custom-enabled-themes.
4347 Disable and reenable the `user' theme.
4348 (require-theme): Doc fix.
4349 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4350 (custom-theme-value, custom-theme-variable-value): Likewise.
4351 (custom-theme-reset-internal): Likewise.
4352 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4353 (custom-enable-theme, custom-disable-theme): New functions.
4354 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4355 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4356 (custom-theme-reset-variables): Simplify.
4357 (deftheme, custom-declare-theme, custom-make-theme-feature):
4358 Definitions moved.
4359
4360 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4361
4362 * longlines.el (longlines-show-region)
4363 (longlines-unshow-hard-newlines): Recognize hard newlines by
4364 non-nil hard property, instead of t.
4365
4366 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4367
4368 * viper-cmd.el (viper--key-maps): New variable.
4369 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4370 emulation-mode-map-alists.
4371 (viper-envelop-ESC-key): Use viper-subseq.
4372 (viper-search-forward/backward/next): Disable debug-on-error.
4373
4374 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4375 (viper-ESC-key): New defcustoms.
4376
4377 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4378
4379 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4380 (viper-subseq): Copy of subseq from cl.el.
4381
4382 * viper.el (viper-go-away, viper-set-hooks): Use
4383 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4384
4385 * viper-mous.el (viper-current-frame-saved): Use defvar.
4386
4387 * viper-init.el: Get rid of -face in face names.
4388
4389 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4390 Make it work with longlines mode
4391
4392 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4393
4394 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4395
4396 * ediff-init.el: Get rid of -face in face names.
4397
4398 2005-07-10 Richard M. Stallman <rms@gnu.org>
4399
4400 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4401 and with-timeout-unsuspend.
4402
4403 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4404 and with-timeout-unsuspend.
4405
4406 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4407 (with-timeout): Bind that variable to record timers.
4408 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4409
4410 * emacs-lisp/debug.el (debug-help-follow): New function.
4411 (debugger-mode-map): Use that instead of help-follow.
4412 (debugger-setup-buffer): Use eval-buffer-list
4413 to handle eval-buffer frames.
4414
4415 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4416
4417 * timezone.el (timezone-parse-date): Change first regexp
4418 so it will not mistakenly match dates with no time zone.
4419
4420 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4421
4422 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4423
4424 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4425
4426 * custom.el (custom-initialize-safe-set)
4427 (custom-initialize-safe-default): New functions.
4428
4429 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4430 and simplify :init-value.
4431
4432 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4433 and simplify :init-value. Delete obsolete comment.
4434
4435 * startup.el (command-line): Use `custom-reevaluate-setting' to
4436 handle `tooltip-mode'. Delete obsolete comment.
4437
4438 * files.el (set-visited-file-name): Avoid calling
4439 `file-name-nondirectory' with a nil argument.
4440
4441 2005-07-09 Richard M. Stallman <rms@gnu.org>
4442
4443 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4444 was called with nil for the buffer, handle the read position right.
4445 Handle read position for eval-region, too.
4446
4447 2005-07-09 Juri Linkov <juri@jurta.org>
4448
4449 * fringe.el (fringe-mode): Add period in docstring.
4450 (fringe-query-style): Build prompt depending on `all-frames' arg.
4451
4452 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4453 to not create links to unrelated functions in the Help buffer.
4454
4455 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4456 Doc fix.
4457
4458 * simple.el (next-error-hook): New variable.
4459 (next-error): Use it. Doc fix.
4460
4461 * textmodes/ispell.el (ispell-command-loop): Add current
4462 dictionary name and program name to mode-line-format.
4463 (ispell-region, ispell-process-line): Add current dictionary name
4464 and program name to messages.
4465
4466 2005-07-08 Jay Belanger <belanger@truman.edu>
4467
4468 * calc/calc.el (calc-embedded-announce-formula-alist)
4469 (calc-embedded-open-close-formula-alist)
4470 (calc-embedded-open-close-word-alist)
4471 (calc-embedded-open-close-plain-alist)
4472 (calc-embedded-open-close-new-formula-alist)
4473 (calc-embedded-open-close-mode-alist)
4474 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4475 (calc-embedded-mode-hook): New variables.
4476
4477 * calc/calc-embed.el (calc-embedded-firsttime)
4478 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4479 New variables.
4480 (calc-do-embedded): Use calc-embedded-firsttime,
4481 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4482 determine whether or not to run hooks.
4483 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4484 calc-embedded-firsttime-formula appropriately.
4485 Set calc-embedded delimiter variables according to mode.
4486
4487 2005-07-08 Richard M. Stallman <rms@gnu.org>
4488
4489 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4490 Check for "emacs", etc., as entire symbol, not just as word.
4491 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4492
4493 * files.el (set-visited-file-name): Report the error
4494 for "empty filename" earlier.
4495 (kill-some-buffers): Ignore buffers already dead.
4496
4497 * fringe.el (fringe-mode): Doc fix.
4498
4499 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4500 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4501 Use unwind-protect to ensure byte-compile-unresolved-functions
4502 is updated.
4503
4504 * whitespace.el (whitespace-buffer-leading-cleanup):
4505 Simplify w/ skip-chars-forward.
4506 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4507
4508 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4509 Unconditionally try to leave point at the same old place.
4510
4511 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4512
4513 * comint.el (comint-postoutput-scroll-to-bottom)
4514 (comint-show-maximum-output): Take scroll-margin into consideration.
4515
4516 2005-07-08 Kim F. Storm <storm@cua.dk>
4517
4518 * ido.el (ido-use-filename-at-point): New choice `guess'.
4519 (ido-file-internal): Try ffap-guesser if selected.
4520
4521 * ido.el (ido-before-fallback-functions): New hook.
4522 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4523 (ido-read-file-name): Run it.
4524
4525 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4528 strings rather than a list of symbols to the completion function.
4529
4530 2005-07-07 Jay Belanger <belanger@truman.edu>
4531
4532 * calc/calc-units.el (math-apply-units): Change the places in
4533 which units are simplified.
4534
4535 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4536
4537 * cus-edit.el (customize-option, customize-option-other-window):
4538 Make them handle aliases.
4539
4540 * custom.el (custom-variable-p): Make it recursively follow
4541 aliases. Mention that in the docstring.
4542
4543 2005-07-07 Richard M. Stallman <rms@gnu.org>
4544
4545 * cus-start.el (exec-path): Use `directory' instead of `file'.
4546 Fix tag for nil.
4547
4548 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4549
4550 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4551 when called non-interactively. Doc fix.
4552
4553 2005-07-07 Lute Kamstra <lute@gnu.org>
4554
4555 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4556 new address as well.
4557
4558 2005-07-07 Kenichi Handa <handa@m17n.org>
4559
4560 * international/mule.el (make-coding-system):
4561 Describe `ascii-incompatible' property in the docstring.
4562 (set-file-name-coding-system): Signal an error if coding-system is
4563 ascii-incompatible.
4564 (set-keyboard-coding-system): Likewise.
4565
4566 * international/mule-cmds.el (set-default-coding-systems):
4567 Don't set default-file-name-coding-system and
4568 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4569
4570 * international/utf-16.el: Declare that all UTF-16-based coding
4571 systems are ASCII-incompatible.
4572
4573 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4574
4575 * progmodes/gud.el: Require font-lock for displaying errors.
4576 Used by gdb-ui.el.
4577
4578 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4581 values for the pattern lists which are `read'able but not
4582 `append'able (like symbols).
4583
4584 2005-07-06 Richard M. Stallman <rms@gnu.org>
4585
4586 * progmodes/flymake.el (flymake-float-time): Instead of
4587 with-no-warnings, test for xemacs.
4588 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4589 to avoid warning.
4590
4591 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4592
4593 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4594
4595 2005-07-05 Lute Kamstra <lute@gnu.org>
4596
4597 * battery.el: Add support for Darwin (with much debugging help
4598 from Samuel Lauber <sam124@operamail.com>).
4599 (battery-status-function, battery-echo-area-format)
4600 (battery-mode-line-format): Add support for pmset on Darwin.
4601 (battery-load-low, battery-load-critical): New user options.
4602 (battery-pmset): New function.
4603
4604 2005-07-05 Lute Kamstra <lute@gnu.org>
4605
4606 Update FSF's address in GPL notices.
4607
4608 * textmodes/page-ext.el: Update FSF's address.
4609
4610 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4613 filling from using prefix when filling a single-line docstring.
4614
4615 * progmodes/flymake.el: Remove useless eval-when-compile.
4616
4617 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4618
4619 2005-07-04 Richard M. Stallman <rms@gnu.org>
4620
4621 * textmodes/org.el (org-file-apps-defaults-gnu):
4622 Rename from org-file-apps-defaults-linux.
4623 (org-default-apps): Don't test system-type for `linux'.
4624 (org-file-apps): Doc fix.
4625
4626 2005-07-04 David Ponce <david@dponce.com>
4627
4628 * tree-widget.el: Improve header Commentary section.
4629 (tree-widget) [defgroup]
4630 (tree-widget-image-enable, tree-widget-themes-directory)
4631 (tree-widget-theme, tree-widget-image-properties-emacs)
4632 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4633 (tree-widget-image-formats, tree-widget-control)
4634 (tree-widget-empty-control, tree-widget-leaf-control
4635 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4636 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4637 (tree-widget-keep, tree-widget-after-toggle-functions)
4638 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4639 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4640 :help-echo message.
4641 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4642 (tree-widget-image-properties): Doc fix. Clearer implementation.
4643 (tree-widget--cursors): New constant.
4644 (tree-widget-lookup-image): New function split from
4645 `tree-widget-find-image'. Clearer implementation.
4646 (tree-widget-find-image): Use it.
4647 (tree-widget-button-keymap): Use `set-keymap-parent'.
4648 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4649 Define the sub-widgets here.
4650 (tree-widget-node): Check that :node is not a tree-widget.
4651 (tree-widget-get-super, tree-widget-open-control)
4652 (tree-widget-close-control, tree-widget-empty-control)
4653 (tree-widget-leaf-control, tree-widget-guide)
4654 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4655 (tree-widget-no-handle, tree-widget-value-delete)
4656 (tree-widget-map): Remove.
4657 (tree-widget-children-value-save): Doc fix. Simplified.
4658 (tree-widget-value-create): Update according to previous changes.
4659
4660 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4661
4662 * textmodes/org.el: Leading space replaced by TABS.
4663 (org-recalc-marks, org-table-rotate-recalc-marks)
4664 (org-table-get-specials): Treat "^" and "_" marks.
4665 (org-table-justify-field-maybe): Optional argument NEW.
4666 (org-table-eval-formula): Parsing of the format simplified.
4667 New modes C,I. Honor the %= parameter in the current table.
4668 Avoid unnecessary re-align by using the NEW argument to
4669 `org-table-justify-field-maybe'.
4670 (org-calc-default-modes): Default for date-format mimicks org-mode.
4671 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4672
4673 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4674
4675 * cus-face.el (custom-theme-set-faces): Make it handle face
4676 aliases whose alias declarations are pre- or autoloaded.
4677
4678 2005-07-04 Juri Linkov <juri@jurta.org>
4679
4680 * faces.el (read-face-name): Put the code for getting a face name
4681 from the buffer before adding the faces from the `face' property.
4682 Use `completing-read-multiple' instead of `completing-read'.
4683 Require `crm'. Add default value and post-process the returned
4684 list of faces.
4685
4686 * emacs-lisp/crm.el (crm-find-current-element)
4687 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4688
4689 * emacs-lisp/lisp-mode.el (eval-defun-1):
4690 * emacs-lisp/edebug.el (edebug-eval-defun):
4691 Remove unnecessary quotes.
4692
4693 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4694
4695 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4696 (prolog-indent-level): Fix typo in docstring.
4697
4698 * info.el (Info-history, Info-history-forward)
4699 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4700
4701 * add-log.el (add-change-log-entry):
4702 * comint.el (comint-dynamic-list-input-ring)
4703 (comint-dynamic-list-completions):
4704 * dabbrev.el (dabbrev-expand):
4705 * delim-col.el (delimit-columns-rectangle-line):
4706 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4707 (diff-unified->context):
4708 * ediff-init.el (ediff-abbrev-jobname):
4709 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4710 (ediff-replace-session-activity-marker-in-meta-buffer):
4711 * info.el (Info-summary):
4712 * lpr.el (printify-region):
4713 * printing.el (pr-create-interface):
4714 * ps-print.el (ps-print-quote):
4715 * ses.el (ses-column-widths, ses-print-cell)
4716 (ses-adjust-print-width, ses-center):
4717 * shell.el (shell-file-name-quote-list):
4718 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4719 (strokes-fill-current-buffer-with-whitespace)
4720 (strokes-xpm-for-stroke, strokes-list-strokes)
4721 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4722 * term.el (term-dynamic-list-input-ring)
4723 (term-dynamic-list-completions):
4724 * calc/calc.el (math-format-stack-value):
4725 * emacs-lisp/edebug.el (edebug-display-freq-count):
4726 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4727 (delphi-new-comment-line):
4728 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4729 * progmodes/executable.el (executable-set-magic):
4730 * progmodes/python.el (inferior-python-mode):
4731 * progmodes/scheme.el (scheme-mode-syntax-table):
4732 * progmodes/sh-script.el (sh-maybe-here-document):
4733 * progmodes/sql.el (sql-copy-column):
4734 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4735 * textmodes/bibtex.el (bibtex-mode):
4736 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4737 (sgml-auto-attributes):
4738 * textmodes/table.el (table-insert, table-shorten-cell)
4739 (table--generate-source-scan-lines, table-delete-row)
4740 (*table--cell-delete-char, table--spacify-frame)
4741 (table--horizontally-shift-above-and-below)
4742 (table--cell-insert-char, table--cell-blank-str)
4743 (table--fill-region-strictly):
4744 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4745 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4746
4747 * add-log.el (change-log):
4748 * apropos.el (apropos):
4749 * comint.el (comint-completion, comint-source):
4750 * dabbrev.el (dabbrev):
4751 * delim-col.el (columns):
4752 * diff-mode.el (diff-mode):
4753 * ediff.el (ediff):
4754 * ediff-diff.el (ediff-diff):
4755 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4756 * ediff-mult.el (ediff-mult):
4757 * ediff-ptch.el (ediff-ptch):
4758 * ediff-wind.el (ediff-window):
4759 * facemenu.el (facemenu):
4760 * indent.el (indent):
4761 * info.el (info):
4762 * jka-cmpr-hook.el (compression, jka-compr):
4763 * lpr.el (lpr):
4764 * outline.el (outlines):
4765 * pcmpl-cvs.el (pcmpl-cvs):
4766 * pcmpl-rpm.el (pcmpl-rpm):
4767 * printing.el (printing):
4768 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4769 (ps-print-vertical, ps-print-headers, ps-print-font)
4770 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4771 (ps-print-background, ps-print-printer, ps-print-page)
4772 (ps-print-miscellany):
4773 * ses.el (ses):
4774 * shell.el (shell, shell-directories, shell-faces):
4775 * startup.el (initialization):
4776 * strokes.el (strokes):
4777 * term.el (term):
4778 * uniquify.el (uniquify):
4779 * w32-vars.el (w32):
4780 * calc/calc.el (calc):
4781 * emacs-lisp/bytecomp.el (bytecomp):
4782 * emacs-lisp/cl-indent.el (lisp-indent):
4783 * emacs-lisp/edebug.el (edebug):
4784 * emacs-lisp/elp.el (elp):
4785 * emacs-lisp/testcover.el (testcover):
4786 * emacs-lisp/trace.el (trace):
4787 * emulation/viper-ex.el (viper-ex):
4788 * emulation/viper-mous.el (viper-mouse):
4789 * mail/mailalias.el (mailalias):
4790 * mail/supercite.el (supercite, supercite-frames)
4791 (supercite-attr, supercite-cite, supercite-hooks):
4792 * net/rcompile.el (remote-compile):
4793 * net/rlogin.el (rlogin):
4794 * obsolete/ooutline.el (outlines):
4795 * progmodes/delphi.el (delphi):
4796 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4797 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4798 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4799 (ebnf-optimization):
4800 * progmodes/etags.el (etags):
4801 * progmodes/executable.el (executable):
4802 * progmodes/idlwave.el (idlwave):
4803 * progmodes/pascal.el (pascal):
4804 * progmodes/prolog.el (prolog):
4805 * progmodes/python.el (python):
4806 * progmodes/scheme.el (scheme):
4807 * progmodes/sh-script.el (sh, sh-script):
4808 * progmodes/sql.el (SQL):
4809 * progmodes/tcl.el (tcl):
4810 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4811 * textmodes/enriched.el (enriched):
4812 * textmodes/makeinfo.el (makeinfo):
4813 * textmodes/sgml-mode.el (sgml):
4814 * textmodes/table.el (table-hooks):
4815 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4816 * textmodes/texinfo.el (texinfo):
4817 * textmodes/two-column.el (two-column):
4818 Finish `defgroup' description with period.
4819
4820 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4821 * eshell/esh-var.el (eshell-var):
4822 * progmodes/vhdl-mode.el (vhdl-testbench):
4823 * textmodes/org.el (org): Fix typos in docstrings.
4824
4825 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4826 consistency.
4827
4828 * progmodes/flymake.el (flymake-find-file): Remove.
4829 (flymake-float-time): Use `with-no-warnings'.
4830 (flymake-check-start-time, flymake-check-was-interrupted)
4831 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4832 (flymake-new-err-info): `defvar' at compile time.
4833
4834 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4835
4836 * replace.el (occur-hook): Doc fix.
4837 (occur-1): Don't call `occur-hook' if there are no matches.
4838
4839 2005-07-03 Richard M. Stallman <rms@gnu.org>
4840
4841 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4842 global-map, save the same map.
4843 (global-map): Don't alter it at top level.
4844 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4845 Then alter it here instead.
4846 (tpu-edt-off): Set global-map to the saved one.
4847
4848 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4849 All references simplified.
4850 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4851 (zmacs-regions): Add defvar.
4852 (repeat-complex-command-map): Everything about that deleted.
4853
4854 * textmodes/artist.el (artist-key-is-drawing)
4855 (artist-key-endpoint1, artist-key-poly-point-list)
4856 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4857 (artist-key-compl-table, artist-rb-save-data)
4858 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4859 Don't put them in eval-when-compile.
4860 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4861
4862 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4863 Use with-no-warnings.
4864
4865 * net/browse-url.el (dos-windows-version): Add defvar.
4866
4867 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4868
4869 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4870 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4871 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4872 Add defvar.
4873 (rmail-summary-beginning-of-message): Use with-no-warnings.
4874 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4875
4876 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4877 Use with-no-warnings.
4878
4879 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4880 (c-mark-function): Add point-moving-unit property.
4881 (vi-goto-line): Use with-no-warnings.
4882
4883 * emulation/edt.el (edt-last-copied-word): Add defvar.
4884 (zmacs-region-stays): Likewise.
4885 (edt-mark-section-wisely): Use c-mark-function for C.
4886 Use makr-defun for Fortran.
4887 (time-string): defvar deleted.
4888 (edt-display-the-time): Don't set time-string.
4889
4890 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4891
4892 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4893 Don't warn when name is not constant
4894 or for defining the group `emacs'.
4895
4896 * tooltip.el (gud-tooltip-mode): Add defvar.
4897
4898 * startup.el (default-frame-background-mode): Add defvar.
4899
4900 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4901
4902 * info.el (tool-bar-map): Add defvar.
4903
4904 * dired.el (dnd-protocol-alist): Add defvar.
4905
4906 * dired-aux.el (dired-query): Display question with answer, when
4907 the user answers.
4908
4909 * custom.el (custom-add-option): Doc fix.
4910
4911 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4912
4913 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4914
4915 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4916 bogus name from the last change.
4917
4918 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4919
4920 * custom.el (custom-declare-variable): Fix typos in comment.
4921 (custom-known-themes): Doc fix.
4922 (custom-theme-directory): New defcustom.
4923 (require-theme): Make it check `custom-theme-directory'.
4924
4925 * cus-theme.el (custom-new-theme-mode): New function.
4926 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4927 (custom-theme-description): Add compiler defvars.
4928 (customize-create-theme): Add doc to the "*New Custom Theme*"
4929 buffer. Use `custom-new-theme-mode'.
4930 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4931 and save it to the `custom-theme-directory'. Make this the
4932 default directory of the buffer.
4933
4934 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4935
4936 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4937 Fix unbalanced parentheses.
4938
4939 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4942 into flymake-mode and delegate to flymake-mode.
4943
4944 * find-file.el (ff-which-function-are-we-in): Clean up.
4945
4946 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4947
4948 * replace.el (occur-rename-buffer): Fix docstring.
4949
4950 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4951 (edt-last-copied-word, edt-learn-macro-count)
4952 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4953 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4954 (time-string, zmacs-region-stays):
4955 * emulation/edt-mapper.el (edt-save-function-key-map)
4956 (EDT-key-name): `defvar' to silence the byte-compiler.
4957
4958 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4959
4960 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4961 font-lock-regexp-backslash. Doc fix.
4962 (font-lock-regexp-backslash-grouping-construct): Rename from
4963 font-lock-regexp-backslash-construct. Doc fix.
4964 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4965 grouping constructs.
4966
4967 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4968
4969 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4970 updating all the prerequisites.
4971
4972 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4973
4974 * textmodes/org.el (org-agenda-start-on-weekday)
4975 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4976 (org-agenda-use-time-grid, org-archive-location)
4977 (org-allow-space-in-links, org-usenet-links-prefer-google)
4978 (org-enable-table-editor, org-export-default-language)
4979 (org-export-html-show-new-buffer, org-fill-paragraph)
4980 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4981 (org-goto-quit, org-occur, org-eval-in-calendar)
4982 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4983 (org-agenda-diary-entry, org-remember-help)
4984 (org-table-convert-region, org-at-table-p)
4985 (org-table-move-row-down, org-table-move-row-up)
4986 (org-table-copy-region, org-table-toggle-vline-visibility)
4987 (org-table-get-stored-formulas, org-table-get-specials)
4988 (org-recalc-commands, org-table-eval-formula)
4989 (org-table-formula-substitute-names, orgtbl-make-binding)
4990 (org-format-org-table-html, org-format-table-table-html)
4991 (org-format-table-table-html-using-table-generate-source)
4992 (org-customize): Fix typos in docstrings.
4993 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4994 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4995 (org-back-to-heading): Doc fixes.
4996 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4997 (org-agenda-change-all-lines, org-get-header):
4998 Improve argument/docstring consistency.
4999 (orgtbl-error): Fix error message.
5000
5001 * progmodes/flymake.el (flymake-find-possible-master-files)
5002 (flymake-master-file-compare, flymake-get-line-err-count)
5003 (flymake-highlight-line, flymake-gui-warnings-enabled):
5004 Fix typos in docstrings.
5005 (flymake-parse-line, flymake-get-project-include-dirs-function)
5006 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5007 Doc fixes.
5008 (flymake-get-project-include-dirs-function)
5009 (flymake-make-err-menu-data):
5010 Improve argument/docstring consistency.
5011
5012 2005-07-01 Lute Kamstra <lute@gnu.org>
5013
5014 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5015 Catch errors with ignore-errors. Use temporary buffer.
5016 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5017
5018 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5019 background color faces.
5020 (facemenu-set-foreground, facemenu-set-background):
5021 Use facemenu-set-face-from-menu.
5022 (facemenu-set-face-from-menu): Treat face names that start with
5023 "fg:" or "bg:" as special.
5024 (facemenu-add-new-color): Don't create faces. Simplify.
5025
5026 2005-06-30 Richard M. Stallman <rms@gnu.org>
5027
5028 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5029 (crm-find-current-element): Likewise.
5030
5031 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5032
5033 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5034
5035 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5038 (archive-mouse-extract): Make it an obsolete alias.
5039 (archive-mode-map): Don't use archive-mouse-extract any more.
5040 (archive-mode, archive-extract): write-contents-hooks ->
5041 write-contents-functions.
5042 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5043 first arg.
5044 (archive-rename-entry): Update the call.
5045 (archive-zip-summarize): Remove unused var `method'.
5046 (archive-lzh-summarize): Remove unused var `creator'.
5047
5048 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5049 dedicated frame upon exit.
5050
5051 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5052 (archive-zip-extract, archive-zip-expunge)
5053 (archive-zip-update, archive-zip-update-case): Use executable-find.
5054 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5055 Use restore-buffer-modified-p.
5056 (archive-extract, archive-add-new-member, archive-write-file-member):
5057 Use with-current-buffer.
5058 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5059
5060 2005-06-30 Andreas Schwab <schwab@suse.de>
5061
5062 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5063
5064 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5065
5066 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5067
5068 2005-06-30 Juri Linkov <juri@jurta.org>
5069
5070 * faces.el (vertical-border): Inherit from mode-line-inactive
5071 only on tty.
5072
5073 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5074
5075 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5076 example, -NLINES in the `occur' docstring).
5077
5078 * replace.el (occur-1): When no matches are found, do not set the
5079 `buffer-read-only' and modified flags for the occur buffer,
5080 because it is deleted.
5081
5082 * emulation/cua-base.el (cua-check-pending-input)
5083 (cua-repeat-replace-region, cua-mode, cua-debug)
5084 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5085 Fix typos in docstrings.
5086
5087 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5088 (cua-cut-region-to-global-mark)
5089 (cua--cut-rectangle-to-global-mark):
5090 Remove period from end of messages.
5091
5092 * emulation/cua-rect.el (cua-do-rectangle-padding):
5093 Remove period from end of messages.
5094 (cua--rectangle-seq-format): Fix typo in docstring.
5095 (cua-sequence-rectangle, cua-fill-char-rectangle):
5096 Improve argument/docstring consistency.
5097
5098 2005-06-29 Juri Linkov <juri@jurta.org>
5099
5100 * faces.el (default-frame-background-mode): New internal variable.
5101 (frame-set-background-mode): Use it.
5102
5103 * startup.el (normal-top-level): Set default-frame-background-mode
5104 instead of frame-background-mode. Before setting it, test for its
5105 nil value. Remove tests for frame-background-mode and frame
5106 parameter `reverse'. Add test for "unspecified-fg".
5107
5108 * term/xterm.el (xterm-rxvt-set-background-mode):
5109 * term/rxvt.el (rxvt-set-background-mode):
5110 Set default-frame-background-mode instead of frame-background-mode.
5111
5112 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5113
5114 * simple.el (set-variable): Warn about obsolete user variables.
5115
5116 * imenu.el (imenu--completion-buffer):
5117 * mouse.el (mouse-buffer-menu-alist):
5118 * msb.el (msb-invisible-buffer-p):
5119 * calendar/diary-lib.el (diary-header-line-format):
5120 * emacs-lisp/pp.el (pp-buffer):
5121 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5122 * textmodes/picture.el (picture-replace-match):
5123 Change space constants followed by a sexp to "?\s ".
5124
5125 * play/decipher.el (decipher-loop-with-breaks):
5126 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5127 constants "protected" from end of line by a comment to "?\s".
5128
5129 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * font-lock.el (save-buffer-state): Use `declare'.
5132
5133 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5134 reset the syntax-table to cperl-mode-syntax-table.
5135 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5136 "foo_print_bar" is not matched as a reserved keyword.
5137
5138 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5139
5140 * textmodes/org.el (orgtbl-setup): New function, for delayed
5141 setup for the orgtbl commands.
5142 (org-calc-default-modes): New option.
5143 (orgtbl-make-binding): Use `defun' to get better help display.
5144 (org-diary): Call `org-compile-prefix-format'.
5145 (org-table-formula-substitute-names): New function.
5146 (org-agenda-day-view, org-agenda-week-view): New commands.
5147 (org-agenda-toggle-week-view): Command removed.
5148 (org-tbl-menu): Split off from org-org-menu.
5149 (org-mode): Move removal of outline-mode menus to here.
5150 (org-table-formula-debug): New option.
5151 (org-table-insert-row): Keep first field if just "#" or "*".
5152 (org-mode): Paragraph regexps fixed.
5153 (org-table-recalculate-regexp): New constant.
5154 (org-table-justify-field-maybe): Avoid replace if not necessary.
5155 (org-copy-special, org-cut-special): Use `call-interactively'.
5156 (org-table-copy-region): Take region from `interactive' call.
5157 (org-trim): Return string even if no match.
5158 (org-formula): New face.
5159 (org-set-font-lock-defaults): No longer highlight "FIXME".
5160 But highlight formula-related fields in table.
5161 (org-table-p): Use regexp, not fontification.
5162 (org-table-align): Handle white space at end of line.
5163 (org-table-formula-evaluate-inline): New option.
5164 (org-mode): Auto-wrapping in comment lines turned off.
5165 (org-table-copy-down): Evaluate only in copied field, not in
5166 destination.
5167 (org-table-current-formula): Variable removed.
5168 (org-table-store-formulas, org-table-get-stored-formulas)
5169 (org-table-modify-formulas, org-table-replace-in-formulas)
5170 (org-table-maybe-eval-formula): New functions.
5171 (org-table-get-formula): Modify to use stored formulas.
5172 (org-table-insert-column, org-table-delete-column)
5173 (org-table-move-column): Call `org-table-modify-formulas'.
5174 (org-complete): Add completion for keyword formulas.
5175 (orgtbl-mode): Pull orgtbl-mode-map to start of
5176 minor-mode-map-alist.
5177
5178 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * progmodes/python.el (python-check): Require `compile' before
5181 modifying its variables.
5182
5183 * newcomment.el (comment-indent-default): Don't get fooled by an early
5184 end of buffer.
5185
5186 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5187
5188 * ps-print.el (ps-print-version): Fix version number.
5189
5190 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5191
5192 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5193
5194 2005-06-28 Richard M. Stallman <rms@gnu.org>
5195
5196 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5197 (flyspell-local-mouse-map): Declaration deleted.
5198 (flyspell-mouse-map): Bind only mouse-2.
5199 (flyspell-mode-map): Don't test flyspell-use-local-map.
5200 (flyspell-overlay-keymap-property-name): Var deleted.
5201 (flyspell-mode-on): Don't make local bindings for
5202 flyspell-mouse-map and flyspell-mode-map.
5203 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5204
5205 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5206
5207 * progmodes/compile.el (compilation-next-error-function):
5208 Don't switch buffers; operate on the current buffer.
5209
5210 * progmodes/compile.el (compilation-error-file-name)
5211 (compilation-warning-file-name, compilation-info-file-name)
5212 (compilation-line-number, compilation-column-number): New faces.
5213 (compilation-error-face, compilation-warning-face)
5214 (compilation-info-face, compilation-line-face)
5215 (compilation-column-face): Use them.
5216
5217 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5218
5219 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5220
5221 * bindings.el (global-map): Bind insertchar and its variants.
5222
5223 2005-06-27 Richard M. Stallman <rms@gnu.org>
5224
5225 * textmodes/artist.el (artist-text-overwrite)
5226 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5227
5228 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5229
5230 * ps-print.el: It was not working the page selection for printing.
5231 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5232 (ps-print-version): New version 6.6.7.
5233 (ps-end-sheet): New fun.
5234 (ps-header-sheet, ps-end-job): Call it.
5235
5236 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5237
5238 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5239
5240 2005-06-27 Lute Kamstra <lute@gnu.org>
5241
5242 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5243 background color faces.
5244 (facemenu-get-face): Delete function.
5245 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5246 (facemenu-add-new-color): Make second argument mandatory.
5247 Create the appropriate face and return it. Simplify.
5248 (facemenu-set-foreground, facemenu-set-background): Don't check if
5249 color is defined. Use return value of facemenu-add-new-color.
5250
5251 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5252
5253 * progmodes/gud.el (gud-filter): Add missing argument to
5254 with-selected-window.
5255
5256 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5259 a :require to the defcustom.
5260
5261 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5262 defcustoms corresponding to minor modes.
5263
5264 2005-06-26 David Ponce <david@dponce.com>
5265
5266 * recentf.el: Require tree-widget instead of wid-edit.
5267 (recentf-filename-handler): Fix widget :type.
5268 (recentf-cancel-dialog, recentf-open-more-files)
5269 (recentf-open-files-action): Doc fix.
5270 (recentf-dialog-goto-first): New function.
5271 (recentf-dialog-mode-map): Set parent keymap first.
5272 (recentf-dialog-mode): Define with define-derived-mode.
5273 Don't display continuation lines in dialogs.
5274 (recentf-edit-list): Rename from recentf-edit-selected-items.
5275 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5276 Simplify.
5277 (recentf-edit-list-validate): New function.
5278 (recentf-edit-list): Update accordingly.
5279 (recentf-open-files-item-shift): Remove.
5280 (recentf-open-files-item): Convert menu elements into tree and
5281 link widgets. Don't create the widgets.
5282 (recentf-open-files): Update accordingly.
5283 (recentf-save-list): Untabify.
5284
5285 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5286
5287 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5288 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5289 partially contained in the active region. Do not take active
5290 region into account when called from Lisp, unless INTERACTIVE arg
5291 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5292 avoid trouble with fields. Make marker point nowhere when no
5293 longer used. Always return nil. Doc fix.
5294 (flush-lines): Add INTERACTIVE arg. Do not take active region
5295 into account when called from Lisp, unless INTERACTIVE arg is
5296 non-nil. Use `forward-line' instead of `beginning-of-line' to
5297 avoid trouble with fields. Make marker point nowhere when no
5298 longer used. Always return nil. Doc fix.
5299 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5300 interchangeable. Do not take active region into account when
5301 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5302 message in echo area when called from Lisp, unless INTERACTIVE arg
5303 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5304 Return the number of matches. Doc fix.
5305 (occur): Doc fix.
5306 (perform-replace): Make comment follow double space convention for
5307 the sake of `outline-minor-mode'.
5308
5309 * faces.el (facep): Doc fix.
5310
5311 2005-06-25 Richard M. Stallman <rms@gnu.org>
5312
5313 * facemenu.el (facemenu-enable-faces-p): New function.
5314 (facemenu-background-menu, facemenu-foreground-menu)
5315 (facemenu-face-menu): Add menu-enable property.
5316
5317 * jka-compr.el (jka-compr-insert-file-contents):
5318 Special handling if cannot find the uncompression program.
5319
5320 * cus-face.el (custom-face-attributes): Add autoload.
5321
5322 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5323 Bind comment-indent-function locally.
5324
5325 * window.el (save-selected-window): Use save-current-buffer.
5326
5327 * subr.el (with-selected-window): Use save-current-buffer.
5328
5329 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5330 and with-current-buffer.
5331
5332 2005-06-24 Richard M. Stallman <rms@gnu.org>
5333
5334 * simple.el (line-move-1): Fix previous change.
5335
5336 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5337
5338 * replace.el (occur-1): Set `buffer-read-only' and the
5339 buffer-modified flag before running `occur-hook' to protect
5340 against unintentional buffer switches that can lead to data loss.
5341
5342 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5343
5344 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5345 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5346 initial error.
5347
5348 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5349 after fresh input.
5350 (gdb-var-create-handler): Put name of expression in quotes.
5351
5352 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5353
5354 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5355 elements of RING in order, and without bogus nil elements.
5356
5357 2005-06-23 Richard M. Stallman <rms@gnu.org>
5358
5359 * simple.el (set-variable): Args renamed; doc fix.
5360 (line-move-1): When there are overlays around, use vertical-motion.
5361
5362 * faces.el (escape-glyph): Use brown against light background.
5363 (nobreak-space): Rename from no-break-space.
5364 Fix previous change.
5365
5366 * dired-aux.el (dired-do-copy): Fix arg prompt.
5367
5368 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5369
5370 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5371
5372 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5373 rather than "Distributor".
5374
5375 2005-06-23 Lute Kamstra <lute@gnu.org>
5376
5377 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5378 (debug-on-entry): Use it. New interactive declaration that uses
5379 function-called-at-point.
5380
5381 2005-06-23 Kim F. Storm <storm@cua.dk>
5382
5383 * subr.el (save-match-data): Add comment about using evaporate arg
5384 to set-match-data.
5385
5386 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5387
5388 * cus-edit.el (customize-face)
5389 (customize-face-other-window): Handle face aliases.
5390
5391 * faces.el (face-documentation, set-face-attribute)
5392 (face-spec-set): Handle face aliases.
5393
5394 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5395
5396 * help-mode.el (help-make-xrefs): If a symbol representing a face
5397 name is not followed by the word "face", it could still be a
5398 function or variable name, so don't bypass other checks.
5399
5400 2005-06-22 Juri Linkov <juri@jurta.org>
5401
5402 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5403 Replace aliased functions with calls where second arg `inherit' is t.
5404
5405 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5406
5407 * progmodes/gdb-ui.el (gdb-error): New variable.
5408 (gdb-error): New function.
5409 (gdb-annotation-rules): Act on error-begin and error annotations.
5410 (gdb-concat-output): Use font-lock-warning-face for errors.
5411
5412 2005-06-22 Miles Bader <miles@gnu.org>
5413
5414 * bindings.el (propertized-buffer-identification): Use renamed
5415 `Buffer-menu-buffer' face.
5416
5417 * faces.el (vertical-border): Rename from `vertical-divider'.
5418 (escape-glyph): Change dark-background color back to `cyan'.
5419
5420 2005-06-21 Juri Linkov <juri@jurta.org>
5421
5422 * faces.el (face-user-default-spec): Try getting `customized-face'
5423 prior to `saved-face'.
5424 (frame-background-mode): Refill docstring.
5425
5426 * emacs-lisp/lisp-mode.el (eval-defun-1):
5427 * emacs-lisp/edebug.el (edebug-eval-defun):
5428 Set `saved-face' temporarily to nil before calling form.
5429 Set `customized-face' to the new spec after that.
5430
5431 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5432
5433 * subr.el (1value, lambda, key-substitution-in-progress):
5434 Doc fixes.
5435
5436 * autoinsert.el (auto-insert-alist):
5437 * ses.el (ses-call-printer):
5438 * subr.el (noreturn):
5439 * emacs-lisp/lisp.el (check-parens):
5440 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5441 * net/browse-url.el (browse-url-mosaic):
5442 * progmodes/cc-defs.el (c-safe-scan-lists):
5443 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5444 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5445 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5446 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5447 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5448 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5449
5450 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5451
5452 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5453
5454 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5455
5456 * calendar/appt.el (appt-make-list): Activate the package, if
5457 not already active (for backwards compatibility).
5458
5459 2005-06-20 Kim F. Storm <storm@cua.dk>
5460
5461 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5462
5463 2005-06-20 Miles Bader <miles@gnu.org>
5464
5465 * faces.el (vertical-divider): New face.
5466
5467 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5468
5469 * simple.el (kill-whole-line): Doc fix.
5470 (next-error-buffer-p, next-error-find-buffer)
5471 (clone-indirect-buffer): Fix typos in docstrings.
5472 (comment-line-break-function): Doc fix: don't say variable
5473 is automatically buffer-local (it isn't).
5474
5475 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5476
5477 * net/tramp-ftp.el (top):
5478 * net/tramp-smb.el (top):
5479 * net/tramp-util.el (top):
5480 * net/tramp-uu.el (top):
5481 * net/tramp-vc.el (top):
5482 * net/tramp.el (top): Revert copyright years back to original
5483 ones. Tramp has a life outside GNU Emacs.
5484
5485 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5486
5487 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5488
5489 2005-06-18 Juri Linkov <juri@jurta.org>
5490
5491 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5492 end of first regexp to limit the match to the position between
5493 line number and source line with same separator character as used
5494 between file name and line number. In the second regexp limit
5495 mouse-face area to file name and line number by adding new group
5496 for them and referring it in HYPERLINK arg.
5497 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5498 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5499 previous line where grep markers may be already removed.
5500
5501 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5502
5503 * progmodes/ps-mode.el: Update version and maintainer's email address.
5504
5505 2005-06-18 Steve Youngs <steve@xemacs.org>
5506
5507 * net/browse-url.el (browse-url-browser-function)
5508 (browse-url-default-browser): Add firefox.
5509 (browse-url-firefox-program, browse-url-firefox-arguments)
5510 (browse-url-firefox-startup-arguments)
5511 (browse-url-firefox-new-window-is-tab): New defcustoms.
5512 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5513
5514 2005-06-17 Richard M. Stallman <rms@gnu.org>
5515
5516 * startup.el (command-line): Warn if specified user name has
5517 no home directory.
5518
5519 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5520 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5521
5522 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5523 Doc fixes.
5524
5525 * faces.el (underline): Try bold if terminal doesn't support underline.
5526
5527 * mail/sendmail.el (mail-setup-with-from): New variable.
5528 (mail-insert-from-field): New function.
5529 (sendmail-send-it): Call it.
5530 (mail-setup): Optionally call it here.
5531
5532 * term/linux.el: Call tty-no-underline.
5533
5534 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5535
5536 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5537
5538 2005-06-17 Miles Bader <miles@gnu.org>
5539
5540 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5541 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5542 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5543 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5544 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5545 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5546 Remove "-face" suffix from face names.
5547 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5548 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5549 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5550 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5551 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5552 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5553 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5554 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5555 New backward-compatibility aliases for renamed faces.
5556 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5557 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5558 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5559 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5560 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5561 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5562 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5563 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5564 Use renamed ediff faces.
5565
5566 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5567 Remove "-face" suffix from face names.
5568 (eshell-test-ok-face, eshell-test-failed-face):
5569 New backward-compatibility aliases for renamed faces.
5570 (eshell-run-test): Use renamed eshell-test faces.
5571
5572 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5573 face name.
5574 (eshell-prompt-face): New backward-compatibility alias for renamed
5575 face.
5576 (eshell-emit-prompt): Use renamed eshell-prompt face.
5577
5578 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5579 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5580 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5581 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5582 Remove "-face" suffix from face names.
5583 (eshell-ls-directory-face, eshell-ls-symlink-face)
5584 (eshell-ls-executable-face, eshell-ls-readonly-face)
5585 (eshell-ls-unreadable-face, eshell-ls-special-face)
5586 (eshell-ls-missing-face, eshell-ls-archive-face)
5587 (eshell-ls-backup-face, eshell-ls-product-face)
5588 (eshell-ls-clutter-face):
5589 New backward-compatibility aliases for renamed faces.
5590 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5591
5592 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5593 Remove "-face" suffix from face name.
5594 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5595 instead of literal face.
5596
5597 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5598
5599 * emacs-lisp/warnings.el (display-warning, lwarn)
5600 (warning-minimum-log-level): Doc fixes.
5601 (warning-minimum-level, warning-minimum-log-level):
5602 Add :debug to :type choices.
5603
5604 * progmodes/ada-mode.el (ada-format-paramlist)
5605 (ada-get-indent-case, ada-check-matching-start)
5606 (ada-check-defun-name, ada-goto-matching-decl-start)
5607 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5608 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5609 (ada-make-subprogram-body): Follow error conventions.
5610 (ada-case-exception-file, ada-indent-comment-as-code)
5611 (ada-indent-handle-comment-special, ada-indent-renames)
5612 (ada-indent-return, ada-search-directories-internal)
5613 (ada-tab-policy, ada-case-exception-substring)
5614 (ada-other-file-alist, ada-matching-start-re)
5615 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5616 (ada-imenu-generic-expression, ada-compile-goto-error)
5617 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5618 (ada-popup-menu, ada-add-extensions, ada-mode)
5619 (ada-region-selected, ada-create-case-exception)
5620 (ada-create-case-exception-substring, ada-after-keyword-p)
5621 (ada-activate-keys-for-case, ada-adjust-case-region)
5622 (ada-adjust-case-buffer, ada-format-paramlist)
5623 (ada-scan-paramlist, ada-insert-paramlist)
5624 (ada-indent-newline-indent)
5625 (ada-indent-newline-indent-conditional)
5626 (ada-justified-indent-current, ada-goto-previous-word)
5627 (ada-indent-current, ada-get-indent-open-paren)
5628 (ada-get-indent-paramlist, ada-get-indent-end)
5629 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5630 (ada-get-indent-block-start, ada-get-indent-subprog)
5631 (ada-get-indent-noindent, ada-get-indent-label)
5632 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5633 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5634 (ada-goto-stmt-end, ada-goto-next-word)
5635 (ada-check-matching-start, ada-check-defun-name)
5636 (ada-goto-matching-decl-start, ada-goto-matching-start)
5637 (ada-goto-matching-end, ada-search-ignore-string-comment)
5638 (ada-in-decl-p, ada-looking-at-semi-or)
5639 (ada-looking-at-semi-private, ada-in-paramlist-p)
5640 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5641 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5642 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5643 (ada-previous-package, ada-create-menu)
5644 (ada-fill-comment-paragraph-justify)
5645 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5646 (ada-other-file-name, ada-last-which-function-line)
5647 (ada-last-which-function-subprog, ada-which-function)
5648 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5649 (ada-gen-treat-proc, ada-check-emacs-version)
5650 (ada-continuation-indent, ada-align-region-separate):
5651 Fix typos in docstrings.
5652 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5653
5654 2005-06-16 Lute Kamstra <lute@gnu.org>
5655
5656 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5657 conditionally.
5658
5659 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5660
5661 * comint.el (comint-replace-by-expanded-filename)
5662 (comint-prompt-regexp, comint-delimiter-argument-list)
5663 (comint-preinput-scroll-to-bottom):
5664 * info.el (Info-hide-cookies-node):
5665 * ls-lisp.el (ls-lisp-classify):
5666 * find-file.el (ff-search-directories, ff-special-constructs)
5667 (ff-find-other-file):
5668 * font-lock.el (font-lock-keywords):
5669 * shell.el (shell-prompt-pattern)
5670 (shell-dynamic-complete-functions, shell-mode)
5671 (shell-delimiter-argument-list):
5672 * term.el (term-replace-by-expanded-filename)
5673 (term-prompt-regexp, term-delimiter-argument-list):
5674 * woman.el (woman-ignore, woman0-if):
5675 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5676 * emacs-lisp/elint.el (elint-init-env):
5677 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5678 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5679 * language/ethio-util.el (ethio-tilde-escape)
5680 (ethio-use-three-dot-question):
5681 * net/zone-mode.el (zone-mode-load-time-setup):
5682 * progmodes/cc-align.el (c-lineup-argcont):
5683 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5684 * progmodes/cperl-mode.el (cperl-set-style-back):
5685 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5686 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5687 Fix spellings in docstrings.
5688
5689 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5690 * progmodes/modula2.el (m2-for): Fix spellings.
5691
5692 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5693
5694 * simple.el (undo-more): Don't use `format' on `error' arguments.
5695 Improve argument/docstring consistency.
5696 (pending-undo-list): Doc fix.
5697
5698 * smerge-mode.el (smerge-ensure-match):
5699 * emulation/vip.el (vip-ex):
5700 * net/zone-mode.el (zone-mode-update-serial):
5701 * progmodes/idlwave.el (idlwave-complete):
5702 * progmodes/vhdl-mode.el (vhdl-visit-file)
5703 (vhdl-compose-wire-components):
5704 Don't use `format' on `error' arguments.
5705
5706 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5707 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5708 (tooltip-help-tips): Fix typos in docstrings.
5709
5710 2005-06-16 David Ponce <david@dponce.com>
5711
5712 * tree-widget.el (tree-widget-value-create): Simplify last change.
5713
5714 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5715
5716 * ido.el (ido-incomplete-regexp): New variable.
5717 (ido-set-matches-1): Handle invalid-regexp error and set
5718 ido-incomplete-regexp.
5719 (ido-incomplete-regexp): New face.
5720 (ido-completions): Use it.
5721 (ido-complete, ido-exit-minibuffer, ido-completions):
5722 Handle incomplete regexps.
5723 (ido-completions): Add check for complete match when entering a regexp.
5724
5725 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5728
5729 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5730
5731 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5732 by field delimiters.
5733
5734 2005-06-15 David Ponce <david@dponce.com>
5735
5736 * tree-widget.el: eval-and-compile inlined functions so they will
5737 be available at run-time too.
5738 (tree-widget-super-format-handler)
5739 (tree-widget-format-handler): Remove.
5740 (tree-widget-value-create): Handle the :indent property.
5741
5742 2005-06-15 Miles Bader <miles@gnu.org>
5743
5744 * progmodes/which-func.el (which-func): Only inherit
5745 `font-lock-function-name-face' when that makes sense against the
5746 default mode-line face, otherwise set the face color explicitly.
5747
5748 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5749 faces instead of (non-existent) variables.
5750
5751 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5754 (iswitchb-get-matched-buffers): Likewise. Simplify.
5755
5756 2005-06-14 Miles Bader <miles@gnu.org>
5757
5758 * progmodes/ld-script.el (ld-script-location-counter):
5759 Remove "-face" suffix from face name.
5760 (ld-script-location-counter-face):
5761 New backward-compatibility alias for renamed face.
5762 (ld-script-location-counter-face): Use renamed face.
5763
5764 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5765 (cperl-hash): Remove "-face" suffix from face names.
5766 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5767 New backward-compatibility aliases for renamed faces.
5768 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5769 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5770
5771 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5772 name.
5773 (which-func-face): New backward-compatibility alias for renamed face.
5774 (which-func-format): Use renamed which-func face.
5775
5776 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5777 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5778 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5779 names.
5780 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5781 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5782 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5783 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5784 (vhdl-speedbar-architecture-selected)
5785 (vhdl-speedbar-configuration-selected)
5786 (vhdl-speedbar-package-selected)
5787 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5788 names.
5789 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5790 Use renamed faces.
5791 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5792 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5793 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5794 Use renamed faces.
5795 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5796 names.
5797 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5798 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5799 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5800 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5801 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5802 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5803
5804 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5805 face name.
5806 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5807 (sh-heredoc-face): Use renamed sh-heredoc face.
5808
5809 * progmodes/idlw-help.el (idlwave-help-link):
5810 Remove "-face" suffix from face name.
5811 (idlwave-help-link-face):
5812 New backward-compatibility alias for renamed face.
5813 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5814
5815 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5816 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5817 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5818 New backward-compatibility aliases for renamed faces.
5819 (idlwave-shell-disabled-breakpoint-face)
5820 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5821
5822 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5823 Remove "-face" suffix from face names.
5824 (flymake-errline-face, flymake-warnline-face):
5825 New backward-compatibility aliases for renamed faces.
5826 (flymake-highlight-line): Use renamed flymake faces.
5827
5828 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5829 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5830 (ebrowse-member-class, ebrowse-progress):
5831 Remove "-face" suffix from face names.
5832 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5833 (ebrowse-file-name-face, ebrowse-default-face)
5834 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5835 (ebrowse-progress-face):
5836 New backward-compatibility aliases for renamed faces.
5837 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5838 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5839 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5840 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5841
5842 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5843 antlr-syntax)
5844 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5845 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5846 names.
5847 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5848 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5849 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5850 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5851 backward-compatibility aliases for renamed faces.
5852 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5853 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5854 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5855 remove "font-lock-". Use renamed antlr-mode faces.
5856 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5857 literal face-names with face variable references.
5858
5859 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5860 face name.
5861 (Buffer-menu-buffer-face): New backward-compatibility alias for
5862 renamed face.
5863 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5864
5865 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5866
5867 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5868 Eliminate "-face" suffix.
5869 (makefile-targets): Inherit from font-lock-function-name-face and
5870 eliminate "-face" suffix.
5871 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5872 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5873 actions, instead of prepending, to make it less visible.
5874 (makefile-previous-dependency, makefile-match-dependency):
5875 Don't match a target on a continuation line.
5876
5877 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5878
5879 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5880
5881 * progmodes/gdb-ui.el (menu): Re-order menu items.
5882 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5883
5884 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5885 Define in tooltip.el.
5886 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5887 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5888 gud-tooltip-echo-area.
5889
5890 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5891 backward compatibility and make obsolete.
5892 (tooltip-help-tips): Use tooltip-use-echo-area.
5893 (tooltip-show-help-function): Rename to...
5894 (tooltip-show-help): ...this, because it is a function.
5895 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5896
5897 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5900 (edebug-print-length, edebug-print-level, edebug-print-circle)
5901 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5902 (edebug-eval-print-last-sexp): Doc fixes.
5903
5904 2005-06-14 Kim F. Storm <storm@cua.dk>
5905
5906 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5907 as the coverage buffer/file/both may change.
5908
5909 2005-06-14 Lute Kamstra <lute@gnu.org>
5910
5911 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5912 and run-mode-hooks. Simplify.
5913
5914 * mail/rmailedit.el (rmail-edit-mode):
5915 * progmodes/octave-inf.el (inferior-octave-mode):
5916 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5917
5918 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5919 and run-mode-hooks.
5920 (recentf-edit-list, recentf-open-files): Don't call
5921 kill-all-local-variables directly.
5922
5923 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5924
5925 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5926
5927 * emacs-lisp/byte-run.el (make-obsolete)
5928 (define-obsolete-function-alias): Rename arguments FUNCTION and
5929 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5930 (make-obsolete-variable, define-obsolete-variable-alias):
5931 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5932 respectively.
5933
5934 * isearchb.el (isearchb-activate):
5935 * pcvs.el (cvs-mode):
5936 * ses.el (ses-load):
5937 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5938 * net/tramp.el (tramp-find-file-exists-command)
5939 (tramp-find-shell):
5940 * progmodes/ada-mode.el (ada-create-case-exception)
5941 (ada-create-case-exception-substring, ada-make-subprogram-body):
5942 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5943 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5944 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5945 * textmodes/org.el (org-promote, org-evaluate-time-range)
5946 (org-agenda-next-date-line, org-agenda-previous-date-line)
5947 (org-agenda-error, org-open-at-point, org-table-move-row)
5948 (org-format-table-table-html-using-table-generate-source)
5949 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5950 * textmodes/reftex.el (reftex-access-scan-info):
5951 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5952 (reftex-toc-promote-prepare): Follow error conventions.
5953
5954 * diff-mode.el (diff-mode): Fix typo in docstring.
5955
5956 * forms.el (forms--intuit-from-file): Fix reference to
5957 `forms-number-of-fields' in error message.
5958 (forms-print): Fix quoting in error message.
5959
5960 * forms.el (forms-mode):
5961 * emulation/vi.el (vi-goto-insert-state):
5962 * progmodes/flymake.el (flymake-new-err-info)
5963 (flymake-start-syntax-check-for-current-buffer)
5964 (flymake-simple-cleanup):
5965 * eshell/esh-var.el (eshell/export):
5966 * progmodes/gud.el (xdb):
5967 * textmodes/flyspell.el (flyspell-incorrect-hook)
5968 (flyspell-maybe-correct-transposition)
5969 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5970
5971 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5972
5973 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5974 minibuffer prompt.
5975
5976 2005-06-13 Kim F. Storm <storm@cua.dk>
5977
5978 * subr.el (add-to-ordered-list): New defun.
5979
5980 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5981 add cua--keymap-alist to emulation-mode-map-alists.
5982
5983 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * subr.el (complete-in-turn): New macro.
5986 (dynamic-completion-table, lazy-completion-table): Add debug info.
5987
5988 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5989 in preference to face aliases.
5990
5991 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5992 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5993 Remove unused vars `start' and `firstline'.
5994 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5995 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5996
5997 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5998
5999 * cus-start.el (all): Don't complain about missing GTK-related
6000 variables, unless either `gtk' is boundp or this isn't a
6001 `windows-nt' build.
6002
6003 2005-06-13 Lute Kamstra <lute@gnu.org>
6004
6005 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6006 run-mode-hooks.
6007
6008 * ediff-mult.el (ediff-meta-mode):
6009 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6010
6011 * ledit.el (ledit-mode): Use delay-mode-hooks.
6012
6013 * woman.el (woman-mode-line-format): Delete constant.
6014 (woman-mode-map): Initialize it properly.
6015 (woman-mode): Set mode-class property to special.
6016 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6017 Set major-mode and mode-name. Don't set mode-line-format directly.
6018 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6019
6020 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6021 string argument obsolete.
6022
6023 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6024
6025 * textmodes/org.el (org-CUA-compatible): New option.
6026 (org-disputed-keys): New variable.
6027 (org-key): New function.
6028 (orgtbl-make-binding): Add docstring to the created function.
6029 (org-mode): Set paragraph start/separate regexps.
6030 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6031 (org-archive-location, org-archive-mark-done)
6032 (org-archive-stamp-time): New options.
6033 (org-archive-subtree): New command.
6034 (org-fill-paragraph): New function.
6035 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6036 (org-fake-empty-table-line): Function removed.
6037 (org-format-org-table-html): Do not create empty table lines at
6038 separator lines. Improved table header treatment.
6039 (org-link-format): New option.
6040 (org-make-link): New function.
6041 (org-insert-link, org-store-link): Use org-make-link.
6042 (org-open-file): Quote file name for shell command, to allow
6043 spaces in file names.
6044 (org-link-regexp): Fix bug with mailto link.
6045 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6046 New constants.
6047 (org-export-as-html): Deal with the optional angles around a link.
6048 Better treatment of file: links.
6049 (org-open-at-point): Replace @{ and @} with < and >.
6050 (org-run-mode-hooks): Function removed.
6051 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6052
6053 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6054
6055 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6056 MI command -data-list-register-values.
6057 (gdb-post-prompt): Indent properly.
6058
6059 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6060
6061 * hilit-chg.el (highlight-changes-colors): Rename from
6062 `highlight-changes-colours'.
6063 (highlight-changes-colours): Keep as obsolete alias.
6064 (highlight-changes-face-list): Doc fix.
6065 (hilit-chg-make-list): Use `highlight-changes-colors'.
6066
6067 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6068
6069 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6070 defun-prompt-regexp.
6071
6072 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6073
6074 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6075 and cygwin.
6076
6077 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6078 Don't use an old loaddefs.el, as in Makefile.in.
6079
6080 2005-06-12 Lute Kamstra <lute@gnu.org>
6081
6082 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6083
6084 * man.el (Man-mode-map): Initialize it properly.
6085 (Man-mode): Set mode-class property to special.
6086
6087 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6088
6089 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6090
6091 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6092 A newline is needed in the docstring there.
6093
6094 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6095 Doc fixes.
6096
6097 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6098
6099 * printing.el: Doc fix. The menubar is no more changed when printing
6100 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6101 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6102 (pr-version): New version number (6.8.4).
6103 (pr-menu-bind): New command.
6104 (pr-update-menus): Docstring and code fix.
6105 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6106 Docstring fix.
6107 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6108 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6109
6110 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6111
6112 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6113 "Returns" to "return", document useful return values, etc.
6114
6115 2005-06-11 Alan Mackenzie <acm@muc.de>
6116
6117 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6118 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6119 (adaptive-file-function): Minor amendment to doc-string.
6120
6121 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6122
6123 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6124 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6125 Fix :type--it is `integer', not `string'.
6126
6127 * faces.el (modeline-highlight): Rename from (the erroneous)
6128 `modeline-higilight'.
6129
6130 2005-06-11 Lute Kamstra <lute@gnu.org>
6131
6132 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6133 lisp-interaction-mode-map but make it the parent.
6134 (edebug-eval-mode): Use define-derived-mode.
6135
6136 2005-06-11 Andreas Schwab <schwab@suse.de>
6137
6138 * bindings.el: Add binding of `ESC functionkey' for every
6139 `M-functionkey'.
6140 * hexl.el (hexl-mode-map): Likewise.
6141
6142 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6143
6144 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6145 [msft]: update regexp for newer msft compilers.
6146
6147 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6148
6149 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6150 ATTLIST portions of included DTDs.
6151 (xml-parse-dtd): Eliminate use of inefficient match-data.
6152
6153 2005-06-10 Miles Bader <miles@gnu.org>
6154
6155 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6156 (mpuz-text): Remove "-face" suffix from face names.
6157 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6158 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6159 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6160
6161 * play/gomoku.el (gomoku-O, gomoku-X):
6162 Remove "-face" suffix from face names.
6163 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6164 New backward-compatibility aliases for renamed faces.
6165 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6166
6167 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6168
6169 * thumbs.el: Fixes for changes of 2005-06-09.
6170 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6171 as a directory.
6172 (thumbs-thumbname): Remove directory separator from format string;
6173 `thumbs-thumbsdir' now returns a valid directory name.
6174 (thumbs-temp-dir): New defsubst.
6175 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6176 Use it.
6177
6178 * cus-edit.el (minibuffer):
6179 * files.el (make-backup-file-name-function):
6180 * filesets.el (filesets-external-viewers):
6181 * hilit-chg.el (highlight-changes-colours)
6182 (highlight-changes-face-list, highlight-changes-rotate-faces):
6183 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6184 * kmacro.el (kmacro-call-macro):
6185 * log-edit.el (log-edit-changelog-full-paragraphs):
6186 * mouse.el (mouse-1-click-follows-link):
6187 * skeleton.el (skeleton-autowrap):
6188 * subr.el (insert-for-yank-1):
6189 * tempo.el (tempo-insert-region):
6190 * terminal.el (terminal-emulator):
6191 * time.el (display-time-mail-face):
6192 * vc.el (vc-annotate):
6193 * vcursor.el (vcursor-copy-line):
6194 * woman.el (woman-bold-headings, woman-ignore)
6195 (woman-default-faces, woman-monochrome-faces):
6196 * calendar/todo-mode.el (todo-insert-threshold):
6197 * emulation/pc-select.el (pc-select-selection-keys-only)
6198 (pc-selection-mode):
6199 * emulation/vip.el (vip-find-char-forward):
6200 * emulation/viper-cmd.el (viper-find-char-forward):
6201 * international/mule-cmds.el
6202 (select-safe-coding-system-accept-default-p)
6203 (input-method-exit-on-invalid-key):
6204 * international/mule-diag.el (describe-coding-system):
6205 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6206 * net/browse-url.el (browse-url-xterm-program):
6207 * obsolete/lazy-lock.el (lazy-lock-mode):
6208 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6209 (cperl-mode):
6210 * progmodes/cpp.el (cpp-face-light-name-list)
6211 (cpp-face-dark-name-list):
6212 * progmodes/delphi.el (delphi-newline-always-indents):
6213 Fix spellings in docstrings.
6214
6215 * ido.el (ido-mode, ido-file-extensions-order)
6216 (ido-default-file-method, ido-default-buffer-method)
6217 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6218 (ido-decorations, ido-read-file-name-as-directory-commands)
6219 (ido-read-file-name-non-ido, ido-work-directory-list)
6220 (ido-ignore-item-temp-list, ido-current-directory)
6221 (ido-magic-forward-char, ido-enter-find-file)
6222 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6223 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6224
6225 2005-06-10 Lute Kamstra <lute@gnu.org>
6226
6227 * play/dunnet.el (dun-mode): Use define-derived-mode.
6228 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6229 obsolete alias.
6230
6231 * play/doctor.el (doctor-mode-map): Remove defvar.
6232 (doctor-mode): Use define-derived-mode.
6233
6234 * mail/mspools.el (mspools-mode):
6235 * net/eudc-hotlist.el (eudc-hotlist-mode):
6236 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6237
6238 2005-06-10 Miles Bader <miles@gnu.org>
6239
6240 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6241 Remove "-face" suffix from face names.
6242 (flyspell-incorrect-face, flyspell-duplicate-face):
6243 New backward-compatibility aliases for renamed faces.
6244 (flyspell-mode-on, make-flyspell-overlay)
6245 (flyspell-highlight-incorrect-region)
6246 (flyspell-highlight-duplicate-region)
6247 (flyspell-display-next-corrections)
6248 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6249
6250 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6251 from face name.
6252 (texinfo-heading-face): New backward-compatibility alias for
6253 renamed face.
6254 (texinfo-heading-face): Use renamed texinfo-heading face.
6255
6256 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6257 suffix from face names.
6258 (tex-math-face, tex-verbatim-face):
6259 New backward-compatibility aliases for renamed faces.
6260 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6261 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6262 literal face name.
6263
6264 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6265 name.
6266 (table-cell-face): New backward-compatibility alias for renamed face.
6267 (table--put-cell-face-property, table--update-cell-face):
6268 Use renamed table-cell face.
6269
6270 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6271 from face name.
6272 (sgml-namespace-face): New backward-compatibility alias for
6273 renamed face.
6274 (sgml-namespace-face): Use renamed sgml-namespace face.
6275
6276 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6277 (org-level-4, org-level-5, org-level-6, org-level-7)
6278 (org-level-8, org-warning, org-headline-done)
6279 (org-deadline-announce, org-scheduled-today)
6280 (org-scheduled-previously, org-link, org-done, org-table)
6281 (org-time-grid): Remove "-face" suffix from face names.
6282 (org-level-1-face, org-level-2-face, org-level-3-face)
6283 (org-level-4-face, org-level-5-face, org-level-6-face)
6284 (org-level-7-face, org-level-8-face, org-warning-face)
6285 (org-headline-done-face, org-deadline-announce-face)
6286 (org-scheduled-today-face, org-scheduled-previously-face)
6287 (org-link-face, org-done-face, org-table-face)
6288 (org-time-grid-face):
6289 New backward-compatibility aliases for renamed faces.
6290 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6291 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6292 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6293 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6294
6295 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6296 (viper-minibuffer-emacs, viper-minibuffer-insert)
6297 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6298 (viper-search-face, viper-replace-overlay-face)
6299 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6300 (viper-minibuffer-vi-face):
6301 New backward-compatibility aliases for renamed faces.
6302 (viper-search-face, viper-replace-overlay-face)
6303 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6304 (viper-minibuffer-vi-face): Use renamed viper faces.
6305
6306 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6307 Remove "-face" suffix from face names.
6308 (testcover-nohits-face, testcover-1value-face):
6309 New backward-compatibility aliases for renamed faces.
6310 (testcover-mark): Use renamed testcover faces.
6311
6312 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6313 face name.
6314 (diary-button-face): New backward-compatibility alias for renamed face.
6315 (diary-entry): Use renamed diary-button face.
6316
6317 * calendar/calendar.el (diary, calendar-today, holiday)
6318 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6319 (diary-face, calendar-today-face, holiday-face):
6320 New backward-compatibility aliases for renamed faces.
6321 (eval-after-load "facemenu", diary-entry-marker)
6322 (calendar-today-marker, calendar-holiday-marker, diary-face):
6323 Use renamed calendar faces.
6324
6325 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6326 (compare-windows-face): New backward-compatibility alias for
6327 renamed face.
6328 (compare-windows-highlight): Use renamed compare-windows face.
6329
6330 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6331 (strokes-char-face): New backward-compatibility alias for renamed face.
6332 (strokes-encode-buffer): Use renamed strokes-char face.
6333
6334 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6335 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6336 Remove "-face" suffix from face names.
6337 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6338 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6339 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6340 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6341 Use renamed pcvs faces.
6342 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6343 * pcvs-defs.el (cvs-mode-map): Likewise.
6344 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6345
6346 * info.el (info-title-1, info-title-2, info-title-3)
6347 (info-title-4): Remove "-face" suffix from and downcase face names.
6348 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6349 (Info-title-4-face):
6350 New backward-compatibility aliases for renamed faces.
6351 (Info-fontify-node): Use renamed info faces.
6352
6353 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6354 Remove "-face" suffix from face names.
6355 (highlight-changes-face, highlight-changes-delete-face):
6356 New backward-compatibility aliases for renamed faces.
6357 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6358 (hilit-chg-make-list): Use renamed highlight-changes faces.
6359
6360 * generic-x.el (show-tabs-tab, show-tabs-space):
6361 Remove "-face" suffix from face names.
6362 (show-tabs-tab-face, show-tabs-space-face):
6363 New backward-compatibility aliases for renamed faces.
6364 (show-tabs-generic-mode-font-lock-defaults-1)
6365 (show-tabs-generic-mode-font-lock-defaults-2):
6366 Use renamed show-tabs faces.
6367
6368 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6369 (smerge-markers): Remove "-face" suffix from face names.
6370 (smerge-mine-face, smerge-other-face, smerge-base-face)
6371 (smerge-markers-face):
6372 New backward-compatibility aliases for renamed faces.
6373 (smerge-mine-face, smerge-other-face, smerge-base-face)
6374 (smerge-markers-face): Use renamed smerge faces.
6375
6376 * log-view.el (log-view-file, log-view-message): Remove "-face"
6377 suffix from face names.
6378 (log-view-file-face, log-view-message-face):
6379 New backward-compatibility aliases for renamed faces.
6380 (log-view-file-face, log-view-message-face): Use renamed log-view
6381 faces.
6382
6383 * paren.el (show-paren-match, show-paren-mismatch):
6384 Remove "-face" suffix from face names.
6385 (show-paren-match-face, show-paren-mismatch-face):
6386 New backward-compatibility aliases for renamed faces.
6387 (show-paren-function): Use renamed show-paren faces.
6388
6389 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6390 (ruler-mode-margins, ruler-mode-fringes)
6391 (ruler-mode-column-number, ruler-mode-fill-column)
6392 (ruler-mode-comment-column, ruler-mode-goal-column)
6393 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6394 suffix from face names.
6395 (ruler-mode-default-face, ruler-mode-pad-face)
6396 (ruler-mode-margins-face, ruler-mode-fringes-face)
6397 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6398 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6399 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6400 New backward-compatibility aliases for renamed faces.
6401 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6402 (ruler-mode-column-number, ruler-mode-fill-column)
6403 (ruler-mode-comment-column, ruler-mode-goal-column)
6404 (ruler-mode-tab-stop, ruler-mode-current-column)
6405 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6406 faces.
6407
6408 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6409 face name.
6410 (whitespace-highlight-the-space): Use renamed face.
6411 (whitespace-highlight-face): New backward-compatibility alias for
6412 renamed face.
6413
6414 * woman.el (woman-italic, woman-bold, woman-unknown)
6415 (woman-addition, woman-symbol-face):
6416 Remove "-face" suffix from face names.
6417 (woman-italic-face, woman-bold-face, woman-unknown-face)
6418 (woman-addition-face):
6419 New backward-compatibility aliases for renamed faces.
6420 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6421 (woman-decode-region, woman-replace-match)
6422 (woman-display-extended-fonts, woman-special-characters)
6423 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6424 Use renamed woman faces.
6425
6426 * longlines.el (longlines-visible-face): Face removed.
6427
6428 * diff-mode.el (diff-header, diff-file-header, diff-index)
6429 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6430 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6431 suffix from face names.
6432 (diff-header-face, diff-file-header-face, diff-index-face)
6433 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6434 (diff-changed-face, diff-function-face, diff-context-face)
6435 (diff-nonexistent-face): New backward-compatibility aliases for
6436 renamed faces.
6437 (diff-header-face, diff-file-header-face)
6438 (diff-index, diff-index-face, diff-hunk-header)
6439 (diff-hunk-header-face, diff-removed, diff-removed-face)
6440 (diff-added, diff-added-face, diff-changed-face, diff-function)
6441 (diff-function-face, diff-context-face, diff-nonexistent)
6442 (diff-nonexistent-face): Use renamed diff-mode faces.
6443
6444 * progmodes/compile.el (compilation-warning-face)
6445 (compilation-info-face): Remove "-face" suffix from face names.
6446 (compilation-warning-face, compilation-info-face):
6447 New backward-compatibility aliases for renamed faces.
6448 (compilation-warning-face, compilation-info-face):
6449 Use renamed compilation faces.
6450
6451 * add-log.el (change-log-date, change-log-name)
6452 (change-log-email, change-log-file, change-log-list)
6453 (change-log-conditionals, change-log-function)
6454 (change-log-acknowledgement): Remove "-face" suffix from face names.
6455 (change-log-date-face, change-log-name-face)
6456 (change-log-email-face, change-log-file-face)
6457 (change-log-list-face, change-log-conditionals-face)
6458 (change-log-function-face, change-log-acknowledgement-face):
6459 New backward-compatibility aliases for renamed faces.
6460 (change-log-font-lock-keywords): Use renamed change-log faces.
6461
6462 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6463 (custom-set, custom-changed, custom-saved, custom-button)
6464 (custom-button-pressed, custom-documentation, custom-state)
6465 (custom-comment, custom-comment-tag, custom-variable-tag)
6466 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6467 (custom-group-tag): Remove "-face" suffix from face names.
6468 (custom-magic-alist, custom-magic-value-create)
6469 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6470 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6471 (custom-set-face, custom-changed-face, custom-saved-face)
6472 (custom-button-face, custom-button-pressed-face)
6473 (custom-documentation-face, custom-state-face)
6474 (custom-comment-face, custom-comment-tag-face)
6475 (custom-variable-tag-face, custom-variable-button-face)
6476 (custom-face-tag-face, custom-group-tag-face-1)
6477 (custom-group-tag-face):
6478 New backward-compatibility aliases for renamed faces.
6479
6480 * wid-edit.el (widget-documentation, widget-button)
6481 (widget-field, widget-single-line-field, widget-inactive)
6482 (widget-button-pressed): "-face" suffix removed from face names.
6483 (widget-documentation-face, widget-button-face)
6484 (widget-field-face, widget-single-line-field-face)
6485 (widget-inactive-face, widget-button-pressed-face):
6486 New backward-compatibility aliases for renamed faces.
6487 (widget-documentation-face, widget-button-face)
6488 (widget-button-pressed-face, widget-specify-field)
6489 (widget-specify-inactive): Use renamed widget faces.
6490
6491 2005-06-10 Kenichi Handa <handa@m17n.org>
6492
6493 * term/x-win.el (x-clipboard-yank): Remove condition-case
6494 wrapping.
6495
6496 2005-06-11 Kenichi Handa <handa@m17n.org>
6497
6498 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6499 date lines stricter.
6500
6501 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6502
6503 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6504 of x-get-selection.
6505
6506 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6507
6508 * comint.el (comint-mode, comint-snapshot-last-prompt):
6509 * frame.el (frame-current-scroll-bars):
6510 * term.el (term-mode, term-check-proc, term-input-sender)
6511 (term-simple-send, term-extract-string, term-word)
6512 (term-match-partial-filename):
6513 * window.el (window-current-scroll-bars):
6514 * emulation/cua-base.el (cua-normal-cursor-color)
6515 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6516 (cua-global-mark-cursor-color):
6517 * mail/undigest.el (rmail-forward-separator-regex):
6518 Fix typos in docstrings.
6519
6520 * comint.el (comint-check-proc, make-comint-in-buffer)
6521 (comint-source-default): Doc fixes.
6522
6523 * term.el (term-send-string): Improve argument/docstring consistency.
6524
6525 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6526
6527 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6528 call to `delete-region'.
6529 (comint-mode-hook): Do not enable Font Lock by default.
6530
6531 2005-06-09 Lute Kamstra <lute@gnu.org>
6532
6533 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6534 could be void.
6535
6536 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6539 (debug): Use it.
6540 (debugger-step-through, debugger-continue, debugger-jump)
6541 (debugger-return-value): Set it when needed.
6542 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6543 Use inhibit-read-only.
6544
6545 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6546
6547 * window.el (shrink-window-if-larger-than-buffer)
6548 (window-size-fixed): Fix typo in docstring.
6549
6550 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6551 thumbnails directory on loading.
6552 (thumbs-conversion-program): Use `eq' to check the system type,
6553 not `equal'.
6554 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6555 not "/tmp". Fix docstring.
6556 (thumbs-thumbsdir): New function to return the thumbnails
6557 directory, creating it if needed.
6558 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6559 (thumbs-temp-file): Delete variable and make it into a function.
6560 (thumbs-resize-image, thumbs-modify-image): Use it.
6561 (thumbs-kill-buffer): Simplify.
6562 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6563 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6564 docstrings.
6565
6566 2005-06-09 Kim F. Storm <storm@cua.dk>
6567
6568 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6569 set-match-data to free markers in match-data.
6570
6571 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6572 match-data to unchain markers in match-data.
6573
6574 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6577 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6578 unnecessary now.
6579
6580 2005-06-08 Richard M. Stallman <rms@gnu.org>
6581
6582 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6583 give the variable a doc string that doesn't say don't set it directly.
6584
6585 * textmodes/ispell.el (ispell-check-version):
6586 Use match-string-no-properties.
6587 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6588 (ispell-buffer-local-words): Likewise.
6589
6590 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6591 except on terminals with enough colors to really display it.
6592 (makefile-dependency-regex): Delete spurious `bb'.
6593
6594 * faces.el (escape-glyph): Use blue once again in last case.
6595 (no-break-space): Redefine so that it isn't invisible on a tty.
6596
6597 2005-06-08 Kim F. Storm <storm@cua.dk>
6598
6599 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6600 also when reading directory name.
6601
6602 2005-06-08 Lute Kamstra <lute@gnu.org>
6603
6604 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6605 (flyspell-mode-line-string): Remove autoload cookie.
6606 (flyspell-mode): Remove defvar.
6607
6608 2005-06-07 Lute Kamstra <lute@gnu.org>
6609
6610 * textmodes/org.el (org-run-mode-hooks): New function.
6611 (org-agenda-mode): Use it.
6612
6613 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6614
6615 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6616
6617 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6620
6621 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6622
6623 * font-lock.el (font-lock-add-keywords): Doc fix.
6624
6625 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6628 (tex-compile-default): In the absence of any history, use the order in
6629 tex-compile-alist to choose the preferred command.
6630 (tex-compile-commands): Reorder a bit.
6631
6632 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6633 (flyspell-incorrect-face, flyspell-duplicate-face):
6634 Use (X)Emacs-agnostic code.
6635 (flyspell-mode-map): Don't overwrite at each load. Remove code
6636 redundant with the subsequent add-minor-mode. Merge Emacs and
6637 XEmacs code.
6638 (flyspell-word): Minor simplification.
6639 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6640 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6641 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6642 Merge the corresponding Emacs code.
6643 (flyspell-correct-word, flyspell-xemacs-popup):
6644 Use flyspell-do-correct.
6645
6646 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6647 a dedicated window.
6648
6649 * international/latexenc.el (latexenc-find-file-coding-system):
6650 Undo part of last patch, to turn off a compiler warning.
6651
6652 2005-06-06 Juri Linkov <juri@jurta.org>
6653
6654 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6655 Rename `tmm-inactive-face' to `tmm-inactive'.
6656
6657 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6658
6659 * iswitchb.el: Rename faces.
6660
6661 2005-06-06 Kim F. Storm <storm@cua.dk>
6662
6663 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6664 (cua-global-mark): Remove -face suffix from face names.
6665
6666 * emulation/cua-gmrk.el (cua--init-global-mark):
6667 Remove cua-global-mark face setup.
6668
6669 2005-06-06 Richard M. Stallman <rms@gnu.org>
6670
6671 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6672 just like other allowed characters.
6673 (makefile-match-dependency): Exclude leading and training whitespace
6674 from the range of regexp subexp 1.
6675 (makefile-macroassign-regex): Don't try to match the body,
6676 just the name of the macro being defined.
6677
6678 * info.el (Info-read-node-name-2): New function.
6679 (Info-read-node-name-1): Use that.
6680 Add a completion-base-size-function property.
6681
6682 * simple.el (completion-setup-function): Look for
6683 completion-base-size-function property of minibuffer-completion-table.
6684
6685 * files.el (locate-file-completion): Doc fix.
6686
6687 * printing.el: Don't call pr-update-menus; user must do that.
6688
6689 * emacs-lisp/debug.el (debugger-window): New variable.
6690 (debug): Use debugger-window if it is set and still alive.
6691 Record debugger-window for next entry.
6692
6693 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6694
6695 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6696
6697 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6698 (hack-one-local-variable, hack-local-variables)
6699 (hack-local-variables-prop-line): Pass that arg.
6700
6701 2005-06-06 Kim F. Storm <storm@cua.dk>
6702
6703 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6704 (ido-indicator): Remove -face suffix from face names.
6705
6706 2005-06-06 Juri Linkov <juri@jurta.org>
6707
6708 * font-lock.el (font-lock-regexp-backslash)
6709 (font-lock-regexp-backslash-construct): New faces.
6710 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6711 after `('. Add `while-no-input' to control structures.
6712
6713 * faces.el (no-break-space, shadow): New faces.
6714 (escape-glyph): Use less loud colors pink2 and red4.
6715
6716 * diff-mode.el (diff-context-face)
6717 * dired.el (dired-ignored)
6718 * rfn-eshadow.el (file-name-shadow)
6719 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6720
6721 * info.el (Info-title-1-face): Use green instead of yellow because
6722 bold yellow is not readable on light backgrounds.
6723
6724 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6725 before selecting the desired mode to not spend time fontifying
6726 old contents.
6727
6728 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6729
6730 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6731 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6732
6733 * ps-print.el (ps-default-fg, ps-default-bg):
6734 Fix typos in docstrings.
6735
6736 * isearchb.el (isearchb): Don't pass a spurious second argument to
6737 `iswitchb-completions'.
6738
6739 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6740
6741 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6742 to preserve point.
6743 (gdb-find-file-hook): Add doc string.
6744
6745 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6746 C dereferenced pointer expression.
6747 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6748
6749 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6750
6751 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6752 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6753 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6754 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6755 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6756 Make background transparent.
6757
6758 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6759
6760 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6761 (font-lock-remove-keywords): Doc fix.
6762 (font-lock-mode-major-mode): Compiler defvar.
6763 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6764
6765 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6766 (font-lock-mode): Update `font-lock-mode-major-mode'.
6767 (font-lock-set-defaults): Compiler defvar.
6768 (font-lock-default-function): Take `font-lock-mode-major-mode'
6769 into account.
6770
6771 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6772 keep track of which major mode it enabled the minor mode for.
6773 Use find-file-hook again. Update docstring.
6774
6775 * simple.el (eval-expression-print-level)
6776 (eval-expression-print-length, eval-expression-debug-on-error):
6777 Doc fixes.
6778
6779 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6780
6781 * iswitchb.el (iswitchb-single-match-face)
6782 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6783 (iswitchb-invalid-regexp-face): New faces.
6784 (iswitchb-completions): Use them.
6785 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6786 now marked as an obsolete alias.
6787 (iswitchb-read-buffer): Remove check for bound font variables.
6788 (iswitchb-invalid-regexp): New free variable.
6789 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6790 set iswitchb-invalid-regexp.
6791 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6792 invalid regexps.
6793 (iswitchb-completions): Add check for complete match when entering
6794 a regexp.
6795 (iswitchb-completions): Remove require-match argument.
6796 (iswitchb-exhibit): Fix caller.
6797 (iswitchb-common-match-inserted): New variable.
6798 (iswitchb-complete, iswitchb-completion-help): Use it.
6799
6800 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6801
6802 * url-http.el (url-http-chunked-encoding-after-change-function):
6803 Use `url-http-debug' instead of `message'.
6804
6805 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6806
6807 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6808 callback argument.
6809
6810 2005-06-04 Kim F. Storm <storm@cua.dk>
6811
6812 * simple.el (line-move): Only call sit-for when moving backwards.
6813
6814 * ido.el (ido-make-merged-file-list-1): New defun split from
6815 ido-make-merged-file-list.
6816 (ido-make-merged-file-list): Bind throw-on-input around call to
6817 ido-make-merged-file-list-1. Return input-pending-p if
6818 interrupted by more input available.
6819 (ido-read-internal): Handle input-pending-p return value from
6820 ido-make-merged-file-list.
6821
6822 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6825 compatibility code.
6826
6827 * international/latexenc.el (latexenc-find-file-coding-system):
6828 Don't inherit the EOL part of the coding-system from the
6829 tex-main buffer. Fit within 80 columns.
6830
6831 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6832
6833 * tmm.el (tmm-inactive-face): New face.
6834 (tmm-remove-inactive-mouse-face): New function.
6835 (tmm-prompt, tmm-add-one-shortcut)
6836 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6837 but not selectable.
6838
6839 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6840
6841 * faces.el (face-equal): Improve argument/docstring consistency.
6842
6843 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6844
6845 * progmodes/make-mode.el (makefile-targets-face)
6846 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6847 (makefile-bsdmake-dependency-regex)
6848 (makefile-makepp-rule-action-regex)
6849 (makefile-bsdmake-rule-action-regex): New constants.
6850 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6851
6852 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6853 Allow (...) within `...' for makepp messages.
6854
6855 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6856
6857 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6858
6859 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6860 "." files are deleted from all file lists before comparison.
6861
6862 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6863 (viper-ESC-key): Made them customizable.
6864
6865 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6866
6867 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6868
6869 * autorevert.el (auto-revert-buffers): Use save-match-data.
6870
6871 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6874 menu items with a nil command binding.
6875
6876 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6877
6878 * emacs-lisp/cl-macs.el (defsetf):
6879 Improve argument/docstring consistency.
6880
6881 * faces.el (list-faces-display): Improve the formatting by
6882 computing the maximum length required for any face-name (reworked
6883 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6884 (internal-find-face): Remove redundant info in docstring.
6885
6886 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6887
6888 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6889 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6890 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6891 (gdb-assembler-custom): Improve regexps.
6892 (def-gdb-auto-update-handler): Use window point to preserve point.
6893
6894 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6897
6898 2005-05-31 Jay Belanger <belanger@truman.edu>
6899
6900 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6901 to calc-embedded.
6902 (calc-embedded-make-info): Have plain prefix argument select
6903 entire line.
6904
6905 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * faces.el (list-faces-display): Signal error if passed a regexp
6908 that matches no face name.
6909
6910 * simple.el (filter-buffer-substring): Fix typo in docstring.
6911
6912 2005-05-31 Richard M. Stallman <rms@gnu.org>
6913
6914 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6915 (vhdl-emacs-21): Doc fix.
6916 (vhdl-mode): Unconditionally set comment-padding.
6917 (vhdl-fixup-whitespace-region): Insert spaces only where
6918 there are none.
6919 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6920
6921 2005-05-30 John Wiegley <johnw@newartisans.com>
6922
6923 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6924 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6925 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6926 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6927 `string-to-number'.
6928
6929 2005-05-30 Jay Belanger <belanger@truman.edu>
6930
6931 * calc/calc.el (calc-bug-address): Fix docstring.
6932 (calc-window-hook, calc-trail-window-hook): New variables.
6933 (calc-trail-display): Restore use of calc-trail-window-hook.
6934 (calc): Restore use of calc-window-hook.
6935
6936 2005-05-31 Masatake YAMATO <jet@gyve.org>
6937
6938 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6939
6940 * help-fns.el (help-C-file-name): Add autoload mark for
6941 `find-function-noselect'.
6942
6943 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6946 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6947
6948 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6949
6950 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6951 included diary buffer if it was not already being visited.
6952 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6953
6954 * calendar/icalendar.el (top-level): Do not require 'appt.
6955
6956 * mail/supercite.el (sc-select-attribution): Only use a list
6957 element from sc-attrib-selection-list if it returns a string.
6958 Reported by Davide G. M. Salvetti <salve@debian.org>.
6959
6960 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6961
6962 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6963 includes a hash value to improve its uniqueness, and has a ".jpg"
6964 extension. Also, it is now a valid filename on all systems.
6965 (thumbs-make-thumb): Use `let', not `let*'.
6966 (thumbs-show-thumbs-list): Check for JPEG availability.
6967
6968 2005-05-30 Richard M. Stallman <rms@gnu.org>
6969
6970 * filesets.el (filesets-menu-ensure-use-cached):
6971 Prevent warning when emacs-version>= is undefined.
6972
6973 * printing.el (pr-interactive-n-up): Use string-to-number.
6974
6975 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6976
6977 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6978 Warn only when name to be defined is quoted.
6979
6980 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6981
6982 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6983 Make regexp more robust.
6984 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6985 Force regeneration of disassembly.
6986
6987 2005-05-29 Jay Belanger <belanger@truman.edu>
6988
6989 * calc/calc.el (calc-user-invocation): Check if
6990 calc-invocation-macro is non-nil.
6991
6992 2005-05-29 Juri Linkov <juri@jurta.org>
6993
6994 * add-log.el (change-log-font-lock-keywords):
6995 Add `+' to e-mail regexp to accept mail address with keywords.
6996
6997 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6998
6999 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7000
7001 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7002
7003 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7004
7005 2005-05-29 Richard M. Stallman <rms@gnu.org>
7006
7007 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7008 Undo the change that moves to end of the current word.
7009
7010 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7011
7012 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7013 Throw error when count <= 0 to ensure input is a number.
7014 (gdb-read-memory-custom): Pick up address from buffer.
7015 (gdb-memory-mode): Allow user to increment and decrement
7016 memory address from header line.
7017
7018 2005-05-29 Richard M. Stallman <rms@gnu.org>
7019
7020 * flyspell.el (flyspell-version): Function deleted.
7021 (flyspell-auto-correct-previous-hook): Doc fix.
7022
7023 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7024 Do nothing if memory is full.
7025
7026 * font-lock.el (font-lock-fontify-syntactically-region):
7027 Pass t for GREEDY to looking-back.
7028
7029 * saveplace.el (save-place-alist-to-file): Write the file
7030 using write-region.
7031
7032 * subr.el (looking-back): New argument GREEDY.
7033
7034 * progmodes/compile.el (compilation-start): Set the mode
7035 before inserting the initial text.
7036
7037 * progmodes/which-func.el (which-func-update-1): Turn the mode
7038 off in case of error by setting which-func-mode.
7039
7040 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7041
7042 * flyspell.el (flyspell-auto-correct-previous-word):
7043 Narrow down to what's on the screen, and recenter overlays
7044 at the end of the next word.
7045
7046 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7047
7048 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7049 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7050 (flyspell-abbrev-p): Default to nil.
7051 (flyspell-use-global-abbrev-table-p): Doc fix.
7052 (flyspell-large-region): Allow nil as value.
7053 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7054
7055 (mail-mode-flyspell-verify): More robust handling
7056 of `mail-header-separator'. More efficient signature detection.
7057 Allow for regexp metacharacters in message-header-separator.
7058 Adding `To' not to be checked in mail-mode-flyspell-verify.
7059
7060 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7061 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7062 Bind flyspell-auto-correct-binding.
7063 Bind C-. and C-, .
7064 (flyspell-mode-map): Likewise.
7065 (flyspell-mode): Doc fix.
7066 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7067 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7068 (flyspell-word-cache-result): New var, always local.
7069 (flyspell-check-pre-word-p): Doc fix.
7070 (flyspell-check-changed-word-p): Handle spc like newline.
7071 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7072 (flyspell-word-search-backward, flyspell-word-search-forward):
7073 New functions.
7074 (flyspell-word): Return t if nothing to check.
7075 When parsing TeX code, check for after } or \.
7076 Use flyspell-word-search-backward to find previous word.
7077 Return nil if duplicated word.
7078 For word already checked, return same value as last time.
7079 Set flyspell-word-cache-result after checking.
7080 Don't clobber the return value.
7081 (flyspell-get-word): Major rewrite.
7082 (flyspell-external-point-words): New locals pword, pcount.
7083 Fix size used in progress message.
7084 Find the proper corresponding word in flyspell-large-region-buffer.
7085 (flyspell-region): Check for flyspell-large-region = nil.
7086 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7087 (flyspell-auto-correct-word): Check that WORD is a cons.
7088 (flyspell-correct-word): Likewise.
7089
7090 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7091
7092 * progmodes/make-mode.el (makefile-rule-action-regex)
7093 (makefile-macroassign-regex, makefile-makepp-mode)
7094 (makefile-bsdmake-mode): Continuation lines may be empty.
7095 Reported by Joshua Varner.
7096 (makefile-makepp-font-lock-keywords): Add $(stem).
7097
7098 2005-05-28 Karl Berry <karl@gnu.org>
7099
7100 * textmodes/tex-mode.el: Now that tex-send-command calls
7101 shell-quote-argument (2005-03-31 change), remove all calls to
7102 shell-quote-argument; they all end up invoking tex-send-command.
7103 The double quoting loses on filenames with non-safe characters,
7104 such as "@". Reported by Frederik Fouvry.
7105
7106 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7107
7108 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7109 about preserving point.
7110
7111 2005-05-27 Jay Belanger <belanger@truman.edu>
7112
7113 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7114 Info-goto-node.
7115
7116 * calc/calc-embed.el (calc-embed-arg): New variable.
7117 (calc-do-embedded-activate, calc-embedded-activate-formula)
7118 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7119 variable by new variable.
7120 (calc-embedded-make-info): Replace undeclared variable by new
7121 variable. When selecting region with positive prefix
7122 argument, use end of previous line instead of beginning of line.
7123
7124 * calc/calc-aent.el (calc-arg-values): Declare it.
7125
7126 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7127 Declare them.
7128
7129 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7130
7131 * calc/calc.el (calc-alg-map): Declare it.
7132
7133 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7134
7135 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7136
7137 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7138 (gdb-registers-buffer, toggle-gdb-all-registers):
7139 Toggle display of floating point registers.
7140 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7141
7142 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7143 (toggle-gud-tooltip-dereference):
7144 Rename from gud-toggle-tooltip-dereference.
7145
7146 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7147
7148 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7149
7150 2005-05-27 Jay Belanger <belanger@truman.edu>
7151
7152 * calc/calc-prog.el (calc-kbd-report): Remove.
7153 (calc-kbd-query): Rewrite.
7154
7155 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * image.el (image-library-alist): Move to image.c.
7158 (image-type-available-p): Doc fix.
7159
7160 2005-05-27 Lute Kamstra <lute@gnu.org>
7161
7162 * calc/calc.el (calc):
7163 * outline.el (outline-1, outline-2, outline-3, outline-4)
7164 (outline-5, outline-6, outline-7, outline-8):
7165 * textmodes/dns-mode.el (dns-mode):
7166 * textmodes/sgml-mode.el (sgml-namespace-face):
7167 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7168 (tex-verbatim-face, tex-use-reftex):
7169 * textmodes/texinfo.el (texinfo-heading-face):
7170 Specify customization group.
7171
7172 * longlines.el: Don't require easy-mmode.
7173 (longlines-visible-face): Specify customization group.
7174
7175 2005-05-27 Kenichi Handa <handa@m17n.org>
7176
7177 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7178 encoding table of windows-1251.
7179
7180 * international/ucs-tables.el (ucs-set-table-for-input):
7181 If translation-table-for-input of a coding system is a symbol, get
7182 its translation-table property.
7183
7184 * international/code-pages.el: Don't register a coding system into
7185 non-iso-charset-alist more than once.
7186 (cp-make-coding-system): Likewise.
7187
7188 2005-05-26 John Wiegley <johnw@newartisans.com>
7189
7190 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7191 `eshell-resume-eval' is wrapped in a list, it indicates that the
7192 command was run asynchronously. In that case, unwrap the value
7193 before checking the delimiter value.
7194
7195 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7196 character before a space at the end of a line is \, assume the space
7197 is part of the last argument rather than a final argument separator.
7198
7199 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7200 is in use, and the target is `t' or `nil' (which are the most common
7201 values), don't assume that the symbol target is a buffer.
7202
7203 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7204
7205 * calendar/calendar.el (calendar-mode-line-format):
7206 Use mode-line-highlight as mouse-face.
7207
7208 * time.el (display-time-string-forms, display-time-update):
7209 Use mode-line-highlight as mouse-face.
7210
7211 2005-05-26 Jay Belanger <belanger@truman.edu>
7212
7213 * calc/calc.el (calc-language-alist): Remove extra defvar.
7214
7215 2005-05-26 Lute Kamstra <lute@gnu.org>
7216
7217 * arc-mode.el (archive-mode):
7218 * bookmark.el (bookmark-read-annotation-mode)
7219 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7220 * bs.el (bs-mode):
7221 * calc/calc-yank.el (calc-edit-mode):
7222 * calc/calc.el (calc-mode, calc-trail-mode):
7223 * calculator.el (calculator-mode):
7224 * chistory.el (command-history-mode):
7225 * comint.el:
7226 * cus-edit.el (custom-mode):
7227 * descr-text.el (describe-text-mode):
7228 * ebuff-menu.el (Electric-buffer-menu-mode):
7229 * ediff-util.el (ediff-mode):
7230 * emacs-lisp/re-builder.el (reb-mode):
7231 * emulation/vi.el (vi-mode-setup):
7232 * emulation/ws-mode.el (wordstar-mode):
7233 * eshell/esh-mode.el (eshell-mode):
7234 * forms.el (forms-mode):
7235 * help-mode.el (help-mode):
7236 * hexl.el (hexl-mode):
7237 * ibuffer.el (ibuffer-mode):
7238 * ielm.el (inferior-emacs-lisp-mode):
7239 * info.el (Info-mode, Info-edit-mode):
7240 * international/swedish.el:
7241 * ledit.el (ledit-from-lisp-mode):
7242 * locate.el (locate-mode):
7243 * mail/rmail.el (rmail-mode):
7244 * mail/rmailedit.el (rmail-edit-mode):
7245 * mail/rmailsum.el (rmail-summary-mode):
7246 * mail/supercite.el (sc-electric-mode):
7247 * net/eudc.el (eudc-mode):
7248 * net/quickurl.el (quickurl-list-mode):
7249 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7250 * obsolete/ooutline.el (outline-mode):
7251 * obsolete/options.el (Edit-options-mode):
7252 * obsolete/rnews.el (news-mode):
7253 * obsolete/rnewspost.el (news-reply-mode):
7254 * play/5x5.el (5x5-mode):
7255 * play/decipher.el (decipher-mode, decipher-stats-mode):
7256 * play/gomoku.el (gomoku-mode):
7257 * play/snake.el (snake-mode):
7258 * play/solitaire.el (solitaire-mode):
7259 * play/tetris.el (tetris-mode):
7260 * progmodes/ada-mode.el (ada-mode):
7261 * progmodes/antlr-mode.el (antlr-mode):
7262 * progmodes/autoconf.el (autoconf-mode):
7263 * progmodes/dcl-mode.el (dcl-mode):
7264 * progmodes/delphi.el (delphi-mode):
7265 * progmodes/ebrowse.el (ebrowse-tree-mode)
7266 (ebrowse-electric-list-mode, ebrowse-member-mode)
7267 (ebrowse-electric-position-mode):
7268 * progmodes/f90.el (f90-mode):
7269 * progmodes/fortran.el (fortran-mode):
7270 * progmodes/icon.el (icon-mode):
7271 * progmodes/idlw-help.el (idlwave-help-mode):
7272 * progmodes/idlw-shell.el (idlwave-shell-mode):
7273 * progmodes/idlwave.el (idlwave-mode):
7274 * progmodes/inf-lisp.el (inferior-lisp-mode):
7275 * progmodes/m4-mode.el (m4-mode):
7276 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7277 * progmodes/modula2.el (modula-2-mode):
7278 * progmodes/octave-inf.el (inferior-octave-mode):
7279 * progmodes/octave-mod.el (octave-mode):
7280 * progmodes/pascal.el (pascal-mode):
7281 * progmodes/sh-script.el (sh-mode):
7282 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7283 * progmodes/vhdl-mode.el (vhdl-mode):
7284 * progmodes/xscheme.el (scheme-interaction-mode):
7285 * replace.el (occur-mode):
7286 * ses.el (ses-mode):
7287 * simple.el (completion-list-mode):
7288 * skeleton.el:
7289 * speedbar.el (speedbar-mode):
7290 * term.el (term-mode):
7291 * terminal.el (terminal-edit-mode):
7292 * textmodes/reftex-index.el (reftex-index-mode)
7293 (reftex-index-phrases-mode):
7294 * textmodes/reftex-sel.el (reftex-select-label-mode)
7295 (reftex-select-bib-mode):
7296 * textmodes/reftex-toc.el (reftex-toc-mode):
7297 * wdired.el (wdired-change-to-wdired-mode):
7298 * wid-browse.el (widget-browse-mode):
7299 Use run-mode-hooks.
7300
7301 * array.el (array-mode):
7302 * calendar/todo-mode.el (todo-mode):
7303 * man.el (Man-mode):
7304 * play/landmark.el (lm-mode):
7305 * play/mpuz.el (mpuz-mode):
7306 Use kill-all-local-variables and run-mode-hooks.
7307
7308 * subr.el (delay-mode-hooks): Specify indentation.
7309
7310 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7311
7312 * xml.el (xml-substitute-special): Don't die for undefined xml
7313 entities.
7314
7315 2005-05-26 Jay Belanger <belanger@truman.edu>
7316
7317 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7318 of nil.
7319
7320 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7321
7322 * progmodes/gdb-ui.el (gdb-frame-address):
7323 Rename from gdb-current-address.
7324 (gdb-previous-frame-address): Rename from gdb-previous-address.
7325 (gdb-selected-frame): Rename from gdb-current-frame.
7326 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7327 (gdb-frame-number): Rename from gdb-current-stack-level.
7328 (gdb-ann3): Match new mode-name for disassembly buffer.
7329 Extend initialization of variables.
7330 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7331 (gdb-memory-mode): Use mouse-face in header line.
7332 (gdb-assembler-buffer-name): Call it disassembly and give frame
7333 in mode line.
7334 (gdb-source-spec-regexp, gdb-assembler-custom)
7335 (gdb-invalidate-assembler, gdb-frame-handler):
7336 Make robust to leading zeroes in address format.
7337
7338 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7339
7340 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7341 define `org-mode'.
7342 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7343
7344 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7345
7346 * log-edit.el (log-edit-changelog-entries): Distinguish between
7347 filenames like xfns.c and fns.c.
7348
7349 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7350
7351 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7352 point after reverting.
7353 (Buffer-menu-make-sort-button): Handle the case where
7354 `Buffer-menu-use-header-line' is nil.
7355
7356 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7357
7358 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7359 New funcs. In minibuffer-local-completion-map bind `]', `/'
7360 and `:' to them.
7361
7362 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * startup.el (normal-top-level): Allow modification of load-path while
7365 we're iterating over it.
7366
7367 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7368
7369 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7370 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7371 (thumbs-resize-interactive, thumbs-insert-image)
7372 (thumbs-insert-thumb, thumbs-dired-show-marked)
7373 (thumbs-find-image-at-point, thumbs-delete-images)
7374 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7375 (thumbs-increment-image-size, thumbs-decrement-image-size):
7376 Fix typos in docstrings.
7377
7378 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7379
7380 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7381 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7382 (cperl-mode): Use them.
7383
7384 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7387 Doc fixes.
7388
7389 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7390
7391 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7392 Bind C-d to gdb-inferior-io-eof.
7393
7394 * dired.el (dired-dnd-popup-notice): Use message-box.
7395
7396 2005-05-23 Masatake YAMATO <jet@gyve.org>
7397
7398 * bindings.el (mode-line-major-mode-keymap):
7399 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7400
7401 * faces.el (mode-line-highlight): New face.
7402
7403 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7404 as mouse-face.
7405
7406 * bindings.el (top-level, help-echo, mode-line-modified)
7407 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7408 as mouse-face.
7409
7410 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7411
7412 * progmodes/cc-engine.el (c-guess-basic-syntax):
7413 Remove spurious call to `zerop'.
7414
7415 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7416
7417 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7418
7419 CC Mode update to 5.30.10:
7420
7421 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7422 could go past the limit in decoration level 2, thereby causing
7423 errors during interactive fontification.
7424
7425 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7426 the file is evaluated interactively.
7427
7428 * cc-engine.el (c-guess-basic-syntax): Handle operator
7429 declarations somewhat better in C++.
7430
7431 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7432 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7433 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7434 (awk-mode): Use it.
7435 (make-local-hook): Suppress warning about obsoleteness.
7436
7437 * cc-engine.el, cc-align.el, cc-cmds.el
7438 (c-append-backslashes-forward, c-delete-backslashes-forward)
7439 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7440 Compensate for return value from `forward-line' when it has moved
7441 but not to a different line due to eob.
7442
7443 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7444 `objc-method-intro' and `objc-method-args-cont'.
7445
7446 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7447
7448 CC Mode update to 5.30.10:
7449
7450 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7451 in the copyright statement. Incidentally, change "along with GNU
7452 Emacs" to "along with this program" where it occurs.
7453
7454 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7455 so that it is interactive, hence can be found by M-x awk-mode
7456 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7457 <gmorris+emacs@ast.cam.ac.uk>.
7458
7459 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7460 Mode's regexps.
7461
7462 2005-05-23 Kevin Ryde <user42@zip.com.au>
7463
7464 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7465 c-parse-state, to avoid a lisp error (on bad code).
7466
7467 2005-05-23 Lute Kamstra <lute@gnu.org>
7468
7469 * subr.el (font-lock-defaults): Remove defvar as it's already
7470 defined in font-core.el.
7471
7472 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7473
7474 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7475
7476 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7477 more general and work when GDB variable "print pretty" is on,
7478 as with Emacs, for example.
7479
7480 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7481
7482 * font-core.el: Update comment.
7483
7484 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7485 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7486
7487 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7488
7489 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7490
7491 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7492 and `yank-handler' in the doc strings.
7493
7494 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7497
7498 2005-05-22 Richard M. Stallman <rms@gnu.org>
7499
7500 * help.el (describe-key): Move print-help-return-message call
7501 out of conditional.
7502
7503 * progmodes/etags.el (list-tags): Use with-no-warnings.
7504
7505 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7506 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7507 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7508
7509 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7510
7511 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7512 Add defvar.
7513
7514 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7515 Use defvar, not defconst.
7516
7517 * hexl.el (hexl-follow-line): Use with-no-warnings.
7518
7519 * emulation/tpu-extras.el: Use write-file-functions instead of
7520 write-file-hooks.
7521
7522 * dired.el (dired-font-lock-keywords): Fontify files with junk
7523 extensions even if marked by -F.
7524
7525 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7526
7527 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7528 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7529 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7530 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7531 (concatenate, list-length, get*, getf, cl-remprop):
7532 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7533 (etypecase, progv, lexical-let, lexical-let*)
7534 (multiple-value-bind, multiple-value-setq, shiftf):
7535 Improve argument/docstring consistency.
7536
7537 * subr.el (focus-frame, unfocus-frame):
7538 Revert deletion on 2005-05-01.
7539
7540 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7541
7542 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7543 doesn't exist.
7544
7545 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7546 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7547
7548 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7549
7550 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7551 already deleted variables: auto-fill-hook, blink-paren-hook,
7552 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7553 suspend-hooks, comment-indent-hook, meta-flag,
7554 before-change-function, after-change-function,
7555 font-lock-doc-string-face.
7556
7557 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7558
7559 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7560
7561 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7562
7563 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7564 rmail-dont-reply-to.
7565
7566 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7567
7568 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7569 literal blank when splitting new-header-values.
7570
7571 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7572
7573 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7574 string so that tmm doesn't create a completion entry for it.
7575
7576 * textmodes/table.el (table-disable-menu): Ditto.
7577
7578 2005-05-21 Richard M. Stallman <rms@gnu.org>
7579
7580 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7581
7582 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7583
7584 * net/rcompile.el (remote-compile): Use compilation-start.
7585
7586 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7587
7588 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7589
7590 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7591 Default to makefile-bsdmake-mode on BSD systems.
7592
7593 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7594 REGEXP may also be a search function now. The part of doc-string
7595 for describing the structure was 95% identical to that of
7596 `imenu--generic-function'. Unify it there.
7597
7598 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7599 Use function to find dependencies, because regexp alone is so complex,
7600 it easily goes into an endless loop.
7601 (makefile-makepp-mode): Also add submenu for Perl functions
7602 defined in the makefile.
7603 (makefile-bsdmake-mode): Special imenu-generic-expression no
7604 longer needed, due to function call.
7605 (makefile-match-dependency): Take BOUND into account when checking
7606 if we're through.
7607
7608 2005-05-20 Jay Belanger <belanger@truman.edu>
7609
7610 * calc/calc-units.el (calc-invalidate-units-table):
7611 Use inhibit-read-only.
7612 (math-build-units-table-buffer): Use view-mode.
7613
7614 2005-05-20 David Kastrup <dak@gnu.org>
7615
7616 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7617 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7618
7619 2005-05-20 Lute Kamstra <lute@gnu.org>
7620
7621 * diff-mode.el (diff-header-face, diff-file-header-face)
7622 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7623 (diff-added-face, diff-changed-face, diff-function-face)
7624 (diff-context-face, diff-nonexistent-face): Put them in the
7625 diff-mode customization group.
7626
7627 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7630
7631 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7632
7633 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7634 Minor regexp-optimization.
7635
7636 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7637
7638 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7639 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7640 (org-agenda-add-time-grid-maybe): New function.
7641 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7642 (org-table-create): `dotimes' instead of `mapcar'.
7643 (org-xor): Simplify implementation.
7644 (org-agenda): `inhibit-redisplay' turned on.
7645 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7646 a consistent line after a state change.
7647 (org-agenda-remove-times-when-in-prefix): New option.
7648 (org-prefix-has-time): New variable.
7649 (org-parse-time-string): Optional argument NODEFAULT.
7650 (org-format-agenda-item): Parse items for time-of-day
7651 specifications and move these into the prefix if possible.
7652 (org-agenda-priority): Get current heading, not previous heading
7653 during agenda remote editing.
7654
7655 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7656
7657 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7658 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7659 (remove-duplicates, delete-duplicates, substitute)
7660 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7661 (nsubstitute-if-not, find, find-if, find-if-not, position)
7662 (position-if, position-if-not, count, count-if, count-if-not)
7663 (mismatch, search, sort*, stable-sort, merge, member*)
7664 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7665 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7666 (intersection, nintersection, set-difference, nset-difference)
7667 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7668 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7669 (nsublis, tree-equal): Improve argument/docstring consistency.
7670
7671 * subr.el (send-string, send-region):
7672 Remove obsolescence declaration.
7673 (window-dot, set-window-dot, read-input, show-buffer)
7674 (eval-current-buffer, string-to-int):
7675 Add release number to obsolescence declarations.
7676
7677 2005-05-19 Kim F. Storm <storm@cua.dk>
7678
7679 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7680 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7681
7682 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7683
7684 * faces.el (list-faces-display): Make back button respect optional
7685 regexp arg.
7686
7687 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7688
7689 * calculator.el (calculator-radix-grouping-mode)
7690 (calculator-radix-grouping-digits, calculator-displayer)
7691 (calculator-radix-grouping-separator, calculator-copy-displayer):
7692 * dabbrev.el (dabbrev-search-these-buffers-only):
7693 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7694 (diff-advance-after-apply-hunk, diff-mode-hook)
7695 (diff-minor-mode-prefix):
7696 * imenu.el (imenu-use-popup-menu):
7697 * jit-lock.el (jit-lock-context-time):
7698 * newcomment.el (comment-fill-column, comment-column)
7699 (comment-style, comment-padding, comment-multi-line)
7700 (comment-empty-lines, comment-auto-fill-only-comments):
7701 * reveal.el (reveal-around-mark):
7702 * uniquify.el (uniquify-buffer-name-style)
7703 (uniquify-after-kill-buffer-p)
7704 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7705 (uniquify-min-dir-content, uniquify-separator)
7706 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7707 * w32-vars.el (w32-fixed-font-alist):
7708 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7709 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7710 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7711 * progmodes/perl-mode.el (perl-indent-level)
7712 (perl-continued-statement-offset, perl-continued-brace-offset)
7713 (perl-brace-offset, perl-brace-imaginary-offset)
7714 (perl-label-offset, perl-indent-continued-arguments)
7715 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7716 * progmodes/tcl.el (tcl-indent-level)
7717 (tcl-continued-indent-level, tcl-auto-newline)
7718 (tcl-tab-always-indent, tcl-electric-hash-style)
7719 (tcl-help-directory-list, tcl-use-smart-word-finder)
7720 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7721 (inferior-tcl-source-command):
7722 * textmodes/fill.el (enable-kinsoku):
7723 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7724 * textmodes/table.el (table-yank-handler):
7725 Specify missing group (and type, if simple) in defcustom.
7726
7727 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7728
7729 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7730
7731 2005-05-19 Richard M. Stallman <rms@gnu.org>
7732
7733 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7734
7735 * subr.el (event-basic-type): Don't get an error.
7736 (left-fringe-p): Function deleted.
7737
7738 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7739 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7740
7741 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7742 in recursive copy.
7743
7744 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7745
7746 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7747
7748 * emacs-lisp/bytecomp.el
7749 (byte-compile-file-form-custom-declare-variable): Call
7750 byte-compile-nogroup-warn if appropriate.
7751
7752 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7753 (compilation-set-window): Don't call left-fringe-p; do it directly.
7754
7755 2005-05-19 Jay Belanger <belanger@truman.edu>
7756
7757 * calc/calc-graph.el (calc-graph-format-data): Make sure
7758 var-PlotRejects is bound before trying to check its value.
7759
7760 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7761
7762 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7763 definition of this variable from reftex-global.el to reftex.el,
7764 because it is needed in the menu.
7765
7766 2005-05-19 Lute Kamstra <lute@gnu.org>
7767
7768 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7769 years are fixed. Don't insert a space after a dash.
7770
7771 2005-05-19 Kim F. Storm <storm@cua.dk>
7772
7773 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7774
7775 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7776
7777 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7778 strings, because (eq ... ?\\) is fairly frequent.
7779
7780 * progmodes/make-mode.el (makefile-add-this-line-targets):
7781 Simplify and integrate into `makefile-pickup-targets'.
7782 (makefile-add-this-line-macro): Simplify and integrate into
7783 `makefile-pickup-macros.
7784 (makefile-pickup-filenames-as-targets): Simplify.
7785 (makefile-previous-dependency, makefile-match-dependency):
7786 Don't stumble over `::'.
7787
7788 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7789
7790 * subr.el (post-command-idle-hook, post-command-idle-delay):
7791 Remove obsoletion of post-command-idle-hook and
7792 post-command-idle-delay.
7793
7794 * faces.el (list-faces-display): Provide button when describe-face
7795 is called to take user back to the list of faces.
7796
7797 * help-fns.el (describe-variable): Remove hyperlinks in a
7798 variable's value as these are quite frequently inappropriate.
7799
7800 * follow.el (follow-submit-feedback, follow-mode):
7801 Remove references to post-command-idle-hook.
7802
7803 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7804
7805 * progmodes/make-mode.el (makefile-previous-dependency)
7806 (makefile-match-dependency): Check for := (and in bsd mode also
7807 !=) to give a better result, even when font-lock is not on.
7808
7809 2005-05-18 Jay Belanger <belanger@truman.edu>
7810
7811 * calc/calc-help.el (calc-s-prefix-help):
7812 Add `calc-copy-special-constant' to help string.
7813
7814 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7815
7816 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7817
7818 2005-05-18 Jay Belanger <belanger@truman.edu>
7819
7820 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7821 in linear factors are in proper order.
7822
7823 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7824
7825 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7826 Support for jurabib.
7827
7828 * textmodes/reftex.el (featurep): Define aliases for overlay
7829 commands, for XEmacs compatibility, and use these aliases in
7830 overlay initializations.
7831 (reftex-highlight): Use `reftex-move-overlay'.
7832 (reftex-unhighlight): Use `reftex-delete-overlay'.
7833 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7834 (reftex-access-search-path): Use `reftex-uniquify' instead of
7835 `reftex-uniq'
7836
7837 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7838 `before-string' property modification enables for Emacs as well.
7839 (reftex-select-item): Use `reftex-delete-overlay'.
7840 (reftex-select-mark): Use `reftex-make-overlay' and
7841 `reftex-overlay-put'.
7842 (reftex-select-unmark): Use `reftex-delete-overlay' and
7843 `reftex-overlay-put'.
7844
7845 2005-05-18 Lute Kamstra <lute@gnu.org>
7846
7847 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7848
7849 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * add-log.el (add-change-log-entry):
7852 * array.el (array-make-template, array-reconfigure-rows)
7853 (array-init-max-row, array-init-max-column)
7854 (array-init-columns-per-line, array-init-field-width):
7855 * replace.el (replace-match-maybe-edit, perform-replace):
7856 * textmodes/spell.el (spell-region):
7857 Replace `read-input' by `read-string'.
7858
7859 * forms.el (forms-mode):
7860 * finder.el (finder-compile-keywords):
7861 * shadowfile.el (shadow-read-files):
7862 Replace `eval-current-buffer' by `eval-buffer'.
7863
7864 * terminal.el (te-pass-through):
7865 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7866 (ange-ftp-raw-send-cmd):
7867 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7868 (send-process-next-char, telnet-initial-filter, telnet):
7869 Replace `send-string' by `process-send-string'.
7870
7871 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7872 (prolog-consult-region): Replace `send-string' by
7873 `process-send-string'; replace `send-region' by `process-send-region'.
7874
7875 * progmodes/delphi.el (delphi-log-msg):
7876 Replace `set-window-dot' by `set-window-point'.
7877
7878 * subr.el (window-dot, set-window-dot, read-input, send-string)
7879 (send-region, show-buffer, eval-current-buffer):
7880 Make really obsolete, as the comment says.
7881
7882 2005-05-17 Kim F. Storm <storm@cua.dk>
7883
7884 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7885 (cua--init-keymaps): Bind C-return instead of S-return to set
7886 rectangle mark.
7887
7888 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7889 instead of S-return to toggle/clear rectangle mark.
7890
7891 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7892
7893 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7894 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7895 Also fontify plain strings assigned to variables, mostly so that a
7896 colon has a face and is thus not taken as a dependency separator.
7897 (makefile-previous-dependency): Inline the new matcher, because it
7898 is too complex to work in both directions.
7899 (makefile-match-dependency): Eliminate `backward' arg (see above).
7900 Completely reimplemented so as to not sometimes go into an endless
7901 loop. It should also be more efficient, because first it only
7902 searches for `:', instead of applying the very complex regexp.
7903 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7904 to be fontified in one piece can be too long for JIT.
7905 Makefiles are never *that* big.
7906
7907 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7908
7909 * dired.el (dired-mode): Simplify.
7910
7911 2005-05-17 Lute Kamstra <lute@gnu.org>
7912
7913 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7914 defcustom for the mode hook variable.
7915
7916 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7917 Emacs Lisp Reference Manual.
7918
7919 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7920
7921 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7922 (evenp, list*):
7923 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7924 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7925
7926 * net/tramp-smb.el (tramp-smb-open-connection):
7927 Pass `tramp-chunksize' as fifth (required) argument.
7928
7929 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7930
7931 * font-lock.el (lisp-font-lock-keywords-1):
7932 Set `font-lock-negation-char-face' for [^...] char group.
7933 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7934
7935 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7936 a var, and refine it to mask one more level of nested vars.
7937 (makefile-rule-action-regex): Turn it into a var, and refine it so
7938 it recognizes backslashed continuation lines as belonging to the
7939 same command.
7940 (makefile-macroassign-regex): Refine it so it recognizes
7941 backslashed continuation lines as belonging to the same command.
7942 (makefile-var-use-regex): Don't look at the next char, because it
7943 might be the same one to be skipped by the initial [^$], leading
7944 to an overlooked variable use.
7945 (makefile-make-font-lock-keywords): Remove two parameters, which
7946 are now variables that some of the modes set locally.
7947 Handle dependency and rule action matching through functions, because
7948 regexps alone match too often. Dependency matching now comes
7949 last, so it can check, whether a colon already matched something else.
7950 (makefile-mode): Inform that font-lock improves makefile parsing
7951 capabilities.
7952 (makefile-match-dependency, makefile-match-action): New functions.
7953
7954 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7955
7956 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7957
7958 * align.el (align-regexp):
7959 * ansi-color.el (ansi-color-get-face):
7960 * array.el (array-reconfigure-rows, array-init-max-row)
7961 (array-init-max-column, array-init-columns-per-line)
7962 (array-init-field-width):
7963 * dired-aux.el (dired-trample-file-versions):
7964 * dired-x.el (dired-mark-sexp):
7965 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7966 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7967 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7968 * faces.el (face-read-integer):
7969 * files.el (backup-extract-version, insert-directory):
7970 * hexl.el (hexl-insert-decimal-char):
7971 * server.el (server-process-filter):
7972 * shell.el (shell-extract-num):
7973 * startup.el (command-line-1):
7974 * term.el (term-command-hook):
7975 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7976 (time-stamp-do-number):
7977 * time.el (display-time-update):
7978 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7979 (timezone-fix-time):
7980 * vms-patch.el (vms-suspend-resume-hook):
7981 * calendar/appt.el (appt-convert-time):
7982 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7983 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7984 * calendar/cal-islam.el (mark-islamic-diary-entries):
7985 * calendar/calendar.el (calendar-cursor-to-date)
7986 (calendar-star-date):
7987 * calendar/diary-lib.el (diary-attrtype-convert)
7988 (mark-diary-entries, diary-entry-time):
7989 * calendar/solar.el (solar-get-number):
7990 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7991 * emacs-lisp/re-builder.el (reb-display-subexp):
7992 * emulation/edt.el (edt-set-scroll-margins):
7993 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7994 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7995 (vip-get-ex-count):
7996 * emulation/viper-ex.el (viper-get-ex-token)
7997 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7998 * international/fontset.el (fontset-plain-name):
7999 * mail/feedmail.el (feedmail-look-at-queue-directory):
8000 * mail/mailalias.el (mail-get-names):
8001 * mail/rmail.el (rmail-convert-to-babyl-format):
8002 * mail/rmailsum.el (rmail-make-basic-summary-line)
8003 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8004 (rmail-summary-goto-msg):
8005 * mail/smtpmail.el (smtpmail-read-response):
8006 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8007 (ange-ftp-vms-add-file-entry):
8008 * play/gametree.el (gametree-looking-at-ply)
8009 (gametree-current-branch-score):
8010 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8011 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8012 * progmodes/cperl-mode.el (condition-case):
8013 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8014 (ebrowse-set-member-buffer-column-width)
8015 (ebrowse-select-1st-to-9nth):
8016 * progmodes/etags.el (etags-snarf-tag):
8017 * progmodes/flymake.el (flymake-parse-line):
8018 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8019 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8020 (idlwave-shell-menu-def):
8021 * progmodes/ps-mode.el (ps-run-goto-error):
8022 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8023 (vhdl-speedbar-contract-level):
8024 * term/mac-win.el (x-handle-numeric-switch):
8025 * term/sun-mouse.el (sun-get-frame-data):
8026 * term/w32-win.el (x-handle-numeric-switch):
8027 * term/x-win.el (x-handle-numeric-switch):
8028 * textmodes/ispell.el (ispell-parse-output):
8029 * textmodes/nroff-mode.el (nroff-outline-level):
8030 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8031 (reftex-bib-sort-year-reverse, reftex-format-citation):
8032 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8033 (reftex-section-number):
8034 * textmodes/texinfmt.el (texinfo-paragraphindent):
8035 Replace `string-to-int' by `string-to-number'.
8036
8037 * international/latexenc.el: Add page marker to force the "Local
8038 Variables:" string out of the last page.
8039
8040 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8041
8042 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8043 tooltip-change-major-mode.
8044 (gud-tooltip-print-command): Remove case where gud-minor-mode
8045 is gdb ("--fullname").
8046 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8047 explain to user.
8048
8049 2005-05-16 Jay Belanger <belanger@truman.edu>
8050
8051 * calc/calc-store.el (calc-copy-special-constant): New function.
8052
8053 * calc/calc-ext.el (calc-init-extensions): Add binding for
8054 `calc-copy-special-constant'.
8055
8056 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8057 for the `calc-copy-special-constant' command.
8058
8059 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8060
8061 * subr.el (left-fringe-p): New function.
8062
8063 * progmodes/compile.el (compilation-setup): Set local value of
8064 overlay-arrow-string to "" always.
8065 (compilation-set-window): Left fringe then don't scroll.
8066 No left fringe then no arrow and scroll message to top.
8067 (compilation-context-lines): Adjust doc string accordingly.
8068
8069 2005-05-16 Kim F. Storm <storm@cua.dk>
8070
8071 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8072 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8073 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8074 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8075 (ido-read-file-name): Handle commands with ido property value
8076 equal to find-file as reading a file name, to allow C-d to enter dired.
8077 (ibuffer-find-file): Add ido property with value find-file.
8078
8079 2005-05-15 Kim F. Storm <storm@cua.dk>
8080
8081 * subr.el (open-network-stream-nowait): Remove.
8082 (open-network-stream-server): Remove.
8083
8084 2005-05-15 Richard M. Stallman <rms@gnu.org>
8085
8086 * faces.el (describe-face): Output a definition link button.
8087
8088 * help-mode.el (help-face-def): New button type.
8089
8090 * emacs-lisp/copyright.el (copyright-fix-years):
8091 Match properly if the first year is 2-digit.
8092 Don't mess up the whitespace after the years by filling.
8093
8094 * dired-aux.el (dired-mark-confirm):
8095 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8096
8097 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8098 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8099 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8100
8101 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8102 Set font-lock-comment-start-skip.
8103
8104 * font-lock.el (font-lock-comment-start-skip): New variable.
8105 (font-lock-comment-end-skip): New variable.
8106 (font-lock-fontify-syntactically-region): Use them if non-nil.
8107
8108 2005-05-15 Jay Belanger <belanger@truman.edu>
8109
8110 * calc/calc-store.el (calc-store-value): Return a string rather
8111 than display it as a message.
8112 Use calc-var-name for variable name.
8113 (calc-store-into): Add the result of calc-store-value to message.
8114 (calc-copy-variable): Add a message.
8115 (calc-store-exchange): Improve error messages.
8116 (calc-store-binary, calc-store-map): Don't reset the values of
8117 special constants.
8118
8119 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8120
8121 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8122 manual to docstring.
8123
8124 * files.el (hack-local-variables-confirm): Add STRING argument.
8125 Make the function handle non file visiting buffers correctly.
8126 (hack-local-variables-prop-line, hack-local-variables)
8127 (hack-one-local-variable): Use STRING arg of
8128 `hack-local-variables-confirm'.
8129
8130 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8131
8132 Sync with Tramp 2.0.49.
8133
8134 * net/tramp.el (tramp-handle-dired-call-process)
8135 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8136 because the contents of the Tramp buffer is changed before
8137 insertion (`expand-file' and alike).
8138 (tramp-handle-insert-directory): If `localname' has an empty
8139 nondirectory name, it must not be quoted.
8140 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8141 variable `tramp-chunksize'. Change callees.
8142 (tramp-open-connection-setup-interactive-shell): Check remote host
8143 for buggy `send-process-string' implementation.
8144 Set `tramp-chunksize' if found. Reported by Michael Kifer
8145 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8146 (tramp-handle-shell-command): `insert-buffer' cannot be used
8147 because the contents of the Tramp buffer is changed before
8148 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8149 <frederic.bothamy@free.fr>.
8150 (tramp-set-auto-save): Actions should be done for Tramp file name
8151 handler only. Ange-FTP has its own auto-save mechanism.
8152 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8153 (tramp-set-auto-save-file-modes): Set file modes of
8154 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8155 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8156 (tramp-bug): Remove obsolete variable.
8157 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8158 for presence of `mml-mode'. Make it running for older Emacsen as well.
8159
8160 2005-05-14 John Paul Wallington <jpw@pobox.com>
8161
8162 * ibuf-ext.el (define-ibuffer-filter filename):
8163 If `dired-directory' is a list, use its car.
8164
8165 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8166
8167 * ibuffer.el (define-ibuffer-column filename):
8168 If `dired-directory' is a list, use its car.
8169
8170 2005-05-14 Richard M. Stallman <rms@gnu.org>
8171
8172 * subr.el (symbol-file): Doc fix.
8173
8174 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8175 (byte-compile-form): Call byte-compile-nogroup-warn.
8176 (byte-compile-warning-types): Doc fix.
8177
8178 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8179
8180 * progmodes/cc-engine.el (c-literal-faces):
8181 Add font-lock-comment-delimiter-face.
8182
8183 * net/net-utils.el (dig): Use with-no-warnings.
8184
8185 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8186 (sc-recite-frame-alist, sc-default-cite-frame)
8187 (sc-default-uncite-frame, sc-default-recite-frame)
8188 (sc-attrib-selection-list, sc-rewrite-header-list):
8189 Mark as risky-local-variable.
8190
8191 * international/ogonek.el (ogonek-jak, ogonek-how):
8192 Don't use beginning-of-buffer.
8193
8194 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8195
8196 * calendar/solar.el (solar-data-list): Move definition up.
8197
8198 * dnd.el (dnd-protocol-alist): Add autoload.
8199
8200 * progmodes/sh-script.el: Many doc usage fixes.
8201 (sh-indent-after-do): Change default to match common styles.
8202
8203 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8204
8205 * files.el (interpreter-mode-alist)
8206 (auto-mode-interpreter-regexp): Doc fixes.
8207
8208 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8209
8210 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8211
8212 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8213
8214 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8215
8216 * dired.el (dired-mode): make-variable-buffer-local =>
8217 make-local-variable.
8218
8219 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8220
8221 * term/mac-win.el (mac-select-convert-to-string): Try coding
8222 systems in mac-script-code-coding-systems if specified one cannot
8223 encode string for `com.apple.traditional-mac-plain-text'.
8224
8225 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8226
8227 * progmodes/make-mode.el (makefile-targets-face)
8228 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8229 (makefile-dependency-regex): Fix it to not make the colon in
8230 $(var:a=b) special.
8231 (makefile-rule-action-regex): New regexp for highlighting embedded
8232 Shell strings.
8233 (makefile-macroassign-regex): Handle != for highlighting as
8234 embedded Shell strings.
8235 (makefile-var-use-regex): New const.
8236 (makefile-statements, makefile-automake-statements)
8237 (makefile-gmake-statements, makefile-makepp-statements)
8238 (makefile-bsdmake-statements): New consts.
8239 (makefile-make-font-lock-keywords): New function.
8240 (makefile-automake-font-lock-keywords)
8241 (makefile-gmake-font-lock-keywords)
8242 (makefile-makepp-font-lock-keywords)
8243 (makefile-bsdmake-font-lock-keywords): New consts.
8244 (makefile-mode-map): Add switchers between the various submodes.
8245 (makefile-mode): Document the availability of the variants.
8246 (makefile-automake-mode, makefile-gmake-mode)
8247 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8248
8249 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8250 new variants of makefile-mode.
8251
8252 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8255 the inheritance.
8256
8257 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8258
8259 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8260 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8261
8262 * files.el (normal-mode): Extend the scope of the
8263 `enable-local-variables' binding to include the `set-auto-mode' call.
8264 (magic-mode-alist): Doc fix.
8265
8266 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8269 font-lock-comment-face rather than copying its setting.
8270
8271 2005-05-12 Andreas Schwab <schwab@suse.de>
8272
8273 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8274
8275 2005-05-12 Lute Kamstra <lute@gnu.org>
8276
8277 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8278 defcustom for the mode hook variable. Delete the last argument.
8279 * generic-x.el: Fix callers of define-generic-mode.
8280 (generic-x-modes): Delete group.
8281 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8282 generic-x customization group.
8283
8284 2005-05-12 Kim F. Storm <storm@cua.dk>
8285
8286 * font-lock.el (font-lock-negation-char-face): Default to "off".
8287
8288 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8289 font-lock-negation-char-face to ! in !=.
8290
8291 2005-05-12 Masatake YAMATO <jet@gyve.org>
8292
8293 * add-log.el (find-change-log): Fix typos in the docstring
8294 of function.
8295
8296 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8297
8298 * international/latexenc.el (latexenc-find-file-coding-system):
8299 Avoid `re-search-forward' when looking for input encoding because
8300 of speed and safety. Better regular expressions for recognizing
8301 input encoding. Limit a search for TeX-master/tex-main-file to
8302 the local variable section.
8303
8304 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8305
8306 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8307 syntax of $ to "'" (quote).
8308
8309 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8310
8311 * dnd.el (dnd-protocol-alist): Improve custom type.
8312
8313 * dired.el (dired-dnd-protocol-alist): New variable.
8314 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8315 `dired-mode-hook' to the end.
8316
8317 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8320 comment-end if comment-start-skip is not set.
8321 Obey the font-lock-comment-delimiter-face variables.
8322
8323 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8324
8325 * files.el (executable-find): Move from executable.el. Use
8326 locate-file.
8327 * progmodes/executable.el (executable-find): Move to files.el.
8328
8329 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8330 when trying to ensure forward progress.
8331
8332 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8333
8334 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8335 (mouse-select, mouse-select-internal, mouse-extend-internal):
8336 Use it to implement mouse-1-click-follows-link functionality.
8337
8338 2005-05-11 Richard M. Stallman <rms@gnu.org>
8339
8340 * font-lock.el (font-lock-fontify-syntactically-region):
8341 Use font-lock-comment-delimiter-face for comment delimiters.
8342
8343 2005-05-10 Jay Belanger <belanger@truman.edu>
8344
8345 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8346 preserving embedded modes.
8347
8348 2005-05-10 Richard M. Stallman <rms@gnu.org>
8349
8350 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8351
8352 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8353 Move from ada-stmt.el.
8354 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8355
8356 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8357 Move to ada-mode.el.
8358 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8359
8360 * cus-edit.el (custom-file): Call file-chase-links.
8361
8362 * files.el (read-directory-name): Fix previous change.
8363 (hack-local-variables-confirm): New function.
8364 (hack-local-variables-prop-line, hack-local-variables)
8365 (hack-one-local-variable): Use it.
8366
8367 2005-05-10 Lute Kamstra <lute@gnu.org>
8368
8369 * font-lock.el (font-lock-keywords-alist)
8370 (font-lock-removed-keywords-alist): Clarify docstrings.
8371
8372 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8373
8374 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8375 (gdb-source-info): Check for preprocessor info.
8376 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8377 a macro for a function.
8378 (gdb-info-breakpoints-custom): Try to find file again if not already
8379 found (user might have used GDB dir command).
8380 (gdb-get-location): Update gdb-location-alist correctly for change
8381 to gdb-info-breakpoints-custom.
8382
8383 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8384 (gud-tooltip-print-command): Add gdbmi case.
8385 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8386 preprocessor info.
8387
8388 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8389
8390 * startup.el (fancy-splash-insert): Fix typo in doc string.
8391
8392 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8393
8394 * obsolete/float.el (string-to-float):
8395 * obsolete/hilit19.el (hilit-add-pattern):
8396 * obsolete/rnews.el (news-parse-range, news-select-message)
8397 (news-get-pruned-list-of-files): Replace `string-to-int' by
8398 `string-to-number'.
8399
8400 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8401 `find-file-not-found-hooks'; use `add-hook'.
8402 (uncompress-while-visiting): Set `write-file-functions', not
8403 `write-file-hooks'; use `add-hook'.
8404
8405 2005-05-09 Kim F. Storm <storm@cua.dk>
8406
8407 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8408 (cua-paste): Handle clipboard action.
8409 (cua--init-keymaps): Remap clipboard-kill-region and
8410 clipboard-kill-ring-save.
8411
8412 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8413
8414 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8415 Improve commentary.
8416
8417 * simple.el (next-error-overlay-arrow-position): Revert the change
8418 made on 2005-04-30.
8419
8420 2005-05-07 Jay Belanger <belanger@truman.edu>
8421
8422 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8423 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8424 `calc-sel-reselect'.
8425
8426 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8427 Calc is in embedded mode.
8428
8429 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8430
8431 * progmodes/compile.el (compilation-setup):
8432 Set overlay-arrow-string to an empty string on text terminals.
8433
8434 * textmodes/ispell.el (ispell-program-name): Try looking for
8435 "aspell" along exec-path, and if found, use it as the default
8436 speller program.
8437
8438 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8439
8440 * international/mule.el (sgml-xml-auto-coding-function):
8441 Recognize encoding='FOO' in single quotes as well as in double quotes.
8442
8443 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8444
8445 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8446 as well as `interactive', so that defmacro* would recognize
8447 `declare' forms.
8448
8449 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8450
8451 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8452 Explain more about the LIGHTER arg's usage in the doc string.
8453 Add commentary to clarify what the code does. Fix the regexp that
8454 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8455 since it could have characters special to regular expressions.
8456
8457 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8458
8459 * replace.el (occur-1): Bind inhibit-read-only so that
8460 erase-buffer doesn't barf on read-only text properties (likewise
8461 for add-text-properties in occur-engine). Mark buffer as unmodified.
8462 (occur-engine): Don't set buffer-read-only here.
8463
8464 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8467 list-buffers-directory. This caused the *cvs-commit* buffer to be
8468 sometimes mistakenly reused as a *cvs* buffer.
8469
8470 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8471
8472 * tooltip.el: Move code for GUD tooltips into gud.el.
8473 (require): CL no longer needed to compile case.
8474 (tooltip-mode): Do not toggle functions for GUD tooltips.
8475 (tooltip-gud-tips-p): Remove. Replace with minor mode
8476 gud-tooltip-mode in gud.el.
8477 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8478 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8479 tooltip-gud prefix with gud-tooltip and obsolete.
8480 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8481 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8482 (tooltip-mouse-motion): Mouse movement functions/variable.
8483 Rename in gud.el by adding gud prefix.
8484 (tooltip-gud-original-filter, tooltip-gud-dereference)
8485 (tooltip-gud-event, tooltip-toggle-gud-tips)
8486 (tooltip-gud-process-output, tooltip-gud-print-command)
8487 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8488 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8489 (gdb-tooltip-print): Move to gdb-ui.el.
8490
8491 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8492 (require): CL needed to compile case.
8493 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8494 tooltip-gud-tips-p. Make it a minor-mode.
8495 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8496 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8497 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8498 (gud-tooltip-change-major-mode)
8499 (gud-tooltip-activate-mouse-motions-if-enabled)
8500 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8501 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8502 (gud-tooltip-original-filter, gud-tooltip-dereference)
8503 (gud-tooltip-event, tooltip-toggle-gud-tips)
8504 (gud-tooltip-process-output, gud-tooltip-print-command)
8505 (gud-tooltip-tips): Move from tooltip.el.
8506
8507 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8508 (gdb-cpp-define-alist-flags): Doc fix.
8509 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8510 gud-tooltip-mode is t.
8511
8512 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8515 evaporate if their text is deleted.
8516 (goto-address-at-point): Make it work as a mouse binding as well.
8517 (goto-address-at-mouse): Obsolete it. Update users.
8518
8519 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8520
8521 * calendar/appt.el (top-level): No longer activate on load.
8522
8523 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8524
8525 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8526 * net/webjump.el (webjump):
8527 * progmodes/idlw-help.el (idlwave-do-context-help1)
8528 (idlwave-highlight-linked-completions):
8529 * textmodes/po.el (po-find-file-coding-system-guts):
8530 Replace `assoc-ignore-case' by `assoc-string'.
8531
8532 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8533
8534 * files.el (locate-file): Doc fix.
8535
8536 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8537 Remove the redundant test for ms-dos.
8538
8539 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8540 look for the preprocessor with exec-suffixes. If not found in
8541 standard places, look in exec-path. Remove most of the tests that
8542 used system-type.
8543
8544 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8545
8546 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8547
8548 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8549 file-name clash with jka-compr.el on 8+3 filesystems.
8550
8551 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8552
8553 * term/mac-win.el: Don't define or bind scroll bar functions if
8554 x-toolkit-scroll-bars is t.
8555 (x-select-text, x-get-selection-value): Clear
8556 x-last-selected-text-clipboard if x-select-enable-clipboard is
8557 nil.
8558 (PRIMARY): Put mac-scrap-name property.
8559 (mac-select-convert-to-file-url): New function.
8560 (public.file-url): New selection target type. Add to
8561 selection-converter-alist.
8562 (x-get-selection, x-selection-value): Handle it.
8563 (x-cut-buffer-or-selection-value): New alias.
8564
8565 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8566
8567 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8568 entry to avoid calling bibtex-find-entry with arg global
8569 being t. Remove arg key.
8570 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8571 (bibtex-copy-summary-as-kill): Change accordingly.
8572
8573 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8576 (org-agenda-date-later): Use with-current-buffer.
8577
8578 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8581 (define-obsolete-variable-alias): Doc Fixes.
8582
8583 2005-05-06 Kim F. Storm <storm@cua.dk>
8584
8585 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8586 vertical-motion when selective-display is active.
8587
8588 * ido.el (ido-setup-hook): New hook.
8589 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8590 (ido-input-stack): New var.
8591 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8592 ido-next-work-file binding to M-O.
8593 Bind M-f to ido-wide-find-file-or-pop-dir.
8594 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8595 (ido-read-internal): Run ido-setup-hook.
8596 Catch quit in read-file-name and read-string to cancel edit.
8597 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8598 Automatically pop-all when completing a directory name (RET).
8599 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8600 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8601 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8602 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8603 New functions for M-b/M-f to move among the directory components.
8604 (ido-make-merged-file-list): Catch quit to cancel merge.
8605 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8606 (ido-completion-help): No warnings for ido-completion-buffer-full.
8607
8608 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8609
8610 * font-lock.el (font-lock-negation-char-face): New face and variable.
8611 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8612 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8613 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8614 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8615
8616 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8617
8618 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8619 Fix typo in docstring.
8620
8621 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8622 (ebrowse-print-statistics-line)
8623 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8624
8625 * term/w32-win.el (image-library-alist): Add additional name for
8626 Xpm library.
8627
8628 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8629
8630 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8631 use gcc instead of cpp.
8632
8633 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8634 (gdb-create-define-alist): Use it.
8635 (gdb-cpp-define-alist-program): Update for MS-DOS.
8636
8637 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8638
8639 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8640
8641 2005-05-04 Richard M. Stallman <rms@gnu.org>
8642
8643 * help.el (describe-key): No error when UNTRANSLATED is nil.
8644
8645 * simple.el (line-move-1): Fix previous change to signal errors
8646 appropriately.
8647
8648 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8649
8650 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8651 (icalendar-duration-correction): Remove.
8652 (icalendar--get-event-properties): Split result at commas.
8653 (icalendar--decode-isoduration): New optional argument
8654 DURATION-CORRECTION.
8655 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8656 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8657 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8658 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8659 (icalendar--convert-anniversary-to-ical): New functions, extracted
8660 from icalendar-export-region, with bug fixes.
8661 (icalendar-export-region): Use the above functions.
8662 (icalendar-import-buffer): Check before saving diary file.
8663 (icalendar--convert-recurring-to-diary)
8664 (icalendar--convert-non-recurring-all-day-to-diary)
8665 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8666 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8667 (icalendar--convert-ical-to-diary): Use the above functions.
8668
8669 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8670
8671 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8672 Remove these recent additions.
8673 (c-mode): Restore to before 2005-04-28.
8674
8675 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8676 recent addition.
8677
8678 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8679 (gdb-define-alist): New variables.
8680 (gdb-create-define-alist): New function.
8681 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8682 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8683 with string-to-number.
8684 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8685
8686 * progmodes/gud.el: Replace string-to-int with string-to-number.
8687 (gud-find-file): Handle gdb-define-alist.
8688
8689 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8690
8691 2005-05-02 Jay Belanger <belanger@truman.edu>
8692
8693 * calc/calc-aent.el (math-read-token):
8694 * calc/calc-bin.el (calc-word-size):
8695 * calc/calc-ext.el (calc-read-number-fancy):
8696 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8697 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8698 * calc/calc-frac.el (calc-over-notation):
8699 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8700 (calc-graph-num-points, calc-graph-init):
8701 * calc/calc-prog.el (calc-read-parse-table-part)
8702 (calc-edit-macro-repeats):
8703 * calc/calc-yank.el (calc-do-grab-rectangle):
8704 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8705 Replace `string-to-int' by `string-to-number'.
8706
8707 2005-05-02 Kim F. Storm <storm@cua.dk>
8708
8709 * kmacro.el: Use executing-kbd-macro-index variable.
8710
8711 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8712
8713 * net/rlogin.el (rlogin-parse-words): Delete func.
8714 (rlogin): Use split-string, not rlogin-parse-words.
8715 Also, if there are option-like elements in the parsed args,
8716 take the host to be the first arg immediately following them.
8717 Suggested by Michael Mauger.
8718
8719 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8720
8721 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8722
8723 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8724
8725 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8726 (cc-mode-cpp-program): Rename to cc-define-list-program and
8727 move to cc-vars.el.
8728
8729 * progmodes/cc-vars.el (cc-define-list-program):
8730 Change to "gcc -E -dM -". Make customizable.
8731
8732 2005-05-02 Kim F. Storm <storm@cua.dk>
8733
8734 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8735
8736 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8737
8738 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8739
8740 * international/mule-util.el (truncate-string): Remove alias and
8741 obsolete declaration.
8742
8743 * international/mule-cmds.el (update-iso-coding-systems):
8744 Remove alias and obsolete declaration.
8745
8746 * international/mule.el (coding-system-parent): Remove alias and
8747 obsolete declaration.
8748
8749 * subr.el (define-function, sref): Remove aliases and obsolete
8750 declarations.
8751 (chars-in-region): Remove obsolete declaration.
8752
8753 2005-05-01 Richard M. Stallman <rms@gnu.org>
8754
8755 * info.el (Info-mode): Set widen-automatically to nil, locally.
8756
8757 * simple.el (widen-automatically): New variable.
8758 (pop-global-mark): Obey widen-automatically.
8759
8760 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8761
8762 * term/xterm.el (function-key-map): Call substitute-key-definition
8763 before the keymap size is increased by a lot of define-key calls.
8764
8765 2005-05-01 Richard M. Stallman <rms@gnu.org>
8766
8767 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8768 Rename ARG to ELEMENT. Doc fix.
8769
8770 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8771
8772 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8773 Remove references to allout-exposure/change to allout-new-exposure.
8774
8775 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8776 bytecode symbols.
8777
8778 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8779 (compiled-function-p, focus-frame, unfocus-frame):
8780 Remove aliases and obsolete declarations.
8781 Back out inadvertent changes from previous commit.
8782
8783 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8784
8785 * files.el (require-final-newline): Make Custom tags consistent
8786 with mode-require-final-newline.
8787 (mode-require-final-newline): Doc fix.
8788
8789 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * international/latexenc.el (latexenc-find-file-coding-system):
8792 Fix regular expressions.
8793
8794 2005-05-01 David Kastrup <dak@gnu.org>
8795
8796 * international/latexenc.el (latexenc-find-file-coding-system):
8797 Fix regular expressions.
8798
8799 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8800
8801 * subr.el (string-to-int): Make obsolete.
8802
8803 2005-04-30 Richard M. Stallman <rms@gnu.org>
8804
8805 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8806
8807 * loadup.el: load jka-comp-hook.
8808
8809 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8810 (jka-compr-handler): Add autoload. `put' calls moved
8811 to jka-comp-hook.el.
8812 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8813 (jka-compr-inhibit): Autoload.
8814
8815 * jka-comp-hook.el: New file.
8816 Enable the mode by default.
8817
8818 * files.el (backup-buffer-copy): Use copy-file instead
8819 of write-region, and put back the 'excl.
8820
8821 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8822
8823 * progmodes/flymake.el (flymake-split-string)
8824 (flymake-split-string, flymake-log, flymake-pid-to-names)
8825 (flymake-reg-names, flymake-get-source-buffer-name)
8826 (flymake-unreg-names, flymake-add-line-err-info)
8827 (flymake-add-err-info): Clarify docstrings.
8828 (flymake-popup-menu, flymake-make-emacs-menu)
8829 (flymake-make-xemacs-menu): Add docstrings.
8830 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8831 Set variables directly throughout.
8832
8833 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8834
8835 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8836 exists. Initialize cc-define-alist.
8837 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8838 If there is no file (Macroexpansion) don't create an alist.
8839
8840 2005-04-29 Sam Steingold <sds@gnu.org>
8841
8842 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8843 (cc-create-define-alist): Use it instead of the hard-coded string.
8844
8845 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8848 for latexenc.
8849
8850 2005-04-29 Lute Kamstra <lute@gnu.org>
8851
8852 * emacs-lisp/generic.el: Improve commentary section.
8853 (define-generic-mode): Improve docstring.
8854
8855 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8856
8857 * textmodes/org.el (many places): Change to quiet the byte compiler.
8858 (org-prefix-format-compiled): New variable.
8859 (org-compile-prefix-format): New function.
8860 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8861 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8862 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8863 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8864 consistency with entries from `org-mode' files.
8865 (org-get-time-of-day): Fix bug with partial matches early in a line.
8866 (org-non-link-chars): New constant.
8867 (org-link-regexp): Respect `org-non-link-chars'.
8868 (org-agenda-day-view): Remove command.
8869 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8870 (org-follow-bbdb-link, org-store-link): Search also company field.
8871 (org-highlight-overlay): New variable.
8872 (org-highlight, org-unhighlight): New functions.
8873 (org-agenda-mode): Add pre-command-hook to remove highlight.
8874 (org-evaluate-time-range): Behavior depends upon whether time stamp
8875 contains a time or not.
8876 (org-show-subtree, org-show-entry): New functions.
8877 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8878
8879 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8880
8881 * comint.el (comint-output-filter-functions): Add autoload cookie.
8882
8883 2005-04-28 Kim F. Storm <storm@cua.dk>
8884
8885 * ido.el (ido-everywhere): Fix last change.
8886
8887 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8888
8889 * international/latexenc.el: New file.
8890 * international/mule-conf.el (file-coding-system-alist): For .tex,
8891 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8892
8893 2005-04-28 Lute Kamstra <lute@gnu.org>
8894
8895 * font-lock.el (font-lock-add-keywords)
8896 (font-lock-remove-keywords): Clarify docstring.
8897 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8898 Don't start docstrings with a `*'.
8899 (font-lock-update-removed-keyword-alist): Give it a docstring.
8900
8901 * generic-x.el: Update commentary section.
8902 Only require font-lock when compiling.
8903 Define all modes conditionally.
8904 Place all generic modes in the generic-x-modes customization group.
8905 (generic-x-modes): New customization group.
8906 (generic-default-modes, generic-mswindows-modes)
8907 (generic-unix-modes, generic-other-modes): New constants.
8908 (generic-define-mswindows-modes, generic-define-unix-modes):
8909 Update docstrings. Make them obsolete.
8910 (generic-extras-enable-list): New default value. Update docstring.
8911 Improve :type. Change :set function.
8912 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8913 Fix docstring.
8914
8915 * emacs-lisp/generic.el (generic-mode-internal):
8916 Simplify font-lock-defaults.
8917 (define-generic-mode): Fix docstring.
8918
8919 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8922 font-lock-face property to highlight matches.
8923
8924 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8925
8926 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8927 (cc-define-alist): New variable.
8928 (c-mode): Make it local and initialize it.
8929
8930 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8931 (gdb-exited): New function.
8932 (gdb-annotation-rules): Use it.
8933 (gdb-starting): Set gdb-active-process to t.
8934 (gdb-stopping): Amend doc string.
8935 (gdb-reset): Set gdb-active-process to nil.
8936
8937 * tooltip.el (tooltip-gud-tips): Show the associated #define
8938 directives when a C program under GDB is not executing.
8939
8940 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8943 font-lock-fontify-syntactic-keywords.
8944
8945 * font-lock.el (font-lock-default-fontify-region): Don't force
8946 parse-sexp-lookup-properties to nil.
8947
8948 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8949
8950 * man.el (man-mode-syntax-table): Set up `:' to have
8951 word-constituent syntax.
8952
8953 2005-04-27 Lute Kamstra <lute@gnu.org>
8954
8955 * novice.el (disable-command): Don't add spurious newlines to the
8956 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8957
8958 2005-04-26 Jay Belanger <belanger@truman.edu>
8959
8960 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8961 than one window before deleting window.
8962
8963 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * shell.el (shell-prompt-pattern): Doc fix.
8966 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8967
8968 * comint.el (comint-prompt-regexp, comint-get-old-input)
8969 (comint-use-prompt-regexp)
8970 (comint-use-prompt-regexp-instead-of-fields)
8971 (comint-replace-by-expanded-history, comint-send-input)
8972 (comint-output-filter, comint-get-old-input-default)
8973 (comint-line-beginning-position, comint-bol, comint-show-output)
8974 (comint-backward-matching-input, comint-forward-matching-input)
8975 (comint-next-prompt, comint-previous-prompt):
8976 Rename `comint-use-prompt-regexp-instead-of-fields' to
8977 `comint-use-prompt-regexp'. Keep old name as alias and declare
8978 obsolete.
8979 (comint-use-prompt-regexp): Shorten first line of doc string.
8980
8981 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8982 Set paragraph-separate buffer locally to "\\'".
8983
8984 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8985 Adapt to above name change.
8986
8987 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8988 (smbclient-prompt-regexp): Ditto.
8989
8990 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8991
8992 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8993
8994 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8995 gdb-location-list.
8996 Break lines that are over 80 characters wide.
8997
8998 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9001 New fun and var, to preserve compatibility.
9002
9003 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9004
9005 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9006
9007 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9008 name to file-newer-than-file-p.
9009
9010 2005-04-26 Richard M. Stallman <rms@gnu.org>
9011
9012 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9013
9014 * progmodes/python.el (python-mode):
9015 Use new name eldoc-documentation-function.
9016
9017 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9018
9019 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9020 (eldoc-documentation-function):
9021 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9022
9023 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9024
9025 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9026
9027 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9028
9029 * term/xterm.el (function-key-map): Fix strings for
9030 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9031 {C,S,A,C-S}-{f1-f12}.
9032
9033 2005-04-26 Kenichi Handa <handa@m17n.org>
9034
9035 * international/mule-cmds.el (select-safe-coding-system):
9036 Fix previous change.
9037
9038 2005-04-26 Lute Kamstra <lute@gnu.org>
9039
9040 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9041
9042 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9043 (font-lock-comment-delimiter-face): Ditto.
9044
9045 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9046
9047 2005-04-25 Jay Belanger <belanger@truman.edu>
9048
9049 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9050 to t while inserting information; use help-mode.
9051
9052 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9053
9054 * term.el (ansi-term-color-vector): Use the xterm colors.
9055 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9056
9057 2005-04-25 Lute Kamstra <lute@gnu.org>
9058
9059 * font-core.el (font-lock-defaults): Fix docstring.
9060
9061 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9062
9063 2005-04-25 Kenichi Handa <handa@m17n.org>
9064
9065 * international/mule-cmds.el (select-safe-coding-system):
9066 Don't check consistency with coding: spec, etc if raw-text or
9067 no-conversion was found to be safe.
9068
9069 2005-04-24 Richard M. Stallman <rms@gnu.org>
9070
9071 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9072 citation markers at start of each line.
9073
9074 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9075 citation markers at start of each line.
9076
9077 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9078
9079 * files.el (mode-require-final-newline): Fix previous change.
9080 (require-final-newline): Fix type label.
9081
9082 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9083
9084 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9085 statement in buffer (broken by 2004-11-24 change).
9086
9087 2005-04-24 Kim F. Storm <storm@cua.dk>
9088
9089 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9090 and read-file-name-function values. Don't overwrite existing
9091 non-nil values if ido-mode is enabled without ido-everywhere.
9092
9093 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9094
9095 * files.el (mode-require-final-newline): Minor doc fix.
9096
9097 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9098
9099 * subr.el (syntax-after): Doc fix.
9100 (syntax-class): If argument is nil, return nil. Mask off upper 16
9101 bits, not 8 bits.
9102
9103 * files.el (mode-require-final-newline): Doc fix.
9104 (backup-buffer-copy): Fix last change.
9105
9106 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9107
9108 * term/mac-win.el: Require select. Set selection-coding-system to
9109 mac-system-coding-system. Call menu-bar-enable-clipboard.
9110 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9111 (x-select-enable-clipboard): New variables.
9112 (x-select-text, x-get-selection, x-selection-value)
9113 (x-get-selection-value, mac-select-convert-to-string)
9114 (mac-services-open-file, mac-services-open-selection)
9115 (mac-services-insert-text): New functions.
9116 (CLIPBOARD, FIND): Put mac-scrap-name property.
9117 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9118 (public.tiff): Put mac-ostype property.
9119 (selection-converter-alist): Add entries for them.
9120 (mac-application-menu-map): New keymap.
9121 (interprogram-cut-function, interprogram-paste-function): Set to
9122 x-select-text and x-get-selection-value, respectively.
9123 (split-window-keep-point): Set to t.
9124
9125 2005-04-23 Richard M. Stallman <rms@gnu.org>
9126
9127 * files.el (read-directory-name): Always pass non-nil
9128 DEFAULT-FILENAME arg to read-file-name.
9129 (backup-buffer-copy, basic-save-buffer-2): Take care against
9130 writing thru an unexpected existing symlink.
9131 (revert-buffer): In indirect buffer, revert the base buffer.
9132 (magic-mode-alist): Doc fix.
9133 (buffer-stale-function): Doc fix.
9134 (minibuffer-with-setup-hook): Avoid warning.
9135 (mode-require-final-newline): Doc and custom fix.
9136
9137 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9138
9139 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9140 use the default appearance.
9141 (font-lock-comment-delimiter-face): New face, new variable.
9142
9143 * imenu.el (imenu--generic-function): The official position of a
9144 definition is the start of the line that BEG is in.
9145
9146 * midnight.el (midnight-timer): Move defvar up.
9147
9148 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9149
9150 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9151
9152 * startup.el (command-line): Use with-no-warnings.
9153
9154 * window.el (window-size-fixed): New defvar.
9155
9156 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9157
9158 * mail/rmail.el (rmail-font-lock-keywords):
9159 Use font-lock-comment-delimiter-face.
9160
9161 * mail/sendmail.el (mail-font-lock-keywords):
9162 Use font-lock-comment-delimiter-face.
9163
9164 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9165
9166 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9167
9168 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9169 Specify t for LAXMATCH when matching directories.
9170 Save match data around compilation-compat-error-properties form.
9171
9172 2005-04-23 David Kastrup <dak@gnu.org>
9173
9174 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9175 Mention that the autoloaded aliases should be kept for AUCTeX.
9176
9177 2005-04-23 Andreas Schwab <schwab@suse.de>
9178
9179 * isearch.el (isearch-forward): Doc fix.
9180
9181 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9182
9183 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9184 (jit-lock-stealth-nice): Change default value to 0.5.
9185
9186 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9187
9188 * abbrev.el (write-abbrev-file): Write table entries in
9189 alphabetical order by table name.
9190
9191 2005-04-22 Kim F. Storm <storm@cua.dk>
9192
9193 * ido.el (ido-read-internal): Fix `list' completion.
9194
9195 2005-04-22 Kenichi Handa <handa@m17n.org>
9196
9197 * recentf.el (recentf-save-file-coding-system): New variable.
9198 (recentf-save-list): Encode the file by
9199 recentf-save-file-coding-system and add coding: tag.
9200
9201 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9202
9203 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9204
9205 2005-04-21 Lute Kamstra <lute@gnu.org>
9206
9207 * loadhist.el (unload-feature): Don't remove a function from hooks
9208 if it is about to be restored to an autoload . Remove functions
9209 that will become unbound from auto-mode-alist. Simplify the code.
9210
9211 * subr.el (assq-delete-all): New implementation that is linear,
9212 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9213 (rassq-delete-all): New function.
9214
9215 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9216 Add size-indication-mode.
9217
9218 2005-04-21 Kenichi Handa <handa@m17n.org>
9219
9220 * international/mule-cmds.el: Add autoload for widget-value in
9221 eval-when-compile.
9222
9223 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9224
9225 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9226 Add tooltip-mode.
9227
9228 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9229
9230 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9231
9232 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9233 (inferior-lisp-filter-regexp, inferior-lisp-program)
9234 (inferior-lisp-load-command, inferior-lisp-prompt)
9235 (inferior-lisp-mode-hook, lisp-source-modes)
9236 (inferior-lisp-load-hook): defvar->defcustom.
9237 (inferior-lisp-program, inferior-lisp-prompt)
9238 (inferior-lisp-load-hook): Doc fixes.
9239 (inferior-lisp-install-letter-bindings): Small change in
9240 introductory comment.
9241
9242 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9243
9244 * vc.el (vc-annotate-color-map): Change some colors so that text
9245 using them as foreground is readable on both white and black
9246 backgrounds.
9247
9248 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * international/mule-conf.el (translation-table-for-input):
9251 Remove redundant declaration.
9252
9253 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9254
9255 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9256
9257 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9258 (tooltip-toggle-gud-tips): New function.
9259
9260 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9261
9262 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9263 right angle brackets.
9264
9265 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9266
9267 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9268
9269 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9272 Remove. Update callers to use expand-file-name instead.
9273
9274 * subr.el (syntax-class): New function.
9275
9276 * simple.el (blink-matching-open): Use it.
9277
9278 * paren.el (show-paren-function): Use it to recognize parens that are
9279 also used in 2-char comment markers.
9280
9281 2005-04-19 Lute Kamstra <lute@gnu.org>
9282
9283 * loadhist.el (unload-feature): Update for new format of
9284 load-history. Simplify the code.
9285
9286 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9287
9288 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9289 (mac-add-charset-info): New function. Initialize variable
9290 mac-charset-info-alist using it.
9291 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9292 for translation.
9293 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9294 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9295 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9296 New CCL programs.
9297
9298 2005-04-19 Kim F. Storm <storm@cua.dk>
9299
9300 * simple.el (next-buffer, prev-buffer, next-error)
9301 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9302 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9303
9304 * bindings.el (next-buffer, prev-buffer, next-error)
9305 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9306 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9307 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9308 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9309
9310 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9311
9312 * isearch.el (isearch-edit-string): Make the search-ring available for
9313 minibuffer history commands.
9314 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9315 the default history commands now work just as well.
9316 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9317
9318 2005-04-18 Kim F. Storm <storm@cua.dk>
9319
9320 * emulation/cua-base.el (cua--pre-command-handler): Add more
9321 elaborate check for shift modifier on non-window systems.
9322
9323 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9324
9325 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9326
9327 2005-04-18 Kim F. Storm <storm@cua.dk>
9328
9329 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9330 and make it optional. Don't test tooltip-gud-echo-area here.
9331 (tooltip-gud-process-output, gdb-tooltip-print):
9332 Pass tooltip-gud-echo-area to tooltip-show.
9333 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9334
9335 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9336
9337 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9338 `display-graphic-p' may not be bound yet.
9339
9340 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9341
9342 * startup.el (command-line): No longer enable Xterm Mouse mode by
9343 default in terminals compatible with xterm.
9344
9345 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9346
9347 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9348
9349 * tooltip.el (tooltip-gud-echo-area): Rename from
9350 tooltip-use-echo-area.
9351 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9352 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9353 area independently of where help tooltips are displayed.
9354
9355 2005-04-17 David Kastrup <dak@gnu.org>
9356
9357 * cus-theme.el (custom-theme-write-variables): Quote variables
9358 where necessary.
9359
9360 2005-04-17 Richard M. Stallman <rms@gnu.org>
9361
9362 * simple.el (yank-excluded-properties): Add follow-link to value.
9363
9364 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9365
9366 * startup.el (fancy-splash-max-time): Just 30 seconds.
9367 (fancy-splash-delay): Just 7.
9368 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9369
9370 * loadhist.el (unload-feature): Update for new format of load-history.
9371 Simplify the code.
9372
9373 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9374 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9375
9376 * mail/sendmail.el (mail-font-lock-keywords):
9377 Don't fontify subject text.
9378 Don't fontify the text of a citation.
9379
9380 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9381
9382 * comint.el (comint-output-filter): Run comint-output-filter-functions
9383 with point where the user had it.
9384
9385 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * international/ucs-tables.el (ucs-set-table-for-input):
9388 Disable when using unify-on-decoding.
9389
9390 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9391
9392 * emulation/cua-base.el (cua-global-mark-face): Add special case
9393 for displays supporting a high number of colors.
9394
9395 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9396
9397 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9398
9399 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9400
9401 * filesets.el (filesets-add-buffer): If user supplies a name of a
9402 non-existing fileset, create a new fileset.
9403
9404 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9405
9406 * textmodes/org.el (org-up-heading-all): Fix bug with
9407 `outline-up-heading-all'.
9408
9409 2005-04-16 Andreas Schwab <schwab@suse.de>
9410
9411 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9412 /etc/permissions.d/* and /etc/aliases.d/*.
9413
9414 2005-04-16 Kenichi Handa <handa@m17n.org>
9415
9416 * international/code-pages.el (cp-make-coding-system):
9417 Set `translation-table-for-input' property value to the symbol
9418 ucs-mule-to-mule-unicode, not to that value.
9419 (pt154): Escape guillemet by `\'.
9420
9421 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9422
9423 * loadup.el: Load tooltip if x-show-tip is fboundp.
9424
9425 * startup.el (command-line): Add comment.
9426
9427 * tooltip.el (tooltip-mode): Specify correct standard value for
9428 Custom in init-value.
9429
9430 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9431
9432 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9433 possible.
9434
9435 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9436
9437 * textmodes/org.el (org-agenda-date-prompt): Rename from
9438 `org-agenda-date-today'.
9439 (org-evaluate-time-range): Insert at point instead of directly
9440 after time range.
9441 (org-first-headline-recenter, org-subtree-end-visible-p)
9442 (org-optimize-window-after-visibility-change): New functions
9443 (org-agenda-post-command-hook): Don't allow point at end of line,
9444 to make sure it always hits the text properties.
9445 (org-agenda-next-date-line, org-agenda-previous-date-line):
9446 New commands.
9447 (org-set-regexps-and-options): Category may contain white space.
9448 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9449 Improve marker positions.
9450 (org-agenda-new-marker): Argument POS made optional.
9451 (org-agenda-get-timestamps): Deadlines which are done are listed
9452 in org-done-face now.
9453 (org-agenda-get-todos, org-agenda-get-timestamps)
9454 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9455 Set `undone-face' and `done-face' properties.
9456 (org-last-todo-state-is-todo): New variable.
9457 (org-todo): Set `org-last-todo-state-is-todo'.
9458 (org-agenda-todo): Change face according to
9459 `org-last-todo-state-is-todo'. And change other lines referring to
9460 the same entry.
9461 (org-calendar-goto-agenda): New command.
9462 (org-calendar-to-agenda-key): New option.
9463 (org-startup-folded): New allowed value `content'.
9464 (org-set-regexps-and-options): Accept new value `content' for
9465 `org-startup-folded'.
9466 (org-get-current-options): Handle new value `content' for
9467 `org-startup-folded'.
9468 (org-insert-todo-heading): New command.
9469 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9470 interactively in empty file and option
9471 `org-insert-mode-line-in-empty-file' has been set.
9472 (org-agenda-todo,org-agenda-priority): Modify to use
9473 `org-agenda-change-all-lines'.
9474 (org-warning-face): Change color on dark background
9475
9476 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9477
9478 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9479 use preferences AppleLocale and AppleLanguages, and variable
9480 mac-system-locale for default locale. On Mac OS Classic, use
9481 mac-system-coding-system for default coding systems.
9482
9483 * term/mac-win.el: Don't set file-name-coding-system.
9484 Decode variables system-name, emacs-build-system, user-login-name, and
9485 user-full-name by mac-system-coding-system on Mac OS Classic.
9486 (mac-system-coding-system): New variable.
9487
9488 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9489
9490 * startup.el (command-line): Handle `xterm-mouse-mode' before
9491 reading init file.
9492
9493 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9494
9495 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9496
9497 * progmodes/sh-script.el (sh-here-document-word): Make it a
9498 defcustom. Doc fix.
9499 (sh-add): Bash uses $(( )) for arithmetic.
9500 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9501 (sh-maybe-here-document): Remove quotes and leading whitespace
9502 from heredoc word when closing. Indent heredoc with tabs if word
9503 starts with "-".
9504
9505 2005-04-13 Richard M. Stallman <rms@gnu.org>
9506
9507 * simple.el (undo): Fix previous change.
9508
9509 * custom.el (defface): Doc fix.
9510
9511 2005-04-13 Lute Kamstra <lute@gnu.org>
9512
9513 * Makefile.in (DONTCOMPILE): Remove list.
9514 (compile, compile-always): Don't use DONTCOMPILE.
9515 (update-authors): Load the library in which batch-update-authors
9516 is defined.
9517 * makefile.w32-in (DONTCOMPILE): Remove list.
9518 (compile, compile-always): Fix comments.
9519 (update-authors): Load the library in which batch-update-authors
9520 is defined.
9521
9522 * generic-x.el (generic-mode-ini-file-find-file-hook):
9523 Rename to ini-generic-mode-find-file-hook.
9524 Keep generic-mode-ini-file-find-file-hook as an alias.
9525 (ini-generic-mode-find-file-hook): Rename from
9526 generic-mode-ini-file-find-file-hook. Fix docstring.
9527 (ini-generic-mode): Docstring change.
9528 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9529
9530 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9531 called from lisp.
9532
9533 * generic.el: Move to the emacs-lisp subdir.
9534
9535 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9536
9537 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9538 and C-S- function and cursor motion keys.
9539
9540 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9541
9542 * startup.el (command-line): Enable Xterm Mouse mode by default.
9543 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9544 for Custom. No longer show "Mouse" in mode line when enabled.
9545 Doc fix.
9546
9547 2005-04-12 Kim F. Storm <storm@cua.dk>
9548
9549 * emulation/cua-base.el (cua-rectangle-face)
9550 (cua-rectangle-noselect-face): Define face attributes here.
9551
9552 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9553
9554 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9555
9556 * startup.el (command-line): Turn off blinking cursor if
9557 cursorBlink in resources is off or false.
9558
9559 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9560
9561 * term/mac-win.el (dnd): Require dnd.
9562 (mac-drag-n-drop): Call dnd-handle-one-url.
9563 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9564 (kTextEncodingISOLatin2): Remove constants.
9565 (mac-script-code-coding-systems): New constant.
9566 (mac-handle-language-change): New function.
9567 (special-event-map): Bind it to `language-change' event.
9568 (mac-centraleurroman, mac-cyrillic): New coding systems.
9569 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9570 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9571 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9572 encode-mac-cyrillic, respectively.
9573
9574 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9577 Don't set overlay-arrow-string to "=>" as this is done
9578 globally in C now.
9579
9580 2005-04-12 Lute Kamstra <lute@gnu.org>
9581
9582 * generic-x.el (rc-generic-mode, rul-generic-mode):
9583 Fix auto-mode-alist entries.
9584 (etc-fstab-generic-mode): Tweak fontification.
9585
9586 * generic.el (generic-make-keywords-list): Fix docstring.
9587 (generic-mode-internal): Simplify generic-font-lock-keywords.
9588
9589 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9590
9591 * whitespace.el (whitespace-buffer-leading)
9592 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9593 However, fix the highlight area for the leading and
9594 trailing whitespaces to show space.
9595
9596 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9597
9598 * whitespace.el (whitespace-version): Bump to 3.5
9599
9600 (whitespace-buffer-leading, whitespace-buffer-trailing):
9601 Invert sense of the test to highlight the whitespace.
9602
9603 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9604
9605 * progmodes/gud.el (gud-display-line): GUD uses its own
9606 overlay arrow now so don't set overlay-arrow-string.
9607 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9608
9609 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9610
9611 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9612 (term-ansi-current-reverse, term-ansi-current-invisible)
9613 (term-ansi-face-already-done): Change to boolean.
9614 (term-reset-terminal, term-handle-colors-array): Handle the above
9615 vars accordingly.
9616 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9617 (term-emulate-terminal): Use the new name.
9618
9619 * faces.el (secondary-selection): Use yellow1, not yellow.
9620 (trailing-whitespace): Use red1, not red.
9621
9622 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9623
9624 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9625 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9626 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9627
9628 * cus-edit.el (dnd): New group.
9629
9630 * term/w32-win.el (dnd): Require dnd
9631 (w32-drag-n-drop): Call dnd-handle-one-url.
9632
9633 * x-dnd.el: Require dnd.
9634 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9635 Call dnd-handle-one-url.
9636 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9637 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9638 to dnd-insert-text.
9639 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9640 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9641 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9642 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9643
9644 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9645
9646 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9647
9648 * wdired.el: Doc fixes.
9649 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9650 (wdired-use-dired-vertical-movement): Rename from
9651 wdired-always-move-to-filename-beginning.
9652 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9653 (wdired-change-to-wdired-mode): Change mode name.
9654 (wdired-newline): Delete.
9655
9656 2005-04-11 Richard M. Stallman <rms@gnu.org>
9657
9658 * whitespace.el (whitespace-highlight-the-space):
9659 Don't call whitespace-unhighlight-the-space here.
9660
9661 * simple.el (undo): Record t in undo-equiv-table
9662 for the redo record made by an undo-in-region.
9663
9664 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9665
9666 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9667 (gdb-frame-inferior-io-buffer): New Functions to control
9668 display of separate IO buffer.
9669 (menu): Add them to menu-bar.
9670 (gdb-display-buffer): Check for buffer another frame.
9671 Protect GUD buffer.
9672 (gdb-setup-windows): Create IO buffer if not already there.
9673 (gdb-memory-mode): Remove purecopy noops.
9674
9675 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9676
9677 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9678 and pass to self-insert-command.
9679
9680 2005-04-11 Lute Kamstra <lute@gnu.org>
9681
9682 * generic.el: Commentary section cleanup.
9683 (generic): Delete.
9684 (generic-use-find-file-hook, generic-lines-to-scan)
9685 (generic-find-file-regexp, generic-ignore-files-regexp)
9686 (default-generic-mode, generic-mode-find-file-hook)
9687 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9688 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9689 (generic-use-find-file-hook, generic-lines-to-scan)
9690 (generic-find-file-regexp, generic-ignore-files-regexp)
9691 (default-generic-mode, generic-mode-find-file-hook)
9692 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9693
9694 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9695
9696 * bookmark.el (bookmark-write-file): Catch errors writing file.
9697 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9698
9699 2005-04-10 Richard M. Stallman <rms@gnu.org>
9700
9701 * startup.el (fancy-splash-tail): Update copyright year.
9702 (command-line): Split part of -Q into -D.
9703 (emacs-basic-display): New defvar.
9704 (fancy-splash-text): Correct name of menu item.
9705
9706 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9707
9708 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9709 lines in one node.
9710
9711 * comint.el (comint-send-input): New arg ARTIFICIAL.
9712 Callers in this file changed.
9713
9714 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9715
9716 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9717
9718 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9719
9720 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9721 `ldap-search-internal'.
9722
9723 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 * files.el (set-auto-mode-1): Use line-end-position.
9726
9727 * international/latin-1.el:
9728 * international/latin-2.el:
9729 * international/latin-3.el:
9730 * international/latin-4.el:
9731 * international/latin-5.el:
9732 * international/latin-8.el:
9733 * international/latin-9.el: Give punctuation syntax to NBSP.
9734
9735 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9736 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9737 Use char-classes to accept non-ascii letters, accepted in some recent
9738 bibtex implementations.
9739
9740 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9741
9742 * custom.el (custom-set-minor-mode): Any non-nil value for the
9743 variable should enable the mode when set through Custom.
9744
9745 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9748 TAB binding so tab-always-indent is obeyed.
9749 (vhdl-minibuffer-local-map): Move initialization into declaration.
9750 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9751 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9752 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9753 (vhdl-current-line): Use line-beginning-position.
9754 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9755 with-output-to-temp-buffer, so the current position can be recorded.
9756
9757 2005-04-10 Masatake YAMATO <jet@gyve.org>
9758
9759 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9760 Add regexp for gcov.
9761
9762 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9763
9764 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9765 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9766 syntax which Emacs 20 doesn't support.
9767
9768 2005-04-09 Richard M. Stallman <rms@gnu.org>
9769
9770 * help.el (describe-key-briefly, describe-key):
9771 Replace strings as event types with "(any string)".
9772
9773 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9774
9775 * arc-mode.el (archive-mode-map): Move initialization into
9776 the declaration. Override *all* bindings of `undo'.
9777 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9778
9779 2005-04-09 Jay Belanger <belanger@truman.edu>
9780
9781 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9782
9783 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9784
9785 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9786 (xterm-register-default-colors): Update color values computation
9787 to match xterm-200.
9788
9789 2005-04-09 Kenichi Handa <handa@m17n.org>
9790
9791 * international/code-pages.el (iso-latin-7): Fix the map.
9792
9793 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9794
9795 * emacs-lisp/lisp.el (defun-prompt-regexp)
9796 (parens-require-spaces, buffer-end, end-of-defun)
9797 (insert-parentheses): Doc fixes.
9798
9799 2005-04-08 Kim F. Storm <storm@cua.dk>
9800
9801 * comint.el (comint-highlight-prompt): Fix face spec.
9802 * hi-lock.el (hi-green): Likewise.
9803
9804 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9805
9806 * cus-edit.el (custom-modified-face):
9807 * comint.el (comint-highlight-input): Fix previous changes.
9808 * term.el (term-handle-ansi-escape): Add a comment.
9809
9810 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9813 in the buffer and in whitespace-highlighted-space.
9814 (whitespace-unhighlight-the-space): Simplify.
9815 (whitespace-buffer): Simplify.
9816
9817 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9818
9819 * textmodes/table.el (table-cell-face): Add special case for
9820 displays supporting a high number of colors.
9821 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9822 (vhdl-font-lock-reserved-words-face)
9823 (vhdl-speedbar-architecture-face)
9824 (vhdl-speedbar-instantiation-face)
9825 (vhdl-speedbar-architecture-selected-face)
9826 (vhdl-speedbar-instantiation-selected-face): Likewise.
9827 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9828 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9829 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9830 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9831 (ebrowse-progress-face): Likewise.
9832 * progmodes/compile.el (compilation-info-face): Likewise.
9833 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9834 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9835 * calendar/calendar.el (diary-face): Likewise.
9836 * woman.el (woman-italic-face, woman-bold-face)
9837 (woman-unknown-face): Likewise.
9838 * wid-edit.el (widget-button-pressed-face): Likewise.
9839 * whitespace.el (whitespace-highlight-face): Likewise.
9840 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9841 * pcvs-info.el (cvs-marked-face): Likewise.
9842 * info.el (info-xref): Likewise.
9843 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9844 * hilit-chg.el (highlight-changes-face)
9845 (highlight-changes-delete-face): Likewise.
9846 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9847 (hi-red-b): Likewise.
9848 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9849 * font-lock.el (font-lock-keyword-face)
9850 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9851 * cus-edit.el (custom-invalid-face, custom-modified-face)
9852 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9853 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9854 * comint.el (comint-highlight-prompt): Likewise.
9855
9856 2005-04-08 Lute Kamstra <lute@gnu.org>
9857
9858 * font-lock.el (font-lock-keywords): Docstring fixes.
9859
9860 2005-04-08 Kenichi Handa <handa@m17n.org>
9861
9862 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9863 chars are more than a limit, print " and more..." at the tail.
9864
9865 2005-04-08 Kim F. Storm <storm@cua.dk>
9866
9867 * emacs-lisp/authors.el (authors-aliases): Update list.
9868 (authors-ignored-files): New list.
9869 (authors-fixed-entries): Fix typo.
9870 (authors-renamed-files-alist): Update list.
9871 (authors-add): Check authors-ignored-files.
9872
9873 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9874
9875 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9876 optional, to ensure backward compatibility.
9877
9878 2005-04-08 Stephen Eglen <stephen@gnu.org>
9879
9880 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9881
9882 2005-04-08 Kim F. Storm <storm@cua.dk>
9883
9884 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9885
9886 * mouse.el (mouse-on-link-p): Doc fix.
9887
9888 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9889
9890 * ielm.el (ielm-prompt-read-only): Doc fix.
9891
9892 * comint.el (comint-prompt-read-only): Doc fix.
9893
9894 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9895
9896 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9897 ensure dired always handles wildcards passed to ffap.
9898 (find-file-at-point): Use it.
9899 (ffap-dired-wildcards): Doc fix.
9900
9901 2005-04-07 Juri Linkov <juri@jurta.org>
9902
9903 * simple.el (next-error-overlay-arrow-position): New defvar.
9904 Put "=>" on its property `overlay-arrow-string'. Add it to
9905 `overlay-arrow-variable-list'.
9906
9907 * progmodes/compile.el (compilation-setup):
9908 Set `next-error-overlay-arrow-position' to nil. Also set it to
9909 nil in the local hook `kill-buffer-hook'. Make local variable
9910 `overlay-arrow-string' and set it to "=>".
9911 (compilation-goto-locus): Set BOL position to
9912 `next-error-overlay-arrow-position' instead of
9913 `overlay-arrow-position'.
9914
9915 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9916 locally instead of adding it to the global hook.
9917 (Info-kill-buffer): Move up.
9918
9919 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9920
9921 * term/xterm.el (xterm-standard-colors): Update color values from
9922 xterm-200.
9923
9924 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9927
9928 * fast-lock.el:
9929 * lazy-lock.el: Move them to the obsolete subdir.
9930
9931 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9932
9933 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9934 (wdired-add-replace-advice): Remove.
9935 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9936
9937 2005-04-06 Kim F. Storm <storm@cua.dk>
9938
9939 * startup.el (command-line): Add --bare-bones alias for -Q.
9940
9941 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9942
9943 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9944 create the startup fontset if a font specification ends with
9945 `mac-roman'.
9946
9947 2005-04-06 Lute Kamstra <lute@gnu.org>
9948
9949 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9950 change.
9951
9952 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9953 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9954
9955 2005-04-05 Lute Kamstra <lute@gnu.org>
9956
9957 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9958 (define-generic-mode): Ditto. Fix debug declaration.
9959
9960 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9961 Put them in the generic-x group.
9962
9963 * calendar/timeclock.el (timeclock): Doc fix.
9964
9965 * generic.el (define-generic-mode): Don't use custom-current-group.
9966 Document default :group value.
9967 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9968 (define-global-minor-mode): Don't use custom-current-group.
9969
9970 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9971
9972 * startup.el (command-line-1): Display startup-echo-area-message
9973 when fancy splash screen is in use.
9974
9975 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9976 (sh-escaped-newline): New face.
9977 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9978 newline, and use sh-escaped-newline face.
9979
9980 * progmodes/tcl.el (tcl-escaped-newline): New face.
9981 (tcl-builtin-list): New variable.
9982 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9983 newlines. Fix keywords subexpression number.
9984
9985 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9986
9987 * textmodes/org.el (org-diary-default-entry): Fix call to
9988 `add-to-diary-entry'.
9989
9990 2005-04-05 Kim F. Storm <storm@cua.dk>
9991
9992 * ediff-init.el: Use (featurep 'xemacs).
9993
9994 2005-04-05 David Ponce <david@dponce.com>
9995
9996 * cus-edit.el (face): Derive from symbol widget. Display sample
9997 of the current face on the fly.
9998 (widget-face-sample-face-get, widget-face-notify): New functions.
9999 (widget-face-value-create): Remove.
10000
10001 * wid-edit.el (widget-field-end): Temporarily remove field
10002 narrowing before to call `get-char-property'.
10003
10004 2005-04-04 Jay Belanger <belanger@truman.edu>
10005
10006 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10007 (math-read-subscripts): New variable.
10008 (math-read-preprocess-string): Process subscripts.
10009
10010 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10011
10012 * comint.el (comint-prompt-read-only): Doc fix.
10013
10014 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10015 `-1'. Doc fix.
10016
10017 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10018
10019 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10020 Change default value to nil.
10021
10022 2005-04-04 Lute Kamstra <lute@gnu.org>
10023
10024 * autorevert.el (auto-revert-mode): Specify :group.
10025 * battery.el (display-battery-mode): Specify :group.
10026 * diff-mode.el (diff-minor-mode): Specify :group.
10027 * font-core.el (font-lock-mode): Specify :group.
10028 * hl-line.el (hl-line-mode): Specify :group.
10029 * iimage.el (iimage): New customization group.
10030 (iimage-mode): Specify :group.
10031 * longlines.el (longlines-mode): Specify :group.
10032 * master.el: Don't require easy-mmode.
10033 (master): New customization group.
10034 (master-mode): Specify :group.
10035 * msb.el (msb-mode): Specify :group.
10036 * reveal.el (reveal-mode): Specify :group.
10037 * simple.el (next-error-follow-minor-mode): Specify :group.
10038 * smerge-mode.el (smerge-mode): Specify :group.
10039 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10040 * emulation/cua-base.el (cua-mode): Specify :group.
10041 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10042 * language/thai-util.el (thai-auto-composition-mode)
10043 (thai-word-mode): Specify :group.
10044 * mail/supercite.el (sc-minor-mode): Specify :group.
10045 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10046 * progmodes/flymake.el (flymake-mode): Specify :group.
10047 * progmodes/glasses.el (glasses-mode): Specify :group.
10048 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10049 * textmodes/enriched.el (enriched-mode): Specify :group.
10050 * textmodes/refill.el (refill-mode): Specify :group.
10051
10052 * add-log.el (change-log-font-lock-keywords): Names in
10053 parenthesized lists can contain spaces.
10054
10055 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10056
10057 * startup.el (fancy-splash-text): Shorten default text of
10058 "Emacs Tutorial" line. Also, if the current language env
10059 indicates an available tutorial file other than TUTORIAL,
10060 extract its title and append it to the line in parentheses.
10061 (fancy-splash-insert): If arg is a thunk, funcall it.
10062
10063 2005-04-04 Jay Belanger <belanger@truman.edu>
10064
10065 * calc.el (calc-language-alist): Add tags to customization type.
10066
10067 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10068
10069 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10070 Doc fix.
10071
10072 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10073
10074 * add-log.el (change-log-font-lock-keywords): The manual
10075 describing a Change Log entry, says: (...) "Aside from these
10076 header lines, every line in the change log starts with a space or
10077 a tab.". The font-lock was not highlighting lines started with
10078 spaces, added support for it.
10079
10080 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10081
10082 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10083 (bibtex-generate-url-list): Update docstring accordingly. Put the
10084 complex example in the docstring.
10085 (bibtex-font-lock-url): Use pop.
10086
10087 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10090
10091 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10092
10093 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10094
10095 * filesets.el (filesets-set-default): Doc fix.
10096
10097 2005-04-03 Lute Kamstra <lute@gnu.org>
10098
10099 * generic.el (define-generic-mode): Add argument to specify
10100 keywords for defcustom.
10101 (default-generic-mode): Specify :group.
10102
10103 * generic-x.el: Specify :group for all generic modes.
10104
10105 * desktop.el (desktop-no-desktop-file-hook)
10106 (desktop-after-read-hook): Doc fix.
10107
10108 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10109
10110 * simple.el (visible-mode): Use explicit :group keyword.
10111 This changes the group of `visible-mode-hook' from paren-blinking
10112 to editing-basics.
10113
10114 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10115
10116 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10117 mailbox specifications as well as URLs.
10118 (rmail-insert-inbox-text): Remove unused conditional branches.
10119
10120 2005-04-01 Jay Belanger <belanger@truman.edu>
10121
10122 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10123 (calc-gnuplot-print-command): Move definitions to calc.el.
10124
10125 * calc/calc-embed.el (calc-embedded-announce-formula)
10126 (calc-embedded-open-formula, calc-embedded-close-formula)
10127 (calc-embedded-open-word, calc-embedded-close-word)
10128 (calc-embedded-open-plain, calc-embedded-close-plain)
10129 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10130 (calc-embedded-open-mode, calc-embedded-close-mode):
10131 Move definitions to calc.el.
10132
10133 * calc/calc.el (calc-settings-file, calc-language-alist):
10134 Make customizable.
10135 (calc-embedded-announce-formula, calc-embedded-open-formula)
10136 (calc-embedded-close-formula, calc-embedded-open-word)
10137 (calc-embedded-close-word, calc-embedded-open-plain)
10138 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10139 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10140 (calc-embedded-close-mode, calc-gnuplot-name)
10141 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10142 from other files and make customizable.
10143
10144 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10147 Use buffer-live-p.
10148 (cvs-mode-run): Don't call cvs-update-header here.
10149 (cvs-run-process): Call cvs-update-header.
10150 Use process properties for cvs-postprocess and cvs-buffer so that
10151 the sentinel can behave better if the temp buffer is killed.
10152 Use a pipe rather than a tty, to better handle unexpected prompts.
10153 (cvs-sentinel): Rewrite. Call cvs-update-header.
10154
10155 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10156
10157 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10158 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10159
10160 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * generic.el (define-generic-mode): Add indentation rule.
10163
10164 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10165
10166 * files.el (mode-require-final-newline): Make Custom correctly
10167 report a nil value and allow to set it to nil via Custom.
10168 Doc fix.
10169
10170 2005-04-01 Kenichi Handa <handa@m17n.org>
10171
10172 * international/characters.el: Enable the correct case setting for
10173 dotless-i and dotted-I.
10174
10175 2005-04-01 Kim F. Storm <storm@cua.dk>
10176
10177 * ido.el (ido-file-internal): Fall back to non-ido command if
10178 initial directory is on slow ftp (or tramp) host.
10179
10180 2005-03-31 Richard M. Stallman <rms@gnu.org>
10181
10182 * emacs-lisp/autoload.el (make-autoload):
10183 Handle define-global-minor-mode.
10184
10185 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10186 Rename from easy-mmode-define-global-mode.
10187 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10188
10189 * progmodes/scheme.el (scheme-mode-syntax-table):
10190 Update syntax of | and # for two-character comment syntax.
10191
10192 2005-03-31 Lute Kamstra <lute@gnu.org>
10193
10194 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10195 (define-minor-mode): Call custom-current-group at load-time.
10196
10197 * generic.el (define-generic-mode): Add debug declaration.
10198 Add defcustom for the mode hook.
10199 (generic-mode-internal): Use run-mode-hooks.
10200
10201 2005-03-31 Kim F. Storm <storm@cua.dk>
10202
10203 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10204 (mouse-fixup-help-message): New defun called by show_help_echo
10205 to fixup mouse-2 prefix in help messages when applicable.
10206
10207 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10208
10209 2005-03-31 Kenichi Handa <handa@m17n.org>
10210
10211 * language/thai-word.el (thai-find-word-ends): Pay attention to
10212 the case that we reach the end of buffer.
10213
10214 * textmodes/fill.el (fill-text-properties-at): New function.
10215 (fill-newline): Use fill-text-properties-at instead of
10216 text-properties-at.
10217
10218 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10219
10220 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10221 not comint-quote-filename.
10222
10223 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10224
10225 * help-fns.el (help-with-tutorial): Revert last change.
10226
10227 2005-03-31 Kim F. Storm <storm@cua.dk>
10228
10229 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10230
10231 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10232
10233 * calendar/cal-china.el: Update reference to "Calendrical
10234 Calculations" book; there's a new edition.
10235 * calendar/cal-coptic.el: Likewise.
10236 * calendar/cal-french.el: Likewise.
10237 * calendar/cal-hebrew.el: Likewise.
10238 * calendar/cal-islam.el: Likewise.
10239 * calendar/cal-iso.el: Likewise.
10240 * calendar/cal-julian.el: Likewise.
10241 * calendar/cal-mayan.el: Likewise.
10242 * calendar/cal-persia.el: Likewise.
10243 * calendar/calendar.el: Likewise.
10244 * calendar/holidays.el: Likewise.
10245 * calendar/lunar.el: Likewise.
10246 * calendar/solar.el: Likewise.
10247
10248 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10249 white space from doc string.
10250
10251 2005-03-30 Jay Belanger <belanger@truman.edu>
10252
10253 * calc/calc-help.el (calc-full-help): Remove email address.
10254
10255 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10256
10257 * help-fns.el (help-with-tutorial): Delete title line.
10258
10259 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10260
10261 * calendar/cal-x.el (calendar-one-frame-setup)
10262 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10263 rather than 'symbol for set-window-dedicated-p.
10264
10265 * calendar/appt.el (appt-buffer-name): Make it a constant.
10266 (appt-add): Doc fix.
10267
10268 * filesets.el (filesets-menu-path, filesets-menu-before)
10269 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10270 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10271 (filesets-add-submenu): Delete and use add-submenu instead.
10272
10273 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10274
10275 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10276 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10277 (org-diary-default-entry): New function.
10278 (org-get-entries-from-diary): Better parsing of diary entries.
10279 (org-agenda-check-no-diary): New function.
10280 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10281 linking to diary entries.
10282 (org-agenda-execute-calendar-command): New function.
10283 (org-agenda): Improve visible section in window.
10284 Use `org-fit-agenda-window'.
10285 (org-fit-agenda-window): New option.
10286 (org-move-subtree-down): Better handling of empty lines
10287 at end of subtree.
10288 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10289 levels up.
10290 (org-fontify-done-headline): New option.
10291 (org-headline-done-face): New face.
10292 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10293 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10294 When current field is non-empty, it is copied to next row.
10295 (org-table-copy-from-above): Fix bug which made it
10296 impossible to copy fields containing only a single non-white character.
10297
10298 2005-03-30 Kim F. Storm <storm@cua.dk>
10299
10300 * kmacro.el (kmacro-end-macro): Isearch may store this command
10301 into the macro -- so ignore it when executing keyboard macro.
10302
10303 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10304
10305 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10306
10307 2005-03-29 Kenichi Handa <handa@m17n.org>
10308
10309 * language/thai.el ("Thai"): Set setup-function and exit-function
10310 for Thai language environment.
10311
10312 * language/thai-util.el: Require thai-word.
10313 (thai-word-mode-map): New variable.
10314 (thai-word-mode): New minor mode.
10315 (setup-thai-language-environment-internal): New function.
10316 (exit-thai-language-environment-internal): New function.
10317
10318 * language/thai-word.el (thai-word-table): Declare it by defvar,
10319 use dolist to initialize it.
10320 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10321 (thai-fill-find-break-point): New functions.
10322
10323 2005-03-29 Richard M. Stallman <rms@gnu.org>
10324
10325 * simple.el (idle-update-delay): Move definition up.
10326 (set-mark): Doc fix.
10327
10328 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10329
10330 * longlines.el: New file.
10331
10332 * simple.el (buffer-substring-filters): New variable.
10333 (filter-buffer-substring): New function.
10334 (kill-region, copy-region-as-kill): Use it.
10335
10336 * register.el (copy-to-register, append-to-register)
10337 (prepend-to-register): Use filter-buffer-substring.
10338
10339 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10340
10341 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10342 (gud-filter-pending-text): Move in front of gdb.
10343 (gud-overlay-arrow-position): New variable.
10344 (gud-sentinel, gud-display-line): Use it in place of
10345 overlay-arrow-position.
10346
10347 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10348
10349 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10350 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10351 (fortran-font-lock-keywords-4): New variable.
10352 (fortran-blocks-re, fortran-end-block-re)
10353 (fortran-start-block-re): New constants, for hideshow.
10354 (hs-special-modes-alist): Add a Fortran entry.
10355 (fortran-mode-map): Bind fortran-end-of-block,
10356 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10357 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10358 (fortran-looking-at-if-then, fortran-end-of-block)
10359 (fortran-beginning-of-block): New functions, for hideshow.
10360
10361 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10362 Doc fix. Tweak regexp.
10363 (f90-beginning-of-block): Push mark first.
10364
10365 2005-03-29 Jay Belanger <belanger@truman.edu>
10366
10367 * calc/calc.el: Update copyright date.
10368 (calc-version): Increase to 2.1.
10369 (calc-version-date): Remove.
10370
10371 * calc/calc-help.el: Update copyright date.
10372 (calc-full-help): Remove reference to calc-version-date.
10373 Update copyright date.
10374
10375 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10376
10377 * vc.el (vc-do-command): Use a pipe for async processes, so password
10378 prompts don't show up at places where the user can't reply.
10379
10380 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10381
10382 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10383 on the file name we pass to the inferior shell.
10384
10385 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10386
10387 * progmodes/which-func.el (which-function): Be robust in the face of an
10388 imenu--make-index-alist failure.
10389
10390 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10393
10394 * progmodes/python.el (python-preoutput-filter): Fix last change.
10395
10396 2005-03-29 Lute Kamstra <lute@gnu.org>
10397
10398 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10399 functions and compiled macros.
10400 (debug-convert-byte-code): Handle macros too.
10401 (debug-on-entry-1): Don't signal an error when trying to clear a
10402 function that is not set to debug on entry.
10403
10404 2005-03-29 Jay Belanger <belanger@truman.edu>
10405
10406 * calc/calc-lang.el: Add functions to math-function-table
10407 properties of tex and math.
10408
10409 2005-03-29 Kenichi Handa <handa@m17n.org>
10410
10411 * ps-mule.el (ps-mule-plot-string): Translate characters by
10412 ps-print-translation-table.
10413 (ps-mule-begin-job): Call find-charset-region/string with
10414 ps-print-translation-table.
10415 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10416
10417 * ps-print.el (ps-print-translation-table): New variable.
10418 (ps-plot-region): Translate characters by ps-print-translation-table.
10419
10420 2005-03-29 Juri Linkov <juri@jurta.org>
10421
10422 * simple.el (next-error-highlight-timer): New variable.
10423
10424 * progmodes/compile.el (compilation-goto-locus):
10425 Use `next-error-highlight-timer' instead of `sit-for'.
10426
10427 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * mail/supercite.el (sc-mail-field): Use assoc-string.
10430 (sc-get-address): Simplify regexps.
10431
10432 * files.el (minibuffer-with-setup-hook): New macro.
10433 (find-file-read-args): Use it to avoid let-binding
10434 minibuffer-with-setup-hook (which breaks turning on/off
10435 file-name-shadow-mode while in the prompt).
10436
10437 * complete.el (PC-read-include-file-name-internal):
10438 Use test-completion.
10439
10440 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10441
10442 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10443
10444 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * window.el (window-buffer-height): Use count-screen-lines.
10447
10448 * progmodes/python.el (python-preoutput-leftover): New var.
10449 (python-preoutput-filter): Use it.
10450 (python-send-receive): Loop until all the result has been received.
10451
10452 2005-03-28 Juri Linkov <juri@jurta.org>
10453
10454 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10455
10456 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10457 "Recover Crashed Session".
10458 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10459 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10460 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10461 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10462 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10463 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10464 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10465 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10466
10467 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10468 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10469 Ediff Sessions", "Toggle use of separate control buffer frame",
10470 "Use separate frame for Ediff control buffer".
10471
10472 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10473 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10474 "Rename Bookmark", "Delete Bookmark".
10475
10476 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10477 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10478 Add `:active Info-index-alternatives' to "Next Matching Item".
10479
10480 * wdired.el (wdired-change-to-wdired-mode):
10481 Mention `wdired-abort-changes' key in the initial message.
10482
10483 * international/mule.el (auto-coding-alist): Associate non-ascii
10484 image filename extensions with `no-conversion'.
10485
10486 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * international/iso-acc.el:
10489 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10490
10491 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10492
10493 * textmodes/sgml-mode.el (html-mode): Doc update.
10494
10495 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10496
10497 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10498
10499 * term.el (term-move-columns): Fix face after extending a line.
10500 (term-insert-spaces): Likewise.
10501 (term-reset-terminal): Fix off by one error.
10502
10503 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10504
10505 * international/mule.el (auto-coding-alist): Add .xpi files.
10506
10507 * files.el (auto-mode-alist): Add .xpi files.
10508
10509 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10510
10511 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10512
10513 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10514
10515 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10516
10517 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10518
10519 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10520 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10521
10522 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10523 cursor to Jan 1 when needed.
10524 (calendar-end-of-year): Fix -/+ typo.
10525 Reported by Chong Yidong <cyd@stupidchicken.com>.
10526
10527 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10530
10531 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10532 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10533
10534 2005-03-25 Richard M. Stallman <rms@gnu.org>
10535
10536 * filesets.el (filesets-init): Add autoload.
10537
10538 * mail/mailalias.el (mail-directory): Doc fix.
10539
10540 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10541
10542 * mail/mailalias.el (mail-directory-process): Do nothing if
10543 mail-directory-process is an atom.
10544 (mail-get-names): Ignore mail-directory-names if it is an atom.
10545 (mail-directory-process defvar): Doc fix.
10546 (mail-names): Doc fix.
10547
10548 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10549
10550 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10551
10552 2005-03-26 Kenichi Handa <handa@m17n.org>
10553
10554 * international/mule-util.el (detect-coding-with-priority):
10555 Call update-coding-systems-internal before detect-coding-region.
10556
10557 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10558
10559 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10560 (gdb-frames-mode-map): Add follow-link property.
10561
10562 2005-03-25 Jay Belanger <belanger@truman.edu>
10563
10564 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10565 for variables.
10566
10567 2005-03-25 Juri Linkov <juri@jurta.org>
10568
10569 * image-mode.el: Optimize image filename extension regexps in
10570 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10571 in `auto-mode-alist'.
10572 (image-mode): Add `image-toggle-display-text' to local hook
10573 `change-major-mode-hook'. Display the image as an image by
10574 default. Set `cursor-type' and `truncate-lines' if the image
10575 is already displayed. Take into account the current mode (image
10576 or text) in message.
10577 (image-minor-mode): New minor mode.
10578 (image-mode-maybe, image-toggle-display-text): New functions.
10579 (image-toggle-display): Use called-interactively-p.
10580 Let-bind `inhibit-read-only' to t.
10581
10582 * image-mode.el (image-minor-mode): Set `cursor-type' and
10583 `truncate-lines' if the image is already displayed. Add turning
10584 image-minor-mode off to `change-major-mode-hook'. Add message.
10585 Call `image-toggle-display-text' after turning image-minor-mode off.
10586
10587 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10588
10589 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10590 Terminal.app, use utf-8.
10591 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10592 (set-locale-environment): Use it.
10593
10594 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10595
10596 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10597
10598 * progmodes/python.el (python-close-block-statement-p)
10599 (python-outdent-p, python-current-defun): Use symbol-end.
10600
10601 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10602
10603 * files.el (save-some-buffers): Doc fix.
10604
10605 2005-03-25 Werner Lemberg <wl@gnu.org>
10606
10607 * complete.el, thumbs.el: Replace `legal' with `valid'.
10608 * calendar/calendar.el: Replace `legal' with `valid'.
10609 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10610 * mail/supercite.el: Replace `legal' with `valid'.
10611 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10612 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10613 Replace `legal' with `valid'.
10614 * textmodes/reftex-vars.el, textmodes/reftex.el:
10615 Replace `legal' with `valid'.
10616
10617 2005-03-25 Werner Lemberg <wl@gnu.org>
10618
10619 * calc/calc-forms.el, calc/calc-sel.el:
10620 * midnight.el, vc-cvs.el:
10621 * emacs-lisp/cl-macs.el:
10622 * emulation/vip.el:
10623 * eshell/esh-io.el, eshell/esh-var.el:
10624 * mail/supercite.el:
10625 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10626 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10627 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10628 * progmodes/sh-script.el, progmodes/xscheme.el:
10629 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10630 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10631 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10632 * textmodes/reftex.el, textmodes/org.el:
10633 Replace `illegal' with `invalid'.
10634
10635 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10638 (flymake-find-buildfile, flymake-find-possible-master-files)
10639 (flymake-check-include, flymake-parse-line): Replace loops over the
10640 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10641
10642 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10643 Substitute file-name-as-directory in the rest of the file.
10644 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10645 (flymake-replace-region): Remove unused arg `buffer'.
10646 (flymake-check-patch-master-file-buffer): Update calls to it.
10647 (flymake-add-err-info): Remove unused var `count'.
10648 (flymake-mode): Use define-minor-mode.
10649
10650 * progmodes/flymake.el: Use with-current-buffer.
10651 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10652 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10653 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10654 Avoid testing for `xemacs'.
10655 (flymake-nop): Move.
10656 (flymake-region-has-flymake-overlays): Return the computed value.
10657 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10658 Remove unused var `endline'.
10659 (flymake-get-line-count): Remove unused function.
10660 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10661
10662 * emulation/vi.el:
10663 * generic.el:
10664 * hilit-chg.el (global-highlight-changes):
10665 * hi-lock.el (hi-lock-mode):
10666 * follow.el: find-file-hooks -> find-file-hook.
10667
10668 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10669
10670 2005-03-24 Juri Linkov <juri@jurta.org>
10671
10672 * dired.el (dired-mode-map): Add menu item "Compare directories"
10673 for dired-compare-directories.
10674
10675 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10676 Doc fix. Replace `read-file-name' with `read-directory-name'.
10677
10678 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10681
10682 2005-03-24 Jay Belanger <belanger@truman.edu>
10683
10684 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10685 relevant mode settings in calc-embedded-original-modes when modes
10686 are permanently changed.
10687
10688 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10689
10690 * autoinsert.el: find-file-hooks -> find-file-hook.
10691
10692 2005-03-24 Lute Kamstra <lute@gnu.org>
10693
10694 * generic.el (generic-font-lock-defaults): Make it obsolete.
10695 (generic-font-lock-keywords): New variable to replace
10696 generic-font-lock-defaults.
10697 (generic-mode-set-font-lock): Delete it.
10698 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10699 (generic-bracket-support): Add docstring.
10700
10701 * generic-x.el: Rename generic-font-lock-defaults to
10702 generic-font-lock-keywords throughout.
10703 (mailagent-rules-setup-function): Delete it.
10704 (mailagent-rules-generic-mode): Use anonymous function instead.
10705 (show-tabs-generic-mode-font-lock-defaults-1)
10706 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10707 Quote faces.
10708 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10709 not foreground.
10710
10711 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10712 Recognize define-generic-mode.
10713
10714 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10717 if there's no completion table.
10718
10719 2005-03-23 Miles Bader <miles@gnu.org>
10720
10721 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10722 Remove tty-specific variants, as they're no longer needed.
10723
10724 2005-03-23 Lute Kamstra <lute@gnu.org>
10725
10726 * generic-x.el: Code cleanup: make args constant whenever possible.
10727 (installshield-statement-keyword-list)
10728 (installshield-system-functions-list)
10729 (installshield-system-variables-list, installshield-types-list)
10730 (installshield-funarg-constants-list): Make them constants.
10731
10732 * generic.el (generic-make-keywords-list): Add autoload cookie.
10733
10734 * calendar/time-date.el: Add comment on time value formats.
10735 Don't require parse-time.
10736 (with-decoded-time-value): New macro.
10737 (encode-time-value): New function.
10738 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10739 (days-to-time): Return a valid time value when arg is huge.
10740 (time-since): Use time-subtract.
10741 (time-to-number-of-days): Use time-to-seconds.
10742
10743 2005-03-23 David Ponce <david@dponce.com>
10744
10745 * recentf.el: (recentf-keep): New option.
10746 (recentf-menu-action): Default to `find-file'.
10747 (recentf-keep-non-readable-files-flag)
10748 (recentf-keep-non-readable-files-p)
10749 (recentf-file-readable-p, recentf-find-file)
10750 (recentf-cleanup-remote): Remove.
10751 (recentf-include-p): More robust.
10752 (recentf-keep-p): New function.
10753 (recentf-remove-if-non-kept): Rename from
10754 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10755 All callers updated.
10756 (recentf-menu-items-for-commands): Fix help string.
10757 (recentf-track-closed-file): Update. Doc fix.
10758 (recentf-cleanup): Update. Count removed files. Doc fix.
10759
10760 2005-03-23 Kim F. Storm <storm@cua.dk>
10761
10762 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10763 Don't inherit from fringe face (now happens automatically).
10764
10765 2005-03-22 Kim F. Storm <storm@cua.dk>
10766
10767 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10768 position values.
10769
10770 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * menu-bar.el (showhide-date-time): Remove.
10773 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10774 (menu-bar-make-mm-toggle): Simplify.
10775
10776 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10777
10778 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10779 Accept qualified variable and function names.
10780
10781 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10782
10783 * bindings.el (completion-ignored-extensions):
10784 Remove ".lis" for `vax-vms'.
10785
10786 2005-03-22 Andreas Schwab <schwab@suse.de>
10787
10788 * generic-x.el: Revert last change.
10789 * ldefs-boot.el: Update.
10790
10791 2005-03-22 Jay Belanger <belanger@truman.edu>
10792
10793 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10794 (calc-embedded-save-original-modes)
10795 (calc-embedded-restore-original-modes): New functions.
10796 (calc-do-embedded): Save original modes when entering embedded mode
10797 and restore when leaving embedded mode.
10798 (calc-embedded-modes-change): Change the value of
10799 calc-embedded-original-modes to reflect permanent changes.
10800
10801 2005-03-22 Lute Kamstra <lute@gnu.org>
10802
10803 * generic-x.el: Require generic again.
10804
10805 2005-03-22 Miles Bader <miles@gnu.org>
10806
10807 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10808 Tweak details to look good on both ttys and bitmap displays, light
10809 or dark background, etc.
10810
10811 2005-03-21 Kim F. Storm <storm@cua.dk>
10812
10813 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10814 mouse position.
10815
10816 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * icomplete.el: Don't forcibly turn on the mode upon load.
10819 (icomplete-mode): Use define-minor-mode.
10820 (icomplete-eoinput): Default to nil.
10821 (icomplete-minibuffer-setup): Remove autoload.
10822 (icomplete-tidy): Simplify.
10823 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10824 in the initial state or if the user has modified the field.
10825 Fix handling of icomplete-max-delay-chars.
10826 Remove code that handles the oddball case where
10827 minibuffer-completion-table is an integer.
10828 Wrap icomplete-completions in while-no-input in case building
10829 completions takes more time than expected.
10830 (icomplete-completions): Simplify.
10831
10832 2005-03-21 Richard M. Stallman <rms@gnu.org>
10833
10834 * jka-compr.el (jka-compr-really-do-compress):
10835 Make variable buffer-local.
10836
10837 * image-mode.el: Handle .xpm files too.
10838 (image-toggle-display): Preserve modification flag.
10839
10840 * help.el (where-is): Don't mention aliases with no key bindings.
10841
10842 2005-03-21 Lute Kamstra <lute@gnu.org>
10843
10844 * generic.el: Fix commentary section. Don't require cl for
10845 compilation.
10846 (generic-mode-list): Add autoload cookie.
10847 (generic-use-find-file-hook, generic-lines-to-scan)
10848 (generic-find-file-regexp, generic-ignore-files-regexp)
10849 (generic-mode, generic-mode-find-file-hook)
10850 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10851 (define-generic-mode): Make it a defmacro. Fix docstring.
10852 (generic-mode-internal): Code cleanup. Add autoload cookie.
10853 (generic-mode-set-comments): Code cleanup.
10854 * generic-x.el: Don't prevent compilation. Don't require generic.
10855 Follow coding conventions. Minor code cleanup.
10856 (etc-fstab-generic-mode): Add some keywords.
10857 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10858 define-generic-mode like a function declaration.
10859
10860 2005-03-21 Jay Belanger <belanger@truman.edu>
10861
10862 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10863 changing modes.
10864
10865 2005-03-21 Sam Steingold <sds@gnu.org>
10866
10867 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10868
10869 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10870
10871 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10872 Add underscore to "f$ lexicals" regexp.
10873
10874 2005-03-20 Juri Linkov <juri@jurta.org>
10875
10876 * subr.el (progress-reporter-do-update): When `min-value' is equal
10877 to `max-value', set `percentage' to 0 and prevent division by zero.
10878
10879 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10880
10881 Sync with Tramp 2.0.48.
10882
10883 * net/tramp.el (all): Change all addresses to .gnu.org.
10884 (tramp-append-tramp-buffers): New defun.
10885 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10886 Catch `dont-send' signal.
10887 (tramp-set-auto-save-file-modes): Set always permissions, because
10888 there might be an old auto-saved file belonging to another
10889 original file. This could be a security threat. Reported by
10890 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10891 Check for Emacs 21.3.50 removed.
10892
10893 * net/tramp-smb.el (all): Remove debug construct for
10894 `with-parsed-tramp-file-name'.
10895 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10896 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10897 No error message if DIRECTORY or FILENAME doesn't exist.
10898 (tramp-smb-open-connection): Check existence of
10899 `tramp-smb-program'.
10900
10901 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10902
10903 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10904 Properly handle the case where the `m' or `s' command's argument is not
10905 yet terminated.
10906 (perl-indent-new-calculate): New function.
10907 (perl-indent-line): Use it.
10908
10909 2005-03-20 Miles Bader <miles@gnu.org>
10910
10911 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10912 in text-mode too. Change to new face names.
10913 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10914 Add `:weight bold' attribute.
10915 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10916
10917 2005-03-19 Juri Linkov <juri@jurta.org>
10918
10919 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10920
10921 * international/mule.el (auto-coding-alist): Sync with
10922 `auto-mode-alist' by adding upper case archive file extensions
10923 and adding ear/war to jar extension.
10924
10925 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10926
10927 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10928 running, restart it.
10929
10930 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10931
10932 * finder.el (finder-current-item): Throw an error on an empty line.
10933
10934 * man.el (Man-follow-manual-reference): If current-word returns
10935 nil, use "".
10936
10937 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10938
10939 * simple.el (goto-line): Doc fix.
10940
10941 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10942
10943 * files.el (save-buffer): Doc fix.
10944
10945 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10946
10947 * recentf.el (recentf-cleanup-remote): New variable.
10948 (recentf-cleanup): Use it to conditionally check availability of
10949 remote files.
10950
10951 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10952
10953 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10954 function names.
10955
10956 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10957
10958 * language/thai-word.el: New file.
10959
10960 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10961
10962 * files.el (backup-buffer): If the file's directory is not
10963 writable, use copy instead of move to backup the file.
10964
10965 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10966
10967 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10968
10969 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10970
10971 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10972 Use functionp instead of symbolp and fboundp. Reported by Drkm
10973 <darkman_spam@yahoo.fr>.
10974 (ps-print-version): New version 6.6.6.
10975
10976 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10977
10978 * textmodes/table.el (table--line-column-position): New idiom.
10979 (table--row-column-insertion-point-p): New function to test
10980 validity of row and column insertion operation at a location.
10981 (table-global-menu, table-cell-menu): Use above functions for
10982 deterministic test operation.
10983 (table--editable-cell-p): Behave in deterministic fashion.
10984
10985 2005-03-18 Juri Linkov <juri@jurta.org>
10986
10987 * isearch.el (isearch-lazy-highlight-new-loop):
10988 Make arguments beg and end optional.
10989 (isearch-update): Remove optional arguments nil from
10990 isearch-lazy-highlight-new-loop.
10991 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10992 isearch-lazy-highlight-case-fold-search instead of
10993 isearch-case-fold-search, and let-bind isearch-regexp to
10994 isearch-lazy-highlight-regexp.
10995 Use isearch-lazy-highlight-last-string instead of isearch-string.
10996
10997 * replace.el (perform-replace): Remove bindings of global
10998 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10999 Add three new arguments to `replace-highlight'.
11000 (replace-highlight): Add arguments string, regexp, case-fold.
11001 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11002 to allow isearch-lazy-highlight-new-loop to use these values
11003 to set corresponding isearch-lazy-highlight-* internal
11004 variables whose values lazy highlighting will use regardless of
11005 changes to global variables isearch-string, isearch-regexp,
11006 isearch-case-fold-search during lazy highlighting loop.
11007 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11008 to `lazy-highlight-cleanup'.
11009
11010 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11011 (ispell-highlight-face): Set default face to `isearch' when
11012 lazy highlighting is enabled.
11013 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11014 priority to 1. Add lazy highlighting.
11015 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11016 from `isearch-dehighlight'.
11017
11018 2005-03-18 David Ponce <david@dponce.com>
11019
11020 * files.el (hack-local-variables): Do a case-insensitive search
11021 for End.
11022
11023 2005-03-18 Juri Linkov <juri@jurta.org>
11024
11025 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11026 `isearch-lazy-highlight-cleanup', add alias to old name and
11027 declare obsolete. Add release numbers to other obsolete vars.
11028 (isearch-done, isearch-lazy-highlight-new-loop):
11029 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11030 (lazy-highlight-cleanup) <variable>: Doc fix.
11031 (isearch-lazy-highlight-update): Rename obsolete
11032 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11033
11034 2005-03-18 Kenichi Handa <handa@m17n.org>
11035
11036 * language/thai-util.el: Fix categorization of Thai characters in
11037 thai-category-table.
11038 (thai-composition-pattern): Adjust it for the above change.
11039 (thai-self-insert-command, thai-compose-syllable): New functions.
11040 (thai-compose-region): Use thai-compose-syllable.
11041 (thai-compose-string): Likewise.
11042 (thai-composition-function): Likewise.
11043 (thai-auto-composition): New function.
11044 (thai-auto-composition-mode): New minor mode.
11045
11046 * language/thai.el: Fix patterns to be registered in
11047 composition-function-table.
11048
11049 * international/quail.el (quail-input-method): Locally bind
11050 inhibit-modification-hooks to t.
11051
11052 2005-03-17 Richard M. Stallman <rms@gnu.org>
11053
11054 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11055 (perl-mode): Use run-mode-hooks.
11056
11057 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11058 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11059 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11060
11061 * mail/sendmail.el (sendmail-send-it): Reenable the code
11062 to compute resend-to-address and use it.
11063
11064 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11065
11066 * image-mode.el: New file.
11067
11068 * image.el (insert-sliced-image): Add autoload cookie.
11069
11070 * font-lock.el (font-lock-lines-before): New user option.
11071 (font-lock-after-change-function): Obey it.
11072
11073 * bindings.el (esc-map): Make M-g a prefix.
11074 Bind M-g g and M-g M-g to goto-line.
11075
11076 * faces.el (face-id): Doc fix.
11077
11078 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11079
11080 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11081 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11082 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11083
11084 * mail/sendmail.el (mail-yank-ignored-headers)
11085 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11086 Add Mail-Followup-To and Mail-Reply-To headers.
11087 (mail-citation-hook): Add autoload cookie.
11088 (mail-mode): Doc fix.
11089 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11090 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11091 (mail-mode-fill-paragraph): Handle those headers.
11092 (mail-mailing-lists): New variable.
11093 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11094
11095 2005-03-17 Juri Linkov <juri@jurta.org>
11096
11097 * isearch.el (isearch-fallback): Check for `(car previous)'
11098 before calling `isearch-other-end-state'.
11099
11100 2005-03-17 Kim F. Storm <storm@cua.dk>
11101
11102 * simple.el (move-beginning-of-line): Move to beginning of buffer
11103 line, as well as beginning of screen line.
11104
11105 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11106
11107 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11108 argument REDRAW rather than calendar-redrawing variable.
11109 * calendar/calendar.el (calendar-redrawing): Delete.
11110 (redraw-calendar): Do not bind calendar-redrawing.
11111
11112 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11113
11114 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11115 diary-file buffer.
11116
11117 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * help.el (describe-mode): Allow a :minor-mode-function property to
11120 specify a different minor mode toggle function than the variable.
11121 * simple.el (auto-fill-function):
11122 * subr.el (add-minor-mode): Use it.
11123
11124 2005-03-16 Kenichi Handa <handa@m17n.org>
11125
11126 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11127 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11128 (ethio-fidel-to-sera-buffer): Likewise.
11129
11130 2005-03-16 Juri Linkov <juri@jurta.org>
11131
11132 * emacs-lisp/find-func.el (find-function-regexp):
11133 Add defun-emitting macro `menu-bar-make-toggle'.
11134
11135 * isearch.el: Put `isearch-scroll' property to
11136 `split-window-horizontally'.
11137
11138 * info.el: Update error messages for `debug-ignored-errors'.
11139 (Info-isearch-search): Doc fix.
11140 (Info-find-node): Move up code to go into info buffer before
11141 recording the node to the history.
11142 (Info-fontify-node): Fontify titles only if the next line
11143 has two or more `*', `=', `-', `.'.
11144 Display "go to this node" for empty (match-string 3).
11145
11146 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11147
11148 * term/mac-win.el: Add mouse pointer shape constants.
11149
11150 2005-03-15 Kim F. Storm <storm@cua.dk>
11151
11152 * simple.el (move-beginning-of-line): Use vertical-motion.
11153
11154 2005-03-15 Juri Linkov <juri@jurta.org>
11155
11156 * isearch.el (isearch-error): New variable.
11157 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11158 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11159 (isearch-within-brackets-state): Remove.
11160 (isearch-case-fold-search-state, isearch-pop-fun-state):
11161 Decrease frame index.
11162 (isearch-mode, isearch-top-state, isearch-push-state)
11163 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11164 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11165 (isearch-search, isearch-lazy-highlight-new-loop):
11166 Replace `isearch-invalid-regexp' with `isearch-error'.
11167 Remove `isearch-within-brackets'.
11168 (isearch-search): Add `search-failed' handler to `condition-case'.
11169 (isearch-lazy-highlight-search): Add `condition-case' to catch
11170 errors and allow `isearch-lazy-highlight-update' to try
11171 highlighting from the beginning of the window.
11172 (isearch-repeat): Move up code to set isearch-wrapped to t
11173 before calling isearch-wrap-function.
11174
11175 * info.el (Info-isearch-initial-node): New internal variable.
11176 (Info-search): Signal an error in isearch mode when search leaves
11177 the initial node. Signal an error when `bound' is non-nil and
11178 nothing was found in the current subfile.
11179 (Info-isearch-search): Remove `condition-case'.
11180 (Info-isearch-wrap): Don't wrap when search failed during leaving
11181 the initial node. If `Info-isearch-search' is nil, wrap around
11182 the current node.
11183 (Info-isearch-start): New fun.
11184 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11185 `isearch-mode-hook'.
11186
11187 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11188
11189 * simple.el (normal-erase-is-backspace): Set default to t if
11190 running on Mac.
11191
11192 * term/mac-win.el (function-key-map): Sync with x-win.el.
11193
11194 2005-03-15 Kenichi Handa <handa@m17n.org>
11195
11196 * international/mule-cmds.el (locale-language-names): Modify the
11197 format of elements and add more entries.
11198 (locale-preferred-coding-systems): Add more entries.
11199 (set-locale-environment): Adjust for the change of
11200 locale-language-names.
11201
11202 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11203
11204 * pcvs.el (smerge-ediff): Remove bogus autoload.
11205
11206 2005-03-14 Lute Kamstra <lute@gnu.org>
11207
11208 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11209 Ignore a `*' at the beginning of a line.
11210
11211 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11212 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11213 subr.el.
11214 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11215 to specify indentation.
11216
11217 * generic.el (define-generic-mode): Let generic-mode-list be a
11218 list of strings; test membership with equal.
11219
11220 2005-03-14 Kim F. Storm <storm@cua.dk>
11221
11222 * simple.el (next-line, previous-line): Add optional try-vscroll
11223 arg to recognize interactive use. Pass it on to line-move.
11224 (line-move): Don't perform auto-window-vscroll when defining or
11225 executing keyboard macro to ensure consistent behavior.
11226
11227 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11230
11231 2005-03-13 Lute Kamstra <lute@gnu.org>
11232
11233 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11234 debugger-setup-buffer so that backtrace marks the frames set to
11235 debug-on-exit and we don't have to do it manually. Set an extra
11236 debug-on-exit for macro's.
11237 (debugger-setup-buffer): Don't mark the top frame manually.
11238
11239 2005-03-12 Lute Kamstra <lute@gnu.org>
11240
11241 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11242 lisp-indent-function throughout.
11243 (with-no-warnings): Set lisp-indent-function property.
11244
11245 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11246
11247 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11248 Add entry for backslash.
11249
11250 2005-03-12 Juri Linkov <juri@jurta.org>
11251
11252 * info.el (Info-search): Four fixes for backward search.
11253
11254 2005-03-11 Jay Belanger <belanger@truman.edu>
11255
11256 * calc/calc.el (calc-language-alist): New variable.
11257 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11258 (calc-embedded-find-modes): Use calc-language-alist instead of
11259 calc-embedded-language-alist.
11260
11261 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11262
11263 * calendar/calendar.el (calendar-redrawing): New internal
11264 variable.
11265 (redraw-calendar): Remove bogus save-excursion from previous
11266 change. Bind calendar-redrawing to t for mark-diary-entries.
11267 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11268 calendar if that is why we were called.
11269
11270 2005-03-11 Kenichi Handa <handa@m17n.org>
11271
11272 * international/mule.el (make-coding-system): Set property
11273 coding-system-define-form to nil.
11274 (define-coding-system-alias): Likewise.
11275
11276 2005-03-11 Kenichi Handa <handa@m17n.org>
11277
11278 These changes are suggested by Dave Love <fx@gnu.org>.
11279
11280 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11281 coding: tag.
11282 (adaptive-fill-regexp): Add more bullets.
11283 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11284 regexps.
11285
11286 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * help.el (describe-mode): Properly handle non-trivial lighters.
11289 Don't ignore minor modes that are not listed in minor-mode-list.
11290
11291 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11292 feature ON when the user requests to turn it OFF.
11293
11294 2005-03-10 Lute Kamstra <lute@gnu.org>
11295
11296 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11297 (implement-debug-on-entry): New function to replace debug-entry-code.
11298 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11299 second argument as the 2005-03-07 change makes it obsolete.
11300 (debug-on-entry, cancel-debug-on-entry): Update call to
11301 debug-on-entry-1.
11302 (debug, debugger-setup-buffer): Comment update.
11303 (debugger-frame-number): Update to work with implement-debug-on-entry.
11304
11305 2005-03-10 Jay Belanger <belanger@truman.edu>
11306
11307 * calc/calc-embed.el (math-ms-args): Declare it.
11308 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11309 math-ms-args.
11310 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11311 variables.
11312
11313 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11314
11315 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11316 Use message-box.
11317
11318 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11319 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11320 (tooltip-gud-tips): Simplify.
11321 (tooltip-gud-tips-p): Remove superfluous :set.
11322 (tooltip-gud-modes): Add fortran-mode.
11323 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11324
11325 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11326
11327 2005-03-09 Kim F. Storm <storm@cua.dk>
11328
11329 * play/animate.el (animate-place-char): Use forward-line instead
11330 of next-line to improve performance.
11331
11332 2005-03-09 Simon Josefsson <jas@extundo.com>
11333
11334 * net/browse-url.el (browse-url-default-browser): Doc fix.
11335
11336 2005-03-09 Miles Bader <miles@gnu.org>
11337
11338 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11339 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11340
11341 2005-03-09 Kenichi Handa <handa@m17n.org>
11342
11343 * international/latin-1.el: Set case and syntax for 255 only if
11344 set-case-syntax-set-multibyte is nil.
11345
11346 * textmodes/ispell.el (ispell-insert-word): New function.
11347 (ispell-word): Use ispell-insert-word to insert a new word.
11348 (ispell-process-line): Likewise.
11349 (ispell-complete-word): Likewise.
11350
11351 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11352
11353 * calendar/calendar.el (redraw-calendar): Preserve point.
11354 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11355 (calendar-week-start-day): Move after definition of
11356 redraw-calendar. Delete buffer test, since redraw-calendar has
11357 that now.
11358
11359 * calendar/diary-lib.el (mark-diary-entries): Only call
11360 redraw-calendar in the first of any recursive calls.
11361 Reported by Alan Shutko <ats@acm.org>.
11362
11363 2005-03-08 Juri Linkov <juri@jurta.org>
11364
11365 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11366 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11367 (html-radio-buttons): Add a space before the trailing `/>' where
11368 sgml-xml-mode is non-nil.
11369 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11370 the subsequent tag of the empty XML tag.
11371 (html-href-anchor): Don't set initial input to "http:".
11372 (html-image): Ask for the image URL and set point inside alt="".
11373 (html-name-anchor): Duplicate the name in the `id' attribute when
11374 sgml-xml-mode is non-nil.
11375 (html-paragraph): Remove \n before <p>.
11376 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11377 instead of `checked' when sgml-xml-mode is non-nil.
11378
11379 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11380 Remove 1 space before #RRGGBB to not truncate it on terminal
11381 windows w/o fringes. Remove 1 space between bg and fg examples
11382 to get more space.
11383 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11384 avoid byte-compile warnings.
11385
11386 * image-file.el (image-file-handler): Put `safe-magic' property to
11387 `image-file-handler'.
11388
11389 * info.el (Info-isearch-search): Emulate word search in
11390 isearching through multiple Info nodes with Info-search.
11391 (Info-isearch-wrap): Allow isearch-word.
11392
11393 2005-03-08 Lute Kamstra <lute@gnu.org>
11394
11395 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11396 stepping into the debugger's code is not possible.
11397 (debugger-jumping-flag): Docstring update.
11398
11399 2005-03-08 Jay Belanger <belanger@truman.edu>
11400
11401 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11402 embedded mode begins.
11403 (calc-embedded-language-alist): New variable.
11404 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11405 set default language mode.
11406
11407 2005-03-08 Kenichi Handa <handa@m17n.org>
11408
11409 * international/ccl.el (define-ccl-program): Fix docstring about
11410 extra 256 bytes assured for the output buffer.
11411
11412 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11413 Fix BUFFER_MAGNIFICATION to 2.
11414 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11415
11416 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11417
11418 * align.el (align-rules-list): Added an alignment rule for CSS
11419 declarations (applies to css-mode and html-mode buffers).
11420
11421 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11424
11425 2005-03-07 Kim F. Storm <storm@cua.dk>
11426
11427 * simple.el (move-beginning-of-line): New command.
11428
11429 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11430
11431 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11432
11433 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11434 and move-beginning-of-line.
11435
11436 * apropos.el (apropos-print): Omit command from M-x ... RET.
11437
11438 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11439
11440 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11441 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11442
11443 2005-03-06 Richard M. Stallman <rms@gnu.org>
11444
11445 * bindings.el (esc-map): Bind M-g to goto-line.
11446
11447 * facemenu.el (global-map): Bind M-o, not M-g.
11448
11449 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11450
11451 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11452 "Open Directory" as for "Open File".
11453
11454 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11455
11456 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11457 (push-mark-command): Run activate-mark-hook.
11458
11459 2005-03-06 Richard M. Stallman <rms@gnu.org>
11460
11461 * help-mode.el (help-mode-finish): Don't alter the element
11462 in view-return-to-alist if there already is one.
11463
11464 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11465 make sure the current buffer is the expected one.
11466
11467 * novice.el (disabled-command-function): Output in *Disabled Command*.
11468 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11469
11470 * textmodes/flyspell.el (flyspell-large-region):
11471 Pass args differently for aspell.
11472
11473 * files.el (mode-require-final-newline): Doc fix.
11474
11475 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11476
11477 * progmodes/which-func.el (which-function):
11478 Specify NOERROR when calling imenu--make-index-alist.
11479
11480 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * simple.el (normal-erase-is-backspace): Define default value.
11483
11484 * custom.el (custom-theme-set-variables): Remove unused var
11485 `immediate'.
11486 (custom-reevaluate-setting): Simple function to handle variables
11487 that are defined before their default value can really be
11488 computed.
11489
11490 * startup.el (command-line): Use it for temporary-file-directory,
11491 small-emporary-file-directory, auto-save-file-name-transforms,
11492 blink-cursor-mode, and normal-erase-is-backspace.
11493
11494 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11495 progress, even with buggy anchored keywords.
11496
11497 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11498
11499 * simple.el (goto-line): Remove unbalanced final parenthesis.
11500
11501 2005-03-05 Richard M. Stallman <rms@gnu.org>
11502
11503 * simple.el (goto-line): Use a number at point as the default.
11504 With C-u as arg, switch buffers.
11505
11506 2005-03-05 Juri Linkov <juri@jurta.org>
11507
11508 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11509 with `no-blinking-cursor'.
11510
11511 * startup.el (no-blinking-cursor): New defvar.
11512 (command-line): Add `--no-blinking-cursor' to longopts.
11513 Set `no-blinking-cursor' to t for command line arguments
11514 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11515 with `no-blinking-cursor' in the condition for calling
11516 `blink-cursor-mode'.
11517
11518 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11519
11520 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11521 (menu-bar-options-save): Add blink-cursor-mode.
11522 (menu-bar-options-menu): Add blink-cursor-mode.
11523
11524 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11525
11526 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11527 (icalendar-export-file, icalendar-export-region)
11528 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11529 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11530
11531 2005-03-04 Lute Kamstra <lute@gnu.org>
11532
11533 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11534 (debug-function-list): Ditto.
11535
11536 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11537
11538 * textmodes/texinfmt.el (texinfo-append-refill):
11539 Redefine the types of line to which @refill
11540 is not appended by replacing a search for `@refill\\|@bye' with
11541 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11542 itemize@refill' bug and the unfilled long lines bug.
11543 (texinfmt-version): Update number and date.
11544
11545 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11546
11547 * international/code-pages.el (windows-1250, windows-125[2-8])
11548 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11549
11550 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11553 bound yet.
11554
11555 2005-03-02 Romain Francoise <romain@orebokech.com>
11556
11557 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11558 buffer after removing limits.
11559 (ibuffer-pop-filter): Ditto.
11560 Update copyright.
11561
11562 2005-03-02 Miles Bader <miles@gnu.org>
11563
11564 * button.el (make-text-button): If the user doesn't specify a
11565 type, use the default. Rewrite to use `add-text-properties' and
11566 plist functions.
11567
11568 2005-03-01 Lute Kamstra <lute@gnu.org>
11569
11570 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11571 (debugger-jumping-flag): New var.
11572 (debug-entry-code): Use it.
11573 (debugger-jump): Use debugger-jumping-flag and add
11574 debugger-reenable to post-command-hook.
11575 (debugger-reenable): Use debugger-jumping-flag and remove itself
11576 from post-command-hook.
11577 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11578 debugger-reenable.
11579
11580 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11581
11582 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11583 inclusion of "itemize\\|", which may be unnecessary, is certainly
11584 inelegant, and stops refilling in itemize lists when formatting
11585 Japanese Texinfo files to Info.
11586 Update copyright to 2005.
11587
11588 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11589
11590 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11591 of an error if GDB can't find the source file.
11592
11593 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11594
11595 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11596 not just the calendar.
11597
11598 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11599 first.
11600 (diary-redraw-calendar): New function.
11601 (make-diary-entry): Add diary-redraw-calendar to local
11602 write-contents-functions. Turn off selective display before
11603 inserting in diary.
11604
11605 2005-03-01 Kim F. Storm <storm@cua.dk>
11606
11607 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11608
11609 2005-03-01 Lute Kamstra <lute@gnu.org>
11610
11611 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11612 that debug-entry-code can be safely removed from a function while
11613 this code is being evaluated. Revert the 2005-02-27 change as the
11614 new implementation no longer requires it. Make sure that a
11615 function body containing just a string is not mistaken for a docstring.
11616 (debug): Skip one more frame in case of debug on entry.
11617 (debugger-setup-buffer): Delete one more frame line in case of
11618 debug on entry.
11619 (debugger-frame-number): Update to use the new text introduced by
11620 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11621
11622 2005-02-28 Kim F. Storm <storm@cua.dk>
11623
11624 * double.el (double-translate-key): Call force-window-update after
11625 read-event to avoid crash in redisplay.
11626
11627 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11628
11629 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11630 (debug): Use it. Move the inhibit-trace earlier.
11631 (debug-entry-code): New const.
11632 (debug-on-entry-1): Use it.
11633
11634 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * international/utf-16.el (ccl-encode-mule-utf-16le):
11637 Fix BUFFER_MAGNIFICATION to 2.
11638 (ccl-encode-mule-utf-16be): Likewise.
11639
11640 2005-02-28 Kenichi Handa <handa@m17n.org>
11641
11642 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11643 Fix BUFFER_MAGNIFICATION to 4.
11644 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11645
11646 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11647
11648 * speedbar.el (speedbar-update-flag): Doc fix.
11649 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11650 argument.
11651
11652 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11655 have a non-nil `invisible' property but are actually visible.
11656
11657 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11658 for perldoc sections.
11659 (perl-outline-regexp, perl-outline-level): New var and function.
11660 (perl-mode): Use them.
11661
11662 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11663
11664 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11665 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11666
11667 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11668
11669 * cus-edit.el: Comment change.
11670 (custom-buffer-create-internal): Slightly reword text at top of
11671 Custom buffers. Mention there that saving an option edits the
11672 init file. Add link to Emacs manual node on `custom-file'.
11673 (custom-magic-alist): Rewrite individual State messages to use
11674 capitalized keywords. Doc fix.
11675
11676 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11677
11678 * calendar/calendar.el (calendar-buffer): Move above
11679 calendar-week-start-day.
11680 (calendar-week-start-day): Doc fix. Add :set function.
11681 (calendar-minimum-window-height): New variable.
11682 (generate-calendar-window): Only resize window if selected-window
11683 is displaying the calendar buffer. Use new variable
11684 calendar-minimum-window-height.
11685 (generate-calendar): Reword error message.
11686 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11687
11688 2005-02-27 Andreas Schwab <schwab@suse.de>
11689
11690 * vc.el (vc-do-command): Don't run command asynchronously when
11691 operating in a remote directory.
11692
11693 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11694 change from sync with Tramp 2.0.47.
11695
11696 2005-02-27 Richard M. Stallman <rms@gnu.org>
11697
11698 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11699
11700 * textmodes/flyspell.el (flyspell-mode-on):
11701 Call ispell-change-dictionary only if necessary.
11702
11703 * emacs-lisp/re-builder.el (regexp-builder): New function.
11704
11705 * register.el (describe-register-1): Explicitly handle
11706 yank-excluded-properties = t.
11707
11708 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11709 (custom-magic-alist): Change the status descriptions again.
11710 (face widget-type): Total rewrite based on `restricted-sexp'
11711 to eliminate the confusing double hiding levels.
11712
11713 * emacs-lisp/debug.el (debug-on-entry-1):
11714 If function body is empty, add nil as body form.
11715
11716 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * emacs-lisp/trace.el (inhibit-trace): New var.
11719 (trace-make-advice): Use it.
11720
11721 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11722
11723 2005-02-26 Kim F. Storm <storm@cua.dk>
11724
11725 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11726 (mouse-on-link-p, mouse-drag-region-1): Use it.
11727
11728 2005-02-25 Lute Kamstra <lute@gnu.org>
11729
11730 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11731
11732 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11733
11734 * frame.el (blink-cursor-mode): Add :group keyword.
11735
11736 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11737
11738 * calendar/icalendar.el (icalendar--decode-isodatetime):
11739 New optional argument DAY-SHIFT.
11740 (icalendar-export-region): Fix coding-system-for-write.
11741 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11742 events by one.
11743
11744 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11747
11748 2005-02-24 Kim F. Storm <storm@cua.dk>
11749
11750 * international/iso-acc.el (iso-accents-compose): Fix crash
11751 during redisplay. Call force-window-update after read-event
11752 and delete-region to signal that window is not accurate.
11753
11754 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11757 Remove unused and inexistent var `inhibit-trace'.
11758 (debugger-mode): Use run-mode-hooks.
11759 (debugger-list-functions): Add buttons; setup xref stack.
11760
11761 2005-02-23 Richard M. Stallman <rms@gnu.org>
11762
11763 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11764 appointment says it was explicitly made.
11765 (appt-add): Set the 3rd element.
11766 (appt-make-list): Preserve explicit appointments.
11767
11768 * subr.el (find-tag-default): Catch errors in forward-sexp.
11769
11770 2005-02-23 Juri Linkov <juri@jurta.org>
11771
11772 * info.el (Info-isearch-search): New defcustom.
11773 (Info-isearch-search): Call the default isearch function
11774 when Info-isearch-search is nil.
11775 (Info-isearch-wrap): Use variable Info-isearch-search.
11776
11777 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11778
11779 * cus-edit.el: Comment change.
11780
11781 2005-02-22 Kim F. Storm <storm@cua.dk>
11782
11783 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11784 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11785
11786 2005-02-22 Simon Josefsson <jas@extundo.com>
11787
11788 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11789 New variable.
11790 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11791 Oskarsson" <myrkraverk@users.sourceforget.net>.
11792
11793 2005-02-22 Kim F. Storm <storm@cua.dk>
11794
11795 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11796 check that window of that event is the selected window.
11797 (mouse-drag-region-1): Compare mouse event window to selected
11798 window before setting point.
11799
11800 * tooltip.el (tooltip-show-help-function): Pass event to
11801 mouse-on-link-p so it can check selected window.
11802
11803 2005-02-22 Kenichi Handa <handa@m17n.org>
11804
11805 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11806 (ps-mule-show-warning): New function.
11807 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11808 characters are found.
11809
11810 * ps-print.el (ps-header-footer-string): Return a list of header
11811 and footer strings.
11812
11813 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11814
11815 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11816
11817 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * frame.el (blink-cursor-mode): Use define-minor-mode.
11820
11821 * term/mac-win.el (function-key-map): Use char-names more consistently.
11822 (file-name-coding-system): Only set it for MacOS-9. The other case is
11823 already handled in mule-cmds.el (where it also works when mac-win.el
11824 is not used).
11825
11826 2005-02-21 Kenichi Handa <handa@m17n.org>
11827
11828 * international/mule.el (ctext-pre-write-conversion): Always use
11829 " *code-converting-work*" buffer for work.
11830
11831 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11832
11833 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11834
11835 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11836
11837 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11838
11839 * ses.el (undo-more): Restore defadvice, but only the part that
11840 allows changes outside the restricted area of the buffer.
11841
11842 2005-02-20 Kim F. Storm <storm@cua.dk>
11843
11844 * simple.el (line-move): Add fourth optional arg try-vscroll which
11845 must be set to perform auto-window-vscroll.
11846 When moving backwards and doing auto-window-vscroll, automatically
11847 vscroll to the last part of lines which are taller than the window.
11848 (next-line, previous-line): Set try-vscroll arg on line-move.
11849
11850 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11851
11852 * replace.el (query-replace, query-replace-regexp)
11853 (replace-string, replace-regexp): When operating on region, make
11854 the minibuffer prompt say so.
11855
11856 * isearch.el (isearch-forward): Document isearch-query-replace and
11857 isearch-query-replace-regexp keybindings.
11858
11859 2005-02-19 Jay Belanger <belanger@truman.edu>
11860
11861 * calc/calc-aent.el (math-read-token): Add local variable.
11862
11863 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11864 (calc-edit-top): Move declaration to earlier in file.
11865 (calc-edit-macro-repeats): Add local variables.
11866
11867 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11868 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11869 calcFunc-tanh.
11870 Adjust integration rule for calcFunc-tan.
11871
11872 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11873
11874 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11875 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11876 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11877 (viper-skip-separators): Bug fix.
11878 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11879 particular major mode.
11880 (viper-del-backward-char-in-replace): Don't put deleted char on the
11881 kill ring.
11882
11883 * viper-ex.el (viper-color-display-p): New function.
11884 (viper-has-face-support-p): Use viper-color-display-p.
11885
11886 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11887
11888 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11889
11890 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11891 (viper-file-remote-p): Make equivalent to file-remote-p.
11892
11893 * viper.el (viper-major-mode-modifier-list):
11894 Use viper-gnus-modifier-map.
11895
11896 2005-02-19 David Kastrup <dak@gnu.org>
11897
11898 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11899 quoting.
11900
11901 2005-02-19 Jay Belanger <belanger@truman.edu>
11902
11903 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11904 Remove extra definitions.
11905 (calc-coth): New function.
11906 (calcFunc-cot): Fix `let'.
11907
11908 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11909
11910 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11911 the reasons we use "type pc" in these faces.
11912
11913 * button.el (button): Ditto.
11914
11915 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11916
11917 * replace.el (query-replace-read-from): Set the value of
11918 query-replace-from-history-variable to handle the case of an empty
11919 string entered to accept the suggested default.
11920
11921 * net/tramp.el (tramp-file-name-for-operation):
11922 Use dired-call-process instead of dired-call-process-command.
11923
11924 2005-02-19 Jay Belanger <belanger@truman.edu>
11925
11926 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11927 (math-div-non-trig): New variables.
11928 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11929 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11930 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11931 trig expressions.
11932
11933 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11934
11935 * progmodes/gdb-ui.el (gdb-var-update-handler)
11936 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11937 for watch expressions,
11938 (gdb-var-create-handler): Don't set speedbar-update-flag.
11939 (gdb-post-prompt): Simplify test for speedbar.
11940
11941 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11942
11943 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11944 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11945 we use the syntax table of the correct buffer.
11946 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11947 Felix Gatzemeier.
11948
11949 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11950 (ediff-file-remote-p): Make synonymous with file-remote-p.
11951 In all deffaces ediff-*-face-*, use min-colors.
11952
11953 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11954 ediff-recurse-to-subdirectories.
11955 (ediff-mark-if-equal): Check that the arguments are strings, use
11956 ediff-same-contents (after to Felix Gatzemeier).
11957
11958 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11959 nil.
11960
11961 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11964
11965 2005-02-18 David Kastrup <dak@gnu.org>
11966
11967 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11968 use `mark-active' when defined.
11969
11970 2005-02-18 Kenichi Handa <handa@m17n.org>
11971
11972 * ps-print.el (ps-font-info-database): New entry
11973 ZapfChancery-MediumItalic with correct font name. Fix font name
11974 of the entry Zapf-Chancery-MediumItalic.
11975
11976 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11977
11978 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11979
11980 2005-02-16 Kim F. Storm <storm@cua.dk>
11981
11982 * ido.el (ido-fallback-command): Pass user input to fallback command.
11983
11984 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11985
11986 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11987 (gdb-find-file-hook): Add server prefix.
11988
11989 2005-02-16 Richard M. Stallman <rms@gnu.org>
11990
11991 * replace.el (perform-replace): Pass new args to replace-highlight.
11992 (replace-highlight): Take region args,
11993 and pass them to isearch-lazy-highlight-new-loop.
11994
11995 * novice.el (disabled-command-hook): Autoload the defalias
11996 and the make-obsolete-variable call.
11997
11998 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11999
12000 * isearch.el (isearch-lazy-highlight-start-limit)
12001 (isearch-lazy-highlight-end-limit): New variables limit
12002 the region for highlighting.
12003 (isearch-lazy-highlight-new-loop): New args BEG and END.
12004 (isearch-lazy-highlight-search): Use the new vars.
12005 (isearch-lazy-highlight-update): Likewise.
12006
12007 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12008
12009 * cus-start.el (all): Use default-boundp.
12010
12011 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12012
12013 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12014
12015 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12016
12017 * autorevert.el (auto-revert-stop-on-user-input)
12018 (auto-revert-verbose): Doc fixes.
12019
12020 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12021
12022 * international/mule-cmds.el (set-locale-environment): Remove call
12023 to set-selection-coding-system on Windows.
12024
12025 2005-02-15 Jay Belanger <belanger@truman.edu>
12026
12027 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12028 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12029 calcFunc-coth.
12030 (math-simplify-sqrt): Add simplifications.
12031
12032 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12033 to list.
12034
12035 * calc/calc-ext.el: Add functions to autoloads.
12036
12037 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12038 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12039 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12040 (math-csc-raw, math-cot-raw): New functions.
12041
12042 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12043
12044 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12045 the variable name in a message.
12046
12047 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12048 calcFunc-csc, calcFunc-cot.
12049
12050 * calc/calcalg2.el: Add derivative and integration rules for
12051 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12052 calcFunc-csch, calcFunc-coth.
12053 (math-do-integral-methods): Add to checks for when to use
12054 substitutions.
12055
12056 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12057
12058 2005-02-15 Lute Kamstra <lute@gnu.org>
12059
12060 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12061 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12062 <monnier@iro.umontreal.ca>
12063 (lisp-outline-level): Improve efficiency. Suggested by David
12064 Kastrup <dak@gnu.org>.
12065
12066 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12067
12068 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12069 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12070 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12071 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12072 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12073
12074 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12075
12076 * cus-start.el (all): Comment change.
12077
12078 2005-02-14 Lute Kamstra <lute@gnu.org>
12079
12080 * cus-start.el (all): Check if symbol is void.
12081
12082 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12083
12084 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12085 optional argument to \cite.
12086
12087 2005-02-14 Richard M. Stallman <rms@gnu.org>
12088
12089 * cus-edit.el (custom-buffer-create-internal): Update help message.
12090 (custom-magic-alist): Update help messages.
12091
12092 * cus-start.el (all): Allow a var to specify a standard value.
12093
12094 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12095
12096 * custom.el (custom-theme-set-variables): Handle variable aliases.
12097
12098 * frame.el (blink-cursor-timer): Doc fix.
12099 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12100 declare obsolete.
12101 (blink-cursor-mode): Define with defcustom and use correct
12102 standard expression in that defcustom.
12103 * startup.el (command-line): Adapt to above changes in frame.el.
12104
12105 2005-02-11 Lute Kamstra <lute@gnu.org>
12106
12107 * apropos.el (apropos-score-doc): Prevent division by zero.
12108
12109 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12110
12111 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12112 (icalendar--get-event-property-attributes)
12113 (icalendar--get-event-properties)
12114 (icalendar--datetime-to-diary-date): New functions.
12115 (icalendar--split-value): Doc fix.
12116 (icalendar--datetime-to-noneuropean-date)
12117 (icalendar--datetime-to-european-date): New optional argument
12118 SEPARATOR. Return result as a string instead of a list.
12119 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12120 (icalendar--convert-string-for-export): Rename arg S to STRING.
12121 (icalendar-export-region): Doc fix. Change name of error buffer.
12122 Save output buffer.
12123 (icalendar-import-file): Add blank at end of prompt.
12124 (icalendar-import-buffer): Doc fix. Do not switch to error
12125 buffer. Indicate status in return value.
12126 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12127 buffer. Save output buffer. Handle exception from recurrence
12128 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12129 events. Fix problems with weekly all-day events.
12130
12131 2005-02-10 Richard M. Stallman <rms@gnu.org>
12132
12133 * simple.el (eval-expression-print-format):
12134 Avoid warning about edebug-active.
12135
12136 * help.el (help-for-help-internal): Rename from help-for-help.
12137 (help-for-help): Define with defalias.
12138
12139 * font-core.el (font-lock-default-function): Use with-no-warnings.
12140
12141 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12142
12143 * custom.el (defface): Doc fix.
12144
12145 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12146
12147 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12148 width 0" to prevent word wrapping problems.
12149
12150 2005-02-09 Kim F. Storm <storm@cua.dk>
12151
12152 * ido.el (ido-file-extensions-order): New defcustom.
12153 (ido-file-extension-lessp, ido-file-extension-aux)
12154 (ido-file-extension-order): New advanced file ordering.
12155 (ido-file-lessp): New simple file ordering.
12156 (ido-sort-list): Remove.
12157 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12158 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12159
12160 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12161
12162 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12163 that some versions of grep produce.
12164 (grep-mode-font-lock-keywords): Likewise.
12165
12166 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12167
12168 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12169 (gdb-cdir): Delete.
12170 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12171 (gdb-source-info): Treat case when source file is in another
12172 directory properly.
12173 (gdb-get-location): New function.
12174
12175 2005-02-07 Jay Belanger <belanger@truman.edu>
12176
12177 * calc/calc-prog.el (calc-write-parse-table-part)
12178 (calc-fix-token-name): Fix a check for language type.
12179
12180 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12181
12182 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12183
12184 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12185 as directory not writable.
12186
12187 2005-02-07 Kim F. Storm <storm@cua.dk>
12188
12189 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12190 (cua--standard-movement-commands): Remove list.
12191 Instead, set CUA property value to move for movement commands.
12192 (cua-movement-commands): Remove. Users must set CUA prop instead.
12193 (cua--pre-command-handler): Check CUA property.
12194 (cua--init-keymaps): Don't remap undo commands.
12195 (cua-mode): Don't call cua--rectangle-on-off.
12196
12197 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12198 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12199 (cua--rect-undo-set-point): New var.
12200 (cua--rectangle-undo-boundary): Setup undo apply entry.
12201 (cua--rect-undo-handler): New function for rectangle undo.
12202 (cua--rect-start-position, cua--rect-end-position): Add.
12203 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12204 for restored rectangle. Set point if cua--rect-undo-set-point.
12205
12206 2005-02-06 Jay Belanger <belanger@truman.edu>
12207
12208 * calc/calc-lang.el (calc-tex-language): Display more information
12209 in messages.
12210
12211 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12212 in TeX mode.
12213
12214 2005-02-06 Richard M. Stallman <rms@gnu.org>
12215
12216 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12217
12218 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12219
12220 * net/ldap.el (ldap-search-internal): Support attributes with
12221 optional descriptions separated by a semi-colon, as in
12222 "userCertificate;binary".
12223
12224 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12225
12226 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12227 isn't a cons (i.e. the version is 0).
12228
12229 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12230
12231 * help.el (help-for-help): Doc fix.
12232
12233 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12234
12235 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12236 GDB-Windows on the menu-bar as this works better.
12237
12238 2005-02-04 Jay Belanger <belanger@truman.edu>
12239
12240 * calc/calc-embed.el (calc-embedded-update): Don't put in
12241 unnecessary newlines. Adjust the end of formula marker.
12242
12243 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12244 (math-latex-parse-two-args): New function.
12245
12246 2005-02-03 Lute Kamstra <lute@gnu.org>
12247
12248 * help-fns.el (help-with-tutorial): Make sure that users cannot
12249 remove the entire text of the tutorial by means of `undo'.
12250
12251 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12254 in recent changes, where the ispell process was repeatedly
12255 killed & restarted.
12256
12257 * international/mule-cmds.el (set-locale-environment): Set file-name
12258 coding system to utf-8 on Darwin systems.
12259 (set-default-coding-systems): Don't set default-file-name-coding-system
12260 on Darwin systems.
12261
12262 2005-02-03 Richard M. Stallman <rms@gnu.org>
12263
12264 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12265
12266 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12267
12268 * faces.el (list-faces-display): Add optional argument.
12269
12270 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12271
12272 * font-core.el (font-lock-default-function): Handle the rare case where
12273 only font-lock-keywords is set.
12274
12275 2005-02-02 Kenichi Handa <handa@m17n.org>
12276
12277 * international/characters.el: Cancel previous change for
12278 I-WITH-DOT-ABOVE and DOTLESS-i.
12279
12280 * international/latin-5.el: Cancel previous change.
12281
12282 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12283
12284 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12285
12286 2005-02-02 Kenichi Handa <handa@m17n.org>
12287
12288 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12289 DOTLESS-i.
12290
12291 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12292 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12293
12294 * case-table.el (get-upcase-table): New function.
12295 (copy-case-table): Copy upcaes table too if non-nil.
12296 (set-case-syntax-delims): Maintain upcase table too.
12297 (set-case-syntax-pair): Likewise.
12298 (set-upcase-syntax, set-downcase-syntax): New functions.
12299 (set-case-syntax): Maintain upcase table too.
12300
12301 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12302
12303 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12304
12305 * progmodes/gud.el (gud-goto-info): New function.
12306 (gud-tool-bar-map): Use correct icon.
12307
12308 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12309
12310 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12311 When delegating, order args in the funcall correctly.
12312
12313 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12314
12315 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12316
12317 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12318
12319 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12320 buffer not visiting a file.
12321
12322 2005-01-31 Jay Belanger <belanger@truman.edu>
12323
12324 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12325 bound on the line with the formula.
12326
12327 2005-01-31 Kim F. Storm <storm@cua.dk>
12328
12329 * ses.el (ses-create-cell-variable-range)
12330 (ses-destroy-cell-variable-range, ses-reset-header-string)
12331 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12332 (ses-insert-row): Fix format of apply undo entries.
12333
12334 2005-01-31 Jay Belanger <belanger@truman.edu>
12335
12336 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12337 parts.
12338
12339 * calc/calc-embed.el (calc-embedded-open-formula)
12340 (calc-embedded-close-formula): Ignore matrix environments.
12341
12342 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12343 TeX mode.
12344
12345 * calc/calc-lang.el (math-function-table, math-oper-table)
12346 (math-variable-table): Adjust the LaTeX portions.
12347
12348 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12349 (math-latex-ignore-words): New constant.
12350
12351 2005-01-31 Richard M. Stallman <rms@gnu.org>
12352
12353 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12354 (ispell-local-dictionary): Doc fix.
12355 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12356 Don't reinitialize at run time. Don't defcustom.
12357 All uses changed to append ispell-local-dictionary-alist,
12358 or check it first.
12359 (ispell-current-dictionary): New variable for dictionary in use.
12360 (ispell-dictionary): Now used only for global default.
12361 (ispell-start-process): Set ispell-current-dictionary,
12362 not ispell-dictionary.
12363 (ispell-change-dictionary): Use this only for setting
12364 user preferences.
12365 (ispell-internal-change-dictionary): New function
12366 to change the current dictionary in use.
12367 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12368 Use ispell-current-dictionary.
12369 Handle ispell-local-dictionary-overridden.
12370 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12371
12372 2005-01-31 Jay Belanger <belanger@truman.edu>
12373
12374 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12375
12376 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12377 (calc-mode-map): Add calc-latex-language.
12378
12379 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12380 (math-latex-print-frac): New functions.
12381 (math-oper-table, math-function-table, math-variable-table)
12382 (math-complex-format, math-input-filter): Add latex properties.
12383 (calc-set-language): Set math-expr-special-function-mapping.
12384
12385 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12386 (calc-write-parse-table-part): Add LaTeX support.
12387
12388 * calc/calc.el (calc-language): Adjust docstring.
12389 (calc-set-mode-line): Add LaTeX support.
12390 (math-expr-special-function-mapping): New variable.
12391 (math-tex-ignore-words): Add to list.
12392
12393 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12394 Add LaTeX support.
12395 (math-compose-expr): Add support for special functions.
12396
12397 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12398
12399 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12400
12401 * progmodes/gdb-ui.el (gdb-memory-address)
12402 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12403 (gdb-memory-mode-map, gdb-memory-format-keymap)
12404 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12405 (gdb-memory-unit-menu): New variables for a buffer
12406 that lets the user examine program memory.
12407 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12408 (gdb-memory-format-binary, gdb-memory-format-octal)
12409 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12410 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12411 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12412 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12413 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12414 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12415 (gdb-memory-mode, gdb-memory-buffer-name)
12416 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12417 New functions for above buffer.
12418
12419 2005-01-30 Richard M. Stallman <rms@gnu.org>
12420
12421 * cus-edit.el (custom-bury-buffer): Function deleted.
12422 (custom-buffer-done-function): Option deleted.
12423 (custom-buffer-done-kill): New (replacement option.
12424 (Custom-buffer-done): Call quit-window.
12425 (custom-buffer-create-internal): Update for above changes.
12426
12427 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12428
12429 * simple.el (undo-ask-before-discard): New var.
12430 (undo-outer-limit-truncate): Implement it.
12431 (undo-extra-outer-limit): Doc update.
12432
12433 2005-01-29 Richard M. Stallman <rms@gnu.org>
12434
12435 * ses.el (undo-more): Delete defadvice.
12436 (ses-begin-change): Doc fix.
12437
12438 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12439 instead of rebinding C-x u and C-_.
12440
12441 * files.el (normal-backup-enable-predicate): Return nil for files
12442 in /tmp, regardless of temporary-file-directory.
12443
12444 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12445
12446 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12447 (open-rectangle, delete-whitespace-rectangle-line)
12448 (clear-rectangle-line): If FILL, pass t instead of FILL
12449 for move-to-column's 2nd arg.
12450
12451 * simple.el (undo): Fix the test for continuing a series of undos.
12452 (undo-more): Set pending-undo-list to t when we reach end.
12453 (pending-undo-list): Move up defvar.
12454
12455 * wid-edit.el (widget-button-click):
12456 Shorten the range of the track-mouse binding.
12457
12458 * comint.el (comint-insert-input): Undo previous changes;
12459 use last-input-event in interactive spec.
12460
12461 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12462
12463 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12464 to nil before invoking call-process. Reset buffer's modified flag
12465 after fontifying it in the no-async branch.
12466
12467 * wid-edit.el (widget-specify-button): If mouse pointer shape
12468 cannot be changed, use mouse face instead.
12469
12470 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12471
12472 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12473 (gdb-goto-breakpoint): Make breakpoint handling work on template
12474 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12475 (gdb-assembler-custom): Update to recognize breakpoint information
12476 added on 2005-01-19.
12477
12478 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12479
12480 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12481 (dsssl-mode): Use define-derived-mode.
12482 (scheme-mode-initialize): Remove.
12483 (scheme-mode): Use run-mode-hooks.
12484
12485 * cus-edit.el (customize-group-other-window)
12486 (custom-buffer-create-other-window): Don't override special-display-*.
12487 (custom-mode-map): Make it dense.
12488
12489 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12490 sets the default value.
12491
12492 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12493
12494 * descr-text.el: Add more keywords.
12495
12496 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * speedbar.el: Avoid unnecessary use of locate-library.
12499
12500 * international/mule-cmds.el (standard-display-european-internal):
12501 Don't fiddle with latin-1 non-break space any more since it's now
12502 special cased in the C code.
12503 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12504
12505 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12506
12507 * cus-start.el (all): Add `undo-outer-limit'.
12508
12509 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12510
12511 * textmodes/bibtex.el (bibtex-format-entry):
12512 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12513 field lines.
12514 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12515 not on part of a buffer.
12516
12517 2005-01-25 Lute Kamstra <lute@gnu.org>
12518
12519 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12520 nonempty field text strings like "{letters\\macro{}more letters}".
12521 Clarify docstring.
12522 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12523 (bibtex-entry-offset, bibtex-parse-association)
12524 (bibtex-parse-field-name): Fix typos in docstrings.
12525 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12526
12527 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12528
12529 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12530 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12531 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12532 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12533
12534 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12535 isearch minor mode.
12536
12537 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12538
12539 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12540
12541 2005-01-24 Lute Kamstra <lute@gnu.org>
12542
12543 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12544 CASECHARS and NOT-CASECHARS regular expressions of the
12545 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12546 striding over charsets" error.
12547
12548 2005-01-24 Jay Belanger <belanger@truman.edu>
12549
12550 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12551 display variable name.
12552
12553 2005-01-24 Kenichi Handa <handa@m17n.org>
12554
12555 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12556 Fix setting of the element of encoded-kbd-iso2022-invocations.
12557
12558 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12559
12560 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12561 (gdb-threads-select): Change to also accept mouse events.
12562 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12563 (gdb-threads-mouse-select): Delete.
12564
12565 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12566
12567 * files.el (insert-directory): Take care of empty directory,
12568 listed without -a switch.
12569
12570 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * textmodes/refill.el (refill-post-command-function):
12573 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12574 to the list of functions that we should be careful not to undo.
12575 (refill-late-fill-paragraph-function): Remove.
12576 (refill-saved-state): New var.
12577 (refill-mode): Use it to save fill-paragraph-function.
12578 Save also the value of auto-fill-function.
12579
12580 * term/w32-win.el: Simplify code.
12581
12582 2005-01-23 Kim F. Storm <storm@cua.dk>
12583
12584 * simple.el (line-move): Adapt to new return value from
12585 pos-visible-in-window-p.
12586
12587 * simple.el (line-move): Fix last change. Check partial
12588 visibility at point rather than at window-start.
12589
12590 2005-01-22 Jason Rumney <jasonr@gnu.org>
12591
12592 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12593
12594 2005-01-22 David Kastrup <dak@gnu.org>
12595
12596 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12597
12598 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12599
12600 * type-break.el (type-break-mode): Add a test for
12601 type-break-file-name being non-nil.
12602
12603 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12604
12605 * net/eudc.el (top level): Call (message "") via progn, so that
12606 eudc-options-file is loaded.
12607
12608 2005-01-22 Kim F. Storm <storm@cua.dk>
12609
12610 * simple.el (line-move-1): Rename from line-move.
12611 (line-move): New function that adjusts vscroll for partially
12612 visible rows, and calls line-move-1 otherwise.
12613
12614 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12615
12616 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12617 since it's not a complete read-event implementation
12618
12619 2005-01-20 Jay Belanger <belanger@truman.edu>
12620
12621 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12622 for called function.
12623
12624 2005-01-20 Steven Tamm <steventamm@mac.com>
12625
12626 * term/mac-win.el (process-connection-type): Remove.
12627 Controlled now by s/darwin.h:PTY_ITERATION.
12628
12629 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * window.el (handle-select-window): Don't switch window when we're
12632 in the minibuffer.
12633
12634 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12635
12636 * subr.el (dotimes-with-progress-reporter): New macro.
12637
12638 * ses.el (ses-dotimes-msg): Remove macro.
12639 Use `dotimes-with-progress-reporter' instead.
12640
12641 2005-01-19 Steven Tamm <steventamm@mac.com>
12642
12643 * term/mac-win.el (process-connection-type): Use new
12644 operating-system-release variable to use ptys on Darwin 7 (OS X
12645 10.3) when using carbon build.
12646
12647 2005-01-19 Jay Belanger <belanger@truman.edu>
12648
12649 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12650 flags if the last command was a tab or M-tab.
12651
12652 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12653 in formula editing buffer.
12654
12655 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12656
12657 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12658 breakpoint image symbol in margin.
12659
12660 2005-01-19 Jay Belanger <belanger@truman.edu>
12661
12662 * calc/calc-prog.el (calc-execute-kbd-macro):
12663 Ignore calc-keep-arg-flag.
12664
12665 2005-01-19 Kenichi Handa <handa@m17n.org>
12666
12667 * textmodes/ispell.el (ispell-looking-at): New function.
12668 (ispell-process-line): Use ispell-looking-at to compare the ispell
12669 output and the buffer contents.
12670
12671 2005-01-18 Jay Belanger <belanger@truman.edu>
12672
12673 * calc/calc.el (calc-display-raw): Fix docstring.
12674
12675 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12676
12677 * simple.el (blink-matching-open): Strip extra info from syntax.
12678
12679 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12680 funny chars in the end-of-here-doc marker.
12681
12682 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12683
12684 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12685 that enable/disabled state of breakpoints is shown correctly in
12686 fringe and on ttys.
12687 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12688 Add breakpoint information as text properties.
12689 (gdb-mouse-toggle-breakpoint):
12690 Rename to gdb-mouse-set-clear-breakpoint.
12691 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12692 breakpoints in the margin.
12693 (gdb-remove-strings): Simplify.
12694
12695 2005-01-17 Jay Belanger <belanger@truman.edu>
12696
12697 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12698 erasing buffer.
12699
12700 2005-01-17 Richard M. Stallman <rms@gnu.org>
12701
12702 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12703 for calling grep-compute-defaults.
12704
12705 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12706 if buffer is empty.
12707
12708 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12709
12710 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12713
12714 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12715 non-preloaded variables.
12716
12717 2005-01-17 Steven Tamm <steventamm@mac.com>
12718
12719 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12720 tex-shell cause to force interactivity when using pipes.
12721
12722 2005-01-17 Kim F. Storm <storm@cua.dk>
12723
12724 * simple.el (just-one-space): Make arg optional.
12725
12726 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12727
12728 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12729 posn-at-x-y to t to access left-margin.
12730
12731 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12732
12733 Sync with Tramp 2.0.47.
12734
12735 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12736 catching keep-date problems in cp/scp operations.
12737 (tramp-handle-copy-file): Don't call `set-file-modes'
12738 unconditionally. Specialized functions should know better what is
12739 necessary. This improves performance a little bit, and the
12740 functions could catch errors with `cp -p' and `scp -p'.
12741 (tramp-do-copy-or-rename-file-via-buffer)
12742 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12743 when appropriate.
12744 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12745 Call `set-file-modes' when appropriate.
12746 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12747 Johnsson <isak@hypergene.com>
12748 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12749 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12750 <joakim@verona.se>
12751 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12752 Emacs only.
12753
12754 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12755 `find-file-hooks' and `dired-mode-hook'.
12756 (tramp-minor-mode-map): Respective map. Add remapping for
12757 `compile' and `recompile'.
12758 (tramp-remap-command, tramp-recompile): New defuns.
12759 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12760 in buffer "*Compilation*". Call the commands asynchronously.
12761
12762 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12763 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12764 `shell-command', because it isn't magic in XEmacs. Reported by
12765 Adrian Aichner <adrian@xemacs.org>.
12766
12767 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12768 `substitute-in-file-name.
12769 (tramp-smb-handle-substitute-in-file-name): New defun.
12770 (tramp-smb-advice-PC-do-completion): Delete advice.
12771
12772 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12773
12774 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12775 Fix error in deleting region.
12776
12777 2005-01-15 Richard M. Stallman <rms@gnu.org>
12778
12779 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12780 In non-temp buffer, switch syntax table temporarily.
12781
12782 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12783
12784 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12785
12786 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12787
12788 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12789 (imenu--generic-function): Use START, not BEG, as pos of definition.
12790
12791 * simple.el (just-one-space): Argument specifies number of spaces.
12792
12793 * simple.el (eval-expression-print-format): Avoid warning
12794 about edebug-active.
12795
12796 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12797
12798 * progmodes/sh-script.el: Code copied from make-mode.el
12799 with small changes,
12800 (sh-mode-map): Bind C-c C-\.
12801 (sh-backslash-column, sh-backslash-align): New variables.
12802 (sh-backslash-region, sh-append-backslash): New functions.
12803
12804 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12805
12806 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12807 (rmail-pop-password, rmail-pop-password-required): Move to
12808 rmail-obsolete group.
12809 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12810 All callers updated.
12811 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12812 Take an argument specifying whether it is POP or IMAP mailbox we
12813 are using. All callers updated.
12814 (rmail-pop-password-error): Rename to
12815 rmail-remote-password-error. Added mailutils-specific error message.
12816 (rmail-movemail-search-path)
12817 (rmail-movemail-variant-in-use): New variables.
12818 (rmail-remote-password, rmail-remote-password-required):
12819 New customization variables.
12820 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12821 (rmail-parse-url): New function.
12822 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12823 with GNU mailutils movemail.
12824
12825 2005-01-15 Kevin Ryde <user42@zip.com.au>
12826
12827 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12828 suffix to space, $ or '$, to correctly position point when going
12829 to @table style constants like DBL_MAX.
12830
12831 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12832
12833 * type-break.el (type-break-mode, type-break-file-time)
12834 (type-break-file-keystroke-count, type-break-choose-file):
12835 Don't store data in or load data from the file if type-break-file-name
12836 is nil.
12837 (type-break-file-name): Doc update as per the above.
12838
12839 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12840
12841 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12842 lookup-key might return nil; handle that.
12843
12844 2005-01-15 Alan Mackenzie <acm@muc.de>
12845
12846 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12847 rather than the element found, thus enabling the tree to be setcar'd.
12848
12849 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12850
12851 * textmodes/org.el (org-show-following-heading): New option.
12852 (org-show-hierarchy-above): Use `org-show-following-heading'.
12853 (org-cycle): Documentation fix.
12854
12855 * textmodes/org.el (orgtbl-optimized): New option
12856 (orgtbl-mode): New command, a minor mode.
12857 (orgtbl-mode-map): New variable.
12858 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12859 (orgtbl-error, orgtbl-self-insert-command)
12860 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12861
12862 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12863 a local variable in each org-mode buffer.
12864
12865 * textmodes/org.el (org-set-regexps-and-options): Rename from
12866 `org-set-regexps'. Added checking for STARTUP keyword.
12867 (org-get-current-options): Add STARTUP options.
12868 (org-table-insert-row): Make mode intelligent about when
12869 realignment is needed.
12870 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12871 New commands.
12872 (org-enable-table-editor): New default value `optimized'.
12873 (org-table-blank-field): Support blanking regions if active.
12874
12875 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12876
12877 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12878 if the year is not given.
12879
12880 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12881 Add new escapes %m and %M, fixed bug with %F by adding
12882 save-match-data.
12883 (reftex-reference): Remove ?. from list of spaces.
12884 (reftex-label-info): Add automatic label prefix recognition.
12885
12886 * textmodes/reftex-index.el (reftex-index-next-phrase):
12887 Add slave parameter to call of `reftex-index-this-phrase'.
12888 (reftex-index-this-phrase): New optional argument.
12889 (reftex-index-region-phrases): Add slave parameter to call of
12890 `reftex-index-this-phrase'.
12891 (reftex-display-index): New argument redo.
12892 (reftex-index-rescan): Add 'redo to arguments of
12893 `reftex-display-index'.
12894 (reftex-index-Rescan, reftex-index-revert)
12895 (reftex-index-switch-index-tag): Add 'redo to arguments of
12896 `reftex-display-index'.
12897 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12898 indexing. Fix bug with matching is there is a quote before or
12899 after the word.
12900
12901 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12902 Fix bug when collecting citation keys in lines with comments.
12903 (reftex-citation): Prefix argument no longer rescans the document,
12904 but forces prompting for optional arguments of cite macros.
12905 (reftex-do-citation): Prompting for optional arguments implemented.
12906
12907 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12908 Add optional arguments to most cite commands.
12909 (reftex-cite-cleanup-optional-args): New option
12910 (reftex-cite-prompt-optional-args): New option.
12911 (reftex-trust-label-prefix): New option.
12912
12913 * textmodes/reftex-toc.el (reftex-toc-find-section):
12914 Add push-mark before changing the position in the buffer.
12915
12916 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12917 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12918
12919 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12920
12921 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12922 more carefully.
12923
12924 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12927 (sgml-mode): Use it.
12928 (sgml-get-context): Better keep track of implicitly closed tags.
12929
12930 2005-01-13 Kenichi Handa <handa@m17n.org>
12931
12932 * textmodes/ispell.el: These changes are to fix misalignment error
12933 caused by equivalent characters of different Emacs charsets.
12934 (ispell-unified-chars-table): New variable.
12935 (ispell-get-decoded-string): New function.
12936 (ispell-get-casechars, ispell-get-not-casechars)
12937 (ispell-get-otherchars): Call ispell-get-decoded-string.
12938
12939 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12940
12941 * custom.el (custom-declare-variable): Just put symbol instead
12942 of (defvar . symbol) in `current-load-list'.
12943
12944 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12945
12946 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12947
12948 2005-01-12 Jay Belanger <belanger@truman.edu>
12949
12950 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12951 to create a Calc summary.
12952
12953 2005-01-12 Kim F. Storm <storm@cua.dk>
12954
12955 * mouse.el (mouse-on-link-p): Change functionality and doc
12956 string to comply with latest description in lisp ref.
12957
12958 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12959
12960 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12961 Enable mouse clicks on mode-line, header-line and margin.
12962 (event-type): Give mouse event symbols an 'event-kind property
12963 with value 'mouse-click.
12964
12965 2005-01-12 Juri Linkov <juri@jurta.org>
12966
12967 * facemenu.el (list-colors-display): Add new arg buffer-name.
12968 Use it. Fix docstring. Replace code for identifying duplicate
12969 colors by the name with call to `list-colors-duplicates' which
12970 identifies duplicate colors by the value unless the color
12971 is one of special Windows colors. Set truncate-lines to t.
12972 Print sorted duplicate color names on each line. Indent to 22
12973 \(the longest color name in rgb.txt) instead of 20. Optimize.
12974 (list-colors-duplicates): New function.
12975 (facemenu-color-name-equal): Delete function.
12976
12977 * facemenu.el (list-colors-print): New function created from code
12978 in list-colors-display. Print #RRGGBB at the window right edge.
12979 (list-colors-display): When temp-buffer-show-function is not
12980 defined, call list-colors-print from temp-buffer-show-hook
12981 to get the right value of window-width in list-colors-print
12982 after the buffer is displayed.
12983
12984 * simple.el (pop-mark): Move deactivate-mark out of conditional
12985 part to deactivate the active mark regardless of the state of the
12986 mark ring.
12987
12988 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12989 variables line in desktop files.
12990
12991 2005-01-12 Juri Linkov <juri@jurta.org>
12992
12993 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12994 Bring together isearch highlight related options.
12995 (lazy-highlight): Replace group `replace' by `matching'.
12996 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12997 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12998 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12999 and declare them obsolete.
13000 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13001 (isearch-faces): Remove defgroup.
13002 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13003 Move isearch highlighting code closer to lazy highlighting code.
13004
13005 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13006 (query-replace-highlight, query-replace-lazy-highlight)
13007 (query-replace): Move definitions to the beginning of the file.
13008
13009 2005-01-11 Juri Linkov <juri@jurta.org>
13010
13011 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13012 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13013 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13014
13015 * info.el (Info-history-forward): New variable.
13016 (Info-select-node): Reset Info-history-forward to nil.
13017 (Info-last): Turn into defalias.
13018 (Info-history-back): Rename from Info-last.
13019 Add current node to Info-history-forward.
13020 (Info-history-forward): New fun.
13021 (Info-mode-map): Replace Info-last by Info-history-back.
13022 Bind Info-history-forward to "r".
13023 (Info-mode-menu): Replace Info-last by Info-history-back.
13024 Fix menu item text. Add menu item for Info-history-forward.
13025 (info-tool-bar-map): Replace Info-last by Info-history-back.
13026 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13027 for Info-history-forward.
13028 (Info-mode): Replace Info-last by Info-history-back in docstring.
13029 Add local variable Info-history-forward.
13030 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13031
13032 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13035 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13036 Ignore select-window events rather than fiddle with
13037 mouse-autoselect-window.
13038
13039 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13040
13041 * type-break.el (type-break-mode): Fix previous change.
13042
13043 2005-01-10 Jay Belanger <belanger@truman.edu>
13044
13045 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13046 calculator; only reset when point is inside a calculator.
13047 Don't adjust the window height if the window takes up the whole height
13048 of the frame.
13049
13050 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13051
13052 * ebuff-menu.el (Electric-buffer-menu-mode):
13053 Preserve value of buffer-local var header-line-format.
13054
13055 2005-01-09 Jay Belanger <belanger@truman.edu>
13056
13057 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13058 Make sure settings file exists before accessing it.
13059
13060 * calc/calc-embed.el (calc-embedded-subst):
13061 Replace math-multi-subst-rec, which is only supposed to be called
13062 by math-multi-subst, by math-multi-subst.
13063
13064 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13065
13066 * vc.el (vc-allow-async-revert): New user option.
13067 (vc-disable-async-diff): New internal variable.
13068 (vc-revert-buffer): Use them to disable asynchronous diff.
13069
13070 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13071 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13072 asynchronously if vc-disable-async-diff is t.
13073
13074 2005-01-09 Jay Belanger <belanger@truman.edu>
13075
13076 * calc/calc.el (defcalcmodevar): New macro.
13077 (calc-mode-var-list-restore-default-values)
13078 (calc-mode-var-list-restore-saved-values): New functions.
13079 (calc-mode-var-list): Use defcalcmodevar to define it.
13080 (calc-always-load-extensions, calc-line-numbering)
13081 (calc-line-breaking, calc-display-just, calc-display-origin)
13082 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13083 (calc-group-char, calc-point-char, calc-frac-format)
13084 (calc-prefer-frac, calc-hms-format, calc-date-format)
13085 (calc-float-format, calc-full-float-format, calc-complex-format)
13086 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13087 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13088 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13089 (calc-matrix-brackets, calc-language, calc-language-option)
13090 (calc-left-label, calc-right-label, calc-word-size)
13091 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13092 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13093 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13094 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13095 (calc-window-height, calc-display-trail, calc-show-selections)
13096 (calc-use-selections, calc-assoc-selections)
13097 (calc-display-working-message, calc-auto-why, calc-timing)
13098 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13099 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13100 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13101 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13102 (calc-gnuplot-geometry, calc-graph-default-resolution)
13103 (calc-graph-default-resolution-3d, calc-invocation-macro)
13104 (calc-show-banner): Use defcalcmodevar to declare them and set
13105 their default values.
13106
13107 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13108 instead of default values (but restore default values if there is
13109 an argument of 0).
13110
13111 2005-01-09 David Kastrup <dak@gnu.org>
13112
13113 * desktop.el (desktop-restore-eager): Fix typo in type.
13114
13115 2005-01-08 Richard M. Stallman <rms@gnu.org>
13116
13117 * cus-edit.el (customize): Delete :link.
13118
13119 2005-01-08 Jay Belanger <belanger@truman.edu>
13120
13121 * calc/calc.el (calc-mode): Remove the extension from the
13122 `calc-settings-file' file name when loading it.
13123
13124 2005-01-08 Kim F. Storm <storm@cua.dk>
13125
13126 * info.el (Info-mode-map, Info-next-link-keymap)
13127 (Info-prev-link-keymap, Info-up-link-keymap):
13128 Map follow-link to mouse-face.
13129 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13130
13131 2005-01-08 Jay Belanger <belanger@truman.edu>
13132
13133 * calc/calc.el (calc-settings-file): Change default value.
13134 Suggested by cgw in a comment in calc-mode.el.
13135
13136 * calc/calc-mode.el (calc-settings-file-name):
13137 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13138 Replace ~/.emacs in a prompt by calc-settings-file.
13139
13140 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13141
13142 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13143 (desktop-lazy-idle-delay): New customizable variables.
13144 (desktop-buffer-args-list): New variable.
13145 (desktop-append-buffer-args): New function.
13146 (desktop-save): Call desktop-append-buffer-args for some buffers.
13147 (desktop-lazy-create-buffer): New function.
13148 (desktop-idle-create-buffers): New function.
13149 (desktop-read): Add message about buffers to restore lazily.
13150 (desktop-lazy-abort): New command.
13151 (desktop-clear): Call desktop-lazy-abort.
13152 (desktop-lazy-complete): New command.
13153
13154 2005-01-06 Richard M. Stallman <rms@gnu.org>
13155
13156 * emacs-lisp/find-func.el (find-face-definition):
13157 Rename from find-face.
13158
13159 2005-01-06 Kim F. Storm <storm@cua.dk>
13160
13161 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13162
13163 * man.el (Man-xref-man-page, Man-xref-header-file)
13164 (Man-xref-normal-file): Add follow-link property.
13165
13166 2005-01-06 Jay Belanger <belanger@truman.edu>
13167
13168 * calc/calc-units.el: Make sure the proper macro definitions are
13169 available when compiling.
13170
13171 2005-01-06 Juri Linkov <juri@jurta.org>
13172
13173 * isearch.el (isearch-lazy-highlight-update):
13174 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13175
13176 2005-01-06 Miles Bader <miles@gnu.org>
13177
13178 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13179 (isearch-lazy-highlight-face): Use new name.
13180
13181 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13182
13183 * uniquify.el (uniquify-rationalize-file-buffer-names):
13184 Re-add an interactive spec.
13185 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13186 to the same name.
13187
13188 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13189 (isearch-update, isearch-done): Adjust calls accordingly.
13190
13191 2005-01-05 Richard M. Stallman <rms@gnu.org>
13192
13193 * custom.el (custom-set-variables, custom-theme-set-variables):
13194 Clarify documentation.
13195
13196 * emacs-lisp/find-func.el (find-variable)
13197 (find-variable-other-window, find-variable-other-frame):
13198 Fix the TYPE args to find-function-read and find-function-do-it.
13199 (find-function): Doc fix.
13200 (find-function-at-point): Replace function-at-point alias.
13201
13202 2005-01-04 Richard M. Stallman <rms@gnu.org>
13203
13204 * cus-face.el (custom-declare-face):
13205 Record defface in current-load-list.
13206
13207 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13208
13209 * emacs-lisp/find-func.el: Doc fixes.
13210 (find-face-regexp): New variable.
13211 (find-function-regexp-alist): New variable.
13212 (find-function-C-source): Third arg is now TYPE.
13213 (find-function-search-for-symbol): Handle general TYPE.
13214 (find-function-read, find-function-do-it): Handle general TYPE.
13215 (find-definition-noselect, find-face): New functions.
13216 (function-at-point): Alias deleted.
13217
13218 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * battery.el (display-battery-mode): Rename from display-battery.
13221 Handle the case where it gets turned off.
13222
13223 2005-01-04 Richard M. Stallman <rms@gnu.org>
13224
13225 * cus-edit.el (customize): Make :link point to user doc.
13226
13227 * man.el (Man-fontify-manpage): Turn off undo generation.
13228
13229 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13230
13231 2005-01-04 Andreas Schwab <schwab@suse.de>
13232
13233 * files.el (insert-directory): Only look for error lines in
13234 inserted text. Don't move too far after processing --dired markers.
13235
13236 2005-01-04 Richard M. Stallman <rms@gnu.org>
13237
13238 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13239 Don't expand if the character is @, period, dash, etc.
13240 (define-mail-abbrev): Quote names that contain problem characters.
13241
13242 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13243
13244 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13245
13246 2005-01-03 Richard M. Stallman <rms@gnu.org>
13247
13248 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13249 (query-replace-highlight, query-replace-lazy-highlight)
13250 (query-replace): Definitions moved up. Doc fix.
13251
13252 2005-01-03 Richard M. Stallman <rms@gnu.org>
13253
13254 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13255 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13256 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13257 (lazy-highlight-face): Rename from isearch-lazy-...
13258 Change all references to them.
13259
13260 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13261
13262 * cus-edit.el (custom-file): Doc fix for defcustom.
13263 (custom-file): The function no longer sets the variable
13264 `custom-file' to its return value.
13265
13266 * startup.el (command-line): No longer load `custom-file'.
13267
13268 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13271
13272 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13273 Don't confuse module-prefixed identifiers for labels.
13274 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13275
13276 2005-01-02 Richard M. Stallman <rms@gnu.org>
13277
13278 * files.el (basic-save-buffer-1): Fix previous change.
13279
13280 * loadhist.el (file-loadhist-lookup): New function.
13281 (file-provides, file-requires): Use it.
13282
13283 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13284 instead of calculating the right size.
13285
13286 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13287
13288 * vc-svn.el (vc-svn-diff): Stay local if possible.
13289
13290 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13293
13294 * files.el (hack-local-variables): Fix last change.
13295
13296 2005-01-02 Jay Belanger <belanger@truman.edu>
13297
13298 * calc/calc-yank.el (calc-edit-top): New variable.
13299 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13300 object. Change header properties.
13301 (calc-edit-finish, calc-edit-finish-stack-object)
13302 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13303 edited object.
13304 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13305 for the beginning of the edited object.
13306 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13307 for the beginning of the edited object.
13308 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13309 (calc-finish-formula-edit, calc-macro-repeats)
13310 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13311 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13312 beginning of the edited object.
13313 (calc-user-define-edit): Change the header for editing macros.
13314 Remove unnecessary variable.
13315
13316 2005-01-01 Jay Belanger <belanger@truman.edu>
13317
13318 * calc/calc-yank.el (calc-edit-mode): Change default header.
13319 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13320 * calc/calc-store.el (calc-edit-variable): Change title to match new
13321 header.
13322 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13323 mode to match new header.
13324 (calc-user-define-edit): Change titles to include names of commands.
13325 (calc-finish-formula-edit): Adjust to handle new header.
13326 (calc-finish-macro-edit): Remove.
13327 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13328 (calc-edit-macro-command, calc-edit-macro-command-type)
13329 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13330 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13331 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13332 (calc-edit-macro-finish-edit): New functions.
13333 (calc-user-define-edit): Use new functions to edit named calc macros.
13334
13335 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13336
13337 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13338
13339 * ses.el (copy-region-as-kill): Deactivate mark.
13340
13341 2005-01-01 Richard M. Stallman <rms@gnu.org>
13342
13343 * replace.el (occur-1): If the output buffer is also an input,
13344 don't kill it, rename it.
13345
13346 * faces.el (set-face-background, set-face-foreground): Doc fix.
13347
13348 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13349 for :foreground and :background.
13350
13351 * dired.el (dired-view-command-alist): Variable deleted.
13352 (dired-view-file, dired-mouse-find-file-other-window):
13353 Delete the code to use it.
13354
13355 2005-01-01 Kim F. Storm <storm@cua.dk>
13356
13357 * image.el (insert-sliced-image): Use t for line-height property.
13358
13359 See ChangeLog.11 for earlier changes.
13360
13361 ;; Local Variables:
13362 ;; coding: iso-2022-7bit
13363 ;; End:
13364
13365 Copyright (C) 2005 Free Software Foundation, Inc.
13366 Copying and distribution of this file, with or without modification,
13367 are permitted provided the copyright notice and this notice are preserved.
13368
13369 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1