]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(mail-setup-hook, mail-aliases)
[gnu-emacs] / lisp / ChangeLog
1 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2
3 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5 (mail-citation-prefix-regexp, mail-signature-file)
6 (mail-default-headers, mail-bury-selects-summary)
7 (mail-send-nonascii): Add autoload cookies.
8
9 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10
11 * frame.el (blink-cursor-mode): Add `mac' to the list of
12 window-system's that support blinking cursor.
13
14 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15
16 * textmodes/org.el (org-level-color-stars-only): Fix typo in doc
17 string.
18
19 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20
21 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Bind
22 find-file-suppress-same-file-warnings to t, to avoid warnings due
23 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
24
25 2005-10-20 Romain Francoise <romain@orebokech.com>
26
27 * font-core.el (font-lock-mode): Doc fix.
28
29 2005-10-20 Kim F. Storm <storm@cua.dk>
30
31 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
32 (ido-set-current-directory): Don't add / after final @.
33 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
34 Explicitly handle ange-ftp completion oddities.
35 (ido-make-file-list): Don't rotate list at tramp root to avoid
36 triggering tramp file handler for expand-file-name via get-file-buffer.
37
38 2005-10-19 Jay Belanger <belanger@truman.edu>
39
40 * calc/calc-units.el (math-standard-units): Add units, adjust
41 symbols and update values.
42 (math-unit-prefixes): Add more prefixes.
43
44 2005-10-19 Romain Francoise <romain@orebokech.com>
45
46 * bookmark.el (bookmark-menu-heading): New face.
47 (bookmark-bmenu-list): Use it.
48 Don't fiddle with `baud-rate' at top-level.
49
50 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
51
52 * image.el (create-image, find-image): Mention max-image-size in
53 docstring.
54
55 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
58 Various docstring and line-width fixups.
59 (conf-mode): Use cond.
60 Set font-lock-defaults. Don't set comment-use-syntax.
61
62 2005-10-18 David Ponce <david@dponce.com>
63
64 * tree-widget.el (tree-widget-button-click): New function.
65 (tree-widget-button-keymap): Use it.
66
67 2005-10-18 Romain Francoise <romain@orebokech.com>
68
69 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
70 (bookmark-bmenu-hide-filenames): Add follow-link property.
71 Improve help-echo text.
72
73 * ffap.el (find-file-at-point): Doc fix.
74
75 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
76
77 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
78
79 2005-10-18 Masatake YAMATO <jet@gyve.org>
80
81 Install to the CVS repository what I forgot to install in my
82 2005-10-16 changes.
83
84 * progmodes/python.el (python-complete-symbol): Pass the common
85 prefix substring of completion to `display-completion-list'.
86
87 * textmodes/org.el (org-complete): Ditto.
88
89 2005-10-18 Masatake YAMATO <jet@gyve.org>
90
91 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
92
93 * woman.el (WoMan-xref-man-page): New button type derived
94 from `Man-abstract-xref-man-page'.
95 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
96
97 * man.el (Man-abstract-xref-man-page): New button type.
98 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
99 (Man-highlight-references): Add new optional argument `xref-man-type'.
100
101 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
102
103 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
104
105 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
106
107 * cus-edit.el (Custom-move-and-invoke): Delete.
108 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
109
110 * wid-edit.el (widget-move-and-invoke): New function, from
111 Custom-move-and-invoke.
112
113 2005-10-17 Bill Wohler <wohler@newt.com>
114
115 Move all remaining images from lisp/toolbar to etc/images, move
116 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
117 the low resolution images in their own directory (low-color).
118
119 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
120 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
121 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
122 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
123 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
124 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
125 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
126
127 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
128 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
129 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
130 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
131 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
132 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
133 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
134 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
135 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
136 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
137 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
138 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
139 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
140 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
141 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
142
143 To conform with convention, replace the underscore (_) in the
144 following image names with dash (-) or (/) as appropriate.
145
146 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
147 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
148 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
149 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
150 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
151 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
152 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
153 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
154 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
155 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
156 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
157 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
158 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
159 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
160 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
161
162 * info.el (info-tool-bar-map): Replace underscores in image names
163 with dashes.
164
165 * makefile.w32-in (WINS): Remove toolbar.
166
167 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
168
169 * tool-bar.el: Move to lisp from toolbar. Now that
170 toolbar is empty, it should be deleted when folks run "cvs up -P".
171
172 2005-10-18 Jay Belanger <belanger@truman.edu>
173
174 * calc/calc-store.el (calc-store-into): Get the proper variable name
175 to display in message.
176
177 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
178
179 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
180 expressions display in speedbar for all buffers when debugging.
181 (gdb-speedbar-expand-node): Ensure node contraction is always
182 updated.
183
184 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
185 (speedbar-insert-button, speedbar-make-button):
186 Use add-text-properties.
187 (speedbar-update-localized-contents)
188 (speedbar-update-directory-contents)
189 (speedbar-update-special-contents): Use dolist.
190 (speedbar-buffer-easymenu-definition): Add a menu separator.
191
192 2005-10-17 Jason Rumney <jasonr@gnu.org>
193
194 * makefile.w32-in: Use $(lisp) consistently.
195 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
196 for shell specific generation of mh-autoloads.
197
198 2005-10-17 Richard M. Stallman <rms@gnu.org>
199
200 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
201
202 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * jit-lock.el (jit-lock-fontify-now):
205 Move jit-lock-context-unfontify-pos to avoid wasted work.
206
207 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
208
209 * net/tramp.el (tramp-completion-mode): New defvar. Used in
210 `tramp-completion-mode' for checking if we are in completion mode.
211 (tramp-completion-handle-file-name-all-completions): Reorder code
212 in order to complete for file names only in case there are no
213 method/user/host completions. This is necessary for cooperation
214 with ido. Reported by Kim F. Storm <storm@cua.dk>.
215
216 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
217
218 * longlines.el (longlines-search-forward)
219 (longlines-search-backward): Match any number of spaces.
220
221 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
222
223 * diff-mode.el (diff-mode): Doc fix.
224
225 2005-10-16 David Reitter <david.reitter@gmail.com>
226
227 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
228 as default on darwin and windows systems.
229
230 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
231
232 * arc-mode.el (archive-zip-extract): Doc fix.
233
234 2005-10-16 Romain Francoise <romain@orebokech.com>
235
236 * mouse.el (mouse-1-click-follows-link): Doc fix.
237
238 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * savehist.el: Don't require CL at runtime.
241 (savehist-xemacs): Remove.
242 (savehist-coding-system): Use utf-8 if present, regardless of religion.
243 (savehist-no-conversion): Use (featurep 'xemacs).
244 (savehist-load): Check existence of start-itimer rather than XEmacs.
245 Use an idle timer.
246 (savehist-process-for-saving): Replace use of CL funs `subseq' and
247 `delete-if-not'.
248
249 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
250
251 * savehist.el: Newer version.
252 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
253 (savehist-last-checksum, savehist-no-conversion): New vars.
254 (savehist-autosave, savehist-process-for-saving, savehist-printable):
255 New functions.
256 (savehist-load, savehist-save): Use them.
257 (savehist-delimit): Remove.
258
259 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * progmodes/compile.el (compilation-goto-locus): Display the
262 compilation buffer first and the source buffer second, in case they're
263 in overlapping frames. Don't raise the compilation frame if it was the
264 selected window upon entry. Pass the `other-window' arg to
265 pop-to-buffer.
266
267 * info.el (Info-fontify-node): Use dolist.
268 Change add-text-properties to put-text-property.
269
270 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
271
272 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
273 bound of search.
274
275 2005-10-16 Masatake YAMATO <jet@gyve.org>
276
277 * dabbrev.el (dabbrev-completion): Pass the common
278 prefix substring of completion to `display-completion-list'.
279
280 * filecache.el (file-cache-minibuffer-complete)
281 (file-cache-complete): Ditto.
282
283 * tempo.el (tempo-display-completions): Ditto.
284
285 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
286
287 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
288
289 * eshell/em-hist.el (eshell-list-history): Ditto.
290
291 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
292
293 * mail/mailalias.el (mail-complete): Ditto.
294
295 * progmodes/etags.el (complete-tag): Ditto.
296
297 * progmodes/make-mode.el (makefile-complete): Ditto.
298
299 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
300
301 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
302
303 * progmodes/pascal.el (pascal-complete-word)
304 (pascal-show-completions): Ditto.
305
306
307 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
308
309 * simple.el (completion-common-substring): New variable.
310 (completion-setup-function): Use `completion-common-substring'
311 to put faces.
312
313 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
314
315 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
316 (x-get-selection, mac-select-convert-to-string): Convert from/to
317 UTF-16 clipboard data as in native byte order, no BOM.
318
319 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
320
321 * progmodes/gud.el (gud-tool-bar-map): Rename the images
322 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
323 (gud-sentinel): Use speedbar-frame to check for speedbar.
324
325 2005-10-15 Richard M. Stallman <rms@gnu.org>
326
327 * savehist.el: New file.
328
329 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
330
331 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
332 Fix bug in \bf fontification.
333
334 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
335
336 * pcvs.el (cvs-edit-log-files): New var.
337 (cvs-mode-edit-log): New arg `file'.
338 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
339 Instead force the use of the original file and nothing else.
340 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
341 the cvs-minor-wrap-function is set.
342 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
343
344 2005-10-14 Bill Wohler <wohler@newt.com>
345
346 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
347 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
348 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
349 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
350 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
351 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
352 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
353 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
354 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
355 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
356 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
357 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
358 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
359 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
360 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
361
362 * progmodes/gud.el (gud-tool-bar-map): Rename the images
363 appropriately (for example, gud-break to gud/break).
364
365 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
366
367 * longlines.el (longlinges-search-function)
368 (longlines-search-forward, longlines-search-backward): New functions.
369 (longlines-mode): Set isearch-search-fun-function to
370 longlinges-search-function.
371
372 * mouse.el (mouse-drag-region-1): Handle the case where a
373 double-click event is bound to an arbitrary function.
374
375 2005-10-14 David Ponce <david@dponce.com>
376
377 * recentf.el (recentf-track-opened-file)
378 (recentf-track-closed-file, recentf-update-menu)
379 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
380 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
381 mouse-1-click-follows-link.
382
383 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
384
385 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
386 Gnome file-manager.png. Suggested by
387 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
388
389 * toolbar/README: Add diropen.xpm.
390
391 2005-10-13 Bill Wohler <wohler@newt.com>
392
393 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
394 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
395
396 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
399 Don't waste the byte-compiler's time on constant data.
400
401 2005-10-13 Kenichi Handa <handa@m17n.org>
402
403 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
404 byte with `escape-glyph' face.
405
406 * international/fontset.el (ccl-encode-unicode-font):
407 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
408 Handle the case that ucs-mule-to-mule-unicode translates a character to
409 ASCII (usually for IPA characters).
410
411 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
414 Don't hide the underline of titles if font-lock-mode is disabled.
415
416 2005-10-12 Bill Wohler <wohler@newt.com>
417
418 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
419 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
420 files in MH-E-SRC have been updated.
421 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
422
423 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
426 (mixal-mode-syntax-table): Add \n as end-comment.
427 (mixal-operation-codes-alist): Immediately initialize to full value.
428 (mixal-add-operation-code): Remove.
429 (mixal-describe-operation-code): Make the arg non-optional.
430 Use the interactive spec instead.
431 Use mixal-operation-codes-alist rather than mixal-operation-codes.
432 (mixal-font-lock-keywords): Don't highlight comments here any more.
433 (mixal-font-lock-syntactic-keywords): New var.
434 (mixal-mode): Use it. Fix comment-start-skip.
435
436 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
437
438 * startup.el (command-line-x-option-alist): -nb => -nbi
439
440 2005-10-12 Kim F. Storm <storm@cua.dk>
441
442 * startup.el (fancy-splash-default-action): Discard mouse click in
443 the spash screen window, as it has no sensible meaning in the
444 next window to be selected. Fixes error reported by Jan D.
445
446 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
447
448 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
449
450 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
453 Try to fix up minor layout issues like indentation, line break, etc...
454 (mixal-mode-syntax-table): Don't try to specify comment syntax,
455 because it doesn't work.
456 (mixal-operation-codes): Add some more codes.
457 (mixal-font-lock-keywords): Process comments here.
458 (mixal-mode): mixasm no longer needs -g option.
459
460 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
461
462 * progmodes/sh-script.el (sh-tmp-file):
463 Use mktemp -t. Finish support for es and rc shells.
464
465 2005-10-11 Jay Belanger <belanger@truman.edu>
466
467 * calc/calcalg2.el (calc-integral): With an argument, compute the
468 definite integral.
469
470 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
471
472 * mouse.el (mouse-drag-region-1): Don't try to catch a
473 double-click when doing follow-link (it's overridden anyway).
474
475 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
476
477 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
478 (autoload-print-form-outbuf): Add docstring.
479
480 2005-10-11 Juri Linkov <juri@jurta.org>
481
482 * info.el (Info-mode-menu): Delete menu item "Edit".
483 (Info-mode): Delete description of Info-edit from docstring,
484 and rearrange descriptions of Info commands in the order
485 they are documented in the Info manual.
486
487 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * calendar/appt.el (appt-check): Use diary-selective-display var.
490
491 2005-10-10 Richard M. Stallman <rms@gnu.org>
492
493 * net/newsticker.el (newsticker-start, newsticker-show-news):
494 Add autoload cookies.
495
496 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
497
498 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
499
500 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
501
502 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
503
504 2005-10-10 Jay Belanger <belanger@truman.edu>
505
506 * calc/calc-arith.el (math-check-known-scalarp)
507 (math-check-known-matrixp): Check the values of arguments that are
508 variables.
509 (math-check-known-square-matrixp): New function.
510 (math-known-square-matrixp): Use math-check-known-square-matrixp.
511 (math-super-types): Add sqmatrix type.
512
513 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
514 mode name `square' to 'sqmatrix'.
515
516 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
517 mode name `square' to 'sqmatrix'.
518
519 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * progmodes/etags.el (select-tags-table-mode): Don't use
522 selective-display.
523 (tags-select-tags-table): Pass `button' to the action function.
524 (select-tags-table): Place the side-info on button properties rather
525 than in hidden text. Abbreviate file names.
526 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
527 (select-tags-table-select): Add `button' argument.
528 Get side-info from the button property rather than from hidden text.
529
530 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
531
532 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
533 (gud-speedbar-buttons): Preserve point if possible.
534 (gud-sentinel): Restore previous speedbar display type.
535
536 * progmodes/gdb-ui.el (gdba): Improve diagram.
537 (def-gdb-auto-update-handler, gdb-info-locals-handler)
538 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
539 Call get-buffer-window once.
540
541 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
544 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
545 (pascal-indent-command): Remove unused var `ind'.
546 (pascal-indent-case): Remove unused var `oldpos'.
547 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
548 since it's now used as a proper minor mode map.
549 (pascal-outline): Rename to pascal-outline-mode.
550 (pascal-outline-mode): Use define-minor-mode.
551 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
552 selective-display.
553
554 2005-10-10 Andreas Schwab <schwab@suse.de>
555
556 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
557 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
558
559 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
560 outside source directory.
561
562 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
563
564 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
565 C-x' as a prefix.
566 (orgtbl-mode-map): Full keymap instead of sparse, because all
567 `self-insert-command' keys are redefined in this map.
568 (org-export-as-html): Specify charset for HTML file, by taking it
569 from the coding system.
570
571 2005-10-10 Kenichi Handa <handa@m17n.org>
572
573 * textmodes/flyspell.el (flyspell-check-word-p):
574 If unread-command-events is non-empty, don't call sit-for.
575
576 2005-10-09 Richard M. Stallman <rms@gnu.org>
577
578 * font-lock.el (font-lock-syntactic-keywords)
579 (font-lock-keywords): Doc fixes.
580
581 * textmodes/flyspell.el (flyspell-external-point-words):
582 Simplify logic, and don't try to check for consecutive appearances
583 of one incorrect word.
584
585 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
586
587 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
588 separator.
589
590 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
591 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
592 (gud-expansion-speedbar-buttons): New function.
593 (gud-speedbar-buttons): Check for gud-comint-buffer.
594
595 2005-10-09 Bill Wohler <wohler@newt.com>
596
597 * Makefile.in (updates): Add mh-loaddefs dependency.
598
599 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
600
601 * speedbar.el (speedbar-file-key-map): Fix typo.
602
603 2005-10-09 Daniel Brockman <daniel@brockman.se>
604
605 * cus-start.el (line-spacing): Add custom spec.
606
607 2005-10-09 Romain Francoise <romain@orebokech.com>
608
609 * textmodes/ispell.el (ispell-check-version): Fix last change.
610
611 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
612
613 * term/x-win.el: Remove -i, --icon-type from comment.
614
615 * startup.el (command-line-x-option-alist): Remove options -i,
616 -itype, --icon-type, added -nb, --no-bitmap-icon
617
618 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
619
620 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
621 instead of :active.
622
623 2005-10-08 Eric Hanchrow <offby1@blarg.net>
624
625 * textmodes/ispell.el (ispell-check-version):
626 Ignore hyphen, and all that follows, in aspell's version text.
627
628 2005-10-08 Jay Belanger <belanger@truman.edu>
629
630 * calc/calc-arith.el (math-known-square-matrixp): New function.
631 (math-pow-fancy): Check for matrices before distributing exponent
632 across products.
633
634 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
635 fullscreen keypad. Suggested by Luc Teirlinck.
636 (calc-keypad-show-input): Add space for formatting.
637
638 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
639 Add square matrix option.
640
641 * calc/calc-poly.el (math-expand-term): Check for matrices instead
642 of checking calc-matrix-mode when deciding how to expand.
643
644 * calc/calc.el (calc-set-mode-line): Add square matrix option.
645
646 2005-10-08 Lars Hansen <larsh@soem.dk>
647
648 * net/tramp.el (tramp-perl-directory-files-and-attributes):
649 Add error handling.
650 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
651
652 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
653
654 Sync with Tramp 2.0.51.
655
656 * net/tramp.el (tramp-handle-set-visited-file-modtime)
657 (tramp-handle-insert-file-contents, tramp-handle-write-region):
658 Insert special handling for `last-coding-system-used', again
659 it still seems to be necessary (unlike stated before).
660 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
661 (tramp-password-prompt-regexp): There might be other words before
662 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
663 (tramp-chunksize): Improve docstring.
664 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
665 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
666 Christian Joergensen <bugs@razor.dk>.
667
668 2005-10-07 Glenn Morris <rgm@gnu.org>
669
670 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
671 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
672 precision'.
673
674 2005-10-07 Romain Francoise <romain@orebokech.com>
675
676 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
677 (ibuffer-do-shell-command-pipe-replace)
678 (ibuffer-do-shell-command-file, ibuffer-do-eval)
679 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
680 (ibuffer-do-revert, ibuffer-do-replace-regexp)
681 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
682 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
683 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
684 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
685 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
686 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
687 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
688 Autoload file sans suffix.
689
690 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
691
692 2005-10-07 David Ponce <david@dponce.com>
693
694 * recentf.el (recentf-menu-open-all-flag): New option.
695 (recentf-digit-shortcut-command-name): New function.
696 (recentf--shortcuts-keymap): New variable.
697 (recentf-menu-shortcuts): New variable.
698 (recentf-make-menu-items): Initialize it. Replace the "More..."
699 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
700 (recentf-menu-value-shortcut): New function.
701 (recentf-make-menu-item): Use it. No more in-lined.
702 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
703 (recentf-open-most-recent-file): Rename from
704 `recentf-open-file-with-key'. Don't depend on key binding.
705 (recentf-mode-map): New variable.
706 (recentf-mode): Use it.
707
708 2005-10-06 Bill Wohler <wohler@newt.com>
709
710 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
711
712 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
713 (MH-E-SRC): New. Used by mh-autoloads.
714 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
715 files in MH-E-SRC have been updated.
716 (compile, recompile, bootstrap): Depend on mh-autoloads.
717
718 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
719
720 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
721 gud-break and gud-remove icons when the fringe is not available.
722
723 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
724 Typo.
725
726 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
727
728 * play/zone.el (zone): Wrap body with save-window-excursion.
729
730 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
733 Use the new `list-only' arg to diary-list-entries.
734
735 * calendar/diary-lib.el: Use overlays rather than selective-display.
736 (diary-selective-display): New var.
737 (diary-header-line-format): Use it.
738 (diary-list-entries): Add argument `list-only'.
739 Put the buffer in diary-mode. Don't add \^M at beg and end.
740 Replace \^M by invisible overlays.
741 (diary-unhide-everything): Replace \^M by invisible overlays.
742 (print-diary-entries): Look for overlays rather than \^M.
743 Add a space to the temp buffer name.
744 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
745 Put the buffer in diary-mode.
746 (list-sexp-diary-entries): Replace \^M by invisible overlays.
747 (diary-anniversary): Make the year arg optional.
748 (diary-time-regexp): New const.
749 (diary-font-lock-keywords): Use it to accept a few more time formats.
750
751 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
752
753 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
754
755 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
756 Fix bug introduced 2005-07-03: Use (car (last ...))
757 to faithfully reproduce replaced artist-last.
758 (artist-set-arrow-points-for-poly): Likewise.
759 Suggested by Johan Bockg\e,Ae\e(Brd.
760
761 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
762
763 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
764 * wid-edit.el (widget):
765 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
766 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
767
768 2005-10-06 Kenichi Handa <handa@m17n.org>
769
770 * international/mule-cmds.el (set-language-environment):
771 Fix setting up of case-table for unibyte mode.
772
773 * simple.el (what-cursor-position): If the character is displayed
774 by some `display' text property, show that. Don't use
775 single-key-description for eight-bit characters in multibyte mode.
776
777 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
778
779 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
780 (gdb-ann3): Set it.
781 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
782 (gdb-info-frames-custom): Use inverse-video for first five
783 characters of selected frame only.
784 (gdb-get-frame-number): Select frame even when point is on frame
785 number.
786
787 2005-10-06 Masatake YAMATO <jet@gyve.org>
788
789 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
790 Put `font-lock-function-name-face'.
791 (gdb-info-frames-custom): Put `font-lock-function-name-face'
792 and `font-lock-variable-name-face'
793 (gdb-registers-font-lock-keywords): New font lock keywords definition.
794 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
795 (gdb-memory-font-lock-keywords): New font lock keywords definition.
796 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
797 (gdb-local-font-lock-keywords): New font lock keywords definition.
798 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
799 (gdb-threads-font-lock-keywords): New font lock keywords definition.
800 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
801
802 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
803
804 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
805 (ediff-merge-region-is-non-clash-to-skip): Previously called
806 ediff-merge-region-is-non-clash.
807
808 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
809 Use insert-buffer-substring.
810
811 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
812 selecting files to patch. Also bug fixes.
813
814 * ediff-util.el (ediff-setup): Bug fix.
815 (ediff-next-difference): Never skip clashes that differ in white
816 space only.
817
818 * ediff-wind.el (ediff-setup-control-frame)
819 (ediff-destroy-control-frame): Check the menubar feature.
820
821 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
822 (viper-refresh-mode-line): Use make-local-variable to localize
823 some vars instead of make-variable-buffer-local. Suggested by
824 Stefan Monnier.
825
826 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
827 (viper-restore-cursor-type, viper-set-insert-cursor-type):
828 Use make-local-variable instead of make-variable-buffer-local.
829 Suggested by Stefan Monnier.
830
831 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
832 (viper-comint-mode-hook): Use make-local-variable on
833 require-final-newline.
834 (viper-non-hook-settings): Don't use make-variable-buffer-local.
835
836 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
839 also the second char of a comment-start sequence.
840 (scheme-sexp-comment-syntax-table): New var.
841 (lambda, define): Set their scheme-doc-string-elt property.
842 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
843 Use lisp-font-lock-syntactic-face-function now that it properly
844 handles |...| symbols.
845 (scheme-mode-variables): Set lisp-doc-string-elt-property,
846 parse-sexp-lookup-properties and font-lock-extra-managed-props.
847
848 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
849 bit from # to |.
850 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
851
852 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
853 (lisp-doc-string-elt-property): New var.
854 (lisp-font-lock-syntactic-face-function): Use it.
855 Rewrite to recognize docstrings even for forms not at toplevel.
856
857 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
858 annotation on the | part of #| rather than on the # part.
859 (scheme-font-lock-syntactic-face-function): New function, to
860 distinguish strings from |...| symbols.
861 (scheme-mode-variables): Use it. Also fix up the font-lock-time
862 syntax-table so that #|...|# is properly highlighted.
863
864 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
865 Don't mark as docstring the 3rd elem of an unknown toplevel form.
866
867 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
870 and C-e.
871
872 * emacs-lisp/eldoc.el: Move comments into docstrings.
873 (eldoc-message-commands): Initialize in its declaration.
874 Add move-beginning-of-line and move-end-of-line.
875 (eldoc-add-command, eldoc-add-command-completions)
876 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
877
878 * outline.el (outline-mark-subtree): Activate the mark.
879
880 * calendar/appt.el (appt-time-regexp): New var.
881 (appt-add, appt-make-list): Use it.
882 (appt-convert-time): Clean up.
883
884 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
885 Don't set any syntax-table property here.
886 (tex-font-lock-verb): New function. Do it here.
887 (tex-font-lock-syntactic-keywords): Use it.
888
889 2005-10-04 Richard M. Stallman <rms@gnu.org>
890
891 * wid-edit.el (widget-file-complete): Get the widget start point
892 the right way. Default directory to `/' if file has none.
893
894 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
895
896 * textmodes/flyspell.el (flyspell-mode-on):
897 Call ispell-maybe-find-aspell-dictionaries.
898
899 * textmodes/ispell.el (ispell-word, ispell-region):
900 Call ispell-maybe-find-aspell-dictionaries.
901 (ispell-accept-buffer-local-defs):
902 Don't call ispell-maybe-find-aspell-dictionaries
903
904 2005-10-04 Richard M. Stallman <rms@gnu.org>
905
906 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
907
908 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
909
910 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
911 instead of `fboundp' in order to allow for anonymous functions.
912
913 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
914
915 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
916 case the user clicks on the link while another window is selected.
917 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
918
919 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
920 functionality.
921 (dframe-help-echo): Save point in case mouse tracking is off.
922
923 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
924
925 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
926
927 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
930 not change the global value of those vars.
931
932 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
933 make-local-variable which we do not need any more.
934
935 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
936
937 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
938 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
939 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
940 (speedbar-path-line): Define obsolete aliases.
941 (speedbar-line-directory): Doc fix.
942
943 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
944 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
945 instead of speedbar-line-path.
946
947 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
948
949 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
950 to nil if dropping on a window. Handle dropping on a minibuffer window
951 like dropping on a non-window part of Emacs.
952
953 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * net/ange-ftp.el: Use with-current-buffer.
956 (ange-ftp-insert-directory): Do not follow symlinks any more.
957
958 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
959 Remove interactive spec.
960
961 2005-10-03 Kim F. Storm <storm@cua.dk>
962
963 * ido.el (ido-mode): Use custom-initialize-set.
964
965 2005-10-02 Richard M. Stallman <rms@gnu.org>
966
967 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
968 Use insert-buffer-substring.
969
970 * net/tramp.el: Pacify byte compiler warnings in pacification code.
971 (tramp-handle-file-local-copy): Use insert-buffer-substring.
972
973 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
976 in last change.
977 (ange-ftp-insert-directory): Fix up the search for the case where
978 `file' is absolute.
979
980 2005-10-02 Romain Francoise <romain@orebokech.com>
981
982 * progmodes/compile.el (compile-goto-error): Delete extra paren.
983
984 2005-10-02 Andreas Schwab <schwab@suse.de>
985
986 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
987 directory component in the session info.
988
989 2005-10-01 Richard M. Stallman <rms@gnu.org>
990
991 * comint.el (comint-redirect-subvert-readonly): Doc fix.
992
993 * simple.el (next-error-internal): New function.
994
995 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
996 (compilation-start): Pass new arg to compilation-buffer-name.
997 (compile-goto-error): Use next-error-internal.
998
999 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * speedbar.el: Remove RCS tag.
1002 (speedbar-check-read-only): Handle non-existent files.
1003
1004 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1005
1006 * info.el (Info-speedbar-hierarchy-buttons)
1007 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1008
1009 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1010
1011 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1012 Do not match newline.
1013 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1014 (bibtex-summary): Remove unnecessary save-excursion.
1015 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1016
1017 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1018
1019 * term/mac-win.el: Add charset info for "iso10646-1".
1020 Modify default fontset to use ATSUI-compatible fonts for some charsets
1021 if available.
1022
1023 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1024
1025 * speedbar.el: Re-apply arch tag.
1026 (speedbar-version): Rename to version 1.0. Suggested by Eric
1027 M. Ludlam.
1028 Reapply two changes from Emacs CVS' version of speedbar lost
1029 during the merge:
1030 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1031 (speedbar-frame-parameters): Improve customize type.
1032
1033 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1036 (ange-ftp-file-directory-p): Fix the symlink case.
1037 (ange-ftp-insert-directory): When listing a single file, get a list of
1038 the parent buffer and extract the relevant line. Inspired from a patch
1039 by Katsumi Yamaoka <yamaoka@jpl.org>.
1040 (ange-ftp-file-name-sans-versions): Simplify.
1041
1042 2005-09-30 Bill Wohler <wohler@newt.com>
1043
1044 Move MH-E image files from toolbar and mail directories into
1045 etc/images.
1046
1047 * mail/reply2.*: Move to etc/images/mail/reply*.
1048
1049 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1050 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1051 etc/images.
1052
1053 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1054 * toolbar/reply*: Move to etc/images/mail.
1055
1056 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1057
1058 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1059
1060 * speedbar.el: New version 1.0pre3.
1061
1062 Frame management code (including timer, and mouse click specifics)
1063 moved to dframe.el:
1064 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1065 (speedbar-timer): Removed. Use dframe-timer.
1066 (speedbar-close-frame): Removed. Use dframe-close-frame.
1067 (speedbar-activity-change-focus-flag): Removed. Use
1068 dframe-activity-change-focus-flag.
1069 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1070 dframe-update-speed.
1071
1072 (speedbar-current-frame): New macro. Use this instead of the
1073 variable speedbar-frame.
1074
1075 (speedbar-use-images, speedbar-expand-image-button-alist)
1076 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1077
1078 (speedbar-find-image-on-load-path): Removed. Replaced by
1079 defezimage in ezimage.el.
1080 (speedbar-expand-image-button-alist): Removed. Replaced by
1081 ezimage-expand-image-button-alist in ezimage.el.
1082
1083 (speedbar-ignored-directory-regexp)
1084 (speedbar-add-ignored-directory-regexp)
1085 (speedbar-ignored-directory-expressions)
1086 (speedbar-line-directory, speedbar-buffers-line-directory)
1087 (speedbar-directory-line, speedbar-buffers-line-directory):
1088 Renamed, replacing `path' with `directory'.
1089
1090 (speedbar-create-directory, speedbar-expand-line-descendants)
1091 (speedbar-toggle-line-expansion)
1092 (speedbar-contract-line-descendants): New commands.
1093
1094 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1095 (speedbar-use-tool-tips-flag): New options.
1096
1097 (speedbar-check-read-only, speedbar-require-version)
1098 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1099 (speedbar-handle-delete-frame, speedbar-try-completion)
1100 (speedbar-update-localized-contents): New functions.
1101
1102 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1103 (speedbar-object-read-only-indicator): New variables.
1104
1105 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1106 New hooks.
1107
1108 (speedbar-separator-face): New face.
1109
1110 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1111 (speedbar-ignored-modes): Add fundamental-mode.
1112 (speedbar-directory-unshown-regexp): Add . directories.
1113
1114 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1115 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1116 `]' for full expand/close.
1117 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1118
1119 (speedbar-check-vc): Support hidden files.
1120 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1121 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1122 state is nil, it is not checked out.
1123
1124 (speedbar-line-text, speedbar-line-token): Support expand buttons
1125 with no text.
1126 (speedbar-refresh): Universal argument acts as power-click.
1127 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1128 that buffer to get variable values.
1129
1130 And many other bugfixes.
1131
1132 * dframe.el, ezimage.el, sb-image.el: New files.
1133
1134 * sb-*.xpm: Remove files. New image files installed into
1135 etc/images/ezimage.
1136
1137 2005-09-30 Kenichi Handa <handa@m17n.org>
1138
1139 * ps-mule.el (ps-mule-show-warning): If a character is in
1140 ps-print-translation-table, don't treat it as non-printable.
1141
1142 2005-09-30 David Ponce <david@dponce.com>
1143
1144 * tree-widget.el (tree-widget-themes-load-path): New variable.
1145 (tree-widget-themes-directory): Doc fix.
1146 (tree-widget-image-formats) [Emacs]: Doc fix.
1147 (tree-widget--locate-sub-directory): New function.
1148 (tree-widget-themes-directory): Use it.
1149
1150 * recentf.el (recentf-filename-handlers): Rename from
1151 `recentf-filename-handler'. Allow a list of functions.
1152 (recentf-menu-items-for-commands): Fix :help strings.
1153 (recentf-apply-filename-handlers): New function.
1154 (recentf-expand-file-name): Use it.
1155 (recentf-cleanup): Remove duplicates too.
1156
1157 2005-09-29 Juri Linkov <juri@jurta.org>
1158
1159 * faces.el: Rearrange face definitions to be in the same order as
1160 their face descriptions in "(emacs)Standard Faces".
1161
1162 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1163
1164 * tooltip.el (tooltip): Add group `basic-faces'.
1165
1166 * buff-menu.el (Buffer-menu-buffer): Remove group
1167 `font-lock-highlighting-faces'.
1168
1169 * progmodes/compile.el (compilation-error, compilation-warning)
1170 (compilation-info, compilation-line-number, compilation-column-number):
1171 Change group from `font-lock-highlighting-faces' to `compilation'.
1172
1173 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1174 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1175 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1176 (vhdl-font-lock-reserved-words-face)
1177 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1178 `font-lock-highlighting-faces'.
1179
1180 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1181
1182 2005-09-28 Kim F. Storm <storm@cua.dk>
1183
1184 * emulation/cua-base.el: Set CUA move property on additional commands:
1185 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1186 forward-sexp, backward-sexp, forward-list, backward-list.
1187
1188 2005-09-28 Romain Francoise <romain@orebokech.com>
1189
1190 * comint.el (comint-show-output): Really set point at the
1191 beginning of the output when not using `comint-use-prompt-regexp'.
1192
1193 2005-09-27 Jay Belanger <belanger@truman.edu>
1194
1195 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1196 in TeX mode.
1197
1198 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1199
1200 * textmodes/org.el (org-table-sum): Fix format string.
1201
1202 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1203 Quote face names.
1204
1205 2005-09-26 Romain Francoise <romain@orebokech.com>
1206
1207 * isearch.el (isearch-forward-regexp): Close doc string.
1208
1209 2005-09-25 Richard M. Stallman <rms@gnu.org>
1210
1211 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1212
1213 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1214
1215 * progmodes/compile.el (compilation-error-properties):
1216 When getting the file from the previous error message,
1217 correctly decode the new data format.
1218
1219 * progmodes/cc-cmds.el (c-electric-paren):
1220 Call old-blink-paren only for close-paren.
1221
1222 2005-09-24 Andreas Schwab <schwab@suse.de>
1223
1224 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1225 condition.
1226
1227 2005-09-25 Romain Francoise <romain@orebokech.com>
1228
1229 * dired-aux.el (dired-copy-file-recursive):
1230 * dired.el (dired-delete-file):
1231 * ediff-mult.el (ediff-dir-diff-copy-file):
1232 * ediff-util.el (ediff-test-save-region):
1233 * forms.el (forms-mode):
1234 * ido.el (ido-file-internal, ido-delete-file-at-head):
1235 * log-edit.el (log-edit-done):
1236 * ses.el (ses-yank-resize):
1237 * play/gomoku.el (gomoku-human-plays, gomoku)
1238 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1239 (gomoku-offer-a-draw):
1240 * play/landmark.el (lm-human-resigns, lm):
1241 * net/eudcb-ldap.el (eudc-ldap-check-base):
1242 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1243 * progmodes/ebrowse.el (ebrowse-find-pattern):
1244 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1245 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1246 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1247
1248 * vc.el (vc-delete-file):
1249 * play/gomoku.el (gomoku-terminate-game, gomoku)
1250 (gomoku-prompt-for-move, gomoku-human-takes-back):
1251 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1252 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1253
1254 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1255
1256 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1257 color rxvt terminals by using the code xterm.el used to use before
1258 2005-04-09 in order to match the colors used by rxvt.
1259
1260 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1261
1262 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1263 colors rxvt-unicode terminals by using the same code as xterm.el.
1264
1265 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1268 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1269 new symbol used for the tex-verbatim face.
1270
1271 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1272
1273 * woman.el (woman-file-name):
1274 * wid-edit.el (widget-file-prompt-value)
1275 (widget-coding-system-prompt-value):
1276 * w32-fns.el (set-w32-system-coding-system):
1277 * vc.el (vc-version-diff, vc-annotate):
1278 * textmodes/reftex-auc.el (reftex-arg-cite)
1279 (reftex-arg-index-tag):
1280 * textmodes/refer.el (refer-get-bib-files):
1281 * textmodes/artist.el (artist-figlet-choose-font):
1282 * terminal.el (terminal-emulator):
1283 * replace.el (occur-read-primary-args):
1284 * rect.el (string-rectangle, string-insert-rectangle):
1285 * ps-print.el (ps-print-preprint):
1286 * progmodes/pascal.el (pascal-goto-defun):
1287 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1288 * progmodes/compile.el (compilation-find-file):
1289 * printing.el (pr-interactive-n-up):
1290 * play/animate.el (animate-birthday-present):
1291 * net/rcompile.el (remote-compile):
1292 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1293 * mail/rmailsum.el (rmail-summary-search-backward)
1294 (rmail-summary-search):
1295 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1296 (rmail-output-read-file-name):
1297 * mail/rmail.el (rmail-search, rmail-search-backwards):
1298 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1299 * locate.el (locate):
1300 * international/quail.el (quail-show-keyboard-layout):
1301 * international/mule.el (set-buffer-file-coding-system)
1302 (revert-buffer-with-coding-system, set-file-name-coding-system)
1303 (set-terminal-coding-system, set-keyboard-coding-system)
1304 (set-next-selection-coding-system):
1305 * international/mule-diag.el (describe-coding-system)
1306 (describe-font, describe-fontset):
1307 * international/mule-cmds.el (universal-coding-system-argument)
1308 (search-unencodable-char, describe-input-method)
1309 (set-language-environment, describe-language-environment):
1310 * international/codepage.el (codepage-setup):
1311 * international/code-pages.el (codepage-setup):
1312 * info.el (Info-search, Info-follow-reference)
1313 (Info-search-backward):
1314 * emacs-lisp/advice.el (ad-read-advised-function)
1315 (ad-read-advice-class, ad-clear-cache, ad-activate)
1316 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1317 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1318 (ad-read-regexp):
1319 * ediff-util.el (ediff-toggle-regexp-match):
1320 * ediff-ptch.el (ediff-prompt-for-patch-file):
1321 * dired-aux.el (dired-diff):
1322 * diff.el (diff):
1323 * cus-edit.el (custom-variable-prompt):
1324 * calendar/timeclock.el (timeclock-ask-for-project):
1325 * calc/calcalg3.el (calc-get-fit-variables):
1326 * calc/calc-store.el (calc-edit-variable)
1327 (calc-permanent-variable):
1328 * vc-mcvs.el (vc-mcvs-register):
1329 * shadowfile.el (shadow-define-literal-group):
1330 * woman.el (woman-file-name):
1331 * vc.el (vc-version-diff, vc-merge):
1332 * textmodes/reftex-index.el (reftex-index-complete-tag):
1333 * format.el (format-decode-buffer, format-decode-region):
1334 * emulation/viper-cmd.el (viper-read-string-with-history):
1335 * emacs-lisp/debug.el (cancel-debug-on-entry):
1336 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1337 * ediff.el (ediff-merge-revisions)
1338 (ediff-merge-revisions-with-ancestor, ediff-revision):
1339 * completion.el (interactive-completion-string-reader):
1340 * calc/calc-prog.el (calc-user-define-formula):
1341 Follow convention for reading with the minibuffer.
1342
1343 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1344
1345 * progmodes/python.el (python-describe-symbol): Add globals() and
1346 locals() to the arguments of emacs.ehelp.
1347
1348 2005-09-24 Magnus Henoch <mange@freemail.hu>
1349
1350 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1351 New function, code extracted from ispell-valid-dictionary-list.
1352 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1353 Call it.
1354
1355 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1356
1357 * subr.el (version-regexp-alist): Extend valid syntax for version
1358 strings: allow any of the characters -,_,+ to separate the
1359 alpha/beta/rc part from the version part. Doc fix.
1360 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1361
1362 2005-09-23 David Reitter <david.reitter@gmail.com>
1363
1364 * mail/mailclient.el: New file.
1365
1366 2005-09-23 Richard M. Stallman <rms@gnu.org>
1367
1368 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1369 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1370 Doc fixes.
1371
1372 * progmodes/cc-mode.el (c-font-lock-init):
1373 Specify font-lock-lines-before.
1374
1375 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1378 whole conflict.
1379
1380 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1381
1382 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1383 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1384 of `remap' feature when available. Additional key bindings for
1385 better tty support.
1386 (org-mode-restart, org-force-self-insert): New commands.
1387 (org-time-stamp-inactive): New command.
1388 (org-remap): New function.
1389 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1390 (org-enable-fixed-width-editor): Move to `org-structure'
1391 customization group.
1392 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1393 blank field after field motion commands.
1394
1395 2005-09-23 Kenichi Handa <handa@m17n.org>
1396
1397 * international/mule-cmds.el (set-language-environment):
1398 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1399 have to call utf-translate-cjk-load-tables.
1400
1401 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * mouse.el (mouse-move-drag-overlay): Fix last change.
1404
1405 2005-09-22 David Ponce <david@dponce.com>
1406
1407 * tree-widget.el (tree-widget-value-create): Fix previous change.
1408
1409 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1410
1411 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1412
1413 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * mouse.el (mouse-move-drag-overlay): New function.
1416 (mouse-drag-region-1): Use it.
1417 Try to simplify a bit the state handling. Handle clicks on links
1418 inside intangible areas.
1419 (mouse-save-then-kill): Minor simplification.
1420 (mouse-secondary-overlay): Make it always non-nil instead of
1421 recreating it each time.
1422 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1423 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1424 Simplify accordingly.
1425
1426 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1427
1428 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1429
1430 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1431
1432 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1433 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1434 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1435 to patch.
1436
1437 * ediff-util.el: Use insert-buffer-substring.
1438
1439 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1440
1441 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1442 field boundaries in the minibuffer.
1443 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1444 (viper-minibuffer-post-command-hook): New hook.
1445 (viper-line): Don't move cursor at bolp.
1446
1447 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1448
1449 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1450 avoid compiler warnings.
1451
1452 * emulation/viper-macs.el (ex-map): Better messages.
1453
1454 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1455
1456 * emulation/viper.el: Replace make-variable-buffer-local with
1457 viper-make-variable-buffer-local everywhere, to avoid warnings.
1458
1459 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1462 Delete unused var `old-selected-window'.
1463 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1464 (mouse-drag-secondary): Delete unused var `start-frame'.
1465
1466 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1467
1468 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1469
1470 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1473 Re-indent within 80 columns. Use inhibit-read-only.
1474
1475 2005-09-19 Romain Francoise <romain@orebokech.com>
1476
1477 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1478
1479 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1482 unconditionally, since the after-change-function already did it.
1483
1484 2005-09-19 Miles Bader <miles@gnu.org>
1485
1486 * net/newsticker.el: Get rid of CVS keyword.
1487
1488 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1489
1490 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1491 The prompt is formatted later.
1492
1493 2005-09-19 David Ponce <david@dponce.com>
1494
1495 * tree-widget.el (tree-widget-value-create): Save the converted
1496 tree :node widget.
1497
1498 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1501 variable `message'.
1502
1503 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1504
1505 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1506 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1507 <slawomir.nowaczyk.847@student.lu.se>.
1508
1509 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1510
1511 * image.el (image-load-path): Use symbol `data-directory' instead
1512 of its value, for backward compatibility with packages that bind
1513 it during `find-image'. Suggested by Katsumi Yamaoka.
1514 (image-search-load-path): Handle symbols whose values are strings.
1515
1516 2005-09-18 Romain Francoise <romain@orebokech.com>
1517
1518 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1519 with-current-buffer form in save-excursion.
1520
1521 2005-09-18 D Goel <deego@gnufans.org>
1522
1523 * apropos.el (apropos-command): Fix `message' call: first arg
1524 should be a format spec. In this and all other cases that appear
1525 below and elsewhere in the source code, I made a change only when
1526 two conditions were satisfied: [1] I can think of a possibility
1527 that the arguments would cause an error, for example, the code in
1528 question relies on external variables such as filenames. [2] I
1529 was sure that the arg to `message' could not have been nil in the code.
1530
1531 * textmodes/tildify.el (tildify-region): Ditto.
1532
1533 * textmodes/reftex-index.el (reftex-index-change-entry)
1534 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1535 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1536 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1537 (org-priority, org-table-sum):
1538 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1539 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1540 (flyspell-word, flyspell-display-next-corrections):
1541 * textmodes/bibtex.el (bibtex-print-help-message):
1542 * textmodes/artist.el (artist-key-set-point-poly):
1543 * term/mac-win.el (mac-services-insert-text):
1544 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1545 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1546 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1547 (vhdl-compose-configuration):
1548 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1549 (sh-set-indent, sh-learn-line-indent):
1550 * progmodes/ps-mode.el (ps-mode-target-column):
1551 * progmodes/idlwave.el (idlwave-make-tags)
1552 (idlwave-scan-library-catalogs):
1553 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1554 * progmodes/gud.el (gud-jdb-analyze-source):
1555 * progmodes/flymake.el (flymake-log):
1556 * progmodes/ebnf2ps.el (ebnf-generate-region):
1557 * progmodes/cmacexp.el (c-macro-expansion):
1558 * progmodes/ada-xref.el (ada-treat-cmd-string):
1559 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1560 (ada-justified-indent-current, ada-batch-reformat):
1561 * play/zone.el (zone):
1562 * play/landmark.el (lm-move):
1563 * play/decipher.el (decipher-show-alphabet):
1564 * net/newsticker.el (newsticker--display-jump)
1565 (newsticker--display-scroll):
1566 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1567 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1568 * mail/feedmail.el (feedmail-dump-message-to-queue):
1569 * eshell/esh-proc.el (eshell-remove-process-entry):
1570 * emulation/ws-mode.el (ws-last-error):
1571 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1572 (viper-record-kbd-macro):
1573 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1574 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1575 * emacs-lisp/find-func.el (find-function-noselect):
1576 * calendar/timeclock.el (timeclock-status-string)
1577 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1578 (timeclock-when-to-leave-string):
1579 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1580 * calc/calc-units.el (calc-enter-units-table):
1581 * calc/calc-mode.el (calc-mode-record-mode):
1582 * woman.el (woman-mini-help):
1583 * wdired.el (wdired-change-to-wdired-mode):
1584 * vc.el (vc-retrieve-snapshot):
1585 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1586 * startup.el (display-startup-echo-area-message):
1587 * simple.el (set-goal-column):
1588 * ses.el (ses-command-hook, ses-recalculate-cell):
1589 * server.el (server-process-filter):
1590 * printing.el (pr-interface-txt-print, pr-interface-printify)
1591 (pr-interface-ps):
1592 * pcvs.el (cvs-help):
1593 * log-edit.el (log-edit, log-edit-mode-help):
1594 * iswitchb.el (iswitchb-possible-new-buffer):
1595 * isearch.el (isearch-edit-string):
1596 * image-mode.el (image-mode, image-minor-mode):
1597 * ibuf-macs.el (define-ibuffer-filter):
1598 * hi-lock.el (hi-lock-find-patterns):
1599 * files.el (toggle-read-only):
1600 * ediff-util.el (ediff-copy-diff)
1601 (ediff-write-merge-buffer-and-maybe-kill):
1602 * echistory.el (Electric-history-undefined):
1603 * dnd.el (dnd-insert-text):
1604 * dired-aux.el (dired-query):
1605 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1606 * bookmark.el (bookmark-bmenu-locate):
1607 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1608 Fix `message' calls to ensure first arg is a format string.
1609 The change was made only when these two conditions were satisfied:
1610 [1] when there is a possibility that the arguments would cause an error
1611 for example, if the code in question relies on external variables
1612 such as filenames, and
1613 [2] if the arg to `message' could not have been nil in the code.
1614
1615 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1616 Not having a %s would be weird, though not technically wrong.
1617
1618 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1619
1620 * term/mac-win.el (mac-add-charset-info): Doc fix.
1621
1622 2005-09-17 Romain Francoise <romain@orebokech.com>
1623
1624 * shell.el (shell-resync-dirs): Handle echoing processes more
1625 reliably. Don't insert resync command if `comint-process-echoes'
1626 is non-nil.
1627
1628 2005-09-17 Magnus Henoch <mange@freemail.hu>
1629
1630 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1631 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1632 aspell versions >= 0.60.
1633 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1634 only if ispell-aspell-supports-utf8 is non-nil.
1635
1636 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1637
1638 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1639 buffer-local value to lisp-indent-function.
1640
1641 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1642
1643 * progmodes/glasses.el (glasses-make-readable): If
1644 glasses-separator differs from underscore, put appropriate
1645 overlays over underscore characters.
1646 (glasses-convert-to-unreadable): If glasses-separator differs from
1647 underscore, try to convert glasses-separator characters to
1648 underscores.
1649
1650 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1653 Use with-syntax-table and dolist.
1654
1655 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1656
1657 * textmodes/reftex-auc.el:
1658 * textmodes/reftex-cite.el:
1659 * textmodes/reftex-dcr.el:
1660 * textmodes/reftex-global.el:
1661 * textmodes/reftex-parse.el:
1662 * textmodes/reftex-ref.el:
1663 * textmodes/reftex-sel.el:
1664 * textmodes/reftex-toc.el:
1665 * textmodes/reftex-vars.el:
1666 * textmodes/reftex.el: Small changes to remove compiler warnings.
1667
1668 * textmodes/reftex-index.el: Likewise.
1669 (reftex-query-index-phrase): More efficient use of markers.
1670
1671 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * image.el (image-load-path): New variable.
1674 (image-search-load-path): New function.
1675 (find-image): Search for images in `image-load-path'.
1676
1677 2005-09-15 Richard M. Stallman <rms@gnu.org>
1678
1679 * follow.el: Change Maintainer field.
1680
1681 2005-09-15 David Ponce <david@dponce.com>
1682
1683 * recentf.el (recentf-save-file-modes): New option.
1684 (recentf-save-list): Use it.
1685
1686 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1687
1688 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1689 (mode-line-mule-info, mode-line-modified): Move bindings from
1690 mouse-3 to mouse-1.
1691
1692 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * simple.el (sendmail-user-agent-compose): Revert last change.
1695
1696 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1699 Use with-current-buffer.
1700 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1701 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1702 (ange-ftp-insert-directory): Remove unused var `short'.
1703 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1704
1705 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1706 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1707
1708 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1709 (check-calendar-holidays, diary-list-entries): Autoload.
1710 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1711 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1712
1713 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1714 which mistakenly removed a call to display-buffer.
1715
1716 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1717
1718 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1719
1720 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1721
1722 * progmodes/hideshow.el
1723 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1724 (hs-allow-nesting): New user var.
1725 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1726 (hs-hide-block-at-point): When nesting allowed,
1727 if there is already an overlay in place, delete it.
1728 (hs-safety-is-job-n): Delete func; remove call sites.
1729 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1730 (hs-overlay-at): New func.
1731 (hs-already-hidden-p, hs-show-block): Use it.
1732 (hs-hide-all): Don't pre-clean if nesting allowed.
1733 (hs-show-all): Temporarily disallow
1734 nesting around call to `hs-discard-overlays'.
1735
1736 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1737
1738 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1739 Delete unused local var.
1740
1741 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1742
1743 * help-fns.el (describe-categories): "?\ " -> "?\s".
1744 (help-do-arg-highlight): Recognize also ARG-n, as in
1745 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1746
1747 * international/codepage.el (dos-unsupported-char-glyph):
1748 * net/newsticker.el (tool-bar-map, w3-mode-map)
1749 (w3m-minor-mode-map):
1750 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1751 (ent-alist):
1752 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1753
1754 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * custom.el (custom-push-theme): Handle the case where a symbol is
1757 bound but face properties have not yet been assigned.
1758
1759 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1760 Fix behavior if noerase is `t' and there is no mail buffer.
1761
1762 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1763 if `continue' is nil, rather than signal an error.
1764
1765 2005-09-12 Richard M. Stallman <rms@gnu.org>
1766
1767 * font-lock.el (font-lock-keywords): Add autoload.
1768
1769 * help-fns.el (describe-variable): Rearrange to put source link
1770 in a predictable place.
1771
1772 * net/newsticker.el: New file.
1773
1774 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1777 (calendar-basic-setup): Use the new nil arg.
1778 (number-of-diary-entries): Move to diary-lib.el.
1779
1780 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1781 (diary-list-entries): Use with-syntax-table and dolist.
1782 Rename from list-diary-entries.
1783 Use number-of-diary-entries if `number' is nil.
1784 (diary, diary-view-entries): Use this new name and new nil arg value.
1785 (number-of-diary-entries): Move from calendar.el.
1786 (diary-unhide-everything): New function.
1787 (include-other-diary-files, fancy-diary-display)
1788 (diary-show-all-entries, make-diary-entry): Use it.
1789 (diary-mail-entries): Use buffer-string.
1790 (mark-diary-entries): Fix long standing paren typo.
1791 (diary-sexp-entry): Use count-lines.
1792 (make-diary-entry): Avoid `previous-line'.
1793 (diary-mode-map): New var.
1794 (diary-mode): Redraw cal after saving. Setup header-line.
1795 (fancy-diary-display-mode): Use local-set-key.
1796
1797 * startup.el (command-line): Try calling various terminal-init-foo-bar
1798 functions by stripping hyphenated suffixes from $TERM.
1799
1800 * files.el (normal-mode): Check boundness of font-lock-keywords.
1801
1802 2005-09-12 Richard M. Stallman <rms@gnu.org>
1803
1804 * progmodes/compile.el: Don't decide a file's directory
1805 until the user actually tries to go there.
1806 (compilation-next-error-function):
1807 Pass compilation-find-file the directory from the file-struct.
1808 (compilation-internal-error-properties): Separate local FILE-STRUCT
1809 from FILE. Doc the args better. Rename arg FMT to FMTS.
1810 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1811 Expand it, and if nil, use default-directory.
1812 (compilation-get-file-structure): Don't mix specified directory
1813 with default directory. Put specified directory into
1814 file-struct. Don't make the file name absolute.
1815
1816 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1817 (compile-command): Add autoload.
1818 (compilation-disable-input): Add autoload.
1819
1820 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1821
1822 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1823 strings of the variables it can override.
1824 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1825 %Q and %q, for fully-qualified domain name and unqualified host name.
1826
1827 2005-09-11 Kim F. Storm <storm@cua.dk>
1828
1829 * emacs-lisp/authors.el (authors-aliases): Update list.
1830 (authors-fixed-entries): Update mldrag.el entry.
1831
1832 2005-09-10 Alan Mackenzie <acm@muc.de>
1833
1834 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1835 from the region narrowed to.
1836
1837 2005-09-10 Magnus Henoch <mange@freemail.hu>
1838
1839 * textmodes/ispell.el (ispell-check-version): Signal an error if
1840 aspell version is less than 0.60.
1841
1842 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1843
1844 * progmodes/octave-inf.el (inferior-octave-startup):
1845 Resync current dir at the end.
1846
1847 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1848
1849 * woman.el (woman-topic-at-point-default):
1850 Rename to woman-use-topic-at-point-default.
1851 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1852 (woman-file-name): Reflect renames above. Automatically use the
1853 word at point as topic if woman-use-topic-at-point is non-nil.
1854 Otherwise offer it as default but don't insert it in the
1855 minibuffer. Also use `test-completion' instead of `assoc' as
1856 suggested by Stefan Monnier.
1857
1858 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1859
1860 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1861 the attempt to do it over Tramp. This is not yet supported.
1862
1863 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1864
1865 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1866 (menu-bar-non-minibuffer-window-p): New functions.
1867 ("Split Window", "Save As..."): Use them.
1868 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1869 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1870 Use menu-bar-menu-frame-live-and-visible-p.
1871 ("Save Buffer", "Insert File", "Open Directory...")
1872 ("Open File...", "Visit New File..."):
1873 Use menu-bar-non-minibuffer-window-p.
1874 (kill-this-buffer-enabled-p, dired <menu-enable>):
1875 Use menu-bar-non-minibuffer-window-p.
1876
1877 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1878
1879 * cus-start.el (all): Don't complain about fringe-related
1880 built-ins if fringes are not supported. Ditto about
1881 selection-related built-ins. Fix the test for GTK-related built-ins.
1882
1883 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1884 ("Postscript Print Buffer", "Print Region", "Save As...")
1885 ("Save", "Insert File...", "Open Directory...")
1886 ("Open File...", "Visit New File..."")
1887 ("Truncate Long Lines in this Buffer"): Don't look at
1888 menu-updating-frame if this display does not support multiple frames.
1889
1890 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1891
1892 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1893
1894 2005-09-09 Emilio Lopes <eclig@gmx.net>
1895
1896 * woman.el: Format- and whitespace-related changes.
1897
1898 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1899
1900 * woman.el: Fix my email address.
1901
1902 2005-09-08 Richard M. Stallman <rms@gnu.org>
1903
1904 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1905 (sh-mode): Locally set skeleton-pair-default-alist.
1906
1907 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1908
1909 * progmodes/flymake.el: Require `compile' unconditionally.
1910
1911 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1912
1913 * woman.el (woman-file-name): Provide a default, not initial input.
1914
1915 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1916
1917 * font-lock.el (font-lock-support-mode): Doc fix.
1918
1919 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1920
1921 2005-09-08 Richard M. Stallman <rms@gnu.org>
1922
1923 * simple.el (blink-matching-open): Get rid of text props from
1924 the string shown in echo area. Don't permanently set point.
1925 Some rearrangements.
1926
1927 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1928
1929 * recentf.el (recentf-filename-handler): Add custom choice
1930 `abbreviate-file-name'.
1931
1932 * msb.el (msb--very-many-menus): Fix typo.
1933
1934 * disp-table.el (standard-display-european): Don't set
1935 enable-multibyte-characters to nil.
1936
1937 2005-09-08 David Ponce <david@dponce.com>
1938
1939 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1940 (recentf-expand-file-name): Doc fix.
1941 (recentf-dialog-mode-map): Define digit shortcuts.
1942 (recentf--files-with-key): New variable.
1943 (recentf-show-digit-shortcut-filter): New function.
1944 (recentf-open-files-items): New function.
1945 (recentf-open-files): Use it.
1946 (recentf-open-file-with-key): New command.
1947
1948 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1951 Suggested by Kim F. Storm.
1952 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1953 (Buffer-menu-make-sort-button): Use global keymap.
1954
1955 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1956
1957 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1958 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1959 necessary any longer with the remapped command.
1960 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1961 formatting time only.
1962
1963 * net/tramp.el (tramp-action-password)
1964 (tramp-multi-action-password): Compile the password prompt from
1965 `method', `user' and `host'. Sometimes it isn't obvious which
1966 password to enter, for example with remote files offered by
1967 recentf.el, or with multiple steps. Suggested by Robert Marshall
1968 <robert@chezmarshall.freeserve.co.uk>.
1969
1970 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1973 Fix regexp for when "s///" is at the beginning of line.
1974
1975 2005-09-07 Jay Belanger <belanger@truman.edu>
1976
1977 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1978 when in matrix mode.
1979
1980 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1983 non-anonymous functions.
1984
1985 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1986
1987 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1988 when using a header line. Otherwise, use mouse-1-click-follows-link.
1989
1990 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1991 can't be moved; don't signal an error.
1992
1993 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * cus-theme.el (custom-theme-write-faces): Save the current face
1996 spec, not the defface spec.
1997
1998 * custom.el (custom-known-themes): Clarify meaning of "standard".
1999 (custom-push-theme): Save old values in the standard theme.
2000 (disable-theme): Correct typo.
2001 (custom-face-theme-value) Deleted unused function.
2002 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2003
2004 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * progmodes/compile.el (compilation-goto-locus): Take into account
2007 iconified frames when determining whether the buffer is
2008 already visible.
2009 Don't reset window height if the window already existed.
2010
2011 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * custom.el (load-theme): Rename from require-theme.
2014 Add interactive spec.
2015 (enable-theme): Rename from custom-enable-theme.
2016 Add interactive spec.
2017 (disable-theme): Rename from custom-disable-theme.
2018 Add interactive spec.
2019 (custom-make-theme-feature): Doc fix.
2020 (custom-theme-directory): Doc fix.
2021 (provide-theme): Call enable-theme.
2022
2023 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * obsolete/lazy-lock.el (lazy-lock-mode):
2026 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2027 font-lock-mode if it's off. Print a warning instead.
2028
2029 * progmodes/compile.el (compilation-start): Ignore errors if the
2030 process died before we get to send-eof.
2031
2032 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2033 Undo last change. Enclosing the result in quotes broke things on Unix
2034 since tex-send-command passes it through shell-quote-argument.
2035 (tex-send-command): Pass `file' through convert-standard-filename
2036 when possible.
2037 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2038 info in a transcript.
2039
2040 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2041
2042 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2043 fix compilation warning. Reorder the key definitions to group
2044 together keys emitted by the current version of xterm.
2045
2046 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2047 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2048 Reorder predicates to correct min-color usage.
2049
2050 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2053 Kill local variables when longlines-mode is turned off.
2054
2055 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2058
2059 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2060
2061 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2062
2063 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2064 (font-lock-lines-before): Change default to being inactive.
2065 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2066 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2067
2068 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2069
2070 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2071 Deactivate temporarily advice if active (not needed for Emacs 22,
2072 but for backwards compatibility).
2073 (tramp-exists-file-name-handler): Rewrite. First implementation
2074 was too simple.
2075 (tramp-advice-make-auto-save-file-name):
2076 Call `tramp-handle-make-auto-save-file-name' (again, just for
2077 backwards compatibility).
2078
2079 2005-08-31 Reto Zimmermann <reto@gnu.org>
2080
2081 * progmodes/vhdl-mode.el
2082 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2083 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2084 (vhdl-set-default-project): New function (easier setting of default).
2085 (vhdl-port-copy): Handle extended identifiers for generics.
2086 (vhdl-compiler-alist): Better description for error message regexp.
2087 (vhdl-make): Query for target, use previous as default.
2088 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2089 (vhdl-font-lock-keywords-2): Fix fontification for record
2090 el. assign.
2091 (vhdl-speedbar-make-subpack-line): Add package body link.
2092 (vhdl-generate-makefile-1): Not include itself as dependency.
2093 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2094 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2095 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2096 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2097 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2098 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2099 (vhdl-import-project): Add string argument for `error'.
2100 (vhdl-compose-configuration)
2101 (vhdl-compose-configuration-architecture): Add configuration
2102 declaration generation.
2103 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2104 (vhdl-trailer-re): Add "record" keyword (better indentation).
2105 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2106 "[^ \t-\"]+".
2107 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2108 (vhdl-testbench-entity-file-name)
2109 (vhdl-testbench-architecture-file-name): Allow separate
2110 customization of testbench file names.
2111 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2112 (vhdl-get-visible-signals): Allow newline within alias declaration.
2113 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2114 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2115 (member-ignore-case): Alias for missing function in XEmacs.
2116 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2117 (vhdl-update-sensitivity-list): Ignore case on read signals.
2118 (vhdl-replace-string): Adjust case only for file names.
2119 (vhdl-update-sensitivity-list): Fix search for read signals.
2120 (vhdl-update-sensitivity-list): Exclude formal parameters.
2121 (vhdl-get-visible-signals): Include aliases of signals.
2122 (vhdl-get-visible-signals): Fix signal name searching.
2123 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2124 (vhdl-fixup-whitespace-region): Fix for character
2125 literals (e.g. ':').
2126
2127 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * ansi-color.el (comint-last-output-start):
2130 * bs.el (font-lock-verbose):
2131 * diff-mode.el (add-log-buffer-file-name-function):
2132 * dired-x.el (vm-folder-directory):
2133 * faces.el (help-xref-stack-item):
2134 * files.el (font-lock-keywords):
2135 * find-lisp.el (dired-buffers, dired-subdir-alist):
2136 * ido.el (cua-inhibit-cua-keys):
2137 * log-view.el (cvs-minor-wrap-function):
2138 * outline.el (font-lock-warning-face):
2139 * simple.el (compilation-current-error):
2140 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2141 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2142 * tooltip.el (comint-prompt-regexp):
2143 * w32-fns.el (explicit-shell-file-name):
2144 * term/mac-win.el (mac-charset-info-alist)
2145 (mac-services-selection, mac-system-script-code):
2146 * term/tty-colors.el (msdos-color-values):
2147 * term/w32-win.el (xlfd-regexp-registry-subnum):
2148 * term/x-win.el (x-keysym-table, x-selection-timeout)
2149 (x-session-id, x-session-previous-id):
2150 * textmodes/ispell.el (mail-yank-prefix):
2151 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2152 * textmodes/org.el (calc-embedded-close-formula)
2153 (calc-embedded-open-formula)
2154 (font-lock-unfontify-region-function):
2155 * textmodes/reftex-global.el (isearch-next-buffer-function)
2156 (TeX-master):
2157 * textmodes/reftex.el (font-lock-keywords):
2158 * textmodes/tex-mode.el (font-lock-comment-face)
2159 (font-lock-doc-face):
2160 * textmodes/texinfo.el (outline-heading-alist):
2161 Add defvars.
2162
2163 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2164 (artist-spray-chars, artist-mode-init, artist-replace-string)
2165 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2166 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2167 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2168
2169 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2170 (conf-align-assignments): "?\ " -> "?\s".
2171
2172 * textmodes/reftex-index.el (TeX-master): Add defvar.
2173 (reftex-index-phrases-marker): Move up defvar.
2174
2175 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2176 (reftex-toc-include-labels-indicator)
2177 (reftex-toc-include-index-indicator)
2178 (reftex-toc-max-level-indicator): Move up declarations.
2179
2180 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2181 of args to `tramp-run-real-handler', even if it's empty in this case.
2182
2183 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2184
2185 * dired.el (dired-move-to-filename-regexp): Add date format for
2186 Mac OS X 10.3 in East Asian locales.
2187
2188 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2189
2190 * files.el (make-auto-save-file-name): Add file name handler call
2191 if applicable.
2192
2193 * net/tramp.el (tramp-file-name-handler-alist)
2194 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2195 (tramp-handle-make-auto-save-file-name): Rename from
2196 `tramp-make-auto-save-file-name'.
2197 (tramp-exists-file-name-handler): New defun.
2198 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2199 `make-auto-save-file-name' is not a magic file name operation.
2200
2201 2005-08-30 Richard M. Stallman <rms@gnu.org>
2202
2203 * files.el (risky-local-variable-p):
2204 Match `-predicates' and `-commands.
2205
2206 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2207 (custom-save-all): Visit the file if necessary;
2208 kill the buffer if we created it.
2209 (custom-save-delete): Don't visit file or kill buffer here.
2210
2211 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2212
2213 * textmodes/org.el (org-special-keyword): New face.
2214 (org-table-copy-down, org-table-eval-formula)
2215 (org-table-recalculate, org-init-section-numbers):
2216 Use `string-to-number' instead of `string-to-int'.
2217 (org-get-location): Use `insert-buffer-substring' instead of
2218 `insert-buffer'.
2219 (org-modify-diary-entry-string): New function.
2220 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2221 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2222 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2223 active region.
2224 (org-export-as-html): Handle QUOTE keyword.
2225 (org-quote-string): New option.
2226 (org-bookmark-jump-unhide): New function, used for
2227 `bookmark-after-jump-hook'.
2228 (org-diary-default-entry): Apply only when not called through
2229 `org-agenda'.
2230
2231 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * net/eudc.el (mode-popup-menu):
2234 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2235 * progmodes/ada-mode.el (compile-auto-highlight)
2236 (skeleton-further-elements):
2237 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2238 * progmodes/cmacexp.el (msdos-shells):
2239 * progmodes/compile.el (font-lock-extra-managed-props)
2240 (font-lock-keywords, font-lock-maximum-size)
2241 (font-lock-support-mode):
2242 * progmodes/grep.el (font-lock-lines-before):
2243 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2244 * progmodes/mixal-mode.el (compile-command):
2245 * progmodes/perl-mode.el (font-lock-comment-face)
2246 (font-lock-doc-face, font-lock-string-face):
2247 * progmodes/prolog.el (comint-prompt-regexp):
2248 * progmodes/sh-script.el (font-lock-comment-face)
2249 (font-lock-set-defaults, font-lock-string-face):
2250 * progmodes/sql.el (font-lock-keyword-face)
2251 (font-lock-set-defaults, font-lock-string-face):
2252 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2253 (itimer-version, lazy-lock-defer-contextually)
2254 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2255 Add defvars.
2256
2257 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2258 (cperl-electric-keyword, cperl-electric-pod)
2259 (cperl-electric-backspace, cperl-forward-re)
2260 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2261 (vc-rcs-header, vc-sccs-header): Add defvars.
2262
2263 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2264 (font-lock-syntactic-keywords, gud-find-expr-function):
2265 Add defvars.
2266
2267 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2268 (gdb-frame-parameters): Declare before use.
2269
2270 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2271 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2272 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2273 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2274
2275 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2276 (idlwave-help-with-source): Use `insert-buffer-substring', not
2277 `insert-buffer'.
2278
2279 2005-08-29 Juri Linkov <juri@jurta.org>
2280
2281 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2282 Put outline-back-to-heading function call inside save-excursion.
2283
2284 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * man.el (Man-init-defvars, Man-translate-references)
2287 (Man-support-local-filenames, Man-highlight-references):
2288 * progmodes/sql.el (sql-interactive-mode):
2289 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2290
2291 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2292 (compilation-mode-font-lock-keywords): Add defvars.
2293 (checkdoc-interactive-loop): "?\ " -> "?\s".
2294
2295 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2296 (font-lock-doc-face, font-lock-string-face)
2297 (font-lock-keywords-case-fold-search): Add defvars.
2298 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2299
2300 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2301 Don't pass X and Y (they are ignored anyway).
2302 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2303 (mouse-delete-window): Make arguments optional.
2304
2305 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2306 (caesar-translate-table, minor-modes, news-buffer-save)
2307 (news-group-name, news-minor-modes): Add defvars.
2308
2309 * emacs-lisp/lselect.el (mouse-highlight-priority)
2310 (x-lost-selection-functions, zmacs-regions):
2311 * emacs-lisp/pp.el (font-lock-verbose):
2312 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2313 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2314 (ses-mode-map):
2315 * emacs-lisp/tcover-unsafep.el (safe-functions):
2316 * international/mule-cmds.el (mac-system-coding-system)
2317 (mac-system-locale):
2318 * language/ethio-util.el (rmail-current-message)
2319 (rmail-message-vector):
2320 * language/thai-util.el (thai-auto-composition-mode):
2321 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2322 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2323 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2324 (vm-primary-inbox, vm-spool-files):
2325 * mail/rmail.el (deleted-head, font-lock-fontified)
2326 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2327 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2328 (total-messages):
2329 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2330 (rmail-summary-mode-map):
2331 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2332 (rmail-last-label, rmail-last-multi-labels)
2333 (rmail-summary-vector, rmail-total-messages):
2334 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2335 * mail/rmailsum.el (msgnum):
2336 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2337 (rmail-current-message):
2338 * obsolete/fast-lock.el (font-lock-face-list):
2339 * obsolete/rnewspost.el (mail-reply-buffer):
2340 * obsolete/scribe.el (compile-command):
2341 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2342
2343 2005-08-28 John Paul Wallington <jpw@gnu.org>
2344
2345 * ibuf-ext.el (ibuffer-auto-update-changed):
2346 Use `frame-or-buffer-changed-p' to check whether we need to update.
2347 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2348 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2349 as a `frame-or-buffer-changed-p' state vector instead.
2350
2351 2005-08-27 Romain Francoise <romain@orebokech.com>
2352
2353 * textmodes/makeinfo.el (makeinfo-compile):
2354 Use `compilation-start'. Set `next-error-function' according to
2355 `disable-errors'.
2356 (makeinfo-next-error): New function.
2357 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2358 (makeinfo-buffer): Likewise.
2359
2360 * progmodes/compile.el (compilation-start): Add autoload cookie.
2361
2362 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2363 * textmodes/sgml-mode.el: Likewise.
2364 * progmodes/python.el: Likewise.
2365
2366 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2367
2368 * simple.el (blink-matching-paren-distance): Document the meaning
2369 of nil value, and allow to customize to nil.
2370
2371 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2372 command.com, not command.exe.
2373
2374 2005-08-26 John Wiegley <johnw@newartisans.com>
2375
2376 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2377 code around a bit so that an extraneous nil argument is not added
2378 to a command when no args are given.
2379
2380 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2381 double-quoted argument resolves to nil, return it as an empty
2382 string rather than as nil. This made it impossible to pass "" to
2383 a shell script as a null string argument.
2384
2385 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * outline.el (outline-invent-heading): New fun.
2388 (outline-promote, outline-demote): Use it.
2389 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2390 (outline-end-of-subtree): Remove unused var `opoint'.
2391
2392 2005-08-26 David Reitter <david.reitter@gmail.com>
2393
2394 * menu-bar.el (truncate-lines, write-file, print-buffer)
2395 (ps-print-buffer-faces, ps-print-buffer, split-window):
2396 Disable menu items when the frame they refer to is invisible, or when
2397 they refer to a buffer and the minibuffer is selected.
2398
2399 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2400
2401 * progmodes/flymake.el (flymake-highlight-err-lines):
2402 Use save-excursion around flymake-highlight-line to preserve point.
2403
2404 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2405
2406 * progmodes/octave-mod.el: Change Author and Maintainer address.
2407 (octave-maintainer-address): Change Kurt's email address.
2408 * progmodes/octave-inf.el: Change Author and Maintainer address.
2409 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2410
2411 2005-08-26 Kim F. Storm <storm@cua.dk>
2412
2413 * subr.el (version-list-<, version-list-<=, version-list-=):
2414 Renamed from integer-list-*.
2415 (version-list-not-zero): Likewise. Fix while loop.
2416 (version=): Use version-list-= instead of string-equal.
2417
2418 2005-08-26 Richard M. Stallman <rms@gnu.org>
2419
2420 * outline.el (outline-promote): Try shortening the heading.
2421 As last resort, read the heading to use.
2422 (outline-demote): As last resort, read the heading to use.
2423
2424 2005-08-26 Romain Francoise <romain@orebokech.com>
2425
2426 * progmodes/compile.el (compilation-start): Doc fix.
2427
2428 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2429 (antlr-font-lock-additional-keywords): Fix reference to
2430 `antlr-font-lock-literal-regexp' erroneously changed during the
2431 mass face rename.
2432 (antlr-run-tool): Use `compilation-start'.
2433
2434 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2435 instead of the obsolete `compile-internal'.
2436
2437 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2440 (number, original-date):
2441 * calendar/cal-china.el (date):
2442 * calendar/cal-coptic.el (date):
2443 * calendar/cal-french.el (date):
2444 * calendar/cal-hebrew.el (date, entry, number, original-date):
2445 * calendar/cal-islam.el (date, number, original-date):
2446 * calendar/cal-iso.el (date):
2447 * calendar/cal-julian.el (date):
2448 * calendar/cal-mayan.el (date):
2449 * calendar/cal-menu.el (date, event):
2450 * calendar/cal-persia.el (date):
2451 * calendar/lunar.el (date):
2452 * calendar/solar.el (date): Add defvars.
2453
2454 * emerge.el:
2455 * ibuffer.el:
2456 * info-xref.el:
2457 * obsolete/bg-mouse.el:
2458 * obsolete/sun-curs.el:
2459 * obsolete/swedish.el: Move the `defvar's to the top level.
2460
2461 * smerge-mode.el (smerge-refined-change): Add :group.
2462
2463 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2466 (smerge-keep-n): Remove props.
2467 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2468 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2469 now that it's done in smerge-keep-n.
2470 (smerge-refined-change): New face.
2471 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2472 (smerge-refine): New funs.
2473 (smerge-basic-map): Bind smerge-refine.
2474
2475 2005-08-25 Juri Linkov <juri@jurta.org>
2476
2477 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2478 compilation-process-setup-function and compilation-disable-input
2479 in grep-mode instead of let-bindings in grep.
2480
2481 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2482 Delete "Automatic File De/compression" (auto-compression-mode).
2483
2484 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2485
2486 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2487 Silence warning about non-existent variable.
2488
2489 2005-08-25 Richard M. Stallman <rms@gnu.org>
2490
2491 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2492 Rename "Describe Key" to "Describe Key or Mouse Operation".
2493
2494 * mail/mailalias.el (build-mail-aliases): Delete comments
2495 from the contents before processing them.
2496
2497 * isearch.el (isearch-edit-string): Erase the Search prompt
2498 if user enters an empty string and there is no default.
2499
2500 * comint.el (comint-file-name-prefix): Add autoload.
2501
2502 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2503
2504 * subr.el (play-sound): Rearrange to avoid warning.
2505
2506 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2507
2508 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2509 New hook.
2510 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2511
2512 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2515
2516 * custom.el (custom-theme-set-variables): Sort minor modes last.
2517
2518 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2519
2520 * subr.el (version-separator, version-regexp-alist): New vars used by
2521 version comparison funs.
2522 (integer-list-<, integer-list-=, integer-list-<=)
2523 (integer-list-not-zero): New funs for integer list comparison.
2524 (version-to-list, version=, version<, version<=): New funs for version
2525 comparison.
2526
2527 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2530 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2531 time to silence the byte-compiler.
2532
2533 * ibuffer.el (ibuffer-compile-make-eliding-form)
2534 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2535 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2536 so it's silly to get warnings for it).
2537 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2538 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2539 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2540 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2541 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2542 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2543 Defvar at compile time.
2544 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2545 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2546 Declare them before use.
2547
2548 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2549 (info-xref-good, info-xref-bad): Defvar at compile time.
2550
2551 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2552 Use `let*' instead of `let'.
2553
2554 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2555 (*mouse-y*, menu, char): Defvar at compile time.
2556 (sc::menu): Declare it before use.
2557 (sc::pack-one-line): Use `let', not `let*'.
2558
2559 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2560 (mail-send-hook): Defvar at compile time.
2561
2562 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2563 Defvar at compile time.
2564
2565 * term/sun-mouse.el (current-global-mousemap)
2566 (current-local-mousemap): Declare them before use.
2567
2568 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2569
2570 * bookmark.el (bookmark-after-jump-hook): New hook.
2571 (bookmark-jump): Run `bookmark-after-jump-hook'.
2572
2573 2005-08-23 Juri Linkov <juri@jurta.org>
2574
2575 * faces.el (minibuffer-prompt): Doc fix.
2576
2577 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2578
2579 * progmodes/xscheme.el: Trivial changes to silence warnings.
2580 (xscheme-previous-mode, xscheme-previous-process-state):
2581 Add defvars.
2582 (xscheme-last-input-end, xscheme-process-command-line)
2583 (xscheme-process-name, xscheme-buffer-name)
2584 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2585 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2586 (xscheme-control-g-synchronization-p)
2587 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2588 (default-xscheme-runlight, xscheme-runlight)
2589 (xscheme-runlight-string, xscheme-process-filter-state)
2590 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2591 Move to beginning of file.
2592 (scheme-interaction-mode-commands-alist)
2593 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2594 Declare them before use. Note: the initialization code for the variables
2595 has not been moved because it uses functions that reference the variables.
2596 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2597 (xscheme-prompt-for-expression-map): Declare them before use.
2598 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2599
2600 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2601
2602 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2603
2604 2005-08-22 Juri Linkov <juri@jurta.org>
2605
2606 * faces.el (set-face-underline): Delete this duplicate function
2607 and make an obsolete alias to set-face-underline-p.
2608 (set-face-underline-p): Use docstring of set-face-underline.
2609 (describe-face): Create hyperlink to parent face.
2610
2611 * info.el (Info-insert-dir): Use save-excursion around
2612 insert-buffer-substring.
2613 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2614 (Info-escape-percent): Delete function.
2615 (Info-fontify-node): Replace Info-escape-percent by
2616 replace-regexp-in-string with REP arg set to lambda that
2617 duplicates `%' and preserves text properties.
2618
2619 * progmodes/compile.el (compilation-disable-input): Doc fix.
2620 (define-compilation-mode): Doc fix and refill.
2621 (kill-compilation): Use `mode-name' in the error message.
2622 (compilation-find-file): Use `compilation-error' in the
2623 read-file-name's prompt.
2624
2625 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2628 (smerge-auto-leave): Make undo re-enable the mode.
2629 (debug-ignored-errors): Add the user-error of impossible resolution.
2630 (smerge-resolve): Move things around a bit, in preparation for later.
2631 (smerge-diff): Don't fail if the buffer has no associated file.
2632 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2633 (smerge-conflict-overlay): New function.
2634 (smerge-match-conflict): Don't add text properties here.
2635 (smerge-find-conflict): Instead, add an overlay here.
2636 Also check for the case where we're inside a conflict already, so as to
2637 obviate the need for font-lock-multiline, which is unbearably slow with
2638 large conflicts and ciomplex font-lock patterns.
2639 (smerge-remove-props): Remove overlay rather than text-properties.
2640 (smerge-mode): Don't set font-lock-multiline.
2641 Remove overlays when turned off.
2642
2643 2005-08-21 Kim F. Storm <storm@cua.dk>
2644
2645 * ido.el (ido-ignore-item-p): Use save-match-data.
2646 Bind case-fold-search to ido-case-fold locally.
2647
2648 2005-08-20 Richard M. Stallman <rms@gnu.org>
2649
2650 * files.el (normal-mode): If font lock is on, turn it off and on.
2651
2652 * subr.el (replace-regexp-in-string): Doc fix.
2653
2654 * startup.el (command-line-1): Don't suppress startup screen
2655 due to existing processes.
2656
2657 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2658
2659 * progmodes/compile.el (compilation-disable-input): Default to nil.
2660
2661 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2662
2663 * progmodes/compile.el (compilation-disable-input): New defcustom.
2664 (compilation-start): If compilation-disable-input is non-nil, send
2665 EOF to the compilation process.
2666
2667 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2668
2669 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2670 Run the argument of tex-shell-cd-command through
2671 convert-standard-filename, to get the correct style of slashes on
2672 Windows, and enclose the result in quotes, in case the file name
2673 includes whitespace or other special characters.
2674
2675 2005-08-19 Andreas Schwab <schwab@suse.de>
2676
2677 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2678 process.
2679
2680 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2681
2682 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2683
2684 2005-08-18 Kim F. Storm <storm@cua.dk>
2685
2686 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2687
2688 2005-08-18 Richard M. Stallman <rms@gnu.org>
2689
2690 * scroll-lock.el: New file.
2691
2692 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2693
2694 * dired.el (dired-move-to-end-of-filename):
2695 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2696
2697 2005-08-18 Kim F. Storm <storm@cua.dk>
2698
2699 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2700 rather than toggle mode when custom value is nil.
2701 (ido-everywhere): Fix defun doc string.
2702
2703 2005-08-17 Richard M. Stallman <rms@gnu.org>
2704
2705 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2706 as tag instead of "Inviolable".
2707
2708 2005-08-17 Kim F. Storm <storm@cua.dk>
2709
2710 * windmove.el (windmove-coordinates-of-position): Remove.
2711 (windmove-coordinates-of-window-position): Remove.
2712 (windmove-reference-loc): Use posn-at-point instead.
2713
2714 * subr.el (insert-for-yank-1): Doc fix.
2715
2716 * ido.el (ido-enter-matching-directory): Rename from
2717 ido-enter-single-matching-directory. Change 'slash choice to
2718 'only. Add 'first choice.
2719 (ido-exhibit): Adapt to above changes.
2720
2721 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2722
2723 * Makefile.in: Expand comment about building loaddefs.el.
2724
2725 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2726
2727 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2728 Comment use of defadvice.
2729
2730 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2731
2732 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2733
2734 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2735 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2736 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2737 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2738 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2739 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2740 for backward compatibility for faces that did not appear in the
2741 previous Emacs release.
2742
2743 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2744
2745 2005-08-15 Kim F. Storm <storm@cua.dk>
2746
2747 * emulation/cua-base.el (cua-delete-region): Return t if
2748 deleted region was non-empty.
2749 (cua-replace-region): Inhibit overwrite-mode for
2750 self-insert-command if replaced region was non-empty.
2751 (cua--explicit-region-start, cua--status-string): Make them
2752 buffer-local at top-level...
2753 (cua-mode): ...rather than when mode is enabled.
2754
2755 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2756
2757 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2758 Set t for Emacs 21, 22, and so on.
2759
2760 2005-08-15 David Ponce <david@dponce.com>
2761
2762 * tree-widget.el: Update Commentary header.
2763 (tree-widget-theme): Doc fix.
2764 (tree-widget-space-width): New option.
2765 (tree-widget-image-properties): Look up in the default theme too.
2766 (tree-widget--cursors): Only for images with arrow pointer shape.
2767 (tree-widget-lookup-image): Pointer shape is hand by default.
2768 (tree-widget-icon): Rename generic icon widget from
2769 `tree-widget-control'.
2770 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2771 derive from `tree-widget-icon'.
2772 (tree-widget-handle): Improve default look and feel of the text
2773 representation.
2774 (tree-widget): Rename :*-control properties to :*-icon properties.
2775 Add :action and :help-echo properties.
2776 (tree-widget-after-toggle-functions): Move.
2777 (tree-widget-close-node, tree-widget-open-node): Remove.
2778 (tree-widget-before-create-icon-functions): New hook.
2779 (tree-widget-value-create): Update to allow customization of icons
2780 and nodes at run-time via that new hook.
2781 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2782 (tree-widget-icon-action, tree-widget-icon-help-echo)
2783 (tree-widget-action, tree-widget-help-echo): New functions.
2784
2785 2005-08-15 Kim F. Storm <storm@cua.dk>
2786
2787 * ido.el (ido-buffer-internal): Use with-no-warnings.
2788 (ido-make-merged-file-list): Use while-no-input.
2789
2790 2005-08-15 Richard M. Stallman <rms@gnu.org>
2791
2792 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2793 (flyspell-large-region): Fix doc and custom type.
2794
2795 2005-08-14 Richard M. Stallman <rms@gnu.org>
2796
2797 * files.el (interpreter-mode-alist): Doc fix.
2798
2799 * mail/rmail.el (rmail-nonignored-headers): New variable.
2800 (rmail-clear-headers): Use it.
2801 (rmail-reply): Better handling of mail-followup-to header.
2802
2803 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2804 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2805 don't try to refer to executable-font-lock-keywords.
2806 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2807 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2808 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2809 (sh-mode): Set comment-start-skip, local-abbrev-table,
2810 imenu-case-fold-search.
2811 (sh-set-shell): Don't set them here.
2812 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2813 Don't cache the results in the original alist; don't ever modify
2814 that alist.
2815
2816 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2817
2818 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2819 empty.
2820
2821 2005-08-15 Andreas Schwab <schwab@suse.de>
2822
2823 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2824
2825 * dired.el, info.el, mail/rmail.el: Revert last change.
2826
2827 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2828
2829 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2830 modification in `eval-after-load' form.
2831 * info.el: Likewise.
2832 * mail/rmail.el: Likewise.
2833
2834 2005-08-14 Juri Linkov <juri@jurta.org>
2835
2836 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2837 Remove highlighting of "Compilation started". Highlight only
2838 the word "finished" in "Compilation finished". Add highlighting
2839 of "interrupt", "killed", "terminated" and the exit code.
2840 (compilation-start): Add newline after header. Use exactly the
2841 same time stamp format as the finishing message.
2842 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2843
2844 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2845 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2846 Add highlighting of "interrupt", "killed", "terminated".
2847
2848 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2849 enabled and the current command is self-insert-command, call it
2850 explicitly with overwrite-mode bound to nil, to not allow it
2851 to delete the character after the selected region.
2852
2853 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2854
2855 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2856 move-end-of-line, end-of-line, and beginning-of-line to the list
2857 of commands after which the echo area is updated.
2858
2859 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2860
2861 * cus-edit.el (custom-save-all, custom-save-delete):
2862 Bind recentf-exclude to exclude custom-file.
2863
2864 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2865
2866 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2867 to go to the bottom of the mail message. Added to
2868 `rmail-summary-mode-map' with key "/".
2869 (rmail-summary-show-message): New (internal) function for use by
2870 both `rmail-summary-beginning/end-of-message'.
2871 (rmail-summary-beginning-of-message): Change to use
2872 rmail-summary-show-message.
2873
2874 * mail/rmail.el (rmail-end-of-message): New command to go to the
2875 end of the current message. Added to `rmail-mode-map' with key "/".
2876 (rmail-beginning-of-message): Fix to work as documented.
2877 (rmail-mode): Change documentation.
2878
2879 * progmodes/compile.el (compilation-start): Add the line
2880 "Compilation started" with compilation start time.
2881 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2882
2883 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2884
2885 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2886 of menu items.
2887
2888 2005-08-11 Richard M. Stallman <rms@gnu.org>
2889
2890 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2891
2892 * battery.el (battery-status-function): Don't use ignore-errors.
2893
2894 2005-08-11 Lute Kamstra <lute@gnu.org>
2895
2896 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2897 define-obsolete-variable-alias.
2898
2899 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2902 (ange-ftp-send-cmd): Revert last change, and expand
2903 the comment explaining the problem.
2904
2905 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2906
2907 * ldefs-boot.el: Update.
2908
2909 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2910 item to "Time, Load and Mail". Change help echo text.
2911
2912 * time.el (display-time-use-mail-icon, display-time-format)
2913 (display-time-string-forms): Shorten first line of docstrings.
2914
2915 2005-08-10 Lars Hansen <larsh@soem.dk>
2916
2917 * desktop.el (desktop-buffer-mode-handlers):
2918 Make non-customizable. Add autoload cookie. Change initial value to
2919 nil; add elements in respective modules instead. Fix doc string.
2920 (desktop-load-file): New function.
2921 (desktop-minor-mode-handlers): New autoloaded variable.
2922 (desktop-create-buffer): Call minor mode handlers.
2923 Use desktop-load-file to load major and minor mode modules prior to
2924 checking for a handler.
2925 (desktop-save): Don't add nil to desktop-minor-modes for minor
2926 modes with nil function in desktop-minor-mode-table. Don't delete
2927 desktop file before rewriting it.
2928 (desktop-locals-to-save): Add autoload cookie. Don't make
2929 automatically buffer-local. Add variables column-number-mode,
2930 size-indication-mode, indent-tabs-mode,
2931 indicate-buffer-boundaries, indicate-empty-lines and
2932 show-trailing-whitespace.
2933 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2934 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2935 (desktop-clear-preserve-buffers-regexp): Delete.
2936 (desktop-clear-preserve-buffers): Update initial value and docstring.
2937 (desktop-save-buffer): Fix doc string.
2938
2939 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2940 (hilit-chg-desktop-restore): New function.
2941 (highlight-changes-mode): Add highlight-changes-mode to
2942 desktop-locals-to-save.
2943
2944 * dired.el: Add handler to desktop-buffer-mode-handlers.
2945 (dired-restore-desktop-buffer): Remove autoload cookie.
2946 (dired-mode): Add autoload cookie.
2947
2948 * info.el: Add handler to desktop-buffer-mode-handlers.
2949 (Info-restore-desktop-buffer): Remove autoload cookie.
2950 (Info-mode): Add autoload cookie.
2951
2952 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2953 (mh-restore-desktop-buffer): Remove autoload cookie.
2954 (mh-folder-mode): Add autoload cookie.
2955
2956 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2957 (rmail-restore-desktop-buffer): Remove autoload cookie.
2958
2959 2005-08-11 Masatake YAMATO <jet@gyve.org>
2960
2961 * hexl.el (hexl-address-region):
2962 (hexl-ascii-region, hexl-font-lock-keywords):
2963 (hexl-highlight-line-range): Use the term "region"
2964 instead of "area" for consistency with the other symbols
2965 defined in hexl.el.
2966
2967 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2968
2969 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2970 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2971 out by Juri Linkov). Add `display-battery-mode'.
2972
2973 2005-08-09 Juri Linkov <juri@jurta.org>
2974
2975 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2976 Remove `-text' from face variable names.
2977 (compilation-error-file-name, compilation-warning-file-name)
2978 (compilation-info-file-name): Delete faces.
2979 (compilation-line-number, compilation-column-number):
2980 Remove face underlining.
2981 (compilation-message-face): Set to `underline' value by default.
2982 (compilation-error-face, compilation-warning-face)
2983 (compilation-info-face): Remove `-file-name' from face names.
2984 (compilation-error-text-face, compilation-warning-text-face)
2985 (compilation-info-text-face): Delete face variables.
2986 (compilation-text-face): Delete function.
2987
2988 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2989 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2990 (grep-error-face): Set to `compilation-error' instead of
2991 `compilation-error-face' (which is redefined to `grep-hit-face' in
2992 grep buffers).
2993 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2994 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2995
2996 * dired-aux.el (dired-do-query-replace-regexp):
2997 Use `query-replace-read-args'.
2998
2999 * replace.el (query-replace-read-from, query-replace-read-to)
3000 (query-replace-read-args): Rename arg `string' to `prompt'.
3001
3002 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3003
3004 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3005
3006 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3007 uploading files.
3008 (ange-ftp-canonize-filename): Handle file names beginning with ~
3009 correctly.
3010
3011 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3012
3013 * textmodes/fill.el (canonically-space-region)
3014 (fill-context-prefix, fill-french-nobreak-p)
3015 (fill-delete-newlines, fill-comment-paragraph)
3016 (justify-current-line): "?\ " -> "?\s".
3017
3018 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3019
3020 * textmodes/fill.el (fill-nonuniform-paragraphs):
3021 Improve argument/docstring consistency.
3022
3023 2005-08-09 Richard M. Stallman <rms@gnu.org>
3024
3025 * textmodes/ispell.el (ispell-word): More fboundp checks.
3026
3027 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3028 (find-file-noselect-1): Call it here, only if RAWFILE.
3029 (normal-mode): Always set some major mode.
3030 (save-some-buffers-action-alist): Change some explanation strings.
3031 (file-name-non-special): In the `quote' method, use unwind-protect.
3032
3033 2005-08-09 Magnus Henoch <mange@freemail.hu>
3034
3035 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3036 (ispell-have-aspell-dictionaries): New variable.
3037 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3038 (ispell-get-aspell-config-value): New function.
3039 (ispell-aspell-find-dictionary): New function.
3040 (ispell-aspell-add-aliases): New function.
3041 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3042 appropriate. Don't look for ispell dictionaries if we use aspell.
3043 (ispell-menu-map): Don't build a submenu of dictionaries.
3044
3045 2005-08-09 Richard M. Stallman <rms@gnu.org>
3046
3047 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3048 (sql-read-passwd): Use read-passwd.
3049
3050 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3051 (idlwave-toolbar-is-possible): Add defvars.
3052
3053 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3054 Avoid warnings.
3055
3056 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3057 (idlwave-system-class-info, idlwave-executive-commands-alist):
3058 Use defvar.
3059
3060 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3061
3062 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3063 Avoid warnings.
3064
3065 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3066 and content-type: headers.
3067
3068 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3069
3070 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3071 and rename some of them to be more self-explanatory.
3072
3073 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3074
3075 * startup.el (command-line-1): Implement -scriptload.
3076
3077 * replace.el (occur-engine): Initial *Occur* output not undoable.
3078
3079 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3080 and improve help strings.
3081
3082 * isearch.el (isearch-repeat): When changing direction,
3083 mark search successful.
3084
3085 * ediff-init.el: Use (featurep 'xemacs).
3086
3087 * comint.el (send-invisible): Identify buffer, if not selected.
3088
3089 * align.el: Delete autoload for c-guess-basic-syntax.
3090
3091 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3092
3093 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3094 Improve argument/docstring consistency. Doc fixes.
3095 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3096 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3097 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3098 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3099 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3100 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3101 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3102 Defvar at compile time.
3103
3104 2005-08-09 Juri Linkov <juri@jurta.org>
3105
3106 * info.el: Replace `info' with upper-case `Info' where appropriate.
3107 (info-title-1, info-title-2, info-title-3, info-title-4)
3108 (info-menu-header): Move up face definitions.
3109 (info-menu-star): Rename from `info-menu-5'.
3110 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3111 (Info-fontify-visited-nodes): Fix docstring.
3112 (Info-hide-note-references): Fix docstring.
3113 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3114 menu items in the same way as on cross-references.
3115 (info-apropos): Fix sorting order and formatting to be like in the
3116 stand-alone Info browser. Display error messages for 1 sec.
3117 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3118 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3119 from the menu bar.
3120 (Info-insert-dir): Restore point after calling
3121 `insert-buffer-substring'.
3122
3123 2005-08-08 Richard M. Stallman <rms@gnu.org>
3124
3125 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3126 (recompute-lucid-menubar): Add defvars.
3127
3128 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3129
3130 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3131
3132 * net/net-utils.el (run-dig): Rename from `dig'.
3133
3134 * play/gametree.el (gametree-mode): Use make-local-variable,
3135 not make-variable-buffer-local.
3136
3137 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3138
3139 * ansi-color.el (ansi-color-make-extent)
3140 (ansi-color-set-extent-face): Use fboundp, not functionp.
3141
3142 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3143 not make-variable-buffer-local.
3144
3145 * bookmark.el (Info-current-file): Add defvar.
3146 (bookmark-jump-noselect): Use with-no-warnings.
3147
3148 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3149
3150 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3151
3152 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3153
3154 * find-file.el (ada-procedure-start-regexp)
3155 (ada-package-start-regexp): Add defvars.
3156
3157 * info.el (Info-insert-dir): Use insert-buffer-substring.
3158
3159 * xml.el (xml-att-def-re): Add defvar.
3160
3161 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3162 calling convention.
3163
3164 * subr.el (while-no-input): Return t if there is input.
3165
3166 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3167
3168 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3169
3170 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3171
3172 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3173 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3174
3175 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3176
3177 * cmuscheme.el (scheme-start-file): Replace reference to
3178 `user-emacs-directory' by "~/.emacs.d/".
3179
3180 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3181
3182 * info.el (Info-dir-remove-duplicates): Avoid case folding
3183 in loop; instead, keep downcased strings for comparison.
3184 Suggested by Helmut Eller.
3185
3186 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3187
3188 Sync with Tramp 2.0.50.
3189
3190 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3191 XEmacs case; not necessary anymore.
3192 (tramp-user-regexp): Allow "@" as part of user name.
3193 (tramp-handle-set-visited-file-modtime)
3194 (tramp-handle-insert-file-contents)
3195 (tramp-handle-write-region): No special handling for
3196 `last-coding-system-used, because this is done in
3197 `tramp-accept-process-output' now.
3198 (tramp-accept-process-output): New defun.
3199 (tramp-process-one-action, tramp-process-one-multi-action)
3200 (tramp-wait-for-regexp, tramp-wait-for-output)
3201 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3202 Howells <dhowells@redhat.com>.
3203 (clear-visited-file-modtime): Defadvice removed. The check for
3204 unset buffer's modtime does not need to be based on
3205 `tramp-buffer-file-attributes'. Suggested by RMS.
3206 (tramp-message): Insert "\n" if not being at beginning of line.
3207 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3208 sequence with same logic.
3209 (tramp-completion-handle-expand-file-name): Discard call of
3210 `tramp-drop-volume-letter'. It is not necessary, and there have
3211 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3212 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3213 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3214 should always be visible.
3215 (tramp-handle-insert-directory, tramp-setup-complete)
3216 (tramp-set-process-query-on-exit-flag)
3217 (tramp-append-tramp-buffers): Pacify byte-compiler.
3218 (tramp-bug): Delete non-existing variables from list.
3219 Apply `tramp-load-report-modules' as pre-hook.
3220 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3221 `shell-prompt-pattern' because of non-7bit characters.
3222 Reported by Sebastian Luque <sluque@mun.ca>.
3223 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3224 (tramp-match-string-list): Remove function.
3225 (tramp-wait-for-regexp): Remove call of that function.
3226 Suggested by Kim F. Storm <storm@cua.dk>.
3227 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3228 instead of octal character code ?\600. The latter resulted in a
3229 syntax error with XEmacs.
3230
3231 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3232 XEmacs case; not necessary anymore.
3233 (tramp-smb-handle-write-region): No special handling for
3234 `last-coding-system-used, because this is done in
3235 `tramp-accept-process-output' now.
3236 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3237
3238 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3239
3240 * wid-edit.el (widget-choice-value-create):
3241 Unconditionally respect user choice. Set :explicit-choice back to nil
3242 when no longer needed.
3243 (widget-choice-action): Unconditionally respect user choice.
3244 Eliminate :explicit-choice-value.
3245
3246 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3247
3248 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3249 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3250 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3251 running new function `toggle-indicate-empty-lines'.
3252 Rename "Customize" item to "Customize fringe".
3253 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3254 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3255 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3256 Delete "Empty lines only" item.
3257 (menu-bar-showhide-fringe-ind-customize): New function.
3258 (menu-bar-showhide-fringe-ind-mixed)
3259 (menu-bar-showhide-fringe-ind-box)
3260 (menu-bar-showhide-fringe-ind-right)
3261 (menu-bar-showhide-fringe-ind-left)
3262 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3263 instead of `fringe-indicators'.
3264
3265 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3266
3267 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3268 Change the date of last update.
3269
3270 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3271
3272 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3273 (viper-exec-yank, viper-put-back): Don't display modification msg
3274 if in the minibuffer.
3275
3276 * viper-init.el (viper-replace-overlay-cursor-color)
3277 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3278 Make variables frame local.
3279
3280 * viper-util.el (viper-append-filter-alist): Use append instead of
3281 nconc.
3282
3283 * viper.el (viper-vi-state-mode-list)
3284 (viper-emacs-state-mode-list): Move help-mode and
3285 completion-list-mode from the first list to the second.
3286 (viper-mode): Docstring.
3287 (viper-go-away, viper-non-hook-settings): Don't localize
3288 minor-mode-alist in newer Emacsen. Add advice to
3289 set-cursor-color. Don't bind "\C-c\\".
3290
3291 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3292
3293 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3294 (scheme-macro-expand-command): New user options.
3295 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3296 (scheme-form-at-point, scheme-start-file)
3297 (scheme-interactively-start-process): New functions.
3298 (scheme-get-process): New function, extracted from `scheme-proc'.
3299 (run-scheme): Call `scheme-start-file' to get start file, and pass
3300 it to `make-comint'.
3301 (switch-to-scheme, scheme-proc):
3302 Call `scheme-interactively-start-process' if no Scheme buffer/process
3303 is available.
3304
3305 2005-08-06 Juri Linkov <juri@jurta.org>
3306
3307 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3308 Use `compilation-text-face', `compilation-info-text-face' and
3309 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3310 (compilation-error): New face.
3311 (compilation-error-file-name): Inherit from
3312 `compilation-error' instead of `font-lock-warning-face'.
3313 (compilation-warning-file-name): Inherit from
3314 `compilation-warning' instead of `font-lock-warning-face'.
3315 (compilation-info, compilation-error-file-name)
3316 (compilation-warning-file-name, compilation-info-file-name)
3317 (compilation-line-number, compilation-column-number): Doc fix.
3318 (compilation-error-text-face, compilation-warning-text-face)
3319 (compilation-info-text-face): New face variables.
3320 (compilation-line-face, compilation-column-face)
3321 (compilation-enter-directory-face)
3322 (compilation-leave-directory-face): Doc fix.
3323 (compilation-text-face): New function.
3324
3325 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3326 instead of 1 to display binary file names as info file links.
3327 (grep-error-face): Use `compilation-error-face' instead of
3328 `font-lock-keyword-face'.
3329 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3330 and `compilation-warning-text-face' instead of
3331 `font-lock-keyword-face'. Use `compilation-error-text-face'
3332 instead of `grep-error-face'.
3333
3334 2005-08-05 Kenichi Handa <handa@m17n.org>
3335
3336 * international/code-pages.el: Add autoload cookies for all coding
3337 systems.
3338
3339 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3340
3341 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3342
3343 2005-08-04 Juri Linkov <juri@jurta.org>
3344
3345 * progmodes/compile.el (compilation-mode-map):
3346 * progmodes/grep.el (grep-mode-map):
3347 Bind TAB to `compilation-next-error' and [backtab] to
3348 `compilation-previous-error'.
3349
3350 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3351 matching line numbers, column numbers and their ranges with regexp
3352 matching only line numbers.
3353 (grep-context-face): New face variable.
3354 (grep-mode-font-lock-keywords): Use it.
3355
3356 * faces.el (read-face-name): Delete duplicate faces.
3357
3358 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * thumbs.el (thumbs-find-image): Don't make variables
3361 automatically buffer local.
3362 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3363 (thumbs-image-num): Make automatically buffer local.
3364 (thumbs-show-thumbs-list): Use `make-local-variable', not
3365 `make-variable-buffer-local'.
3366 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3367
3368 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3369 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3370 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3371 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3372 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3373 (feelings-about, foullst, found, hello, history, howareyoulst)
3374 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3375 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3376 (neglst, obj, object, owner, please, problems, qlist)
3377 (random-adjective, relation, remlst, repetitive-shortness)
3378 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3379 (shortlst, something, sportslst, stallmanlst, states, subj)
3380 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3381 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3382 Defvar at compile time.
3383
3384 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3385 not `make-variable-buffer-local'.
3386
3387 2005-08-02 Kim F. Storm <storm@cua.dk>
3388
3389 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3390 rectangle overlay in selected window.
3391
3392 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3393
3394 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3395 instead of display group. Make `indicate-buffer-boundaries'
3396 customizable through Custom.
3397
3398 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3401 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3402 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3403 (gdb-put-string): Fix typos in docstrings.
3404
3405 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3406
3407 Update copyright notices of files in progmodes directory for
3408 release of Emacs 22.1.
3409
3410 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3411
3412 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3413 Don't barf if the GUD buffer has been killed.
3414
3415 2005-08-01 Kim F. Storm <storm@cua.dk>
3416
3417 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3418
3419 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3420
3421 * simple.el (next-error-follow-minor-mode):
3422 make-variable-buffer-local -> make-local-variable.
3423
3424 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3425
3426 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3427 (byte-compile-form-make-variable-buffer-local): New functions to warn
3428 about misuses of make-variable-buffer-local where make-local-variable
3429 was meant.
3430
3431 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3432
3433 * bs.el (bs-attributes-list): Doc fix.
3434 (bs): Update url-link.
3435
3436 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3437 (desktop-load-default): Simplify.
3438
3439 * ibuffer.el (ibuffer-columnize-and-insert-list)
3440 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3441 (ibuffer-unmark-all, ibuffer-toggle-marks)
3442 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3443 (ibuffer-compile-make-format-form, ibuffer-format-column)
3444 (ibuffer-current-buffers-with-marks)
3445 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3446 (ibuffer): Doc fix.
3447 (ibuffer-mode): Fix typo in docstring.
3448 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3449 with `define-obsolete-variable-alias'.
3450 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3451
3452 2005-07-29 Kenichi Handa <handa@m17n.org>
3453
3454 * international/mule-cmds.el (select-message-coding-system):
3455 Be sure to use LF for end-of-line. If no coding system is decided,
3456 return iso-8859-1-unix.
3457
3458 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3459
3460 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3461 (ange-ftp-pending-error-line): New vars.
3462 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3463 to handle the non-fatal no-route-to-host messages.
3464 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3465
3466 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3467
3468 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3469 (isearch-quote-char, isearch-printing-char)
3470 (isearch-text-char-description): "?\ " -> "?\s".
3471 (isearch-lazy-highlight-cleanup)
3472 (isearch-lazy-highlight-initial-delay)
3473 (isearch-lazy-highlight-interval)
3474 (isearch-lazy-highlight-max-at-a-time)
3475 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3476 Declare with define-obsolete-*-alias macros.
3477 (isearch-forward): Fix typo in docstring.
3478 (search-invisible, search-ring-yank-pointer)
3479 (regexp-search-ring-yank-pointer): Doc fixes.
3480
3481 * recentf.el (recentf-menu-append-commands-p): Declare with
3482 `define-obsolete-variable-alias'.
3483 (recentf-max-saved-items, recentf-menu-filter)
3484 (recentf-arrange-by-rule-subfilter): Doc fixes.
3485 (recentf-menu-append-commands-flag)
3486 (recentf-initialize-file-name-history, recentf-expand-file-name)
3487 (recentf-clear-data): Fix typos in docstrings.
3488
3489 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3490
3491 * progmodes/gdb-ui.el: Smarten comments.
3492 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3493
3494 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3495
3496 * term/apollo.el (terminal-init-apollo): New function containing
3497 all former top level forms in the file.
3498 * term/bobcat.el (terminal-init-bobcat):
3499 * term/cygwin.el (terminal-init-cygwin):
3500 * term/iris-ansi.el (terminal-init-iris-ansi):
3501 * term/linux.el (terminal-init-linux):
3502 * term/news.el (terminal-init-news):
3503 * term/rxvt.el (terminal-init-rxvt):
3504 * term/sun.el (terminal-init-sun):
3505 * term/tvi970.el (terminal-init-tvi970):
3506 * term/vt100.el (terminal-init-vt100):
3507 * term/vt102.el (terminal-init-vt102):
3508 * term/vt125.el (terminal-init-vt125):
3509 * term/vt200.el (terminal-init-vt200):
3510 * term/vt201.el (terminal-init-vt201):
3511 * term/vt220.el (terminal-init-vt220):
3512 * term/vt240.el (terminal-init-vt240):
3513 * term/vt300.el (terminal-init-vt300):
3514 * term/vt320.el (terminal-init-vt320):
3515 * term/vt400.el (terminal-init-vt400):
3516 * term/vt420.el (terminal-init-vt420):
3517 * term/wyse50.el (terminal-init-wyse50):
3518 * term/xterm.el (terminal-init-xterm): Likewise.
3519
3520 * term/README: Describe the terminal-init-* functionality.
3521
3522 * startup.el (command-line): After loading the terminal initialization
3523 file call the corresponding terminal initialization function.
3524
3525 2005-07-27 Kenichi Handa <handa@m17n.org>
3526
3527 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3528 negative.
3529
3530 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3531 (ps-mule-composition-prologue): Fix for the case that
3532 RelativeCompose is false.
3533
3534 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3537
3538 * descr-text.el (describe-char): Handle the case where the list of
3539 chars is displayed in a separate frame.
3540 Be a bit more discriminating when looking for the char.
3541
3542 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3543
3544 * bookmark.el (bookmark-automatically-show-annotations)
3545 (bookmark-read-annotation-text-func): Doc fixes.
3546 (bookmark-save): Improve argument/docstring consistency.
3547 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3548 (bookmark-alist-from-buffer)
3549 (bookmark-upgrade-file-format-from-0)
3550 (bookmark-grok-file-format-version)
3551 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3552 (bookmark-read-annotation-mode)
3553 (bookmark-insert-current-bookmark, bookmark-jump)
3554 (bookmark-exit-hook): Fix typos in docstrings.
3555 (bookmark-exit-hooks): Define as obsolete alias.
3556 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3557 not `bookmark-exit-hooks'. Fix docstring.
3558 (bookmark-bmenu-select): "?\ " -> "?\s".
3559
3560 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3561
3562 * startup.el (command-line): Fix typo.
3563
3564 2005-07-24 Richard M. Stallman <rms@gnu.org>
3565
3566 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3567 not emacs-quick-startup.
3568
3569 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3570
3571 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3572 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3573 instead of `reb-with-current-window'.
3574 (reb-prev-match): Likewise. Also, don't move left if the search
3575 was unsuccessful.
3576 (reb-initialize-buffer): New function.
3577 (re-builder, reb-change-syntax): Use it.
3578
3579 * man.el (Man-goto-page): Make second argument NOERROR optional.
3580
3581 2005-07-23 Richard M. Stallman <rms@gnu.org>
3582
3583 * man.el (Man-bgproc-sentinel): Check here for failure to find
3584 any man page in the output, and report the error here.
3585 (Man-arguments): Make it permanent local.
3586 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3587 (Man-mode): Pass t for NOERROR.
3588
3589 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3590 (grep-mode-font-lock-keywords):
3591 Don't use compilation-...-face for messages that are not file names.
3592
3593 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3594 Don't use compilation-...-face for messages that are not file names.
3595
3596 2005-07-22 Juri Linkov <juri@jurta.org>
3597
3598 * startup.el (normal-splash-screen): Update menu name.
3599
3600 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3601
3602 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3603
3604 * term/xterm.el: Load term/rxvt if the terminal is actually an
3605 rxvt terminal.
3606 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3607
3608 * term/rxvt.el (function-key-map): Use substitute-key-definition
3609 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3610
3611 * term/cygwin.el: New file.
3612
3613 2005-07-22 Kim F. Storm <storm@cua.dk>
3614
3615 * image-file.el (insert-image-file, image-file-yank-handler):
3616 Fix last change to maintain a (unique) yank-handler on yanked images.
3617
3618 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3619
3620 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3621 of the file size (as in "177B" for 177 bytes). This happens with
3622 "ls -lh" on FreeBSD.
3623
3624 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3625
3626 * hilit-chg.el (highlight-changes-global-initial-state)
3627 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3628 (hilit-chg-fixup, highlight-changes-mode):
3629 Fix typos in docstrings.
3630 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3631 Doc fixes.
3632
3633 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3634
3635 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3636 mode function using `eval-after-load'.
3637
3638 2005-07-21 Kim F. Storm <storm@cua.dk>
3639
3640 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3641 included when reporting an emacs crash, and tell about the DEBUG file.
3642
3643 * image-file.el (insert-image-file): Add yank-handler.
3644 (image-file-yank-handler): Yank handler to make unique copies of
3645 images when they are yanked into a buffer next to each other.
3646
3647 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3648
3649 * comint.el (comint-use-prompt-regexp, comint-send-input)
3650 (comint-source-default, comint-extract-string)
3651 (comint-get-source, comint-word, comint-completion)
3652 (comint-source, comint-prompt-read-only, comint-update-fence):
3653 Fix typos in docstrings.
3654 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3655 Declare with define-obsolete-*-alias macros.
3656 (comint-previous-matching-input-from-input)
3657 (comint-next-matching-input-from-input)
3658 (comint-previous-matching-input, comint-next-matching-input)
3659 (comint-forward-matching-input):
3660 Improve argument/docstring consistency.
3661
3662 * desktop.el (desktop-clear-preserve-buffers-regexp):
3663 Also preserve the *server* buffer.
3664
3665 * simple.el (clone-indirect-buffer): Doc fix.
3666 (fixup-whitespace, just-one-space)
3667 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3668 (next-error, next-error-highlight)
3669 (next-error-highlight-no-select, next-error-last-buffer)
3670 (next-error-buffer-p, next-error-find-buffer, next-error)
3671 (previous-error, next-error-no-select, previous-error-no-select)
3672 (open-line, split-line, minibuffer-prompt-width, kill-new)
3673 (binary-overwrite-mode): Fix typos in docstrings.
3674 (set-fill-column): Fix typo in message.
3675
3676 * skeleton.el (skeleton-proxy-new): Doc fix.
3677
3678 * strokes.el (strokes-load-hook): Doc fix.
3679 (strokes-grid-resolution, strokes-get-grid-position)
3680 (strokes-renormalize-to-grid, strokes-read-stroke)
3681 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3682 (strokes-global-map): Fix typos in docstrings.
3683 (strokes-help): Doc fix. Fix help message and pass it through
3684 `substitute-command-keys'.
3685
3686 * tempo.el (tempo-insert-prompt, tempo-interactive)
3687 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3688 (tempo-insert-string-functions, tempo-local-tags)
3689 (tempo-define-template, tempo-insert-template)
3690 (tempo-insert-prompt-compat, tempo-is-user-element)
3691 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3692 Fix typos in docstrings.
3693
3694 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3695 (vcursor-key-bindings, vcursor-use-vcursor-map)
3696 (vcursor-find-window, vcursor-scroll-down)
3697 (vcursor-disable, vcursor-beginning-of-buffer)
3698 (vcursor-end-of-buffer): Fix typos in docstrings.
3699 (vcursor-relative-move, vcursor-get-char-count):
3700 Improve argument/docstring consistency.
3701
3702 * version.el: "?\ " -> "?\s".
3703
3704 * wid-edit.el (widget-default-create, widget-after-change)
3705 (widget-default-format-handler, widget-checklist-add-item)
3706 (widget-radio-add-item, widget-choose, widget-specify-secret)
3707 (widget-field-value-create, widget-field-value-get)
3708 (widget-editable-list-format-handler)
3709 (widget-editable-list-entry-create, widget-group-value-create)
3710 (widget-documentation-link-add)
3711 (widget-documentation-string-value-create): "?\ " -> "?\s".
3712 (widget-convert-text): Doc fix.
3713 (widget-narrow-to-field, widget-field-find)
3714 (widget-url-link-action, widget-emacs-library-link-action)
3715 (widget-color-notify): Fix typos in docstrings.
3716
3717 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3718 (x-select-text, set-w32-system-coding-system)
3719 (w32-add-charset-info): Fix typos in docstrings.
3720
3721 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3722 (cua-enable-cua-keys, cua-use-hyper-key)
3723 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3724 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3725
3726 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3727
3728 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3729 `defalias' instead of faking it.
3730
3731 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3732 (eshell-ls-missing, eshell-ls-dired-initial-args)
3733 (eshell-ls-use-in-dired): Fix typos in docstrings.
3734
3735 2005-07-20 Kim F. Storm <storm@cua.dk>
3736
3737 * emulation/cua-base.el (cua-mode): Improve doc string.
3738
3739 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * abbrev.el (expand-region-abbrevs): Doc fix.
3742 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3743 Improve argument/docstring consistency.
3744
3745 * arc-mode.el (archive-get-descr, archive-alternate-display):
3746 Doc fixes.
3747 (archive-l-e): Improve argument/docstring consistency.
3748 (archive-tmpdir, archive-unixdate, archive-unixtime)
3749 (archive-chmod-entry): Fix typos in docstrings.
3750 (archive-unflag, archive-unflag-backwards)
3751 (archive-unmark-all-files): "?\ " -> "?\s".
3752
3753 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3754 (Buffer-menu-not-modified, Buffer-menu-execute)
3755 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3756 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3757
3758 * composite.el (compose-string, encode-composition-rule)
3759 (compose-last-chars): Fix typos in docstrings.
3760
3761 * desktop.el (desktop-enable, desktop-basefilename):
3762 Declare with `define-obsolete-variable-alias'.
3763 (desktop-internal-v2s): Don't quote keywords.
3764 (desktop-clear): "?\ " -> "?\s".
3765
3766 * dired.el (dired-align-file, dired-flag-backup-files)
3767 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3768 (dired-listing-switches, dired-ls-F-marks-symlinks)
3769 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3770 (dired-directory, dired-faces, dired, dired-revert)
3771 (dired-mode, dired-summary, dired-view-file)
3772 (dired-copy-filename-as-kill, dired-delete-file)
3773 (dired-no-confirm, dired-unmark-all-marks)
3774 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3775 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3776 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3777 Fix typos in message strings.
3778
3779 * dired-x.el (virtual-dired): Declare with `defalias'.
3780 (dired-mark-unmarked-files, dired-local-variables-file)
3781 (dired-omit-here-always): Doc fix.
3782 (dired-omit-mode, dired-find-subdir)
3783 (dired-enable-local-variables, dired-clean-up-buffers-too)
3784 (dired-extra-startup, dired-mark-extension, dired-jump)
3785 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3786 (dired-smart-shell-command, dired-guess-shell-alist-user)
3787 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3788 (dired-x-bind-find-file, dired-x-submit-report):
3789 Fix typos in docstrings.
3790 (dired-mark-unmarked-files): "?\ " -> "?\s".
3791
3792 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3793
3794 * faces.el (describe-face): "?\ " -> "?\s".
3795 (read-all-face-attributes, read-face-font, modify-face)
3796 (face-attr-construct, italic): Fix typos in docstrings.
3797 (frame-update-face-colors): Declare with
3798 `define-obsolete-function-alias'.
3799
3800 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3801 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3802 (magic-mode-alist, buffer-file-numbers-unique)
3803 (write-file-functions, get-free-disk-space):
3804 Fix typos in docstrings.
3805 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3806 (write-contents-hooks, write-file-hooks):
3807 Declare with `define-obsolete-variable-alias'.
3808
3809 * forms-d2.el (arch-rj): Fix typo in docstrings.
3810 (arch-tocol): Likewise. "?\ " -> "?\s".
3811
3812 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3813 Fix typo in docstring.
3814 (set-screen-width, set-screen-height): Delete redundant info in
3815 doctrings.
3816 (new-frame, screen-height, screen-width): Declare with
3817 `define-obsolete-function-alias'.
3818 (delete-frame-hook, blink-cursor): Declare with
3819 `define-obsolete-variable-alias'.
3820
3821 * paths.el (prune-directory-list): Fix typos in docstring.
3822
3823 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3824 (cvs-prefix-get): Fix typos in docstrings.
3825
3826 * ps-print.el (ps-extend-face-list, ps-extend-face)
3827 (ps-print-background-image): Fix typos in docstrings.
3828 (ps-default-fg, ps-default-bg): Doc fixes.
3829
3830 * s-region.el (s-region-bind): Doc fix.
3831 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3832
3833 * textmodes/org.el (org-table-formula-substitute-names)
3834 (org-table-get-vertical-vector): Doc fixes.
3835 (org-table-recalculate): Remove unused argument to `message'.
3836
3837 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3838
3839 * textmodes/org.el (org-table-column-names)
3840 (org-table-column-name-regexp)
3841 (org-table-named-field-locations): New variables.
3842 (org-archive-subtree): Protect `this-command' when calling
3843 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3844 the kill buffer.
3845 (org-complete): Remove fixed-formula completion.
3846 (org-edit-formulas-map): New variable.
3847 (org-table-edit-formulas): New command.
3848 (org-finish-edit-formulas, org-abort-edit-formulas)
3849 (org-show-variable, org-table-get-vertical-vector): New functions.
3850 (org-table-maybe-eval-formula): Handle `:=' fields.
3851 (org-table-get-stored-formulas, org-table-store-formulas)
3852 (org-table-get-formula, org-table-modify-formulas)
3853 (org-table-replace-in-formulas): Handle named field formulas.
3854 (org-table-get-specials): Store locations of named fields.
3855
3856 2005-07-19 Juri Linkov <juri@jurta.org>
3857
3858 * progmodes/grep.el (grep-regexp-alist)
3859 (grep-mode-font-lock-keywords, grep-process-setup):
3860 Use default GNU grep match color "01;31m" instead of "01;41m".
3861 (grep-regexp-alist, grep-mode-font-lock-keywords):
3862 Use `\\[[0-9]*m' instead of `\\[00m'.
3863 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3864 sgr_start where its handling is more important. Use the real
3865 length of sgr_start instead of constant 8.
3866 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3867 specially. Delete all remaining escape sequences.
3868 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3869 (grep-regexp-alist): Make hyperlink only for binary file name
3870 instead of the whole line.
3871 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3872 (grep-mode): Add autoload.
3873
3874 * emacs-lisp/find-func.el (find-function-regexp):
3875 Add `define-compilation-mode'.
3876
3877 2005-07-19 Juri Linkov <juri@jurta.org>
3878
3879 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3880 (compare-windows-sync-string-size, compare-windows-recenter)
3881 (compare-windows-highlight, compare-windows): Add version 22.1.
3882 (compare-windows) <defface>: Inherit from lazy-highlight instead
3883 of duplicating its default value.
3884
3885 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3886 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3887
3888 * descr-text.el (describe-char): Create link buttons for `charset'
3889 and `code point'. Add the current input method name with a link
3890 button to `to input' field. Print face names of display table
3891 characters in `The display table entry is displayed by' section
3892 instead of printing face-id in the `display' field.
3893 Guess hardcoded faces and create a link button for them.
3894 Skip empty fields when calculating max-width.
3895 Treat `widget-create' specially while inserting strings from the
3896 collected field list.
3897 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3898
3899 * diff-mode.el (diff-file-header): Change foreground color from
3900 yellow to green on light backgrounds.
3901 (diff-context): Inherit from `shadow' only for color/grayscale
3902 with more than 88 colors.
3903 (diff-indicator-removed, diff-indicator-added)
3904 (diff-indicator-changed): New faces.
3905 (diff-font-lock-keywords): Use new faces. Regroup rules.
3906 Add "^---$" for `normal' diff format. Fontify `#' lines with
3907 font-lock-comment-delimiter-face and font-lock-comment-face.
3908 Add `#' to ^[^...] in the rule for `diff-context-face'.
3909
3910 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3911 a button-like box. Inherit from `highlight' on low colors.
3912 (shadow): Use shades of gray only for color/grayscale with
3913 more than 88 colors. Use green for light backgrounds with
3914 8 colors, and yellow for dark backgrounds with 8 colors.
3915
3916 * font-lock.el (font-lock-regexp-grouping-backslash):
3917 Don't inherit from escape-glyph (use bold for all cases).
3918
3919 * info.el (info-xref-visited): Use light foreground color `violet'
3920 for dark backgrounds instead of dark color `magenta3'.
3921 (info-title-1): Use `yellow' color for dark backgrounds.
3922
3923 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3924 too-light magenta2.
3925
3926 * replace.el (match): Use slightly more light RoyalBlue3 instead
3927 of dark RoyalBlue4.
3928
3929 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3930
3931 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3932
3933 * novice.el (disabled-command-hook): Declare it with
3934 `define-obsolete-variable-alias'.
3935
3936 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3937 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3938 (desktop-load-default): Add release to obsolescence info.
3939 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3940 (desktop-append-buffer-args, desktop-read):
3941 Fix typos in docstrings.
3942 (desktop-kill): Fix typo in message.
3943 (desktop-save): Doc fix.
3944
3945 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3946
3947 * viper-cmd.el (viper-escape-to-state): Bug fix.
3948 (viper-envelop-ESC-key): Change the definition of fast
3949 keysequence so it'll work with keyboard macros.
3950
3951 * ediff.el (ediff-patch-buffer): Change the docstring.
3952
3953 2005-07-19 Kenichi Handa <handa@m17n.org>
3954
3955 * international/mule-cmds.el (select-safe-coding-system): Try to
3956 use an auto-coding (if any) before anything else. If the found
3957 auto-coding is invalid, show a warning message.
3958
3959 * international/mule.el (find-auto-coding): New function created
3960 by modifying the body of set-auto-coding.
3961 (set-auto-coding): Use find-auto-coding to find a coding.
3962
3963 2005-07-18 Richard M. Stallman <rms@gnu.org>
3964
3965 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3966 not isearch-mode-end-hook-error.
3967 (allout-before-change-protect): Fix error message.
3968
3969 2005-07-18 Juri Linkov <juri@jurta.org>
3970
3971 * allout.el (allout-mode):
3972 * calculator.el (calculator-copy):
3973 * custom.el (custom-known-themes):
3974 * dired.el (dired-desktop-buffer-misc-data)
3975 (dired-restore-desktop-buffer):
3976 * dired-x.el (dired-omit-marker-char):
3977 * files.el (basic-save-buffer):
3978 * font-core.el (font-lock-mode):
3979 * calendar/calendar.el (calendar-goto-hebrew-date)
3980 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3981 (calendar-goto-persian-date):
3982 * language/ethio-util.el (ethio-sera-to-fidel-region):
3983 * textmodes/picture.el (picture-mode):
3984 Delete duplicate duplicate words.
3985
3986 2005-07-18 Juri Linkov <juri@jurta.org>
3987
3988 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3989 chars * ? } |.
3990 (isearch-fallback): Don't call `isearch-process-search-char'.
3991 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3992 (isearch-process-search-char): Call `isearch-fallback' for regexp
3993 chars * ? } |.
3994 (isearch-return-char): Make obsolete with `make-obsolete' instead
3995 of simply documenting it as obsolete in the docstring.
3996 (isearch-fallback): Refill docstring.
3997
3998 * international/isearch-x.el
3999 (isearch-process-search-multibyte-characters): Remove unneeded
4000 `concat'. Add intermediate values to `junk-hist' instead of
4001 `minibuffer-history'. Test the length of `str'.
4002
4003 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4004
4005 * allout.el (allout-resolve-xref): Fix typos in error strings.
4006 (allout-before-change-protect): Remove unneeded `concat'.
4007
4008 * array.el (array-mode, array-reconfigure-rows)
4009 (untabify-backward): Fix typos in docstrings.
4010 (array-reconfigure-rows): Use `insert-buffer-substring', not
4011 `insert-buffer'.
4012
4013 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4014 * progmodes/ada-mode.el (ada-make-body):
4015 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4016
4017 * dired.el (dired-log):
4018 * tar-mode.el (tar-subfile-save-buffer):
4019 * play/zone.el (zone-pgm-stress-destress):
4020 Use `insert-buffer-substring', not `insert-buffer'.
4021
4022 2005-07-17 Simon Josefsson <jas@extundo.com>
4023
4024 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4025
4026 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4027
4028 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4029 Add plain auth method.
4030 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4031
4032 2005-07-17 Kim F. Storm <storm@cua.dk>
4033
4034 * ido.el (dired-other-window): Add ido property.
4035
4036 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4037
4038 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4039 Fix typo in docstring.
4040 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4041 `insert-file-literally'.
4042
4043 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4044 info and delete redundant message. Doc fix.
4045 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4046 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4047
4048 2005-07-16 Richard M. Stallman <rms@gnu.org>
4049
4050 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4051 (byte-compile-and): Use byte-compile-and-recursion.
4052 (byte-compile-or-recursion): New function.
4053 (byte-compile-or): Use that.
4054 (byte-compile-if): Guard the else-clause too.
4055 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4056
4057 * isearch.el (isearch-mode-end-hook-quit): New variable.
4058 (isearch-done): Bind it.
4059 (isearch-mode-end-hook): Doc fix.
4060
4061 * allout.el (allout-isearch-did-quit): Variable deleted.
4062 (allout-real-isearch-abort): Function name no longer used.
4063 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4064 (allout-isearch-rectification): isearch-mode always exists.
4065 Don't set allout-isearch-did-quit.
4066 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4067 allout-isearch-did-quit.
4068 (allout-enwrap-isearch): Just add the hook.
4069 (allout-isearch-abort): Function deleted.
4070 (allout-pre-command-business): Avoid warning.
4071
4072 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4073 Correctly avoid warnings.
4074 (pascal-outline): Likewise.
4075
4076 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4077
4078 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4079
4080 * play/tetris.el (tetris-mode): Avoid warning.
4081
4082 * play/snake.el (snake-mode): Avoid warning.
4083
4084 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4085 (gamegrid-set-display-table): Avoid warning.
4086 (gamegrid-set-timer): Likewise.
4087 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4088 (gamegrid-add-score-with-update-game-score-1): Take FILE
4089 as argument.
4090 (gamegrid-add-score-with-update-game-score): Pass that argument.
4091 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4092
4093 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4094
4095 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4096 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4097
4098 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4099 and insert-file.
4100
4101 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4102 (sc-ask): Avoid warnings.
4103
4104 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4105 (eshell-hist-initialize): Use that var the natural way.
4106
4107 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4108
4109 * emacs-lisp/re-builder.el (reb-cook-regexp):
4110 Avoid warning calling lre-compile-string.
4111 (reb-color-display-p): Avoid warning.
4112
4113 * calculator.el (calculator-last-input): Guard uses
4114 of event-key and key-press-event-p.
4115 (event-key, key-press-event-p): Delete definitions.
4116
4117 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4118 (find-gc-source-directory, find-gc-subrs-callers)
4119 (find-gc-noreturn-list, find-gc-source-files)
4120 (find-gc-subrs-called): Vars renamed and defvar'd.
4121
4122 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4123 (checkdoc-overlay-put, checkdoc-delete-overlay)
4124 (checkdoc-overlay-start, checkdoc-overlay-end)
4125 (checkdoc-mode-line-update, checkdoc-char=):
4126 Define such that compiler knows they are defined.
4127 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4128 (checkdoc-read-event): Delete. Use read-event directly.
4129
4130 * whitespace.el (whitespace-make-overlay)
4131 (whitespace-overlay-put, whitespace-delete-overlay)
4132 (whitespace-overlay-start, whitespace-overlay-end):
4133 Define such that compiler knows they are defined.
4134 (whitespace): Move conditional inside.
4135
4136 * tempo.el (tempo-insert-template): Suppress warning.
4137
4138 * ediff-diff.el (longlines-mode): Add defvar.
4139
4140 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4141
4142 * server.el: Bind "C-x #" in a way that works even if C-x is
4143 redefined to a command key, not a prefix key.
4144
4145 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4146
4147 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4148 cl-make-type-test till execution time.
4149
4150 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4151
4152 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4153 arg ARG and use it.
4154
4155 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4156
4157 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4158
4159 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4160
4161 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4162 a defcustom with two :set or :type keywords.
4163
4164 2005-07-15 Richard M. Stallman <rms@gnu.org>
4165
4166 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4167 Don't give ^M comment-end syntax.
4168
4169 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4170
4171 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4172 Don't consider gdbmi (gdb-mi.el has its own update functions).
4173 (gdb-var-delete): Make it work for gdbmi as well.
4174 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4175
4176 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4177 (gud-speedbar-menu-items): Correct logic for enabling items.
4178
4179 2005-07-15 Kim F. Storm <storm@cua.dk>
4180
4181 * ido.el: Fix commentary.
4182 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4183 Use with-no-warnings around ffap-guesser.
4184 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4185 Let bind minibuffer-completing-file-name to t.
4186
4187 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4188
4189 * startup.el (site-run-file, keyboard-type): Doc fixes.
4190 (command-line): Check for "--basic-display" argument; also for
4191 "--quick", not "--bare-bones" (which was renamed).
4192 (fancy-splash-text): Add missing item "Getting New Versions".
4193 (normal-splash-screen): Fix typos and improve consistency with
4194 `fancy-splash-text'. Update copyright year.
4195
4196 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4197 valid binding for `help-char'.
4198
4199 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4200
4201 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4202
4203 * term.el (term-mode): Disable cua-mode for term buffers.
4204
4205 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4206
4207 * add-log.el (add-log-mailing-address, change-log-merge):
4208 Doc fixes.
4209 (change-log-get-method-definition): Fix typo in docstring.
4210
4211 2005-07-14 Kim F. Storm <storm@cua.dk>
4212
4213 * emulation/cua-base.el:
4214 (cua--pre-command-handler-1, cua--pre-command-handler)
4215 (cua--post-command-handler-1, cua--post-command-handler):
4216 Split in two. Check (buffer local) value of cua-mode.
4217 (cua-selection-mode): New command.
4218
4219 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4220
4221 * custom.el (custom-initialize-safe-set)
4222 (custom-initialize-safe-default): Doc fixes.
4223
4224 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4225 and simplify :init-value again.
4226
4227 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4228 and simplify :init-value again. Delete autoload.
4229
4230 * startup.el (command-line): Use `custom-reevaluate-setting' again
4231 for tooltip-mode.
4232
4233 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4234 a defcustom with two :initialize keywords.
4235
4236 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4239 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4240 (allout-post-command-business, allout-flag-region)
4241 (isearch-reenable-font-lock, allout-yank)
4242 (allout-insert-latex-header, allout-insert-latex-trailer)
4243 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4244 (allout-latex-verb-quote): Fix typos in docstrings.
4245 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4246 (allout-unprotected, allout-prefix-data):
4247 Improve argument/docstring consistency.
4248 (allout-chart-subtree): Fix argument spec.
4249 (allout-open-topic): Rename `use_sib_bullet' argument to
4250 `use-sib-bullet'. Doc fix.
4251
4252 * whitespace.el (whitespace-check-buffer-leading)
4253 (whitespace-check-buffer-trailing)
4254 (whitespace-check-buffer-indent)
4255 (whitespace-check-buffer-spacetab)
4256 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4257 (whitespace-check-leading-whitespace)
4258 (whitespace-check-trailing-whitespace)
4259 (whitespace-check-spacetab-whitespace)
4260 (whitespace-check-indent-whitespace)
4261 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4262 (whitespace-modes): Fix typos in docstrings.
4263 (defgroup, defcustom): Doc fixes.
4264
4265 * winner.el (winner-mode, winner-boring-buffers)
4266 (winner-pending-undo-ring): Doc fixes.
4267 (winner-ring): Remove unneeded `progn'.
4268 (winner-equal): `defsubst' it.
4269 (winner-redo): Fix message.
4270
4271 2005-07-13 Kim F. Storm <storm@cua.dk>
4272
4273 * simple.el (line-move-1): Always use vertical-motion to
4274 do the last (or only) line move to ensure some movement.
4275 Undo 2005-06-23 change--don't check for overlays.
4276
4277 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4278
4279 * term/mac-win.el (ccl-encode-mac-roman-font)
4280 (ccl-encode-mac-centraleurroman-font)
4281 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4282 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4283 Change charset-id boundary of dimension to ?\xef.
4284 (mac-char-fontspec-list): New constant.
4285 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4286 argument. Nil uses itself as family in font-spec. Previous
4287 behavior for nil is now provided by non-nil non-string argument.
4288 All callers changed. Add font-specs for Mac fonts to
4289 "fontset-default" unless iso8859-1 fonts are installed.
4290
4291 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4294 a continuation line if the \ is preceded by SPC or TAB.
4295 (sh-get-indent-info): Simplify.
4296 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4297 Use with-current-buffer.
4298
4299 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4300 when the matched text is empty.
4301
4302 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4303
4304 * startup.el (command-line): Revert to previous handling of
4305 tooltip-mode. Explain in comment why the complexity is needed.
4306
4307 * tooltip.el (tooltip-mode): Revert to previous implementation of
4308 its defcustom.
4309
4310 * frame.el (blink-cursor-mode): Revert to previous implementation
4311 of its defcustom. Update comment.
4312
4313 2005-07-12 Lars Hansen <larsh@soem.dk>
4314
4315 * desktop.el: Update e-mail address.
4316
4317 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4318
4319 * term/mac-win.el (mac-services-mail-selection)
4320 (mac-services-mail-to): New functions.
4321 (mac-application-menu-map): Bind them.
4322
4323 2005-07-12 wulei <milton@wulei.net> (tiny change)
4324
4325 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4326
4327 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4328
4329 * custom.el (custom-reevaluate-setting): Doc fix.
4330
4331 2005-07-11 Jay Belanger <belanger@truman.edu>
4332
4333 * calc/calc.el (calc-embedded-announce-formula-alist)
4334 (calc-embedded-open-close-plain-alist)
4335 (calc-embedded-open-close-mode-alist): Add checks for additional
4336 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4337
4338 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * custom.el (custom-enable-theme): Don't add theme to
4341 `custom-enabled-themes' with `push' because there is no
4342 setf-method for `delq'.
4343
4344 2005-07-11 Richard M. Stallman <rms@gnu.org>
4345
4346 * custom.el (custom-declare-variable): Doc fix.
4347
4348 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4349 from the alists.
4350
4351 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4352 Do nothing if edebug-active.
4353
4354 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4355 (edebug-display): Do it here instead.
4356
4357 2005-07-10 Richard M. Stallman <rms@gnu.org>
4358
4359 * cus-face.el (custom-theme-set-faces): Make it work.
4360 (custom-reset-faces): Doc fix.
4361 (custom-theme-reset-internal-face, custom-theme-face-value):
4362 Functions deleted.
4363
4364 * custom.el (custom-push-theme): Maintain list of the settings
4365 of a given theme in its theme-settings property.
4366 Maintain position of old settings in the theme-value
4367 or theme-face property.
4368 (custom-enabled-themes): New variable.
4369 (custom-theme-enabled-p): New function.
4370 (provide-theme): Update custom-enabled-themes.
4371 Disable and reenable the `user' theme.
4372 (require-theme): Doc fix.
4373 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4374 (custom-theme-value, custom-theme-variable-value): Likewise.
4375 (custom-theme-reset-internal): Likewise.
4376 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4377 (custom-enable-theme, custom-disable-theme): New functions.
4378 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4379 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4380 (custom-theme-reset-variables): Simplify.
4381 (deftheme, custom-declare-theme, custom-make-theme-feature):
4382 Definitions moved.
4383
4384 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * longlines.el (longlines-show-region)
4387 (longlines-unshow-hard-newlines): Recognize hard newlines by
4388 non-nil hard property, instead of t.
4389
4390 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4391
4392 * viper-cmd.el (viper--key-maps): New variable.
4393 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4394 emulation-mode-map-alists.
4395 (viper-envelop-ESC-key): Use viper-subseq.
4396 (viper-search-forward/backward/next): Disable debug-on-error.
4397
4398 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4399 (viper-ESC-key): New defcustoms.
4400
4401 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4402
4403 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4404 (viper-subseq): Copy of subseq from cl.el.
4405
4406 * viper.el (viper-go-away, viper-set-hooks): Use
4407 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4408
4409 * viper-mous.el (viper-current-frame-saved): Use defvar.
4410
4411 * viper-init.el: Get rid of -face in face names.
4412
4413 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4414 Make it work with longlines mode
4415
4416 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4417
4418 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4419
4420 * ediff-init.el: Get rid of -face in face names.
4421
4422 2005-07-10 Richard M. Stallman <rms@gnu.org>
4423
4424 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4425 and with-timeout-unsuspend.
4426
4427 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4428 and with-timeout-unsuspend.
4429
4430 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4431 (with-timeout): Bind that variable to record timers.
4432 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4433
4434 * emacs-lisp/debug.el (debug-help-follow): New function.
4435 (debugger-mode-map): Use that instead of help-follow.
4436 (debugger-setup-buffer): Use eval-buffer-list
4437 to handle eval-buffer frames.
4438
4439 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4440
4441 * timezone.el (timezone-parse-date): Change first regexp
4442 so it will not mistakenly match dates with no time zone.
4443
4444 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4445
4446 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4447
4448 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4449
4450 * custom.el (custom-initialize-safe-set)
4451 (custom-initialize-safe-default): New functions.
4452
4453 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4454 and simplify :init-value.
4455
4456 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4457 and simplify :init-value. Delete obsolete comment.
4458
4459 * startup.el (command-line): Use `custom-reevaluate-setting' to
4460 handle `tooltip-mode'. Delete obsolete comment.
4461
4462 * files.el (set-visited-file-name): Avoid calling
4463 `file-name-nondirectory' with a nil argument.
4464
4465 2005-07-09 Richard M. Stallman <rms@gnu.org>
4466
4467 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4468 was called with nil for the buffer, handle the read position right.
4469 Handle read position for eval-region, too.
4470
4471 2005-07-09 Juri Linkov <juri@jurta.org>
4472
4473 * fringe.el (fringe-mode): Add period in docstring.
4474 (fringe-query-style): Build prompt depending on `all-frames' arg.
4475
4476 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4477 to not create links to unrelated functions in the Help buffer.
4478
4479 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4480 Doc fix.
4481
4482 * simple.el (next-error-hook): New variable.
4483 (next-error): Use it. Doc fix.
4484
4485 * textmodes/ispell.el (ispell-command-loop): Add current
4486 dictionary name and program name to mode-line-format.
4487 (ispell-region, ispell-process-line): Add current dictionary name
4488 and program name to messages.
4489
4490 2005-07-08 Jay Belanger <belanger@truman.edu>
4491
4492 * calc/calc.el (calc-embedded-announce-formula-alist)
4493 (calc-embedded-open-close-formula-alist)
4494 (calc-embedded-open-close-word-alist)
4495 (calc-embedded-open-close-plain-alist)
4496 (calc-embedded-open-close-new-formula-alist)
4497 (calc-embedded-open-close-mode-alist)
4498 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4499 (calc-embedded-mode-hook): New variables.
4500
4501 * calc/calc-embed.el (calc-embedded-firsttime)
4502 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4503 New variables.
4504 (calc-do-embedded): Use calc-embedded-firsttime,
4505 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4506 determine whether or not to run hooks.
4507 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4508 calc-embedded-firsttime-formula appropriately.
4509 Set calc-embedded delimiter variables according to mode.
4510
4511 2005-07-08 Richard M. Stallman <rms@gnu.org>
4512
4513 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4514 Check for "emacs", etc., as entire symbol, not just as word.
4515 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4516
4517 * files.el (set-visited-file-name): Report the error
4518 for "empty filename" earlier.
4519 (kill-some-buffers): Ignore buffers already dead.
4520
4521 * fringe.el (fringe-mode): Doc fix.
4522
4523 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4524 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4525 Use unwind-protect to ensure byte-compile-unresolved-functions
4526 is updated.
4527
4528 * whitespace.el (whitespace-buffer-leading-cleanup):
4529 Simplify w/ skip-chars-forward.
4530 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4531
4532 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4533 Unconditionally try to leave point at the same old place.
4534
4535 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4536
4537 * comint.el (comint-postoutput-scroll-to-bottom)
4538 (comint-show-maximum-output): Take scroll-margin into consideration.
4539
4540 2005-07-08 Kim F. Storm <storm@cua.dk>
4541
4542 * ido.el (ido-use-filename-at-point): New choice `guess'.
4543 (ido-file-internal): Try ffap-guesser if selected.
4544
4545 * ido.el (ido-before-fallback-functions): New hook.
4546 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4547 (ido-read-file-name): Run it.
4548
4549 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4552 strings rather than a list of symbols to the completion function.
4553
4554 2005-07-07 Jay Belanger <belanger@truman.edu>
4555
4556 * calc/calc-units.el (math-apply-units): Change the places in
4557 which units are simplified.
4558
4559 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4560
4561 * cus-edit.el (customize-option, customize-option-other-window):
4562 Make them handle aliases.
4563
4564 * custom.el (custom-variable-p): Make it recursively follow
4565 aliases. Mention that in the docstring.
4566
4567 2005-07-07 Richard M. Stallman <rms@gnu.org>
4568
4569 * cus-start.el (exec-path): Use `directory' instead of `file'.
4570 Fix tag for nil.
4571
4572 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4573
4574 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4575 when called non-interactively. Doc fix.
4576
4577 2005-07-07 Lute Kamstra <lute@gnu.org>
4578
4579 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4580 new address as well.
4581
4582 2005-07-07 Kenichi Handa <handa@m17n.org>
4583
4584 * international/mule.el (make-coding-system):
4585 Describe `ascii-incompatible' property in the docstring.
4586 (set-file-name-coding-system): Signal an error if coding-system is
4587 ascii-incompatible.
4588 (set-keyboard-coding-system): Likewise.
4589
4590 * international/mule-cmds.el (set-default-coding-systems):
4591 Don't set default-file-name-coding-system and
4592 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4593
4594 * international/utf-16.el: Declare that all UTF-16-based coding
4595 systems are ASCII-incompatible.
4596
4597 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4598
4599 * progmodes/gud.el: Require font-lock for displaying errors.
4600 Used by gdb-ui.el.
4601
4602 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4603
4604 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4605 values for the pattern lists which are `read'able but not
4606 `append'able (like symbols).
4607
4608 2005-07-06 Richard M. Stallman <rms@gnu.org>
4609
4610 * progmodes/flymake.el (flymake-float-time): Instead of
4611 with-no-warnings, test for xemacs.
4612 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4613 to avoid warning.
4614
4615 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4616
4617 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4618
4619 2005-07-05 Lute Kamstra <lute@gnu.org>
4620
4621 * battery.el: Add support for Darwin (with much debugging help
4622 from Samuel Lauber <sam124@operamail.com>).
4623 (battery-status-function, battery-echo-area-format)
4624 (battery-mode-line-format): Add support for pmset on Darwin.
4625 (battery-load-low, battery-load-critical): New user options.
4626 (battery-pmset): New function.
4627
4628 2005-07-05 Lute Kamstra <lute@gnu.org>
4629
4630 Update FSF's address in GPL notices.
4631
4632 * textmodes/page-ext.el: Update FSF's address.
4633
4634 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4637 filling from using prefix when filling a single-line docstring.
4638
4639 * progmodes/flymake.el: Remove useless eval-when-compile.
4640
4641 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4642
4643 2005-07-04 Richard M. Stallman <rms@gnu.org>
4644
4645 * textmodes/org.el (org-file-apps-defaults-gnu):
4646 Rename from org-file-apps-defaults-linux.
4647 (org-default-apps): Don't test system-type for `linux'.
4648 (org-file-apps): Doc fix.
4649
4650 2005-07-04 David Ponce <david@dponce.com>
4651
4652 * tree-widget.el: Improve header Commentary section.
4653 (tree-widget) [defgroup]
4654 (tree-widget-image-enable, tree-widget-themes-directory)
4655 (tree-widget-theme, tree-widget-image-properties-emacs)
4656 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4657 (tree-widget-image-formats, tree-widget-control)
4658 (tree-widget-empty-control, tree-widget-leaf-control
4659 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4660 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4661 (tree-widget-keep, tree-widget-after-toggle-functions)
4662 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4663 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4664 :help-echo message.
4665 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4666 (tree-widget-image-properties): Doc fix. Clearer implementation.
4667 (tree-widget--cursors): New constant.
4668 (tree-widget-lookup-image): New function split from
4669 `tree-widget-find-image'. Clearer implementation.
4670 (tree-widget-find-image): Use it.
4671 (tree-widget-button-keymap): Use `set-keymap-parent'.
4672 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4673 Define the sub-widgets here.
4674 (tree-widget-node): Check that :node is not a tree-widget.
4675 (tree-widget-get-super, tree-widget-open-control)
4676 (tree-widget-close-control, tree-widget-empty-control)
4677 (tree-widget-leaf-control, tree-widget-guide)
4678 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4679 (tree-widget-no-handle, tree-widget-value-delete)
4680 (tree-widget-map): Remove.
4681 (tree-widget-children-value-save): Doc fix. Simplified.
4682 (tree-widget-value-create): Update according to previous changes.
4683
4684 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4685
4686 * textmodes/org.el: Leading space replaced by TABS.
4687 (org-recalc-marks, org-table-rotate-recalc-marks)
4688 (org-table-get-specials): Treat "^" and "_" marks.
4689 (org-table-justify-field-maybe): Optional argument NEW.
4690 (org-table-eval-formula): Parsing of the format simplified.
4691 New modes C,I. Honor the %= parameter in the current table.
4692 Avoid unnecessary re-align by using the NEW argument to
4693 `org-table-justify-field-maybe'.
4694 (org-calc-default-modes): Default for date-format mimicks org-mode.
4695 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4696
4697 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4698
4699 * cus-face.el (custom-theme-set-faces): Make it handle face
4700 aliases whose alias declarations are pre- or autoloaded.
4701
4702 2005-07-04 Juri Linkov <juri@jurta.org>
4703
4704 * faces.el (read-face-name): Put the code for getting a face name
4705 from the buffer before adding the faces from the `face' property.
4706 Use `completing-read-multiple' instead of `completing-read'.
4707 Require `crm'. Add default value and post-process the returned
4708 list of faces.
4709
4710 * emacs-lisp/crm.el (crm-find-current-element)
4711 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4712
4713 * emacs-lisp/lisp-mode.el (eval-defun-1):
4714 * emacs-lisp/edebug.el (edebug-eval-defun):
4715 Remove unnecessary quotes.
4716
4717 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4720 (prolog-indent-level): Fix typo in docstring.
4721
4722 * info.el (Info-history, Info-history-forward)
4723 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4724
4725 * add-log.el (add-change-log-entry):
4726 * comint.el (comint-dynamic-list-input-ring)
4727 (comint-dynamic-list-completions):
4728 * dabbrev.el (dabbrev-expand):
4729 * delim-col.el (delimit-columns-rectangle-line):
4730 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4731 (diff-unified->context):
4732 * ediff-init.el (ediff-abbrev-jobname):
4733 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4734 (ediff-replace-session-activity-marker-in-meta-buffer):
4735 * info.el (Info-summary):
4736 * lpr.el (printify-region):
4737 * printing.el (pr-create-interface):
4738 * ps-print.el (ps-print-quote):
4739 * ses.el (ses-column-widths, ses-print-cell)
4740 (ses-adjust-print-width, ses-center):
4741 * shell.el (shell-file-name-quote-list):
4742 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4743 (strokes-fill-current-buffer-with-whitespace)
4744 (strokes-xpm-for-stroke, strokes-list-strokes)
4745 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4746 * term.el (term-dynamic-list-input-ring)
4747 (term-dynamic-list-completions):
4748 * calc/calc.el (math-format-stack-value):
4749 * emacs-lisp/edebug.el (edebug-display-freq-count):
4750 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4751 (delphi-new-comment-line):
4752 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4753 * progmodes/executable.el (executable-set-magic):
4754 * progmodes/python.el (inferior-python-mode):
4755 * progmodes/scheme.el (scheme-mode-syntax-table):
4756 * progmodes/sh-script.el (sh-maybe-here-document):
4757 * progmodes/sql.el (sql-copy-column):
4758 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4759 * textmodes/bibtex.el (bibtex-mode):
4760 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4761 (sgml-auto-attributes):
4762 * textmodes/table.el (table-insert, table-shorten-cell)
4763 (table--generate-source-scan-lines, table-delete-row)
4764 (*table--cell-delete-char, table--spacify-frame)
4765 (table--horizontally-shift-above-and-below)
4766 (table--cell-insert-char, table--cell-blank-str)
4767 (table--fill-region-strictly):
4768 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4769 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4770
4771 * add-log.el (change-log):
4772 * apropos.el (apropos):
4773 * comint.el (comint-completion, comint-source):
4774 * dabbrev.el (dabbrev):
4775 * delim-col.el (columns):
4776 * diff-mode.el (diff-mode):
4777 * ediff.el (ediff):
4778 * ediff-diff.el (ediff-diff):
4779 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4780 * ediff-mult.el (ediff-mult):
4781 * ediff-ptch.el (ediff-ptch):
4782 * ediff-wind.el (ediff-window):
4783 * facemenu.el (facemenu):
4784 * indent.el (indent):
4785 * info.el (info):
4786 * jka-cmpr-hook.el (compression, jka-compr):
4787 * lpr.el (lpr):
4788 * outline.el (outlines):
4789 * pcmpl-cvs.el (pcmpl-cvs):
4790 * pcmpl-rpm.el (pcmpl-rpm):
4791 * printing.el (printing):
4792 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4793 (ps-print-vertical, ps-print-headers, ps-print-font)
4794 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4795 (ps-print-background, ps-print-printer, ps-print-page)
4796 (ps-print-miscellany):
4797 * ses.el (ses):
4798 * shell.el (shell, shell-directories, shell-faces):
4799 * startup.el (initialization):
4800 * strokes.el (strokes):
4801 * term.el (term):
4802 * uniquify.el (uniquify):
4803 * w32-vars.el (w32):
4804 * calc/calc.el (calc):
4805 * emacs-lisp/bytecomp.el (bytecomp):
4806 * emacs-lisp/cl-indent.el (lisp-indent):
4807 * emacs-lisp/edebug.el (edebug):
4808 * emacs-lisp/elp.el (elp):
4809 * emacs-lisp/testcover.el (testcover):
4810 * emacs-lisp/trace.el (trace):
4811 * emulation/viper-ex.el (viper-ex):
4812 * emulation/viper-mous.el (viper-mouse):
4813 * mail/mailalias.el (mailalias):
4814 * mail/supercite.el (supercite, supercite-frames)
4815 (supercite-attr, supercite-cite, supercite-hooks):
4816 * net/rcompile.el (remote-compile):
4817 * net/rlogin.el (rlogin):
4818 * obsolete/ooutline.el (outlines):
4819 * progmodes/delphi.el (delphi):
4820 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4821 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4822 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4823 (ebnf-optimization):
4824 * progmodes/etags.el (etags):
4825 * progmodes/executable.el (executable):
4826 * progmodes/idlwave.el (idlwave):
4827 * progmodes/pascal.el (pascal):
4828 * progmodes/prolog.el (prolog):
4829 * progmodes/python.el (python):
4830 * progmodes/scheme.el (scheme):
4831 * progmodes/sh-script.el (sh, sh-script):
4832 * progmodes/sql.el (SQL):
4833 * progmodes/tcl.el (tcl):
4834 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4835 * textmodes/enriched.el (enriched):
4836 * textmodes/makeinfo.el (makeinfo):
4837 * textmodes/sgml-mode.el (sgml):
4838 * textmodes/table.el (table-hooks):
4839 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4840 * textmodes/texinfo.el (texinfo):
4841 * textmodes/two-column.el (two-column):
4842 Finish `defgroup' description with period.
4843
4844 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4845 * eshell/esh-var.el (eshell-var):
4846 * progmodes/vhdl-mode.el (vhdl-testbench):
4847 * textmodes/org.el (org): Fix typos in docstrings.
4848
4849 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4850 consistency.
4851
4852 * progmodes/flymake.el (flymake-find-file): Remove.
4853 (flymake-float-time): Use `with-no-warnings'.
4854 (flymake-check-start-time, flymake-check-was-interrupted)
4855 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4856 (flymake-new-err-info): `defvar' at compile time.
4857
4858 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4859
4860 * replace.el (occur-hook): Doc fix.
4861 (occur-1): Don't call `occur-hook' if there are no matches.
4862
4863 2005-07-03 Richard M. Stallman <rms@gnu.org>
4864
4865 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4866 global-map, save the same map.
4867 (global-map): Don't alter it at top level.
4868 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4869 Then alter it here instead.
4870 (tpu-edt-off): Set global-map to the saved one.
4871
4872 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4873 All references simplified.
4874 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4875 (zmacs-regions): Add defvar.
4876 (repeat-complex-command-map): Everything about that deleted.
4877
4878 * textmodes/artist.el (artist-key-is-drawing)
4879 (artist-key-endpoint1, artist-key-poly-point-list)
4880 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4881 (artist-key-compl-table, artist-rb-save-data)
4882 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4883 Don't put them in eval-when-compile.
4884 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4885
4886 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4887 Use with-no-warnings.
4888
4889 * net/browse-url.el (dos-windows-version): Add defvar.
4890
4891 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4892
4893 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4894 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4895 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4896 Add defvar.
4897 (rmail-summary-beginning-of-message): Use with-no-warnings.
4898 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4899
4900 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4901 Use with-no-warnings.
4902
4903 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4904 (c-mark-function): Add point-moving-unit property.
4905 (vi-goto-line): Use with-no-warnings.
4906
4907 * emulation/edt.el (edt-last-copied-word): Add defvar.
4908 (zmacs-region-stays): Likewise.
4909 (edt-mark-section-wisely): Use c-mark-function for C.
4910 Use makr-defun for Fortran.
4911 (time-string): defvar deleted.
4912 (edt-display-the-time): Don't set time-string.
4913
4914 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4915
4916 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4917 Don't warn when name is not constant
4918 or for defining the group `emacs'.
4919
4920 * tooltip.el (gud-tooltip-mode): Add defvar.
4921
4922 * startup.el (default-frame-background-mode): Add defvar.
4923
4924 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4925
4926 * info.el (tool-bar-map): Add defvar.
4927
4928 * dired.el (dnd-protocol-alist): Add defvar.
4929
4930 * dired-aux.el (dired-query): Display question with answer, when
4931 the user answers.
4932
4933 * custom.el (custom-add-option): Doc fix.
4934
4935 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4936
4937 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4938
4939 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4940 bogus name from the last change.
4941
4942 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4943
4944 * custom.el (custom-declare-variable): Fix typos in comment.
4945 (custom-known-themes): Doc fix.
4946 (custom-theme-directory): New defcustom.
4947 (require-theme): Make it check `custom-theme-directory'.
4948
4949 * cus-theme.el (custom-new-theme-mode): New function.
4950 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4951 (custom-theme-description): Add compiler defvars.
4952 (customize-create-theme): Add doc to the "*New Custom Theme*"
4953 buffer. Use `custom-new-theme-mode'.
4954 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4955 and save it to the `custom-theme-directory'. Make this the
4956 default directory of the buffer.
4957
4958 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4959
4960 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4961 Fix unbalanced parentheses.
4962
4963 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4966 into flymake-mode and delegate to flymake-mode.
4967
4968 * find-file.el (ff-which-function-are-we-in): Clean up.
4969
4970 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4971
4972 * replace.el (occur-rename-buffer): Fix docstring.
4973
4974 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4975 (edt-last-copied-word, edt-learn-macro-count)
4976 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4977 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4978 (time-string, zmacs-region-stays):
4979 * emulation/edt-mapper.el (edt-save-function-key-map)
4980 (EDT-key-name): `defvar' to silence the byte-compiler.
4981
4982 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4983
4984 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4985 font-lock-regexp-backslash. Doc fix.
4986 (font-lock-regexp-backslash-grouping-construct): Rename from
4987 font-lock-regexp-backslash-construct. Doc fix.
4988 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4989 grouping constructs.
4990
4991 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4992
4993 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4994 updating all the prerequisites.
4995
4996 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * textmodes/org.el (org-agenda-start-on-weekday)
4999 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5000 (org-agenda-use-time-grid, org-archive-location)
5001 (org-allow-space-in-links, org-usenet-links-prefer-google)
5002 (org-enable-table-editor, org-export-default-language)
5003 (org-export-html-show-new-buffer, org-fill-paragraph)
5004 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5005 (org-goto-quit, org-occur, org-eval-in-calendar)
5006 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5007 (org-agenda-diary-entry, org-remember-help)
5008 (org-table-convert-region, org-at-table-p)
5009 (org-table-move-row-down, org-table-move-row-up)
5010 (org-table-copy-region, org-table-toggle-vline-visibility)
5011 (org-table-get-stored-formulas, org-table-get-specials)
5012 (org-recalc-commands, org-table-eval-formula)
5013 (org-table-formula-substitute-names, orgtbl-make-binding)
5014 (org-format-org-table-html, org-format-table-table-html)
5015 (org-format-table-table-html-using-table-generate-source)
5016 (org-customize): Fix typos in docstrings.
5017 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5018 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5019 (org-back-to-heading): Doc fixes.
5020 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5021 (org-agenda-change-all-lines, org-get-header):
5022 Improve argument/docstring consistency.
5023 (orgtbl-error): Fix error message.
5024
5025 * progmodes/flymake.el (flymake-find-possible-master-files)
5026 (flymake-master-file-compare, flymake-get-line-err-count)
5027 (flymake-highlight-line, flymake-gui-warnings-enabled):
5028 Fix typos in docstrings.
5029 (flymake-parse-line, flymake-get-project-include-dirs-function)
5030 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5031 Doc fixes.
5032 (flymake-get-project-include-dirs-function)
5033 (flymake-make-err-menu-data):
5034 Improve argument/docstring consistency.
5035
5036 2005-07-01 Lute Kamstra <lute@gnu.org>
5037
5038 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5039 Catch errors with ignore-errors. Use temporary buffer.
5040 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5041
5042 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5043 background color faces.
5044 (facemenu-set-foreground, facemenu-set-background):
5045 Use facemenu-set-face-from-menu.
5046 (facemenu-set-face-from-menu): Treat face names that start with
5047 "fg:" or "bg:" as special.
5048 (facemenu-add-new-color): Don't create faces. Simplify.
5049
5050 2005-06-30 Richard M. Stallman <rms@gnu.org>
5051
5052 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5053 (crm-find-current-element): Likewise.
5054
5055 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5056
5057 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5058
5059 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5062 (archive-mouse-extract): Make it an obsolete alias.
5063 (archive-mode-map): Don't use archive-mouse-extract any more.
5064 (archive-mode, archive-extract): write-contents-hooks ->
5065 write-contents-functions.
5066 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5067 first arg.
5068 (archive-rename-entry): Update the call.
5069 (archive-zip-summarize): Remove unused var `method'.
5070 (archive-lzh-summarize): Remove unused var `creator'.
5071
5072 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5073 dedicated frame upon exit.
5074
5075 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5076 (archive-zip-extract, archive-zip-expunge)
5077 (archive-zip-update, archive-zip-update-case): Use executable-find.
5078 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5079 Use restore-buffer-modified-p.
5080 (archive-extract, archive-add-new-member, archive-write-file-member):
5081 Use with-current-buffer.
5082 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5083
5084 2005-06-30 Andreas Schwab <schwab@suse.de>
5085
5086 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5087
5088 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5089
5090 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5091
5092 2005-06-30 Juri Linkov <juri@jurta.org>
5093
5094 * faces.el (vertical-border): Inherit from mode-line-inactive
5095 only on tty.
5096
5097 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5098
5099 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5100 example, -NLINES in the `occur' docstring).
5101
5102 * replace.el (occur-1): When no matches are found, do not set the
5103 `buffer-read-only' and modified flags for the occur buffer,
5104 because it is deleted.
5105
5106 * emulation/cua-base.el (cua-check-pending-input)
5107 (cua-repeat-replace-region, cua-mode, cua-debug)
5108 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5109 Fix typos in docstrings.
5110
5111 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5112 (cua-cut-region-to-global-mark)
5113 (cua--cut-rectangle-to-global-mark):
5114 Remove period from end of messages.
5115
5116 * emulation/cua-rect.el (cua-do-rectangle-padding):
5117 Remove period from end of messages.
5118 (cua--rectangle-seq-format): Fix typo in docstring.
5119 (cua-sequence-rectangle, cua-fill-char-rectangle):
5120 Improve argument/docstring consistency.
5121
5122 2005-06-29 Juri Linkov <juri@jurta.org>
5123
5124 * faces.el (default-frame-background-mode): New internal variable.
5125 (frame-set-background-mode): Use it.
5126
5127 * startup.el (normal-top-level): Set default-frame-background-mode
5128 instead of frame-background-mode. Before setting it, test for its
5129 nil value. Remove tests for frame-background-mode and frame
5130 parameter `reverse'. Add test for "unspecified-fg".
5131
5132 * term/xterm.el (xterm-rxvt-set-background-mode):
5133 * term/rxvt.el (rxvt-set-background-mode):
5134 Set default-frame-background-mode instead of frame-background-mode.
5135
5136 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5137
5138 * simple.el (set-variable): Warn about obsolete user variables.
5139
5140 * imenu.el (imenu--completion-buffer):
5141 * mouse.el (mouse-buffer-menu-alist):
5142 * msb.el (msb-invisible-buffer-p):
5143 * calendar/diary-lib.el (diary-header-line-format):
5144 * emacs-lisp/pp.el (pp-buffer):
5145 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5146 * textmodes/picture.el (picture-replace-match):
5147 Change space constants followed by a sexp to "?\s ".
5148
5149 * play/decipher.el (decipher-loop-with-breaks):
5150 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5151 constants "protected" from end of line by a comment to "?\s".
5152
5153 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * font-lock.el (save-buffer-state): Use `declare'.
5156
5157 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5158 reset the syntax-table to cperl-mode-syntax-table.
5159 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5160 "foo_print_bar" is not matched as a reserved keyword.
5161
5162 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5163
5164 * textmodes/org.el (orgtbl-setup): New function, for delayed
5165 setup for the orgtbl commands.
5166 (org-calc-default-modes): New option.
5167 (orgtbl-make-binding): Use `defun' to get better help display.
5168 (org-diary): Call `org-compile-prefix-format'.
5169 (org-table-formula-substitute-names): New function.
5170 (org-agenda-day-view, org-agenda-week-view): New commands.
5171 (org-agenda-toggle-week-view): Command removed.
5172 (org-tbl-menu): Split off from org-org-menu.
5173 (org-mode): Move removal of outline-mode menus to here.
5174 (org-table-formula-debug): New option.
5175 (org-table-insert-row): Keep first field if just "#" or "*".
5176 (org-mode): Paragraph regexps fixed.
5177 (org-table-recalculate-regexp): New constant.
5178 (org-table-justify-field-maybe): Avoid replace if not necessary.
5179 (org-copy-special, org-cut-special): Use `call-interactively'.
5180 (org-table-copy-region): Take region from `interactive' call.
5181 (org-trim): Return string even if no match.
5182 (org-formula): New face.
5183 (org-set-font-lock-defaults): No longer highlight "FIXME".
5184 But highlight formula-related fields in table.
5185 (org-table-p): Use regexp, not fontification.
5186 (org-table-align): Handle white space at end of line.
5187 (org-table-formula-evaluate-inline): New option.
5188 (org-mode): Auto-wrapping in comment lines turned off.
5189 (org-table-copy-down): Evaluate only in copied field, not in
5190 destination.
5191 (org-table-current-formula): Variable removed.
5192 (org-table-store-formulas, org-table-get-stored-formulas)
5193 (org-table-modify-formulas, org-table-replace-in-formulas)
5194 (org-table-maybe-eval-formula): New functions.
5195 (org-table-get-formula): Modify to use stored formulas.
5196 (org-table-insert-column, org-table-delete-column)
5197 (org-table-move-column): Call `org-table-modify-formulas'.
5198 (org-complete): Add completion for keyword formulas.
5199 (orgtbl-mode): Pull orgtbl-mode-map to start of
5200 minor-mode-map-alist.
5201
5202 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * progmodes/python.el (python-check): Require `compile' before
5205 modifying its variables.
5206
5207 * newcomment.el (comment-indent-default): Don't get fooled by an early
5208 end of buffer.
5209
5210 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5211
5212 * ps-print.el (ps-print-version): Fix version number.
5213
5214 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5215
5216 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5217
5218 2005-06-28 Richard M. Stallman <rms@gnu.org>
5219
5220 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5221 (flyspell-local-mouse-map): Declaration deleted.
5222 (flyspell-mouse-map): Bind only mouse-2.
5223 (flyspell-mode-map): Don't test flyspell-use-local-map.
5224 (flyspell-overlay-keymap-property-name): Var deleted.
5225 (flyspell-mode-on): Don't make local bindings for
5226 flyspell-mouse-map and flyspell-mode-map.
5227 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5228
5229 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5230
5231 * progmodes/compile.el (compilation-next-error-function):
5232 Don't switch buffers; operate on the current buffer.
5233
5234 * progmodes/compile.el (compilation-error-file-name)
5235 (compilation-warning-file-name, compilation-info-file-name)
5236 (compilation-line-number, compilation-column-number): New faces.
5237 (compilation-error-face, compilation-warning-face)
5238 (compilation-info-face, compilation-line-face)
5239 (compilation-column-face): Use them.
5240
5241 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5242
5243 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5244
5245 * bindings.el (global-map): Bind insertchar and its variants.
5246
5247 2005-06-27 Richard M. Stallman <rms@gnu.org>
5248
5249 * textmodes/artist.el (artist-text-overwrite)
5250 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5251
5252 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5253
5254 * ps-print.el: It was not working the page selection for printing.
5255 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5256 (ps-print-version): New version 6.6.7.
5257 (ps-end-sheet): New fun.
5258 (ps-header-sheet, ps-end-job): Call it.
5259
5260 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5261
5262 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5263
5264 2005-06-27 Lute Kamstra <lute@gnu.org>
5265
5266 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5267 background color faces.
5268 (facemenu-get-face): Delete function.
5269 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5270 (facemenu-add-new-color): Make second argument mandatory.
5271 Create the appropriate face and return it. Simplify.
5272 (facemenu-set-foreground, facemenu-set-background): Don't check if
5273 color is defined. Use return value of facemenu-add-new-color.
5274
5275 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5276
5277 * progmodes/gud.el (gud-filter): Add missing argument to
5278 with-selected-window.
5279
5280 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5283 a :require to the defcustom.
5284
5285 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5286 defcustoms corresponding to minor modes.
5287
5288 2005-06-26 David Ponce <david@dponce.com>
5289
5290 * recentf.el: Require tree-widget instead of wid-edit.
5291 (recentf-filename-handler): Fix widget :type.
5292 (recentf-cancel-dialog, recentf-open-more-files)
5293 (recentf-open-files-action): Doc fix.
5294 (recentf-dialog-goto-first): New function.
5295 (recentf-dialog-mode-map): Set parent keymap first.
5296 (recentf-dialog-mode): Define with define-derived-mode.
5297 Don't display continuation lines in dialogs.
5298 (recentf-edit-list): Rename from recentf-edit-selected-items.
5299 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5300 Simplify.
5301 (recentf-edit-list-validate): New function.
5302 (recentf-edit-list): Update accordingly.
5303 (recentf-open-files-item-shift): Remove.
5304 (recentf-open-files-item): Convert menu elements into tree and
5305 link widgets. Don't create the widgets.
5306 (recentf-open-files): Update accordingly.
5307 (recentf-save-list): Untabify.
5308
5309 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5310
5311 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5312 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5313 partially contained in the active region. Do not take active
5314 region into account when called from Lisp, unless INTERACTIVE arg
5315 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5316 avoid trouble with fields. Make marker point nowhere when no
5317 longer used. Always return nil. Doc fix.
5318 (flush-lines): Add INTERACTIVE arg. Do not take active region
5319 into account when called from Lisp, unless INTERACTIVE arg is
5320 non-nil. Use `forward-line' instead of `beginning-of-line' to
5321 avoid trouble with fields. Make marker point nowhere when no
5322 longer used. Always return nil. Doc fix.
5323 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5324 interchangeable. Do not take active region into account when
5325 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5326 message in echo area when called from Lisp, unless INTERACTIVE arg
5327 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5328 Return the number of matches. Doc fix.
5329 (occur): Doc fix.
5330 (perform-replace): Make comment follow double space convention for
5331 the sake of `outline-minor-mode'.
5332
5333 * faces.el (facep): Doc fix.
5334
5335 2005-06-25 Richard M. Stallman <rms@gnu.org>
5336
5337 * facemenu.el (facemenu-enable-faces-p): New function.
5338 (facemenu-background-menu, facemenu-foreground-menu)
5339 (facemenu-face-menu): Add menu-enable property.
5340
5341 * jka-compr.el (jka-compr-insert-file-contents):
5342 Special handling if cannot find the uncompression program.
5343
5344 * cus-face.el (custom-face-attributes): Add autoload.
5345
5346 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5347 Bind comment-indent-function locally.
5348
5349 * window.el (save-selected-window): Use save-current-buffer.
5350
5351 * subr.el (with-selected-window): Use save-current-buffer.
5352
5353 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5354 and with-current-buffer.
5355
5356 2005-06-24 Richard M. Stallman <rms@gnu.org>
5357
5358 * simple.el (line-move-1): Fix previous change.
5359
5360 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5361
5362 * replace.el (occur-1): Set `buffer-read-only' and the
5363 buffer-modified flag before running `occur-hook' to protect
5364 against unintentional buffer switches that can lead to data loss.
5365
5366 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5367
5368 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5369 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5370 initial error.
5371
5372 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5373 after fresh input.
5374 (gdb-var-create-handler): Put name of expression in quotes.
5375
5376 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5377
5378 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5379 elements of RING in order, and without bogus nil elements.
5380
5381 2005-06-23 Richard M. Stallman <rms@gnu.org>
5382
5383 * simple.el (set-variable): Args renamed; doc fix.
5384 (line-move-1): When there are overlays around, use vertical-motion.
5385
5386 * faces.el (escape-glyph): Use brown against light background.
5387 (nobreak-space): Rename from no-break-space.
5388 Fix previous change.
5389
5390 * dired-aux.el (dired-do-copy): Fix arg prompt.
5391
5392 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5393
5394 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5395
5396 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5397 rather than "Distributor".
5398
5399 2005-06-23 Lute Kamstra <lute@gnu.org>
5400
5401 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5402 (debug-on-entry): Use it. New interactive declaration that uses
5403 function-called-at-point.
5404
5405 2005-06-23 Kim F. Storm <storm@cua.dk>
5406
5407 * subr.el (save-match-data): Add comment about using evaporate arg
5408 to set-match-data.
5409
5410 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5411
5412 * cus-edit.el (customize-face)
5413 (customize-face-other-window): Handle face aliases.
5414
5415 * faces.el (face-documentation, set-face-attribute)
5416 (face-spec-set): Handle face aliases.
5417
5418 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5419
5420 * help-mode.el (help-make-xrefs): If a symbol representing a face
5421 name is not followed by the word "face", it could still be a
5422 function or variable name, so don't bypass other checks.
5423
5424 2005-06-22 Juri Linkov <juri@jurta.org>
5425
5426 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5427 Replace aliased functions with calls where second arg `inherit' is t.
5428
5429 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5430
5431 * progmodes/gdb-ui.el (gdb-error): New variable.
5432 (gdb-error): New function.
5433 (gdb-annotation-rules): Act on error-begin and error annotations.
5434 (gdb-concat-output): Use font-lock-warning-face for errors.
5435
5436 2005-06-22 Miles Bader <miles@gnu.org>
5437
5438 * bindings.el (propertized-buffer-identification): Use renamed
5439 `Buffer-menu-buffer' face.
5440
5441 * faces.el (vertical-border): Rename from `vertical-divider'.
5442 (escape-glyph): Change dark-background color back to `cyan'.
5443
5444 2005-06-21 Juri Linkov <juri@jurta.org>
5445
5446 * faces.el (face-user-default-spec): Try getting `customized-face'
5447 prior to `saved-face'.
5448 (frame-background-mode): Refill docstring.
5449
5450 * emacs-lisp/lisp-mode.el (eval-defun-1):
5451 * emacs-lisp/edebug.el (edebug-eval-defun):
5452 Set `saved-face' temporarily to nil before calling form.
5453 Set `customized-face' to the new spec after that.
5454
5455 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5456
5457 * subr.el (1value, lambda, key-substitution-in-progress):
5458 Doc fixes.
5459
5460 * autoinsert.el (auto-insert-alist):
5461 * ses.el (ses-call-printer):
5462 * subr.el (noreturn):
5463 * emacs-lisp/lisp.el (check-parens):
5464 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5465 * net/browse-url.el (browse-url-mosaic):
5466 * progmodes/cc-defs.el (c-safe-scan-lists):
5467 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5468 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5469 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5470 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5471 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5472 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5473
5474 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5475
5476 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5477
5478 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5479
5480 * calendar/appt.el (appt-make-list): Activate the package, if
5481 not already active (for backwards compatibility).
5482
5483 2005-06-20 Kim F. Storm <storm@cua.dk>
5484
5485 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5486
5487 2005-06-20 Miles Bader <miles@gnu.org>
5488
5489 * faces.el (vertical-divider): New face.
5490
5491 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5492
5493 * simple.el (kill-whole-line): Doc fix.
5494 (next-error-buffer-p, next-error-find-buffer)
5495 (clone-indirect-buffer): Fix typos in docstrings.
5496 (comment-line-break-function): Doc fix: don't say variable
5497 is automatically buffer-local (it isn't).
5498
5499 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5500
5501 * net/tramp-ftp.el (top):
5502 * net/tramp-smb.el (top):
5503 * net/tramp-util.el (top):
5504 * net/tramp-uu.el (top):
5505 * net/tramp-vc.el (top):
5506 * net/tramp.el (top): Revert copyright years back to original
5507 ones. Tramp has a life outside GNU Emacs.
5508
5509 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5510
5511 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5512
5513 2005-06-18 Juri Linkov <juri@jurta.org>
5514
5515 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5516 end of first regexp to limit the match to the position between
5517 line number and source line with same separator character as used
5518 between file name and line number. In the second regexp limit
5519 mouse-face area to file name and line number by adding new group
5520 for them and referring it in HYPERLINK arg.
5521 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5522 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5523 previous line where grep markers may be already removed.
5524
5525 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5526
5527 * progmodes/ps-mode.el: Update version and maintainer's email address.
5528
5529 2005-06-18 Steve Youngs <steve@xemacs.org>
5530
5531 * net/browse-url.el (browse-url-browser-function)
5532 (browse-url-default-browser): Add firefox.
5533 (browse-url-firefox-program, browse-url-firefox-arguments)
5534 (browse-url-firefox-startup-arguments)
5535 (browse-url-firefox-new-window-is-tab): New defcustoms.
5536 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5537
5538 2005-06-17 Richard M. Stallman <rms@gnu.org>
5539
5540 * startup.el (command-line): Warn if specified user name has
5541 no home directory.
5542
5543 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5544 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5545
5546 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5547 Doc fixes.
5548
5549 * faces.el (underline): Try bold if terminal doesn't support underline.
5550
5551 * mail/sendmail.el (mail-setup-with-from): New variable.
5552 (mail-insert-from-field): New function.
5553 (sendmail-send-it): Call it.
5554 (mail-setup): Optionally call it here.
5555
5556 * term/linux.el: Call tty-no-underline.
5557
5558 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5559
5560 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5561
5562 2005-06-17 Miles Bader <miles@gnu.org>
5563
5564 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5565 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5566 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5567 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5568 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5569 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5570 Remove "-face" suffix from face names.
5571 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5572 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5573 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5574 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5575 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5576 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5577 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5578 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5579 New backward-compatibility aliases for renamed faces.
5580 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5581 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5582 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5583 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5584 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5585 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5586 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5587 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5588 Use renamed ediff faces.
5589
5590 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5591 Remove "-face" suffix from face names.
5592 (eshell-test-ok-face, eshell-test-failed-face):
5593 New backward-compatibility aliases for renamed faces.
5594 (eshell-run-test): Use renamed eshell-test faces.
5595
5596 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5597 face name.
5598 (eshell-prompt-face): New backward-compatibility alias for renamed
5599 face.
5600 (eshell-emit-prompt): Use renamed eshell-prompt face.
5601
5602 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5603 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5604 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5605 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5606 Remove "-face" suffix from face names.
5607 (eshell-ls-directory-face, eshell-ls-symlink-face)
5608 (eshell-ls-executable-face, eshell-ls-readonly-face)
5609 (eshell-ls-unreadable-face, eshell-ls-special-face)
5610 (eshell-ls-missing-face, eshell-ls-archive-face)
5611 (eshell-ls-backup-face, eshell-ls-product-face)
5612 (eshell-ls-clutter-face):
5613 New backward-compatibility aliases for renamed faces.
5614 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5615
5616 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5617 Remove "-face" suffix from face name.
5618 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5619 instead of literal face.
5620
5621 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5622
5623 * emacs-lisp/warnings.el (display-warning, lwarn)
5624 (warning-minimum-log-level): Doc fixes.
5625 (warning-minimum-level, warning-minimum-log-level):
5626 Add :debug to :type choices.
5627
5628 * progmodes/ada-mode.el (ada-format-paramlist)
5629 (ada-get-indent-case, ada-check-matching-start)
5630 (ada-check-defun-name, ada-goto-matching-decl-start)
5631 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5632 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5633 (ada-make-subprogram-body): Follow error conventions.
5634 (ada-case-exception-file, ada-indent-comment-as-code)
5635 (ada-indent-handle-comment-special, ada-indent-renames)
5636 (ada-indent-return, ada-search-directories-internal)
5637 (ada-tab-policy, ada-case-exception-substring)
5638 (ada-other-file-alist, ada-matching-start-re)
5639 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5640 (ada-imenu-generic-expression, ada-compile-goto-error)
5641 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5642 (ada-popup-menu, ada-add-extensions, ada-mode)
5643 (ada-region-selected, ada-create-case-exception)
5644 (ada-create-case-exception-substring, ada-after-keyword-p)
5645 (ada-activate-keys-for-case, ada-adjust-case-region)
5646 (ada-adjust-case-buffer, ada-format-paramlist)
5647 (ada-scan-paramlist, ada-insert-paramlist)
5648 (ada-indent-newline-indent)
5649 (ada-indent-newline-indent-conditional)
5650 (ada-justified-indent-current, ada-goto-previous-word)
5651 (ada-indent-current, ada-get-indent-open-paren)
5652 (ada-get-indent-paramlist, ada-get-indent-end)
5653 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5654 (ada-get-indent-block-start, ada-get-indent-subprog)
5655 (ada-get-indent-noindent, ada-get-indent-label)
5656 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5657 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5658 (ada-goto-stmt-end, ada-goto-next-word)
5659 (ada-check-matching-start, ada-check-defun-name)
5660 (ada-goto-matching-decl-start, ada-goto-matching-start)
5661 (ada-goto-matching-end, ada-search-ignore-string-comment)
5662 (ada-in-decl-p, ada-looking-at-semi-or)
5663 (ada-looking-at-semi-private, ada-in-paramlist-p)
5664 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5665 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5666 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5667 (ada-previous-package, ada-create-menu)
5668 (ada-fill-comment-paragraph-justify)
5669 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5670 (ada-other-file-name, ada-last-which-function-line)
5671 (ada-last-which-function-subprog, ada-which-function)
5672 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5673 (ada-gen-treat-proc, ada-check-emacs-version)
5674 (ada-continuation-indent, ada-align-region-separate):
5675 Fix typos in docstrings.
5676 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5677
5678 2005-06-16 Lute Kamstra <lute@gnu.org>
5679
5680 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5681 conditionally.
5682
5683 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * comint.el (comint-replace-by-expanded-filename)
5686 (comint-prompt-regexp, comint-delimiter-argument-list)
5687 (comint-preinput-scroll-to-bottom):
5688 * info.el (Info-hide-cookies-node):
5689 * ls-lisp.el (ls-lisp-classify):
5690 * find-file.el (ff-search-directories, ff-special-constructs)
5691 (ff-find-other-file):
5692 * font-lock.el (font-lock-keywords):
5693 * shell.el (shell-prompt-pattern)
5694 (shell-dynamic-complete-functions, shell-mode)
5695 (shell-delimiter-argument-list):
5696 * term.el (term-replace-by-expanded-filename)
5697 (term-prompt-regexp, term-delimiter-argument-list):
5698 * woman.el (woman-ignore, woman0-if):
5699 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5700 * emacs-lisp/elint.el (elint-init-env):
5701 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5702 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5703 * language/ethio-util.el (ethio-tilde-escape)
5704 (ethio-use-three-dot-question):
5705 * net/zone-mode.el (zone-mode-load-time-setup):
5706 * progmodes/cc-align.el (c-lineup-argcont):
5707 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5708 * progmodes/cperl-mode.el (cperl-set-style-back):
5709 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5710 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5711 Fix spellings in docstrings.
5712
5713 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5714 * progmodes/modula2.el (m2-for): Fix spellings.
5715
5716 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5717
5718 * simple.el (undo-more): Don't use `format' on `error' arguments.
5719 Improve argument/docstring consistency.
5720 (pending-undo-list): Doc fix.
5721
5722 * smerge-mode.el (smerge-ensure-match):
5723 * emulation/vip.el (vip-ex):
5724 * net/zone-mode.el (zone-mode-update-serial):
5725 * progmodes/idlwave.el (idlwave-complete):
5726 * progmodes/vhdl-mode.el (vhdl-visit-file)
5727 (vhdl-compose-wire-components):
5728 Don't use `format' on `error' arguments.
5729
5730 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5731 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5732 (tooltip-help-tips): Fix typos in docstrings.
5733
5734 2005-06-16 David Ponce <david@dponce.com>
5735
5736 * tree-widget.el (tree-widget-value-create): Simplify last change.
5737
5738 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5739
5740 * ido.el (ido-incomplete-regexp): New variable.
5741 (ido-set-matches-1): Handle invalid-regexp error and set
5742 ido-incomplete-regexp.
5743 (ido-incomplete-regexp): New face.
5744 (ido-completions): Use it.
5745 (ido-complete, ido-exit-minibuffer, ido-completions):
5746 Handle incomplete regexps.
5747 (ido-completions): Add check for complete match when entering a regexp.
5748
5749 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5752
5753 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5754
5755 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5756 by field delimiters.
5757
5758 2005-06-15 David Ponce <david@dponce.com>
5759
5760 * tree-widget.el: eval-and-compile inlined functions so they will
5761 be available at run-time too.
5762 (tree-widget-super-format-handler)
5763 (tree-widget-format-handler): Remove.
5764 (tree-widget-value-create): Handle the :indent property.
5765
5766 2005-06-15 Miles Bader <miles@gnu.org>
5767
5768 * progmodes/which-func.el (which-func): Only inherit
5769 `font-lock-function-name-face' when that makes sense against the
5770 default mode-line face, otherwise set the face color explicitly.
5771
5772 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5773 faces instead of (non-existent) variables.
5774
5775 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5778 (iswitchb-get-matched-buffers): Likewise. Simplify.
5779
5780 2005-06-14 Miles Bader <miles@gnu.org>
5781
5782 * progmodes/ld-script.el (ld-script-location-counter):
5783 Remove "-face" suffix from face name.
5784 (ld-script-location-counter-face):
5785 New backward-compatibility alias for renamed face.
5786 (ld-script-location-counter-face): Use renamed face.
5787
5788 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5789 (cperl-hash): Remove "-face" suffix from face names.
5790 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5791 New backward-compatibility aliases for renamed faces.
5792 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5793 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5794
5795 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5796 name.
5797 (which-func-face): New backward-compatibility alias for renamed face.
5798 (which-func-format): Use renamed which-func face.
5799
5800 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5801 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5802 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5803 names.
5804 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5805 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5806 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5807 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5808 (vhdl-speedbar-architecture-selected)
5809 (vhdl-speedbar-configuration-selected)
5810 (vhdl-speedbar-package-selected)
5811 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5812 names.
5813 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5814 Use renamed faces.
5815 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5816 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5817 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5818 Use renamed faces.
5819 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5820 names.
5821 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5822 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5823 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5824 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5825 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5826 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5827
5828 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5829 face name.
5830 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5831 (sh-heredoc-face): Use renamed sh-heredoc face.
5832
5833 * progmodes/idlw-help.el (idlwave-help-link):
5834 Remove "-face" suffix from face name.
5835 (idlwave-help-link-face):
5836 New backward-compatibility alias for renamed face.
5837 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5838
5839 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5840 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5841 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5842 New backward-compatibility aliases for renamed faces.
5843 (idlwave-shell-disabled-breakpoint-face)
5844 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5845
5846 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5847 Remove "-face" suffix from face names.
5848 (flymake-errline-face, flymake-warnline-face):
5849 New backward-compatibility aliases for renamed faces.
5850 (flymake-highlight-line): Use renamed flymake faces.
5851
5852 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5853 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5854 (ebrowse-member-class, ebrowse-progress):
5855 Remove "-face" suffix from face names.
5856 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5857 (ebrowse-file-name-face, ebrowse-default-face)
5858 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5859 (ebrowse-progress-face):
5860 New backward-compatibility aliases for renamed faces.
5861 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5862 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5863 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5864 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5865
5866 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5867 antlr-syntax)
5868 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5869 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5870 names.
5871 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5872 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5873 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5874 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5875 backward-compatibility aliases for renamed faces.
5876 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5877 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5878 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5879 remove "font-lock-". Use renamed antlr-mode faces.
5880 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5881 literal face-names with face variable references.
5882
5883 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5884 face name.
5885 (Buffer-menu-buffer-face): New backward-compatibility alias for
5886 renamed face.
5887 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5888
5889 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5890
5891 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5892 Eliminate "-face" suffix.
5893 (makefile-targets): Inherit from font-lock-function-name-face and
5894 eliminate "-face" suffix.
5895 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5896 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5897 actions, instead of prepending, to make it less visible.
5898 (makefile-previous-dependency, makefile-match-dependency):
5899 Don't match a target on a continuation line.
5900
5901 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5902
5903 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5904
5905 * progmodes/gdb-ui.el (menu): Re-order menu items.
5906 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5907
5908 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5909 Define in tooltip.el.
5910 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5911 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5912 gud-tooltip-echo-area.
5913
5914 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5915 backward compatibility and make obsolete.
5916 (tooltip-help-tips): Use tooltip-use-echo-area.
5917 (tooltip-show-help-function): Rename to...
5918 (tooltip-show-help): ...this, because it is a function.
5919 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5920
5921 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5922
5923 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5924 (edebug-print-length, edebug-print-level, edebug-print-circle)
5925 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5926 (edebug-eval-print-last-sexp): Doc fixes.
5927
5928 2005-06-14 Kim F. Storm <storm@cua.dk>
5929
5930 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5931 as the coverage buffer/file/both may change.
5932
5933 2005-06-14 Lute Kamstra <lute@gnu.org>
5934
5935 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5936 and run-mode-hooks. Simplify.
5937
5938 * mail/rmailedit.el (rmail-edit-mode):
5939 * progmodes/octave-inf.el (inferior-octave-mode):
5940 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5941
5942 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5943 and run-mode-hooks.
5944 (recentf-edit-list, recentf-open-files): Don't call
5945 kill-all-local-variables directly.
5946
5947 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5948
5949 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5950
5951 * emacs-lisp/byte-run.el (make-obsolete)
5952 (define-obsolete-function-alias): Rename arguments FUNCTION and
5953 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5954 (make-obsolete-variable, define-obsolete-variable-alias):
5955 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5956 respectively.
5957
5958 * isearchb.el (isearchb-activate):
5959 * pcvs.el (cvs-mode):
5960 * ses.el (ses-load):
5961 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5962 * net/tramp.el (tramp-find-file-exists-command)
5963 (tramp-find-shell):
5964 * progmodes/ada-mode.el (ada-create-case-exception)
5965 (ada-create-case-exception-substring, ada-make-subprogram-body):
5966 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5967 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5968 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5969 * textmodes/org.el (org-promote, org-evaluate-time-range)
5970 (org-agenda-next-date-line, org-agenda-previous-date-line)
5971 (org-agenda-error, org-open-at-point, org-table-move-row)
5972 (org-format-table-table-html-using-table-generate-source)
5973 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5974 * textmodes/reftex.el (reftex-access-scan-info):
5975 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5976 (reftex-toc-promote-prepare): Follow error conventions.
5977
5978 * diff-mode.el (diff-mode): Fix typo in docstring.
5979
5980 * forms.el (forms--intuit-from-file): Fix reference to
5981 `forms-number-of-fields' in error message.
5982 (forms-print): Fix quoting in error message.
5983
5984 * forms.el (forms-mode):
5985 * emulation/vi.el (vi-goto-insert-state):
5986 * progmodes/flymake.el (flymake-new-err-info)
5987 (flymake-start-syntax-check-for-current-buffer)
5988 (flymake-simple-cleanup):
5989 * eshell/esh-var.el (eshell/export):
5990 * progmodes/gud.el (xdb):
5991 * textmodes/flyspell.el (flyspell-incorrect-hook)
5992 (flyspell-maybe-correct-transposition)
5993 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5994
5995 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5996
5997 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5998 minibuffer prompt.
5999
6000 2005-06-13 Kim F. Storm <storm@cua.dk>
6001
6002 * subr.el (add-to-ordered-list): New defun.
6003
6004 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6005 add cua--keymap-alist to emulation-mode-map-alists.
6006
6007 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6008
6009 * subr.el (complete-in-turn): New macro.
6010 (dynamic-completion-table, lazy-completion-table): Add debug info.
6011
6012 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6013 in preference to face aliases.
6014
6015 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6016 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6017 Remove unused vars `start' and `firstline'.
6018 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6019 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6020
6021 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6022
6023 * cus-start.el (all): Don't complain about missing GTK-related
6024 variables, unless either `gtk' is boundp or this isn't a
6025 `windows-nt' build.
6026
6027 2005-06-13 Lute Kamstra <lute@gnu.org>
6028
6029 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6030 run-mode-hooks.
6031
6032 * ediff-mult.el (ediff-meta-mode):
6033 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6034
6035 * ledit.el (ledit-mode): Use delay-mode-hooks.
6036
6037 * woman.el (woman-mode-line-format): Delete constant.
6038 (woman-mode-map): Initialize it properly.
6039 (woman-mode): Set mode-class property to special.
6040 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6041 Set major-mode and mode-name. Don't set mode-line-format directly.
6042 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6043
6044 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6045 string argument obsolete.
6046
6047 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6048
6049 * textmodes/org.el (org-CUA-compatible): New option.
6050 (org-disputed-keys): New variable.
6051 (org-key): New function.
6052 (orgtbl-make-binding): Add docstring to the created function.
6053 (org-mode): Set paragraph start/separate regexps.
6054 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6055 (org-archive-location, org-archive-mark-done)
6056 (org-archive-stamp-time): New options.
6057 (org-archive-subtree): New command.
6058 (org-fill-paragraph): New function.
6059 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6060 (org-fake-empty-table-line): Function removed.
6061 (org-format-org-table-html): Do not create empty table lines at
6062 separator lines. Improved table header treatment.
6063 (org-link-format): New option.
6064 (org-make-link): New function.
6065 (org-insert-link, org-store-link): Use org-make-link.
6066 (org-open-file): Quote file name for shell command, to allow
6067 spaces in file names.
6068 (org-link-regexp): Fix bug with mailto link.
6069 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6070 New constants.
6071 (org-export-as-html): Deal with the optional angles around a link.
6072 Better treatment of file: links.
6073 (org-open-at-point): Replace @{ and @} with < and >.
6074 (org-run-mode-hooks): Function removed.
6075 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6076
6077 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6078
6079 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6080 MI command -data-list-register-values.
6081 (gdb-post-prompt): Indent properly.
6082
6083 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6084
6085 * hilit-chg.el (highlight-changes-colors): Rename from
6086 `highlight-changes-colours'.
6087 (highlight-changes-colours): Keep as obsolete alias.
6088 (highlight-changes-face-list): Doc fix.
6089 (hilit-chg-make-list): Use `highlight-changes-colors'.
6090
6091 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6092
6093 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6094 defun-prompt-regexp.
6095
6096 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6097
6098 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6099 and cygwin.
6100
6101 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6102 Don't use an old loaddefs.el, as in Makefile.in.
6103
6104 2005-06-12 Lute Kamstra <lute@gnu.org>
6105
6106 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6107
6108 * man.el (Man-mode-map): Initialize it properly.
6109 (Man-mode): Set mode-class property to special.
6110
6111 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6112
6113 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6114
6115 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6116 A newline is needed in the docstring there.
6117
6118 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6119 Doc fixes.
6120
6121 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6122
6123 * printing.el: Doc fix. The menubar is no more changed when printing
6124 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6125 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6126 (pr-version): New version number (6.8.4).
6127 (pr-menu-bind): New command.
6128 (pr-update-menus): Docstring and code fix.
6129 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6130 Docstring fix.
6131 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6132 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6133
6134 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6135
6136 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6137 "Returns" to "return", document useful return values, etc.
6138
6139 2005-06-11 Alan Mackenzie <acm@muc.de>
6140
6141 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6142 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6143 (adaptive-file-function): Minor amendment to doc-string.
6144
6145 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6146
6147 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6148 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6149 Fix :type--it is `integer', not `string'.
6150
6151 * faces.el (modeline-highlight): Rename from (the erroneous)
6152 `modeline-higilight'.
6153
6154 2005-06-11 Lute Kamstra <lute@gnu.org>
6155
6156 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6157 lisp-interaction-mode-map but make it the parent.
6158 (edebug-eval-mode): Use define-derived-mode.
6159
6160 2005-06-11 Andreas Schwab <schwab@suse.de>
6161
6162 * bindings.el: Add binding of `ESC functionkey' for every
6163 `M-functionkey'.
6164 * hexl.el (hexl-mode-map): Likewise.
6165
6166 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6167
6168 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6169 [msft]: update regexp for newer msft compilers.
6170
6171 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6172
6173 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6174 ATTLIST portions of included DTDs.
6175 (xml-parse-dtd): Eliminate use of inefficient match-data.
6176
6177 2005-06-10 Miles Bader <miles@gnu.org>
6178
6179 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6180 (mpuz-text): Remove "-face" suffix from face names.
6181 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6182 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6183 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6184
6185 * play/gomoku.el (gomoku-O, gomoku-X):
6186 Remove "-face" suffix from face names.
6187 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6188 New backward-compatibility aliases for renamed faces.
6189 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6190
6191 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * thumbs.el: Fixes for changes of 2005-06-09.
6194 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6195 as a directory.
6196 (thumbs-thumbname): Remove directory separator from format string;
6197 `thumbs-thumbsdir' now returns a valid directory name.
6198 (thumbs-temp-dir): New defsubst.
6199 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6200 Use it.
6201
6202 * cus-edit.el (minibuffer):
6203 * files.el (make-backup-file-name-function):
6204 * filesets.el (filesets-external-viewers):
6205 * hilit-chg.el (highlight-changes-colours)
6206 (highlight-changes-face-list, highlight-changes-rotate-faces):
6207 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6208 * kmacro.el (kmacro-call-macro):
6209 * log-edit.el (log-edit-changelog-full-paragraphs):
6210 * mouse.el (mouse-1-click-follows-link):
6211 * skeleton.el (skeleton-autowrap):
6212 * subr.el (insert-for-yank-1):
6213 * tempo.el (tempo-insert-region):
6214 * terminal.el (terminal-emulator):
6215 * time.el (display-time-mail-face):
6216 * vc.el (vc-annotate):
6217 * vcursor.el (vcursor-copy-line):
6218 * woman.el (woman-bold-headings, woman-ignore)
6219 (woman-default-faces, woman-monochrome-faces):
6220 * calendar/todo-mode.el (todo-insert-threshold):
6221 * emulation/pc-select.el (pc-select-selection-keys-only)
6222 (pc-selection-mode):
6223 * emulation/vip.el (vip-find-char-forward):
6224 * emulation/viper-cmd.el (viper-find-char-forward):
6225 * international/mule-cmds.el
6226 (select-safe-coding-system-accept-default-p)
6227 (input-method-exit-on-invalid-key):
6228 * international/mule-diag.el (describe-coding-system):
6229 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6230 * net/browse-url.el (browse-url-xterm-program):
6231 * obsolete/lazy-lock.el (lazy-lock-mode):
6232 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6233 (cperl-mode):
6234 * progmodes/cpp.el (cpp-face-light-name-list)
6235 (cpp-face-dark-name-list):
6236 * progmodes/delphi.el (delphi-newline-always-indents):
6237 Fix spellings in docstrings.
6238
6239 * ido.el (ido-mode, ido-file-extensions-order)
6240 (ido-default-file-method, ido-default-buffer-method)
6241 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6242 (ido-decorations, ido-read-file-name-as-directory-commands)
6243 (ido-read-file-name-non-ido, ido-work-directory-list)
6244 (ido-ignore-item-temp-list, ido-current-directory)
6245 (ido-magic-forward-char, ido-enter-find-file)
6246 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6247 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6248
6249 2005-06-10 Lute Kamstra <lute@gnu.org>
6250
6251 * play/dunnet.el (dun-mode): Use define-derived-mode.
6252 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6253 obsolete alias.
6254
6255 * play/doctor.el (doctor-mode-map): Remove defvar.
6256 (doctor-mode): Use define-derived-mode.
6257
6258 * mail/mspools.el (mspools-mode):
6259 * net/eudc-hotlist.el (eudc-hotlist-mode):
6260 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6261
6262 2005-06-10 Miles Bader <miles@gnu.org>
6263
6264 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6265 Remove "-face" suffix from face names.
6266 (flyspell-incorrect-face, flyspell-duplicate-face):
6267 New backward-compatibility aliases for renamed faces.
6268 (flyspell-mode-on, make-flyspell-overlay)
6269 (flyspell-highlight-incorrect-region)
6270 (flyspell-highlight-duplicate-region)
6271 (flyspell-display-next-corrections)
6272 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6273
6274 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6275 from face name.
6276 (texinfo-heading-face): New backward-compatibility alias for
6277 renamed face.
6278 (texinfo-heading-face): Use renamed texinfo-heading face.
6279
6280 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6281 suffix from face names.
6282 (tex-math-face, tex-verbatim-face):
6283 New backward-compatibility aliases for renamed faces.
6284 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6285 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6286 literal face name.
6287
6288 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6289 name.
6290 (table-cell-face): New backward-compatibility alias for renamed face.
6291 (table--put-cell-face-property, table--update-cell-face):
6292 Use renamed table-cell face.
6293
6294 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6295 from face name.
6296 (sgml-namespace-face): New backward-compatibility alias for
6297 renamed face.
6298 (sgml-namespace-face): Use renamed sgml-namespace face.
6299
6300 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6301 (org-level-4, org-level-5, org-level-6, org-level-7)
6302 (org-level-8, org-warning, org-headline-done)
6303 (org-deadline-announce, org-scheduled-today)
6304 (org-scheduled-previously, org-link, org-done, org-table)
6305 (org-time-grid): Remove "-face" suffix from face names.
6306 (org-level-1-face, org-level-2-face, org-level-3-face)
6307 (org-level-4-face, org-level-5-face, org-level-6-face)
6308 (org-level-7-face, org-level-8-face, org-warning-face)
6309 (org-headline-done-face, org-deadline-announce-face)
6310 (org-scheduled-today-face, org-scheduled-previously-face)
6311 (org-link-face, org-done-face, org-table-face)
6312 (org-time-grid-face):
6313 New backward-compatibility aliases for renamed faces.
6314 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6315 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6316 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6317 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6318
6319 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6320 (viper-minibuffer-emacs, viper-minibuffer-insert)
6321 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6322 (viper-search-face, viper-replace-overlay-face)
6323 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6324 (viper-minibuffer-vi-face):
6325 New backward-compatibility aliases for renamed faces.
6326 (viper-search-face, viper-replace-overlay-face)
6327 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6328 (viper-minibuffer-vi-face): Use renamed viper faces.
6329
6330 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6331 Remove "-face" suffix from face names.
6332 (testcover-nohits-face, testcover-1value-face):
6333 New backward-compatibility aliases for renamed faces.
6334 (testcover-mark): Use renamed testcover faces.
6335
6336 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6337 face name.
6338 (diary-button-face): New backward-compatibility alias for renamed face.
6339 (diary-entry): Use renamed diary-button face.
6340
6341 * calendar/calendar.el (diary, calendar-today, holiday)
6342 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6343 (diary-face, calendar-today-face, holiday-face):
6344 New backward-compatibility aliases for renamed faces.
6345 (eval-after-load "facemenu", diary-entry-marker)
6346 (calendar-today-marker, calendar-holiday-marker, diary-face):
6347 Use renamed calendar faces.
6348
6349 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6350 (compare-windows-face): New backward-compatibility alias for
6351 renamed face.
6352 (compare-windows-highlight): Use renamed compare-windows face.
6353
6354 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6355 (strokes-char-face): New backward-compatibility alias for renamed face.
6356 (strokes-encode-buffer): Use renamed strokes-char face.
6357
6358 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6359 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6360 Remove "-face" suffix from face names.
6361 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6362 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6363 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6364 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6365 Use renamed pcvs faces.
6366 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6367 * pcvs-defs.el (cvs-mode-map): Likewise.
6368 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6369
6370 * info.el (info-title-1, info-title-2, info-title-3)
6371 (info-title-4): Remove "-face" suffix from and downcase face names.
6372 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6373 (Info-title-4-face):
6374 New backward-compatibility aliases for renamed faces.
6375 (Info-fontify-node): Use renamed info faces.
6376
6377 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6378 Remove "-face" suffix from face names.
6379 (highlight-changes-face, highlight-changes-delete-face):
6380 New backward-compatibility aliases for renamed faces.
6381 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6382 (hilit-chg-make-list): Use renamed highlight-changes faces.
6383
6384 * generic-x.el (show-tabs-tab, show-tabs-space):
6385 Remove "-face" suffix from face names.
6386 (show-tabs-tab-face, show-tabs-space-face):
6387 New backward-compatibility aliases for renamed faces.
6388 (show-tabs-generic-mode-font-lock-defaults-1)
6389 (show-tabs-generic-mode-font-lock-defaults-2):
6390 Use renamed show-tabs faces.
6391
6392 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6393 (smerge-markers): Remove "-face" suffix from face names.
6394 (smerge-mine-face, smerge-other-face, smerge-base-face)
6395 (smerge-markers-face):
6396 New backward-compatibility aliases for renamed faces.
6397 (smerge-mine-face, smerge-other-face, smerge-base-face)
6398 (smerge-markers-face): Use renamed smerge faces.
6399
6400 * log-view.el (log-view-file, log-view-message): Remove "-face"
6401 suffix from face names.
6402 (log-view-file-face, log-view-message-face):
6403 New backward-compatibility aliases for renamed faces.
6404 (log-view-file-face, log-view-message-face): Use renamed log-view
6405 faces.
6406
6407 * paren.el (show-paren-match, show-paren-mismatch):
6408 Remove "-face" suffix from face names.
6409 (show-paren-match-face, show-paren-mismatch-face):
6410 New backward-compatibility aliases for renamed faces.
6411 (show-paren-function): Use renamed show-paren faces.
6412
6413 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6414 (ruler-mode-margins, ruler-mode-fringes)
6415 (ruler-mode-column-number, ruler-mode-fill-column)
6416 (ruler-mode-comment-column, ruler-mode-goal-column)
6417 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6418 suffix from face names.
6419 (ruler-mode-default-face, ruler-mode-pad-face)
6420 (ruler-mode-margins-face, ruler-mode-fringes-face)
6421 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6422 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6423 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6424 New backward-compatibility aliases for renamed faces.
6425 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6426 (ruler-mode-column-number, ruler-mode-fill-column)
6427 (ruler-mode-comment-column, ruler-mode-goal-column)
6428 (ruler-mode-tab-stop, ruler-mode-current-column)
6429 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6430 faces.
6431
6432 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6433 face name.
6434 (whitespace-highlight-the-space): Use renamed face.
6435 (whitespace-highlight-face): New backward-compatibility alias for
6436 renamed face.
6437
6438 * woman.el (woman-italic, woman-bold, woman-unknown)
6439 (woman-addition, woman-symbol-face):
6440 Remove "-face" suffix from face names.
6441 (woman-italic-face, woman-bold-face, woman-unknown-face)
6442 (woman-addition-face):
6443 New backward-compatibility aliases for renamed faces.
6444 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6445 (woman-decode-region, woman-replace-match)
6446 (woman-display-extended-fonts, woman-special-characters)
6447 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6448 Use renamed woman faces.
6449
6450 * longlines.el (longlines-visible-face): Face removed.
6451
6452 * diff-mode.el (diff-header, diff-file-header, diff-index)
6453 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6454 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6455 suffix from face names.
6456 (diff-header-face, diff-file-header-face, diff-index-face)
6457 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6458 (diff-changed-face, diff-function-face, diff-context-face)
6459 (diff-nonexistent-face): New backward-compatibility aliases for
6460 renamed faces.
6461 (diff-header-face, diff-file-header-face)
6462 (diff-index, diff-index-face, diff-hunk-header)
6463 (diff-hunk-header-face, diff-removed, diff-removed-face)
6464 (diff-added, diff-added-face, diff-changed-face, diff-function)
6465 (diff-function-face, diff-context-face, diff-nonexistent)
6466 (diff-nonexistent-face): Use renamed diff-mode faces.
6467
6468 * progmodes/compile.el (compilation-warning-face)
6469 (compilation-info-face): Remove "-face" suffix from face names.
6470 (compilation-warning-face, compilation-info-face):
6471 New backward-compatibility aliases for renamed faces.
6472 (compilation-warning-face, compilation-info-face):
6473 Use renamed compilation faces.
6474
6475 * add-log.el (change-log-date, change-log-name)
6476 (change-log-email, change-log-file, change-log-list)
6477 (change-log-conditionals, change-log-function)
6478 (change-log-acknowledgement): Remove "-face" suffix from face names.
6479 (change-log-date-face, change-log-name-face)
6480 (change-log-email-face, change-log-file-face)
6481 (change-log-list-face, change-log-conditionals-face)
6482 (change-log-function-face, change-log-acknowledgement-face):
6483 New backward-compatibility aliases for renamed faces.
6484 (change-log-font-lock-keywords): Use renamed change-log faces.
6485
6486 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6487 (custom-set, custom-changed, custom-saved, custom-button)
6488 (custom-button-pressed, custom-documentation, custom-state)
6489 (custom-comment, custom-comment-tag, custom-variable-tag)
6490 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6491 (custom-group-tag): Remove "-face" suffix from face names.
6492 (custom-magic-alist, custom-magic-value-create)
6493 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6494 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6495 (custom-set-face, custom-changed-face, custom-saved-face)
6496 (custom-button-face, custom-button-pressed-face)
6497 (custom-documentation-face, custom-state-face)
6498 (custom-comment-face, custom-comment-tag-face)
6499 (custom-variable-tag-face, custom-variable-button-face)
6500 (custom-face-tag-face, custom-group-tag-face-1)
6501 (custom-group-tag-face):
6502 New backward-compatibility aliases for renamed faces.
6503
6504 * wid-edit.el (widget-documentation, widget-button)
6505 (widget-field, widget-single-line-field, widget-inactive)
6506 (widget-button-pressed): "-face" suffix removed from face names.
6507 (widget-documentation-face, widget-button-face)
6508 (widget-field-face, widget-single-line-field-face)
6509 (widget-inactive-face, widget-button-pressed-face):
6510 New backward-compatibility aliases for renamed faces.
6511 (widget-documentation-face, widget-button-face)
6512 (widget-button-pressed-face, widget-specify-field)
6513 (widget-specify-inactive): Use renamed widget faces.
6514
6515 2005-06-10 Kenichi Handa <handa@m17n.org>
6516
6517 * term/x-win.el (x-clipboard-yank): Remove condition-case
6518 wrapping.
6519
6520 2005-06-11 Kenichi Handa <handa@m17n.org>
6521
6522 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6523 date lines stricter.
6524
6525 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6526
6527 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6528 of x-get-selection.
6529
6530 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6531
6532 * comint.el (comint-mode, comint-snapshot-last-prompt):
6533 * frame.el (frame-current-scroll-bars):
6534 * term.el (term-mode, term-check-proc, term-input-sender)
6535 (term-simple-send, term-extract-string, term-word)
6536 (term-match-partial-filename):
6537 * window.el (window-current-scroll-bars):
6538 * emulation/cua-base.el (cua-normal-cursor-color)
6539 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6540 (cua-global-mark-cursor-color):
6541 * mail/undigest.el (rmail-forward-separator-regex):
6542 Fix typos in docstrings.
6543
6544 * comint.el (comint-check-proc, make-comint-in-buffer)
6545 (comint-source-default): Doc fixes.
6546
6547 * term.el (term-send-string): Improve argument/docstring consistency.
6548
6549 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6550
6551 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6552 call to `delete-region'.
6553 (comint-mode-hook): Do not enable Font Lock by default.
6554
6555 2005-06-09 Lute Kamstra <lute@gnu.org>
6556
6557 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6558 could be void.
6559
6560 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6563 (debug): Use it.
6564 (debugger-step-through, debugger-continue, debugger-jump)
6565 (debugger-return-value): Set it when needed.
6566 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6567 Use inhibit-read-only.
6568
6569 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6570
6571 * window.el (shrink-window-if-larger-than-buffer)
6572 (window-size-fixed): Fix typo in docstring.
6573
6574 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6575 thumbnails directory on loading.
6576 (thumbs-conversion-program): Use `eq' to check the system type,
6577 not `equal'.
6578 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6579 not "/tmp". Fix docstring.
6580 (thumbs-thumbsdir): New function to return the thumbnails
6581 directory, creating it if needed.
6582 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6583 (thumbs-temp-file): Delete variable and make it into a function.
6584 (thumbs-resize-image, thumbs-modify-image): Use it.
6585 (thumbs-kill-buffer): Simplify.
6586 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6587 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6588 docstrings.
6589
6590 2005-06-09 Kim F. Storm <storm@cua.dk>
6591
6592 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6593 set-match-data to free markers in match-data.
6594
6595 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6596 match-data to unchain markers in match-data.
6597
6598 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6601 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6602 unnecessary now.
6603
6604 2005-06-08 Richard M. Stallman <rms@gnu.org>
6605
6606 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6607 give the variable a doc string that doesn't say don't set it directly.
6608
6609 * textmodes/ispell.el (ispell-check-version):
6610 Use match-string-no-properties.
6611 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6612 (ispell-buffer-local-words): Likewise.
6613
6614 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6615 except on terminals with enough colors to really display it.
6616 (makefile-dependency-regex): Delete spurious `bb'.
6617
6618 * faces.el (escape-glyph): Use blue once again in last case.
6619 (no-break-space): Redefine so that it isn't invisible on a tty.
6620
6621 2005-06-08 Kim F. Storm <storm@cua.dk>
6622
6623 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6624 also when reading directory name.
6625
6626 2005-06-08 Lute Kamstra <lute@gnu.org>
6627
6628 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6629 (flyspell-mode-line-string): Remove autoload cookie.
6630 (flyspell-mode): Remove defvar.
6631
6632 2005-06-07 Lute Kamstra <lute@gnu.org>
6633
6634 * textmodes/org.el (org-run-mode-hooks): New function.
6635 (org-agenda-mode): Use it.
6636
6637 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6638
6639 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6640
6641 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6642
6643 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6644
6645 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6646
6647 * font-lock.el (font-lock-add-keywords): Doc fix.
6648
6649 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6652 (tex-compile-default): In the absence of any history, use the order in
6653 tex-compile-alist to choose the preferred command.
6654 (tex-compile-commands): Reorder a bit.
6655
6656 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6657 (flyspell-incorrect-face, flyspell-duplicate-face):
6658 Use (X)Emacs-agnostic code.
6659 (flyspell-mode-map): Don't overwrite at each load. Remove code
6660 redundant with the subsequent add-minor-mode. Merge Emacs and
6661 XEmacs code.
6662 (flyspell-word): Minor simplification.
6663 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6664 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6665 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6666 Merge the corresponding Emacs code.
6667 (flyspell-correct-word, flyspell-xemacs-popup):
6668 Use flyspell-do-correct.
6669
6670 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6671 a dedicated window.
6672
6673 * international/latexenc.el (latexenc-find-file-coding-system):
6674 Undo part of last patch, to turn off a compiler warning.
6675
6676 2005-06-06 Juri Linkov <juri@jurta.org>
6677
6678 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6679 Rename `tmm-inactive-face' to `tmm-inactive'.
6680
6681 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6682
6683 * iswitchb.el: Rename faces.
6684
6685 2005-06-06 Kim F. Storm <storm@cua.dk>
6686
6687 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6688 (cua-global-mark): Remove -face suffix from face names.
6689
6690 * emulation/cua-gmrk.el (cua--init-global-mark):
6691 Remove cua-global-mark face setup.
6692
6693 2005-06-06 Richard M. Stallman <rms@gnu.org>
6694
6695 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6696 just like other allowed characters.
6697 (makefile-match-dependency): Exclude leading and training whitespace
6698 from the range of regexp subexp 1.
6699 (makefile-macroassign-regex): Don't try to match the body,
6700 just the name of the macro being defined.
6701
6702 * info.el (Info-read-node-name-2): New function.
6703 (Info-read-node-name-1): Use that.
6704 Add a completion-base-size-function property.
6705
6706 * simple.el (completion-setup-function): Look for
6707 completion-base-size-function property of minibuffer-completion-table.
6708
6709 * files.el (locate-file-completion): Doc fix.
6710
6711 * printing.el: Don't call pr-update-menus; user must do that.
6712
6713 * emacs-lisp/debug.el (debugger-window): New variable.
6714 (debug): Use debugger-window if it is set and still alive.
6715 Record debugger-window for next entry.
6716
6717 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6718
6719 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6720
6721 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6722 (hack-one-local-variable, hack-local-variables)
6723 (hack-local-variables-prop-line): Pass that arg.
6724
6725 2005-06-06 Kim F. Storm <storm@cua.dk>
6726
6727 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6728 (ido-indicator): Remove -face suffix from face names.
6729
6730 2005-06-06 Juri Linkov <juri@jurta.org>
6731
6732 * font-lock.el (font-lock-regexp-backslash)
6733 (font-lock-regexp-backslash-construct): New faces.
6734 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6735 after `('. Add `while-no-input' to control structures.
6736
6737 * faces.el (no-break-space, shadow): New faces.
6738 (escape-glyph): Use less loud colors pink2 and red4.
6739
6740 * diff-mode.el (diff-context-face)
6741 * dired.el (dired-ignored)
6742 * rfn-eshadow.el (file-name-shadow)
6743 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6744
6745 * info.el (Info-title-1-face): Use green instead of yellow because
6746 bold yellow is not readable on light backgrounds.
6747
6748 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6749 before selecting the desired mode to not spend time fontifying
6750 old contents.
6751
6752 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6753
6754 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6755 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6756
6757 * ps-print.el (ps-default-fg, ps-default-bg):
6758 Fix typos in docstrings.
6759
6760 * isearchb.el (isearchb): Don't pass a spurious second argument to
6761 `iswitchb-completions'.
6762
6763 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6764
6765 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6766 to preserve point.
6767 (gdb-find-file-hook): Add doc string.
6768
6769 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6770 C dereferenced pointer expression.
6771 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6772
6773 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6774
6775 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6776 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6777 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6778 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6779 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6780 Make background transparent.
6781
6782 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6783
6784 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6785 (font-lock-remove-keywords): Doc fix.
6786 (font-lock-mode-major-mode): Compiler defvar.
6787 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6788
6789 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6790 (font-lock-mode): Update `font-lock-mode-major-mode'.
6791 (font-lock-set-defaults): Compiler defvar.
6792 (font-lock-default-function): Take `font-lock-mode-major-mode'
6793 into account.
6794
6795 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6796 keep track of which major mode it enabled the minor mode for.
6797 Use find-file-hook again. Update docstring.
6798
6799 * simple.el (eval-expression-print-level)
6800 (eval-expression-print-length, eval-expression-debug-on-error):
6801 Doc fixes.
6802
6803 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6804
6805 * iswitchb.el (iswitchb-single-match-face)
6806 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6807 (iswitchb-invalid-regexp-face): New faces.
6808 (iswitchb-completions): Use them.
6809 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6810 now marked as an obsolete alias.
6811 (iswitchb-read-buffer): Remove check for bound font variables.
6812 (iswitchb-invalid-regexp): New free variable.
6813 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6814 set iswitchb-invalid-regexp.
6815 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6816 invalid regexps.
6817 (iswitchb-completions): Add check for complete match when entering
6818 a regexp.
6819 (iswitchb-completions): Remove require-match argument.
6820 (iswitchb-exhibit): Fix caller.
6821 (iswitchb-common-match-inserted): New variable.
6822 (iswitchb-complete, iswitchb-completion-help): Use it.
6823
6824 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6825
6826 * url-http.el (url-http-chunked-encoding-after-change-function):
6827 Use `url-http-debug' instead of `message'.
6828
6829 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6830
6831 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6832 callback argument.
6833
6834 2005-06-04 Kim F. Storm <storm@cua.dk>
6835
6836 * simple.el (line-move): Only call sit-for when moving backwards.
6837
6838 * ido.el (ido-make-merged-file-list-1): New defun split from
6839 ido-make-merged-file-list.
6840 (ido-make-merged-file-list): Bind throw-on-input around call to
6841 ido-make-merged-file-list-1. Return input-pending-p if
6842 interrupted by more input available.
6843 (ido-read-internal): Handle input-pending-p return value from
6844 ido-make-merged-file-list.
6845
6846 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6849 compatibility code.
6850
6851 * international/latexenc.el (latexenc-find-file-coding-system):
6852 Don't inherit the EOL part of the coding-system from the
6853 tex-main buffer. Fit within 80 columns.
6854
6855 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6856
6857 * tmm.el (tmm-inactive-face): New face.
6858 (tmm-remove-inactive-mouse-face): New function.
6859 (tmm-prompt, tmm-add-one-shortcut)
6860 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6861 but not selectable.
6862
6863 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6864
6865 * faces.el (face-equal): Improve argument/docstring consistency.
6866
6867 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6868
6869 * progmodes/make-mode.el (makefile-targets-face)
6870 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6871 (makefile-bsdmake-dependency-regex)
6872 (makefile-makepp-rule-action-regex)
6873 (makefile-bsdmake-rule-action-regex): New constants.
6874 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6875
6876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6877 Allow (...) within `...' for makepp messages.
6878
6879 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6880
6881 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6882
6883 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6884 "." files are deleted from all file lists before comparison.
6885
6886 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6887 (viper-ESC-key): Made them customizable.
6888
6889 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6890
6891 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6892
6893 * autorevert.el (auto-revert-buffers): Use save-match-data.
6894
6895 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6898 menu items with a nil command binding.
6899
6900 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6901
6902 * emacs-lisp/cl-macs.el (defsetf):
6903 Improve argument/docstring consistency.
6904
6905 * faces.el (list-faces-display): Improve the formatting by
6906 computing the maximum length required for any face-name (reworked
6907 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6908 (internal-find-face): Remove redundant info in docstring.
6909
6910 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6911
6912 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6913 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6914 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6915 (gdb-assembler-custom): Improve regexps.
6916 (def-gdb-auto-update-handler): Use window point to preserve point.
6917
6918 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6921
6922 2005-05-31 Jay Belanger <belanger@truman.edu>
6923
6924 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6925 to calc-embedded.
6926 (calc-embedded-make-info): Have plain prefix argument select
6927 entire line.
6928
6929 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6930
6931 * faces.el (list-faces-display): Signal error if passed a regexp
6932 that matches no face name.
6933
6934 * simple.el (filter-buffer-substring): Fix typo in docstring.
6935
6936 2005-05-31 Richard M. Stallman <rms@gnu.org>
6937
6938 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6939 (vhdl-emacs-21): Doc fix.
6940 (vhdl-mode): Unconditionally set comment-padding.
6941 (vhdl-fixup-whitespace-region): Insert spaces only where
6942 there are none.
6943 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6944
6945 2005-05-30 John Wiegley <johnw@newartisans.com>
6946
6947 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6948 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6949 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6950 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6951 `string-to-number'.
6952
6953 2005-05-30 Jay Belanger <belanger@truman.edu>
6954
6955 * calc/calc.el (calc-bug-address): Fix docstring.
6956 (calc-window-hook, calc-trail-window-hook): New variables.
6957 (calc-trail-display): Restore use of calc-trail-window-hook.
6958 (calc): Restore use of calc-window-hook.
6959
6960 2005-05-31 Masatake YAMATO <jet@gyve.org>
6961
6962 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6963
6964 * help-fns.el (help-C-file-name): Add autoload mark for
6965 `find-function-noselect'.
6966
6967 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6970 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6971
6972 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6973
6974 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6975 included diary buffer if it was not already being visited.
6976 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6977
6978 * calendar/icalendar.el (top-level): Do not require 'appt.
6979
6980 * mail/supercite.el (sc-select-attribution): Only use a list
6981 element from sc-attrib-selection-list if it returns a string.
6982 Reported by Davide G. M. Salvetti <salve@debian.org>.
6983
6984 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6985
6986 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6987 includes a hash value to improve its uniqueness, and has a ".jpg"
6988 extension. Also, it is now a valid filename on all systems.
6989 (thumbs-make-thumb): Use `let', not `let*'.
6990 (thumbs-show-thumbs-list): Check for JPEG availability.
6991
6992 2005-05-30 Richard M. Stallman <rms@gnu.org>
6993
6994 * filesets.el (filesets-menu-ensure-use-cached):
6995 Prevent warning when emacs-version>= is undefined.
6996
6997 * printing.el (pr-interactive-n-up): Use string-to-number.
6998
6999 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7000
7001 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7002 Warn only when name to be defined is quoted.
7003
7004 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7005
7006 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7007 Make regexp more robust.
7008 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7009 Force regeneration of disassembly.
7010
7011 2005-05-29 Jay Belanger <belanger@truman.edu>
7012
7013 * calc/calc.el (calc-user-invocation): Check if
7014 calc-invocation-macro is non-nil.
7015
7016 2005-05-29 Juri Linkov <juri@jurta.org>
7017
7018 * add-log.el (change-log-font-lock-keywords):
7019 Add `+' to e-mail regexp to accept mail address with keywords.
7020
7021 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7022
7023 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7024
7025 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7026
7027 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7028
7029 2005-05-29 Richard M. Stallman <rms@gnu.org>
7030
7031 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7032 Undo the change that moves to end of the current word.
7033
7034 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7035
7036 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7037 Throw error when count <= 0 to ensure input is a number.
7038 (gdb-read-memory-custom): Pick up address from buffer.
7039 (gdb-memory-mode): Allow user to increment and decrement
7040 memory address from header line.
7041
7042 2005-05-29 Richard M. Stallman <rms@gnu.org>
7043
7044 * flyspell.el (flyspell-version): Function deleted.
7045 (flyspell-auto-correct-previous-hook): Doc fix.
7046
7047 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7048 Do nothing if memory is full.
7049
7050 * font-lock.el (font-lock-fontify-syntactically-region):
7051 Pass t for GREEDY to looking-back.
7052
7053 * saveplace.el (save-place-alist-to-file): Write the file
7054 using write-region.
7055
7056 * subr.el (looking-back): New argument GREEDY.
7057
7058 * progmodes/compile.el (compilation-start): Set the mode
7059 before inserting the initial text.
7060
7061 * progmodes/which-func.el (which-func-update-1): Turn the mode
7062 off in case of error by setting which-func-mode.
7063
7064 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7065
7066 * flyspell.el (flyspell-auto-correct-previous-word):
7067 Narrow down to what's on the screen, and recenter overlays
7068 at the end of the next word.
7069
7070 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7071
7072 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7073 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7074 (flyspell-abbrev-p): Default to nil.
7075 (flyspell-use-global-abbrev-table-p): Doc fix.
7076 (flyspell-large-region): Allow nil as value.
7077 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7078
7079 (mail-mode-flyspell-verify): More robust handling
7080 of `mail-header-separator'. More efficient signature detection.
7081 Allow for regexp metacharacters in message-header-separator.
7082 Adding `To' not to be checked in mail-mode-flyspell-verify.
7083
7084 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7085 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7086 Bind flyspell-auto-correct-binding.
7087 Bind C-. and C-, .
7088 (flyspell-mode-map): Likewise.
7089 (flyspell-mode): Doc fix.
7090 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7091 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7092 (flyspell-word-cache-result): New var, always local.
7093 (flyspell-check-pre-word-p): Doc fix.
7094 (flyspell-check-changed-word-p): Handle spc like newline.
7095 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7096 (flyspell-word-search-backward, flyspell-word-search-forward):
7097 New functions.
7098 (flyspell-word): Return t if nothing to check.
7099 When parsing TeX code, check for after } or \.
7100 Use flyspell-word-search-backward to find previous word.
7101 Return nil if duplicated word.
7102 For word already checked, return same value as last time.
7103 Set flyspell-word-cache-result after checking.
7104 Don't clobber the return value.
7105 (flyspell-get-word): Major rewrite.
7106 (flyspell-external-point-words): New locals pword, pcount.
7107 Fix size used in progress message.
7108 Find the proper corresponding word in flyspell-large-region-buffer.
7109 (flyspell-region): Check for flyspell-large-region = nil.
7110 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7111 (flyspell-auto-correct-word): Check that WORD is a cons.
7112 (flyspell-correct-word): Likewise.
7113
7114 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7115
7116 * progmodes/make-mode.el (makefile-rule-action-regex)
7117 (makefile-macroassign-regex, makefile-makepp-mode)
7118 (makefile-bsdmake-mode): Continuation lines may be empty.
7119 Reported by Joshua Varner.
7120 (makefile-makepp-font-lock-keywords): Add $(stem).
7121
7122 2005-05-28 Karl Berry <karl@gnu.org>
7123
7124 * textmodes/tex-mode.el: Now that tex-send-command calls
7125 shell-quote-argument (2005-03-31 change), remove all calls to
7126 shell-quote-argument; they all end up invoking tex-send-command.
7127 The double quoting loses on filenames with non-safe characters,
7128 such as "@". Reported by Frederik Fouvry.
7129
7130 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7131
7132 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7133 about preserving point.
7134
7135 2005-05-27 Jay Belanger <belanger@truman.edu>
7136
7137 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7138 Info-goto-node.
7139
7140 * calc/calc-embed.el (calc-embed-arg): New variable.
7141 (calc-do-embedded-activate, calc-embedded-activate-formula)
7142 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7143 variable by new variable.
7144 (calc-embedded-make-info): Replace undeclared variable by new
7145 variable. When selecting region with positive prefix
7146 argument, use end of previous line instead of beginning of line.
7147
7148 * calc/calc-aent.el (calc-arg-values): Declare it.
7149
7150 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7151 Declare them.
7152
7153 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7154
7155 * calc/calc.el (calc-alg-map): Declare it.
7156
7157 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7158
7159 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7160
7161 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7162 (gdb-registers-buffer, toggle-gdb-all-registers):
7163 Toggle display of floating point registers.
7164 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7165
7166 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7167 (toggle-gud-tooltip-dereference):
7168 Rename from gud-toggle-tooltip-dereference.
7169
7170 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7173
7174 2005-05-27 Jay Belanger <belanger@truman.edu>
7175
7176 * calc/calc-prog.el (calc-kbd-report): Remove.
7177 (calc-kbd-query): Rewrite.
7178
7179 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7180
7181 * image.el (image-library-alist): Move to image.c.
7182 (image-type-available-p): Doc fix.
7183
7184 2005-05-27 Lute Kamstra <lute@gnu.org>
7185
7186 * calc/calc.el (calc):
7187 * outline.el (outline-1, outline-2, outline-3, outline-4)
7188 (outline-5, outline-6, outline-7, outline-8):
7189 * textmodes/dns-mode.el (dns-mode):
7190 * textmodes/sgml-mode.el (sgml-namespace-face):
7191 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7192 (tex-verbatim-face, tex-use-reftex):
7193 * textmodes/texinfo.el (texinfo-heading-face):
7194 Specify customization group.
7195
7196 * longlines.el: Don't require easy-mmode.
7197 (longlines-visible-face): Specify customization group.
7198
7199 2005-05-27 Kenichi Handa <handa@m17n.org>
7200
7201 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7202 encoding table of windows-1251.
7203
7204 * international/ucs-tables.el (ucs-set-table-for-input):
7205 If translation-table-for-input of a coding system is a symbol, get
7206 its translation-table property.
7207
7208 * international/code-pages.el: Don't register a coding system into
7209 non-iso-charset-alist more than once.
7210 (cp-make-coding-system): Likewise.
7211
7212 2005-05-26 John Wiegley <johnw@newartisans.com>
7213
7214 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7215 `eshell-resume-eval' is wrapped in a list, it indicates that the
7216 command was run asynchronously. In that case, unwrap the value
7217 before checking the delimiter value.
7218
7219 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7220 character before a space at the end of a line is \, assume the space
7221 is part of the last argument rather than a final argument separator.
7222
7223 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7224 is in use, and the target is `t' or `nil' (which are the most common
7225 values), don't assume that the symbol target is a buffer.
7226
7227 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7228
7229 * calendar/calendar.el (calendar-mode-line-format):
7230 Use mode-line-highlight as mouse-face.
7231
7232 * time.el (display-time-string-forms, display-time-update):
7233 Use mode-line-highlight as mouse-face.
7234
7235 2005-05-26 Jay Belanger <belanger@truman.edu>
7236
7237 * calc/calc.el (calc-language-alist): Remove extra defvar.
7238
7239 2005-05-26 Lute Kamstra <lute@gnu.org>
7240
7241 * arc-mode.el (archive-mode):
7242 * bookmark.el (bookmark-read-annotation-mode)
7243 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7244 * bs.el (bs-mode):
7245 * calc/calc-yank.el (calc-edit-mode):
7246 * calc/calc.el (calc-mode, calc-trail-mode):
7247 * calculator.el (calculator-mode):
7248 * chistory.el (command-history-mode):
7249 * comint.el:
7250 * cus-edit.el (custom-mode):
7251 * descr-text.el (describe-text-mode):
7252 * ebuff-menu.el (Electric-buffer-menu-mode):
7253 * ediff-util.el (ediff-mode):
7254 * emacs-lisp/re-builder.el (reb-mode):
7255 * emulation/vi.el (vi-mode-setup):
7256 * emulation/ws-mode.el (wordstar-mode):
7257 * eshell/esh-mode.el (eshell-mode):
7258 * forms.el (forms-mode):
7259 * help-mode.el (help-mode):
7260 * hexl.el (hexl-mode):
7261 * ibuffer.el (ibuffer-mode):
7262 * ielm.el (inferior-emacs-lisp-mode):
7263 * info.el (Info-mode, Info-edit-mode):
7264 * international/swedish.el:
7265 * ledit.el (ledit-from-lisp-mode):
7266 * locate.el (locate-mode):
7267 * mail/rmail.el (rmail-mode):
7268 * mail/rmailedit.el (rmail-edit-mode):
7269 * mail/rmailsum.el (rmail-summary-mode):
7270 * mail/supercite.el (sc-electric-mode):
7271 * net/eudc.el (eudc-mode):
7272 * net/quickurl.el (quickurl-list-mode):
7273 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7274 * obsolete/ooutline.el (outline-mode):
7275 * obsolete/options.el (Edit-options-mode):
7276 * obsolete/rnews.el (news-mode):
7277 * obsolete/rnewspost.el (news-reply-mode):
7278 * play/5x5.el (5x5-mode):
7279 * play/decipher.el (decipher-mode, decipher-stats-mode):
7280 * play/gomoku.el (gomoku-mode):
7281 * play/snake.el (snake-mode):
7282 * play/solitaire.el (solitaire-mode):
7283 * play/tetris.el (tetris-mode):
7284 * progmodes/ada-mode.el (ada-mode):
7285 * progmodes/antlr-mode.el (antlr-mode):
7286 * progmodes/autoconf.el (autoconf-mode):
7287 * progmodes/dcl-mode.el (dcl-mode):
7288 * progmodes/delphi.el (delphi-mode):
7289 * progmodes/ebrowse.el (ebrowse-tree-mode)
7290 (ebrowse-electric-list-mode, ebrowse-member-mode)
7291 (ebrowse-electric-position-mode):
7292 * progmodes/f90.el (f90-mode):
7293 * progmodes/fortran.el (fortran-mode):
7294 * progmodes/icon.el (icon-mode):
7295 * progmodes/idlw-help.el (idlwave-help-mode):
7296 * progmodes/idlw-shell.el (idlwave-shell-mode):
7297 * progmodes/idlwave.el (idlwave-mode):
7298 * progmodes/inf-lisp.el (inferior-lisp-mode):
7299 * progmodes/m4-mode.el (m4-mode):
7300 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7301 * progmodes/modula2.el (modula-2-mode):
7302 * progmodes/octave-inf.el (inferior-octave-mode):
7303 * progmodes/octave-mod.el (octave-mode):
7304 * progmodes/pascal.el (pascal-mode):
7305 * progmodes/sh-script.el (sh-mode):
7306 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7307 * progmodes/vhdl-mode.el (vhdl-mode):
7308 * progmodes/xscheme.el (scheme-interaction-mode):
7309 * replace.el (occur-mode):
7310 * ses.el (ses-mode):
7311 * simple.el (completion-list-mode):
7312 * skeleton.el:
7313 * speedbar.el (speedbar-mode):
7314 * term.el (term-mode):
7315 * terminal.el (terminal-edit-mode):
7316 * textmodes/reftex-index.el (reftex-index-mode)
7317 (reftex-index-phrases-mode):
7318 * textmodes/reftex-sel.el (reftex-select-label-mode)
7319 (reftex-select-bib-mode):
7320 * textmodes/reftex-toc.el (reftex-toc-mode):
7321 * wdired.el (wdired-change-to-wdired-mode):
7322 * wid-browse.el (widget-browse-mode):
7323 Use run-mode-hooks.
7324
7325 * array.el (array-mode):
7326 * calendar/todo-mode.el (todo-mode):
7327 * man.el (Man-mode):
7328 * play/landmark.el (lm-mode):
7329 * play/mpuz.el (mpuz-mode):
7330 Use kill-all-local-variables and run-mode-hooks.
7331
7332 * subr.el (delay-mode-hooks): Specify indentation.
7333
7334 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7335
7336 * xml.el (xml-substitute-special): Don't die for undefined xml
7337 entities.
7338
7339 2005-05-26 Jay Belanger <belanger@truman.edu>
7340
7341 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7342 of nil.
7343
7344 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7345
7346 * progmodes/gdb-ui.el (gdb-frame-address):
7347 Rename from gdb-current-address.
7348 (gdb-previous-frame-address): Rename from gdb-previous-address.
7349 (gdb-selected-frame): Rename from gdb-current-frame.
7350 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7351 (gdb-frame-number): Rename from gdb-current-stack-level.
7352 (gdb-ann3): Match new mode-name for disassembly buffer.
7353 Extend initialization of variables.
7354 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7355 (gdb-memory-mode): Use mouse-face in header line.
7356 (gdb-assembler-buffer-name): Call it disassembly and give frame
7357 in mode line.
7358 (gdb-source-spec-regexp, gdb-assembler-custom)
7359 (gdb-invalidate-assembler, gdb-frame-handler):
7360 Make robust to leading zeroes in address format.
7361
7362 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7363
7364 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7365 define `org-mode'.
7366 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7367
7368 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 * log-edit.el (log-edit-changelog-entries): Distinguish between
7371 filenames like xfns.c and fns.c.
7372
7373 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7374
7375 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7376 point after reverting.
7377 (Buffer-menu-make-sort-button): Handle the case where
7378 `Buffer-menu-use-header-line' is nil.
7379
7380 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7381
7382 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7383 New funcs. In minibuffer-local-completion-map bind `]', `/'
7384 and `:' to them.
7385
7386 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * startup.el (normal-top-level): Allow modification of load-path while
7389 we're iterating over it.
7390
7391 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7392
7393 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7394 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7395 (thumbs-resize-interactive, thumbs-insert-image)
7396 (thumbs-insert-thumb, thumbs-dired-show-marked)
7397 (thumbs-find-image-at-point, thumbs-delete-images)
7398 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7399 (thumbs-increment-image-size, thumbs-decrement-image-size):
7400 Fix typos in docstrings.
7401
7402 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7403
7404 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7405 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7406 (cperl-mode): Use them.
7407
7408 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7411 Doc fixes.
7412
7413 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7414
7415 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7416 Bind C-d to gdb-inferior-io-eof.
7417
7418 * dired.el (dired-dnd-popup-notice): Use message-box.
7419
7420 2005-05-23 Masatake YAMATO <jet@gyve.org>
7421
7422 * bindings.el (mode-line-major-mode-keymap):
7423 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7424
7425 * faces.el (mode-line-highlight): New face.
7426
7427 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7428 as mouse-face.
7429
7430 * bindings.el (top-level, help-echo, mode-line-modified)
7431 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7432 as mouse-face.
7433
7434 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7435
7436 * progmodes/cc-engine.el (c-guess-basic-syntax):
7437 Remove spurious call to `zerop'.
7438
7439 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7440
7441 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7442
7443 CC Mode update to 5.30.10:
7444
7445 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7446 could go past the limit in decoration level 2, thereby causing
7447 errors during interactive fontification.
7448
7449 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7450 the file is evaluated interactively.
7451
7452 * cc-engine.el (c-guess-basic-syntax): Handle operator
7453 declarations somewhat better in C++.
7454
7455 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7456 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7457 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7458 (awk-mode): Use it.
7459 (make-local-hook): Suppress warning about obsoleteness.
7460
7461 * cc-engine.el, cc-align.el, cc-cmds.el
7462 (c-append-backslashes-forward, c-delete-backslashes-forward)
7463 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7464 Compensate for return value from `forward-line' when it has moved
7465 but not to a different line due to eob.
7466
7467 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7468 `objc-method-intro' and `objc-method-args-cont'.
7469
7470 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7471
7472 CC Mode update to 5.30.10:
7473
7474 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7475 in the copyright statement. Incidentally, change "along with GNU
7476 Emacs" to "along with this program" where it occurs.
7477
7478 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7479 so that it is interactive, hence can be found by M-x awk-mode
7480 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7481 <gmorris+emacs@ast.cam.ac.uk>.
7482
7483 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7484 Mode's regexps.
7485
7486 2005-05-23 Kevin Ryde <user42@zip.com.au>
7487
7488 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7489 c-parse-state, to avoid a lisp error (on bad code).
7490
7491 2005-05-23 Lute Kamstra <lute@gnu.org>
7492
7493 * subr.el (font-lock-defaults): Remove defvar as it's already
7494 defined in font-core.el.
7495
7496 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7497
7498 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7499
7500 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7501 more general and work when GDB variable "print pretty" is on,
7502 as with Emacs, for example.
7503
7504 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7505
7506 * font-core.el: Update comment.
7507
7508 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7509 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7510
7511 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7512
7513 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7514
7515 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7516 and `yank-handler' in the doc strings.
7517
7518 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7521
7522 2005-05-22 Richard M. Stallman <rms@gnu.org>
7523
7524 * help.el (describe-key): Move print-help-return-message call
7525 out of conditional.
7526
7527 * progmodes/etags.el (list-tags): Use with-no-warnings.
7528
7529 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7530 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7531 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7532
7533 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7534
7535 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7536 Add defvar.
7537
7538 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7539 Use defvar, not defconst.
7540
7541 * hexl.el (hexl-follow-line): Use with-no-warnings.
7542
7543 * emulation/tpu-extras.el: Use write-file-functions instead of
7544 write-file-hooks.
7545
7546 * dired.el (dired-font-lock-keywords): Fontify files with junk
7547 extensions even if marked by -F.
7548
7549 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7550
7551 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7552 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7553 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7554 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7555 (concatenate, list-length, get*, getf, cl-remprop):
7556 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7557 (etypecase, progv, lexical-let, lexical-let*)
7558 (multiple-value-bind, multiple-value-setq, shiftf):
7559 Improve argument/docstring consistency.
7560
7561 * subr.el (focus-frame, unfocus-frame):
7562 Revert deletion on 2005-05-01.
7563
7564 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7565
7566 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7567 doesn't exist.
7568
7569 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7570 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7571
7572 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7573
7574 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7575 already deleted variables: auto-fill-hook, blink-paren-hook,
7576 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7577 suspend-hooks, comment-indent-hook, meta-flag,
7578 before-change-function, after-change-function,
7579 font-lock-doc-string-face.
7580
7581 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7582
7583 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7584
7585 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7586
7587 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7588 rmail-dont-reply-to.
7589
7590 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7591
7592 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7593 literal blank when splitting new-header-values.
7594
7595 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7596
7597 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7598 string so that tmm doesn't create a completion entry for it.
7599
7600 * textmodes/table.el (table-disable-menu): Ditto.
7601
7602 2005-05-21 Richard M. Stallman <rms@gnu.org>
7603
7604 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7605
7606 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7607
7608 * net/rcompile.el (remote-compile): Use compilation-start.
7609
7610 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7611
7612 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7613
7614 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7615 Default to makefile-bsdmake-mode on BSD systems.
7616
7617 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7618 REGEXP may also be a search function now. The part of doc-string
7619 for describing the structure was 95% identical to that of
7620 `imenu--generic-function'. Unify it there.
7621
7622 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7623 Use function to find dependencies, because regexp alone is so complex,
7624 it easily goes into an endless loop.
7625 (makefile-makepp-mode): Also add submenu for Perl functions
7626 defined in the makefile.
7627 (makefile-bsdmake-mode): Special imenu-generic-expression no
7628 longer needed, due to function call.
7629 (makefile-match-dependency): Take BOUND into account when checking
7630 if we're through.
7631
7632 2005-05-20 Jay Belanger <belanger@truman.edu>
7633
7634 * calc/calc-units.el (calc-invalidate-units-table):
7635 Use inhibit-read-only.
7636 (math-build-units-table-buffer): Use view-mode.
7637
7638 2005-05-20 David Kastrup <dak@gnu.org>
7639
7640 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7641 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7642
7643 2005-05-20 Lute Kamstra <lute@gnu.org>
7644
7645 * diff-mode.el (diff-header-face, diff-file-header-face)
7646 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7647 (diff-added-face, diff-changed-face, diff-function-face)
7648 (diff-context-face, diff-nonexistent-face): Put them in the
7649 diff-mode customization group.
7650
7651 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7654
7655 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7656
7657 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7658 Minor regexp-optimization.
7659
7660 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7661
7662 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7663 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7664 (org-agenda-add-time-grid-maybe): New function.
7665 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7666 (org-table-create): `dotimes' instead of `mapcar'.
7667 (org-xor): Simplify implementation.
7668 (org-agenda): `inhibit-redisplay' turned on.
7669 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7670 a consistent line after a state change.
7671 (org-agenda-remove-times-when-in-prefix): New option.
7672 (org-prefix-has-time): New variable.
7673 (org-parse-time-string): Optional argument NODEFAULT.
7674 (org-format-agenda-item): Parse items for time-of-day
7675 specifications and move these into the prefix if possible.
7676 (org-agenda-priority): Get current heading, not previous heading
7677 during agenda remote editing.
7678
7679 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7680
7681 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7682 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7683 (remove-duplicates, delete-duplicates, substitute)
7684 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7685 (nsubstitute-if-not, find, find-if, find-if-not, position)
7686 (position-if, position-if-not, count, count-if, count-if-not)
7687 (mismatch, search, sort*, stable-sort, merge, member*)
7688 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7689 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7690 (intersection, nintersection, set-difference, nset-difference)
7691 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7692 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7693 (nsublis, tree-equal): Improve argument/docstring consistency.
7694
7695 * subr.el (send-string, send-region):
7696 Remove obsolescence declaration.
7697 (window-dot, set-window-dot, read-input, show-buffer)
7698 (eval-current-buffer, string-to-int):
7699 Add release number to obsolescence declarations.
7700
7701 2005-05-19 Kim F. Storm <storm@cua.dk>
7702
7703 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7704 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7705
7706 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7707
7708 * faces.el (list-faces-display): Make back button respect optional
7709 regexp arg.
7710
7711 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7712
7713 * calculator.el (calculator-radix-grouping-mode)
7714 (calculator-radix-grouping-digits, calculator-displayer)
7715 (calculator-radix-grouping-separator, calculator-copy-displayer):
7716 * dabbrev.el (dabbrev-search-these-buffers-only):
7717 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7718 (diff-advance-after-apply-hunk, diff-mode-hook)
7719 (diff-minor-mode-prefix):
7720 * imenu.el (imenu-use-popup-menu):
7721 * jit-lock.el (jit-lock-context-time):
7722 * newcomment.el (comment-fill-column, comment-column)
7723 (comment-style, comment-padding, comment-multi-line)
7724 (comment-empty-lines, comment-auto-fill-only-comments):
7725 * reveal.el (reveal-around-mark):
7726 * uniquify.el (uniquify-buffer-name-style)
7727 (uniquify-after-kill-buffer-p)
7728 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7729 (uniquify-min-dir-content, uniquify-separator)
7730 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7731 * w32-vars.el (w32-fixed-font-alist):
7732 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7733 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7734 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7735 * progmodes/perl-mode.el (perl-indent-level)
7736 (perl-continued-statement-offset, perl-continued-brace-offset)
7737 (perl-brace-offset, perl-brace-imaginary-offset)
7738 (perl-label-offset, perl-indent-continued-arguments)
7739 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7740 * progmodes/tcl.el (tcl-indent-level)
7741 (tcl-continued-indent-level, tcl-auto-newline)
7742 (tcl-tab-always-indent, tcl-electric-hash-style)
7743 (tcl-help-directory-list, tcl-use-smart-word-finder)
7744 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7745 (inferior-tcl-source-command):
7746 * textmodes/fill.el (enable-kinsoku):
7747 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7748 * textmodes/table.el (table-yank-handler):
7749 Specify missing group (and type, if simple) in defcustom.
7750
7751 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7752
7753 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7754
7755 2005-05-19 Richard M. Stallman <rms@gnu.org>
7756
7757 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7758
7759 * subr.el (event-basic-type): Don't get an error.
7760 (left-fringe-p): Function deleted.
7761
7762 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7763 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7764
7765 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7766 in recursive copy.
7767
7768 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7769
7770 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7771
7772 * emacs-lisp/bytecomp.el
7773 (byte-compile-file-form-custom-declare-variable): Call
7774 byte-compile-nogroup-warn if appropriate.
7775
7776 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7777 (compilation-set-window): Don't call left-fringe-p; do it directly.
7778
7779 2005-05-19 Jay Belanger <belanger@truman.edu>
7780
7781 * calc/calc-graph.el (calc-graph-format-data): Make sure
7782 var-PlotRejects is bound before trying to check its value.
7783
7784 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7785
7786 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7787 definition of this variable from reftex-global.el to reftex.el,
7788 because it is needed in the menu.
7789
7790 2005-05-19 Lute Kamstra <lute@gnu.org>
7791
7792 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7793 years are fixed. Don't insert a space after a dash.
7794
7795 2005-05-19 Kim F. Storm <storm@cua.dk>
7796
7797 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7798
7799 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7800
7801 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7802 strings, because (eq ... ?\\) is fairly frequent.
7803
7804 * progmodes/make-mode.el (makefile-add-this-line-targets):
7805 Simplify and integrate into `makefile-pickup-targets'.
7806 (makefile-add-this-line-macro): Simplify and integrate into
7807 `makefile-pickup-macros.
7808 (makefile-pickup-filenames-as-targets): Simplify.
7809 (makefile-previous-dependency, makefile-match-dependency):
7810 Don't stumble over `::'.
7811
7812 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7813
7814 * subr.el (post-command-idle-hook, post-command-idle-delay):
7815 Remove obsoletion of post-command-idle-hook and
7816 post-command-idle-delay.
7817
7818 * faces.el (list-faces-display): Provide button when describe-face
7819 is called to take user back to the list of faces.
7820
7821 * help-fns.el (describe-variable): Remove hyperlinks in a
7822 variable's value as these are quite frequently inappropriate.
7823
7824 * follow.el (follow-submit-feedback, follow-mode):
7825 Remove references to post-command-idle-hook.
7826
7827 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7828
7829 * progmodes/make-mode.el (makefile-previous-dependency)
7830 (makefile-match-dependency): Check for := (and in bsd mode also
7831 !=) to give a better result, even when font-lock is not on.
7832
7833 2005-05-18 Jay Belanger <belanger@truman.edu>
7834
7835 * calc/calc-help.el (calc-s-prefix-help):
7836 Add `calc-copy-special-constant' to help string.
7837
7838 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7839
7840 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7841
7842 2005-05-18 Jay Belanger <belanger@truman.edu>
7843
7844 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7845 in linear factors are in proper order.
7846
7847 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7848
7849 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7850 Support for jurabib.
7851
7852 * textmodes/reftex.el (featurep): Define aliases for overlay
7853 commands, for XEmacs compatibility, and use these aliases in
7854 overlay initializations.
7855 (reftex-highlight): Use `reftex-move-overlay'.
7856 (reftex-unhighlight): Use `reftex-delete-overlay'.
7857 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7858 (reftex-access-search-path): Use `reftex-uniquify' instead of
7859 `reftex-uniq'
7860
7861 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7862 `before-string' property modification enables for Emacs as well.
7863 (reftex-select-item): Use `reftex-delete-overlay'.
7864 (reftex-select-mark): Use `reftex-make-overlay' and
7865 `reftex-overlay-put'.
7866 (reftex-select-unmark): Use `reftex-delete-overlay' and
7867 `reftex-overlay-put'.
7868
7869 2005-05-18 Lute Kamstra <lute@gnu.org>
7870
7871 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7872
7873 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7874
7875 * add-log.el (add-change-log-entry):
7876 * array.el (array-make-template, array-reconfigure-rows)
7877 (array-init-max-row, array-init-max-column)
7878 (array-init-columns-per-line, array-init-field-width):
7879 * replace.el (replace-match-maybe-edit, perform-replace):
7880 * textmodes/spell.el (spell-region):
7881 Replace `read-input' by `read-string'.
7882
7883 * forms.el (forms-mode):
7884 * finder.el (finder-compile-keywords):
7885 * shadowfile.el (shadow-read-files):
7886 Replace `eval-current-buffer' by `eval-buffer'.
7887
7888 * terminal.el (te-pass-through):
7889 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7890 (ange-ftp-raw-send-cmd):
7891 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7892 (send-process-next-char, telnet-initial-filter, telnet):
7893 Replace `send-string' by `process-send-string'.
7894
7895 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7896 (prolog-consult-region): Replace `send-string' by
7897 `process-send-string'; replace `send-region' by `process-send-region'.
7898
7899 * progmodes/delphi.el (delphi-log-msg):
7900 Replace `set-window-dot' by `set-window-point'.
7901
7902 * subr.el (window-dot, set-window-dot, read-input, send-string)
7903 (send-region, show-buffer, eval-current-buffer):
7904 Make really obsolete, as the comment says.
7905
7906 2005-05-17 Kim F. Storm <storm@cua.dk>
7907
7908 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7909 (cua--init-keymaps): Bind C-return instead of S-return to set
7910 rectangle mark.
7911
7912 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7913 instead of S-return to toggle/clear rectangle mark.
7914
7915 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7916
7917 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7918 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7919 Also fontify plain strings assigned to variables, mostly so that a
7920 colon has a face and is thus not taken as a dependency separator.
7921 (makefile-previous-dependency): Inline the new matcher, because it
7922 is too complex to work in both directions.
7923 (makefile-match-dependency): Eliminate `backward' arg (see above).
7924 Completely reimplemented so as to not sometimes go into an endless
7925 loop. It should also be more efficient, because first it only
7926 searches for `:', instead of applying the very complex regexp.
7927 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7928 to be fontified in one piece can be too long for JIT.
7929 Makefiles are never *that* big.
7930
7931 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7932
7933 * dired.el (dired-mode): Simplify.
7934
7935 2005-05-17 Lute Kamstra <lute@gnu.org>
7936
7937 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7938 defcustom for the mode hook variable.
7939
7940 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7941 Emacs Lisp Reference Manual.
7942
7943 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7944
7945 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7946 (evenp, list*):
7947 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7948 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7949
7950 * net/tramp-smb.el (tramp-smb-open-connection):
7951 Pass `tramp-chunksize' as fifth (required) argument.
7952
7953 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7954
7955 * font-lock.el (lisp-font-lock-keywords-1):
7956 Set `font-lock-negation-char-face' for [^...] char group.
7957 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7958
7959 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7960 a var, and refine it to mask one more level of nested vars.
7961 (makefile-rule-action-regex): Turn it into a var, and refine it so
7962 it recognizes backslashed continuation lines as belonging to the
7963 same command.
7964 (makefile-macroassign-regex): Refine it so it recognizes
7965 backslashed continuation lines as belonging to the same command.
7966 (makefile-var-use-regex): Don't look at the next char, because it
7967 might be the same one to be skipped by the initial [^$], leading
7968 to an overlooked variable use.
7969 (makefile-make-font-lock-keywords): Remove two parameters, which
7970 are now variables that some of the modes set locally.
7971 Handle dependency and rule action matching through functions, because
7972 regexps alone match too often. Dependency matching now comes
7973 last, so it can check, whether a colon already matched something else.
7974 (makefile-mode): Inform that font-lock improves makefile parsing
7975 capabilities.
7976 (makefile-match-dependency, makefile-match-action): New functions.
7977
7978 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7979
7980 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7981
7982 * align.el (align-regexp):
7983 * ansi-color.el (ansi-color-get-face):
7984 * array.el (array-reconfigure-rows, array-init-max-row)
7985 (array-init-max-column, array-init-columns-per-line)
7986 (array-init-field-width):
7987 * dired-aux.el (dired-trample-file-versions):
7988 * dired-x.el (dired-mark-sexp):
7989 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7990 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7991 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7992 * faces.el (face-read-integer):
7993 * files.el (backup-extract-version, insert-directory):
7994 * hexl.el (hexl-insert-decimal-char):
7995 * server.el (server-process-filter):
7996 * shell.el (shell-extract-num):
7997 * startup.el (command-line-1):
7998 * term.el (term-command-hook):
7999 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8000 (time-stamp-do-number):
8001 * time.el (display-time-update):
8002 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8003 (timezone-fix-time):
8004 * vms-patch.el (vms-suspend-resume-hook):
8005 * calendar/appt.el (appt-convert-time):
8006 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8007 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8008 * calendar/cal-islam.el (mark-islamic-diary-entries):
8009 * calendar/calendar.el (calendar-cursor-to-date)
8010 (calendar-star-date):
8011 * calendar/diary-lib.el (diary-attrtype-convert)
8012 (mark-diary-entries, diary-entry-time):
8013 * calendar/solar.el (solar-get-number):
8014 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8015 * emacs-lisp/re-builder.el (reb-display-subexp):
8016 * emulation/edt.el (edt-set-scroll-margins):
8017 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8018 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8019 (vip-get-ex-count):
8020 * emulation/viper-ex.el (viper-get-ex-token)
8021 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8022 * international/fontset.el (fontset-plain-name):
8023 * mail/feedmail.el (feedmail-look-at-queue-directory):
8024 * mail/mailalias.el (mail-get-names):
8025 * mail/rmail.el (rmail-convert-to-babyl-format):
8026 * mail/rmailsum.el (rmail-make-basic-summary-line)
8027 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8028 (rmail-summary-goto-msg):
8029 * mail/smtpmail.el (smtpmail-read-response):
8030 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8031 (ange-ftp-vms-add-file-entry):
8032 * play/gametree.el (gametree-looking-at-ply)
8033 (gametree-current-branch-score):
8034 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8035 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8036 * progmodes/cperl-mode.el (condition-case):
8037 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8038 (ebrowse-set-member-buffer-column-width)
8039 (ebrowse-select-1st-to-9nth):
8040 * progmodes/etags.el (etags-snarf-tag):
8041 * progmodes/flymake.el (flymake-parse-line):
8042 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8043 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8044 (idlwave-shell-menu-def):
8045 * progmodes/ps-mode.el (ps-run-goto-error):
8046 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8047 (vhdl-speedbar-contract-level):
8048 * term/mac-win.el (x-handle-numeric-switch):
8049 * term/sun-mouse.el (sun-get-frame-data):
8050 * term/w32-win.el (x-handle-numeric-switch):
8051 * term/x-win.el (x-handle-numeric-switch):
8052 * textmodes/ispell.el (ispell-parse-output):
8053 * textmodes/nroff-mode.el (nroff-outline-level):
8054 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8055 (reftex-bib-sort-year-reverse, reftex-format-citation):
8056 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8057 (reftex-section-number):
8058 * textmodes/texinfmt.el (texinfo-paragraphindent):
8059 Replace `string-to-int' by `string-to-number'.
8060
8061 * international/latexenc.el: Add page marker to force the "Local
8062 Variables:" string out of the last page.
8063
8064 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8065
8066 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8067 tooltip-change-major-mode.
8068 (gud-tooltip-print-command): Remove case where gud-minor-mode
8069 is gdb ("--fullname").
8070 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8071 explain to user.
8072
8073 2005-05-16 Jay Belanger <belanger@truman.edu>
8074
8075 * calc/calc-store.el (calc-copy-special-constant): New function.
8076
8077 * calc/calc-ext.el (calc-init-extensions): Add binding for
8078 `calc-copy-special-constant'.
8079
8080 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8081 for the `calc-copy-special-constant' command.
8082
8083 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8084
8085 * subr.el (left-fringe-p): New function.
8086
8087 * progmodes/compile.el (compilation-setup): Set local value of
8088 overlay-arrow-string to "" always.
8089 (compilation-set-window): Left fringe then don't scroll.
8090 No left fringe then no arrow and scroll message to top.
8091 (compilation-context-lines): Adjust doc string accordingly.
8092
8093 2005-05-16 Kim F. Storm <storm@cua.dk>
8094
8095 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8096 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8097 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8098 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8099 (ido-read-file-name): Handle commands with ido property value
8100 equal to find-file as reading a file name, to allow C-d to enter dired.
8101 (ibuffer-find-file): Add ido property with value find-file.
8102
8103 2005-05-15 Kim F. Storm <storm@cua.dk>
8104
8105 * subr.el (open-network-stream-nowait): Remove.
8106 (open-network-stream-server): Remove.
8107
8108 2005-05-15 Richard M. Stallman <rms@gnu.org>
8109
8110 * faces.el (describe-face): Output a definition link button.
8111
8112 * help-mode.el (help-face-def): New button type.
8113
8114 * emacs-lisp/copyright.el (copyright-fix-years):
8115 Match properly if the first year is 2-digit.
8116 Don't mess up the whitespace after the years by filling.
8117
8118 * dired-aux.el (dired-mark-confirm):
8119 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8120
8121 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8122 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8123 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8124
8125 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8126 Set font-lock-comment-start-skip.
8127
8128 * font-lock.el (font-lock-comment-start-skip): New variable.
8129 (font-lock-comment-end-skip): New variable.
8130 (font-lock-fontify-syntactically-region): Use them if non-nil.
8131
8132 2005-05-15 Jay Belanger <belanger@truman.edu>
8133
8134 * calc/calc-store.el (calc-store-value): Return a string rather
8135 than display it as a message.
8136 Use calc-var-name for variable name.
8137 (calc-store-into): Add the result of calc-store-value to message.
8138 (calc-copy-variable): Add a message.
8139 (calc-store-exchange): Improve error messages.
8140 (calc-store-binary, calc-store-map): Don't reset the values of
8141 special constants.
8142
8143 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8144
8145 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8146 manual to docstring.
8147
8148 * files.el (hack-local-variables-confirm): Add STRING argument.
8149 Make the function handle non file visiting buffers correctly.
8150 (hack-local-variables-prop-line, hack-local-variables)
8151 (hack-one-local-variable): Use STRING arg of
8152 `hack-local-variables-confirm'.
8153
8154 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8155
8156 Sync with Tramp 2.0.49.
8157
8158 * net/tramp.el (tramp-handle-dired-call-process)
8159 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8160 because the contents of the Tramp buffer is changed before
8161 insertion (`expand-file' and alike).
8162 (tramp-handle-insert-directory): If `localname' has an empty
8163 nondirectory name, it must not be quoted.
8164 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8165 variable `tramp-chunksize'. Change callees.
8166 (tramp-open-connection-setup-interactive-shell): Check remote host
8167 for buggy `send-process-string' implementation.
8168 Set `tramp-chunksize' if found. Reported by Michael Kifer
8169 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8170 (tramp-handle-shell-command): `insert-buffer' cannot be used
8171 because the contents of the Tramp buffer is changed before
8172 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8173 <frederic.bothamy@free.fr>.
8174 (tramp-set-auto-save): Actions should be done for Tramp file name
8175 handler only. Ange-FTP has its own auto-save mechanism.
8176 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8177 (tramp-set-auto-save-file-modes): Set file modes of
8178 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8179 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8180 (tramp-bug): Remove obsolete variable.
8181 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8182 for presence of `mml-mode'. Make it running for older Emacsen as well.
8183
8184 2005-05-14 John Paul Wallington <jpw@pobox.com>
8185
8186 * ibuf-ext.el (define-ibuffer-filter filename):
8187 If `dired-directory' is a list, use its car.
8188
8189 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8190
8191 * ibuffer.el (define-ibuffer-column filename):
8192 If `dired-directory' is a list, use its car.
8193
8194 2005-05-14 Richard M. Stallman <rms@gnu.org>
8195
8196 * subr.el (symbol-file): Doc fix.
8197
8198 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8199 (byte-compile-form): Call byte-compile-nogroup-warn.
8200 (byte-compile-warning-types): Doc fix.
8201
8202 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8203
8204 * progmodes/cc-engine.el (c-literal-faces):
8205 Add font-lock-comment-delimiter-face.
8206
8207 * net/net-utils.el (dig): Use with-no-warnings.
8208
8209 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8210 (sc-recite-frame-alist, sc-default-cite-frame)
8211 (sc-default-uncite-frame, sc-default-recite-frame)
8212 (sc-attrib-selection-list, sc-rewrite-header-list):
8213 Mark as risky-local-variable.
8214
8215 * international/ogonek.el (ogonek-jak, ogonek-how):
8216 Don't use beginning-of-buffer.
8217
8218 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8219
8220 * calendar/solar.el (solar-data-list): Move definition up.
8221
8222 * dnd.el (dnd-protocol-alist): Add autoload.
8223
8224 * progmodes/sh-script.el: Many doc usage fixes.
8225 (sh-indent-after-do): Change default to match common styles.
8226
8227 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8228
8229 * files.el (interpreter-mode-alist)
8230 (auto-mode-interpreter-regexp): Doc fixes.
8231
8232 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8233
8234 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8235
8236 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8237
8238 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8239
8240 * dired.el (dired-mode): make-variable-buffer-local =>
8241 make-local-variable.
8242
8243 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8244
8245 * term/mac-win.el (mac-select-convert-to-string): Try coding
8246 systems in mac-script-code-coding-systems if specified one cannot
8247 encode string for `com.apple.traditional-mac-plain-text'.
8248
8249 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8250
8251 * progmodes/make-mode.el (makefile-targets-face)
8252 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8253 (makefile-dependency-regex): Fix it to not make the colon in
8254 $(var:a=b) special.
8255 (makefile-rule-action-regex): New regexp for highlighting embedded
8256 Shell strings.
8257 (makefile-macroassign-regex): Handle != for highlighting as
8258 embedded Shell strings.
8259 (makefile-var-use-regex): New const.
8260 (makefile-statements, makefile-automake-statements)
8261 (makefile-gmake-statements, makefile-makepp-statements)
8262 (makefile-bsdmake-statements): New consts.
8263 (makefile-make-font-lock-keywords): New function.
8264 (makefile-automake-font-lock-keywords)
8265 (makefile-gmake-font-lock-keywords)
8266 (makefile-makepp-font-lock-keywords)
8267 (makefile-bsdmake-font-lock-keywords): New consts.
8268 (makefile-mode-map): Add switchers between the various submodes.
8269 (makefile-mode): Document the availability of the variants.
8270 (makefile-automake-mode, makefile-gmake-mode)
8271 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8272
8273 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8274 new variants of makefile-mode.
8275
8276 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8279 the inheritance.
8280
8281 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8282
8283 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8284 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8285
8286 * files.el (normal-mode): Extend the scope of the
8287 `enable-local-variables' binding to include the `set-auto-mode' call.
8288 (magic-mode-alist): Doc fix.
8289
8290 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8293 font-lock-comment-face rather than copying its setting.
8294
8295 2005-05-12 Andreas Schwab <schwab@suse.de>
8296
8297 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8298
8299 2005-05-12 Lute Kamstra <lute@gnu.org>
8300
8301 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8302 defcustom for the mode hook variable. Delete the last argument.
8303 * generic-x.el: Fix callers of define-generic-mode.
8304 (generic-x-modes): Delete group.
8305 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8306 generic-x customization group.
8307
8308 2005-05-12 Kim F. Storm <storm@cua.dk>
8309
8310 * font-lock.el (font-lock-negation-char-face): Default to "off".
8311
8312 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8313 font-lock-negation-char-face to ! in !=.
8314
8315 2005-05-12 Masatake YAMATO <jet@gyve.org>
8316
8317 * add-log.el (find-change-log): Fix typos in the docstring
8318 of function.
8319
8320 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8321
8322 * international/latexenc.el (latexenc-find-file-coding-system):
8323 Avoid `re-search-forward' when looking for input encoding because
8324 of speed and safety. Better regular expressions for recognizing
8325 input encoding. Limit a search for TeX-master/tex-main-file to
8326 the local variable section.
8327
8328 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8329
8330 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8331 syntax of $ to "'" (quote).
8332
8333 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8334
8335 * dnd.el (dnd-protocol-alist): Improve custom type.
8336
8337 * dired.el (dired-dnd-protocol-alist): New variable.
8338 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8339 `dired-mode-hook' to the end.
8340
8341 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8344 comment-end if comment-start-skip is not set.
8345 Obey the font-lock-comment-delimiter-face variables.
8346
8347 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * files.el (executable-find): Move from executable.el. Use
8350 locate-file.
8351 * progmodes/executable.el (executable-find): Move to files.el.
8352
8353 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8354 when trying to ensure forward progress.
8355
8356 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8359 (mouse-select, mouse-select-internal, mouse-extend-internal):
8360 Use it to implement mouse-1-click-follows-link functionality.
8361
8362 2005-05-11 Richard M. Stallman <rms@gnu.org>
8363
8364 * font-lock.el (font-lock-fontify-syntactically-region):
8365 Use font-lock-comment-delimiter-face for comment delimiters.
8366
8367 2005-05-10 Jay Belanger <belanger@truman.edu>
8368
8369 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8370 preserving embedded modes.
8371
8372 2005-05-10 Richard M. Stallman <rms@gnu.org>
8373
8374 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8375
8376 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8377 Move from ada-stmt.el.
8378 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8379
8380 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8381 Move to ada-mode.el.
8382 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8383
8384 * cus-edit.el (custom-file): Call file-chase-links.
8385
8386 * files.el (read-directory-name): Fix previous change.
8387 (hack-local-variables-confirm): New function.
8388 (hack-local-variables-prop-line, hack-local-variables)
8389 (hack-one-local-variable): Use it.
8390
8391 2005-05-10 Lute Kamstra <lute@gnu.org>
8392
8393 * font-lock.el (font-lock-keywords-alist)
8394 (font-lock-removed-keywords-alist): Clarify docstrings.
8395
8396 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8397
8398 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8399 (gdb-source-info): Check for preprocessor info.
8400 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8401 a macro for a function.
8402 (gdb-info-breakpoints-custom): Try to find file again if not already
8403 found (user might have used GDB dir command).
8404 (gdb-get-location): Update gdb-location-alist correctly for change
8405 to gdb-info-breakpoints-custom.
8406
8407 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8408 (gud-tooltip-print-command): Add gdbmi case.
8409 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8410 preprocessor info.
8411
8412 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8413
8414 * startup.el (fancy-splash-insert): Fix typo in doc string.
8415
8416 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8417
8418 * obsolete/float.el (string-to-float):
8419 * obsolete/hilit19.el (hilit-add-pattern):
8420 * obsolete/rnews.el (news-parse-range, news-select-message)
8421 (news-get-pruned-list-of-files): Replace `string-to-int' by
8422 `string-to-number'.
8423
8424 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8425 `find-file-not-found-hooks'; use `add-hook'.
8426 (uncompress-while-visiting): Set `write-file-functions', not
8427 `write-file-hooks'; use `add-hook'.
8428
8429 2005-05-09 Kim F. Storm <storm@cua.dk>
8430
8431 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8432 (cua-paste): Handle clipboard action.
8433 (cua--init-keymaps): Remap clipboard-kill-region and
8434 clipboard-kill-ring-save.
8435
8436 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8437
8438 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8439 Improve commentary.
8440
8441 * simple.el (next-error-overlay-arrow-position): Revert the change
8442 made on 2005-04-30.
8443
8444 2005-05-07 Jay Belanger <belanger@truman.edu>
8445
8446 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8447 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8448 `calc-sel-reselect'.
8449
8450 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8451 Calc is in embedded mode.
8452
8453 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8454
8455 * progmodes/compile.el (compilation-setup):
8456 Set overlay-arrow-string to an empty string on text terminals.
8457
8458 * textmodes/ispell.el (ispell-program-name): Try looking for
8459 "aspell" along exec-path, and if found, use it as the default
8460 speller program.
8461
8462 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8463
8464 * international/mule.el (sgml-xml-auto-coding-function):
8465 Recognize encoding='FOO' in single quotes as well as in double quotes.
8466
8467 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8468
8469 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8470 as well as `interactive', so that defmacro* would recognize
8471 `declare' forms.
8472
8473 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8474
8475 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8476 Explain more about the LIGHTER arg's usage in the doc string.
8477 Add commentary to clarify what the code does. Fix the regexp that
8478 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8479 since it could have characters special to regular expressions.
8480
8481 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8482
8483 * replace.el (occur-1): Bind inhibit-read-only so that
8484 erase-buffer doesn't barf on read-only text properties (likewise
8485 for add-text-properties in occur-engine). Mark buffer as unmodified.
8486 (occur-engine): Don't set buffer-read-only here.
8487
8488 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8491 list-buffers-directory. This caused the *cvs-commit* buffer to be
8492 sometimes mistakenly reused as a *cvs* buffer.
8493
8494 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8495
8496 * tooltip.el: Move code for GUD tooltips into gud.el.
8497 (require): CL no longer needed to compile case.
8498 (tooltip-mode): Do not toggle functions for GUD tooltips.
8499 (tooltip-gud-tips-p): Remove. Replace with minor mode
8500 gud-tooltip-mode in gud.el.
8501 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8502 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8503 tooltip-gud prefix with gud-tooltip and obsolete.
8504 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8505 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8506 (tooltip-mouse-motion): Mouse movement functions/variable.
8507 Rename in gud.el by adding gud prefix.
8508 (tooltip-gud-original-filter, tooltip-gud-dereference)
8509 (tooltip-gud-event, tooltip-toggle-gud-tips)
8510 (tooltip-gud-process-output, tooltip-gud-print-command)
8511 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8512 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8513 (gdb-tooltip-print): Move to gdb-ui.el.
8514
8515 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8516 (require): CL needed to compile case.
8517 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8518 tooltip-gud-tips-p. Make it a minor-mode.
8519 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8520 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8521 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8522 (gud-tooltip-change-major-mode)
8523 (gud-tooltip-activate-mouse-motions-if-enabled)
8524 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8525 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8526 (gud-tooltip-original-filter, gud-tooltip-dereference)
8527 (gud-tooltip-event, tooltip-toggle-gud-tips)
8528 (gud-tooltip-process-output, gud-tooltip-print-command)
8529 (gud-tooltip-tips): Move from tooltip.el.
8530
8531 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8532 (gdb-cpp-define-alist-flags): Doc fix.
8533 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8534 gud-tooltip-mode is t.
8535
8536 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8537
8538 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8539 evaporate if their text is deleted.
8540 (goto-address-at-point): Make it work as a mouse binding as well.
8541 (goto-address-at-mouse): Obsolete it. Update users.
8542
8543 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8544
8545 * calendar/appt.el (top-level): No longer activate on load.
8546
8547 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8548
8549 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8550 * net/webjump.el (webjump):
8551 * progmodes/idlw-help.el (idlwave-do-context-help1)
8552 (idlwave-highlight-linked-completions):
8553 * textmodes/po.el (po-find-file-coding-system-guts):
8554 Replace `assoc-ignore-case' by `assoc-string'.
8555
8556 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8557
8558 * files.el (locate-file): Doc fix.
8559
8560 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8561 Remove the redundant test for ms-dos.
8562
8563 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8564 look for the preprocessor with exec-suffixes. If not found in
8565 standard places, look in exec-path. Remove most of the tests that
8566 used system-type.
8567
8568 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8569
8570 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8571
8572 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8573 file-name clash with jka-compr.el on 8+3 filesystems.
8574
8575 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8576
8577 * term/mac-win.el: Don't define or bind scroll bar functions if
8578 x-toolkit-scroll-bars is t.
8579 (x-select-text, x-get-selection-value): Clear
8580 x-last-selected-text-clipboard if x-select-enable-clipboard is
8581 nil.
8582 (PRIMARY): Put mac-scrap-name property.
8583 (mac-select-convert-to-file-url): New function.
8584 (public.file-url): New selection target type. Add to
8585 selection-converter-alist.
8586 (x-get-selection, x-selection-value): Handle it.
8587 (x-cut-buffer-or-selection-value): New alias.
8588
8589 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8590
8591 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8592 entry to avoid calling bibtex-find-entry with arg global
8593 being t. Remove arg key.
8594 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8595 (bibtex-copy-summary-as-kill): Change accordingly.
8596
8597 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8600 (org-agenda-date-later): Use with-current-buffer.
8601
8602 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8603
8604 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8605 (define-obsolete-variable-alias): Doc Fixes.
8606
8607 2005-05-06 Kim F. Storm <storm@cua.dk>
8608
8609 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8610 vertical-motion when selective-display is active.
8611
8612 * ido.el (ido-setup-hook): New hook.
8613 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8614 (ido-input-stack): New var.
8615 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8616 ido-next-work-file binding to M-O.
8617 Bind M-f to ido-wide-find-file-or-pop-dir.
8618 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8619 (ido-read-internal): Run ido-setup-hook.
8620 Catch quit in read-file-name and read-string to cancel edit.
8621 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8622 Automatically pop-all when completing a directory name (RET).
8623 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8624 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8625 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8626 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8627 New functions for M-b/M-f to move among the directory components.
8628 (ido-make-merged-file-list): Catch quit to cancel merge.
8629 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8630 (ido-completion-help): No warnings for ido-completion-buffer-full.
8631
8632 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8633
8634 * font-lock.el (font-lock-negation-char-face): New face and variable.
8635 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8636 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8637 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8638 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8639
8640 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8641
8642 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8643 Fix typo in docstring.
8644
8645 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8646 (ebrowse-print-statistics-line)
8647 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8648
8649 * term/w32-win.el (image-library-alist): Add additional name for
8650 Xpm library.
8651
8652 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8653
8654 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8655 use gcc instead of cpp.
8656
8657 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8658 (gdb-create-define-alist): Use it.
8659 (gdb-cpp-define-alist-program): Update for MS-DOS.
8660
8661 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8662
8663 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8664
8665 2005-05-04 Richard M. Stallman <rms@gnu.org>
8666
8667 * help.el (describe-key): No error when UNTRANSLATED is nil.
8668
8669 * simple.el (line-move-1): Fix previous change to signal errors
8670 appropriately.
8671
8672 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8673
8674 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8675 (icalendar-duration-correction): Remove.
8676 (icalendar--get-event-properties): Split result at commas.
8677 (icalendar--decode-isoduration): New optional argument
8678 DURATION-CORRECTION.
8679 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8680 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8681 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8682 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8683 (icalendar--convert-anniversary-to-ical): New functions, extracted
8684 from icalendar-export-region, with bug fixes.
8685 (icalendar-export-region): Use the above functions.
8686 (icalendar-import-buffer): Check before saving diary file.
8687 (icalendar--convert-recurring-to-diary)
8688 (icalendar--convert-non-recurring-all-day-to-diary)
8689 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8690 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8691 (icalendar--convert-ical-to-diary): Use the above functions.
8692
8693 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8694
8695 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8696 Remove these recent additions.
8697 (c-mode): Restore to before 2005-04-28.
8698
8699 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8700 recent addition.
8701
8702 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8703 (gdb-define-alist): New variables.
8704 (gdb-create-define-alist): New function.
8705 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8706 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8707 with string-to-number.
8708 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8709
8710 * progmodes/gud.el: Replace string-to-int with string-to-number.
8711 (gud-find-file): Handle gdb-define-alist.
8712
8713 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8714
8715 2005-05-02 Jay Belanger <belanger@truman.edu>
8716
8717 * calc/calc-aent.el (math-read-token):
8718 * calc/calc-bin.el (calc-word-size):
8719 * calc/calc-ext.el (calc-read-number-fancy):
8720 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8721 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8722 * calc/calc-frac.el (calc-over-notation):
8723 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8724 (calc-graph-num-points, calc-graph-init):
8725 * calc/calc-prog.el (calc-read-parse-table-part)
8726 (calc-edit-macro-repeats):
8727 * calc/calc-yank.el (calc-do-grab-rectangle):
8728 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8729 Replace `string-to-int' by `string-to-number'.
8730
8731 2005-05-02 Kim F. Storm <storm@cua.dk>
8732
8733 * kmacro.el: Use executing-kbd-macro-index variable.
8734
8735 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8736
8737 * net/rlogin.el (rlogin-parse-words): Delete func.
8738 (rlogin): Use split-string, not rlogin-parse-words.
8739 Also, if there are option-like elements in the parsed args,
8740 take the host to be the first arg immediately following them.
8741 Suggested by Michael Mauger.
8742
8743 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8744
8745 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8746
8747 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8750 (cc-mode-cpp-program): Rename to cc-define-list-program and
8751 move to cc-vars.el.
8752
8753 * progmodes/cc-vars.el (cc-define-list-program):
8754 Change to "gcc -E -dM -". Make customizable.
8755
8756 2005-05-02 Kim F. Storm <storm@cua.dk>
8757
8758 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8759
8760 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8761
8762 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8763
8764 * international/mule-util.el (truncate-string): Remove alias and
8765 obsolete declaration.
8766
8767 * international/mule-cmds.el (update-iso-coding-systems):
8768 Remove alias and obsolete declaration.
8769
8770 * international/mule.el (coding-system-parent): Remove alias and
8771 obsolete declaration.
8772
8773 * subr.el (define-function, sref): Remove aliases and obsolete
8774 declarations.
8775 (chars-in-region): Remove obsolete declaration.
8776
8777 2005-05-01 Richard M. Stallman <rms@gnu.org>
8778
8779 * info.el (Info-mode): Set widen-automatically to nil, locally.
8780
8781 * simple.el (widen-automatically): New variable.
8782 (pop-global-mark): Obey widen-automatically.
8783
8784 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8785
8786 * term/xterm.el (function-key-map): Call substitute-key-definition
8787 before the keymap size is increased by a lot of define-key calls.
8788
8789 2005-05-01 Richard M. Stallman <rms@gnu.org>
8790
8791 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8792 Rename ARG to ELEMENT. Doc fix.
8793
8794 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8795
8796 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8797 Remove references to allout-exposure/change to allout-new-exposure.
8798
8799 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8800 bytecode symbols.
8801
8802 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8803 (compiled-function-p, focus-frame, unfocus-frame):
8804 Remove aliases and obsolete declarations.
8805 Back out inadvertent changes from previous commit.
8806
8807 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8808
8809 * files.el (require-final-newline): Make Custom tags consistent
8810 with mode-require-final-newline.
8811 (mode-require-final-newline): Doc fix.
8812
8813 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * international/latexenc.el (latexenc-find-file-coding-system):
8816 Fix regular expressions.
8817
8818 2005-05-01 David Kastrup <dak@gnu.org>
8819
8820 * international/latexenc.el (latexenc-find-file-coding-system):
8821 Fix regular expressions.
8822
8823 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8824
8825 * subr.el (string-to-int): Make obsolete.
8826
8827 2005-04-30 Richard M. Stallman <rms@gnu.org>
8828
8829 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8830
8831 * loadup.el: load jka-comp-hook.
8832
8833 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8834 (jka-compr-handler): Add autoload. `put' calls moved
8835 to jka-comp-hook.el.
8836 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8837 (jka-compr-inhibit): Autoload.
8838
8839 * jka-comp-hook.el: New file.
8840 Enable the mode by default.
8841
8842 * files.el (backup-buffer-copy): Use copy-file instead
8843 of write-region, and put back the 'excl.
8844
8845 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8846
8847 * progmodes/flymake.el (flymake-split-string)
8848 (flymake-split-string, flymake-log, flymake-pid-to-names)
8849 (flymake-reg-names, flymake-get-source-buffer-name)
8850 (flymake-unreg-names, flymake-add-line-err-info)
8851 (flymake-add-err-info): Clarify docstrings.
8852 (flymake-popup-menu, flymake-make-emacs-menu)
8853 (flymake-make-xemacs-menu): Add docstrings.
8854 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8855 Set variables directly throughout.
8856
8857 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8858
8859 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8860 exists. Initialize cc-define-alist.
8861 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8862 If there is no file (Macroexpansion) don't create an alist.
8863
8864 2005-04-29 Sam Steingold <sds@gnu.org>
8865
8866 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8867 (cc-create-define-alist): Use it instead of the hard-coded string.
8868
8869 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8872 for latexenc.
8873
8874 2005-04-29 Lute Kamstra <lute@gnu.org>
8875
8876 * emacs-lisp/generic.el: Improve commentary section.
8877 (define-generic-mode): Improve docstring.
8878
8879 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8880
8881 * textmodes/org.el (many places): Change to quiet the byte compiler.
8882 (org-prefix-format-compiled): New variable.
8883 (org-compile-prefix-format): New function.
8884 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8885 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8886 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8887 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8888 consistency with entries from `org-mode' files.
8889 (org-get-time-of-day): Fix bug with partial matches early in a line.
8890 (org-non-link-chars): New constant.
8891 (org-link-regexp): Respect `org-non-link-chars'.
8892 (org-agenda-day-view): Remove command.
8893 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8894 (org-follow-bbdb-link, org-store-link): Search also company field.
8895 (org-highlight-overlay): New variable.
8896 (org-highlight, org-unhighlight): New functions.
8897 (org-agenda-mode): Add pre-command-hook to remove highlight.
8898 (org-evaluate-time-range): Behavior depends upon whether time stamp
8899 contains a time or not.
8900 (org-show-subtree, org-show-entry): New functions.
8901 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8902
8903 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * comint.el (comint-output-filter-functions): Add autoload cookie.
8906
8907 2005-04-28 Kim F. Storm <storm@cua.dk>
8908
8909 * ido.el (ido-everywhere): Fix last change.
8910
8911 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8912
8913 * international/latexenc.el: New file.
8914 * international/mule-conf.el (file-coding-system-alist): For .tex,
8915 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8916
8917 2005-04-28 Lute Kamstra <lute@gnu.org>
8918
8919 * font-lock.el (font-lock-add-keywords)
8920 (font-lock-remove-keywords): Clarify docstring.
8921 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8922 Don't start docstrings with a `*'.
8923 (font-lock-update-removed-keyword-alist): Give it a docstring.
8924
8925 * generic-x.el: Update commentary section.
8926 Only require font-lock when compiling.
8927 Define all modes conditionally.
8928 Place all generic modes in the generic-x-modes customization group.
8929 (generic-x-modes): New customization group.
8930 (generic-default-modes, generic-mswindows-modes)
8931 (generic-unix-modes, generic-other-modes): New constants.
8932 (generic-define-mswindows-modes, generic-define-unix-modes):
8933 Update docstrings. Make them obsolete.
8934 (generic-extras-enable-list): New default value. Update docstring.
8935 Improve :type. Change :set function.
8936 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8937 Fix docstring.
8938
8939 * emacs-lisp/generic.el (generic-mode-internal):
8940 Simplify font-lock-defaults.
8941 (define-generic-mode): Fix docstring.
8942
8943 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8946 font-lock-face property to highlight matches.
8947
8948 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8949
8950 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8951 (cc-define-alist): New variable.
8952 (c-mode): Make it local and initialize it.
8953
8954 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8955 (gdb-exited): New function.
8956 (gdb-annotation-rules): Use it.
8957 (gdb-starting): Set gdb-active-process to t.
8958 (gdb-stopping): Amend doc string.
8959 (gdb-reset): Set gdb-active-process to nil.
8960
8961 * tooltip.el (tooltip-gud-tips): Show the associated #define
8962 directives when a C program under GDB is not executing.
8963
8964 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8967 font-lock-fontify-syntactic-keywords.
8968
8969 * font-lock.el (font-lock-default-fontify-region): Don't force
8970 parse-sexp-lookup-properties to nil.
8971
8972 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8973
8974 * man.el (man-mode-syntax-table): Set up `:' to have
8975 word-constituent syntax.
8976
8977 2005-04-27 Lute Kamstra <lute@gnu.org>
8978
8979 * novice.el (disable-command): Don't add spurious newlines to the
8980 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8981
8982 2005-04-26 Jay Belanger <belanger@truman.edu>
8983
8984 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8985 than one window before deleting window.
8986
8987 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8988
8989 * shell.el (shell-prompt-pattern): Doc fix.
8990 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8991
8992 * comint.el (comint-prompt-regexp, comint-get-old-input)
8993 (comint-use-prompt-regexp)
8994 (comint-use-prompt-regexp-instead-of-fields)
8995 (comint-replace-by-expanded-history, comint-send-input)
8996 (comint-output-filter, comint-get-old-input-default)
8997 (comint-line-beginning-position, comint-bol, comint-show-output)
8998 (comint-backward-matching-input, comint-forward-matching-input)
8999 (comint-next-prompt, comint-previous-prompt):
9000 Rename `comint-use-prompt-regexp-instead-of-fields' to
9001 `comint-use-prompt-regexp'. Keep old name as alias and declare
9002 obsolete.
9003 (comint-use-prompt-regexp): Shorten first line of doc string.
9004
9005 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9006 Set paragraph-separate buffer locally to "\\'".
9007
9008 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9009 Adapt to above name change.
9010
9011 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9012 (smbclient-prompt-regexp): Ditto.
9013
9014 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9015
9016 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9017
9018 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9019 gdb-location-list.
9020 Break lines that are over 80 characters wide.
9021
9022 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9025 New fun and var, to preserve compatibility.
9026
9027 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9028
9029 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9030
9031 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9032 name to file-newer-than-file-p.
9033
9034 2005-04-26 Richard M. Stallman <rms@gnu.org>
9035
9036 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9037
9038 * progmodes/python.el (python-mode):
9039 Use new name eldoc-documentation-function.
9040
9041 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9042
9043 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9044 (eldoc-documentation-function):
9045 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9046
9047 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9050
9051 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9052
9053 * term/xterm.el (function-key-map): Fix strings for
9054 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9055 {C,S,A,C-S}-{f1-f12}.
9056
9057 2005-04-26 Kenichi Handa <handa@m17n.org>
9058
9059 * international/mule-cmds.el (select-safe-coding-system):
9060 Fix previous change.
9061
9062 2005-04-26 Lute Kamstra <lute@gnu.org>
9063
9064 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9065
9066 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9067 (font-lock-comment-delimiter-face): Ditto.
9068
9069 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9070
9071 2005-04-25 Jay Belanger <belanger@truman.edu>
9072
9073 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9074 to t while inserting information; use help-mode.
9075
9076 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9077
9078 * term.el (ansi-term-color-vector): Use the xterm colors.
9079 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9080
9081 2005-04-25 Lute Kamstra <lute@gnu.org>
9082
9083 * font-core.el (font-lock-defaults): Fix docstring.
9084
9085 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9086
9087 2005-04-25 Kenichi Handa <handa@m17n.org>
9088
9089 * international/mule-cmds.el (select-safe-coding-system):
9090 Don't check consistency with coding: spec, etc if raw-text or
9091 no-conversion was found to be safe.
9092
9093 2005-04-24 Richard M. Stallman <rms@gnu.org>
9094
9095 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9096 citation markers at start of each line.
9097
9098 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9099 citation markers at start of each line.
9100
9101 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9102
9103 * files.el (mode-require-final-newline): Fix previous change.
9104 (require-final-newline): Fix type label.
9105
9106 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9107
9108 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9109 statement in buffer (broken by 2004-11-24 change).
9110
9111 2005-04-24 Kim F. Storm <storm@cua.dk>
9112
9113 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9114 and read-file-name-function values. Don't overwrite existing
9115 non-nil values if ido-mode is enabled without ido-everywhere.
9116
9117 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9118
9119 * files.el (mode-require-final-newline): Minor doc fix.
9120
9121 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9122
9123 * subr.el (syntax-after): Doc fix.
9124 (syntax-class): If argument is nil, return nil. Mask off upper 16
9125 bits, not 8 bits.
9126
9127 * files.el (mode-require-final-newline): Doc fix.
9128 (backup-buffer-copy): Fix last change.
9129
9130 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9131
9132 * term/mac-win.el: Require select. Set selection-coding-system to
9133 mac-system-coding-system. Call menu-bar-enable-clipboard.
9134 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9135 (x-select-enable-clipboard): New variables.
9136 (x-select-text, x-get-selection, x-selection-value)
9137 (x-get-selection-value, mac-select-convert-to-string)
9138 (mac-services-open-file, mac-services-open-selection)
9139 (mac-services-insert-text): New functions.
9140 (CLIPBOARD, FIND): Put mac-scrap-name property.
9141 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9142 (public.tiff): Put mac-ostype property.
9143 (selection-converter-alist): Add entries for them.
9144 (mac-application-menu-map): New keymap.
9145 (interprogram-cut-function, interprogram-paste-function): Set to
9146 x-select-text and x-get-selection-value, respectively.
9147 (split-window-keep-point): Set to t.
9148
9149 2005-04-23 Richard M. Stallman <rms@gnu.org>
9150
9151 * files.el (read-directory-name): Always pass non-nil
9152 DEFAULT-FILENAME arg to read-file-name.
9153 (backup-buffer-copy, basic-save-buffer-2): Take care against
9154 writing thru an unexpected existing symlink.
9155 (revert-buffer): In indirect buffer, revert the base buffer.
9156 (magic-mode-alist): Doc fix.
9157 (buffer-stale-function): Doc fix.
9158 (minibuffer-with-setup-hook): Avoid warning.
9159 (mode-require-final-newline): Doc and custom fix.
9160
9161 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9162
9163 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9164 use the default appearance.
9165 (font-lock-comment-delimiter-face): New face, new variable.
9166
9167 * imenu.el (imenu--generic-function): The official position of a
9168 definition is the start of the line that BEG is in.
9169
9170 * midnight.el (midnight-timer): Move defvar up.
9171
9172 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9173
9174 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9175
9176 * startup.el (command-line): Use with-no-warnings.
9177
9178 * window.el (window-size-fixed): New defvar.
9179
9180 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9181
9182 * mail/rmail.el (rmail-font-lock-keywords):
9183 Use font-lock-comment-delimiter-face.
9184
9185 * mail/sendmail.el (mail-font-lock-keywords):
9186 Use font-lock-comment-delimiter-face.
9187
9188 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9189
9190 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9191
9192 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9193 Specify t for LAXMATCH when matching directories.
9194 Save match data around compilation-compat-error-properties form.
9195
9196 2005-04-23 David Kastrup <dak@gnu.org>
9197
9198 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9199 Mention that the autoloaded aliases should be kept for AUCTeX.
9200
9201 2005-04-23 Andreas Schwab <schwab@suse.de>
9202
9203 * isearch.el (isearch-forward): Doc fix.
9204
9205 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9206
9207 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9208 (jit-lock-stealth-nice): Change default value to 0.5.
9209
9210 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9211
9212 * abbrev.el (write-abbrev-file): Write table entries in
9213 alphabetical order by table name.
9214
9215 2005-04-22 Kim F. Storm <storm@cua.dk>
9216
9217 * ido.el (ido-read-internal): Fix `list' completion.
9218
9219 2005-04-22 Kenichi Handa <handa@m17n.org>
9220
9221 * recentf.el (recentf-save-file-coding-system): New variable.
9222 (recentf-save-list): Encode the file by
9223 recentf-save-file-coding-system and add coding: tag.
9224
9225 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9226
9227 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9228
9229 2005-04-21 Lute Kamstra <lute@gnu.org>
9230
9231 * loadhist.el (unload-feature): Don't remove a function from hooks
9232 if it is about to be restored to an autoload . Remove functions
9233 that will become unbound from auto-mode-alist. Simplify the code.
9234
9235 * subr.el (assq-delete-all): New implementation that is linear,
9236 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9237 (rassq-delete-all): New function.
9238
9239 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9240 Add size-indication-mode.
9241
9242 2005-04-21 Kenichi Handa <handa@m17n.org>
9243
9244 * international/mule-cmds.el: Add autoload for widget-value in
9245 eval-when-compile.
9246
9247 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9248
9249 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9250 Add tooltip-mode.
9251
9252 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9253
9254 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9255
9256 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9257 (inferior-lisp-filter-regexp, inferior-lisp-program)
9258 (inferior-lisp-load-command, inferior-lisp-prompt)
9259 (inferior-lisp-mode-hook, lisp-source-modes)
9260 (inferior-lisp-load-hook): defvar->defcustom.
9261 (inferior-lisp-program, inferior-lisp-prompt)
9262 (inferior-lisp-load-hook): Doc fixes.
9263 (inferior-lisp-install-letter-bindings): Small change in
9264 introductory comment.
9265
9266 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9267
9268 * vc.el (vc-annotate-color-map): Change some colors so that text
9269 using them as foreground is readable on both white and black
9270 backgrounds.
9271
9272 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * international/mule-conf.el (translation-table-for-input):
9275 Remove redundant declaration.
9276
9277 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9278
9279 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9280
9281 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9282 (tooltip-toggle-gud-tips): New function.
9283
9284 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9285
9286 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9287 right angle brackets.
9288
9289 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9290
9291 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9292
9293 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9296 Remove. Update callers to use expand-file-name instead.
9297
9298 * subr.el (syntax-class): New function.
9299
9300 * simple.el (blink-matching-open): Use it.
9301
9302 * paren.el (show-paren-function): Use it to recognize parens that are
9303 also used in 2-char comment markers.
9304
9305 2005-04-19 Lute Kamstra <lute@gnu.org>
9306
9307 * loadhist.el (unload-feature): Update for new format of
9308 load-history. Simplify the code.
9309
9310 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9311
9312 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9313 (mac-add-charset-info): New function. Initialize variable
9314 mac-charset-info-alist using it.
9315 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9316 for translation.
9317 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9318 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9319 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9320 New CCL programs.
9321
9322 2005-04-19 Kim F. Storm <storm@cua.dk>
9323
9324 * simple.el (next-buffer, prev-buffer, next-error)
9325 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9326 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9327
9328 * bindings.el (next-buffer, prev-buffer, next-error)
9329 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9330 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9331 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9332 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9333
9334 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9335
9336 * isearch.el (isearch-edit-string): Make the search-ring available for
9337 minibuffer history commands.
9338 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9339 the default history commands now work just as well.
9340 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9341
9342 2005-04-18 Kim F. Storm <storm@cua.dk>
9343
9344 * emulation/cua-base.el (cua--pre-command-handler): Add more
9345 elaborate check for shift modifier on non-window systems.
9346
9347 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9348
9349 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9350
9351 2005-04-18 Kim F. Storm <storm@cua.dk>
9352
9353 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9354 and make it optional. Don't test tooltip-gud-echo-area here.
9355 (tooltip-gud-process-output, gdb-tooltip-print):
9356 Pass tooltip-gud-echo-area to tooltip-show.
9357 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9358
9359 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9360
9361 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9362 `display-graphic-p' may not be bound yet.
9363
9364 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9365
9366 * startup.el (command-line): No longer enable Xterm Mouse mode by
9367 default in terminals compatible with xterm.
9368
9369 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9370
9371 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9372
9373 * tooltip.el (tooltip-gud-echo-area): Rename from
9374 tooltip-use-echo-area.
9375 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9376 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9377 area independently of where help tooltips are displayed.
9378
9379 2005-04-17 David Kastrup <dak@gnu.org>
9380
9381 * cus-theme.el (custom-theme-write-variables): Quote variables
9382 where necessary.
9383
9384 2005-04-17 Richard M. Stallman <rms@gnu.org>
9385
9386 * simple.el (yank-excluded-properties): Add follow-link to value.
9387
9388 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9389
9390 * startup.el (fancy-splash-max-time): Just 30 seconds.
9391 (fancy-splash-delay): Just 7.
9392 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9393
9394 * loadhist.el (unload-feature): Update for new format of load-history.
9395 Simplify the code.
9396
9397 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9398 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9399
9400 * mail/sendmail.el (mail-font-lock-keywords):
9401 Don't fontify subject text.
9402 Don't fontify the text of a citation.
9403
9404 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9405
9406 * comint.el (comint-output-filter): Run comint-output-filter-functions
9407 with point where the user had it.
9408
9409 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * international/ucs-tables.el (ucs-set-table-for-input):
9412 Disable when using unify-on-decoding.
9413
9414 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9415
9416 * emulation/cua-base.el (cua-global-mark-face): Add special case
9417 for displays supporting a high number of colors.
9418
9419 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9420
9421 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9422
9423 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9424
9425 * filesets.el (filesets-add-buffer): If user supplies a name of a
9426 non-existing fileset, create a new fileset.
9427
9428 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9429
9430 * textmodes/org.el (org-up-heading-all): Fix bug with
9431 `outline-up-heading-all'.
9432
9433 2005-04-16 Andreas Schwab <schwab@suse.de>
9434
9435 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9436 /etc/permissions.d/* and /etc/aliases.d/*.
9437
9438 2005-04-16 Kenichi Handa <handa@m17n.org>
9439
9440 * international/code-pages.el (cp-make-coding-system):
9441 Set `translation-table-for-input' property value to the symbol
9442 ucs-mule-to-mule-unicode, not to that value.
9443 (pt154): Escape guillemet by `\'.
9444
9445 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9446
9447 * loadup.el: Load tooltip if x-show-tip is fboundp.
9448
9449 * startup.el (command-line): Add comment.
9450
9451 * tooltip.el (tooltip-mode): Specify correct standard value for
9452 Custom in init-value.
9453
9454 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9455
9456 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9457 possible.
9458
9459 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9460
9461 * textmodes/org.el (org-agenda-date-prompt): Rename from
9462 `org-agenda-date-today'.
9463 (org-evaluate-time-range): Insert at point instead of directly
9464 after time range.
9465 (org-first-headline-recenter, org-subtree-end-visible-p)
9466 (org-optimize-window-after-visibility-change): New functions
9467 (org-agenda-post-command-hook): Don't allow point at end of line,
9468 to make sure it always hits the text properties.
9469 (org-agenda-next-date-line, org-agenda-previous-date-line):
9470 New commands.
9471 (org-set-regexps-and-options): Category may contain white space.
9472 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9473 Improve marker positions.
9474 (org-agenda-new-marker): Argument POS made optional.
9475 (org-agenda-get-timestamps): Deadlines which are done are listed
9476 in org-done-face now.
9477 (org-agenda-get-todos, org-agenda-get-timestamps)
9478 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9479 Set `undone-face' and `done-face' properties.
9480 (org-last-todo-state-is-todo): New variable.
9481 (org-todo): Set `org-last-todo-state-is-todo'.
9482 (org-agenda-todo): Change face according to
9483 `org-last-todo-state-is-todo'. And change other lines referring to
9484 the same entry.
9485 (org-calendar-goto-agenda): New command.
9486 (org-calendar-to-agenda-key): New option.
9487 (org-startup-folded): New allowed value `content'.
9488 (org-set-regexps-and-options): Accept new value `content' for
9489 `org-startup-folded'.
9490 (org-get-current-options): Handle new value `content' for
9491 `org-startup-folded'.
9492 (org-insert-todo-heading): New command.
9493 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9494 interactively in empty file and option
9495 `org-insert-mode-line-in-empty-file' has been set.
9496 (org-agenda-todo,org-agenda-priority): Modify to use
9497 `org-agenda-change-all-lines'.
9498 (org-warning-face): Change color on dark background
9499
9500 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9501
9502 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9503 use preferences AppleLocale and AppleLanguages, and variable
9504 mac-system-locale for default locale. On Mac OS Classic, use
9505 mac-system-coding-system for default coding systems.
9506
9507 * term/mac-win.el: Don't set file-name-coding-system.
9508 Decode variables system-name, emacs-build-system, user-login-name, and
9509 user-full-name by mac-system-coding-system on Mac OS Classic.
9510 (mac-system-coding-system): New variable.
9511
9512 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9513
9514 * startup.el (command-line): Handle `xterm-mouse-mode' before
9515 reading init file.
9516
9517 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9518
9519 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9520
9521 * progmodes/sh-script.el (sh-here-document-word): Make it a
9522 defcustom. Doc fix.
9523 (sh-add): Bash uses $(( )) for arithmetic.
9524 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9525 (sh-maybe-here-document): Remove quotes and leading whitespace
9526 from heredoc word when closing. Indent heredoc with tabs if word
9527 starts with "-".
9528
9529 2005-04-13 Richard M. Stallman <rms@gnu.org>
9530
9531 * simple.el (undo): Fix previous change.
9532
9533 * custom.el (defface): Doc fix.
9534
9535 2005-04-13 Lute Kamstra <lute@gnu.org>
9536
9537 * Makefile.in (DONTCOMPILE): Remove list.
9538 (compile, compile-always): Don't use DONTCOMPILE.
9539 (update-authors): Load the library in which batch-update-authors
9540 is defined.
9541 * makefile.w32-in (DONTCOMPILE): Remove list.
9542 (compile, compile-always): Fix comments.
9543 (update-authors): Load the library in which batch-update-authors
9544 is defined.
9545
9546 * generic-x.el (generic-mode-ini-file-find-file-hook):
9547 Rename to ini-generic-mode-find-file-hook.
9548 Keep generic-mode-ini-file-find-file-hook as an alias.
9549 (ini-generic-mode-find-file-hook): Rename from
9550 generic-mode-ini-file-find-file-hook. Fix docstring.
9551 (ini-generic-mode): Docstring change.
9552 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9553
9554 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9555 called from lisp.
9556
9557 * generic.el: Move to the emacs-lisp subdir.
9558
9559 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9560
9561 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9562 and C-S- function and cursor motion keys.
9563
9564 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9565
9566 * startup.el (command-line): Enable Xterm Mouse mode by default.
9567 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9568 for Custom. No longer show "Mouse" in mode line when enabled.
9569 Doc fix.
9570
9571 2005-04-12 Kim F. Storm <storm@cua.dk>
9572
9573 * emulation/cua-base.el (cua-rectangle-face)
9574 (cua-rectangle-noselect-face): Define face attributes here.
9575
9576 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9577
9578 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9579
9580 * startup.el (command-line): Turn off blinking cursor if
9581 cursorBlink in resources is off or false.
9582
9583 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9584
9585 * term/mac-win.el (dnd): Require dnd.
9586 (mac-drag-n-drop): Call dnd-handle-one-url.
9587 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9588 (kTextEncodingISOLatin2): Remove constants.
9589 (mac-script-code-coding-systems): New constant.
9590 (mac-handle-language-change): New function.
9591 (special-event-map): Bind it to `language-change' event.
9592 (mac-centraleurroman, mac-cyrillic): New coding systems.
9593 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9594 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9595 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9596 encode-mac-cyrillic, respectively.
9597
9598 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9599
9600 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9601 Don't set overlay-arrow-string to "=>" as this is done
9602 globally in C now.
9603
9604 2005-04-12 Lute Kamstra <lute@gnu.org>
9605
9606 * generic-x.el (rc-generic-mode, rul-generic-mode):
9607 Fix auto-mode-alist entries.
9608 (etc-fstab-generic-mode): Tweak fontification.
9609
9610 * generic.el (generic-make-keywords-list): Fix docstring.
9611 (generic-mode-internal): Simplify generic-font-lock-keywords.
9612
9613 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9614
9615 * whitespace.el (whitespace-buffer-leading)
9616 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9617 However, fix the highlight area for the leading and
9618 trailing whitespaces to show space.
9619
9620 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9621
9622 * whitespace.el (whitespace-version): Bump to 3.5
9623
9624 (whitespace-buffer-leading, whitespace-buffer-trailing):
9625 Invert sense of the test to highlight the whitespace.
9626
9627 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9628
9629 * progmodes/gud.el (gud-display-line): GUD uses its own
9630 overlay arrow now so don't set overlay-arrow-string.
9631 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9632
9633 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9634
9635 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9636 (term-ansi-current-reverse, term-ansi-current-invisible)
9637 (term-ansi-face-already-done): Change to boolean.
9638 (term-reset-terminal, term-handle-colors-array): Handle the above
9639 vars accordingly.
9640 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9641 (term-emulate-terminal): Use the new name.
9642
9643 * faces.el (secondary-selection): Use yellow1, not yellow.
9644 (trailing-whitespace): Use red1, not red.
9645
9646 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9647
9648 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9649 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9650 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9651
9652 * cus-edit.el (dnd): New group.
9653
9654 * term/w32-win.el (dnd): Require dnd
9655 (w32-drag-n-drop): Call dnd-handle-one-url.
9656
9657 * x-dnd.el: Require dnd.
9658 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9659 Call dnd-handle-one-url.
9660 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9661 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9662 to dnd-insert-text.
9663 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9664 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9665 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9666 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9667
9668 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9669
9670 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9671
9672 * wdired.el: Doc fixes.
9673 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9674 (wdired-use-dired-vertical-movement): Rename from
9675 wdired-always-move-to-filename-beginning.
9676 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9677 (wdired-change-to-wdired-mode): Change mode name.
9678 (wdired-newline): Delete.
9679
9680 2005-04-11 Richard M. Stallman <rms@gnu.org>
9681
9682 * whitespace.el (whitespace-highlight-the-space):
9683 Don't call whitespace-unhighlight-the-space here.
9684
9685 * simple.el (undo): Record t in undo-equiv-table
9686 for the redo record made by an undo-in-region.
9687
9688 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9689
9690 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9691 (gdb-frame-inferior-io-buffer): New Functions to control
9692 display of separate IO buffer.
9693 (menu): Add them to menu-bar.
9694 (gdb-display-buffer): Check for buffer another frame.
9695 Protect GUD buffer.
9696 (gdb-setup-windows): Create IO buffer if not already there.
9697 (gdb-memory-mode): Remove purecopy noops.
9698
9699 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9700
9701 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9702 and pass to self-insert-command.
9703
9704 2005-04-11 Lute Kamstra <lute@gnu.org>
9705
9706 * generic.el: Commentary section cleanup.
9707 (generic): Delete.
9708 (generic-use-find-file-hook, generic-lines-to-scan)
9709 (generic-find-file-regexp, generic-ignore-files-regexp)
9710 (default-generic-mode, generic-mode-find-file-hook)
9711 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9712 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9713 (generic-use-find-file-hook, generic-lines-to-scan)
9714 (generic-find-file-regexp, generic-ignore-files-regexp)
9715 (default-generic-mode, generic-mode-find-file-hook)
9716 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9717
9718 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9719
9720 * bookmark.el (bookmark-write-file): Catch errors writing file.
9721 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9722
9723 2005-04-10 Richard M. Stallman <rms@gnu.org>
9724
9725 * startup.el (fancy-splash-tail): Update copyright year.
9726 (command-line): Split part of -Q into -D.
9727 (emacs-basic-display): New defvar.
9728 (fancy-splash-text): Correct name of menu item.
9729
9730 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9731
9732 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9733 lines in one node.
9734
9735 * comint.el (comint-send-input): New arg ARTIFICIAL.
9736 Callers in this file changed.
9737
9738 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9739
9740 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9741
9742 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9743
9744 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9745 `ldap-search-internal'.
9746
9747 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9748
9749 * files.el (set-auto-mode-1): Use line-end-position.
9750
9751 * international/latin-1.el:
9752 * international/latin-2.el:
9753 * international/latin-3.el:
9754 * international/latin-4.el:
9755 * international/latin-5.el:
9756 * international/latin-8.el:
9757 * international/latin-9.el: Give punctuation syntax to NBSP.
9758
9759 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9760 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9761 Use char-classes to accept non-ascii letters, accepted in some recent
9762 bibtex implementations.
9763
9764 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9765
9766 * custom.el (custom-set-minor-mode): Any non-nil value for the
9767 variable should enable the mode when set through Custom.
9768
9769 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9772 TAB binding so tab-always-indent is obeyed.
9773 (vhdl-minibuffer-local-map): Move initialization into declaration.
9774 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9775 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9776 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9777 (vhdl-current-line): Use line-beginning-position.
9778 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9779 with-output-to-temp-buffer, so the current position can be recorded.
9780
9781 2005-04-10 Masatake YAMATO <jet@gyve.org>
9782
9783 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9784 Add regexp for gcov.
9785
9786 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9787
9788 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9789 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9790 syntax which Emacs 20 doesn't support.
9791
9792 2005-04-09 Richard M. Stallman <rms@gnu.org>
9793
9794 * help.el (describe-key-briefly, describe-key):
9795 Replace strings as event types with "(any string)".
9796
9797 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * arc-mode.el (archive-mode-map): Move initialization into
9800 the declaration. Override *all* bindings of `undo'.
9801 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9802
9803 2005-04-09 Jay Belanger <belanger@truman.edu>
9804
9805 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9806
9807 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9808
9809 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9810 (xterm-register-default-colors): Update color values computation
9811 to match xterm-200.
9812
9813 2005-04-09 Kenichi Handa <handa@m17n.org>
9814
9815 * international/code-pages.el (iso-latin-7): Fix the map.
9816
9817 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9818
9819 * emacs-lisp/lisp.el (defun-prompt-regexp)
9820 (parens-require-spaces, buffer-end, end-of-defun)
9821 (insert-parentheses): Doc fixes.
9822
9823 2005-04-08 Kim F. Storm <storm@cua.dk>
9824
9825 * comint.el (comint-highlight-prompt): Fix face spec.
9826 * hi-lock.el (hi-green): Likewise.
9827
9828 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9829
9830 * cus-edit.el (custom-modified-face):
9831 * comint.el (comint-highlight-input): Fix previous changes.
9832 * term.el (term-handle-ansi-escape): Add a comment.
9833
9834 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9837 in the buffer and in whitespace-highlighted-space.
9838 (whitespace-unhighlight-the-space): Simplify.
9839 (whitespace-buffer): Simplify.
9840
9841 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9842
9843 * textmodes/table.el (table-cell-face): Add special case for
9844 displays supporting a high number of colors.
9845 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9846 (vhdl-font-lock-reserved-words-face)
9847 (vhdl-speedbar-architecture-face)
9848 (vhdl-speedbar-instantiation-face)
9849 (vhdl-speedbar-architecture-selected-face)
9850 (vhdl-speedbar-instantiation-selected-face): Likewise.
9851 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9852 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9853 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9854 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9855 (ebrowse-progress-face): Likewise.
9856 * progmodes/compile.el (compilation-info-face): Likewise.
9857 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9858 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9859 * calendar/calendar.el (diary-face): Likewise.
9860 * woman.el (woman-italic-face, woman-bold-face)
9861 (woman-unknown-face): Likewise.
9862 * wid-edit.el (widget-button-pressed-face): Likewise.
9863 * whitespace.el (whitespace-highlight-face): Likewise.
9864 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9865 * pcvs-info.el (cvs-marked-face): Likewise.
9866 * info.el (info-xref): Likewise.
9867 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9868 * hilit-chg.el (highlight-changes-face)
9869 (highlight-changes-delete-face): Likewise.
9870 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9871 (hi-red-b): Likewise.
9872 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9873 * font-lock.el (font-lock-keyword-face)
9874 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9875 * cus-edit.el (custom-invalid-face, custom-modified-face)
9876 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9877 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9878 * comint.el (comint-highlight-prompt): Likewise.
9879
9880 2005-04-08 Lute Kamstra <lute@gnu.org>
9881
9882 * font-lock.el (font-lock-keywords): Docstring fixes.
9883
9884 2005-04-08 Kenichi Handa <handa@m17n.org>
9885
9886 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9887 chars are more than a limit, print " and more..." at the tail.
9888
9889 2005-04-08 Kim F. Storm <storm@cua.dk>
9890
9891 * emacs-lisp/authors.el (authors-aliases): Update list.
9892 (authors-ignored-files): New list.
9893 (authors-fixed-entries): Fix typo.
9894 (authors-renamed-files-alist): Update list.
9895 (authors-add): Check authors-ignored-files.
9896
9897 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9898
9899 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9900 optional, to ensure backward compatibility.
9901
9902 2005-04-08 Stephen Eglen <stephen@gnu.org>
9903
9904 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9905
9906 2005-04-08 Kim F. Storm <storm@cua.dk>
9907
9908 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9909
9910 * mouse.el (mouse-on-link-p): Doc fix.
9911
9912 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9913
9914 * ielm.el (ielm-prompt-read-only): Doc fix.
9915
9916 * comint.el (comint-prompt-read-only): Doc fix.
9917
9918 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9919
9920 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9921 ensure dired always handles wildcards passed to ffap.
9922 (find-file-at-point): Use it.
9923 (ffap-dired-wildcards): Doc fix.
9924
9925 2005-04-07 Juri Linkov <juri@jurta.org>
9926
9927 * simple.el (next-error-overlay-arrow-position): New defvar.
9928 Put "=>" on its property `overlay-arrow-string'. Add it to
9929 `overlay-arrow-variable-list'.
9930
9931 * progmodes/compile.el (compilation-setup):
9932 Set `next-error-overlay-arrow-position' to nil. Also set it to
9933 nil in the local hook `kill-buffer-hook'. Make local variable
9934 `overlay-arrow-string' and set it to "=>".
9935 (compilation-goto-locus): Set BOL position to
9936 `next-error-overlay-arrow-position' instead of
9937 `overlay-arrow-position'.
9938
9939 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9940 locally instead of adding it to the global hook.
9941 (Info-kill-buffer): Move up.
9942
9943 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9944
9945 * term/xterm.el (xterm-standard-colors): Update color values from
9946 xterm-200.
9947
9948 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9951
9952 * fast-lock.el:
9953 * lazy-lock.el: Move them to the obsolete subdir.
9954
9955 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9956
9957 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9958 (wdired-add-replace-advice): Remove.
9959 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9960
9961 2005-04-06 Kim F. Storm <storm@cua.dk>
9962
9963 * startup.el (command-line): Add --bare-bones alias for -Q.
9964
9965 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9966
9967 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9968 create the startup fontset if a font specification ends with
9969 `mac-roman'.
9970
9971 2005-04-06 Lute Kamstra <lute@gnu.org>
9972
9973 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9974 change.
9975
9976 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9977 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9978
9979 2005-04-05 Lute Kamstra <lute@gnu.org>
9980
9981 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9982 (define-generic-mode): Ditto. Fix debug declaration.
9983
9984 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9985 Put them in the generic-x group.
9986
9987 * calendar/timeclock.el (timeclock): Doc fix.
9988
9989 * generic.el (define-generic-mode): Don't use custom-current-group.
9990 Document default :group value.
9991 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9992 (define-global-minor-mode): Don't use custom-current-group.
9993
9994 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9995
9996 * startup.el (command-line-1): Display startup-echo-area-message
9997 when fancy splash screen is in use.
9998
9999 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10000 (sh-escaped-newline): New face.
10001 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10002 newline, and use sh-escaped-newline face.
10003
10004 * progmodes/tcl.el (tcl-escaped-newline): New face.
10005 (tcl-builtin-list): New variable.
10006 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10007 newlines. Fix keywords subexpression number.
10008
10009 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10010
10011 * textmodes/org.el (org-diary-default-entry): Fix call to
10012 `add-to-diary-entry'.
10013
10014 2005-04-05 Kim F. Storm <storm@cua.dk>
10015
10016 * ediff-init.el: Use (featurep 'xemacs).
10017
10018 2005-04-05 David Ponce <david@dponce.com>
10019
10020 * cus-edit.el (face): Derive from symbol widget. Display sample
10021 of the current face on the fly.
10022 (widget-face-sample-face-get, widget-face-notify): New functions.
10023 (widget-face-value-create): Remove.
10024
10025 * wid-edit.el (widget-field-end): Temporarily remove field
10026 narrowing before to call `get-char-property'.
10027
10028 2005-04-04 Jay Belanger <belanger@truman.edu>
10029
10030 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10031 (math-read-subscripts): New variable.
10032 (math-read-preprocess-string): Process subscripts.
10033
10034 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10035
10036 * comint.el (comint-prompt-read-only): Doc fix.
10037
10038 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10039 `-1'. Doc fix.
10040
10041 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10042
10043 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10044 Change default value to nil.
10045
10046 2005-04-04 Lute Kamstra <lute@gnu.org>
10047
10048 * autorevert.el (auto-revert-mode): Specify :group.
10049 * battery.el (display-battery-mode): Specify :group.
10050 * diff-mode.el (diff-minor-mode): Specify :group.
10051 * font-core.el (font-lock-mode): Specify :group.
10052 * hl-line.el (hl-line-mode): Specify :group.
10053 * iimage.el (iimage): New customization group.
10054 (iimage-mode): Specify :group.
10055 * longlines.el (longlines-mode): Specify :group.
10056 * master.el: Don't require easy-mmode.
10057 (master): New customization group.
10058 (master-mode): Specify :group.
10059 * msb.el (msb-mode): Specify :group.
10060 * reveal.el (reveal-mode): Specify :group.
10061 * simple.el (next-error-follow-minor-mode): Specify :group.
10062 * smerge-mode.el (smerge-mode): Specify :group.
10063 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10064 * emulation/cua-base.el (cua-mode): Specify :group.
10065 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10066 * language/thai-util.el (thai-auto-composition-mode)
10067 (thai-word-mode): Specify :group.
10068 * mail/supercite.el (sc-minor-mode): Specify :group.
10069 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10070 * progmodes/flymake.el (flymake-mode): Specify :group.
10071 * progmodes/glasses.el (glasses-mode): Specify :group.
10072 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10073 * textmodes/enriched.el (enriched-mode): Specify :group.
10074 * textmodes/refill.el (refill-mode): Specify :group.
10075
10076 * add-log.el (change-log-font-lock-keywords): Names in
10077 parenthesized lists can contain spaces.
10078
10079 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10080
10081 * startup.el (fancy-splash-text): Shorten default text of
10082 "Emacs Tutorial" line. Also, if the current language env
10083 indicates an available tutorial file other than TUTORIAL,
10084 extract its title and append it to the line in parentheses.
10085 (fancy-splash-insert): If arg is a thunk, funcall it.
10086
10087 2005-04-04 Jay Belanger <belanger@truman.edu>
10088
10089 * calc.el (calc-language-alist): Add tags to customization type.
10090
10091 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10092
10093 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10094 Doc fix.
10095
10096 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10097
10098 * add-log.el (change-log-font-lock-keywords): The manual
10099 describing a Change Log entry, says: (...) "Aside from these
10100 header lines, every line in the change log starts with a space or
10101 a tab.". The font-lock was not highlighting lines started with
10102 spaces, added support for it.
10103
10104 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10105
10106 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10107 (bibtex-generate-url-list): Update docstring accordingly. Put the
10108 complex example in the docstring.
10109 (bibtex-font-lock-url): Use pop.
10110
10111 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10114
10115 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10116
10117 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10118
10119 * filesets.el (filesets-set-default): Doc fix.
10120
10121 2005-04-03 Lute Kamstra <lute@gnu.org>
10122
10123 * generic.el (define-generic-mode): Add argument to specify
10124 keywords for defcustom.
10125 (default-generic-mode): Specify :group.
10126
10127 * generic-x.el: Specify :group for all generic modes.
10128
10129 * desktop.el (desktop-no-desktop-file-hook)
10130 (desktop-after-read-hook): Doc fix.
10131
10132 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10133
10134 * simple.el (visible-mode): Use explicit :group keyword.
10135 This changes the group of `visible-mode-hook' from paren-blinking
10136 to editing-basics.
10137
10138 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10139
10140 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10141 mailbox specifications as well as URLs.
10142 (rmail-insert-inbox-text): Remove unused conditional branches.
10143
10144 2005-04-01 Jay Belanger <belanger@truman.edu>
10145
10146 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10147 (calc-gnuplot-print-command): Move definitions to calc.el.
10148
10149 * calc/calc-embed.el (calc-embedded-announce-formula)
10150 (calc-embedded-open-formula, calc-embedded-close-formula)
10151 (calc-embedded-open-word, calc-embedded-close-word)
10152 (calc-embedded-open-plain, calc-embedded-close-plain)
10153 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10154 (calc-embedded-open-mode, calc-embedded-close-mode):
10155 Move definitions to calc.el.
10156
10157 * calc/calc.el (calc-settings-file, calc-language-alist):
10158 Make customizable.
10159 (calc-embedded-announce-formula, calc-embedded-open-formula)
10160 (calc-embedded-close-formula, calc-embedded-open-word)
10161 (calc-embedded-close-word, calc-embedded-open-plain)
10162 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10163 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10164 (calc-embedded-close-mode, calc-gnuplot-name)
10165 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10166 from other files and make customizable.
10167
10168 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10169
10170 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10171 Use buffer-live-p.
10172 (cvs-mode-run): Don't call cvs-update-header here.
10173 (cvs-run-process): Call cvs-update-header.
10174 Use process properties for cvs-postprocess and cvs-buffer so that
10175 the sentinel can behave better if the temp buffer is killed.
10176 Use a pipe rather than a tty, to better handle unexpected prompts.
10177 (cvs-sentinel): Rewrite. Call cvs-update-header.
10178
10179 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10180
10181 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10182 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10183
10184 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10185
10186 * generic.el (define-generic-mode): Add indentation rule.
10187
10188 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10189
10190 * files.el (mode-require-final-newline): Make Custom correctly
10191 report a nil value and allow to set it to nil via Custom.
10192 Doc fix.
10193
10194 2005-04-01 Kenichi Handa <handa@m17n.org>
10195
10196 * international/characters.el: Enable the correct case setting for
10197 dotless-i and dotted-I.
10198
10199 2005-04-01 Kim F. Storm <storm@cua.dk>
10200
10201 * ido.el (ido-file-internal): Fall back to non-ido command if
10202 initial directory is on slow ftp (or tramp) host.
10203
10204 2005-03-31 Richard M. Stallman <rms@gnu.org>
10205
10206 * emacs-lisp/autoload.el (make-autoload):
10207 Handle define-global-minor-mode.
10208
10209 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10210 Rename from easy-mmode-define-global-mode.
10211 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10212
10213 * progmodes/scheme.el (scheme-mode-syntax-table):
10214 Update syntax of | and # for two-character comment syntax.
10215
10216 2005-03-31 Lute Kamstra <lute@gnu.org>
10217
10218 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10219 (define-minor-mode): Call custom-current-group at load-time.
10220
10221 * generic.el (define-generic-mode): Add debug declaration.
10222 Add defcustom for the mode hook.
10223 (generic-mode-internal): Use run-mode-hooks.
10224
10225 2005-03-31 Kim F. Storm <storm@cua.dk>
10226
10227 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10228 (mouse-fixup-help-message): New defun called by show_help_echo
10229 to fixup mouse-2 prefix in help messages when applicable.
10230
10231 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10232
10233 2005-03-31 Kenichi Handa <handa@m17n.org>
10234
10235 * language/thai-word.el (thai-find-word-ends): Pay attention to
10236 the case that we reach the end of buffer.
10237
10238 * textmodes/fill.el (fill-text-properties-at): New function.
10239 (fill-newline): Use fill-text-properties-at instead of
10240 text-properties-at.
10241
10242 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10243
10244 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10245 not comint-quote-filename.
10246
10247 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10248
10249 * help-fns.el (help-with-tutorial): Revert last change.
10250
10251 2005-03-31 Kim F. Storm <storm@cua.dk>
10252
10253 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10254
10255 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10256
10257 * calendar/cal-china.el: Update reference to "Calendrical
10258 Calculations" book; there's a new edition.
10259 * calendar/cal-coptic.el: Likewise.
10260 * calendar/cal-french.el: Likewise.
10261 * calendar/cal-hebrew.el: Likewise.
10262 * calendar/cal-islam.el: Likewise.
10263 * calendar/cal-iso.el: Likewise.
10264 * calendar/cal-julian.el: Likewise.
10265 * calendar/cal-mayan.el: Likewise.
10266 * calendar/cal-persia.el: Likewise.
10267 * calendar/calendar.el: Likewise.
10268 * calendar/holidays.el: Likewise.
10269 * calendar/lunar.el: Likewise.
10270 * calendar/solar.el: Likewise.
10271
10272 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10273 white space from doc string.
10274
10275 2005-03-30 Jay Belanger <belanger@truman.edu>
10276
10277 * calc/calc-help.el (calc-full-help): Remove email address.
10278
10279 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10280
10281 * help-fns.el (help-with-tutorial): Delete title line.
10282
10283 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10284
10285 * calendar/cal-x.el (calendar-one-frame-setup)
10286 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10287 rather than 'symbol for set-window-dedicated-p.
10288
10289 * calendar/appt.el (appt-buffer-name): Make it a constant.
10290 (appt-add): Doc fix.
10291
10292 * filesets.el (filesets-menu-path, filesets-menu-before)
10293 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10294 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10295 (filesets-add-submenu): Delete and use add-submenu instead.
10296
10297 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10298
10299 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10300 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10301 (org-diary-default-entry): New function.
10302 (org-get-entries-from-diary): Better parsing of diary entries.
10303 (org-agenda-check-no-diary): New function.
10304 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10305 linking to diary entries.
10306 (org-agenda-execute-calendar-command): New function.
10307 (org-agenda): Improve visible section in window.
10308 Use `org-fit-agenda-window'.
10309 (org-fit-agenda-window): New option.
10310 (org-move-subtree-down): Better handling of empty lines
10311 at end of subtree.
10312 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10313 levels up.
10314 (org-fontify-done-headline): New option.
10315 (org-headline-done-face): New face.
10316 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10317 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10318 When current field is non-empty, it is copied to next row.
10319 (org-table-copy-from-above): Fix bug which made it
10320 impossible to copy fields containing only a single non-white character.
10321
10322 2005-03-30 Kim F. Storm <storm@cua.dk>
10323
10324 * kmacro.el (kmacro-end-macro): Isearch may store this command
10325 into the macro -- so ignore it when executing keyboard macro.
10326
10327 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10328
10329 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10330
10331 2005-03-29 Kenichi Handa <handa@m17n.org>
10332
10333 * language/thai.el ("Thai"): Set setup-function and exit-function
10334 for Thai language environment.
10335
10336 * language/thai-util.el: Require thai-word.
10337 (thai-word-mode-map): New variable.
10338 (thai-word-mode): New minor mode.
10339 (setup-thai-language-environment-internal): New function.
10340 (exit-thai-language-environment-internal): New function.
10341
10342 * language/thai-word.el (thai-word-table): Declare it by defvar,
10343 use dolist to initialize it.
10344 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10345 (thai-fill-find-break-point): New functions.
10346
10347 2005-03-29 Richard M. Stallman <rms@gnu.org>
10348
10349 * simple.el (idle-update-delay): Move definition up.
10350 (set-mark): Doc fix.
10351
10352 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10353
10354 * longlines.el: New file.
10355
10356 * simple.el (buffer-substring-filters): New variable.
10357 (filter-buffer-substring): New function.
10358 (kill-region, copy-region-as-kill): Use it.
10359
10360 * register.el (copy-to-register, append-to-register)
10361 (prepend-to-register): Use filter-buffer-substring.
10362
10363 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10364
10365 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10366 (gud-filter-pending-text): Move in front of gdb.
10367 (gud-overlay-arrow-position): New variable.
10368 (gud-sentinel, gud-display-line): Use it in place of
10369 overlay-arrow-position.
10370
10371 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10372
10373 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10374 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10375 (fortran-font-lock-keywords-4): New variable.
10376 (fortran-blocks-re, fortran-end-block-re)
10377 (fortran-start-block-re): New constants, for hideshow.
10378 (hs-special-modes-alist): Add a Fortran entry.
10379 (fortran-mode-map): Bind fortran-end-of-block,
10380 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10381 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10382 (fortran-looking-at-if-then, fortran-end-of-block)
10383 (fortran-beginning-of-block): New functions, for hideshow.
10384
10385 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10386 Doc fix. Tweak regexp.
10387 (f90-beginning-of-block): Push mark first.
10388
10389 2005-03-29 Jay Belanger <belanger@truman.edu>
10390
10391 * calc/calc.el: Update copyright date.
10392 (calc-version): Increase to 2.1.
10393 (calc-version-date): Remove.
10394
10395 * calc/calc-help.el: Update copyright date.
10396 (calc-full-help): Remove reference to calc-version-date.
10397 Update copyright date.
10398
10399 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * vc.el (vc-do-command): Use a pipe for async processes, so password
10402 prompts don't show up at places where the user can't reply.
10403
10404 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10405
10406 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10407 on the file name we pass to the inferior shell.
10408
10409 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10410
10411 * progmodes/which-func.el (which-function): Be robust in the face of an
10412 imenu--make-index-alist failure.
10413
10414 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10417
10418 * progmodes/python.el (python-preoutput-filter): Fix last change.
10419
10420 2005-03-29 Lute Kamstra <lute@gnu.org>
10421
10422 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10423 functions and compiled macros.
10424 (debug-convert-byte-code): Handle macros too.
10425 (debug-on-entry-1): Don't signal an error when trying to clear a
10426 function that is not set to debug on entry.
10427
10428 2005-03-29 Jay Belanger <belanger@truman.edu>
10429
10430 * calc/calc-lang.el: Add functions to math-function-table
10431 properties of tex and math.
10432
10433 2005-03-29 Kenichi Handa <handa@m17n.org>
10434
10435 * ps-mule.el (ps-mule-plot-string): Translate characters by
10436 ps-print-translation-table.
10437 (ps-mule-begin-job): Call find-charset-region/string with
10438 ps-print-translation-table.
10439 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10440
10441 * ps-print.el (ps-print-translation-table): New variable.
10442 (ps-plot-region): Translate characters by ps-print-translation-table.
10443
10444 2005-03-29 Juri Linkov <juri@jurta.org>
10445
10446 * simple.el (next-error-highlight-timer): New variable.
10447
10448 * progmodes/compile.el (compilation-goto-locus):
10449 Use `next-error-highlight-timer' instead of `sit-for'.
10450
10451 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10452
10453 * mail/supercite.el (sc-mail-field): Use assoc-string.
10454 (sc-get-address): Simplify regexps.
10455
10456 * files.el (minibuffer-with-setup-hook): New macro.
10457 (find-file-read-args): Use it to avoid let-binding
10458 minibuffer-with-setup-hook (which breaks turning on/off
10459 file-name-shadow-mode while in the prompt).
10460
10461 * complete.el (PC-read-include-file-name-internal):
10462 Use test-completion.
10463
10464 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10465
10466 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10467
10468 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * window.el (window-buffer-height): Use count-screen-lines.
10471
10472 * progmodes/python.el (python-preoutput-leftover): New var.
10473 (python-preoutput-filter): Use it.
10474 (python-send-receive): Loop until all the result has been received.
10475
10476 2005-03-28 Juri Linkov <juri@jurta.org>
10477
10478 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10479
10480 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10481 "Recover Crashed Session".
10482 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10483 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10484 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10485 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10486 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10487 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10488 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10489 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10490
10491 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10492 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10493 Ediff Sessions", "Toggle use of separate control buffer frame",
10494 "Use separate frame for Ediff control buffer".
10495
10496 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10497 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10498 "Rename Bookmark", "Delete Bookmark".
10499
10500 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10501 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10502 Add `:active Info-index-alternatives' to "Next Matching Item".
10503
10504 * wdired.el (wdired-change-to-wdired-mode):
10505 Mention `wdired-abort-changes' key in the initial message.
10506
10507 * international/mule.el (auto-coding-alist): Associate non-ascii
10508 image filename extensions with `no-conversion'.
10509
10510 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10511
10512 * international/iso-acc.el:
10513 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10514
10515 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10516
10517 * textmodes/sgml-mode.el (html-mode): Doc update.
10518
10519 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10520
10521 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10522
10523 * term.el (term-move-columns): Fix face after extending a line.
10524 (term-insert-spaces): Likewise.
10525 (term-reset-terminal): Fix off by one error.
10526
10527 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10528
10529 * international/mule.el (auto-coding-alist): Add .xpi files.
10530
10531 * files.el (auto-mode-alist): Add .xpi files.
10532
10533 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10534
10535 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10536
10537 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10538
10539 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10540
10541 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10542
10543 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10544 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10545
10546 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10547 cursor to Jan 1 when needed.
10548 (calendar-end-of-year): Fix -/+ typo.
10549 Reported by Chong Yidong <cyd@stupidchicken.com>.
10550
10551 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10554
10555 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10556 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10557
10558 2005-03-25 Richard M. Stallman <rms@gnu.org>
10559
10560 * filesets.el (filesets-init): Add autoload.
10561
10562 * mail/mailalias.el (mail-directory): Doc fix.
10563
10564 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10565
10566 * mail/mailalias.el (mail-directory-process): Do nothing if
10567 mail-directory-process is an atom.
10568 (mail-get-names): Ignore mail-directory-names if it is an atom.
10569 (mail-directory-process defvar): Doc fix.
10570 (mail-names): Doc fix.
10571
10572 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10573
10574 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10575
10576 2005-03-26 Kenichi Handa <handa@m17n.org>
10577
10578 * international/mule-util.el (detect-coding-with-priority):
10579 Call update-coding-systems-internal before detect-coding-region.
10580
10581 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10582
10583 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10584 (gdb-frames-mode-map): Add follow-link property.
10585
10586 2005-03-25 Jay Belanger <belanger@truman.edu>
10587
10588 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10589 for variables.
10590
10591 2005-03-25 Juri Linkov <juri@jurta.org>
10592
10593 * image-mode.el: Optimize image filename extension regexps in
10594 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10595 in `auto-mode-alist'.
10596 (image-mode): Add `image-toggle-display-text' to local hook
10597 `change-major-mode-hook'. Display the image as an image by
10598 default. Set `cursor-type' and `truncate-lines' if the image
10599 is already displayed. Take into account the current mode (image
10600 or text) in message.
10601 (image-minor-mode): New minor mode.
10602 (image-mode-maybe, image-toggle-display-text): New functions.
10603 (image-toggle-display): Use called-interactively-p.
10604 Let-bind `inhibit-read-only' to t.
10605
10606 * image-mode.el (image-minor-mode): Set `cursor-type' and
10607 `truncate-lines' if the image is already displayed. Add turning
10608 image-minor-mode off to `change-major-mode-hook'. Add message.
10609 Call `image-toggle-display-text' after turning image-minor-mode off.
10610
10611 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10614 Terminal.app, use utf-8.
10615 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10616 (set-locale-environment): Use it.
10617
10618 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10619
10620 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10621
10622 * progmodes/python.el (python-close-block-statement-p)
10623 (python-outdent-p, python-current-defun): Use symbol-end.
10624
10625 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10626
10627 * files.el (save-some-buffers): Doc fix.
10628
10629 2005-03-25 Werner Lemberg <wl@gnu.org>
10630
10631 * complete.el, thumbs.el: Replace `legal' with `valid'.
10632 * calendar/calendar.el: Replace `legal' with `valid'.
10633 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10634 * mail/supercite.el: Replace `legal' with `valid'.
10635 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10636 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10637 Replace `legal' with `valid'.
10638 * textmodes/reftex-vars.el, textmodes/reftex.el:
10639 Replace `legal' with `valid'.
10640
10641 2005-03-25 Werner Lemberg <wl@gnu.org>
10642
10643 * calc/calc-forms.el, calc/calc-sel.el:
10644 * midnight.el, vc-cvs.el:
10645 * emacs-lisp/cl-macs.el:
10646 * emulation/vip.el:
10647 * eshell/esh-io.el, eshell/esh-var.el:
10648 * mail/supercite.el:
10649 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10650 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10651 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10652 * progmodes/sh-script.el, progmodes/xscheme.el:
10653 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10654 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10655 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10656 * textmodes/reftex.el, textmodes/org.el:
10657 Replace `illegal' with `invalid'.
10658
10659 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10662 (flymake-find-buildfile, flymake-find-possible-master-files)
10663 (flymake-check-include, flymake-parse-line): Replace loops over the
10664 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10665
10666 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10667 Substitute file-name-as-directory in the rest of the file.
10668 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10669 (flymake-replace-region): Remove unused arg `buffer'.
10670 (flymake-check-patch-master-file-buffer): Update calls to it.
10671 (flymake-add-err-info): Remove unused var `count'.
10672 (flymake-mode): Use define-minor-mode.
10673
10674 * progmodes/flymake.el: Use with-current-buffer.
10675 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10676 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10677 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10678 Avoid testing for `xemacs'.
10679 (flymake-nop): Move.
10680 (flymake-region-has-flymake-overlays): Return the computed value.
10681 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10682 Remove unused var `endline'.
10683 (flymake-get-line-count): Remove unused function.
10684 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10685
10686 * emulation/vi.el:
10687 * generic.el:
10688 * hilit-chg.el (global-highlight-changes):
10689 * hi-lock.el (hi-lock-mode):
10690 * follow.el: find-file-hooks -> find-file-hook.
10691
10692 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10693
10694 2005-03-24 Juri Linkov <juri@jurta.org>
10695
10696 * dired.el (dired-mode-map): Add menu item "Compare directories"
10697 for dired-compare-directories.
10698
10699 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10700 Doc fix. Replace `read-file-name' with `read-directory-name'.
10701
10702 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10705
10706 2005-03-24 Jay Belanger <belanger@truman.edu>
10707
10708 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10709 relevant mode settings in calc-embedded-original-modes when modes
10710 are permanently changed.
10711
10712 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * autoinsert.el: find-file-hooks -> find-file-hook.
10715
10716 2005-03-24 Lute Kamstra <lute@gnu.org>
10717
10718 * generic.el (generic-font-lock-defaults): Make it obsolete.
10719 (generic-font-lock-keywords): New variable to replace
10720 generic-font-lock-defaults.
10721 (generic-mode-set-font-lock): Delete it.
10722 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10723 (generic-bracket-support): Add docstring.
10724
10725 * generic-x.el: Rename generic-font-lock-defaults to
10726 generic-font-lock-keywords throughout.
10727 (mailagent-rules-setup-function): Delete it.
10728 (mailagent-rules-generic-mode): Use anonymous function instead.
10729 (show-tabs-generic-mode-font-lock-defaults-1)
10730 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10731 Quote faces.
10732 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10733 not foreground.
10734
10735 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10736 Recognize define-generic-mode.
10737
10738 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10739
10740 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10741 if there's no completion table.
10742
10743 2005-03-23 Miles Bader <miles@gnu.org>
10744
10745 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10746 Remove tty-specific variants, as they're no longer needed.
10747
10748 2005-03-23 Lute Kamstra <lute@gnu.org>
10749
10750 * generic-x.el: Code cleanup: make args constant whenever possible.
10751 (installshield-statement-keyword-list)
10752 (installshield-system-functions-list)
10753 (installshield-system-variables-list, installshield-types-list)
10754 (installshield-funarg-constants-list): Make them constants.
10755
10756 * generic.el (generic-make-keywords-list): Add autoload cookie.
10757
10758 * calendar/time-date.el: Add comment on time value formats.
10759 Don't require parse-time.
10760 (with-decoded-time-value): New macro.
10761 (encode-time-value): New function.
10762 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10763 (days-to-time): Return a valid time value when arg is huge.
10764 (time-since): Use time-subtract.
10765 (time-to-number-of-days): Use time-to-seconds.
10766
10767 2005-03-23 David Ponce <david@dponce.com>
10768
10769 * recentf.el: (recentf-keep): New option.
10770 (recentf-menu-action): Default to `find-file'.
10771 (recentf-keep-non-readable-files-flag)
10772 (recentf-keep-non-readable-files-p)
10773 (recentf-file-readable-p, recentf-find-file)
10774 (recentf-cleanup-remote): Remove.
10775 (recentf-include-p): More robust.
10776 (recentf-keep-p): New function.
10777 (recentf-remove-if-non-kept): Rename from
10778 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10779 All callers updated.
10780 (recentf-menu-items-for-commands): Fix help string.
10781 (recentf-track-closed-file): Update. Doc fix.
10782 (recentf-cleanup): Update. Count removed files. Doc fix.
10783
10784 2005-03-23 Kim F. Storm <storm@cua.dk>
10785
10786 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10787 Don't inherit from fringe face (now happens automatically).
10788
10789 2005-03-22 Kim F. Storm <storm@cua.dk>
10790
10791 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10792 position values.
10793
10794 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * menu-bar.el (showhide-date-time): Remove.
10797 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10798 (menu-bar-make-mm-toggle): Simplify.
10799
10800 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10801
10802 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10803 Accept qualified variable and function names.
10804
10805 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10806
10807 * bindings.el (completion-ignored-extensions):
10808 Remove ".lis" for `vax-vms'.
10809
10810 2005-03-22 Andreas Schwab <schwab@suse.de>
10811
10812 * generic-x.el: Revert last change.
10813 * ldefs-boot.el: Update.
10814
10815 2005-03-22 Jay Belanger <belanger@truman.edu>
10816
10817 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10818 (calc-embedded-save-original-modes)
10819 (calc-embedded-restore-original-modes): New functions.
10820 (calc-do-embedded): Save original modes when entering embedded mode
10821 and restore when leaving embedded mode.
10822 (calc-embedded-modes-change): Change the value of
10823 calc-embedded-original-modes to reflect permanent changes.
10824
10825 2005-03-22 Lute Kamstra <lute@gnu.org>
10826
10827 * generic-x.el: Require generic again.
10828
10829 2005-03-22 Miles Bader <miles@gnu.org>
10830
10831 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10832 Tweak details to look good on both ttys and bitmap displays, light
10833 or dark background, etc.
10834
10835 2005-03-21 Kim F. Storm <storm@cua.dk>
10836
10837 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10838 mouse position.
10839
10840 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * icomplete.el: Don't forcibly turn on the mode upon load.
10843 (icomplete-mode): Use define-minor-mode.
10844 (icomplete-eoinput): Default to nil.
10845 (icomplete-minibuffer-setup): Remove autoload.
10846 (icomplete-tidy): Simplify.
10847 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10848 in the initial state or if the user has modified the field.
10849 Fix handling of icomplete-max-delay-chars.
10850 Remove code that handles the oddball case where
10851 minibuffer-completion-table is an integer.
10852 Wrap icomplete-completions in while-no-input in case building
10853 completions takes more time than expected.
10854 (icomplete-completions): Simplify.
10855
10856 2005-03-21 Richard M. Stallman <rms@gnu.org>
10857
10858 * jka-compr.el (jka-compr-really-do-compress):
10859 Make variable buffer-local.
10860
10861 * image-mode.el: Handle .xpm files too.
10862 (image-toggle-display): Preserve modification flag.
10863
10864 * help.el (where-is): Don't mention aliases with no key bindings.
10865
10866 2005-03-21 Lute Kamstra <lute@gnu.org>
10867
10868 * generic.el: Fix commentary section. Don't require cl for
10869 compilation.
10870 (generic-mode-list): Add autoload cookie.
10871 (generic-use-find-file-hook, generic-lines-to-scan)
10872 (generic-find-file-regexp, generic-ignore-files-regexp)
10873 (generic-mode, generic-mode-find-file-hook)
10874 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10875 (define-generic-mode): Make it a defmacro. Fix docstring.
10876 (generic-mode-internal): Code cleanup. Add autoload cookie.
10877 (generic-mode-set-comments): Code cleanup.
10878 * generic-x.el: Don't prevent compilation. Don't require generic.
10879 Follow coding conventions. Minor code cleanup.
10880 (etc-fstab-generic-mode): Add some keywords.
10881 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10882 define-generic-mode like a function declaration.
10883
10884 2005-03-21 Jay Belanger <belanger@truman.edu>
10885
10886 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10887 changing modes.
10888
10889 2005-03-21 Sam Steingold <sds@gnu.org>
10890
10891 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10892
10893 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10894
10895 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10896 Add underscore to "f$ lexicals" regexp.
10897
10898 2005-03-20 Juri Linkov <juri@jurta.org>
10899
10900 * subr.el (progress-reporter-do-update): When `min-value' is equal
10901 to `max-value', set `percentage' to 0 and prevent division by zero.
10902
10903 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10904
10905 Sync with Tramp 2.0.48.
10906
10907 * net/tramp.el (all): Change all addresses to .gnu.org.
10908 (tramp-append-tramp-buffers): New defun.
10909 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10910 Catch `dont-send' signal.
10911 (tramp-set-auto-save-file-modes): Set always permissions, because
10912 there might be an old auto-saved file belonging to another
10913 original file. This could be a security threat. Reported by
10914 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10915 Check for Emacs 21.3.50 removed.
10916
10917 * net/tramp-smb.el (all): Remove debug construct for
10918 `with-parsed-tramp-file-name'.
10919 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10920 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10921 No error message if DIRECTORY or FILENAME doesn't exist.
10922 (tramp-smb-open-connection): Check existence of
10923 `tramp-smb-program'.
10924
10925 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10928 Properly handle the case where the `m' or `s' command's argument is not
10929 yet terminated.
10930 (perl-indent-new-calculate): New function.
10931 (perl-indent-line): Use it.
10932
10933 2005-03-20 Miles Bader <miles@gnu.org>
10934
10935 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10936 in text-mode too. Change to new face names.
10937 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10938 Add `:weight bold' attribute.
10939 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10940
10941 2005-03-19 Juri Linkov <juri@jurta.org>
10942
10943 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10944
10945 * international/mule.el (auto-coding-alist): Sync with
10946 `auto-mode-alist' by adding upper case archive file extensions
10947 and adding ear/war to jar extension.
10948
10949 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10950
10951 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10952 running, restart it.
10953
10954 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10955
10956 * finder.el (finder-current-item): Throw an error on an empty line.
10957
10958 * man.el (Man-follow-manual-reference): If current-word returns
10959 nil, use "".
10960
10961 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10962
10963 * simple.el (goto-line): Doc fix.
10964
10965 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10966
10967 * files.el (save-buffer): Doc fix.
10968
10969 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10970
10971 * recentf.el (recentf-cleanup-remote): New variable.
10972 (recentf-cleanup): Use it to conditionally check availability of
10973 remote files.
10974
10975 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10976
10977 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10978 function names.
10979
10980 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10981
10982 * language/thai-word.el: New file.
10983
10984 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10985
10986 * files.el (backup-buffer): If the file's directory is not
10987 writable, use copy instead of move to backup the file.
10988
10989 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10990
10991 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10992
10993 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10994
10995 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10996 Use functionp instead of symbolp and fboundp. Reported by Drkm
10997 <darkman_spam@yahoo.fr>.
10998 (ps-print-version): New version 6.6.6.
10999
11000 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11001
11002 * textmodes/table.el (table--line-column-position): New idiom.
11003 (table--row-column-insertion-point-p): New function to test
11004 validity of row and column insertion operation at a location.
11005 (table-global-menu, table-cell-menu): Use above functions for
11006 deterministic test operation.
11007 (table--editable-cell-p): Behave in deterministic fashion.
11008
11009 2005-03-18 Juri Linkov <juri@jurta.org>
11010
11011 * isearch.el (isearch-lazy-highlight-new-loop):
11012 Make arguments beg and end optional.
11013 (isearch-update): Remove optional arguments nil from
11014 isearch-lazy-highlight-new-loop.
11015 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11016 isearch-lazy-highlight-case-fold-search instead of
11017 isearch-case-fold-search, and let-bind isearch-regexp to
11018 isearch-lazy-highlight-regexp.
11019 Use isearch-lazy-highlight-last-string instead of isearch-string.
11020
11021 * replace.el (perform-replace): Remove bindings of global
11022 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11023 Add three new arguments to `replace-highlight'.
11024 (replace-highlight): Add arguments string, regexp, case-fold.
11025 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11026 to allow isearch-lazy-highlight-new-loop to use these values
11027 to set corresponding isearch-lazy-highlight-* internal
11028 variables whose values lazy highlighting will use regardless of
11029 changes to global variables isearch-string, isearch-regexp,
11030 isearch-case-fold-search during lazy highlighting loop.
11031 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11032 to `lazy-highlight-cleanup'.
11033
11034 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11035 (ispell-highlight-face): Set default face to `isearch' when
11036 lazy highlighting is enabled.
11037 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11038 priority to 1. Add lazy highlighting.
11039 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11040 from `isearch-dehighlight'.
11041
11042 2005-03-18 David Ponce <david@dponce.com>
11043
11044 * files.el (hack-local-variables): Do a case-insensitive search
11045 for End.
11046
11047 2005-03-18 Juri Linkov <juri@jurta.org>
11048
11049 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11050 `isearch-lazy-highlight-cleanup', add alias to old name and
11051 declare obsolete. Add release numbers to other obsolete vars.
11052 (isearch-done, isearch-lazy-highlight-new-loop):
11053 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11054 (lazy-highlight-cleanup) <variable>: Doc fix.
11055 (isearch-lazy-highlight-update): Rename obsolete
11056 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11057
11058 2005-03-18 Kenichi Handa <handa@m17n.org>
11059
11060 * language/thai-util.el: Fix categorization of Thai characters in
11061 thai-category-table.
11062 (thai-composition-pattern): Adjust it for the above change.
11063 (thai-self-insert-command, thai-compose-syllable): New functions.
11064 (thai-compose-region): Use thai-compose-syllable.
11065 (thai-compose-string): Likewise.
11066 (thai-composition-function): Likewise.
11067 (thai-auto-composition): New function.
11068 (thai-auto-composition-mode): New minor mode.
11069
11070 * language/thai.el: Fix patterns to be registered in
11071 composition-function-table.
11072
11073 * international/quail.el (quail-input-method): Locally bind
11074 inhibit-modification-hooks to t.
11075
11076 2005-03-17 Richard M. Stallman <rms@gnu.org>
11077
11078 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11079 (perl-mode): Use run-mode-hooks.
11080
11081 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11082 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11083 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11084
11085 * mail/sendmail.el (sendmail-send-it): Reenable the code
11086 to compute resend-to-address and use it.
11087
11088 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11089
11090 * image-mode.el: New file.
11091
11092 * image.el (insert-sliced-image): Add autoload cookie.
11093
11094 * font-lock.el (font-lock-lines-before): New user option.
11095 (font-lock-after-change-function): Obey it.
11096
11097 * bindings.el (esc-map): Make M-g a prefix.
11098 Bind M-g g and M-g M-g to goto-line.
11099
11100 * faces.el (face-id): Doc fix.
11101
11102 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11103
11104 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11105 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11106 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11107
11108 * mail/sendmail.el (mail-yank-ignored-headers)
11109 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11110 Add Mail-Followup-To and Mail-Reply-To headers.
11111 (mail-citation-hook): Add autoload cookie.
11112 (mail-mode): Doc fix.
11113 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11114 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11115 (mail-mode-fill-paragraph): Handle those headers.
11116 (mail-mailing-lists): New variable.
11117 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11118
11119 2005-03-17 Juri Linkov <juri@jurta.org>
11120
11121 * isearch.el (isearch-fallback): Check for `(car previous)'
11122 before calling `isearch-other-end-state'.
11123
11124 2005-03-17 Kim F. Storm <storm@cua.dk>
11125
11126 * simple.el (move-beginning-of-line): Move to beginning of buffer
11127 line, as well as beginning of screen line.
11128
11129 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11130
11131 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11132 argument REDRAW rather than calendar-redrawing variable.
11133 * calendar/calendar.el (calendar-redrawing): Delete.
11134 (redraw-calendar): Do not bind calendar-redrawing.
11135
11136 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11137
11138 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11139 diary-file buffer.
11140
11141 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11142
11143 * help.el (describe-mode): Allow a :minor-mode-function property to
11144 specify a different minor mode toggle function than the variable.
11145 * simple.el (auto-fill-function):
11146 * subr.el (add-minor-mode): Use it.
11147
11148 2005-03-16 Kenichi Handa <handa@m17n.org>
11149
11150 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11151 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11152 (ethio-fidel-to-sera-buffer): Likewise.
11153
11154 2005-03-16 Juri Linkov <juri@jurta.org>
11155
11156 * emacs-lisp/find-func.el (find-function-regexp):
11157 Add defun-emitting macro `menu-bar-make-toggle'.
11158
11159 * isearch.el: Put `isearch-scroll' property to
11160 `split-window-horizontally'.
11161
11162 * info.el: Update error messages for `debug-ignored-errors'.
11163 (Info-isearch-search): Doc fix.
11164 (Info-find-node): Move up code to go into info buffer before
11165 recording the node to the history.
11166 (Info-fontify-node): Fontify titles only if the next line
11167 has two or more `*', `=', `-', `.'.
11168 Display "go to this node" for empty (match-string 3).
11169
11170 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11171
11172 * term/mac-win.el: Add mouse pointer shape constants.
11173
11174 2005-03-15 Kim F. Storm <storm@cua.dk>
11175
11176 * simple.el (move-beginning-of-line): Use vertical-motion.
11177
11178 2005-03-15 Juri Linkov <juri@jurta.org>
11179
11180 * isearch.el (isearch-error): New variable.
11181 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11182 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11183 (isearch-within-brackets-state): Remove.
11184 (isearch-case-fold-search-state, isearch-pop-fun-state):
11185 Decrease frame index.
11186 (isearch-mode, isearch-top-state, isearch-push-state)
11187 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11188 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11189 (isearch-search, isearch-lazy-highlight-new-loop):
11190 Replace `isearch-invalid-regexp' with `isearch-error'.
11191 Remove `isearch-within-brackets'.
11192 (isearch-search): Add `search-failed' handler to `condition-case'.
11193 (isearch-lazy-highlight-search): Add `condition-case' to catch
11194 errors and allow `isearch-lazy-highlight-update' to try
11195 highlighting from the beginning of the window.
11196 (isearch-repeat): Move up code to set isearch-wrapped to t
11197 before calling isearch-wrap-function.
11198
11199 * info.el (Info-isearch-initial-node): New internal variable.
11200 (Info-search): Signal an error in isearch mode when search leaves
11201 the initial node. Signal an error when `bound' is non-nil and
11202 nothing was found in the current subfile.
11203 (Info-isearch-search): Remove `condition-case'.
11204 (Info-isearch-wrap): Don't wrap when search failed during leaving
11205 the initial node. If `Info-isearch-search' is nil, wrap around
11206 the current node.
11207 (Info-isearch-start): New fun.
11208 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11209 `isearch-mode-hook'.
11210
11211 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11212
11213 * simple.el (normal-erase-is-backspace): Set default to t if
11214 running on Mac.
11215
11216 * term/mac-win.el (function-key-map): Sync with x-win.el.
11217
11218 2005-03-15 Kenichi Handa <handa@m17n.org>
11219
11220 * international/mule-cmds.el (locale-language-names): Modify the
11221 format of elements and add more entries.
11222 (locale-preferred-coding-systems): Add more entries.
11223 (set-locale-environment): Adjust for the change of
11224 locale-language-names.
11225
11226 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * pcvs.el (smerge-ediff): Remove bogus autoload.
11229
11230 2005-03-14 Lute Kamstra <lute@gnu.org>
11231
11232 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11233 Ignore a `*' at the beginning of a line.
11234
11235 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11236 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11237 subr.el.
11238 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11239 to specify indentation.
11240
11241 * generic.el (define-generic-mode): Let generic-mode-list be a
11242 list of strings; test membership with equal.
11243
11244 2005-03-14 Kim F. Storm <storm@cua.dk>
11245
11246 * simple.el (next-line, previous-line): Add optional try-vscroll
11247 arg to recognize interactive use. Pass it on to line-move.
11248 (line-move): Don't perform auto-window-vscroll when defining or
11249 executing keyboard macro to ensure consistent behavior.
11250
11251 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11254
11255 2005-03-13 Lute Kamstra <lute@gnu.org>
11256
11257 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11258 debugger-setup-buffer so that backtrace marks the frames set to
11259 debug-on-exit and we don't have to do it manually. Set an extra
11260 debug-on-exit for macro's.
11261 (debugger-setup-buffer): Don't mark the top frame manually.
11262
11263 2005-03-12 Lute Kamstra <lute@gnu.org>
11264
11265 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11266 lisp-indent-function throughout.
11267 (with-no-warnings): Set lisp-indent-function property.
11268
11269 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11270
11271 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11272 Add entry for backslash.
11273
11274 2005-03-12 Juri Linkov <juri@jurta.org>
11275
11276 * info.el (Info-search): Four fixes for backward search.
11277
11278 2005-03-11 Jay Belanger <belanger@truman.edu>
11279
11280 * calc/calc.el (calc-language-alist): New variable.
11281 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11282 (calc-embedded-find-modes): Use calc-language-alist instead of
11283 calc-embedded-language-alist.
11284
11285 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11286
11287 * calendar/calendar.el (calendar-redrawing): New internal
11288 variable.
11289 (redraw-calendar): Remove bogus save-excursion from previous
11290 change. Bind calendar-redrawing to t for mark-diary-entries.
11291 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11292 calendar if that is why we were called.
11293
11294 2005-03-11 Kenichi Handa <handa@m17n.org>
11295
11296 * international/mule.el (make-coding-system): Set property
11297 coding-system-define-form to nil.
11298 (define-coding-system-alias): Likewise.
11299
11300 2005-03-11 Kenichi Handa <handa@m17n.org>
11301
11302 These changes are suggested by Dave Love <fx@gnu.org>.
11303
11304 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11305 coding: tag.
11306 (adaptive-fill-regexp): Add more bullets.
11307 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11308 regexps.
11309
11310 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11311
11312 * help.el (describe-mode): Properly handle non-trivial lighters.
11313 Don't ignore minor modes that are not listed in minor-mode-list.
11314
11315 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11316 feature ON when the user requests to turn it OFF.
11317
11318 2005-03-10 Lute Kamstra <lute@gnu.org>
11319
11320 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11321 (implement-debug-on-entry): New function to replace debug-entry-code.
11322 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11323 second argument as the 2005-03-07 change makes it obsolete.
11324 (debug-on-entry, cancel-debug-on-entry): Update call to
11325 debug-on-entry-1.
11326 (debug, debugger-setup-buffer): Comment update.
11327 (debugger-frame-number): Update to work with implement-debug-on-entry.
11328
11329 2005-03-10 Jay Belanger <belanger@truman.edu>
11330
11331 * calc/calc-embed.el (math-ms-args): Declare it.
11332 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11333 math-ms-args.
11334 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11335 variables.
11336
11337 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11338
11339 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11340 Use message-box.
11341
11342 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11343 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11344 (tooltip-gud-tips): Simplify.
11345 (tooltip-gud-tips-p): Remove superfluous :set.
11346 (tooltip-gud-modes): Add fortran-mode.
11347 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11348
11349 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11350
11351 2005-03-09 Kim F. Storm <storm@cua.dk>
11352
11353 * play/animate.el (animate-place-char): Use forward-line instead
11354 of next-line to improve performance.
11355
11356 2005-03-09 Simon Josefsson <jas@extundo.com>
11357
11358 * net/browse-url.el (browse-url-default-browser): Doc fix.
11359
11360 2005-03-09 Miles Bader <miles@gnu.org>
11361
11362 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11363 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11364
11365 2005-03-09 Kenichi Handa <handa@m17n.org>
11366
11367 * international/latin-1.el: Set case and syntax for 255 only if
11368 set-case-syntax-set-multibyte is nil.
11369
11370 * textmodes/ispell.el (ispell-insert-word): New function.
11371 (ispell-word): Use ispell-insert-word to insert a new word.
11372 (ispell-process-line): Likewise.
11373 (ispell-complete-word): Likewise.
11374
11375 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11376
11377 * calendar/calendar.el (redraw-calendar): Preserve point.
11378 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11379 (calendar-week-start-day): Move after definition of
11380 redraw-calendar. Delete buffer test, since redraw-calendar has
11381 that now.
11382
11383 * calendar/diary-lib.el (mark-diary-entries): Only call
11384 redraw-calendar in the first of any recursive calls.
11385 Reported by Alan Shutko <ats@acm.org>.
11386
11387 2005-03-08 Juri Linkov <juri@jurta.org>
11388
11389 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11390 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11391 (html-radio-buttons): Add a space before the trailing `/>' where
11392 sgml-xml-mode is non-nil.
11393 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11394 the subsequent tag of the empty XML tag.
11395 (html-href-anchor): Don't set initial input to "http:".
11396 (html-image): Ask for the image URL and set point inside alt="".
11397 (html-name-anchor): Duplicate the name in the `id' attribute when
11398 sgml-xml-mode is non-nil.
11399 (html-paragraph): Remove \n before <p>.
11400 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11401 instead of `checked' when sgml-xml-mode is non-nil.
11402
11403 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11404 Remove 1 space before #RRGGBB to not truncate it on terminal
11405 windows w/o fringes. Remove 1 space between bg and fg examples
11406 to get more space.
11407 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11408 avoid byte-compile warnings.
11409
11410 * image-file.el (image-file-handler): Put `safe-magic' property to
11411 `image-file-handler'.
11412
11413 * info.el (Info-isearch-search): Emulate word search in
11414 isearching through multiple Info nodes with Info-search.
11415 (Info-isearch-wrap): Allow isearch-word.
11416
11417 2005-03-08 Lute Kamstra <lute@gnu.org>
11418
11419 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11420 stepping into the debugger's code is not possible.
11421 (debugger-jumping-flag): Docstring update.
11422
11423 2005-03-08 Jay Belanger <belanger@truman.edu>
11424
11425 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11426 embedded mode begins.
11427 (calc-embedded-language-alist): New variable.
11428 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11429 set default language mode.
11430
11431 2005-03-08 Kenichi Handa <handa@m17n.org>
11432
11433 * international/ccl.el (define-ccl-program): Fix docstring about
11434 extra 256 bytes assured for the output buffer.
11435
11436 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11437 Fix BUFFER_MAGNIFICATION to 2.
11438 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11439
11440 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11441
11442 * align.el (align-rules-list): Added an alignment rule for CSS
11443 declarations (applies to css-mode and html-mode buffers).
11444
11445 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11448
11449 2005-03-07 Kim F. Storm <storm@cua.dk>
11450
11451 * simple.el (move-beginning-of-line): New command.
11452
11453 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11454
11455 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11456
11457 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11458 and move-beginning-of-line.
11459
11460 * apropos.el (apropos-print): Omit command from M-x ... RET.
11461
11462 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11463
11464 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11465 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11466
11467 2005-03-06 Richard M. Stallman <rms@gnu.org>
11468
11469 * bindings.el (esc-map): Bind M-g to goto-line.
11470
11471 * facemenu.el (global-map): Bind M-o, not M-g.
11472
11473 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11474
11475 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11476 "Open Directory" as for "Open File".
11477
11478 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11479
11480 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11481 (push-mark-command): Run activate-mark-hook.
11482
11483 2005-03-06 Richard M. Stallman <rms@gnu.org>
11484
11485 * help-mode.el (help-mode-finish): Don't alter the element
11486 in view-return-to-alist if there already is one.
11487
11488 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11489 make sure the current buffer is the expected one.
11490
11491 * novice.el (disabled-command-function): Output in *Disabled Command*.
11492 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11493
11494 * textmodes/flyspell.el (flyspell-large-region):
11495 Pass args differently for aspell.
11496
11497 * files.el (mode-require-final-newline): Doc fix.
11498
11499 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11500
11501 * progmodes/which-func.el (which-function):
11502 Specify NOERROR when calling imenu--make-index-alist.
11503
11504 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11505
11506 * simple.el (normal-erase-is-backspace): Define default value.
11507
11508 * custom.el (custom-theme-set-variables): Remove unused var
11509 `immediate'.
11510 (custom-reevaluate-setting): Simple function to handle variables
11511 that are defined before their default value can really be
11512 computed.
11513
11514 * startup.el (command-line): Use it for temporary-file-directory,
11515 small-emporary-file-directory, auto-save-file-name-transforms,
11516 blink-cursor-mode, and normal-erase-is-backspace.
11517
11518 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11519 progress, even with buggy anchored keywords.
11520
11521 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11522
11523 * simple.el (goto-line): Remove unbalanced final parenthesis.
11524
11525 2005-03-05 Richard M. Stallman <rms@gnu.org>
11526
11527 * simple.el (goto-line): Use a number at point as the default.
11528 With C-u as arg, switch buffers.
11529
11530 2005-03-05 Juri Linkov <juri@jurta.org>
11531
11532 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11533 with `no-blinking-cursor'.
11534
11535 * startup.el (no-blinking-cursor): New defvar.
11536 (command-line): Add `--no-blinking-cursor' to longopts.
11537 Set `no-blinking-cursor' to t for command line arguments
11538 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11539 with `no-blinking-cursor' in the condition for calling
11540 `blink-cursor-mode'.
11541
11542 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11543
11544 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11545 (menu-bar-options-save): Add blink-cursor-mode.
11546 (menu-bar-options-menu): Add blink-cursor-mode.
11547
11548 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11549
11550 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11551 (icalendar-export-file, icalendar-export-region)
11552 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11553 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11554
11555 2005-03-04 Lute Kamstra <lute@gnu.org>
11556
11557 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11558 (debug-function-list): Ditto.
11559
11560 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11561
11562 * textmodes/texinfmt.el (texinfo-append-refill):
11563 Redefine the types of line to which @refill
11564 is not appended by replacing a search for `@refill\\|@bye' with
11565 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11566 itemize@refill' bug and the unfilled long lines bug.
11567 (texinfmt-version): Update number and date.
11568
11569 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11570
11571 * international/code-pages.el (windows-1250, windows-125[2-8])
11572 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11573
11574 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11577 bound yet.
11578
11579 2005-03-02 Romain Francoise <romain@orebokech.com>
11580
11581 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11582 buffer after removing limits.
11583 (ibuffer-pop-filter): Ditto.
11584 Update copyright.
11585
11586 2005-03-02 Miles Bader <miles@gnu.org>
11587
11588 * button.el (make-text-button): If the user doesn't specify a
11589 type, use the default. Rewrite to use `add-text-properties' and
11590 plist functions.
11591
11592 2005-03-01 Lute Kamstra <lute@gnu.org>
11593
11594 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11595 (debugger-jumping-flag): New var.
11596 (debug-entry-code): Use it.
11597 (debugger-jump): Use debugger-jumping-flag and add
11598 debugger-reenable to post-command-hook.
11599 (debugger-reenable): Use debugger-jumping-flag and remove itself
11600 from post-command-hook.
11601 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11602 debugger-reenable.
11603
11604 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11605
11606 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11607 inclusion of "itemize\\|", which may be unnecessary, is certainly
11608 inelegant, and stops refilling in itemize lists when formatting
11609 Japanese Texinfo files to Info.
11610 Update copyright to 2005.
11611
11612 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11613
11614 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11615 of an error if GDB can't find the source file.
11616
11617 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11618
11619 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11620 not just the calendar.
11621
11622 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11623 first.
11624 (diary-redraw-calendar): New function.
11625 (make-diary-entry): Add diary-redraw-calendar to local
11626 write-contents-functions. Turn off selective display before
11627 inserting in diary.
11628
11629 2005-03-01 Kim F. Storm <storm@cua.dk>
11630
11631 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11632
11633 2005-03-01 Lute Kamstra <lute@gnu.org>
11634
11635 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11636 that debug-entry-code can be safely removed from a function while
11637 this code is being evaluated. Revert the 2005-02-27 change as the
11638 new implementation no longer requires it. Make sure that a
11639 function body containing just a string is not mistaken for a docstring.
11640 (debug): Skip one more frame in case of debug on entry.
11641 (debugger-setup-buffer): Delete one more frame line in case of
11642 debug on entry.
11643 (debugger-frame-number): Update to use the new text introduced by
11644 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11645
11646 2005-02-28 Kim F. Storm <storm@cua.dk>
11647
11648 * double.el (double-translate-key): Call force-window-update after
11649 read-event to avoid crash in redisplay.
11650
11651 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11654 (debug): Use it. Move the inhibit-trace earlier.
11655 (debug-entry-code): New const.
11656 (debug-on-entry-1): Use it.
11657
11658 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11659
11660 * international/utf-16.el (ccl-encode-mule-utf-16le):
11661 Fix BUFFER_MAGNIFICATION to 2.
11662 (ccl-encode-mule-utf-16be): Likewise.
11663
11664 2005-02-28 Kenichi Handa <handa@m17n.org>
11665
11666 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11667 Fix BUFFER_MAGNIFICATION to 4.
11668 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11669
11670 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11671
11672 * speedbar.el (speedbar-update-flag): Doc fix.
11673 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11674 argument.
11675
11676 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11679 have a non-nil `invisible' property but are actually visible.
11680
11681 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11682 for perldoc sections.
11683 (perl-outline-regexp, perl-outline-level): New var and function.
11684 (perl-mode): Use them.
11685
11686 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11687
11688 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11689 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11690
11691 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11692
11693 * cus-edit.el: Comment change.
11694 (custom-buffer-create-internal): Slightly reword text at top of
11695 Custom buffers. Mention there that saving an option edits the
11696 init file. Add link to Emacs manual node on `custom-file'.
11697 (custom-magic-alist): Rewrite individual State messages to use
11698 capitalized keywords. Doc fix.
11699
11700 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11701
11702 * calendar/calendar.el (calendar-buffer): Move above
11703 calendar-week-start-day.
11704 (calendar-week-start-day): Doc fix. Add :set function.
11705 (calendar-minimum-window-height): New variable.
11706 (generate-calendar-window): Only resize window if selected-window
11707 is displaying the calendar buffer. Use new variable
11708 calendar-minimum-window-height.
11709 (generate-calendar): Reword error message.
11710 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11711
11712 2005-02-27 Andreas Schwab <schwab@suse.de>
11713
11714 * vc.el (vc-do-command): Don't run command asynchronously when
11715 operating in a remote directory.
11716
11717 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11718 change from sync with Tramp 2.0.47.
11719
11720 2005-02-27 Richard M. Stallman <rms@gnu.org>
11721
11722 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11723
11724 * textmodes/flyspell.el (flyspell-mode-on):
11725 Call ispell-change-dictionary only if necessary.
11726
11727 * emacs-lisp/re-builder.el (regexp-builder): New function.
11728
11729 * register.el (describe-register-1): Explicitly handle
11730 yank-excluded-properties = t.
11731
11732 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11733 (custom-magic-alist): Change the status descriptions again.
11734 (face widget-type): Total rewrite based on `restricted-sexp'
11735 to eliminate the confusing double hiding levels.
11736
11737 * emacs-lisp/debug.el (debug-on-entry-1):
11738 If function body is empty, add nil as body form.
11739
11740 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11741
11742 * emacs-lisp/trace.el (inhibit-trace): New var.
11743 (trace-make-advice): Use it.
11744
11745 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11746
11747 2005-02-26 Kim F. Storm <storm@cua.dk>
11748
11749 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11750 (mouse-on-link-p, mouse-drag-region-1): Use it.
11751
11752 2005-02-25 Lute Kamstra <lute@gnu.org>
11753
11754 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11755
11756 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11757
11758 * frame.el (blink-cursor-mode): Add :group keyword.
11759
11760 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11761
11762 * calendar/icalendar.el (icalendar--decode-isodatetime):
11763 New optional argument DAY-SHIFT.
11764 (icalendar-export-region): Fix coding-system-for-write.
11765 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11766 events by one.
11767
11768 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11769
11770 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11771
11772 2005-02-24 Kim F. Storm <storm@cua.dk>
11773
11774 * international/iso-acc.el (iso-accents-compose): Fix crash
11775 during redisplay. Call force-window-update after read-event
11776 and delete-region to signal that window is not accurate.
11777
11778 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11779
11780 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11781 Remove unused and inexistent var `inhibit-trace'.
11782 (debugger-mode): Use run-mode-hooks.
11783 (debugger-list-functions): Add buttons; setup xref stack.
11784
11785 2005-02-23 Richard M. Stallman <rms@gnu.org>
11786
11787 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11788 appointment says it was explicitly made.
11789 (appt-add): Set the 3rd element.
11790 (appt-make-list): Preserve explicit appointments.
11791
11792 * subr.el (find-tag-default): Catch errors in forward-sexp.
11793
11794 2005-02-23 Juri Linkov <juri@jurta.org>
11795
11796 * info.el (Info-isearch-search): New defcustom.
11797 (Info-isearch-search): Call the default isearch function
11798 when Info-isearch-search is nil.
11799 (Info-isearch-wrap): Use variable Info-isearch-search.
11800
11801 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11802
11803 * cus-edit.el: Comment change.
11804
11805 2005-02-22 Kim F. Storm <storm@cua.dk>
11806
11807 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11808 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11809
11810 2005-02-22 Simon Josefsson <jas@extundo.com>
11811
11812 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11813 New variable.
11814 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11815 Oskarsson" <myrkraverk@users.sourceforget.net>.
11816
11817 2005-02-22 Kim F. Storm <storm@cua.dk>
11818
11819 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11820 check that window of that event is the selected window.
11821 (mouse-drag-region-1): Compare mouse event window to selected
11822 window before setting point.
11823
11824 * tooltip.el (tooltip-show-help-function): Pass event to
11825 mouse-on-link-p so it can check selected window.
11826
11827 2005-02-22 Kenichi Handa <handa@m17n.org>
11828
11829 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11830 (ps-mule-show-warning): New function.
11831 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11832 characters are found.
11833
11834 * ps-print.el (ps-header-footer-string): Return a list of header
11835 and footer strings.
11836
11837 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11838
11839 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11840
11841 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * frame.el (blink-cursor-mode): Use define-minor-mode.
11844
11845 * term/mac-win.el (function-key-map): Use char-names more consistently.
11846 (file-name-coding-system): Only set it for MacOS-9. The other case is
11847 already handled in mule-cmds.el (where it also works when mac-win.el
11848 is not used).
11849
11850 2005-02-21 Kenichi Handa <handa@m17n.org>
11851
11852 * international/mule.el (ctext-pre-write-conversion): Always use
11853 " *code-converting-work*" buffer for work.
11854
11855 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11856
11857 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11858
11859 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11860
11861 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11862
11863 * ses.el (undo-more): Restore defadvice, but only the part that
11864 allows changes outside the restricted area of the buffer.
11865
11866 2005-02-20 Kim F. Storm <storm@cua.dk>
11867
11868 * simple.el (line-move): Add fourth optional arg try-vscroll which
11869 must be set to perform auto-window-vscroll.
11870 When moving backwards and doing auto-window-vscroll, automatically
11871 vscroll to the last part of lines which are taller than the window.
11872 (next-line, previous-line): Set try-vscroll arg on line-move.
11873
11874 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11875
11876 * replace.el (query-replace, query-replace-regexp)
11877 (replace-string, replace-regexp): When operating on region, make
11878 the minibuffer prompt say so.
11879
11880 * isearch.el (isearch-forward): Document isearch-query-replace and
11881 isearch-query-replace-regexp keybindings.
11882
11883 2005-02-19 Jay Belanger <belanger@truman.edu>
11884
11885 * calc/calc-aent.el (math-read-token): Add local variable.
11886
11887 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11888 (calc-edit-top): Move declaration to earlier in file.
11889 (calc-edit-macro-repeats): Add local variables.
11890
11891 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11892 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11893 calcFunc-tanh.
11894 Adjust integration rule for calcFunc-tan.
11895
11896 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11897
11898 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11899 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11900 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11901 (viper-skip-separators): Bug fix.
11902 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11903 particular major mode.
11904 (viper-del-backward-char-in-replace): Don't put deleted char on the
11905 kill ring.
11906
11907 * viper-ex.el (viper-color-display-p): New function.
11908 (viper-has-face-support-p): Use viper-color-display-p.
11909
11910 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11911
11912 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11913
11914 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11915 (viper-file-remote-p): Make equivalent to file-remote-p.
11916
11917 * viper.el (viper-major-mode-modifier-list):
11918 Use viper-gnus-modifier-map.
11919
11920 2005-02-19 David Kastrup <dak@gnu.org>
11921
11922 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11923 quoting.
11924
11925 2005-02-19 Jay Belanger <belanger@truman.edu>
11926
11927 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11928 Remove extra definitions.
11929 (calc-coth): New function.
11930 (calcFunc-cot): Fix `let'.
11931
11932 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11933
11934 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11935 the reasons we use "type pc" in these faces.
11936
11937 * button.el (button): Ditto.
11938
11939 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11940
11941 * replace.el (query-replace-read-from): Set the value of
11942 query-replace-from-history-variable to handle the case of an empty
11943 string entered to accept the suggested default.
11944
11945 * net/tramp.el (tramp-file-name-for-operation):
11946 Use dired-call-process instead of dired-call-process-command.
11947
11948 2005-02-19 Jay Belanger <belanger@truman.edu>
11949
11950 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11951 (math-div-non-trig): New variables.
11952 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11953 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11954 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11955 trig expressions.
11956
11957 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11958
11959 * progmodes/gdb-ui.el (gdb-var-update-handler)
11960 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11961 for watch expressions,
11962 (gdb-var-create-handler): Don't set speedbar-update-flag.
11963 (gdb-post-prompt): Simplify test for speedbar.
11964
11965 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11966
11967 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11968 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11969 we use the syntax table of the correct buffer.
11970 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11971 Felix Gatzemeier.
11972
11973 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11974 (ediff-file-remote-p): Make synonymous with file-remote-p.
11975 In all deffaces ediff-*-face-*, use min-colors.
11976
11977 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11978 ediff-recurse-to-subdirectories.
11979 (ediff-mark-if-equal): Check that the arguments are strings, use
11980 ediff-same-contents (after to Felix Gatzemeier).
11981
11982 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11983 nil.
11984
11985 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11986
11987 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11988
11989 2005-02-18 David Kastrup <dak@gnu.org>
11990
11991 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11992 use `mark-active' when defined.
11993
11994 2005-02-18 Kenichi Handa <handa@m17n.org>
11995
11996 * ps-print.el (ps-font-info-database): New entry
11997 ZapfChancery-MediumItalic with correct font name. Fix font name
11998 of the entry Zapf-Chancery-MediumItalic.
11999
12000 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12001
12002 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12003
12004 2005-02-16 Kim F. Storm <storm@cua.dk>
12005
12006 * ido.el (ido-fallback-command): Pass user input to fallback command.
12007
12008 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12009
12010 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12011 (gdb-find-file-hook): Add server prefix.
12012
12013 2005-02-16 Richard M. Stallman <rms@gnu.org>
12014
12015 * replace.el (perform-replace): Pass new args to replace-highlight.
12016 (replace-highlight): Take region args,
12017 and pass them to isearch-lazy-highlight-new-loop.
12018
12019 * novice.el (disabled-command-hook): Autoload the defalias
12020 and the make-obsolete-variable call.
12021
12022 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12023
12024 * isearch.el (isearch-lazy-highlight-start-limit)
12025 (isearch-lazy-highlight-end-limit): New variables limit
12026 the region for highlighting.
12027 (isearch-lazy-highlight-new-loop): New args BEG and END.
12028 (isearch-lazy-highlight-search): Use the new vars.
12029 (isearch-lazy-highlight-update): Likewise.
12030
12031 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12032
12033 * cus-start.el (all): Use default-boundp.
12034
12035 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12036
12037 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12038
12039 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12040
12041 * autorevert.el (auto-revert-stop-on-user-input)
12042 (auto-revert-verbose): Doc fixes.
12043
12044 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12045
12046 * international/mule-cmds.el (set-locale-environment): Remove call
12047 to set-selection-coding-system on Windows.
12048
12049 2005-02-15 Jay Belanger <belanger@truman.edu>
12050
12051 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12052 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12053 calcFunc-coth.
12054 (math-simplify-sqrt): Add simplifications.
12055
12056 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12057 to list.
12058
12059 * calc/calc-ext.el: Add functions to autoloads.
12060
12061 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12062 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12063 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12064 (math-csc-raw, math-cot-raw): New functions.
12065
12066 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12067
12068 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12069 the variable name in a message.
12070
12071 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12072 calcFunc-csc, calcFunc-cot.
12073
12074 * calc/calcalg2.el: Add derivative and integration rules for
12075 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12076 calcFunc-csch, calcFunc-coth.
12077 (math-do-integral-methods): Add to checks for when to use
12078 substitutions.
12079
12080 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12081
12082 2005-02-15 Lute Kamstra <lute@gnu.org>
12083
12084 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12085 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12086 <monnier@iro.umontreal.ca>
12087 (lisp-outline-level): Improve efficiency. Suggested by David
12088 Kastrup <dak@gnu.org>.
12089
12090 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12091
12092 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12093 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12094 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12095 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12096 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12097
12098 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12099
12100 * cus-start.el (all): Comment change.
12101
12102 2005-02-14 Lute Kamstra <lute@gnu.org>
12103
12104 * cus-start.el (all): Check if symbol is void.
12105
12106 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12107
12108 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12109 optional argument to \cite.
12110
12111 2005-02-14 Richard M. Stallman <rms@gnu.org>
12112
12113 * cus-edit.el (custom-buffer-create-internal): Update help message.
12114 (custom-magic-alist): Update help messages.
12115
12116 * cus-start.el (all): Allow a var to specify a standard value.
12117
12118 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12119
12120 * custom.el (custom-theme-set-variables): Handle variable aliases.
12121
12122 * frame.el (blink-cursor-timer): Doc fix.
12123 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12124 declare obsolete.
12125 (blink-cursor-mode): Define with defcustom and use correct
12126 standard expression in that defcustom.
12127 * startup.el (command-line): Adapt to above changes in frame.el.
12128
12129 2005-02-11 Lute Kamstra <lute@gnu.org>
12130
12131 * apropos.el (apropos-score-doc): Prevent division by zero.
12132
12133 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12134
12135 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12136 (icalendar--get-event-property-attributes)
12137 (icalendar--get-event-properties)
12138 (icalendar--datetime-to-diary-date): New functions.
12139 (icalendar--split-value): Doc fix.
12140 (icalendar--datetime-to-noneuropean-date)
12141 (icalendar--datetime-to-european-date): New optional argument
12142 SEPARATOR. Return result as a string instead of a list.
12143 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12144 (icalendar--convert-string-for-export): Rename arg S to STRING.
12145 (icalendar-export-region): Doc fix. Change name of error buffer.
12146 Save output buffer.
12147 (icalendar-import-file): Add blank at end of prompt.
12148 (icalendar-import-buffer): Doc fix. Do not switch to error
12149 buffer. Indicate status in return value.
12150 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12151 buffer. Save output buffer. Handle exception from recurrence
12152 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12153 events. Fix problems with weekly all-day events.
12154
12155 2005-02-10 Richard M. Stallman <rms@gnu.org>
12156
12157 * simple.el (eval-expression-print-format):
12158 Avoid warning about edebug-active.
12159
12160 * help.el (help-for-help-internal): Rename from help-for-help.
12161 (help-for-help): Define with defalias.
12162
12163 * font-core.el (font-lock-default-function): Use with-no-warnings.
12164
12165 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12166
12167 * custom.el (defface): Doc fix.
12168
12169 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12170
12171 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12172 width 0" to prevent word wrapping problems.
12173
12174 2005-02-09 Kim F. Storm <storm@cua.dk>
12175
12176 * ido.el (ido-file-extensions-order): New defcustom.
12177 (ido-file-extension-lessp, ido-file-extension-aux)
12178 (ido-file-extension-order): New advanced file ordering.
12179 (ido-file-lessp): New simple file ordering.
12180 (ido-sort-list): Remove.
12181 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12182 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12183
12184 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12185
12186 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12187 that some versions of grep produce.
12188 (grep-mode-font-lock-keywords): Likewise.
12189
12190 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12191
12192 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12193 (gdb-cdir): Delete.
12194 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12195 (gdb-source-info): Treat case when source file is in another
12196 directory properly.
12197 (gdb-get-location): New function.
12198
12199 2005-02-07 Jay Belanger <belanger@truman.edu>
12200
12201 * calc/calc-prog.el (calc-write-parse-table-part)
12202 (calc-fix-token-name): Fix a check for language type.
12203
12204 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12205
12206 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12207
12208 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12209 as directory not writable.
12210
12211 2005-02-07 Kim F. Storm <storm@cua.dk>
12212
12213 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12214 (cua--standard-movement-commands): Remove list.
12215 Instead, set CUA property value to move for movement commands.
12216 (cua-movement-commands): Remove. Users must set CUA prop instead.
12217 (cua--pre-command-handler): Check CUA property.
12218 (cua--init-keymaps): Don't remap undo commands.
12219 (cua-mode): Don't call cua--rectangle-on-off.
12220
12221 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12222 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12223 (cua--rect-undo-set-point): New var.
12224 (cua--rectangle-undo-boundary): Setup undo apply entry.
12225 (cua--rect-undo-handler): New function for rectangle undo.
12226 (cua--rect-start-position, cua--rect-end-position): Add.
12227 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12228 for restored rectangle. Set point if cua--rect-undo-set-point.
12229
12230 2005-02-06 Jay Belanger <belanger@truman.edu>
12231
12232 * calc/calc-lang.el (calc-tex-language): Display more information
12233 in messages.
12234
12235 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12236 in TeX mode.
12237
12238 2005-02-06 Richard M. Stallman <rms@gnu.org>
12239
12240 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12241
12242 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12243
12244 * net/ldap.el (ldap-search-internal): Support attributes with
12245 optional descriptions separated by a semi-colon, as in
12246 "userCertificate;binary".
12247
12248 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12249
12250 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12251 isn't a cons (i.e. the version is 0).
12252
12253 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12254
12255 * help.el (help-for-help): Doc fix.
12256
12257 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12258
12259 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12260 GDB-Windows on the menu-bar as this works better.
12261
12262 2005-02-04 Jay Belanger <belanger@truman.edu>
12263
12264 * calc/calc-embed.el (calc-embedded-update): Don't put in
12265 unnecessary newlines. Adjust the end of formula marker.
12266
12267 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12268 (math-latex-parse-two-args): New function.
12269
12270 2005-02-03 Lute Kamstra <lute@gnu.org>
12271
12272 * help-fns.el (help-with-tutorial): Make sure that users cannot
12273 remove the entire text of the tutorial by means of `undo'.
12274
12275 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12278 in recent changes, where the ispell process was repeatedly
12279 killed & restarted.
12280
12281 * international/mule-cmds.el (set-locale-environment): Set file-name
12282 coding system to utf-8 on Darwin systems.
12283 (set-default-coding-systems): Don't set default-file-name-coding-system
12284 on Darwin systems.
12285
12286 2005-02-03 Richard M. Stallman <rms@gnu.org>
12287
12288 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12289
12290 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12291
12292 * faces.el (list-faces-display): Add optional argument.
12293
12294 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * font-core.el (font-lock-default-function): Handle the rare case where
12297 only font-lock-keywords is set.
12298
12299 2005-02-02 Kenichi Handa <handa@m17n.org>
12300
12301 * international/characters.el: Cancel previous change for
12302 I-WITH-DOT-ABOVE and DOTLESS-i.
12303
12304 * international/latin-5.el: Cancel previous change.
12305
12306 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12307
12308 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12309
12310 2005-02-02 Kenichi Handa <handa@m17n.org>
12311
12312 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12313 DOTLESS-i.
12314
12315 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12316 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12317
12318 * case-table.el (get-upcase-table): New function.
12319 (copy-case-table): Copy upcaes table too if non-nil.
12320 (set-case-syntax-delims): Maintain upcase table too.
12321 (set-case-syntax-pair): Likewise.
12322 (set-upcase-syntax, set-downcase-syntax): New functions.
12323 (set-case-syntax): Maintain upcase table too.
12324
12325 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12326
12327 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12328
12329 * progmodes/gud.el (gud-goto-info): New function.
12330 (gud-tool-bar-map): Use correct icon.
12331
12332 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12333
12334 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12335 When delegating, order args in the funcall correctly.
12336
12337 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12338
12339 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12340
12341 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12342
12343 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12344 buffer not visiting a file.
12345
12346 2005-01-31 Jay Belanger <belanger@truman.edu>
12347
12348 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12349 bound on the line with the formula.
12350
12351 2005-01-31 Kim F. Storm <storm@cua.dk>
12352
12353 * ses.el (ses-create-cell-variable-range)
12354 (ses-destroy-cell-variable-range, ses-reset-header-string)
12355 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12356 (ses-insert-row): Fix format of apply undo entries.
12357
12358 2005-01-31 Jay Belanger <belanger@truman.edu>
12359
12360 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12361 parts.
12362
12363 * calc/calc-embed.el (calc-embedded-open-formula)
12364 (calc-embedded-close-formula): Ignore matrix environments.
12365
12366 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12367 TeX mode.
12368
12369 * calc/calc-lang.el (math-function-table, math-oper-table)
12370 (math-variable-table): Adjust the LaTeX portions.
12371
12372 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12373 (math-latex-ignore-words): New constant.
12374
12375 2005-01-31 Richard M. Stallman <rms@gnu.org>
12376
12377 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12378 (ispell-local-dictionary): Doc fix.
12379 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12380 Don't reinitialize at run time. Don't defcustom.
12381 All uses changed to append ispell-local-dictionary-alist,
12382 or check it first.
12383 (ispell-current-dictionary): New variable for dictionary in use.
12384 (ispell-dictionary): Now used only for global default.
12385 (ispell-start-process): Set ispell-current-dictionary,
12386 not ispell-dictionary.
12387 (ispell-change-dictionary): Use this only for setting
12388 user preferences.
12389 (ispell-internal-change-dictionary): New function
12390 to change the current dictionary in use.
12391 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12392 Use ispell-current-dictionary.
12393 Handle ispell-local-dictionary-overridden.
12394 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12395
12396 2005-01-31 Jay Belanger <belanger@truman.edu>
12397
12398 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12399
12400 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12401 (calc-mode-map): Add calc-latex-language.
12402
12403 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12404 (math-latex-print-frac): New functions.
12405 (math-oper-table, math-function-table, math-variable-table)
12406 (math-complex-format, math-input-filter): Add latex properties.
12407 (calc-set-language): Set math-expr-special-function-mapping.
12408
12409 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12410 (calc-write-parse-table-part): Add LaTeX support.
12411
12412 * calc/calc.el (calc-language): Adjust docstring.
12413 (calc-set-mode-line): Add LaTeX support.
12414 (math-expr-special-function-mapping): New variable.
12415 (math-tex-ignore-words): Add to list.
12416
12417 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12418 Add LaTeX support.
12419 (math-compose-expr): Add support for special functions.
12420
12421 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12422
12423 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12424
12425 * progmodes/gdb-ui.el (gdb-memory-address)
12426 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12427 (gdb-memory-mode-map, gdb-memory-format-keymap)
12428 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12429 (gdb-memory-unit-menu): New variables for a buffer
12430 that lets the user examine program memory.
12431 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12432 (gdb-memory-format-binary, gdb-memory-format-octal)
12433 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12434 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12435 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12436 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12437 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12438 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12439 (gdb-memory-mode, gdb-memory-buffer-name)
12440 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12441 New functions for above buffer.
12442
12443 2005-01-30 Richard M. Stallman <rms@gnu.org>
12444
12445 * cus-edit.el (custom-bury-buffer): Function deleted.
12446 (custom-buffer-done-function): Option deleted.
12447 (custom-buffer-done-kill): New (replacement option.
12448 (Custom-buffer-done): Call quit-window.
12449 (custom-buffer-create-internal): Update for above changes.
12450
12451 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12452
12453 * simple.el (undo-ask-before-discard): New var.
12454 (undo-outer-limit-truncate): Implement it.
12455 (undo-extra-outer-limit): Doc update.
12456
12457 2005-01-29 Richard M. Stallman <rms@gnu.org>
12458
12459 * ses.el (undo-more): Delete defadvice.
12460 (ses-begin-change): Doc fix.
12461
12462 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12463 instead of rebinding C-x u and C-_.
12464
12465 * files.el (normal-backup-enable-predicate): Return nil for files
12466 in /tmp, regardless of temporary-file-directory.
12467
12468 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12469
12470 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12471 (open-rectangle, delete-whitespace-rectangle-line)
12472 (clear-rectangle-line): If FILL, pass t instead of FILL
12473 for move-to-column's 2nd arg.
12474
12475 * simple.el (undo): Fix the test for continuing a series of undos.
12476 (undo-more): Set pending-undo-list to t when we reach end.
12477 (pending-undo-list): Move up defvar.
12478
12479 * wid-edit.el (widget-button-click):
12480 Shorten the range of the track-mouse binding.
12481
12482 * comint.el (comint-insert-input): Undo previous changes;
12483 use last-input-event in interactive spec.
12484
12485 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12486
12487 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12488 to nil before invoking call-process. Reset buffer's modified flag
12489 after fontifying it in the no-async branch.
12490
12491 * wid-edit.el (widget-specify-button): If mouse pointer shape
12492 cannot be changed, use mouse face instead.
12493
12494 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12495
12496 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12497 (gdb-goto-breakpoint): Make breakpoint handling work on template
12498 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12499 (gdb-assembler-custom): Update to recognize breakpoint information
12500 added on 2005-01-19.
12501
12502 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12503
12504 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12505 (dsssl-mode): Use define-derived-mode.
12506 (scheme-mode-initialize): Remove.
12507 (scheme-mode): Use run-mode-hooks.
12508
12509 * cus-edit.el (customize-group-other-window)
12510 (custom-buffer-create-other-window): Don't override special-display-*.
12511 (custom-mode-map): Make it dense.
12512
12513 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12514 sets the default value.
12515
12516 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12517
12518 * descr-text.el: Add more keywords.
12519
12520 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * speedbar.el: Avoid unnecessary use of locate-library.
12523
12524 * international/mule-cmds.el (standard-display-european-internal):
12525 Don't fiddle with latin-1 non-break space any more since it's now
12526 special cased in the C code.
12527 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12528
12529 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12530
12531 * cus-start.el (all): Add `undo-outer-limit'.
12532
12533 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12534
12535 * textmodes/bibtex.el (bibtex-format-entry):
12536 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12537 field lines.
12538 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12539 not on part of a buffer.
12540
12541 2005-01-25 Lute Kamstra <lute@gnu.org>
12542
12543 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12544 nonempty field text strings like "{letters\\macro{}more letters}".
12545 Clarify docstring.
12546 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12547 (bibtex-entry-offset, bibtex-parse-association)
12548 (bibtex-parse-field-name): Fix typos in docstrings.
12549 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12550
12551 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12552
12553 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12554 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12555 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12556 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12557
12558 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12559 isearch minor mode.
12560
12561 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12562
12563 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12564
12565 2005-01-24 Lute Kamstra <lute@gnu.org>
12566
12567 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12568 CASECHARS and NOT-CASECHARS regular expressions of the
12569 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12570 striding over charsets" error.
12571
12572 2005-01-24 Jay Belanger <belanger@truman.edu>
12573
12574 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12575 display variable name.
12576
12577 2005-01-24 Kenichi Handa <handa@m17n.org>
12578
12579 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12580 Fix setting of the element of encoded-kbd-iso2022-invocations.
12581
12582 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12583
12584 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12585 (gdb-threads-select): Change to also accept mouse events.
12586 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12587 (gdb-threads-mouse-select): Delete.
12588
12589 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12590
12591 * files.el (insert-directory): Take care of empty directory,
12592 listed without -a switch.
12593
12594 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12595
12596 * textmodes/refill.el (refill-post-command-function):
12597 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12598 to the list of functions that we should be careful not to undo.
12599 (refill-late-fill-paragraph-function): Remove.
12600 (refill-saved-state): New var.
12601 (refill-mode): Use it to save fill-paragraph-function.
12602 Save also the value of auto-fill-function.
12603
12604 * term/w32-win.el: Simplify code.
12605
12606 2005-01-23 Kim F. Storm <storm@cua.dk>
12607
12608 * simple.el (line-move): Adapt to new return value from
12609 pos-visible-in-window-p.
12610
12611 * simple.el (line-move): Fix last change. Check partial
12612 visibility at point rather than at window-start.
12613
12614 2005-01-22 Jason Rumney <jasonr@gnu.org>
12615
12616 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12617
12618 2005-01-22 David Kastrup <dak@gnu.org>
12619
12620 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12621
12622 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12623
12624 * type-break.el (type-break-mode): Add a test for
12625 type-break-file-name being non-nil.
12626
12627 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12628
12629 * net/eudc.el (top level): Call (message "") via progn, so that
12630 eudc-options-file is loaded.
12631
12632 2005-01-22 Kim F. Storm <storm@cua.dk>
12633
12634 * simple.el (line-move-1): Rename from line-move.
12635 (line-move): New function that adjusts vscroll for partially
12636 visible rows, and calls line-move-1 otherwise.
12637
12638 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12639
12640 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12641 since it's not a complete read-event implementation
12642
12643 2005-01-20 Jay Belanger <belanger@truman.edu>
12644
12645 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12646 for called function.
12647
12648 2005-01-20 Steven Tamm <steventamm@mac.com>
12649
12650 * term/mac-win.el (process-connection-type): Remove.
12651 Controlled now by s/darwin.h:PTY_ITERATION.
12652
12653 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * window.el (handle-select-window): Don't switch window when we're
12656 in the minibuffer.
12657
12658 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12659
12660 * subr.el (dotimes-with-progress-reporter): New macro.
12661
12662 * ses.el (ses-dotimes-msg): Remove macro.
12663 Use `dotimes-with-progress-reporter' instead.
12664
12665 2005-01-19 Steven Tamm <steventamm@mac.com>
12666
12667 * term/mac-win.el (process-connection-type): Use new
12668 operating-system-release variable to use ptys on Darwin 7 (OS X
12669 10.3) when using carbon build.
12670
12671 2005-01-19 Jay Belanger <belanger@truman.edu>
12672
12673 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12674 flags if the last command was a tab or M-tab.
12675
12676 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12677 in formula editing buffer.
12678
12679 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12680
12681 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12682 breakpoint image symbol in margin.
12683
12684 2005-01-19 Jay Belanger <belanger@truman.edu>
12685
12686 * calc/calc-prog.el (calc-execute-kbd-macro):
12687 Ignore calc-keep-arg-flag.
12688
12689 2005-01-19 Kenichi Handa <handa@m17n.org>
12690
12691 * textmodes/ispell.el (ispell-looking-at): New function.
12692 (ispell-process-line): Use ispell-looking-at to compare the ispell
12693 output and the buffer contents.
12694
12695 2005-01-18 Jay Belanger <belanger@truman.edu>
12696
12697 * calc/calc.el (calc-display-raw): Fix docstring.
12698
12699 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * simple.el (blink-matching-open): Strip extra info from syntax.
12702
12703 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12704 funny chars in the end-of-here-doc marker.
12705
12706 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12707
12708 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12709 that enable/disabled state of breakpoints is shown correctly in
12710 fringe and on ttys.
12711 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12712 Add breakpoint information as text properties.
12713 (gdb-mouse-toggle-breakpoint):
12714 Rename to gdb-mouse-set-clear-breakpoint.
12715 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12716 breakpoints in the margin.
12717 (gdb-remove-strings): Simplify.
12718
12719 2005-01-17 Jay Belanger <belanger@truman.edu>
12720
12721 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12722 erasing buffer.
12723
12724 2005-01-17 Richard M. Stallman <rms@gnu.org>
12725
12726 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12727 for calling grep-compute-defaults.
12728
12729 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12730 if buffer is empty.
12731
12732 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12733
12734 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12735
12736 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12737
12738 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12739 non-preloaded variables.
12740
12741 2005-01-17 Steven Tamm <steventamm@mac.com>
12742
12743 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12744 tex-shell cause to force interactivity when using pipes.
12745
12746 2005-01-17 Kim F. Storm <storm@cua.dk>
12747
12748 * simple.el (just-one-space): Make arg optional.
12749
12750 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12751
12752 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12753 posn-at-x-y to t to access left-margin.
12754
12755 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12756
12757 Sync with Tramp 2.0.47.
12758
12759 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12760 catching keep-date problems in cp/scp operations.
12761 (tramp-handle-copy-file): Don't call `set-file-modes'
12762 unconditionally. Specialized functions should know better what is
12763 necessary. This improves performance a little bit, and the
12764 functions could catch errors with `cp -p' and `scp -p'.
12765 (tramp-do-copy-or-rename-file-via-buffer)
12766 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12767 when appropriate.
12768 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12769 Call `set-file-modes' when appropriate.
12770 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12771 Johnsson <isak@hypergene.com>
12772 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12773 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12774 <joakim@verona.se>
12775 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12776 Emacs only.
12777
12778 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12779 `find-file-hooks' and `dired-mode-hook'.
12780 (tramp-minor-mode-map): Respective map. Add remapping for
12781 `compile' and `recompile'.
12782 (tramp-remap-command, tramp-recompile): New defuns.
12783 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12784 in buffer "*Compilation*". Call the commands asynchronously.
12785
12786 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12787 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12788 `shell-command', because it isn't magic in XEmacs. Reported by
12789 Adrian Aichner <adrian@xemacs.org>.
12790
12791 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12792 `substitute-in-file-name.
12793 (tramp-smb-handle-substitute-in-file-name): New defun.
12794 (tramp-smb-advice-PC-do-completion): Delete advice.
12795
12796 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12797
12798 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12799 Fix error in deleting region.
12800
12801 2005-01-15 Richard M. Stallman <rms@gnu.org>
12802
12803 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12804 In non-temp buffer, switch syntax table temporarily.
12805
12806 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12807
12808 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12809
12810 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12811
12812 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12813 (imenu--generic-function): Use START, not BEG, as pos of definition.
12814
12815 * simple.el (just-one-space): Argument specifies number of spaces.
12816
12817 * simple.el (eval-expression-print-format): Avoid warning
12818 about edebug-active.
12819
12820 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12821
12822 * progmodes/sh-script.el: Code copied from make-mode.el
12823 with small changes,
12824 (sh-mode-map): Bind C-c C-\.
12825 (sh-backslash-column, sh-backslash-align): New variables.
12826 (sh-backslash-region, sh-append-backslash): New functions.
12827
12828 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12829
12830 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12831 (rmail-pop-password, rmail-pop-password-required): Move to
12832 rmail-obsolete group.
12833 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12834 All callers updated.
12835 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12836 Take an argument specifying whether it is POP or IMAP mailbox we
12837 are using. All callers updated.
12838 (rmail-pop-password-error): Rename to
12839 rmail-remote-password-error. Added mailutils-specific error message.
12840 (rmail-movemail-search-path)
12841 (rmail-movemail-variant-in-use): New variables.
12842 (rmail-remote-password, rmail-remote-password-required):
12843 New customization variables.
12844 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12845 (rmail-parse-url): New function.
12846 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12847 with GNU mailutils movemail.
12848
12849 2005-01-15 Kevin Ryde <user42@zip.com.au>
12850
12851 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12852 suffix to space, $ or '$, to correctly position point when going
12853 to @table style constants like DBL_MAX.
12854
12855 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12856
12857 * type-break.el (type-break-mode, type-break-file-time)
12858 (type-break-file-keystroke-count, type-break-choose-file):
12859 Don't store data in or load data from the file if type-break-file-name
12860 is nil.
12861 (type-break-file-name): Doc update as per the above.
12862
12863 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12864
12865 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12866 lookup-key might return nil; handle that.
12867
12868 2005-01-15 Alan Mackenzie <acm@muc.de>
12869
12870 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12871 rather than the element found, thus enabling the tree to be setcar'd.
12872
12873 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12874
12875 * textmodes/org.el (org-show-following-heading): New option.
12876 (org-show-hierarchy-above): Use `org-show-following-heading'.
12877 (org-cycle): Documentation fix.
12878
12879 * textmodes/org.el (orgtbl-optimized): New option
12880 (orgtbl-mode): New command, a minor mode.
12881 (orgtbl-mode-map): New variable.
12882 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12883 (orgtbl-error, orgtbl-self-insert-command)
12884 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12885
12886 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12887 a local variable in each org-mode buffer.
12888
12889 * textmodes/org.el (org-set-regexps-and-options): Rename from
12890 `org-set-regexps'. Added checking for STARTUP keyword.
12891 (org-get-current-options): Add STARTUP options.
12892 (org-table-insert-row): Make mode intelligent about when
12893 realignment is needed.
12894 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12895 New commands.
12896 (org-enable-table-editor): New default value `optimized'.
12897 (org-table-blank-field): Support blanking regions if active.
12898
12899 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12900
12901 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12902 if the year is not given.
12903
12904 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12905 Add new escapes %m and %M, fixed bug with %F by adding
12906 save-match-data.
12907 (reftex-reference): Remove ?. from list of spaces.
12908 (reftex-label-info): Add automatic label prefix recognition.
12909
12910 * textmodes/reftex-index.el (reftex-index-next-phrase):
12911 Add slave parameter to call of `reftex-index-this-phrase'.
12912 (reftex-index-this-phrase): New optional argument.
12913 (reftex-index-region-phrases): Add slave parameter to call of
12914 `reftex-index-this-phrase'.
12915 (reftex-display-index): New argument redo.
12916 (reftex-index-rescan): Add 'redo to arguments of
12917 `reftex-display-index'.
12918 (reftex-index-Rescan, reftex-index-revert)
12919 (reftex-index-switch-index-tag): Add 'redo to arguments of
12920 `reftex-display-index'.
12921 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12922 indexing. Fix bug with matching is there is a quote before or
12923 after the word.
12924
12925 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12926 Fix bug when collecting citation keys in lines with comments.
12927 (reftex-citation): Prefix argument no longer rescans the document,
12928 but forces prompting for optional arguments of cite macros.
12929 (reftex-do-citation): Prompting for optional arguments implemented.
12930
12931 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12932 Add optional arguments to most cite commands.
12933 (reftex-cite-cleanup-optional-args): New option
12934 (reftex-cite-prompt-optional-args): New option.
12935 (reftex-trust-label-prefix): New option.
12936
12937 * textmodes/reftex-toc.el (reftex-toc-find-section):
12938 Add push-mark before changing the position in the buffer.
12939
12940 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12941 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12942
12943 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12944
12945 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12946 more carefully.
12947
12948 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12949
12950 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12951 (sgml-mode): Use it.
12952 (sgml-get-context): Better keep track of implicitly closed tags.
12953
12954 2005-01-13 Kenichi Handa <handa@m17n.org>
12955
12956 * textmodes/ispell.el: These changes are to fix misalignment error
12957 caused by equivalent characters of different Emacs charsets.
12958 (ispell-unified-chars-table): New variable.
12959 (ispell-get-decoded-string): New function.
12960 (ispell-get-casechars, ispell-get-not-casechars)
12961 (ispell-get-otherchars): Call ispell-get-decoded-string.
12962
12963 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12964
12965 * custom.el (custom-declare-variable): Just put symbol instead
12966 of (defvar . symbol) in `current-load-list'.
12967
12968 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12969
12970 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12971
12972 2005-01-12 Jay Belanger <belanger@truman.edu>
12973
12974 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12975 to create a Calc summary.
12976
12977 2005-01-12 Kim F. Storm <storm@cua.dk>
12978
12979 * mouse.el (mouse-on-link-p): Change functionality and doc
12980 string to comply with latest description in lisp ref.
12981
12982 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12983
12984 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12985 Enable mouse clicks on mode-line, header-line and margin.
12986 (event-type): Give mouse event symbols an 'event-kind property
12987 with value 'mouse-click.
12988
12989 2005-01-12 Juri Linkov <juri@jurta.org>
12990
12991 * facemenu.el (list-colors-display): Add new arg buffer-name.
12992 Use it. Fix docstring. Replace code for identifying duplicate
12993 colors by the name with call to `list-colors-duplicates' which
12994 identifies duplicate colors by the value unless the color
12995 is one of special Windows colors. Set truncate-lines to t.
12996 Print sorted duplicate color names on each line. Indent to 22
12997 \(the longest color name in rgb.txt) instead of 20. Optimize.
12998 (list-colors-duplicates): New function.
12999 (facemenu-color-name-equal): Delete function.
13000
13001 * facemenu.el (list-colors-print): New function created from code
13002 in list-colors-display. Print #RRGGBB at the window right edge.
13003 (list-colors-display): When temp-buffer-show-function is not
13004 defined, call list-colors-print from temp-buffer-show-hook
13005 to get the right value of window-width in list-colors-print
13006 after the buffer is displayed.
13007
13008 * simple.el (pop-mark): Move deactivate-mark out of conditional
13009 part to deactivate the active mark regardless of the state of the
13010 mark ring.
13011
13012 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13013 variables line in desktop files.
13014
13015 2005-01-12 Juri Linkov <juri@jurta.org>
13016
13017 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13018 Bring together isearch highlight related options.
13019 (lazy-highlight): Replace group `replace' by `matching'.
13020 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13021 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13022 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13023 and declare them obsolete.
13024 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13025 (isearch-faces): Remove defgroup.
13026 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13027 Move isearch highlighting code closer to lazy highlighting code.
13028
13029 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13030 (query-replace-highlight, query-replace-lazy-highlight)
13031 (query-replace): Move definitions to the beginning of the file.
13032
13033 2005-01-11 Juri Linkov <juri@jurta.org>
13034
13035 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13036 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13037 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13038
13039 * info.el (Info-history-forward): New variable.
13040 (Info-select-node): Reset Info-history-forward to nil.
13041 (Info-last): Turn into defalias.
13042 (Info-history-back): Rename from Info-last.
13043 Add current node to Info-history-forward.
13044 (Info-history-forward): New fun.
13045 (Info-mode-map): Replace Info-last by Info-history-back.
13046 Bind Info-history-forward to "r".
13047 (Info-mode-menu): Replace Info-last by Info-history-back.
13048 Fix menu item text. Add menu item for Info-history-forward.
13049 (info-tool-bar-map): Replace Info-last by Info-history-back.
13050 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13051 for Info-history-forward.
13052 (Info-mode): Replace Info-last by Info-history-back in docstring.
13053 Add local variable Info-history-forward.
13054 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13055
13056 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13057
13058 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13059 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13060 Ignore select-window events rather than fiddle with
13061 mouse-autoselect-window.
13062
13063 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13064
13065 * type-break.el (type-break-mode): Fix previous change.
13066
13067 2005-01-10 Jay Belanger <belanger@truman.edu>
13068
13069 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13070 calculator; only reset when point is inside a calculator.
13071 Don't adjust the window height if the window takes up the whole height
13072 of the frame.
13073
13074 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13075
13076 * ebuff-menu.el (Electric-buffer-menu-mode):
13077 Preserve value of buffer-local var header-line-format.
13078
13079 2005-01-09 Jay Belanger <belanger@truman.edu>
13080
13081 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13082 Make sure settings file exists before accessing it.
13083
13084 * calc/calc-embed.el (calc-embedded-subst):
13085 Replace math-multi-subst-rec, which is only supposed to be called
13086 by math-multi-subst, by math-multi-subst.
13087
13088 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13089
13090 * vc.el (vc-allow-async-revert): New user option.
13091 (vc-disable-async-diff): New internal variable.
13092 (vc-revert-buffer): Use them to disable asynchronous diff.
13093
13094 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13095 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13096 asynchronously if vc-disable-async-diff is t.
13097
13098 2005-01-09 Jay Belanger <belanger@truman.edu>
13099
13100 * calc/calc.el (defcalcmodevar): New macro.
13101 (calc-mode-var-list-restore-default-values)
13102 (calc-mode-var-list-restore-saved-values): New functions.
13103 (calc-mode-var-list): Use defcalcmodevar to define it.
13104 (calc-always-load-extensions, calc-line-numbering)
13105 (calc-line-breaking, calc-display-just, calc-display-origin)
13106 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13107 (calc-group-char, calc-point-char, calc-frac-format)
13108 (calc-prefer-frac, calc-hms-format, calc-date-format)
13109 (calc-float-format, calc-full-float-format, calc-complex-format)
13110 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13111 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13112 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13113 (calc-matrix-brackets, calc-language, calc-language-option)
13114 (calc-left-label, calc-right-label, calc-word-size)
13115 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13116 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13117 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13118 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13119 (calc-window-height, calc-display-trail, calc-show-selections)
13120 (calc-use-selections, calc-assoc-selections)
13121 (calc-display-working-message, calc-auto-why, calc-timing)
13122 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13123 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13124 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13125 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13126 (calc-gnuplot-geometry, calc-graph-default-resolution)
13127 (calc-graph-default-resolution-3d, calc-invocation-macro)
13128 (calc-show-banner): Use defcalcmodevar to declare them and set
13129 their default values.
13130
13131 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13132 instead of default values (but restore default values if there is
13133 an argument of 0).
13134
13135 2005-01-09 David Kastrup <dak@gnu.org>
13136
13137 * desktop.el (desktop-restore-eager): Fix typo in type.
13138
13139 2005-01-08 Richard M. Stallman <rms@gnu.org>
13140
13141 * cus-edit.el (customize): Delete :link.
13142
13143 2005-01-08 Jay Belanger <belanger@truman.edu>
13144
13145 * calc/calc.el (calc-mode): Remove the extension from the
13146 `calc-settings-file' file name when loading it.
13147
13148 2005-01-08 Kim F. Storm <storm@cua.dk>
13149
13150 * info.el (Info-mode-map, Info-next-link-keymap)
13151 (Info-prev-link-keymap, Info-up-link-keymap):
13152 Map follow-link to mouse-face.
13153 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13154
13155 2005-01-08 Jay Belanger <belanger@truman.edu>
13156
13157 * calc/calc.el (calc-settings-file): Change default value.
13158 Suggested by cgw in a comment in calc-mode.el.
13159
13160 * calc/calc-mode.el (calc-settings-file-name):
13161 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13162 Replace ~/.emacs in a prompt by calc-settings-file.
13163
13164 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13165
13166 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13167 (desktop-lazy-idle-delay): New customizable variables.
13168 (desktop-buffer-args-list): New variable.
13169 (desktop-append-buffer-args): New function.
13170 (desktop-save): Call desktop-append-buffer-args for some buffers.
13171 (desktop-lazy-create-buffer): New function.
13172 (desktop-idle-create-buffers): New function.
13173 (desktop-read): Add message about buffers to restore lazily.
13174 (desktop-lazy-abort): New command.
13175 (desktop-clear): Call desktop-lazy-abort.
13176 (desktop-lazy-complete): New command.
13177
13178 2005-01-06 Richard M. Stallman <rms@gnu.org>
13179
13180 * emacs-lisp/find-func.el (find-face-definition):
13181 Rename from find-face.
13182
13183 2005-01-06 Kim F. Storm <storm@cua.dk>
13184
13185 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13186
13187 * man.el (Man-xref-man-page, Man-xref-header-file)
13188 (Man-xref-normal-file): Add follow-link property.
13189
13190 2005-01-06 Jay Belanger <belanger@truman.edu>
13191
13192 * calc/calc-units.el: Make sure the proper macro definitions are
13193 available when compiling.
13194
13195 2005-01-06 Juri Linkov <juri@jurta.org>
13196
13197 * isearch.el (isearch-lazy-highlight-update):
13198 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13199
13200 2005-01-06 Miles Bader <miles@gnu.org>
13201
13202 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13203 (isearch-lazy-highlight-face): Use new name.
13204
13205 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * uniquify.el (uniquify-rationalize-file-buffer-names):
13208 Re-add an interactive spec.
13209 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13210 to the same name.
13211
13212 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13213 (isearch-update, isearch-done): Adjust calls accordingly.
13214
13215 2005-01-05 Richard M. Stallman <rms@gnu.org>
13216
13217 * custom.el (custom-set-variables, custom-theme-set-variables):
13218 Clarify documentation.
13219
13220 * emacs-lisp/find-func.el (find-variable)
13221 (find-variable-other-window, find-variable-other-frame):
13222 Fix the TYPE args to find-function-read and find-function-do-it.
13223 (find-function): Doc fix.
13224 (find-function-at-point): Replace function-at-point alias.
13225
13226 2005-01-04 Richard M. Stallman <rms@gnu.org>
13227
13228 * cus-face.el (custom-declare-face):
13229 Record defface in current-load-list.
13230
13231 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13232
13233 * emacs-lisp/find-func.el: Doc fixes.
13234 (find-face-regexp): New variable.
13235 (find-function-regexp-alist): New variable.
13236 (find-function-C-source): Third arg is now TYPE.
13237 (find-function-search-for-symbol): Handle general TYPE.
13238 (find-function-read, find-function-do-it): Handle general TYPE.
13239 (find-definition-noselect, find-face): New functions.
13240 (function-at-point): Alias deleted.
13241
13242 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13243
13244 * battery.el (display-battery-mode): Rename from display-battery.
13245 Handle the case where it gets turned off.
13246
13247 2005-01-04 Richard M. Stallman <rms@gnu.org>
13248
13249 * cus-edit.el (customize): Make :link point to user doc.
13250
13251 * man.el (Man-fontify-manpage): Turn off undo generation.
13252
13253 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13254
13255 2005-01-04 Andreas Schwab <schwab@suse.de>
13256
13257 * files.el (insert-directory): Only look for error lines in
13258 inserted text. Don't move too far after processing --dired markers.
13259
13260 2005-01-04 Richard M. Stallman <rms@gnu.org>
13261
13262 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13263 Don't expand if the character is @, period, dash, etc.
13264 (define-mail-abbrev): Quote names that contain problem characters.
13265
13266 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13267
13268 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13269
13270 2005-01-03 Richard M. Stallman <rms@gnu.org>
13271
13272 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13273 (query-replace-highlight, query-replace-lazy-highlight)
13274 (query-replace): Definitions moved up. Doc fix.
13275
13276 2005-01-03 Richard M. Stallman <rms@gnu.org>
13277
13278 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13279 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13280 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13281 (lazy-highlight-face): Rename from isearch-lazy-...
13282 Change all references to them.
13283
13284 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13285
13286 * cus-edit.el (custom-file): Doc fix for defcustom.
13287 (custom-file): The function no longer sets the variable
13288 `custom-file' to its return value.
13289
13290 * startup.el (command-line): No longer load `custom-file'.
13291
13292 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13295
13296 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13297 Don't confuse module-prefixed identifiers for labels.
13298 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13299
13300 2005-01-02 Richard M. Stallman <rms@gnu.org>
13301
13302 * files.el (basic-save-buffer-1): Fix previous change.
13303
13304 * loadhist.el (file-loadhist-lookup): New function.
13305 (file-provides, file-requires): Use it.
13306
13307 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13308 instead of calculating the right size.
13309
13310 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13311
13312 * vc-svn.el (vc-svn-diff): Stay local if possible.
13313
13314 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13317
13318 * files.el (hack-local-variables): Fix last change.
13319
13320 2005-01-02 Jay Belanger <belanger@truman.edu>
13321
13322 * calc/calc-yank.el (calc-edit-top): New variable.
13323 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13324 object. Change header properties.
13325 (calc-edit-finish, calc-edit-finish-stack-object)
13326 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13327 edited object.
13328 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13329 for the beginning of the edited object.
13330 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13331 for the beginning of the edited object.
13332 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13333 (calc-finish-formula-edit, calc-macro-repeats)
13334 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13335 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13336 beginning of the edited object.
13337 (calc-user-define-edit): Change the header for editing macros.
13338 Remove unnecessary variable.
13339
13340 2005-01-01 Jay Belanger <belanger@truman.edu>
13341
13342 * calc/calc-yank.el (calc-edit-mode): Change default header.
13343 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13344 * calc/calc-store.el (calc-edit-variable): Change title to match new
13345 header.
13346 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13347 mode to match new header.
13348 (calc-user-define-edit): Change titles to include names of commands.
13349 (calc-finish-formula-edit): Adjust to handle new header.
13350 (calc-finish-macro-edit): Remove.
13351 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13352 (calc-edit-macro-command, calc-edit-macro-command-type)
13353 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13354 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13355 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13356 (calc-edit-macro-finish-edit): New functions.
13357 (calc-user-define-edit): Use new functions to edit named calc macros.
13358
13359 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13360
13361 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13362
13363 * ses.el (copy-region-as-kill): Deactivate mark.
13364
13365 2005-01-01 Richard M. Stallman <rms@gnu.org>
13366
13367 * replace.el (occur-1): If the output buffer is also an input,
13368 don't kill it, rename it.
13369
13370 * faces.el (set-face-background, set-face-foreground): Doc fix.
13371
13372 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13373 for :foreground and :background.
13374
13375 * dired.el (dired-view-command-alist): Variable deleted.
13376 (dired-view-file, dired-mouse-find-file-other-window):
13377 Delete the code to use it.
13378
13379 2005-01-01 Kim F. Storm <storm@cua.dk>
13380
13381 * image.el (insert-sliced-image): Use t for line-height property.
13382
13383 See ChangeLog.11 for earlier changes.
13384
13385 ;; Local Variables:
13386 ;; coding: iso-2022-7bit
13387 ;; End:
13388
13389 Copyright (C) 2005 Free Software Foundation, Inc.
13390 Copying and distribution of this file, with or without modification,
13391 are permitted provided the copyright notice and this notice are preserved.
13392
13393 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1