]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-18 David Ponce <david@dponce.com>
2
3 * tree-widget.el (tree-widget-button-click): New function.
4 (tree-widget-button-keymap): Use it.
5
6 2005-10-18 Romain Francoise <romain@orebokech.com>
7
8 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9 (bookmark-bmenu-hide-filenames): Add follow-link property.
10
11 * ffap.el (find-file-at-point): Doc fix.
12
13 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14
15 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16
17 2005-10-18 Masatake YAMATO <jet@gyve.org>
18
19 Install to the CVS repository what I forgot to install in my
20 2005-10-16 changes.
21
22 * progmodes/python.el (python-complete-symbol): Pass the common
23 prefix substring of completion to `display-completion-list'.
24
25 * textmodes/org.el (org-complete): Ditto.
26
27 2005-10-18 Masatake YAMATO <jet@gyve.org>
28
29 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
30
31 * woman.el (WoMan-xref-man-page): New button type derived
32 from `Man-abstract-xref-man-page'.
33 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
34
35 * man.el (Man-abstract-xref-man-page): New button type.
36 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
37 (Man-highlight-references): Add new optional argument `xref-man-type'.
38
39 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
40
41 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
42
43 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
44
45 * cus-edit.el (Custom-move-and-invoke): Deleted.
46 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
47
48 * wid-edit.el (widget-move-and-invoke): New function, from
49 Custom-move-and-invoke.
50
51 2005-10-17 Bill Wohler <wohler@newt.com>
52
53 Moved all remaining images from lisp/toolbar to etc/images, moved
54 lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low
55 resolution images were placed in their own directory (low-color).
56
57 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
58 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
59 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
60 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
61 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
62 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
63 * toolbar/spell.*, toolbar/undo.*: Moved to etc/images.
64
65 * toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*.
66 * toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*.
67 * toolbar/lc-help.*: Moved to etc/images/low-color/help.*.
68 * toolbar/lc-home.*: Moved to etc/images/low-color/home.*.
69 * toolbar/lc-index.*: Moved to etc/images/low-color/index.*.
70 * toolbar/lc-new.*: Moved to etc/images/low-color/new.*.
71 * toolbar/lc-open.*: Moved to etc/images/low-color/open.*.
72 * toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*.
73 * toolbar/lc-preferences.*: Moved to
74 etc/images/low-color/preferences.*.
75 * toolbar/lc-print.*: Moved to etc/images/low-color/print.*.
76 * toolbar/lc-save.*: Moved to etc/images/low-color/save.*.
77 * toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*.
78 * toolbar/lc-search.*: Moved to etc/images/low-color/search.*.
79 * toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*.
80 * toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*.
81
82 To conform with convention, the underscore (_) in the following
83 image names were replaced with dash (-) or (/) as appropriate.
84
85 * toolbar/back_arrow.*: Moved to etc/images/back-arrow.*.
86 * toolbar/fld_open.*: Moved to etc/images/fld-open.*.
87 * toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*.
88 * toolbar/jump_to.*: Moved to etc/images/jump-to.*.
89 * toolbar/left_arrow.*: Moved to etc/images/left-arrow.*.
90 * toolbar/right_arrow.*: Moved to etc/images/right-arrow.*.
91 * toolbar/up_arrow.*: Moved to etc/images/up-arrow.*.
92 * toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*.
93 * toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*.
94 * toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*.
95 * toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*.
96 * toolbar/lc-right_arrow.*.: Moved to
97 etc/images/low-color/right-arrow.*.
98 * toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*.
99 * toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*.
100 * toolbar/mail_send.*: Moved to etc/images/mail/send.*.
101
102 * info.el (info-tool-bar-map): Replaced underscores in image names
103 with dashes.
104
105 * makefile.w32-in (WINS): Removed toolbar.
106
107 * menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in
108 comment.
109
110 * tool-bar.el: Moved to lisp from toolbar. Now that
111 toolbar is empty, it should be deleted when folks run "cvs up
112 -P".
113
114 2005-10-18 Jay Belanger <belanger@truman.edu>
115
116 * calc/calc-store (calc-store-into): Get the proper variable name
117 to display in message.
118
119 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
120
121 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
122 expressions display in speedbar for all buffers when debugging.
123 (gdb-speedbar-expand-node): Ensure node contraction is always
124 updated.
125
126 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
127 (speedbar-insert-button, speedbar-make-button):
128 Use add-text-properties.
129 (speedbar-update-localized-contents)
130 (speedbar-update-directory-contents)
131 (speedbar-update-special-contents): Use dolist.
132 (speedbar-buffer-easymenu-definition): Add a menu separator.
133
134 2005-10-17 Jason Rumney <jasonr@gnu.org>
135
136 * makefile.w32-in: Use $(lisp) consistently.
137 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
138 for shell specific generation of mh-autoloads.
139
140 2005-10-17 Richard M. Stallman <rms@gnu.org>
141
142 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
143
144 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * jit-lock.el (jit-lock-fontify-now):
147 Move jit-lock-context-unfontify-pos to avoid wasted work.
148
149 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
150
151 * net/tramp.el (tramp-completion-mode): New defvar. Used in
152 `tramp-completion-mode' for checking if we are in completion mode.
153 (tramp-completion-handle-file-name-all-completions): Reorder code
154 in order to complete for file names only in case there are no
155 method/user/host completions. This is necessary for cooperation
156 with ido. Reported by Kim F. Storm <storm@cua.dk>.
157
158 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
159
160 * longlines.el (longlines-search-forward)
161 (longlines-search-backward): Match any number of spaces.
162
163 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
164
165 * diff-mode.el (diff-mode): Doc fix.
166
167 2005-10-16 David Reitter <david.reitter@gmail.com>
168
169 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
170 as default on darwin and windows systems.
171
172 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
173
174 * arc-mode.el (archive-zip-extract): Doc fix.
175
176 2005-10-16 Romain Francoise <romain@orebokech.com>
177
178 * mouse.el (mouse-1-click-follows-link): Doc fix.
179
180 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * savehist.el: Don't require CL at runtime.
183 (savehist-xemacs): Remove.
184 (savehist-coding-system): Use utf-8 if present, regardless of religion.
185 (savehist-no-conversion): Use (featurep 'xemacs).
186 (savehist-load): Check existence of start-itimer rather than XEmacs.
187 Use an idle timer.
188 (savehist-process-for-saving): Replace use of CL funs `subseq' and
189 `delete-if-not'.
190
191 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
192
193 * savehist.el: Newer version.
194 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
195 (savehist-last-checksum, savehist-no-conversion): New vars.
196 (savehist-autosave, savehist-process-for-saving, savehist-printable):
197 New functions.
198 (savehist-load, savehist-save): Use them.
199 (savehist-delimit): Remove.
200
201 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * progmodes/compile.el (compilation-goto-locus): Display the
204 compilation buffer first and the source buffer second, in case they're
205 in overlapping frames. Don't raise the compilation frame if it was the
206 selected window upon entry. Pass the `other-window' arg to
207 pop-to-buffer.
208
209 * info.el (Info-fontify-node): Use dolist.
210 Change add-text-properties to put-text-property.
211
212 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
213
214 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
215 bound of search.
216
217 2005-10-16 Masatake YAMATO <jet@gyve.org>
218
219 * dabbrev.el (dabbrev-completion): Pass the common
220 prefix substring of completion to `display-completion-list'.
221
222 * filecache.el (file-cache-minibuffer-complete)
223 (file-cache-complete): Ditto.
224
225 * tempo.el (tempo-display-completions): Ditto.
226
227 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
228
229 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
230
231 * eshell/em-hist.el (eshell-list-history): Ditto.
232
233 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
234
235 * mail/mailalias.el (mail-complete): Ditto.
236
237 * progmodes/etags.el (complete-tag): Ditto.
238
239 * progmodes/make-mode.el (makefile-complete): Ditto.
240
241 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
242
243 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
244
245 * progmodes/pascal.el (pascal-complete-word)
246 (pascal-show-completions): Ditto.
247
248
249 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
250
251 * simple.el (completion-common-substring): New variable.
252 (completion-setup-function): Use `completion-common-substring'
253 to put faces.
254
255 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
256
257 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
258 (x-get-selection, mac-select-convert-to-string): Convert from/to
259 UTF-16 clipboard data as in native byte order, no BOM.
260
261 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
262
263 * progmodes/gud.el (gud-tool-bar-map): Rename the images
264 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
265 (gud-sentinel): Use speedbar-frame to check for speedbar.
266
267 2005-10-15 Richard M. Stallman <rms@gnu.org>
268
269 * savehist.el: New file.
270
271 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
272
273 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
274 Fix bug in \bf fontification.
275
276 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * pcvs.el (cvs-edit-log-files): New var.
279 (cvs-mode-edit-log): New arg `file'.
280 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
281 Instead force the use of the original file and nothing else.
282 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
283 the cvs-minor-wrap-function is set.
284 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
285
286 2005-10-14 Bill Wohler <wohler@newt.com>
287
288 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
289 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
290 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
291 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
292 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
293 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
294 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
295 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
296 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
297 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
298 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
299 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
300 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
301 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
302 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
303
304 * progmodes/gud.el (gud-tool-bar-map): Rename the images
305 appropriately (for example, gud-break to gud/break).
306
307 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
308
309 * longlines.el (longlinges-search-function)
310 (longlines-search-forward, longlines-search-backward): New functions.
311 (longlines-mode): Set isearch-search-fun-function to
312 longlinges-search-function.
313
314 * mouse.el (mouse-drag-region-1): Handle the case where a
315 double-click event is bound to an arbitrary function.
316
317 2005-10-14 David Ponce <david@dponce.com>
318
319 * recentf.el (recentf-track-opened-file)
320 (recentf-track-closed-file, recentf-update-menu)
321 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
322 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
323 mouse-1-click-follows-link.
324
325 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
326
327 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
328 Gnome file-manager.png. Suggested by
329 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
330
331 * toolbar/README: Add diropen.xpm.
332
333 2005-10-13 Bill Wohler <wohler@newt.com>
334
335 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
336 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
337
338 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
341 Don't waste the byte-compiler's time on constant data.
342
343 2005-10-13 Kenichi Handa <handa@m17n.org>
344
345 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
346 byte with `escape-glyph' face.
347
348 * international/fontset.el (ccl-encode-unicode-font):
349 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
350 Handle the case that ucs-mule-to-mule-unicode translates a character to
351 ASCII (usually for IPA characters).
352
353 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
356 Don't hide the underline of titles if font-lock-mode is disabled.
357
358 2005-10-12 Bill Wohler <wohler@newt.com>
359
360 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
361 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
362 files in MH-E-SRC have been updated.
363 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
364
365 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
368 (mixal-mode-syntax-table): Add \n as end-comment.
369 (mixal-operation-codes-alist): Immediately initialize to full value.
370 (mixal-add-operation-code): Remove.
371 (mixal-describe-operation-code): Make the arg non-optional.
372 Use the interactive spec instead.
373 Use mixal-operation-codes-alist rather than mixal-operation-codes.
374 (mixal-font-lock-keywords): Don't highlight comments here any more.
375 (mixal-font-lock-syntactic-keywords): New var.
376 (mixal-mode): Use it. Fix comment-start-skip.
377
378 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
379
380 * startup.el (command-line-x-option-alist): -nb => -nbi
381
382 2005-10-12 Kim F. Storm <storm@cua.dk>
383
384 * startup.el (fancy-splash-default-action): Discard mouse click in
385 the spash screen window, as it has no sensible meaning in the
386 next window to be selected. Fixes error reported by Jan D.
387
388 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
389
390 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
391
392 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
395 Try to fix up minor layout issues like indentation, line break, etc...
396 (mixal-mode-syntax-table): Don't try to specify comment syntax,
397 because it doesn't work.
398 (mixal-operation-codes): Add some more codes.
399 (mixal-font-lock-keywords): Process comments here.
400 (mixal-mode): mixasm no longer needs -g option.
401
402 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
403
404 * progmodes/sh-script.el (sh-tmp-file):
405 Use mktemp -t. Finish support for es and rc shells.
406
407 2005-10-11 Jay Belanger <belanger@truman.edu>
408
409 * calc/calcalg2.el (calc-integral): With an argument, compute the
410 definite integral.
411
412 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
413
414 * mouse.el (mouse-drag-region-1): Don't try to catch a
415 double-click when doing follow-link (it's overridden anyway).
416
417 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
418
419 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
420 (autoload-print-form-outbuf): Add docstring.
421
422 2005-10-11 Juri Linkov <juri@jurta.org>
423
424 * info.el (Info-mode-menu): Delete menu item "Edit".
425 (Info-mode): Delete description of Info-edit from docstring,
426 and rearrange descriptions of Info commands in the order
427 they are documented in the Info manual.
428
429 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * calendar/appt.el (appt-check): Use diary-selective-display var.
432
433 2005-10-10 Richard M. Stallman <rms@gnu.org>
434
435 * net/newsticker.el (newsticker-start, newsticker-show-news):
436 Add autoload cookies.
437
438 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
439
440 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
441
442 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
443
444 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
445
446 2005-10-10 Jay Belanger <belanger@truman.edu>
447
448 * calc/calc-arith.el (math-check-known-scalarp)
449 (math-check-known-matrixp): Check the values of arguments that are
450 variables.
451 (math-check-known-square-matrixp): New function.
452 (math-known-square-matrixp): Use math-check-known-square-matrixp.
453 (math-super-types): Add sqmatrix type.
454
455 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
456 mode name `square' to 'sqmatrix'.
457
458 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
459 mode name `square' to 'sqmatrix'.
460
461 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * progmodes/etags.el (select-tags-table-mode): Don't use
464 selective-display.
465 (tags-select-tags-table): Pass `button' to the action function.
466 (select-tags-table): Place the side-info on button properties rather
467 than in hidden text. Abbreviate file names.
468 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
469 (select-tags-table-select): Add `button' argument.
470 Get side-info from the button property rather than from hidden text.
471
472 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
473
474 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
475 (gud-speedbar-buttons): Preserve point if possible.
476 (gud-sentinel): Restore previous speedbar display type.
477
478 * progmodes/gdb-ui.el (gdba): Improve diagram.
479 (def-gdb-auto-update-handler, gdb-info-locals-handler)
480 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
481 Call get-buffer-window once.
482
483 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
486 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
487 (pascal-indent-command): Remove unused var `ind'.
488 (pascal-indent-case): Remove unused var `oldpos'.
489 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
490 since it's now used as a proper minor mode map.
491 (pascal-outline): Rename to pascal-outline-mode.
492 (pascal-outline-mode): Use define-minor-mode.
493 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
494 selective-display.
495
496 2005-10-10 Andreas Schwab <schwab@suse.de>
497
498 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
499 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
500
501 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
502 outside source directory.
503
504 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
505
506 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
507 C-x' as a prefix.
508 (orgtbl-mode-map): Full keymap instead of sparse, because all
509 `self-insert-command' keys are redefined in this map.
510 (org-export-as-html): Specify charset for HTML file, by taking it
511 from the coding system.
512
513 2005-10-10 Kenichi Handa <handa@m17n.org>
514
515 * textmodes/flyspell.el (flyspell-check-word-p):
516 If unread-command-events is non-empty, don't call sit-for.
517
518 2005-10-09 Richard M. Stallman <rms@gnu.org>
519
520 * font-lock.el (font-lock-syntactic-keywords)
521 (font-lock-keywords): Doc fixes.
522
523 * textmodes/flyspell.el (flyspell-external-point-words):
524 Simplify logic, and don't try to check for consecutive appearances
525 of one incorrect word.
526
527 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
528
529 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
530 separator.
531
532 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
533 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
534 (gud-expansion-speedbar-buttons): New function.
535 (gud-speedbar-buttons): Check for gud-comint-buffer.
536
537 2005-10-09 Bill Wohler <wohler@newt.com>
538
539 * Makefile.in (updates): Add mh-loaddefs dependency.
540
541 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
542
543 * speedbar.el (speedbar-file-key-map): Fix typo.
544
545 2005-10-09 Daniel Brockman <daniel@brockman.se>
546
547 * cus-start.el (line-spacing): Add custom spec.
548
549 2005-10-09 Romain Francoise <romain@orebokech.com>
550
551 * textmodes/ispell.el (ispell-check-version): Fix last change.
552
553 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
554
555 * term/x-win.el: Remove -i, --icon-type from comment.
556
557 * startup.el (command-line-x-option-alist): Remove options -i,
558 -itype, --icon-type, added -nb, --no-bitmap-icon
559
560 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
561
562 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
563 instead of :active.
564
565 2005-10-08 Eric Hanchrow <offby1@blarg.net>
566
567 * textmodes/ispell.el (ispell-check-version):
568 Ignore hyphen, and all that follows, in aspell's version text.
569
570 2005-10-08 Jay Belanger <belanger@truman.edu>
571
572 * calc/calc-arith.el (math-known-square-matrixp): New function.
573 (math-pow-fancy): Check for matrices before distributing exponent
574 across products.
575
576 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
577 fullscreen keypad. Suggested by Luc Teirlinck.
578 (calc-keypad-show-input): Add space for formatting.
579
580 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
581 Add square matrix option.
582
583 * calc/calc-poly.el (math-expand-term): Check for matrices instead
584 of checking calc-matrix-mode when deciding how to expand.
585
586 * calc/calc.el (calc-set-mode-line): Add square matrix option.
587
588 2005-10-08 Lars Hansen <larsh@soem.dk>
589
590 * net/tramp.el (tramp-perl-directory-files-and-attributes):
591 Add error handling.
592 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
593
594 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
595
596 Sync with Tramp 2.0.51.
597
598 * net/tramp.el (tramp-handle-set-visited-file-modtime)
599 (tramp-handle-insert-file-contents, tramp-handle-write-region):
600 Insert special handling for `last-coding-system-used', again
601 it still seems to be necessary (unlike stated before).
602 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
603 (tramp-password-prompt-regexp): There might be other words before
604 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
605 (tramp-chunksize): Improve docstring.
606 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
607 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
608 Christian Joergensen <bugs@razor.dk>.
609
610 2005-10-07 Glenn Morris <rgm@gnu.org>
611
612 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
613 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
614 precision'.
615
616 2005-10-07 Romain Francoise <romain@orebokech.com>
617
618 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
619 (ibuffer-do-shell-command-pipe-replace)
620 (ibuffer-do-shell-command-file, ibuffer-do-eval)
621 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
622 (ibuffer-do-revert, ibuffer-do-replace-regexp)
623 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
624 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
625 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
626 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
627 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
628 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
629 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
630 Autoload file sans suffix.
631
632 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
633
634 2005-10-07 David Ponce <david@dponce.com>
635
636 * recentf.el (recentf-menu-open-all-flag): New option.
637 (recentf-digit-shortcut-command-name): New function.
638 (recentf--shortcuts-keymap): New variable.
639 (recentf-menu-shortcuts): New variable.
640 (recentf-make-menu-items): Initialize it. Replace the "More..."
641 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
642 (recentf-menu-value-shortcut): New function.
643 (recentf-make-menu-item): Use it. No more in-lined.
644 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
645 (recentf-open-most-recent-file): Rename from
646 `recentf-open-file-with-key'. Don't depend on key binding.
647 (recentf-mode-map): New variable.
648 (recentf-mode): Use it.
649
650 2005-10-06 Bill Wohler <wohler@newt.com>
651
652 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
653
654 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
655 (MH-E-SRC): New. Used by mh-autoloads.
656 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
657 files in MH-E-SRC have been updated.
658 (compile, recompile, bootstrap): Depend on mh-autoloads.
659
660 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
661
662 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
663 gud-break and gud-remove icons when the fringe is not available.
664
665 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
666 Typo.
667
668 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
669
670 * play/zone.el (zone): Wrap body with save-window-excursion.
671
672 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
675 Use the new `list-only' arg to diary-list-entries.
676
677 * calendar/diary-lib.el: Use overlays rather than selective-display.
678 (diary-selective-display): New var.
679 (diary-header-line-format): Use it.
680 (diary-list-entries): Add argument `list-only'.
681 Put the buffer in diary-mode. Don't add \^M at beg and end.
682 Replace \^M by invisible overlays.
683 (diary-unhide-everything): Replace \^M by invisible overlays.
684 (print-diary-entries): Look for overlays rather than \^M.
685 Add a space to the temp buffer name.
686 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
687 Put the buffer in diary-mode.
688 (list-sexp-diary-entries): Replace \^M by invisible overlays.
689 (diary-anniversary): Make the year arg optional.
690 (diary-time-regexp): New const.
691 (diary-font-lock-keywords): Use it to accept a few more time formats.
692
693 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
694
695 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
696
697 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
698 Fix bug introduced 2005-07-03: Use (car (last ...))
699 to faithfully reproduce replaced artist-last.
700 (artist-set-arrow-points-for-poly): Likewise.
701 Suggested by Johan Bockg\e,Ae\e(Brd.
702
703 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
704
705 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
706 * wid-edit.el (widget):
707 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
708 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
709
710 2005-10-06 Kenichi Handa <handa@m17n.org>
711
712 * international/mule-cmds.el (set-language-environment):
713 Fix setting up of case-table for unibyte mode.
714
715 * simple.el (what-cursor-position): If the character is displayed
716 by some `display' text property, show that. Don't use
717 single-key-description for eight-bit characters in multibyte mode.
718
719 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
720
721 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
722 (gdb-ann3): Set it.
723 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
724 (gdb-info-frames-custom): Use inverse-video for first five
725 characters of selected frame only.
726 (gdb-get-frame-number): Select frame even when point is on frame
727 number.
728
729 2005-10-06 Masatake YAMATO <jet@gyve.org>
730
731 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
732 Put `font-lock-function-name-face'.
733 (gdb-info-frames-custom): Put `font-lock-function-name-face'
734 and `font-lock-variable-name-face'
735 (gdb-registers-font-lock-keywords): New font lock keywords definition.
736 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
737 (gdb-memory-font-lock-keywords): New font lock keywords definition.
738 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
739 (gdb-local-font-lock-keywords): New font lock keywords definition.
740 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
741 (gdb-threads-font-lock-keywords): New font lock keywords definition.
742 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
743
744 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
745
746 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
747 (ediff-merge-region-is-non-clash-to-skip): Previously called
748 ediff-merge-region-is-non-clash.
749
750 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
751 Use insert-buffer-substring.
752
753 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
754 selecting files to patch. Also bug fixes.
755
756 * ediff-util.el (ediff-setup): Bug fix.
757 (ediff-next-difference): Never skip clashes that differ in white
758 space only.
759
760 * ediff-wind.el (ediff-setup-control-frame)
761 (ediff-destroy-control-frame): Check the menubar feature.
762
763 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
764 (viper-refresh-mode-line): Use make-local-variable to localize
765 some vars instead of make-variable-buffer-local. Suggested by
766 Stefan Monnier.
767
768 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
769 (viper-restore-cursor-type, viper-set-insert-cursor-type):
770 Use make-local-variable instead of make-variable-buffer-local.
771 Suggested by Stefan Monnier.
772
773 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
774 (viper-comint-mode-hook): Use make-local-variable on
775 require-final-newline.
776 (viper-non-hook-settings): Don't use make-variable-buffer-local.
777
778 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
781 also the second char of a comment-start sequence.
782 (scheme-sexp-comment-syntax-table): New var.
783 (lambda, define): Set their scheme-doc-string-elt property.
784 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
785 Use lisp-font-lock-syntactic-face-function now that it properly
786 handles |...| symbols.
787 (scheme-mode-variables): Set lisp-doc-string-elt-property,
788 parse-sexp-lookup-properties and font-lock-extra-managed-props.
789
790 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
791 bit from # to |.
792 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
793
794 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
795 (lisp-doc-string-elt-property): New var.
796 (lisp-font-lock-syntactic-face-function): Use it.
797 Rewrite to recognize docstrings even for forms not at toplevel.
798
799 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
800 annotation on the | part of #| rather than on the # part.
801 (scheme-font-lock-syntactic-face-function): New function, to
802 distinguish strings from |...| symbols.
803 (scheme-mode-variables): Use it. Also fix up the font-lock-time
804 syntax-table so that #|...|# is properly highlighted.
805
806 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
807 Don't mark as docstring the 3rd elem of an unknown toplevel form.
808
809 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
812 and C-e.
813
814 * emacs-lisp/eldoc.el: Move comments into docstrings.
815 (eldoc-message-commands): Initialize in its declaration.
816 Add move-beginning-of-line and move-end-of-line.
817 (eldoc-add-command, eldoc-add-command-completions)
818 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
819
820 * outline.el (outline-mark-subtree): Activate the mark.
821
822 * calendar/appt.el (appt-time-regexp): New var.
823 (appt-add, appt-make-list): Use it.
824 (appt-convert-time): Clean up.
825
826 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
827 Don't set any syntax-table property here.
828 (tex-font-lock-verb): New function. Do it here.
829 (tex-font-lock-syntactic-keywords): Use it.
830
831 2005-10-04 Richard M. Stallman <rms@gnu.org>
832
833 * wid-edit.el (widget-file-complete): Get the widget start point
834 the right way. Default directory to `/' if file has none.
835
836 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
837
838 * textmodes/flyspell.el (flyspell-mode-on):
839 Call ispell-maybe-find-aspell-dictionaries.
840
841 * textmodes/ispell.el (ispell-word, ispell-region):
842 Call ispell-maybe-find-aspell-dictionaries.
843 (ispell-accept-buffer-local-defs):
844 Don't call ispell-maybe-find-aspell-dictionaries
845
846 2005-10-04 Richard M. Stallman <rms@gnu.org>
847
848 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
849
850 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
851
852 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
853 instead of `fboundp' in order to allow for anonymous functions.
854
855 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
856
857 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
858 case the user clicks on the link while another window is selected.
859 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
860
861 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
862 functionality.
863 (dframe-help-echo): Save point in case mouse tracking is off.
864
865 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
866
867 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
868
869 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
872 not change the global value of those vars.
873
874 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
875 make-local-variable which we do not need any more.
876
877 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
878
879 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
880 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
881 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
882 (speedbar-path-line): Define obsolete aliases.
883 (speedbar-line-directory): Doc fix.
884
885 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
886 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
887 instead of speedbar-line-path.
888
889 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
890
891 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
892 to nil if dropping on a window. Handle dropping on a minibuffer window
893 like dropping on a non-window part of Emacs.
894
895 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 * net/ange-ftp.el: Use with-current-buffer.
898 (ange-ftp-insert-directory): Do not follow symlinks any more.
899
900 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
901 Remove interactive spec.
902
903 2005-10-03 Kim F. Storm <storm@cua.dk>
904
905 * ido.el (ido-mode): Use custom-initialize-set.
906
907 2005-10-02 Richard M. Stallman <rms@gnu.org>
908
909 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
910 Use insert-buffer-substring.
911
912 * net/tramp.el: Pacify byte compiler warnings in pacification code.
913 (tramp-handle-file-local-copy): Use insert-buffer-substring.
914
915 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
918 in last change.
919 (ange-ftp-insert-directory): Fix up the search for the case where
920 `file' is absolute.
921
922 2005-10-02 Romain Francoise <romain@orebokech.com>
923
924 * progmodes/compile.el (compile-goto-error): Delete extra paren.
925
926 2005-10-02 Andreas Schwab <schwab@suse.de>
927
928 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
929 directory component in the session info.
930
931 2005-10-01 Richard M. Stallman <rms@gnu.org>
932
933 * comint.el (comint-redirect-subvert-readonly): Doc fix.
934
935 * simple.el (next-error-internal): New function.
936
937 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
938 (compilation-start): Pass new arg to compilation-buffer-name.
939 (compile-goto-error): Use next-error-internal.
940
941 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
942
943 * speedbar.el: Remove RCS tag.
944 (speedbar-check-read-only): Handle non-existent files.
945
946 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
947
948 * info.el (Info-speedbar-hierarchy-buttons)
949 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
950
951 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
952
953 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
954 Do not match newline.
955 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
956 (bibtex-summary): Remove unnecessary save-excursion.
957 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
958
959 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
960
961 * term/mac-win.el: Add charset info for "iso10646-1".
962 Modify default fontset to use ATSUI-compatible fonts for some charsets
963 if available.
964
965 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
966
967 * speedbar.el: Re-apply arch tag.
968 (speedbar-version): Rename to version 1.0. Suggested by Eric
969 M. Ludlam.
970 Reapply two changes from Emacs CVS' version of speedbar lost
971 during the merge:
972 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
973 (speedbar-frame-parameters): Improve customize type.
974
975 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
978 (ange-ftp-file-directory-p): Fix the symlink case.
979 (ange-ftp-insert-directory): When listing a single file, get a list of
980 the parent buffer and extract the relevant line. Inspired from a patch
981 by Katsumi Yamaoka <yamaoka@jpl.org>.
982 (ange-ftp-file-name-sans-versions): Simplify.
983
984 2005-09-30 Bill Wohler <wohler@newt.com>
985
986 Move MH-E image files from toolbar and mail directories into
987 etc/images.
988
989 * mail/reply2.*: Move to etc/images/mail/reply*.
990
991 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
992 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
993 etc/images.
994
995 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
996 * toolbar/reply*: Move to etc/images/mail.
997
998 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
999
1000 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1001
1002 * speedbar.el: New version 1.0pre3.
1003
1004 Frame management code (including timer, and mouse click specifics)
1005 moved to dframe.el:
1006 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1007 (speedbar-timer): Removed. Use dframe-timer.
1008 (speedbar-close-frame): Removed. Use dframe-close-frame.
1009 (speedbar-activity-change-focus-flag): Removed. Use
1010 dframe-activity-change-focus-flag.
1011 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1012 dframe-update-speed.
1013
1014 (speedbar-current-frame): New macro. Use this instead of the
1015 variable speedbar-frame.
1016
1017 (speedbar-use-images, speedbar-expand-image-button-alist)
1018 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1019
1020 (speedbar-find-image-on-load-path): Removed. Replaced by
1021 defezimage in ezimage.el.
1022 (speedbar-expand-image-button-alist): Removed. Replaced by
1023 ezimage-expand-image-button-alist in ezimage.el.
1024
1025 (speedbar-ignored-directory-regexp)
1026 (speedbar-add-ignored-directory-regexp)
1027 (speedbar-ignored-directory-expressions)
1028 (speedbar-line-directory, speedbar-buffers-line-directory)
1029 (speedbar-directory-line, speedbar-buffers-line-directory):
1030 Renamed, replacing `path' with `directory'.
1031
1032 (speedbar-create-directory, speedbar-expand-line-descendants)
1033 (speedbar-toggle-line-expansion)
1034 (speedbar-contract-line-descendants): New commands.
1035
1036 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1037 (speedbar-use-tool-tips-flag): New options.
1038
1039 (speedbar-check-read-only, speedbar-require-version)
1040 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1041 (speedbar-handle-delete-frame, speedbar-try-completion)
1042 (speedbar-update-localized-contents): New functions.
1043
1044 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1045 (speedbar-object-read-only-indicator): New variables.
1046
1047 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1048 New hooks.
1049
1050 (speedbar-separator-face): New face.
1051
1052 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1053 (speedbar-ignored-modes): Add fundamental-mode.
1054 (speedbar-directory-unshown-regexp): Add . directories.
1055
1056 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1057 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1058 `]' for full expand/close.
1059 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1060
1061 (speedbar-check-vc): Support hidden files.
1062 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1063 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1064 state is nil, it is not checked out.
1065
1066 (speedbar-line-text, speedbar-line-token): Support expand buttons
1067 with no text.
1068 (speedbar-refresh): Universal argument acts as power-click.
1069 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1070 that buffer to get variable values.
1071
1072 And many other bugfixes.
1073
1074 * dframe.el, ezimage.el, sb-image.el: New files.
1075
1076 * sb-*.xpm: Remove files. New image files installed into
1077 etc/images/ezimage.
1078
1079 2005-09-30 Kenichi Handa <handa@m17n.org>
1080
1081 * ps-mule.el (ps-mule-show-warning): If a character is in
1082 ps-print-translation-table, don't treat it as non-printable.
1083
1084 2005-09-30 David Ponce <david@dponce.com>
1085
1086 * tree-widget.el (tree-widget-themes-load-path): New variable.
1087 (tree-widget-themes-directory): Doc fix.
1088 (tree-widget-image-formats) [Emacs]: Doc fix.
1089 (tree-widget--locate-sub-directory): New function.
1090 (tree-widget-themes-directory): Use it.
1091
1092 * recentf.el (recentf-filename-handlers): Rename from
1093 `recentf-filename-handler'. Allow a list of functions.
1094 (recentf-menu-items-for-commands): Fix :help strings.
1095 (recentf-apply-filename-handlers): New function.
1096 (recentf-expand-file-name): Use it.
1097 (recentf-cleanup): Remove duplicates too.
1098
1099 2005-09-29 Juri Linkov <juri@jurta.org>
1100
1101 * faces.el: Rearrange face definitions to be in the same order as
1102 their face descriptions in "(emacs)Standard Faces".
1103
1104 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1105
1106 * tooltip.el (tooltip): Add group `basic-faces'.
1107
1108 * buff-menu.el (Buffer-menu-buffer): Remove group
1109 `font-lock-highlighting-faces'.
1110
1111 * progmodes/compile.el (compilation-error, compilation-warning)
1112 (compilation-info, compilation-line-number, compilation-column-number):
1113 Change group from `font-lock-highlighting-faces' to `compilation'.
1114
1115 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1116 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1117 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1118 (vhdl-font-lock-reserved-words-face)
1119 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1120 `font-lock-highlighting-faces'.
1121
1122 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1123
1124 2005-09-28 Kim F. Storm <storm@cua.dk>
1125
1126 * emulation/cua-base.el: Set CUA move property on additional commands:
1127 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1128 forward-sexp, backward-sexp, forward-list, backward-list.
1129
1130 2005-09-28 Romain Francoise <romain@orebokech.com>
1131
1132 * comint.el (comint-show-output): Really set point at the
1133 beginning of the output when not using `comint-use-prompt-regexp'.
1134
1135 2005-09-27 Jay Belanger <belanger@truman.edu>
1136
1137 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1138 in TeX mode.
1139
1140 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1141
1142 * textmodes/org.el (org-table-sum): Fix format string.
1143
1144 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1145 Quote face names.
1146
1147 2005-09-26 Romain Francoise <romain@orebokech.com>
1148
1149 * isearch.el (isearch-forward-regexp): Close doc string.
1150
1151 2005-09-25 Richard M. Stallman <rms@gnu.org>
1152
1153 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1154
1155 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1156
1157 * progmodes/compile.el (compilation-error-properties):
1158 When getting the file from the previous error message,
1159 correctly decode the new data format.
1160
1161 * progmodes/cc-cmds.el (c-electric-paren):
1162 Call old-blink-paren only for close-paren.
1163
1164 2005-09-24 Andreas Schwab <schwab@suse.de>
1165
1166 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1167 condition.
1168
1169 2005-09-25 Romain Francoise <romain@orebokech.com>
1170
1171 * dired-aux.el (dired-copy-file-recursive):
1172 * dired.el (dired-delete-file):
1173 * ediff-mult.el (ediff-dir-diff-copy-file):
1174 * ediff-util.el (ediff-test-save-region):
1175 * forms.el (forms-mode):
1176 * ido.el (ido-file-internal, ido-delete-file-at-head):
1177 * log-edit.el (log-edit-done):
1178 * ses.el (ses-yank-resize):
1179 * play/gomoku.el (gomoku-human-plays, gomoku)
1180 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1181 (gomoku-offer-a-draw):
1182 * play/landmark.el (lm-human-resigns, lm):
1183 * net/eudcb-ldap.el (eudc-ldap-check-base):
1184 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1185 * progmodes/ebrowse.el (ebrowse-find-pattern):
1186 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1187 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1188 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1189
1190 * vc.el (vc-delete-file):
1191 * play/gomoku.el (gomoku-terminate-game, gomoku)
1192 (gomoku-prompt-for-move, gomoku-human-takes-back):
1193 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1194 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1195
1196 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1197
1198 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1199 color rxvt terminals by using the code xterm.el used to use before
1200 2005-04-09 in order to match the colors used by rxvt.
1201
1202 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1203
1204 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1205 colors rxvt-unicode terminals by using the same code as xterm.el.
1206
1207 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1210 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1211 new symbol used for the tex-verbatim face.
1212
1213 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1214
1215 * woman.el (woman-file-name):
1216 * wid-edit.el (widget-file-prompt-value)
1217 (widget-coding-system-prompt-value):
1218 * w32-fns.el (set-w32-system-coding-system):
1219 * vc.el (vc-version-diff, vc-annotate):
1220 * textmodes/reftex-auc.el (reftex-arg-cite)
1221 (reftex-arg-index-tag):
1222 * textmodes/refer.el (refer-get-bib-files):
1223 * textmodes/artist.el (artist-figlet-choose-font):
1224 * terminal.el (terminal-emulator):
1225 * replace.el (occur-read-primary-args):
1226 * rect.el (string-rectangle, string-insert-rectangle):
1227 * ps-print.el (ps-print-preprint):
1228 * progmodes/pascal.el (pascal-goto-defun):
1229 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1230 * progmodes/compile.el (compilation-find-file):
1231 * printing.el (pr-interactive-n-up):
1232 * play/animate.el (animate-birthday-present):
1233 * net/rcompile.el (remote-compile):
1234 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1235 * mail/rmailsum.el (rmail-summary-search-backward)
1236 (rmail-summary-search):
1237 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1238 (rmail-output-read-file-name):
1239 * mail/rmail.el (rmail-search, rmail-search-backwards):
1240 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1241 * locate.el (locate):
1242 * international/quail.el (quail-show-keyboard-layout):
1243 * international/mule.el (set-buffer-file-coding-system)
1244 (revert-buffer-with-coding-system, set-file-name-coding-system)
1245 (set-terminal-coding-system, set-keyboard-coding-system)
1246 (set-next-selection-coding-system):
1247 * international/mule-diag.el (describe-coding-system)
1248 (describe-font, describe-fontset):
1249 * international/mule-cmds.el (universal-coding-system-argument)
1250 (search-unencodable-char, describe-input-method)
1251 (set-language-environment, describe-language-environment):
1252 * international/codepage.el (codepage-setup):
1253 * international/code-pages.el (codepage-setup):
1254 * info.el (Info-search, Info-follow-reference)
1255 (Info-search-backward):
1256 * emacs-lisp/advice.el (ad-read-advised-function)
1257 (ad-read-advice-class, ad-clear-cache, ad-activate)
1258 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1259 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1260 (ad-read-regexp):
1261 * ediff-util.el (ediff-toggle-regexp-match):
1262 * ediff-ptch.el (ediff-prompt-for-patch-file):
1263 * dired-aux.el (dired-diff):
1264 * diff.el (diff):
1265 * cus-edit.el (custom-variable-prompt):
1266 * calendar/timeclock.el (timeclock-ask-for-project):
1267 * calc/calcalg3.el (calc-get-fit-variables):
1268 * calc/calc-store.el (calc-edit-variable)
1269 (calc-permanent-variable):
1270 * vc-mcvs.el (vc-mcvs-register):
1271 * shadowfile.el (shadow-define-literal-group):
1272 * woman.el (woman-file-name):
1273 * vc.el (vc-version-diff, vc-merge):
1274 * textmodes/reftex-index.el (reftex-index-complete-tag):
1275 * format.el (format-decode-buffer, format-decode-region):
1276 * emulation/viper-cmd.el (viper-read-string-with-history):
1277 * emacs-lisp/debug.el (cancel-debug-on-entry):
1278 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1279 * ediff.el (ediff-merge-revisions)
1280 (ediff-merge-revisions-with-ancestor, ediff-revision):
1281 * completion.el (interactive-completion-string-reader):
1282 * calc/calc-prog.el (calc-user-define-formula):
1283 Follow convention for reading with the minibuffer.
1284
1285 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1286
1287 * progmodes/python.el (python-describe-symbol): Add globals() and
1288 locals() to the arguments of emacs.ehelp.
1289
1290 2005-09-24 Magnus Henoch <mange@freemail.hu>
1291
1292 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1293 New function, code extracted from ispell-valid-dictionary-list.
1294 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1295 Call it.
1296
1297 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1298
1299 * subr.el (version-regexp-alist): Extend valid syntax for version
1300 strings: allow any of the characters -,_,+ to separate the
1301 alpha/beta/rc part from the version part. Doc fix.
1302 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1303
1304 2005-09-23 David Reitter <david.reitter@gmail.com>
1305
1306 * mail/mailclient.el: New file.
1307
1308 2005-09-23 Richard M. Stallman <rms@gnu.org>
1309
1310 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1311 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1312 Doc fixes.
1313
1314 * progmodes/cc-mode.el (c-font-lock-init):
1315 Specify font-lock-lines-before.
1316
1317 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1320 whole conflict.
1321
1322 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1323
1324 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1325 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1326 of `remap' feature when available. Additional key bindings for
1327 better tty support.
1328 (org-mode-restart, org-force-self-insert): New commands.
1329 (org-time-stamp-inactive): New command.
1330 (org-remap): New function.
1331 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1332 (org-enable-fixed-width-editor): Move to `org-structure'
1333 customization group.
1334 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1335 blank field after field motion commands.
1336
1337 2005-09-23 Kenichi Handa <handa@m17n.org>
1338
1339 * international/mule-cmds.el (set-language-environment):
1340 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1341 have to call utf-translate-cjk-load-tables.
1342
1343 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * mouse.el (mouse-move-drag-overlay): Fix last change.
1346
1347 2005-09-22 David Ponce <david@dponce.com>
1348
1349 * tree-widget.el (tree-widget-value-create): Fix previous change.
1350
1351 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1352
1353 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1354
1355 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * mouse.el (mouse-move-drag-overlay): New function.
1358 (mouse-drag-region-1): Use it.
1359 Try to simplify a bit the state handling. Handle clicks on links
1360 inside intangible areas.
1361 (mouse-save-then-kill): Minor simplification.
1362 (mouse-secondary-overlay): Make it always non-nil instead of
1363 recreating it each time.
1364 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1365 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1366 Simplify accordingly.
1367
1368 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1369
1370 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1371
1372 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1373
1374 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1375 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1376 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1377 to patch.
1378
1379 * ediff-util.el: Use insert-buffer-substring.
1380
1381 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1382
1383 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1384 field boundaries in the minibuffer.
1385 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1386 (viper-minibuffer-post-command-hook): New hook.
1387 (viper-line): Don't move cursor at bolp.
1388
1389 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1390
1391 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1392 avoid compiler warnings.
1393
1394 * emulation/viper-macs.el (ex-map): Better messages.
1395
1396 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1397
1398 * emulation/viper.el: Replace make-variable-buffer-local with
1399 viper-make-variable-buffer-local everywhere, to avoid warnings.
1400
1401 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1404 Delete unused var `old-selected-window'.
1405 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1406 (mouse-drag-secondary): Delete unused var `start-frame'.
1407
1408 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1409
1410 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1411
1412 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1415 Re-indent within 80 columns. Use inhibit-read-only.
1416
1417 2005-09-19 Romain Francoise <romain@orebokech.com>
1418
1419 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1420
1421 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1424 unconditionally, since the after-change-function already did it.
1425
1426 2005-09-19 Miles Bader <miles@gnu.org>
1427
1428 * net/newsticker.el: Get rid of CVS keyword.
1429
1430 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1431
1432 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1433 The prompt is formatted later.
1434
1435 2005-09-19 David Ponce <david@dponce.com>
1436
1437 * tree-widget.el (tree-widget-value-create): Save the converted
1438 tree :node widget.
1439
1440 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1441
1442 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1443 variable `message'.
1444
1445 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1446
1447 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1448 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1449 <slawomir.nowaczyk.847@student.lu.se>.
1450
1451 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * image.el (image-load-path): Use symbol `data-directory' instead
1454 of its value, for backward compatibility with packages that bind
1455 it during `find-image'. Suggested by Katsumi Yamaoka.
1456 (image-search-load-path): Handle symbols whose values are strings.
1457
1458 2005-09-18 Romain Francoise <romain@orebokech.com>
1459
1460 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1461 with-current-buffer form in save-excursion.
1462
1463 2005-09-18 D Goel <deego@gnufans.org>
1464
1465 * apropos.el (apropos-command): Fix `message' call: first arg
1466 should be a format spec. In this and all other cases that appear
1467 below and elsewhere in the source code, I made a change only when
1468 two conditions were satisfied: [1] I can think of a possibility
1469 that the arguments would cause an error, for example, the code in
1470 question relies on external variables such as filenames. [2] I
1471 was sure that the arg to `message' could not have been nil in the code.
1472
1473 * textmodes/tildify.el (tildify-region): Ditto.
1474
1475 * textmodes/reftex-index.el (reftex-index-change-entry)
1476 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1477 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1478 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1479 (org-priority, org-table-sum):
1480 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1481 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1482 (flyspell-word, flyspell-display-next-corrections):
1483 * textmodes/bibtex.el (bibtex-print-help-message):
1484 * textmodes/artist.el (artist-key-set-point-poly):
1485 * term/mac-win.el (mac-services-insert-text):
1486 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1487 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1488 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1489 (vhdl-compose-configuration):
1490 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1491 (sh-set-indent, sh-learn-line-indent):
1492 * progmodes/ps-mode.el (ps-mode-target-column):
1493 * progmodes/idlwave.el (idlwave-make-tags)
1494 (idlwave-scan-library-catalogs):
1495 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1496 * progmodes/gud.el (gud-jdb-analyze-source):
1497 * progmodes/flymake.el (flymake-log):
1498 * progmodes/ebnf2ps.el (ebnf-generate-region):
1499 * progmodes/cmacexp.el (c-macro-expansion):
1500 * progmodes/ada-xref.el (ada-treat-cmd-string):
1501 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1502 (ada-justified-indent-current, ada-batch-reformat):
1503 * play/zone.el (zone):
1504 * play/landmark.el (lm-move):
1505 * play/decipher.el (decipher-show-alphabet):
1506 * net/newsticker.el (newsticker--display-jump)
1507 (newsticker--display-scroll):
1508 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1509 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1510 * mail/feedmail.el (feedmail-dump-message-to-queue):
1511 * eshell/esh-proc.el (eshell-remove-process-entry):
1512 * emulation/ws-mode.el (ws-last-error):
1513 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1514 (viper-record-kbd-macro):
1515 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1516 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1517 * emacs-lisp/find-func.el (find-function-noselect):
1518 * calendar/timeclock.el (timeclock-status-string)
1519 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1520 (timeclock-when-to-leave-string):
1521 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1522 * calc/calc-units.el (calc-enter-units-table):
1523 * calc/calc-mode.el (calc-mode-record-mode):
1524 * woman.el (woman-mini-help):
1525 * wdired.el (wdired-change-to-wdired-mode):
1526 * vc.el (vc-retrieve-snapshot):
1527 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1528 * startup.el (display-startup-echo-area-message):
1529 * simple.el (set-goal-column):
1530 * ses.el (ses-command-hook, ses-recalculate-cell):
1531 * server.el (server-process-filter):
1532 * printing.el (pr-interface-txt-print, pr-interface-printify)
1533 (pr-interface-ps):
1534 * pcvs.el (cvs-help):
1535 * log-edit.el (log-edit, log-edit-mode-help):
1536 * iswitchb.el (iswitchb-possible-new-buffer):
1537 * isearch.el (isearch-edit-string):
1538 * image-mode.el (image-mode, image-minor-mode):
1539 * ibuf-macs.el (define-ibuffer-filter):
1540 * hi-lock.el (hi-lock-find-patterns):
1541 * files.el (toggle-read-only):
1542 * ediff-util.el (ediff-copy-diff)
1543 (ediff-write-merge-buffer-and-maybe-kill):
1544 * echistory.el (Electric-history-undefined):
1545 * dnd.el (dnd-insert-text):
1546 * dired-aux.el (dired-query):
1547 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1548 * bookmark.el (bookmark-bmenu-locate):
1549 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1550 Fix `message' calls to ensure first arg is a format string.
1551 The change was made only when these two conditions were satisfied:
1552 [1] when there is a possibility that the arguments would cause an error
1553 for example, if the code in question relies on external variables
1554 such as filenames, and
1555 [2] if the arg to `message' could not have been nil in the code.
1556
1557 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1558 Not having a %s would be weird, though not technically wrong.
1559
1560 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1561
1562 * term/mac-win.el (mac-add-charset-info): Doc fix.
1563
1564 2005-09-17 Romain Francoise <romain@orebokech.com>
1565
1566 * shell.el (shell-resync-dirs): Handle echoing processes more
1567 reliably. Don't insert resync command if `comint-process-echoes'
1568 is non-nil.
1569
1570 2005-09-17 Magnus Henoch <mange@freemail.hu>
1571
1572 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1573 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1574 aspell versions >= 0.60.
1575 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1576 only if ispell-aspell-supports-utf8 is non-nil.
1577
1578 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1579
1580 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1581 buffer-local value to lisp-indent-function.
1582
1583 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1584
1585 * progmodes/glasses.el (glasses-make-readable): If
1586 glasses-separator differs from underscore, put appropriate
1587 overlays over underscore characters.
1588 (glasses-convert-to-unreadable): If glasses-separator differs from
1589 underscore, try to convert glasses-separator characters to
1590 underscores.
1591
1592 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1595 Use with-syntax-table and dolist.
1596
1597 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1598
1599 * textmodes/reftex-auc.el:
1600 * textmodes/reftex-cite.el:
1601 * textmodes/reftex-dcr.el:
1602 * textmodes/reftex-global.el:
1603 * textmodes/reftex-parse.el:
1604 * textmodes/reftex-ref.el:
1605 * textmodes/reftex-sel.el:
1606 * textmodes/reftex-toc.el:
1607 * textmodes/reftex-vars.el:
1608 * textmodes/reftex.el: Small changes to remove compiler warnings.
1609
1610 * textmodes/reftex-index.el: Likewise.
1611 (reftex-query-index-phrase): More efficient use of markers.
1612
1613 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * image.el (image-load-path): New variable.
1616 (image-search-load-path): New function.
1617 (find-image): Search for images in `image-load-path'.
1618
1619 2005-09-15 Richard M. Stallman <rms@gnu.org>
1620
1621 * follow.el: Change Maintainer field.
1622
1623 2005-09-15 David Ponce <david@dponce.com>
1624
1625 * recentf.el (recentf-save-file-modes): New option.
1626 (recentf-save-list): Use it.
1627
1628 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1629
1630 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1631 (mode-line-mule-info, mode-line-modified): Move bindings from
1632 mouse-3 to mouse-1.
1633
1634 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * simple.el (sendmail-user-agent-compose): Revert last change.
1637
1638 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1641 Use with-current-buffer.
1642 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1643 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1644 (ange-ftp-insert-directory): Remove unused var `short'.
1645 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1646
1647 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1648 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1649
1650 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1651 (check-calendar-holidays, diary-list-entries): Autoload.
1652 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1653 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1654
1655 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1656 which mistakenly removed a call to display-buffer.
1657
1658 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1661
1662 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1663
1664 * progmodes/hideshow.el
1665 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1666 (hs-allow-nesting): New user var.
1667 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1668 (hs-hide-block-at-point): When nesting allowed,
1669 if there is already an overlay in place, delete it.
1670 (hs-safety-is-job-n): Delete func; remove call sites.
1671 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1672 (hs-overlay-at): New func.
1673 (hs-already-hidden-p, hs-show-block): Use it.
1674 (hs-hide-all): Don't pre-clean if nesting allowed.
1675 (hs-show-all): Temporarily disallow
1676 nesting around call to `hs-discard-overlays'.
1677
1678 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1681 Delete unused local var.
1682
1683 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1684
1685 * help-fns.el (describe-categories): "?\ " -> "?\s".
1686 (help-do-arg-highlight): Recognize also ARG-n, as in
1687 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1688
1689 * international/codepage.el (dos-unsupported-char-glyph):
1690 * net/newsticker.el (tool-bar-map, w3-mode-map)
1691 (w3m-minor-mode-map):
1692 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1693 (ent-alist):
1694 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1695
1696 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * custom.el (custom-push-theme): Handle the case where a symbol is
1699 bound but face properties have not yet been assigned.
1700
1701 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1702 Fix behavior if noerase is `t' and there is no mail buffer.
1703
1704 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1705 if `continue' is nil, rather than signal an error.
1706
1707 2005-09-12 Richard M. Stallman <rms@gnu.org>
1708
1709 * font-lock.el (font-lock-keywords): Add autoload.
1710
1711 * help-fns.el (describe-variable): Rearrange to put source link
1712 in a predictable place.
1713
1714 * net/newsticker.el: New file.
1715
1716 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1719 (calendar-basic-setup): Use the new nil arg.
1720 (number-of-diary-entries): Move to diary-lib.el.
1721
1722 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1723 (diary-list-entries): Use with-syntax-table and dolist.
1724 Rename from list-diary-entries.
1725 Use number-of-diary-entries if `number' is nil.
1726 (diary, diary-view-entries): Use this new name and new nil arg value.
1727 (number-of-diary-entries): Move from calendar.el.
1728 (diary-unhide-everything): New function.
1729 (include-other-diary-files, fancy-diary-display)
1730 (diary-show-all-entries, make-diary-entry): Use it.
1731 (diary-mail-entries): Use buffer-string.
1732 (mark-diary-entries): Fix long standing paren typo.
1733 (diary-sexp-entry): Use count-lines.
1734 (make-diary-entry): Avoid `previous-line'.
1735 (diary-mode-map): New var.
1736 (diary-mode): Redraw cal after saving. Setup header-line.
1737 (fancy-diary-display-mode): Use local-set-key.
1738
1739 * startup.el (command-line): Try calling various terminal-init-foo-bar
1740 functions by stripping hyphenated suffixes from $TERM.
1741
1742 * files.el (normal-mode): Check boundness of font-lock-keywords.
1743
1744 2005-09-12 Richard M. Stallman <rms@gnu.org>
1745
1746 * progmodes/compile.el: Don't decide a file's directory
1747 until the user actually tries to go there.
1748 (compilation-next-error-function):
1749 Pass compilation-find-file the directory from the file-struct.
1750 (compilation-internal-error-properties): Separate local FILE-STRUCT
1751 from FILE. Doc the args better. Rename arg FMT to FMTS.
1752 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1753 Expand it, and if nil, use default-directory.
1754 (compilation-get-file-structure): Don't mix specified directory
1755 with default directory. Put specified directory into
1756 file-struct. Don't make the file name absolute.
1757
1758 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1759 (compile-command): Add autoload.
1760 (compilation-disable-input): Add autoload.
1761
1762 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1763
1764 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1765 strings of the variables it can override.
1766 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1767 %Q and %q, for fully-qualified domain name and unqualified host name.
1768
1769 2005-09-11 Kim F. Storm <storm@cua.dk>
1770
1771 * emacs-lisp/authors.el (authors-aliases): Update list.
1772 (authors-fixed-entries): Update mldrag.el entry.
1773
1774 2005-09-10 Alan Mackenzie <acm@muc.de>
1775
1776 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1777 from the region narrowed to.
1778
1779 2005-09-10 Magnus Henoch <mange@freemail.hu>
1780
1781 * textmodes/ispell.el (ispell-check-version): Signal an error if
1782 aspell version is less than 0.60.
1783
1784 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1785
1786 * progmodes/octave-inf.el (inferior-octave-startup):
1787 Resync current dir at the end.
1788
1789 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1790
1791 * woman.el (woman-topic-at-point-default):
1792 Rename to woman-use-topic-at-point-default.
1793 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1794 (woman-file-name): Reflect renames above. Automatically use the
1795 word at point as topic if woman-use-topic-at-point is non-nil.
1796 Otherwise offer it as default but don't insert it in the
1797 minibuffer. Also use `test-completion' instead of `assoc' as
1798 suggested by Stefan Monnier.
1799
1800 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1801
1802 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1803 the attempt to do it over Tramp. This is not yet supported.
1804
1805 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1806
1807 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1808 (menu-bar-non-minibuffer-window-p): New functions.
1809 ("Split Window", "Save As..."): Use them.
1810 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1811 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1812 Use menu-bar-menu-frame-live-and-visible-p.
1813 ("Save Buffer", "Insert File", "Open Directory...")
1814 ("Open File...", "Visit New File..."):
1815 Use menu-bar-non-minibuffer-window-p.
1816 (kill-this-buffer-enabled-p, dired <menu-enable>):
1817 Use menu-bar-non-minibuffer-window-p.
1818
1819 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1820
1821 * cus-start.el (all): Don't complain about fringe-related
1822 built-ins if fringes are not supported. Ditto about
1823 selection-related built-ins. Fix the test for GTK-related built-ins.
1824
1825 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1826 ("Postscript Print Buffer", "Print Region", "Save As...")
1827 ("Save", "Insert File...", "Open Directory...")
1828 ("Open File...", "Visit New File..."")
1829 ("Truncate Long Lines in this Buffer"): Don't look at
1830 menu-updating-frame if this display does not support multiple frames.
1831
1832 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1833
1834 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1835
1836 2005-09-09 Emilio Lopes <eclig@gmx.net>
1837
1838 * woman.el: Format- and whitespace-related changes.
1839
1840 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1841
1842 * woman.el: Fix my email address.
1843
1844 2005-09-08 Richard M. Stallman <rms@gnu.org>
1845
1846 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1847 (sh-mode): Locally set skeleton-pair-default-alist.
1848
1849 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1850
1851 * progmodes/flymake.el: Require `compile' unconditionally.
1852
1853 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1854
1855 * woman.el (woman-file-name): Provide a default, not initial input.
1856
1857 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1858
1859 * font-lock.el (font-lock-support-mode): Doc fix.
1860
1861 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1862
1863 2005-09-08 Richard M. Stallman <rms@gnu.org>
1864
1865 * simple.el (blink-matching-open): Get rid of text props from
1866 the string shown in echo area. Don't permanently set point.
1867 Some rearrangements.
1868
1869 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1870
1871 * recentf.el (recentf-filename-handler): Add custom choice
1872 `abbreviate-file-name'.
1873
1874 * msb.el (msb--very-many-menus): Fix typo.
1875
1876 * disp-table.el (standard-display-european): Don't set
1877 enable-multibyte-characters to nil.
1878
1879 2005-09-08 David Ponce <david@dponce.com>
1880
1881 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1882 (recentf-expand-file-name): Doc fix.
1883 (recentf-dialog-mode-map): Define digit shortcuts.
1884 (recentf--files-with-key): New variable.
1885 (recentf-show-digit-shortcut-filter): New function.
1886 (recentf-open-files-items): New function.
1887 (recentf-open-files): Use it.
1888 (recentf-open-file-with-key): New command.
1889
1890 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1891
1892 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1893 Suggested by Kim F. Storm.
1894 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1895 (Buffer-menu-make-sort-button): Use global keymap.
1896
1897 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1898
1899 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1900 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1901 necessary any longer with the remapped command.
1902 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1903 formatting time only.
1904
1905 * net/tramp.el (tramp-action-password)
1906 (tramp-multi-action-password): Compile the password prompt from
1907 `method', `user' and `host'. Sometimes it isn't obvious which
1908 password to enter, for example with remote files offered by
1909 recentf.el, or with multiple steps. Suggested by Robert Marshall
1910 <robert@chezmarshall.freeserve.co.uk>.
1911
1912 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1915 Fix regexp for when "s///" is at the beginning of line.
1916
1917 2005-09-07 Jay Belanger <belanger@truman.edu>
1918
1919 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1920 when in matrix mode.
1921
1922 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1925 non-anonymous functions.
1926
1927 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1930 when using a header line. Otherwise, use mouse-1-click-follows-link.
1931
1932 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1933 can't be moved; don't signal an error.
1934
1935 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * cus-theme.el (custom-theme-write-faces): Save the current face
1938 spec, not the defface spec.
1939
1940 * custom.el (custom-known-themes): Clarify meaning of "standard".
1941 (custom-push-theme): Save old values in the standard theme.
1942 (disable-theme): Correct typo.
1943 (custom-face-theme-value) Deleted unused function.
1944 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1945
1946 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * progmodes/compile.el (compilation-goto-locus): Take into account
1949 iconified frames when determining whether the buffer is
1950 already visible.
1951 Don't reset window height if the window already existed.
1952
1953 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1954
1955 * custom.el (load-theme): Rename from require-theme.
1956 Add interactive spec.
1957 (enable-theme): Rename from custom-enable-theme.
1958 Add interactive spec.
1959 (disable-theme): Rename from custom-disable-theme.
1960 Add interactive spec.
1961 (custom-make-theme-feature): Doc fix.
1962 (custom-theme-directory): Doc fix.
1963 (provide-theme): Call enable-theme.
1964
1965 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * obsolete/lazy-lock.el (lazy-lock-mode):
1968 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1969 font-lock-mode if it's off. Print a warning instead.
1970
1971 * progmodes/compile.el (compilation-start): Ignore errors if the
1972 process died before we get to send-eof.
1973
1974 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1975 Undo last change. Enclosing the result in quotes broke things on Unix
1976 since tex-send-command passes it through shell-quote-argument.
1977 (tex-send-command): Pass `file' through convert-standard-filename
1978 when possible.
1979 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1980 info in a transcript.
1981
1982 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1983
1984 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1985 fix compilation warning. Reorder the key definitions to group
1986 together keys emitted by the current version of xterm.
1987
1988 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1989 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1990 Reorder predicates to correct min-color usage.
1991
1992 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1995 Kill local variables when longlines-mode is turned off.
1996
1997 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2000
2001 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2002
2003 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2004
2005 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2006 (font-lock-lines-before): Change default to being inactive.
2007 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2008 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2009
2010 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2011
2012 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2013 Deactivate temporarily advice if active (not needed for Emacs 22,
2014 but for backwards compatibility).
2015 (tramp-exists-file-name-handler): Rewrite. First implementation
2016 was too simple.
2017 (tramp-advice-make-auto-save-file-name):
2018 Call `tramp-handle-make-auto-save-file-name' (again, just for
2019 backwards compatibility).
2020
2021 2005-08-31 Reto Zimmermann <reto@gnu.org>
2022
2023 * progmodes/vhdl-mode.el
2024 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2025 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2026 (vhdl-set-default-project): New function (easier setting of default).
2027 (vhdl-port-copy): Handle extended identifiers for generics.
2028 (vhdl-compiler-alist): Better description for error message regexp.
2029 (vhdl-make): Query for target, use previous as default.
2030 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2031 (vhdl-font-lock-keywords-2): Fix fontification for record
2032 el. assign.
2033 (vhdl-speedbar-make-subpack-line): Add package body link.
2034 (vhdl-generate-makefile-1): Not include itself as dependency.
2035 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2036 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2037 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2038 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2039 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2040 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2041 (vhdl-import-project): Add string argument for `error'.
2042 (vhdl-compose-configuration)
2043 (vhdl-compose-configuration-architecture): Add configuration
2044 declaration generation.
2045 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2046 (vhdl-trailer-re): Add "record" keyword (better indentation).
2047 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2048 "[^ \t-\"]+".
2049 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2050 (vhdl-testbench-entity-file-name)
2051 (vhdl-testbench-architecture-file-name): Allow separate
2052 customization of testbench file names.
2053 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2054 (vhdl-get-visible-signals): Allow newline within alias declaration.
2055 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2056 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2057 (member-ignore-case): Alias for missing function in XEmacs.
2058 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2059 (vhdl-update-sensitivity-list): Ignore case on read signals.
2060 (vhdl-replace-string): Adjust case only for file names.
2061 (vhdl-update-sensitivity-list): Fix search for read signals.
2062 (vhdl-update-sensitivity-list): Exclude formal parameters.
2063 (vhdl-get-visible-signals): Include aliases of signals.
2064 (vhdl-get-visible-signals): Fix signal name searching.
2065 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2066 (vhdl-fixup-whitespace-region): Fix for character
2067 literals (e.g. ':').
2068
2069 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2070
2071 * ansi-color.el (comint-last-output-start):
2072 * bs.el (font-lock-verbose):
2073 * diff-mode.el (add-log-buffer-file-name-function):
2074 * dired-x.el (vm-folder-directory):
2075 * faces.el (help-xref-stack-item):
2076 * files.el (font-lock-keywords):
2077 * find-lisp.el (dired-buffers, dired-subdir-alist):
2078 * ido.el (cua-inhibit-cua-keys):
2079 * log-view.el (cvs-minor-wrap-function):
2080 * outline.el (font-lock-warning-face):
2081 * simple.el (compilation-current-error):
2082 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2083 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2084 * tooltip.el (comint-prompt-regexp):
2085 * w32-fns.el (explicit-shell-file-name):
2086 * term/mac-win.el (mac-charset-info-alist)
2087 (mac-services-selection, mac-system-script-code):
2088 * term/tty-colors.el (msdos-color-values):
2089 * term/w32-win.el (xlfd-regexp-registry-subnum):
2090 * term/x-win.el (x-keysym-table, x-selection-timeout)
2091 (x-session-id, x-session-previous-id):
2092 * textmodes/ispell.el (mail-yank-prefix):
2093 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2094 * textmodes/org.el (calc-embedded-close-formula)
2095 (calc-embedded-open-formula)
2096 (font-lock-unfontify-region-function):
2097 * textmodes/reftex-global.el (isearch-next-buffer-function)
2098 (TeX-master):
2099 * textmodes/reftex.el (font-lock-keywords):
2100 * textmodes/tex-mode.el (font-lock-comment-face)
2101 (font-lock-doc-face):
2102 * textmodes/texinfo.el (outline-heading-alist):
2103 Add defvars.
2104
2105 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2106 (artist-spray-chars, artist-mode-init, artist-replace-string)
2107 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2108 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2109 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2110
2111 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2112 (conf-align-assignments): "?\ " -> "?\s".
2113
2114 * textmodes/reftex-index.el (TeX-master): Add defvar.
2115 (reftex-index-phrases-marker): Move up defvar.
2116
2117 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2118 (reftex-toc-include-labels-indicator)
2119 (reftex-toc-include-index-indicator)
2120 (reftex-toc-max-level-indicator): Move up declarations.
2121
2122 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2123 of args to `tramp-run-real-handler', even if it's empty in this case.
2124
2125 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2126
2127 * dired.el (dired-move-to-filename-regexp): Add date format for
2128 Mac OS X 10.3 in East Asian locales.
2129
2130 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2131
2132 * files.el (make-auto-save-file-name): Add file name handler call
2133 if applicable.
2134
2135 * net/tramp.el (tramp-file-name-handler-alist)
2136 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2137 (tramp-handle-make-auto-save-file-name): Rename from
2138 `tramp-make-auto-save-file-name'.
2139 (tramp-exists-file-name-handler): New defun.
2140 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2141 `make-auto-save-file-name' is not a magic file name operation.
2142
2143 2005-08-30 Richard M. Stallman <rms@gnu.org>
2144
2145 * files.el (risky-local-variable-p):
2146 Match `-predicates' and `-commands.
2147
2148 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2149 (custom-save-all): Visit the file if necessary;
2150 kill the buffer if we created it.
2151 (custom-save-delete): Don't visit file or kill buffer here.
2152
2153 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2154
2155 * textmodes/org.el (org-special-keyword): New face.
2156 (org-table-copy-down, org-table-eval-formula)
2157 (org-table-recalculate, org-init-section-numbers):
2158 Use `string-to-number' instead of `string-to-int'.
2159 (org-get-location): Use `insert-buffer-substring' instead of
2160 `insert-buffer'.
2161 (org-modify-diary-entry-string): New function.
2162 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2163 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2164 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2165 active region.
2166 (org-export-as-html): Handle QUOTE keyword.
2167 (org-quote-string): New option.
2168 (org-bookmark-jump-unhide): New function, used for
2169 `bookmark-after-jump-hook'.
2170 (org-diary-default-entry): Apply only when not called through
2171 `org-agenda'.
2172
2173 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * net/eudc.el (mode-popup-menu):
2176 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2177 * progmodes/ada-mode.el (compile-auto-highlight)
2178 (skeleton-further-elements):
2179 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2180 * progmodes/cmacexp.el (msdos-shells):
2181 * progmodes/compile.el (font-lock-extra-managed-props)
2182 (font-lock-keywords, font-lock-maximum-size)
2183 (font-lock-support-mode):
2184 * progmodes/grep.el (font-lock-lines-before):
2185 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2186 * progmodes/mixal-mode.el (compile-command):
2187 * progmodes/perl-mode.el (font-lock-comment-face)
2188 (font-lock-doc-face, font-lock-string-face):
2189 * progmodes/prolog.el (comint-prompt-regexp):
2190 * progmodes/sh-script.el (font-lock-comment-face)
2191 (font-lock-set-defaults, font-lock-string-face):
2192 * progmodes/sql.el (font-lock-keyword-face)
2193 (font-lock-set-defaults, font-lock-string-face):
2194 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2195 (itimer-version, lazy-lock-defer-contextually)
2196 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2197 Add defvars.
2198
2199 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2200 (cperl-electric-keyword, cperl-electric-pod)
2201 (cperl-electric-backspace, cperl-forward-re)
2202 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2203 (vc-rcs-header, vc-sccs-header): Add defvars.
2204
2205 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2206 (font-lock-syntactic-keywords, gud-find-expr-function):
2207 Add defvars.
2208
2209 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2210 (gdb-frame-parameters): Declare before use.
2211
2212 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2213 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2214 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2215 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2216
2217 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2218 (idlwave-help-with-source): Use `insert-buffer-substring', not
2219 `insert-buffer'.
2220
2221 2005-08-29 Juri Linkov <juri@jurta.org>
2222
2223 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2224 Put outline-back-to-heading function call inside save-excursion.
2225
2226 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2227
2228 * man.el (Man-init-defvars, Man-translate-references)
2229 (Man-support-local-filenames, Man-highlight-references):
2230 * progmodes/sql.el (sql-interactive-mode):
2231 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2232
2233 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2234 (compilation-mode-font-lock-keywords): Add defvars.
2235 (checkdoc-interactive-loop): "?\ " -> "?\s".
2236
2237 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2238 (font-lock-doc-face, font-lock-string-face)
2239 (font-lock-keywords-case-fold-search): Add defvars.
2240 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2241
2242 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2243 Don't pass X and Y (they are ignored anyway).
2244 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2245 (mouse-delete-window): Make arguments optional.
2246
2247 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2248 (caesar-translate-table, minor-modes, news-buffer-save)
2249 (news-group-name, news-minor-modes): Add defvars.
2250
2251 * emacs-lisp/lselect.el (mouse-highlight-priority)
2252 (x-lost-selection-functions, zmacs-regions):
2253 * emacs-lisp/pp.el (font-lock-verbose):
2254 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2255 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2256 (ses-mode-map):
2257 * emacs-lisp/tcover-unsafep.el (safe-functions):
2258 * international/mule-cmds.el (mac-system-coding-system)
2259 (mac-system-locale):
2260 * language/ethio-util.el (rmail-current-message)
2261 (rmail-message-vector):
2262 * language/thai-util.el (thai-auto-composition-mode):
2263 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2264 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2265 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2266 (vm-primary-inbox, vm-spool-files):
2267 * mail/rmail.el (deleted-head, font-lock-fontified)
2268 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2269 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2270 (total-messages):
2271 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2272 (rmail-summary-mode-map):
2273 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2274 (rmail-last-label, rmail-last-multi-labels)
2275 (rmail-summary-vector, rmail-total-messages):
2276 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2277 * mail/rmailsum.el (msgnum):
2278 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2279 (rmail-current-message):
2280 * obsolete/fast-lock.el (font-lock-face-list):
2281 * obsolete/rnewspost.el (mail-reply-buffer):
2282 * obsolete/scribe.el (compile-command):
2283 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2284
2285 2005-08-28 John Paul Wallington <jpw@gnu.org>
2286
2287 * ibuf-ext.el (ibuffer-auto-update-changed):
2288 Use `frame-or-buffer-changed-p' to check whether we need to update.
2289 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2290 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2291 as a `frame-or-buffer-changed-p' state vector instead.
2292
2293 2005-08-27 Romain Francoise <romain@orebokech.com>
2294
2295 * textmodes/makeinfo.el (makeinfo-compile):
2296 Use `compilation-start'. Set `next-error-function' according to
2297 `disable-errors'.
2298 (makeinfo-next-error): New function.
2299 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2300 (makeinfo-buffer): Likewise.
2301
2302 * progmodes/compile.el (compilation-start): Add autoload cookie.
2303
2304 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2305 * textmodes/sgml-mode.el: Likewise.
2306 * progmodes/python.el: Likewise.
2307
2308 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2309
2310 * simple.el (blink-matching-paren-distance): Document the meaning
2311 of nil value, and allow to customize to nil.
2312
2313 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2314 command.com, not command.exe.
2315
2316 2005-08-26 John Wiegley <johnw@newartisans.com>
2317
2318 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2319 code around a bit so that an extraneous nil argument is not added
2320 to a command when no args are given.
2321
2322 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2323 double-quoted argument resolves to nil, return it as an empty
2324 string rather than as nil. This made it impossible to pass "" to
2325 a shell script as a null string argument.
2326
2327 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * outline.el (outline-invent-heading): New fun.
2330 (outline-promote, outline-demote): Use it.
2331 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2332 (outline-end-of-subtree): Remove unused var `opoint'.
2333
2334 2005-08-26 David Reitter <david.reitter@gmail.com>
2335
2336 * menu-bar.el (truncate-lines, write-file, print-buffer)
2337 (ps-print-buffer-faces, ps-print-buffer, split-window):
2338 Disable menu items when the frame they refer to is invisible, or when
2339 they refer to a buffer and the minibuffer is selected.
2340
2341 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2342
2343 * progmodes/flymake.el (flymake-highlight-err-lines):
2344 Use save-excursion around flymake-highlight-line to preserve point.
2345
2346 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2347
2348 * progmodes/octave-mod.el: Change Author and Maintainer address.
2349 (octave-maintainer-address): Change Kurt's email address.
2350 * progmodes/octave-inf.el: Change Author and Maintainer address.
2351 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2352
2353 2005-08-26 Kim F. Storm <storm@cua.dk>
2354
2355 * subr.el (version-list-<, version-list-<=, version-list-=):
2356 Renamed from integer-list-*.
2357 (version-list-not-zero): Likewise. Fix while loop.
2358 (version=): Use version-list-= instead of string-equal.
2359
2360 2005-08-26 Richard M. Stallman <rms@gnu.org>
2361
2362 * outline.el (outline-promote): Try shortening the heading.
2363 As last resort, read the heading to use.
2364 (outline-demote): As last resort, read the heading to use.
2365
2366 2005-08-26 Romain Francoise <romain@orebokech.com>
2367
2368 * progmodes/compile.el (compilation-start): Doc fix.
2369
2370 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2371 (antlr-font-lock-additional-keywords): Fix reference to
2372 `antlr-font-lock-literal-regexp' erroneously changed during the
2373 mass face rename.
2374 (antlr-run-tool): Use `compilation-start'.
2375
2376 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2377 instead of the obsolete `compile-internal'.
2378
2379 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2380
2381 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2382 (number, original-date):
2383 * calendar/cal-china.el (date):
2384 * calendar/cal-coptic.el (date):
2385 * calendar/cal-french.el (date):
2386 * calendar/cal-hebrew.el (date, entry, number, original-date):
2387 * calendar/cal-islam.el (date, number, original-date):
2388 * calendar/cal-iso.el (date):
2389 * calendar/cal-julian.el (date):
2390 * calendar/cal-mayan.el (date):
2391 * calendar/cal-menu.el (date, event):
2392 * calendar/cal-persia.el (date):
2393 * calendar/lunar.el (date):
2394 * calendar/solar.el (date): Add defvars.
2395
2396 * emerge.el:
2397 * ibuffer.el:
2398 * info-xref.el:
2399 * obsolete/bg-mouse.el:
2400 * obsolete/sun-curs.el:
2401 * obsolete/swedish.el: Move the `defvar's to the top level.
2402
2403 * smerge-mode.el (smerge-refined-change): Add :group.
2404
2405 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2408 (smerge-keep-n): Remove props.
2409 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2410 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2411 now that it's done in smerge-keep-n.
2412 (smerge-refined-change): New face.
2413 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2414 (smerge-refine): New funs.
2415 (smerge-basic-map): Bind smerge-refine.
2416
2417 2005-08-25 Juri Linkov <juri@jurta.org>
2418
2419 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2420 compilation-process-setup-function and compilation-disable-input
2421 in grep-mode instead of let-bindings in grep.
2422
2423 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2424 Delete "Automatic File De/compression" (auto-compression-mode).
2425
2426 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2427
2428 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2429 Silence warning about non-existent variable.
2430
2431 2005-08-25 Richard M. Stallman <rms@gnu.org>
2432
2433 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2434 Rename "Describe Key" to "Describe Key or Mouse Operation".
2435
2436 * mail/mailalias.el (build-mail-aliases): Delete comments
2437 from the contents before processing them.
2438
2439 * isearch.el (isearch-edit-string): Erase the Search prompt
2440 if user enters an empty string and there is no default.
2441
2442 * comint.el (comint-file-name-prefix): Add autoload.
2443
2444 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2445
2446 * subr.el (play-sound): Rearrange to avoid warning.
2447
2448 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2449
2450 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2451 New hook.
2452 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2453
2454 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2457
2458 * custom.el (custom-theme-set-variables): Sort minor modes last.
2459
2460 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2461
2462 * subr.el (version-separator, version-regexp-alist): New vars used by
2463 version comparison funs.
2464 (integer-list-<, integer-list-=, integer-list-<=)
2465 (integer-list-not-zero): New funs for integer list comparison.
2466 (version-to-list, version=, version<, version<=): New funs for version
2467 comparison.
2468
2469 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2470
2471 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2472 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2473 time to silence the byte-compiler.
2474
2475 * ibuffer.el (ibuffer-compile-make-eliding-form)
2476 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2477 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2478 so it's silly to get warnings for it).
2479 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2480 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2481 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2482 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2483 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2484 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2485 Defvar at compile time.
2486 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2487 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2488 Declare them before use.
2489
2490 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2491 (info-xref-good, info-xref-bad): Defvar at compile time.
2492
2493 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2494 Use `let*' instead of `let'.
2495
2496 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2497 (*mouse-y*, menu, char): Defvar at compile time.
2498 (sc::menu): Declare it before use.
2499 (sc::pack-one-line): Use `let', not `let*'.
2500
2501 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2502 (mail-send-hook): Defvar at compile time.
2503
2504 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2505 Defvar at compile time.
2506
2507 * term/sun-mouse.el (current-global-mousemap)
2508 (current-local-mousemap): Declare them before use.
2509
2510 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2511
2512 * bookmark.el (bookmark-after-jump-hook): New hook.
2513 (bookmark-jump): Run `bookmark-after-jump-hook'.
2514
2515 2005-08-23 Juri Linkov <juri@jurta.org>
2516
2517 * faces.el (minibuffer-prompt): Doc fix.
2518
2519 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2520
2521 * progmodes/xscheme.el: Trivial changes to silence warnings.
2522 (xscheme-previous-mode, xscheme-previous-process-state):
2523 Add defvars.
2524 (xscheme-last-input-end, xscheme-process-command-line)
2525 (xscheme-process-name, xscheme-buffer-name)
2526 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2527 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2528 (xscheme-control-g-synchronization-p)
2529 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2530 (default-xscheme-runlight, xscheme-runlight)
2531 (xscheme-runlight-string, xscheme-process-filter-state)
2532 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2533 Move to beginning of file.
2534 (scheme-interaction-mode-commands-alist)
2535 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2536 Declare them before use. Note: the initialization code for the variables
2537 has not been moved because it uses functions that reference the variables.
2538 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2539 (xscheme-prompt-for-expression-map): Declare them before use.
2540 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2541
2542 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2543
2544 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2545
2546 2005-08-22 Juri Linkov <juri@jurta.org>
2547
2548 * faces.el (set-face-underline): Delete this duplicate function
2549 and make an obsolete alias to set-face-underline-p.
2550 (set-face-underline-p): Use docstring of set-face-underline.
2551 (describe-face): Create hyperlink to parent face.
2552
2553 * info.el (Info-insert-dir): Use save-excursion around
2554 insert-buffer-substring.
2555 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2556 (Info-escape-percent): Delete function.
2557 (Info-fontify-node): Replace Info-escape-percent by
2558 replace-regexp-in-string with REP arg set to lambda that
2559 duplicates `%' and preserves text properties.
2560
2561 * progmodes/compile.el (compilation-disable-input): Doc fix.
2562 (define-compilation-mode): Doc fix and refill.
2563 (kill-compilation): Use `mode-name' in the error message.
2564 (compilation-find-file): Use `compilation-error' in the
2565 read-file-name's prompt.
2566
2567 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2570 (smerge-auto-leave): Make undo re-enable the mode.
2571 (debug-ignored-errors): Add the user-error of impossible resolution.
2572 (smerge-resolve): Move things around a bit, in preparation for later.
2573 (smerge-diff): Don't fail if the buffer has no associated file.
2574 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2575 (smerge-conflict-overlay): New function.
2576 (smerge-match-conflict): Don't add text properties here.
2577 (smerge-find-conflict): Instead, add an overlay here.
2578 Also check for the case where we're inside a conflict already, so as to
2579 obviate the need for font-lock-multiline, which is unbearably slow with
2580 large conflicts and ciomplex font-lock patterns.
2581 (smerge-remove-props): Remove overlay rather than text-properties.
2582 (smerge-mode): Don't set font-lock-multiline.
2583 Remove overlays when turned off.
2584
2585 2005-08-21 Kim F. Storm <storm@cua.dk>
2586
2587 * ido.el (ido-ignore-item-p): Use save-match-data.
2588 Bind case-fold-search to ido-case-fold locally.
2589
2590 2005-08-20 Richard M. Stallman <rms@gnu.org>
2591
2592 * files.el (normal-mode): If font lock is on, turn it off and on.
2593
2594 * subr.el (replace-regexp-in-string): Doc fix.
2595
2596 * startup.el (command-line-1): Don't suppress startup screen
2597 due to existing processes.
2598
2599 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2600
2601 * progmodes/compile.el (compilation-disable-input): Default to nil.
2602
2603 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2604
2605 * progmodes/compile.el (compilation-disable-input): New defcustom.
2606 (compilation-start): If compilation-disable-input is non-nil, send
2607 EOF to the compilation process.
2608
2609 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2610
2611 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2612 Run the argument of tex-shell-cd-command through
2613 convert-standard-filename, to get the correct style of slashes on
2614 Windows, and enclose the result in quotes, in case the file name
2615 includes whitespace or other special characters.
2616
2617 2005-08-19 Andreas Schwab <schwab@suse.de>
2618
2619 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2620 process.
2621
2622 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2623
2624 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2625
2626 2005-08-18 Kim F. Storm <storm@cua.dk>
2627
2628 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2629
2630 2005-08-18 Richard M. Stallman <rms@gnu.org>
2631
2632 * scroll-lock.el: New file.
2633
2634 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2635
2636 * dired.el (dired-move-to-end-of-filename):
2637 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2638
2639 2005-08-18 Kim F. Storm <storm@cua.dk>
2640
2641 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2642 rather than toggle mode when custom value is nil.
2643 (ido-everywhere): Fix defun doc string.
2644
2645 2005-08-17 Richard M. Stallman <rms@gnu.org>
2646
2647 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2648 as tag instead of "Inviolable".
2649
2650 2005-08-17 Kim F. Storm <storm@cua.dk>
2651
2652 * windmove.el (windmove-coordinates-of-position): Remove.
2653 (windmove-coordinates-of-window-position): Remove.
2654 (windmove-reference-loc): Use posn-at-point instead.
2655
2656 * subr.el (insert-for-yank-1): Doc fix.
2657
2658 * ido.el (ido-enter-matching-directory): Rename from
2659 ido-enter-single-matching-directory. Change 'slash choice to
2660 'only. Add 'first choice.
2661 (ido-exhibit): Adapt to above changes.
2662
2663 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2664
2665 * Makefile.in: Expand comment about building loaddefs.el.
2666
2667 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2668
2669 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2670 Comment use of defadvice.
2671
2672 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2673
2674 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2675
2676 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2677 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2678 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2679 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2680 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2681 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2682 for backward compatibility for faces that did not appear in the
2683 previous Emacs release.
2684
2685 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2686
2687 2005-08-15 Kim F. Storm <storm@cua.dk>
2688
2689 * emulation/cua-base.el (cua-delete-region): Return t if
2690 deleted region was non-empty.
2691 (cua-replace-region): Inhibit overwrite-mode for
2692 self-insert-command if replaced region was non-empty.
2693 (cua--explicit-region-start, cua--status-string): Make them
2694 buffer-local at top-level...
2695 (cua-mode): ...rather than when mode is enabled.
2696
2697 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2698
2699 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2700 Set t for Emacs 21, 22, and so on.
2701
2702 2005-08-15 David Ponce <david@dponce.com>
2703
2704 * tree-widget.el: Update Commentary header.
2705 (tree-widget-theme): Doc fix.
2706 (tree-widget-space-width): New option.
2707 (tree-widget-image-properties): Look up in the default theme too.
2708 (tree-widget--cursors): Only for images with arrow pointer shape.
2709 (tree-widget-lookup-image): Pointer shape is hand by default.
2710 (tree-widget-icon): Rename generic icon widget from
2711 `tree-widget-control'.
2712 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2713 derive from `tree-widget-icon'.
2714 (tree-widget-handle): Improve default look and feel of the text
2715 representation.
2716 (tree-widget): Rename :*-control properties to :*-icon properties.
2717 Add :action and :help-echo properties.
2718 (tree-widget-after-toggle-functions): Move.
2719 (tree-widget-close-node, tree-widget-open-node): Remove.
2720 (tree-widget-before-create-icon-functions): New hook.
2721 (tree-widget-value-create): Update to allow customization of icons
2722 and nodes at run-time via that new hook.
2723 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2724 (tree-widget-icon-action, tree-widget-icon-help-echo)
2725 (tree-widget-action, tree-widget-help-echo): New functions.
2726
2727 2005-08-15 Kim F. Storm <storm@cua.dk>
2728
2729 * ido.el (ido-buffer-internal): Use with-no-warnings.
2730 (ido-make-merged-file-list): Use while-no-input.
2731
2732 2005-08-15 Richard M. Stallman <rms@gnu.org>
2733
2734 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2735 (flyspell-large-region): Fix doc and custom type.
2736
2737 2005-08-14 Richard M. Stallman <rms@gnu.org>
2738
2739 * files.el (interpreter-mode-alist): Doc fix.
2740
2741 * mail/rmail.el (rmail-nonignored-headers): New variable.
2742 (rmail-clear-headers): Use it.
2743 (rmail-reply): Better handling of mail-followup-to header.
2744
2745 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2746 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2747 don't try to refer to executable-font-lock-keywords.
2748 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2749 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2750 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2751 (sh-mode): Set comment-start-skip, local-abbrev-table,
2752 imenu-case-fold-search.
2753 (sh-set-shell): Don't set them here.
2754 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2755 Don't cache the results in the original alist; don't ever modify
2756 that alist.
2757
2758 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2759
2760 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2761 empty.
2762
2763 2005-08-15 Andreas Schwab <schwab@suse.de>
2764
2765 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2766
2767 * dired.el, info.el, mail/rmail.el: Revert last change.
2768
2769 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2770
2771 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2772 modification in `eval-after-load' form.
2773 * info.el: Likewise.
2774 * mail/rmail.el: Likewise.
2775
2776 2005-08-14 Juri Linkov <juri@jurta.org>
2777
2778 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2779 Remove highlighting of "Compilation started". Highlight only
2780 the word "finished" in "Compilation finished". Add highlighting
2781 of "interrupt", "killed", "terminated" and the exit code.
2782 (compilation-start): Add newline after header. Use exactly the
2783 same time stamp format as the finishing message.
2784 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2785
2786 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2787 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2788 Add highlighting of "interrupt", "killed", "terminated".
2789
2790 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2791 enabled and the current command is self-insert-command, call it
2792 explicitly with overwrite-mode bound to nil, to not allow it
2793 to delete the character after the selected region.
2794
2795 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2796
2797 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2798 move-end-of-line, end-of-line, and beginning-of-line to the list
2799 of commands after which the echo area is updated.
2800
2801 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2802
2803 * cus-edit.el (custom-save-all, custom-save-delete):
2804 Bind recentf-exclude to exclude custom-file.
2805
2806 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2807
2808 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2809 to go to the bottom of the mail message. Added to
2810 `rmail-summary-mode-map' with key "/".
2811 (rmail-summary-show-message): New (internal) function for use by
2812 both `rmail-summary-beginning/end-of-message'.
2813 (rmail-summary-beginning-of-message): Change to use
2814 rmail-summary-show-message.
2815
2816 * mail/rmail.el (rmail-end-of-message): New command to go to the
2817 end of the current message. Added to `rmail-mode-map' with key "/".
2818 (rmail-beginning-of-message): Fix to work as documented.
2819 (rmail-mode): Change documentation.
2820
2821 * progmodes/compile.el (compilation-start): Add the line
2822 "Compilation started" with compilation start time.
2823 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2824
2825 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2826
2827 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2828 of menu items.
2829
2830 2005-08-11 Richard M. Stallman <rms@gnu.org>
2831
2832 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2833
2834 * battery.el (battery-status-function): Don't use ignore-errors.
2835
2836 2005-08-11 Lute Kamstra <lute@gnu.org>
2837
2838 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2839 define-obsolete-variable-alias.
2840
2841 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2844 (ange-ftp-send-cmd): Revert last change, and expand
2845 the comment explaining the problem.
2846
2847 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2848
2849 * ldefs-boot.el: Update.
2850
2851 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2852 item to "Time, Load and Mail". Change help echo text.
2853
2854 * time.el (display-time-use-mail-icon, display-time-format)
2855 (display-time-string-forms): Shorten first line of docstrings.
2856
2857 2005-08-10 Lars Hansen <larsh@soem.dk>
2858
2859 * desktop.el (desktop-buffer-mode-handlers):
2860 Make non-customizable. Add autoload cookie. Change initial value to
2861 nil; add elements in respective modules instead. Fix doc string.
2862 (desktop-load-file): New function.
2863 (desktop-minor-mode-handlers): New autoloaded variable.
2864 (desktop-create-buffer): Call minor mode handlers.
2865 Use desktop-load-file to load major and minor mode modules prior to
2866 checking for a handler.
2867 (desktop-save): Don't add nil to desktop-minor-modes for minor
2868 modes with nil function in desktop-minor-mode-table. Don't delete
2869 desktop file before rewriting it.
2870 (desktop-locals-to-save): Add autoload cookie. Don't make
2871 automatically buffer-local. Add variables column-number-mode,
2872 size-indication-mode, indent-tabs-mode,
2873 indicate-buffer-boundaries, indicate-empty-lines and
2874 show-trailing-whitespace.
2875 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2876 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2877 (desktop-clear-preserve-buffers-regexp): Delete.
2878 (desktop-clear-preserve-buffers): Update initial value and docstring.
2879 (desktop-save-buffer): Fix doc string.
2880
2881 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2882 (hilit-chg-desktop-restore): New function.
2883 (highlight-changes-mode): Add highlight-changes-mode to
2884 desktop-locals-to-save.
2885
2886 * dired.el: Add handler to desktop-buffer-mode-handlers.
2887 (dired-restore-desktop-buffer): Remove autoload cookie.
2888 (dired-mode): Add autoload cookie.
2889
2890 * info.el: Add handler to desktop-buffer-mode-handlers.
2891 (Info-restore-desktop-buffer): Remove autoload cookie.
2892 (Info-mode): Add autoload cookie.
2893
2894 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2895 (mh-restore-desktop-buffer): Remove autoload cookie.
2896 (mh-folder-mode): Add autoload cookie.
2897
2898 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2899 (rmail-restore-desktop-buffer): Remove autoload cookie.
2900
2901 2005-08-11 Masatake YAMATO <jet@gyve.org>
2902
2903 * hexl.el (hexl-address-region):
2904 (hexl-ascii-region, hexl-font-lock-keywords):
2905 (hexl-highlight-line-range): Use the term "region"
2906 instead of "area" for consistency with the other symbols
2907 defined in hexl.el.
2908
2909 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2910
2911 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2912 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2913 out by Juri Linkov). Add `display-battery-mode'.
2914
2915 2005-08-09 Juri Linkov <juri@jurta.org>
2916
2917 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2918 Remove `-text' from face variable names.
2919 (compilation-error-file-name, compilation-warning-file-name)
2920 (compilation-info-file-name): Delete faces.
2921 (compilation-line-number, compilation-column-number):
2922 Remove face underlining.
2923 (compilation-message-face): Set to `underline' value by default.
2924 (compilation-error-face, compilation-warning-face)
2925 (compilation-info-face): Remove `-file-name' from face names.
2926 (compilation-error-text-face, compilation-warning-text-face)
2927 (compilation-info-text-face): Delete face variables.
2928 (compilation-text-face): Delete function.
2929
2930 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2931 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2932 (grep-error-face): Set to `compilation-error' instead of
2933 `compilation-error-face' (which is redefined to `grep-hit-face' in
2934 grep buffers).
2935 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2936 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2937
2938 * dired-aux.el (dired-do-query-replace-regexp):
2939 Use `query-replace-read-args'.
2940
2941 * replace.el (query-replace-read-from, query-replace-read-to)
2942 (query-replace-read-args): Rename arg `string' to `prompt'.
2943
2944 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2945
2946 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2947
2948 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2949 uploading files.
2950 (ange-ftp-canonize-filename): Handle file names beginning with ~
2951 correctly.
2952
2953 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2954
2955 * textmodes/fill.el (canonically-space-region)
2956 (fill-context-prefix, fill-french-nobreak-p)
2957 (fill-delete-newlines, fill-comment-paragraph)
2958 (justify-current-line): "?\ " -> "?\s".
2959
2960 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2961
2962 * textmodes/fill.el (fill-nonuniform-paragraphs):
2963 Improve argument/docstring consistency.
2964
2965 2005-08-09 Richard M. Stallman <rms@gnu.org>
2966
2967 * textmodes/ispell.el (ispell-word): More fboundp checks.
2968
2969 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2970 (find-file-noselect-1): Call it here, only if RAWFILE.
2971 (normal-mode): Always set some major mode.
2972 (save-some-buffers-action-alist): Change some explanation strings.
2973 (file-name-non-special): In the `quote' method, use unwind-protect.
2974
2975 2005-08-09 Magnus Henoch <mange@freemail.hu>
2976
2977 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2978 (ispell-have-aspell-dictionaries): New variable.
2979 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2980 (ispell-get-aspell-config-value): New function.
2981 (ispell-aspell-find-dictionary): New function.
2982 (ispell-aspell-add-aliases): New function.
2983 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2984 appropriate. Don't look for ispell dictionaries if we use aspell.
2985 (ispell-menu-map): Don't build a submenu of dictionaries.
2986
2987 2005-08-09 Richard M. Stallman <rms@gnu.org>
2988
2989 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2990 (sql-read-passwd): Use read-passwd.
2991
2992 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2993 (idlwave-toolbar-is-possible): Add defvars.
2994
2995 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2996 Avoid warnings.
2997
2998 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2999 (idlwave-system-class-info, idlwave-executive-commands-alist):
3000 Use defvar.
3001
3002 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3003
3004 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3005 Avoid warnings.
3006
3007 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3008 and content-type: headers.
3009
3010 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3011
3012 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3013 and rename some of them to be more self-explanatory.
3014
3015 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3016
3017 * startup.el (command-line-1): Implement -scriptload.
3018
3019 * replace.el (occur-engine): Initial *Occur* output not undoable.
3020
3021 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3022 and improve help strings.
3023
3024 * isearch.el (isearch-repeat): When changing direction,
3025 mark search successful.
3026
3027 * ediff-init.el: Use (featurep 'xemacs).
3028
3029 * comint.el (send-invisible): Identify buffer, if not selected.
3030
3031 * align.el: Delete autoload for c-guess-basic-syntax.
3032
3033 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3034
3035 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3036 Improve argument/docstring consistency. Doc fixes.
3037 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3038 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3039 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3040 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3041 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3042 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3043 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3044 Defvar at compile time.
3045
3046 2005-08-09 Juri Linkov <juri@jurta.org>
3047
3048 * info.el: Replace `info' with upper-case `Info' where appropriate.
3049 (info-title-1, info-title-2, info-title-3, info-title-4)
3050 (info-menu-header): Move up face definitions.
3051 (info-menu-star): Rename from `info-menu-5'.
3052 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3053 (Info-fontify-visited-nodes): Fix docstring.
3054 (Info-hide-note-references): Fix docstring.
3055 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3056 menu items in the same way as on cross-references.
3057 (info-apropos): Fix sorting order and formatting to be like in the
3058 stand-alone Info browser. Display error messages for 1 sec.
3059 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3060 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3061 from the menu bar.
3062 (Info-insert-dir): Restore point after calling
3063 `insert-buffer-substring'.
3064
3065 2005-08-08 Richard M. Stallman <rms@gnu.org>
3066
3067 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3068 (recompute-lucid-menubar): Add defvars.
3069
3070 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3071
3072 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3073
3074 * net/net-utils.el (run-dig): Rename from `dig'.
3075
3076 * play/gametree.el (gametree-mode): Use make-local-variable,
3077 not make-variable-buffer-local.
3078
3079 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3080
3081 * ansi-color.el (ansi-color-make-extent)
3082 (ansi-color-set-extent-face): Use fboundp, not functionp.
3083
3084 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3085 not make-variable-buffer-local.
3086
3087 * bookmark.el (Info-current-file): Add defvar.
3088 (bookmark-jump-noselect): Use with-no-warnings.
3089
3090 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3091
3092 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3093
3094 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3095
3096 * find-file.el (ada-procedure-start-regexp)
3097 (ada-package-start-regexp): Add defvars.
3098
3099 * info.el (Info-insert-dir): Use insert-buffer-substring.
3100
3101 * xml.el (xml-att-def-re): Add defvar.
3102
3103 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3104 calling convention.
3105
3106 * subr.el (while-no-input): Return t if there is input.
3107
3108 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3109
3110 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3111
3112 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3115 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3116
3117 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3118
3119 * cmuscheme.el (scheme-start-file): Replace reference to
3120 `user-emacs-directory' by "~/.emacs.d/".
3121
3122 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3123
3124 * info.el (Info-dir-remove-duplicates): Avoid case folding
3125 in loop; instead, keep downcased strings for comparison.
3126 Suggested by Helmut Eller.
3127
3128 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3129
3130 Sync with Tramp 2.0.50.
3131
3132 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3133 XEmacs case; not necessary anymore.
3134 (tramp-user-regexp): Allow "@" as part of user name.
3135 (tramp-handle-set-visited-file-modtime)
3136 (tramp-handle-insert-file-contents)
3137 (tramp-handle-write-region): No special handling for
3138 `last-coding-system-used, because this is done in
3139 `tramp-accept-process-output' now.
3140 (tramp-accept-process-output): New defun.
3141 (tramp-process-one-action, tramp-process-one-multi-action)
3142 (tramp-wait-for-regexp, tramp-wait-for-output)
3143 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3144 Howells <dhowells@redhat.com>.
3145 (clear-visited-file-modtime): Defadvice removed. The check for
3146 unset buffer's modtime does not need to be based on
3147 `tramp-buffer-file-attributes'. Suggested by RMS.
3148 (tramp-message): Insert "\n" if not being at beginning of line.
3149 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3150 sequence with same logic.
3151 (tramp-completion-handle-expand-file-name): Discard call of
3152 `tramp-drop-volume-letter'. It is not necessary, and there have
3153 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3154 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3155 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3156 should always be visible.
3157 (tramp-handle-insert-directory, tramp-setup-complete)
3158 (tramp-set-process-query-on-exit-flag)
3159 (tramp-append-tramp-buffers): Pacify byte-compiler.
3160 (tramp-bug): Delete non-existing variables from list.
3161 Apply `tramp-load-report-modules' as pre-hook.
3162 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3163 `shell-prompt-pattern' because of non-7bit characters.
3164 Reported by Sebastian Luque <sluque@mun.ca>.
3165 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3166 (tramp-match-string-list): Remove function.
3167 (tramp-wait-for-regexp): Remove call of that function.
3168 Suggested by Kim F. Storm <storm@cua.dk>.
3169 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3170 instead of octal character code ?\600. The latter resulted in a
3171 syntax error with XEmacs.
3172
3173 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3174 XEmacs case; not necessary anymore.
3175 (tramp-smb-handle-write-region): No special handling for
3176 `last-coding-system-used, because this is done in
3177 `tramp-accept-process-output' now.
3178 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3179
3180 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3181
3182 * wid-edit.el (widget-choice-value-create):
3183 Unconditionally respect user choice. Set :explicit-choice back to nil
3184 when no longer needed.
3185 (widget-choice-action): Unconditionally respect user choice.
3186 Eliminate :explicit-choice-value.
3187
3188 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3189
3190 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3191 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3192 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3193 running new function `toggle-indicate-empty-lines'.
3194 Rename "Customize" item to "Customize fringe".
3195 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3196 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3197 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3198 Delete "Empty lines only" item.
3199 (menu-bar-showhide-fringe-ind-customize): New function.
3200 (menu-bar-showhide-fringe-ind-mixed)
3201 (menu-bar-showhide-fringe-ind-box)
3202 (menu-bar-showhide-fringe-ind-right)
3203 (menu-bar-showhide-fringe-ind-left)
3204 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3205 instead of `fringe-indicators'.
3206
3207 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3208
3209 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3210 Change the date of last update.
3211
3212 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3213
3214 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3215 (viper-exec-yank, viper-put-back): Don't display modification msg
3216 if in the minibuffer.
3217
3218 * viper-init.el (viper-replace-overlay-cursor-color)
3219 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3220 Make variables frame local.
3221
3222 * viper-util.el (viper-append-filter-alist): Use append instead of
3223 nconc.
3224
3225 * viper.el (viper-vi-state-mode-list)
3226 (viper-emacs-state-mode-list): Move help-mode and
3227 completion-list-mode from the first list to the second.
3228 (viper-mode): Docstring.
3229 (viper-go-away, viper-non-hook-settings): Don't localize
3230 minor-mode-alist in newer Emacsen. Add advice to
3231 set-cursor-color. Don't bind "\C-c\\".
3232
3233 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3234
3235 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3236 (scheme-macro-expand-command): New user options.
3237 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3238 (scheme-form-at-point, scheme-start-file)
3239 (scheme-interactively-start-process): New functions.
3240 (scheme-get-process): New function, extracted from `scheme-proc'.
3241 (run-scheme): Call `scheme-start-file' to get start file, and pass
3242 it to `make-comint'.
3243 (switch-to-scheme, scheme-proc):
3244 Call `scheme-interactively-start-process' if no Scheme buffer/process
3245 is available.
3246
3247 2005-08-06 Juri Linkov <juri@jurta.org>
3248
3249 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3250 Use `compilation-text-face', `compilation-info-text-face' and
3251 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3252 (compilation-error): New face.
3253 (compilation-error-file-name): Inherit from
3254 `compilation-error' instead of `font-lock-warning-face'.
3255 (compilation-warning-file-name): Inherit from
3256 `compilation-warning' instead of `font-lock-warning-face'.
3257 (compilation-info, compilation-error-file-name)
3258 (compilation-warning-file-name, compilation-info-file-name)
3259 (compilation-line-number, compilation-column-number): Doc fix.
3260 (compilation-error-text-face, compilation-warning-text-face)
3261 (compilation-info-text-face): New face variables.
3262 (compilation-line-face, compilation-column-face)
3263 (compilation-enter-directory-face)
3264 (compilation-leave-directory-face): Doc fix.
3265 (compilation-text-face): New function.
3266
3267 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3268 instead of 1 to display binary file names as info file links.
3269 (grep-error-face): Use `compilation-error-face' instead of
3270 `font-lock-keyword-face'.
3271 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3272 and `compilation-warning-text-face' instead of
3273 `font-lock-keyword-face'. Use `compilation-error-text-face'
3274 instead of `grep-error-face'.
3275
3276 2005-08-05 Kenichi Handa <handa@m17n.org>
3277
3278 * international/code-pages.el: Add autoload cookies for all coding
3279 systems.
3280
3281 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3282
3283 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3284
3285 2005-08-04 Juri Linkov <juri@jurta.org>
3286
3287 * progmodes/compile.el (compilation-mode-map):
3288 * progmodes/grep.el (grep-mode-map):
3289 Bind TAB to `compilation-next-error' and [backtab] to
3290 `compilation-previous-error'.
3291
3292 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3293 matching line numbers, column numbers and their ranges with regexp
3294 matching only line numbers.
3295 (grep-context-face): New face variable.
3296 (grep-mode-font-lock-keywords): Use it.
3297
3298 * faces.el (read-face-name): Delete duplicate faces.
3299
3300 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3301
3302 * thumbs.el (thumbs-find-image): Don't make variables
3303 automatically buffer local.
3304 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3305 (thumbs-image-num): Make automatically buffer local.
3306 (thumbs-show-thumbs-list): Use `make-local-variable', not
3307 `make-variable-buffer-local'.
3308 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3309
3310 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3311 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3312 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3313 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3314 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3315 (feelings-about, foullst, found, hello, history, howareyoulst)
3316 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3317 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3318 (neglst, obj, object, owner, please, problems, qlist)
3319 (random-adjective, relation, remlst, repetitive-shortness)
3320 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3321 (shortlst, something, sportslst, stallmanlst, states, subj)
3322 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3323 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3324 Defvar at compile time.
3325
3326 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3327 not `make-variable-buffer-local'.
3328
3329 2005-08-02 Kim F. Storm <storm@cua.dk>
3330
3331 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3332 rectangle overlay in selected window.
3333
3334 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3335
3336 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3337 instead of display group. Make `indicate-buffer-boundaries'
3338 customizable through Custom.
3339
3340 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3343 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3344 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3345 (gdb-put-string): Fix typos in docstrings.
3346
3347 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3348
3349 Update copyright notices of files in progmodes directory for
3350 release of Emacs 22.1.
3351
3352 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3353
3354 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3355 Don't barf if the GUD buffer has been killed.
3356
3357 2005-08-01 Kim F. Storm <storm@cua.dk>
3358
3359 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3360
3361 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * simple.el (next-error-follow-minor-mode):
3364 make-variable-buffer-local -> make-local-variable.
3365
3366 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3367
3368 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3369 (byte-compile-form-make-variable-buffer-local): New functions to warn
3370 about misuses of make-variable-buffer-local where make-local-variable
3371 was meant.
3372
3373 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3374
3375 * bs.el (bs-attributes-list): Doc fix.
3376 (bs): Update url-link.
3377
3378 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3379 (desktop-load-default): Simplify.
3380
3381 * ibuffer.el (ibuffer-columnize-and-insert-list)
3382 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3383 (ibuffer-unmark-all, ibuffer-toggle-marks)
3384 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3385 (ibuffer-compile-make-format-form, ibuffer-format-column)
3386 (ibuffer-current-buffers-with-marks)
3387 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3388 (ibuffer): Doc fix.
3389 (ibuffer-mode): Fix typo in docstring.
3390 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3391 with `define-obsolete-variable-alias'.
3392 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3393
3394 2005-07-29 Kenichi Handa <handa@m17n.org>
3395
3396 * international/mule-cmds.el (select-message-coding-system):
3397 Be sure to use LF for end-of-line. If no coding system is decided,
3398 return iso-8859-1-unix.
3399
3400 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3403 (ange-ftp-pending-error-line): New vars.
3404 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3405 to handle the non-fatal no-route-to-host messages.
3406 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3407
3408 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3411 (isearch-quote-char, isearch-printing-char)
3412 (isearch-text-char-description): "?\ " -> "?\s".
3413 (isearch-lazy-highlight-cleanup)
3414 (isearch-lazy-highlight-initial-delay)
3415 (isearch-lazy-highlight-interval)
3416 (isearch-lazy-highlight-max-at-a-time)
3417 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3418 Declare with define-obsolete-*-alias macros.
3419 (isearch-forward): Fix typo in docstring.
3420 (search-invisible, search-ring-yank-pointer)
3421 (regexp-search-ring-yank-pointer): Doc fixes.
3422
3423 * recentf.el (recentf-menu-append-commands-p): Declare with
3424 `define-obsolete-variable-alias'.
3425 (recentf-max-saved-items, recentf-menu-filter)
3426 (recentf-arrange-by-rule-subfilter): Doc fixes.
3427 (recentf-menu-append-commands-flag)
3428 (recentf-initialize-file-name-history, recentf-expand-file-name)
3429 (recentf-clear-data): Fix typos in docstrings.
3430
3431 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3432
3433 * progmodes/gdb-ui.el: Smarten comments.
3434 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3435
3436 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3437
3438 * term/apollo.el (terminal-init-apollo): New function containing
3439 all former top level forms in the file.
3440 * term/bobcat.el (terminal-init-bobcat):
3441 * term/cygwin.el (terminal-init-cygwin):
3442 * term/iris-ansi.el (terminal-init-iris-ansi):
3443 * term/linux.el (terminal-init-linux):
3444 * term/news.el (terminal-init-news):
3445 * term/rxvt.el (terminal-init-rxvt):
3446 * term/sun.el (terminal-init-sun):
3447 * term/tvi970.el (terminal-init-tvi970):
3448 * term/vt100.el (terminal-init-vt100):
3449 * term/vt102.el (terminal-init-vt102):
3450 * term/vt125.el (terminal-init-vt125):
3451 * term/vt200.el (terminal-init-vt200):
3452 * term/vt201.el (terminal-init-vt201):
3453 * term/vt220.el (terminal-init-vt220):
3454 * term/vt240.el (terminal-init-vt240):
3455 * term/vt300.el (terminal-init-vt300):
3456 * term/vt320.el (terminal-init-vt320):
3457 * term/vt400.el (terminal-init-vt400):
3458 * term/vt420.el (terminal-init-vt420):
3459 * term/wyse50.el (terminal-init-wyse50):
3460 * term/xterm.el (terminal-init-xterm): Likewise.
3461
3462 * term/README: Describe the terminal-init-* functionality.
3463
3464 * startup.el (command-line): After loading the terminal initialization
3465 file call the corresponding terminal initialization function.
3466
3467 2005-07-27 Kenichi Handa <handa@m17n.org>
3468
3469 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3470 negative.
3471
3472 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3473 (ps-mule-composition-prologue): Fix for the case that
3474 RelativeCompose is false.
3475
3476 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3479
3480 * descr-text.el (describe-char): Handle the case where the list of
3481 chars is displayed in a separate frame.
3482 Be a bit more discriminating when looking for the char.
3483
3484 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3485
3486 * bookmark.el (bookmark-automatically-show-annotations)
3487 (bookmark-read-annotation-text-func): Doc fixes.
3488 (bookmark-save): Improve argument/docstring consistency.
3489 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3490 (bookmark-alist-from-buffer)
3491 (bookmark-upgrade-file-format-from-0)
3492 (bookmark-grok-file-format-version)
3493 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3494 (bookmark-read-annotation-mode)
3495 (bookmark-insert-current-bookmark, bookmark-jump)
3496 (bookmark-exit-hook): Fix typos in docstrings.
3497 (bookmark-exit-hooks): Define as obsolete alias.
3498 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3499 not `bookmark-exit-hooks'. Fix docstring.
3500 (bookmark-bmenu-select): "?\ " -> "?\s".
3501
3502 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3503
3504 * startup.el (command-line): Fix typo.
3505
3506 2005-07-24 Richard M. Stallman <rms@gnu.org>
3507
3508 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3509 not emacs-quick-startup.
3510
3511 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3514 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3515 instead of `reb-with-current-window'.
3516 (reb-prev-match): Likewise. Also, don't move left if the search
3517 was unsuccessful.
3518 (reb-initialize-buffer): New function.
3519 (re-builder, reb-change-syntax): Use it.
3520
3521 * man.el (Man-goto-page): Make second argument NOERROR optional.
3522
3523 2005-07-23 Richard M. Stallman <rms@gnu.org>
3524
3525 * man.el (Man-bgproc-sentinel): Check here for failure to find
3526 any man page in the output, and report the error here.
3527 (Man-arguments): Make it permanent local.
3528 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3529 (Man-mode): Pass t for NOERROR.
3530
3531 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3532 (grep-mode-font-lock-keywords):
3533 Don't use compilation-...-face for messages that are not file names.
3534
3535 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3536 Don't use compilation-...-face for messages that are not file names.
3537
3538 2005-07-22 Juri Linkov <juri@jurta.org>
3539
3540 * startup.el (normal-splash-screen): Update menu name.
3541
3542 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3543
3544 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3545
3546 * term/xterm.el: Load term/rxvt if the terminal is actually an
3547 rxvt terminal.
3548 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3549
3550 * term/rxvt.el (function-key-map): Use substitute-key-definition
3551 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3552
3553 * term/cygwin.el: New file.
3554
3555 2005-07-22 Kim F. Storm <storm@cua.dk>
3556
3557 * image-file.el (insert-image-file, image-file-yank-handler):
3558 Fix last change to maintain a (unique) yank-handler on yanked images.
3559
3560 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3561
3562 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3563 of the file size (as in "177B" for 177 bytes). This happens with
3564 "ls -lh" on FreeBSD.
3565
3566 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * hilit-chg.el (highlight-changes-global-initial-state)
3569 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3570 (hilit-chg-fixup, highlight-changes-mode):
3571 Fix typos in docstrings.
3572 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3573 Doc fixes.
3574
3575 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3576
3577 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3578 mode function using `eval-after-load'.
3579
3580 2005-07-21 Kim F. Storm <storm@cua.dk>
3581
3582 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3583 included when reporting an emacs crash, and tell about the DEBUG file.
3584
3585 * image-file.el (insert-image-file): Add yank-handler.
3586 (image-file-yank-handler): Yank handler to make unique copies of
3587 images when they are yanked into a buffer next to each other.
3588
3589 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3590
3591 * comint.el (comint-use-prompt-regexp, comint-send-input)
3592 (comint-source-default, comint-extract-string)
3593 (comint-get-source, comint-word, comint-completion)
3594 (comint-source, comint-prompt-read-only, comint-update-fence):
3595 Fix typos in docstrings.
3596 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3597 Declare with define-obsolete-*-alias macros.
3598 (comint-previous-matching-input-from-input)
3599 (comint-next-matching-input-from-input)
3600 (comint-previous-matching-input, comint-next-matching-input)
3601 (comint-forward-matching-input):
3602 Improve argument/docstring consistency.
3603
3604 * desktop.el (desktop-clear-preserve-buffers-regexp):
3605 Also preserve the *server* buffer.
3606
3607 * simple.el (clone-indirect-buffer): Doc fix.
3608 (fixup-whitespace, just-one-space)
3609 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3610 (next-error, next-error-highlight)
3611 (next-error-highlight-no-select, next-error-last-buffer)
3612 (next-error-buffer-p, next-error-find-buffer, next-error)
3613 (previous-error, next-error-no-select, previous-error-no-select)
3614 (open-line, split-line, minibuffer-prompt-width, kill-new)
3615 (binary-overwrite-mode): Fix typos in docstrings.
3616 (set-fill-column): Fix typo in message.
3617
3618 * skeleton.el (skeleton-proxy-new): Doc fix.
3619
3620 * strokes.el (strokes-load-hook): Doc fix.
3621 (strokes-grid-resolution, strokes-get-grid-position)
3622 (strokes-renormalize-to-grid, strokes-read-stroke)
3623 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3624 (strokes-global-map): Fix typos in docstrings.
3625 (strokes-help): Doc fix. Fix help message and pass it through
3626 `substitute-command-keys'.
3627
3628 * tempo.el (tempo-insert-prompt, tempo-interactive)
3629 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3630 (tempo-insert-string-functions, tempo-local-tags)
3631 (tempo-define-template, tempo-insert-template)
3632 (tempo-insert-prompt-compat, tempo-is-user-element)
3633 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3634 Fix typos in docstrings.
3635
3636 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3637 (vcursor-key-bindings, vcursor-use-vcursor-map)
3638 (vcursor-find-window, vcursor-scroll-down)
3639 (vcursor-disable, vcursor-beginning-of-buffer)
3640 (vcursor-end-of-buffer): Fix typos in docstrings.
3641 (vcursor-relative-move, vcursor-get-char-count):
3642 Improve argument/docstring consistency.
3643
3644 * version.el: "?\ " -> "?\s".
3645
3646 * wid-edit.el (widget-default-create, widget-after-change)
3647 (widget-default-format-handler, widget-checklist-add-item)
3648 (widget-radio-add-item, widget-choose, widget-specify-secret)
3649 (widget-field-value-create, widget-field-value-get)
3650 (widget-editable-list-format-handler)
3651 (widget-editable-list-entry-create, widget-group-value-create)
3652 (widget-documentation-link-add)
3653 (widget-documentation-string-value-create): "?\ " -> "?\s".
3654 (widget-convert-text): Doc fix.
3655 (widget-narrow-to-field, widget-field-find)
3656 (widget-url-link-action, widget-emacs-library-link-action)
3657 (widget-color-notify): Fix typos in docstrings.
3658
3659 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3660 (x-select-text, set-w32-system-coding-system)
3661 (w32-add-charset-info): Fix typos in docstrings.
3662
3663 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3664 (cua-enable-cua-keys, cua-use-hyper-key)
3665 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3666 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3667
3668 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3669
3670 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3671 `defalias' instead of faking it.
3672
3673 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3674 (eshell-ls-missing, eshell-ls-dired-initial-args)
3675 (eshell-ls-use-in-dired): Fix typos in docstrings.
3676
3677 2005-07-20 Kim F. Storm <storm@cua.dk>
3678
3679 * emulation/cua-base.el (cua-mode): Improve doc string.
3680
3681 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * abbrev.el (expand-region-abbrevs): Doc fix.
3684 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3685 Improve argument/docstring consistency.
3686
3687 * arc-mode.el (archive-get-descr, archive-alternate-display):
3688 Doc fixes.
3689 (archive-l-e): Improve argument/docstring consistency.
3690 (archive-tmpdir, archive-unixdate, archive-unixtime)
3691 (archive-chmod-entry): Fix typos in docstrings.
3692 (archive-unflag, archive-unflag-backwards)
3693 (archive-unmark-all-files): "?\ " -> "?\s".
3694
3695 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3696 (Buffer-menu-not-modified, Buffer-menu-execute)
3697 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3698 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3699
3700 * composite.el (compose-string, encode-composition-rule)
3701 (compose-last-chars): Fix typos in docstrings.
3702
3703 * desktop.el (desktop-enable, desktop-basefilename):
3704 Declare with `define-obsolete-variable-alias'.
3705 (desktop-internal-v2s): Don't quote keywords.
3706 (desktop-clear): "?\ " -> "?\s".
3707
3708 * dired.el (dired-align-file, dired-flag-backup-files)
3709 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3710 (dired-listing-switches, dired-ls-F-marks-symlinks)
3711 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3712 (dired-directory, dired-faces, dired, dired-revert)
3713 (dired-mode, dired-summary, dired-view-file)
3714 (dired-copy-filename-as-kill, dired-delete-file)
3715 (dired-no-confirm, dired-unmark-all-marks)
3716 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3717 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3718 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3719 Fix typos in message strings.
3720
3721 * dired-x.el (virtual-dired): Declare with `defalias'.
3722 (dired-mark-unmarked-files, dired-local-variables-file)
3723 (dired-omit-here-always): Doc fix.
3724 (dired-omit-mode, dired-find-subdir)
3725 (dired-enable-local-variables, dired-clean-up-buffers-too)
3726 (dired-extra-startup, dired-mark-extension, dired-jump)
3727 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3728 (dired-smart-shell-command, dired-guess-shell-alist-user)
3729 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3730 (dired-x-bind-find-file, dired-x-submit-report):
3731 Fix typos in docstrings.
3732 (dired-mark-unmarked-files): "?\ " -> "?\s".
3733
3734 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3735
3736 * faces.el (describe-face): "?\ " -> "?\s".
3737 (read-all-face-attributes, read-face-font, modify-face)
3738 (face-attr-construct, italic): Fix typos in docstrings.
3739 (frame-update-face-colors): Declare with
3740 `define-obsolete-function-alias'.
3741
3742 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3743 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3744 (magic-mode-alist, buffer-file-numbers-unique)
3745 (write-file-functions, get-free-disk-space):
3746 Fix typos in docstrings.
3747 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3748 (write-contents-hooks, write-file-hooks):
3749 Declare with `define-obsolete-variable-alias'.
3750
3751 * forms-d2.el (arch-rj): Fix typo in docstrings.
3752 (arch-tocol): Likewise. "?\ " -> "?\s".
3753
3754 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3755 Fix typo in docstring.
3756 (set-screen-width, set-screen-height): Delete redundant info in
3757 doctrings.
3758 (new-frame, screen-height, screen-width): Declare with
3759 `define-obsolete-function-alias'.
3760 (delete-frame-hook, blink-cursor): Declare with
3761 `define-obsolete-variable-alias'.
3762
3763 * paths.el (prune-directory-list): Fix typos in docstring.
3764
3765 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3766 (cvs-prefix-get): Fix typos in docstrings.
3767
3768 * ps-print.el (ps-extend-face-list, ps-extend-face)
3769 (ps-print-background-image): Fix typos in docstrings.
3770 (ps-default-fg, ps-default-bg): Doc fixes.
3771
3772 * s-region.el (s-region-bind): Doc fix.
3773 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3774
3775 * textmodes/org.el (org-table-formula-substitute-names)
3776 (org-table-get-vertical-vector): Doc fixes.
3777 (org-table-recalculate): Remove unused argument to `message'.
3778
3779 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3780
3781 * textmodes/org.el (org-table-column-names)
3782 (org-table-column-name-regexp)
3783 (org-table-named-field-locations): New variables.
3784 (org-archive-subtree): Protect `this-command' when calling
3785 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3786 the kill buffer.
3787 (org-complete): Remove fixed-formula completion.
3788 (org-edit-formulas-map): New variable.
3789 (org-table-edit-formulas): New command.
3790 (org-finish-edit-formulas, org-abort-edit-formulas)
3791 (org-show-variable, org-table-get-vertical-vector): New functions.
3792 (org-table-maybe-eval-formula): Handle `:=' fields.
3793 (org-table-get-stored-formulas, org-table-store-formulas)
3794 (org-table-get-formula, org-table-modify-formulas)
3795 (org-table-replace-in-formulas): Handle named field formulas.
3796 (org-table-get-specials): Store locations of named fields.
3797
3798 2005-07-19 Juri Linkov <juri@jurta.org>
3799
3800 * progmodes/grep.el (grep-regexp-alist)
3801 (grep-mode-font-lock-keywords, grep-process-setup):
3802 Use default GNU grep match color "01;31m" instead of "01;41m".
3803 (grep-regexp-alist, grep-mode-font-lock-keywords):
3804 Use `\\[[0-9]*m' instead of `\\[00m'.
3805 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3806 sgr_start where its handling is more important. Use the real
3807 length of sgr_start instead of constant 8.
3808 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3809 specially. Delete all remaining escape sequences.
3810 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3811 (grep-regexp-alist): Make hyperlink only for binary file name
3812 instead of the whole line.
3813 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3814 (grep-mode): Add autoload.
3815
3816 * emacs-lisp/find-func.el (find-function-regexp):
3817 Add `define-compilation-mode'.
3818
3819 2005-07-19 Juri Linkov <juri@jurta.org>
3820
3821 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3822 (compare-windows-sync-string-size, compare-windows-recenter)
3823 (compare-windows-highlight, compare-windows): Add version 22.1.
3824 (compare-windows) <defface>: Inherit from lazy-highlight instead
3825 of duplicating its default value.
3826
3827 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3828 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3829
3830 * descr-text.el (describe-char): Create link buttons for `charset'
3831 and `code point'. Add the current input method name with a link
3832 button to `to input' field. Print face names of display table
3833 characters in `The display table entry is displayed by' section
3834 instead of printing face-id in the `display' field.
3835 Guess hardcoded faces and create a link button for them.
3836 Skip empty fields when calculating max-width.
3837 Treat `widget-create' specially while inserting strings from the
3838 collected field list.
3839 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3840
3841 * diff-mode.el (diff-file-header): Change foreground color from
3842 yellow to green on light backgrounds.
3843 (diff-context): Inherit from `shadow' only for color/grayscale
3844 with more than 88 colors.
3845 (diff-indicator-removed, diff-indicator-added)
3846 (diff-indicator-changed): New faces.
3847 (diff-font-lock-keywords): Use new faces. Regroup rules.
3848 Add "^---$" for `normal' diff format. Fontify `#' lines with
3849 font-lock-comment-delimiter-face and font-lock-comment-face.
3850 Add `#' to ^[^...] in the rule for `diff-context-face'.
3851
3852 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3853 a button-like box. Inherit from `highlight' on low colors.
3854 (shadow): Use shades of gray only for color/grayscale with
3855 more than 88 colors. Use green for light backgrounds with
3856 8 colors, and yellow for dark backgrounds with 8 colors.
3857
3858 * font-lock.el (font-lock-regexp-grouping-backslash):
3859 Don't inherit from escape-glyph (use bold for all cases).
3860
3861 * info.el (info-xref-visited): Use light foreground color `violet'
3862 for dark backgrounds instead of dark color `magenta3'.
3863 (info-title-1): Use `yellow' color for dark backgrounds.
3864
3865 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3866 too-light magenta2.
3867
3868 * replace.el (match): Use slightly more light RoyalBlue3 instead
3869 of dark RoyalBlue4.
3870
3871 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3872
3873 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3874
3875 * novice.el (disabled-command-hook): Declare it with
3876 `define-obsolete-variable-alias'.
3877
3878 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3879 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3880 (desktop-load-default): Add release to obsolescence info.
3881 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3882 (desktop-append-buffer-args, desktop-read):
3883 Fix typos in docstrings.
3884 (desktop-kill): Fix typo in message.
3885 (desktop-save): Doc fix.
3886
3887 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3888
3889 * viper-cmd.el (viper-escape-to-state): Bug fix.
3890 (viper-envelop-ESC-key): Change the definition of fast
3891 keysequence so it'll work with keyboard macros.
3892
3893 * ediff.el (ediff-patch-buffer): Change the docstring.
3894
3895 2005-07-19 Kenichi Handa <handa@m17n.org>
3896
3897 * international/mule-cmds.el (select-safe-coding-system): Try to
3898 use an auto-coding (if any) before anything else. If the found
3899 auto-coding is invalid, show a warning message.
3900
3901 * international/mule.el (find-auto-coding): New function created
3902 by modifying the body of set-auto-coding.
3903 (set-auto-coding): Use find-auto-coding to find a coding.
3904
3905 2005-07-18 Richard M. Stallman <rms@gnu.org>
3906
3907 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3908 not isearch-mode-end-hook-error.
3909 (allout-before-change-protect): Fix error message.
3910
3911 2005-07-18 Juri Linkov <juri@jurta.org>
3912
3913 * allout.el (allout-mode):
3914 * calculator.el (calculator-copy):
3915 * custom.el (custom-known-themes):
3916 * dired.el (dired-desktop-buffer-misc-data)
3917 (dired-restore-desktop-buffer):
3918 * dired-x.el (dired-omit-marker-char):
3919 * files.el (basic-save-buffer):
3920 * font-core.el (font-lock-mode):
3921 * calendar/calendar.el (calendar-goto-hebrew-date)
3922 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3923 (calendar-goto-persian-date):
3924 * language/ethio-util.el (ethio-sera-to-fidel-region):
3925 * textmodes/picture.el (picture-mode):
3926 Delete duplicate duplicate words.
3927
3928 2005-07-18 Juri Linkov <juri@jurta.org>
3929
3930 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3931 chars * ? } |.
3932 (isearch-fallback): Don't call `isearch-process-search-char'.
3933 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3934 (isearch-process-search-char): Call `isearch-fallback' for regexp
3935 chars * ? } |.
3936 (isearch-return-char): Make obsolete with `make-obsolete' instead
3937 of simply documenting it as obsolete in the docstring.
3938 (isearch-fallback): Refill docstring.
3939
3940 * international/isearch-x.el
3941 (isearch-process-search-multibyte-characters): Remove unneeded
3942 `concat'. Add intermediate values to `junk-hist' instead of
3943 `minibuffer-history'. Test the length of `str'.
3944
3945 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3946
3947 * allout.el (allout-resolve-xref): Fix typos in error strings.
3948 (allout-before-change-protect): Remove unneeded `concat'.
3949
3950 * array.el (array-mode, array-reconfigure-rows)
3951 (untabify-backward): Fix typos in docstrings.
3952 (array-reconfigure-rows): Use `insert-buffer-substring', not
3953 `insert-buffer'.
3954
3955 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3956 * progmodes/ada-mode.el (ada-make-body):
3957 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3958
3959 * dired.el (dired-log):
3960 * tar-mode.el (tar-subfile-save-buffer):
3961 * play/zone.el (zone-pgm-stress-destress):
3962 Use `insert-buffer-substring', not `insert-buffer'.
3963
3964 2005-07-17 Simon Josefsson <jas@extundo.com>
3965
3966 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3967
3968 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3969
3970 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3971 Add plain auth method.
3972 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3973
3974 2005-07-17 Kim F. Storm <storm@cua.dk>
3975
3976 * ido.el (dired-other-window): Add ido property.
3977
3978 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3979
3980 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3981 Fix typo in docstring.
3982 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3983 `insert-file-literally'.
3984
3985 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3986 info and delete redundant message. Doc fix.
3987 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3988 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3989
3990 2005-07-16 Richard M. Stallman <rms@gnu.org>
3991
3992 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3993 (byte-compile-and): Use byte-compile-and-recursion.
3994 (byte-compile-or-recursion): New function.
3995 (byte-compile-or): Use that.
3996 (byte-compile-if): Guard the else-clause too.
3997 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3998
3999 * isearch.el (isearch-mode-end-hook-quit): New variable.
4000 (isearch-done): Bind it.
4001 (isearch-mode-end-hook): Doc fix.
4002
4003 * allout.el (allout-isearch-did-quit): Variable deleted.
4004 (allout-real-isearch-abort): Function name no longer used.
4005 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4006 (allout-isearch-rectification): isearch-mode always exists.
4007 Don't set allout-isearch-did-quit.
4008 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4009 allout-isearch-did-quit.
4010 (allout-enwrap-isearch): Just add the hook.
4011 (allout-isearch-abort): Function deleted.
4012 (allout-pre-command-business): Avoid warning.
4013
4014 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4015 Correctly avoid warnings.
4016 (pascal-outline): Likewise.
4017
4018 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4019
4020 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4021
4022 * play/tetris.el (tetris-mode): Avoid warning.
4023
4024 * play/snake.el (snake-mode): Avoid warning.
4025
4026 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4027 (gamegrid-set-display-table): Avoid warning.
4028 (gamegrid-set-timer): Likewise.
4029 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4030 (gamegrid-add-score-with-update-game-score-1): Take FILE
4031 as argument.
4032 (gamegrid-add-score-with-update-game-score): Pass that argument.
4033 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4034
4035 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4036
4037 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4038 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4039
4040 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4041 and insert-file.
4042
4043 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4044 (sc-ask): Avoid warnings.
4045
4046 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4047 (eshell-hist-initialize): Use that var the natural way.
4048
4049 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4050
4051 * emacs-lisp/re-builder.el (reb-cook-regexp):
4052 Avoid warning calling lre-compile-string.
4053 (reb-color-display-p): Avoid warning.
4054
4055 * calculator.el (calculator-last-input): Guard uses
4056 of event-key and key-press-event-p.
4057 (event-key, key-press-event-p): Delete definitions.
4058
4059 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4060 (find-gc-source-directory, find-gc-subrs-callers)
4061 (find-gc-noreturn-list, find-gc-source-files)
4062 (find-gc-subrs-called): Vars renamed and defvar'd.
4063
4064 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4065 (checkdoc-overlay-put, checkdoc-delete-overlay)
4066 (checkdoc-overlay-start, checkdoc-overlay-end)
4067 (checkdoc-mode-line-update, checkdoc-char=):
4068 Define such that compiler knows they are defined.
4069 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4070 (checkdoc-read-event): Delete. Use read-event directly.
4071
4072 * whitespace.el (whitespace-make-overlay)
4073 (whitespace-overlay-put, whitespace-delete-overlay)
4074 (whitespace-overlay-start, whitespace-overlay-end):
4075 Define such that compiler knows they are defined.
4076 (whitespace): Move conditional inside.
4077
4078 * tempo.el (tempo-insert-template): Suppress warning.
4079
4080 * ediff-diff.el (longlines-mode): Add defvar.
4081
4082 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4083
4084 * server.el: Bind "C-x #" in a way that works even if C-x is
4085 redefined to a command key, not a prefix key.
4086
4087 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4088
4089 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4090 cl-make-type-test till execution time.
4091
4092 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4093
4094 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4095 arg ARG and use it.
4096
4097 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4098
4099 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4100
4101 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4102
4103 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4104 a defcustom with two :set or :type keywords.
4105
4106 2005-07-15 Richard M. Stallman <rms@gnu.org>
4107
4108 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4109 Don't give ^M comment-end syntax.
4110
4111 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4112
4113 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4114 Don't consider gdbmi (gdb-mi.el has its own update functions).
4115 (gdb-var-delete): Make it work for gdbmi as well.
4116 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4117
4118 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4119 (gud-speedbar-menu-items): Correct logic for enabling items.
4120
4121 2005-07-15 Kim F. Storm <storm@cua.dk>
4122
4123 * ido.el: Fix commentary.
4124 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4125 Use with-no-warnings around ffap-guesser.
4126 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4127 Let bind minibuffer-completing-file-name to t.
4128
4129 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * startup.el (site-run-file, keyboard-type): Doc fixes.
4132 (command-line): Check for "--basic-display" argument; also for
4133 "--quick", not "--bare-bones" (which was renamed).
4134 (fancy-splash-text): Add missing item "Getting New Versions".
4135 (normal-splash-screen): Fix typos and improve consistency with
4136 `fancy-splash-text'. Update copyright year.
4137
4138 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4139 valid binding for `help-char'.
4140
4141 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4142
4143 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4144
4145 * term.el (term-mode): Disable cua-mode for term buffers.
4146
4147 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4148
4149 * add-log.el (add-log-mailing-address, change-log-merge):
4150 Doc fixes.
4151 (change-log-get-method-definition): Fix typo in docstring.
4152
4153 2005-07-14 Kim F. Storm <storm@cua.dk>
4154
4155 * emulation/cua-base.el:
4156 (cua--pre-command-handler-1, cua--pre-command-handler)
4157 (cua--post-command-handler-1, cua--post-command-handler):
4158 Split in two. Check (buffer local) value of cua-mode.
4159 (cua-selection-mode): New command.
4160
4161 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4162
4163 * custom.el (custom-initialize-safe-set)
4164 (custom-initialize-safe-default): Doc fixes.
4165
4166 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4167 and simplify :init-value again.
4168
4169 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4170 and simplify :init-value again. Delete autoload.
4171
4172 * startup.el (command-line): Use `custom-reevaluate-setting' again
4173 for tooltip-mode.
4174
4175 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4176 a defcustom with two :initialize keywords.
4177
4178 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4179
4180 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4181 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4182 (allout-post-command-business, allout-flag-region)
4183 (isearch-reenable-font-lock, allout-yank)
4184 (allout-insert-latex-header, allout-insert-latex-trailer)
4185 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4186 (allout-latex-verb-quote): Fix typos in docstrings.
4187 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4188 (allout-unprotected, allout-prefix-data):
4189 Improve argument/docstring consistency.
4190 (allout-chart-subtree): Fix argument spec.
4191 (allout-open-topic): Rename `use_sib_bullet' argument to
4192 `use-sib-bullet'. Doc fix.
4193
4194 * whitespace.el (whitespace-check-buffer-leading)
4195 (whitespace-check-buffer-trailing)
4196 (whitespace-check-buffer-indent)
4197 (whitespace-check-buffer-spacetab)
4198 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4199 (whitespace-check-leading-whitespace)
4200 (whitespace-check-trailing-whitespace)
4201 (whitespace-check-spacetab-whitespace)
4202 (whitespace-check-indent-whitespace)
4203 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4204 (whitespace-modes): Fix typos in docstrings.
4205 (defgroup, defcustom): Doc fixes.
4206
4207 * winner.el (winner-mode, winner-boring-buffers)
4208 (winner-pending-undo-ring): Doc fixes.
4209 (winner-ring): Remove unneeded `progn'.
4210 (winner-equal): `defsubst' it.
4211 (winner-redo): Fix message.
4212
4213 2005-07-13 Kim F. Storm <storm@cua.dk>
4214
4215 * simple.el (line-move-1): Always use vertical-motion to
4216 do the last (or only) line move to ensure some movement.
4217 Undo 2005-06-23 change--don't check for overlays.
4218
4219 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4220
4221 * term/mac-win.el (ccl-encode-mac-roman-font)
4222 (ccl-encode-mac-centraleurroman-font)
4223 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4224 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4225 Change charset-id boundary of dimension to ?\xef.
4226 (mac-char-fontspec-list): New constant.
4227 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4228 argument. Nil uses itself as family in font-spec. Previous
4229 behavior for nil is now provided by non-nil non-string argument.
4230 All callers changed. Add font-specs for Mac fonts to
4231 "fontset-default" unless iso8859-1 fonts are installed.
4232
4233 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4236 a continuation line if the \ is preceded by SPC or TAB.
4237 (sh-get-indent-info): Simplify.
4238 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4239 Use with-current-buffer.
4240
4241 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4242 when the matched text is empty.
4243
4244 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4245
4246 * startup.el (command-line): Revert to previous handling of
4247 tooltip-mode. Explain in comment why the complexity is needed.
4248
4249 * tooltip.el (tooltip-mode): Revert to previous implementation of
4250 its defcustom.
4251
4252 * frame.el (blink-cursor-mode): Revert to previous implementation
4253 of its defcustom. Update comment.
4254
4255 2005-07-12 Lars Hansen <larsh@soem.dk>
4256
4257 * desktop.el: Update e-mail address.
4258
4259 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4260
4261 * term/mac-win.el (mac-services-mail-selection)
4262 (mac-services-mail-to): New functions.
4263 (mac-application-menu-map): Bind them.
4264
4265 2005-07-12 wulei <milton@wulei.net> (tiny change)
4266
4267 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4268
4269 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4270
4271 * custom.el (custom-reevaluate-setting): Doc fix.
4272
4273 2005-07-11 Jay Belanger <belanger@truman.edu>
4274
4275 * calc/calc.el (calc-embedded-announce-formula-alist)
4276 (calc-embedded-open-close-plain-alist)
4277 (calc-embedded-open-close-mode-alist): Add checks for additional
4278 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4279
4280 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4281
4282 * custom.el (custom-enable-theme): Don't add theme to
4283 `custom-enabled-themes' with `push' because there is no
4284 setf-method for `delq'.
4285
4286 2005-07-11 Richard M. Stallman <rms@gnu.org>
4287
4288 * custom.el (custom-declare-variable): Doc fix.
4289
4290 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4291 from the alists.
4292
4293 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4294 Do nothing if edebug-active.
4295
4296 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4297 (edebug-display): Do it here instead.
4298
4299 2005-07-10 Richard M. Stallman <rms@gnu.org>
4300
4301 * cus-face.el (custom-theme-set-faces): Make it work.
4302 (custom-reset-faces): Doc fix.
4303 (custom-theme-reset-internal-face, custom-theme-face-value):
4304 Functions deleted.
4305
4306 * custom.el (custom-push-theme): Maintain list of the settings
4307 of a given theme in its theme-settings property.
4308 Maintain position of old settings in the theme-value
4309 or theme-face property.
4310 (custom-enabled-themes): New variable.
4311 (custom-theme-enabled-p): New function.
4312 (provide-theme): Update custom-enabled-themes.
4313 Disable and reenable the `user' theme.
4314 (require-theme): Doc fix.
4315 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4316 (custom-theme-value, custom-theme-variable-value): Likewise.
4317 (custom-theme-reset-internal): Likewise.
4318 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4319 (custom-enable-theme, custom-disable-theme): New functions.
4320 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4321 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4322 (custom-theme-reset-variables): Simplify.
4323 (deftheme, custom-declare-theme, custom-make-theme-feature):
4324 Definitions moved.
4325
4326 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * longlines.el (longlines-show-region)
4329 (longlines-unshow-hard-newlines): Recognize hard newlines by
4330 non-nil hard property, instead of t.
4331
4332 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4333
4334 * viper-cmd.el (viper--key-maps): New variable.
4335 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4336 emulation-mode-map-alists.
4337 (viper-envelop-ESC-key): Use viper-subseq.
4338 (viper-search-forward/backward/next): Disable debug-on-error.
4339
4340 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4341 (viper-ESC-key): New defcustoms.
4342
4343 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4344
4345 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4346 (viper-subseq): Copy of subseq from cl.el.
4347
4348 * viper.el (viper-go-away, viper-set-hooks): Use
4349 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4350
4351 * viper-mous.el (viper-current-frame-saved): Use defvar.
4352
4353 * viper-init.el: Get rid of -face in face names.
4354
4355 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4356 Make it work with longlines mode
4357
4358 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4359
4360 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4361
4362 * ediff-init.el: Get rid of -face in face names.
4363
4364 2005-07-10 Richard M. Stallman <rms@gnu.org>
4365
4366 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4367 and with-timeout-unsuspend.
4368
4369 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4370 and with-timeout-unsuspend.
4371
4372 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4373 (with-timeout): Bind that variable to record timers.
4374 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4375
4376 * emacs-lisp/debug.el (debug-help-follow): New function.
4377 (debugger-mode-map): Use that instead of help-follow.
4378 (debugger-setup-buffer): Use eval-buffer-list
4379 to handle eval-buffer frames.
4380
4381 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4382
4383 * timezone.el (timezone-parse-date): Change first regexp
4384 so it will not mistakenly match dates with no time zone.
4385
4386 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4387
4388 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4389
4390 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4391
4392 * custom.el (custom-initialize-safe-set)
4393 (custom-initialize-safe-default): New functions.
4394
4395 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4396 and simplify :init-value.
4397
4398 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4399 and simplify :init-value. Delete obsolete comment.
4400
4401 * startup.el (command-line): Use `custom-reevaluate-setting' to
4402 handle `tooltip-mode'. Delete obsolete comment.
4403
4404 * files.el (set-visited-file-name): Avoid calling
4405 `file-name-nondirectory' with a nil argument.
4406
4407 2005-07-09 Richard M. Stallman <rms@gnu.org>
4408
4409 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4410 was called with nil for the buffer, handle the read position right.
4411 Handle read position for eval-region, too.
4412
4413 2005-07-09 Juri Linkov <juri@jurta.org>
4414
4415 * fringe.el (fringe-mode): Add period in docstring.
4416 (fringe-query-style): Build prompt depending on `all-frames' arg.
4417
4418 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4419 to not create links to unrelated functions in the Help buffer.
4420
4421 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4422 Doc fix.
4423
4424 * simple.el (next-error-hook): New variable.
4425 (next-error): Use it. Doc fix.
4426
4427 * textmodes/ispell.el (ispell-command-loop): Add current
4428 dictionary name and program name to mode-line-format.
4429 (ispell-region, ispell-process-line): Add current dictionary name
4430 and program name to messages.
4431
4432 2005-07-08 Jay Belanger <belanger@truman.edu>
4433
4434 * calc/calc.el (calc-embedded-announce-formula-alist)
4435 (calc-embedded-open-close-formula-alist)
4436 (calc-embedded-open-close-word-alist)
4437 (calc-embedded-open-close-plain-alist)
4438 (calc-embedded-open-close-new-formula-alist)
4439 (calc-embedded-open-close-mode-alist)
4440 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4441 (calc-embedded-mode-hook): New variables.
4442
4443 * calc/calc-embed.el (calc-embedded-firsttime)
4444 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4445 New variables.
4446 (calc-do-embedded): Use calc-embedded-firsttime,
4447 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4448 determine whether or not to run hooks.
4449 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4450 calc-embedded-firsttime-formula appropriately.
4451 Set calc-embedded delimiter variables according to mode.
4452
4453 2005-07-08 Richard M. Stallman <rms@gnu.org>
4454
4455 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4456 Check for "emacs", etc., as entire symbol, not just as word.
4457 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4458
4459 * files.el (set-visited-file-name): Report the error
4460 for "empty filename" earlier.
4461 (kill-some-buffers): Ignore buffers already dead.
4462
4463 * fringe.el (fringe-mode): Doc fix.
4464
4465 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4466 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4467 Use unwind-protect to ensure byte-compile-unresolved-functions
4468 is updated.
4469
4470 * whitespace.el (whitespace-buffer-leading-cleanup):
4471 Simplify w/ skip-chars-forward.
4472 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4473
4474 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4475 Unconditionally try to leave point at the same old place.
4476
4477 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4478
4479 * comint.el (comint-postoutput-scroll-to-bottom)
4480 (comint-show-maximum-output): Take scroll-margin into consideration.
4481
4482 2005-07-08 Kim F. Storm <storm@cua.dk>
4483
4484 * ido.el (ido-use-filename-at-point): New choice `guess'.
4485 (ido-file-internal): Try ffap-guesser if selected.
4486
4487 * ido.el (ido-before-fallback-functions): New hook.
4488 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4489 (ido-read-file-name): Run it.
4490
4491 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4494 strings rather than a list of symbols to the completion function.
4495
4496 2005-07-07 Jay Belanger <belanger@truman.edu>
4497
4498 * calc/calc-units.el (math-apply-units): Change the places in
4499 which units are simplified.
4500
4501 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4502
4503 * cus-edit.el (customize-option, customize-option-other-window):
4504 Make them handle aliases.
4505
4506 * custom.el (custom-variable-p): Make it recursively follow
4507 aliases. Mention that in the docstring.
4508
4509 2005-07-07 Richard M. Stallman <rms@gnu.org>
4510
4511 * cus-start.el (exec-path): Use `directory' instead of `file'.
4512 Fix tag for nil.
4513
4514 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4517 when called non-interactively. Doc fix.
4518
4519 2005-07-07 Lute Kamstra <lute@gnu.org>
4520
4521 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4522 new address as well.
4523
4524 2005-07-07 Kenichi Handa <handa@m17n.org>
4525
4526 * international/mule.el (make-coding-system):
4527 Describe `ascii-incompatible' property in the docstring.
4528 (set-file-name-coding-system): Signal an error if coding-system is
4529 ascii-incompatible.
4530 (set-keyboard-coding-system): Likewise.
4531
4532 * international/mule-cmds.el (set-default-coding-systems):
4533 Don't set default-file-name-coding-system and
4534 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4535
4536 * international/utf-16.el: Declare that all UTF-16-based coding
4537 systems are ASCII-incompatible.
4538
4539 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4540
4541 * progmodes/gud.el: Require font-lock for displaying errors.
4542 Used by gdb-ui.el.
4543
4544 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4545
4546 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4547 values for the pattern lists which are `read'able but not
4548 `append'able (like symbols).
4549
4550 2005-07-06 Richard M. Stallman <rms@gnu.org>
4551
4552 * progmodes/flymake.el (flymake-float-time): Instead of
4553 with-no-warnings, test for xemacs.
4554 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4555 to avoid warning.
4556
4557 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4558
4559 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4560
4561 2005-07-05 Lute Kamstra <lute@gnu.org>
4562
4563 * battery.el: Add support for Darwin (with much debugging help
4564 from Samuel Lauber <sam124@operamail.com>).
4565 (battery-status-function, battery-echo-area-format)
4566 (battery-mode-line-format): Add support for pmset on Darwin.
4567 (battery-load-low, battery-load-critical): New user options.
4568 (battery-pmset): New function.
4569
4570 2005-07-05 Lute Kamstra <lute@gnu.org>
4571
4572 Update FSF's address in GPL notices.
4573
4574 * textmodes/page-ext.el: Update FSF's address.
4575
4576 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4579 filling from using prefix when filling a single-line docstring.
4580
4581 * progmodes/flymake.el: Remove useless eval-when-compile.
4582
4583 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4584
4585 2005-07-04 Richard M. Stallman <rms@gnu.org>
4586
4587 * textmodes/org.el (org-file-apps-defaults-gnu):
4588 Rename from org-file-apps-defaults-linux.
4589 (org-default-apps): Don't test system-type for `linux'.
4590 (org-file-apps): Doc fix.
4591
4592 2005-07-04 David Ponce <david@dponce.com>
4593
4594 * tree-widget.el: Improve header Commentary section.
4595 (tree-widget) [defgroup]
4596 (tree-widget-image-enable, tree-widget-themes-directory)
4597 (tree-widget-theme, tree-widget-image-properties-emacs)
4598 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4599 (tree-widget-image-formats, tree-widget-control)
4600 (tree-widget-empty-control, tree-widget-leaf-control
4601 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4602 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4603 (tree-widget-keep, tree-widget-after-toggle-functions)
4604 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4605 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4606 :help-echo message.
4607 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4608 (tree-widget-image-properties): Doc fix. Clearer implementation.
4609 (tree-widget--cursors): New constant.
4610 (tree-widget-lookup-image): New function split from
4611 `tree-widget-find-image'. Clearer implementation.
4612 (tree-widget-find-image): Use it.
4613 (tree-widget-button-keymap): Use `set-keymap-parent'.
4614 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4615 Define the sub-widgets here.
4616 (tree-widget-node): Check that :node is not a tree-widget.
4617 (tree-widget-get-super, tree-widget-open-control)
4618 (tree-widget-close-control, tree-widget-empty-control)
4619 (tree-widget-leaf-control, tree-widget-guide)
4620 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4621 (tree-widget-no-handle, tree-widget-value-delete)
4622 (tree-widget-map): Remove.
4623 (tree-widget-children-value-save): Doc fix. Simplified.
4624 (tree-widget-value-create): Update according to previous changes.
4625
4626 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4627
4628 * textmodes/org.el: Leading space replaced by TABS.
4629 (org-recalc-marks, org-table-rotate-recalc-marks)
4630 (org-table-get-specials): Treat "^" and "_" marks.
4631 (org-table-justify-field-maybe): Optional argument NEW.
4632 (org-table-eval-formula): Parsing of the format simplified.
4633 New modes C,I. Honor the %= parameter in the current table.
4634 Avoid unnecessary re-align by using the NEW argument to
4635 `org-table-justify-field-maybe'.
4636 (org-calc-default-modes): Default for date-format mimicks org-mode.
4637 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4638
4639 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4640
4641 * cus-face.el (custom-theme-set-faces): Make it handle face
4642 aliases whose alias declarations are pre- or autoloaded.
4643
4644 2005-07-04 Juri Linkov <juri@jurta.org>
4645
4646 * faces.el (read-face-name): Put the code for getting a face name
4647 from the buffer before adding the faces from the `face' property.
4648 Use `completing-read-multiple' instead of `completing-read'.
4649 Require `crm'. Add default value and post-process the returned
4650 list of faces.
4651
4652 * emacs-lisp/crm.el (crm-find-current-element)
4653 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4654
4655 * emacs-lisp/lisp-mode.el (eval-defun-1):
4656 * emacs-lisp/edebug.el (edebug-eval-defun):
4657 Remove unnecessary quotes.
4658
4659 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4660
4661 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4662 (prolog-indent-level): Fix typo in docstring.
4663
4664 * info.el (Info-history, Info-history-forward)
4665 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4666
4667 * add-log.el (add-change-log-entry):
4668 * comint.el (comint-dynamic-list-input-ring)
4669 (comint-dynamic-list-completions):
4670 * dabbrev.el (dabbrev-expand):
4671 * delim-col.el (delimit-columns-rectangle-line):
4672 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4673 (diff-unified->context):
4674 * ediff-init.el (ediff-abbrev-jobname):
4675 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4676 (ediff-replace-session-activity-marker-in-meta-buffer):
4677 * info.el (Info-summary):
4678 * lpr.el (printify-region):
4679 * printing.el (pr-create-interface):
4680 * ps-print.el (ps-print-quote):
4681 * ses.el (ses-column-widths, ses-print-cell)
4682 (ses-adjust-print-width, ses-center):
4683 * shell.el (shell-file-name-quote-list):
4684 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4685 (strokes-fill-current-buffer-with-whitespace)
4686 (strokes-xpm-for-stroke, strokes-list-strokes)
4687 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4688 * term.el (term-dynamic-list-input-ring)
4689 (term-dynamic-list-completions):
4690 * calc/calc.el (math-format-stack-value):
4691 * emacs-lisp/edebug.el (edebug-display-freq-count):
4692 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4693 (delphi-new-comment-line):
4694 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4695 * progmodes/executable.el (executable-set-magic):
4696 * progmodes/python.el (inferior-python-mode):
4697 * progmodes/scheme.el (scheme-mode-syntax-table):
4698 * progmodes/sh-script.el (sh-maybe-here-document):
4699 * progmodes/sql.el (sql-copy-column):
4700 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4701 * textmodes/bibtex.el (bibtex-mode):
4702 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4703 (sgml-auto-attributes):
4704 * textmodes/table.el (table-insert, table-shorten-cell)
4705 (table--generate-source-scan-lines, table-delete-row)
4706 (*table--cell-delete-char, table--spacify-frame)
4707 (table--horizontally-shift-above-and-below)
4708 (table--cell-insert-char, table--cell-blank-str)
4709 (table--fill-region-strictly):
4710 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4711 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4712
4713 * add-log.el (change-log):
4714 * apropos.el (apropos):
4715 * comint.el (comint-completion, comint-source):
4716 * dabbrev.el (dabbrev):
4717 * delim-col.el (columns):
4718 * diff-mode.el (diff-mode):
4719 * ediff.el (ediff):
4720 * ediff-diff.el (ediff-diff):
4721 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4722 * ediff-mult.el (ediff-mult):
4723 * ediff-ptch.el (ediff-ptch):
4724 * ediff-wind.el (ediff-window):
4725 * facemenu.el (facemenu):
4726 * indent.el (indent):
4727 * info.el (info):
4728 * jka-cmpr-hook.el (compression, jka-compr):
4729 * lpr.el (lpr):
4730 * outline.el (outlines):
4731 * pcmpl-cvs.el (pcmpl-cvs):
4732 * pcmpl-rpm.el (pcmpl-rpm):
4733 * printing.el (printing):
4734 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4735 (ps-print-vertical, ps-print-headers, ps-print-font)
4736 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4737 (ps-print-background, ps-print-printer, ps-print-page)
4738 (ps-print-miscellany):
4739 * ses.el (ses):
4740 * shell.el (shell, shell-directories, shell-faces):
4741 * startup.el (initialization):
4742 * strokes.el (strokes):
4743 * term.el (term):
4744 * uniquify.el (uniquify):
4745 * w32-vars.el (w32):
4746 * calc/calc.el (calc):
4747 * emacs-lisp/bytecomp.el (bytecomp):
4748 * emacs-lisp/cl-indent.el (lisp-indent):
4749 * emacs-lisp/edebug.el (edebug):
4750 * emacs-lisp/elp.el (elp):
4751 * emacs-lisp/testcover.el (testcover):
4752 * emacs-lisp/trace.el (trace):
4753 * emulation/viper-ex.el (viper-ex):
4754 * emulation/viper-mous.el (viper-mouse):
4755 * mail/mailalias.el (mailalias):
4756 * mail/supercite.el (supercite, supercite-frames)
4757 (supercite-attr, supercite-cite, supercite-hooks):
4758 * net/rcompile.el (remote-compile):
4759 * net/rlogin.el (rlogin):
4760 * obsolete/ooutline.el (outlines):
4761 * progmodes/delphi.el (delphi):
4762 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4763 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4764 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4765 (ebnf-optimization):
4766 * progmodes/etags.el (etags):
4767 * progmodes/executable.el (executable):
4768 * progmodes/idlwave.el (idlwave):
4769 * progmodes/pascal.el (pascal):
4770 * progmodes/prolog.el (prolog):
4771 * progmodes/python.el (python):
4772 * progmodes/scheme.el (scheme):
4773 * progmodes/sh-script.el (sh, sh-script):
4774 * progmodes/sql.el (SQL):
4775 * progmodes/tcl.el (tcl):
4776 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4777 * textmodes/enriched.el (enriched):
4778 * textmodes/makeinfo.el (makeinfo):
4779 * textmodes/sgml-mode.el (sgml):
4780 * textmodes/table.el (table-hooks):
4781 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4782 * textmodes/texinfo.el (texinfo):
4783 * textmodes/two-column.el (two-column):
4784 Finish `defgroup' description with period.
4785
4786 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4787 * eshell/esh-var.el (eshell-var):
4788 * progmodes/vhdl-mode.el (vhdl-testbench):
4789 * textmodes/org.el (org): Fix typos in docstrings.
4790
4791 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4792 consistency.
4793
4794 * progmodes/flymake.el (flymake-find-file): Remove.
4795 (flymake-float-time): Use `with-no-warnings'.
4796 (flymake-check-start-time, flymake-check-was-interrupted)
4797 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4798 (flymake-new-err-info): `defvar' at compile time.
4799
4800 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4801
4802 * replace.el (occur-hook): Doc fix.
4803 (occur-1): Don't call `occur-hook' if there are no matches.
4804
4805 2005-07-03 Richard M. Stallman <rms@gnu.org>
4806
4807 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4808 global-map, save the same map.
4809 (global-map): Don't alter it at top level.
4810 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4811 Then alter it here instead.
4812 (tpu-edt-off): Set global-map to the saved one.
4813
4814 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4815 All references simplified.
4816 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4817 (zmacs-regions): Add defvar.
4818 (repeat-complex-command-map): Everything about that deleted.
4819
4820 * textmodes/artist.el (artist-key-is-drawing)
4821 (artist-key-endpoint1, artist-key-poly-point-list)
4822 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4823 (artist-key-compl-table, artist-rb-save-data)
4824 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4825 Don't put them in eval-when-compile.
4826 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4827
4828 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4829 Use with-no-warnings.
4830
4831 * net/browse-url.el (dos-windows-version): Add defvar.
4832
4833 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4834
4835 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4836 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4837 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4838 Add defvar.
4839 (rmail-summary-beginning-of-message): Use with-no-warnings.
4840 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4841
4842 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4843 Use with-no-warnings.
4844
4845 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4846 (c-mark-function): Add point-moving-unit property.
4847 (vi-goto-line): Use with-no-warnings.
4848
4849 * emulation/edt.el (edt-last-copied-word): Add defvar.
4850 (zmacs-region-stays): Likewise.
4851 (edt-mark-section-wisely): Use c-mark-function for C.
4852 Use makr-defun for Fortran.
4853 (time-string): defvar deleted.
4854 (edt-display-the-time): Don't set time-string.
4855
4856 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4857
4858 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4859 Don't warn when name is not constant
4860 or for defining the group `emacs'.
4861
4862 * tooltip.el (gud-tooltip-mode): Add defvar.
4863
4864 * startup.el (default-frame-background-mode): Add defvar.
4865
4866 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4867
4868 * info.el (tool-bar-map): Add defvar.
4869
4870 * dired.el (dnd-protocol-alist): Add defvar.
4871
4872 * dired-aux.el (dired-query): Display question with answer, when
4873 the user answers.
4874
4875 * custom.el (custom-add-option): Doc fix.
4876
4877 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4878
4879 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4880
4881 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4882 bogus name from the last change.
4883
4884 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4885
4886 * custom.el (custom-declare-variable): Fix typos in comment.
4887 (custom-known-themes): Doc fix.
4888 (custom-theme-directory): New defcustom.
4889 (require-theme): Make it check `custom-theme-directory'.
4890
4891 * cus-theme.el (custom-new-theme-mode): New function.
4892 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4893 (custom-theme-description): Add compiler defvars.
4894 (customize-create-theme): Add doc to the "*New Custom Theme*"
4895 buffer. Use `custom-new-theme-mode'.
4896 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4897 and save it to the `custom-theme-directory'. Make this the
4898 default directory of the buffer.
4899
4900 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4901
4902 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4903 Fix unbalanced parentheses.
4904
4905 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4908 into flymake-mode and delegate to flymake-mode.
4909
4910 * find-file.el (ff-which-function-are-we-in): Clean up.
4911
4912 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4913
4914 * replace.el (occur-rename-buffer): Fix docstring.
4915
4916 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4917 (edt-last-copied-word, edt-learn-macro-count)
4918 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4919 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4920 (time-string, zmacs-region-stays):
4921 * emulation/edt-mapper.el (edt-save-function-key-map)
4922 (EDT-key-name): `defvar' to silence the byte-compiler.
4923
4924 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4925
4926 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4927 font-lock-regexp-backslash. Doc fix.
4928 (font-lock-regexp-backslash-grouping-construct): Rename from
4929 font-lock-regexp-backslash-construct. Doc fix.
4930 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4931 grouping constructs.
4932
4933 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4934
4935 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4936 updating all the prerequisites.
4937
4938 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4939
4940 * textmodes/org.el (org-agenda-start-on-weekday)
4941 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4942 (org-agenda-use-time-grid, org-archive-location)
4943 (org-allow-space-in-links, org-usenet-links-prefer-google)
4944 (org-enable-table-editor, org-export-default-language)
4945 (org-export-html-show-new-buffer, org-fill-paragraph)
4946 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4947 (org-goto-quit, org-occur, org-eval-in-calendar)
4948 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4949 (org-agenda-diary-entry, org-remember-help)
4950 (org-table-convert-region, org-at-table-p)
4951 (org-table-move-row-down, org-table-move-row-up)
4952 (org-table-copy-region, org-table-toggle-vline-visibility)
4953 (org-table-get-stored-formulas, org-table-get-specials)
4954 (org-recalc-commands, org-table-eval-formula)
4955 (org-table-formula-substitute-names, orgtbl-make-binding)
4956 (org-format-org-table-html, org-format-table-table-html)
4957 (org-format-table-table-html-using-table-generate-source)
4958 (org-customize): Fix typos in docstrings.
4959 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4960 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4961 (org-back-to-heading): Doc fixes.
4962 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4963 (org-agenda-change-all-lines, org-get-header):
4964 Improve argument/docstring consistency.
4965 (orgtbl-error): Fix error message.
4966
4967 * progmodes/flymake.el (flymake-find-possible-master-files)
4968 (flymake-master-file-compare, flymake-get-line-err-count)
4969 (flymake-highlight-line, flymake-gui-warnings-enabled):
4970 Fix typos in docstrings.
4971 (flymake-parse-line, flymake-get-project-include-dirs-function)
4972 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4973 Doc fixes.
4974 (flymake-get-project-include-dirs-function)
4975 (flymake-make-err-menu-data):
4976 Improve argument/docstring consistency.
4977
4978 2005-07-01 Lute Kamstra <lute@gnu.org>
4979
4980 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4981 Catch errors with ignore-errors. Use temporary buffer.
4982 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4983
4984 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4985 background color faces.
4986 (facemenu-set-foreground, facemenu-set-background):
4987 Use facemenu-set-face-from-menu.
4988 (facemenu-set-face-from-menu): Treat face names that start with
4989 "fg:" or "bg:" as special.
4990 (facemenu-add-new-color): Don't create faces. Simplify.
4991
4992 2005-06-30 Richard M. Stallman <rms@gnu.org>
4993
4994 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4995 (crm-find-current-element): Likewise.
4996
4997 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4998
4999 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5000
5001 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5004 (archive-mouse-extract): Make it an obsolete alias.
5005 (archive-mode-map): Don't use archive-mouse-extract any more.
5006 (archive-mode, archive-extract): write-contents-hooks ->
5007 write-contents-functions.
5008 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5009 first arg.
5010 (archive-rename-entry): Update the call.
5011 (archive-zip-summarize): Remove unused var `method'.
5012 (archive-lzh-summarize): Remove unused var `creator'.
5013
5014 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5015 dedicated frame upon exit.
5016
5017 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5018 (archive-zip-extract, archive-zip-expunge)
5019 (archive-zip-update, archive-zip-update-case): Use executable-find.
5020 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5021 Use restore-buffer-modified-p.
5022 (archive-extract, archive-add-new-member, archive-write-file-member):
5023 Use with-current-buffer.
5024 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5025
5026 2005-06-30 Andreas Schwab <schwab@suse.de>
5027
5028 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5029
5030 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5031
5032 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5033
5034 2005-06-30 Juri Linkov <juri@jurta.org>
5035
5036 * faces.el (vertical-border): Inherit from mode-line-inactive
5037 only on tty.
5038
5039 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5040
5041 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5042 example, -NLINES in the `occur' docstring).
5043
5044 * replace.el (occur-1): When no matches are found, do not set the
5045 `buffer-read-only' and modified flags for the occur buffer,
5046 because it is deleted.
5047
5048 * emulation/cua-base.el (cua-check-pending-input)
5049 (cua-repeat-replace-region, cua-mode, cua-debug)
5050 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5051 Fix typos in docstrings.
5052
5053 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5054 (cua-cut-region-to-global-mark)
5055 (cua--cut-rectangle-to-global-mark):
5056 Remove period from end of messages.
5057
5058 * emulation/cua-rect.el (cua-do-rectangle-padding):
5059 Remove period from end of messages.
5060 (cua--rectangle-seq-format): Fix typo in docstring.
5061 (cua-sequence-rectangle, cua-fill-char-rectangle):
5062 Improve argument/docstring consistency.
5063
5064 2005-06-29 Juri Linkov <juri@jurta.org>
5065
5066 * faces.el (default-frame-background-mode): New internal variable.
5067 (frame-set-background-mode): Use it.
5068
5069 * startup.el (normal-top-level): Set default-frame-background-mode
5070 instead of frame-background-mode. Before setting it, test for its
5071 nil value. Remove tests for frame-background-mode and frame
5072 parameter `reverse'. Add test for "unspecified-fg".
5073
5074 * term/xterm.el (xterm-rxvt-set-background-mode):
5075 * term/rxvt.el (rxvt-set-background-mode):
5076 Set default-frame-background-mode instead of frame-background-mode.
5077
5078 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * simple.el (set-variable): Warn about obsolete user variables.
5081
5082 * imenu.el (imenu--completion-buffer):
5083 * mouse.el (mouse-buffer-menu-alist):
5084 * msb.el (msb-invisible-buffer-p):
5085 * calendar/diary-lib.el (diary-header-line-format):
5086 * emacs-lisp/pp.el (pp-buffer):
5087 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5088 * textmodes/picture.el (picture-replace-match):
5089 Change space constants followed by a sexp to "?\s ".
5090
5091 * play/decipher.el (decipher-loop-with-breaks):
5092 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5093 constants "protected" from end of line by a comment to "?\s".
5094
5095 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * font-lock.el (save-buffer-state): Use `declare'.
5098
5099 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5100 reset the syntax-table to cperl-mode-syntax-table.
5101 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5102 "foo_print_bar" is not matched as a reserved keyword.
5103
5104 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5105
5106 * textmodes/org.el (orgtbl-setup): New function, for delayed
5107 setup for the orgtbl commands.
5108 (org-calc-default-modes): New option.
5109 (orgtbl-make-binding): Use `defun' to get better help display.
5110 (org-diary): Call `org-compile-prefix-format'.
5111 (org-table-formula-substitute-names): New function.
5112 (org-agenda-day-view, org-agenda-week-view): New commands.
5113 (org-agenda-toggle-week-view): Command removed.
5114 (org-tbl-menu): Split off from org-org-menu.
5115 (org-mode): Move removal of outline-mode menus to here.
5116 (org-table-formula-debug): New option.
5117 (org-table-insert-row): Keep first field if just "#" or "*".
5118 (org-mode): Paragraph regexps fixed.
5119 (org-table-recalculate-regexp): New constant.
5120 (org-table-justify-field-maybe): Avoid replace if not necessary.
5121 (org-copy-special, org-cut-special): Use `call-interactively'.
5122 (org-table-copy-region): Take region from `interactive' call.
5123 (org-trim): Return string even if no match.
5124 (org-formula): New face.
5125 (org-set-font-lock-defaults): No longer highlight "FIXME".
5126 But highlight formula-related fields in table.
5127 (org-table-p): Use regexp, not fontification.
5128 (org-table-align): Handle white space at end of line.
5129 (org-table-formula-evaluate-inline): New option.
5130 (org-mode): Auto-wrapping in comment lines turned off.
5131 (org-table-copy-down): Evaluate only in copied field, not in
5132 destination.
5133 (org-table-current-formula): Variable removed.
5134 (org-table-store-formulas, org-table-get-stored-formulas)
5135 (org-table-modify-formulas, org-table-replace-in-formulas)
5136 (org-table-maybe-eval-formula): New functions.
5137 (org-table-get-formula): Modify to use stored formulas.
5138 (org-table-insert-column, org-table-delete-column)
5139 (org-table-move-column): Call `org-table-modify-formulas'.
5140 (org-complete): Add completion for keyword formulas.
5141 (orgtbl-mode): Pull orgtbl-mode-map to start of
5142 minor-mode-map-alist.
5143
5144 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * progmodes/python.el (python-check): Require `compile' before
5147 modifying its variables.
5148
5149 * newcomment.el (comment-indent-default): Don't get fooled by an early
5150 end of buffer.
5151
5152 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5153
5154 * ps-print.el (ps-print-version): Fix version number.
5155
5156 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5157
5158 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5159
5160 2005-06-28 Richard M. Stallman <rms@gnu.org>
5161
5162 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5163 (flyspell-local-mouse-map): Declaration deleted.
5164 (flyspell-mouse-map): Bind only mouse-2.
5165 (flyspell-mode-map): Don't test flyspell-use-local-map.
5166 (flyspell-overlay-keymap-property-name): Var deleted.
5167 (flyspell-mode-on): Don't make local bindings for
5168 flyspell-mouse-map and flyspell-mode-map.
5169 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5170
5171 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5172
5173 * progmodes/compile.el (compilation-next-error-function):
5174 Don't switch buffers; operate on the current buffer.
5175
5176 * progmodes/compile.el (compilation-error-file-name)
5177 (compilation-warning-file-name, compilation-info-file-name)
5178 (compilation-line-number, compilation-column-number): New faces.
5179 (compilation-error-face, compilation-warning-face)
5180 (compilation-info-face, compilation-line-face)
5181 (compilation-column-face): Use them.
5182
5183 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5184
5185 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5186
5187 * bindings.el (global-map): Bind insertchar and its variants.
5188
5189 2005-06-27 Richard M. Stallman <rms@gnu.org>
5190
5191 * textmodes/artist.el (artist-text-overwrite)
5192 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5193
5194 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5195
5196 * ps-print.el: It was not working the page selection for printing.
5197 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5198 (ps-print-version): New version 6.6.7.
5199 (ps-end-sheet): New fun.
5200 (ps-header-sheet, ps-end-job): Call it.
5201
5202 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5203
5204 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5205
5206 2005-06-27 Lute Kamstra <lute@gnu.org>
5207
5208 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5209 background color faces.
5210 (facemenu-get-face): Delete function.
5211 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5212 (facemenu-add-new-color): Make second argument mandatory.
5213 Create the appropriate face and return it. Simplify.
5214 (facemenu-set-foreground, facemenu-set-background): Don't check if
5215 color is defined. Use return value of facemenu-add-new-color.
5216
5217 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5218
5219 * progmodes/gud.el (gud-filter): Add missing argument to
5220 with-selected-window.
5221
5222 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5225 a :require to the defcustom.
5226
5227 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5228 defcustoms corresponding to minor modes.
5229
5230 2005-06-26 David Ponce <david@dponce.com>
5231
5232 * recentf.el: Require tree-widget instead of wid-edit.
5233 (recentf-filename-handler): Fix widget :type.
5234 (recentf-cancel-dialog, recentf-open-more-files)
5235 (recentf-open-files-action): Doc fix.
5236 (recentf-dialog-goto-first): New function.
5237 (recentf-dialog-mode-map): Set parent keymap first.
5238 (recentf-dialog-mode): Define with define-derived-mode.
5239 Don't display continuation lines in dialogs.
5240 (recentf-edit-list): Rename from recentf-edit-selected-items.
5241 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5242 Simplify.
5243 (recentf-edit-list-validate): New function.
5244 (recentf-edit-list): Update accordingly.
5245 (recentf-open-files-item-shift): Remove.
5246 (recentf-open-files-item): Convert menu elements into tree and
5247 link widgets. Don't create the widgets.
5248 (recentf-open-files): Update accordingly.
5249 (recentf-save-list): Untabify.
5250
5251 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5252
5253 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5254 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5255 partially contained in the active region. Do not take active
5256 region into account when called from Lisp, unless INTERACTIVE arg
5257 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5258 avoid trouble with fields. Make marker point nowhere when no
5259 longer used. Always return nil. Doc fix.
5260 (flush-lines): Add INTERACTIVE arg. Do not take active region
5261 into account when called from Lisp, unless INTERACTIVE arg is
5262 non-nil. Use `forward-line' instead of `beginning-of-line' to
5263 avoid trouble with fields. Make marker point nowhere when no
5264 longer used. Always return nil. Doc fix.
5265 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5266 interchangeable. Do not take active region into account when
5267 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5268 message in echo area when called from Lisp, unless INTERACTIVE arg
5269 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5270 Return the number of matches. Doc fix.
5271 (occur): Doc fix.
5272 (perform-replace): Make comment follow double space convention for
5273 the sake of `outline-minor-mode'.
5274
5275 * faces.el (facep): Doc fix.
5276
5277 2005-06-25 Richard M. Stallman <rms@gnu.org>
5278
5279 * facemenu.el (facemenu-enable-faces-p): New function.
5280 (facemenu-background-menu, facemenu-foreground-menu)
5281 (facemenu-face-menu): Add menu-enable property.
5282
5283 * jka-compr.el (jka-compr-insert-file-contents):
5284 Special handling if cannot find the uncompression program.
5285
5286 * cus-face.el (custom-face-attributes): Add autoload.
5287
5288 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5289 Bind comment-indent-function locally.
5290
5291 * window.el (save-selected-window): Use save-current-buffer.
5292
5293 * subr.el (with-selected-window): Use save-current-buffer.
5294
5295 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5296 and with-current-buffer.
5297
5298 2005-06-24 Richard M. Stallman <rms@gnu.org>
5299
5300 * simple.el (line-move-1): Fix previous change.
5301
5302 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5303
5304 * replace.el (occur-1): Set `buffer-read-only' and the
5305 buffer-modified flag before running `occur-hook' to protect
5306 against unintentional buffer switches that can lead to data loss.
5307
5308 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5309
5310 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5311 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5312 initial error.
5313
5314 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5315 after fresh input.
5316 (gdb-var-create-handler): Put name of expression in quotes.
5317
5318 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5319
5320 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5321 elements of RING in order, and without bogus nil elements.
5322
5323 2005-06-23 Richard M. Stallman <rms@gnu.org>
5324
5325 * simple.el (set-variable): Args renamed; doc fix.
5326 (line-move-1): When there are overlays around, use vertical-motion.
5327
5328 * faces.el (escape-glyph): Use brown against light background.
5329 (nobreak-space): Rename from no-break-space.
5330 Fix previous change.
5331
5332 * dired-aux.el (dired-do-copy): Fix arg prompt.
5333
5334 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5335
5336 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5337
5338 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5339 rather than "Distributor".
5340
5341 2005-06-23 Lute Kamstra <lute@gnu.org>
5342
5343 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5344 (debug-on-entry): Use it. New interactive declaration that uses
5345 function-called-at-point.
5346
5347 2005-06-23 Kim F. Storm <storm@cua.dk>
5348
5349 * subr.el (save-match-data): Add comment about using evaporate arg
5350 to set-match-data.
5351
5352 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5353
5354 * cus-edit.el (customize-face)
5355 (customize-face-other-window): Handle face aliases.
5356
5357 * faces.el (face-documentation, set-face-attribute)
5358 (face-spec-set): Handle face aliases.
5359
5360 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5361
5362 * help-mode.el (help-make-xrefs): If a symbol representing a face
5363 name is not followed by the word "face", it could still be a
5364 function or variable name, so don't bypass other checks.
5365
5366 2005-06-22 Juri Linkov <juri@jurta.org>
5367
5368 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5369 Replace aliased functions with calls where second arg `inherit' is t.
5370
5371 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5372
5373 * progmodes/gdb-ui.el (gdb-error): New variable.
5374 (gdb-error): New function.
5375 (gdb-annotation-rules): Act on error-begin and error annotations.
5376 (gdb-concat-output): Use font-lock-warning-face for errors.
5377
5378 2005-06-22 Miles Bader <miles@gnu.org>
5379
5380 * bindings.el (propertized-buffer-identification): Use renamed
5381 `Buffer-menu-buffer' face.
5382
5383 * faces.el (vertical-border): Rename from `vertical-divider'.
5384 (escape-glyph): Change dark-background color back to `cyan'.
5385
5386 2005-06-21 Juri Linkov <juri@jurta.org>
5387
5388 * faces.el (face-user-default-spec): Try getting `customized-face'
5389 prior to `saved-face'.
5390 (frame-background-mode): Refill docstring.
5391
5392 * emacs-lisp/lisp-mode.el (eval-defun-1):
5393 * emacs-lisp/edebug.el (edebug-eval-defun):
5394 Set `saved-face' temporarily to nil before calling form.
5395 Set `customized-face' to the new spec after that.
5396
5397 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * subr.el (1value, lambda, key-substitution-in-progress):
5400 Doc fixes.
5401
5402 * autoinsert.el (auto-insert-alist):
5403 * ses.el (ses-call-printer):
5404 * subr.el (noreturn):
5405 * emacs-lisp/lisp.el (check-parens):
5406 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5407 * net/browse-url.el (browse-url-mosaic):
5408 * progmodes/cc-defs.el (c-safe-scan-lists):
5409 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5410 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5411 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5412 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5413 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5414 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5415
5416 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5417
5418 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5419
5420 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5421
5422 * calendar/appt.el (appt-make-list): Activate the package, if
5423 not already active (for backwards compatibility).
5424
5425 2005-06-20 Kim F. Storm <storm@cua.dk>
5426
5427 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5428
5429 2005-06-20 Miles Bader <miles@gnu.org>
5430
5431 * faces.el (vertical-divider): New face.
5432
5433 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5434
5435 * simple.el (kill-whole-line): Doc fix.
5436 (next-error-buffer-p, next-error-find-buffer)
5437 (clone-indirect-buffer): Fix typos in docstrings.
5438 (comment-line-break-function): Doc fix: don't say variable
5439 is automatically buffer-local (it isn't).
5440
5441 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5442
5443 * net/tramp-ftp.el (top):
5444 * net/tramp-smb.el (top):
5445 * net/tramp-util.el (top):
5446 * net/tramp-uu.el (top):
5447 * net/tramp-vc.el (top):
5448 * net/tramp.el (top): Revert copyright years back to original
5449 ones. Tramp has a life outside GNU Emacs.
5450
5451 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5452
5453 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5454
5455 2005-06-18 Juri Linkov <juri@jurta.org>
5456
5457 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5458 end of first regexp to limit the match to the position between
5459 line number and source line with same separator character as used
5460 between file name and line number. In the second regexp limit
5461 mouse-face area to file name and line number by adding new group
5462 for them and referring it in HYPERLINK arg.
5463 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5464 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5465 previous line where grep markers may be already removed.
5466
5467 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5468
5469 * progmodes/ps-mode.el: Update version and maintainer's email address.
5470
5471 2005-06-18 Steve Youngs <steve@xemacs.org>
5472
5473 * net/browse-url.el (browse-url-browser-function)
5474 (browse-url-default-browser): Add firefox.
5475 (browse-url-firefox-program, browse-url-firefox-arguments)
5476 (browse-url-firefox-startup-arguments)
5477 (browse-url-firefox-new-window-is-tab): New defcustoms.
5478 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5479
5480 2005-06-17 Richard M. Stallman <rms@gnu.org>
5481
5482 * startup.el (command-line): Warn if specified user name has
5483 no home directory.
5484
5485 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5486 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5487
5488 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5489 Doc fixes.
5490
5491 * faces.el (underline): Try bold if terminal doesn't support underline.
5492
5493 * mail/sendmail.el (mail-setup-with-from): New variable.
5494 (mail-insert-from-field): New function.
5495 (sendmail-send-it): Call it.
5496 (mail-setup): Optionally call it here.
5497
5498 * term/linux.el: Call tty-no-underline.
5499
5500 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5501
5502 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5503
5504 2005-06-17 Miles Bader <miles@gnu.org>
5505
5506 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5507 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5508 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5509 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5510 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5511 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5512 Remove "-face" suffix from face names.
5513 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5514 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5515 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5516 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5517 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5518 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5519 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5520 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5521 New backward-compatibility aliases for renamed faces.
5522 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5523 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5524 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5525 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5526 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5527 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5528 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5529 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5530 Use renamed ediff faces.
5531
5532 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5533 Remove "-face" suffix from face names.
5534 (eshell-test-ok-face, eshell-test-failed-face):
5535 New backward-compatibility aliases for renamed faces.
5536 (eshell-run-test): Use renamed eshell-test faces.
5537
5538 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5539 face name.
5540 (eshell-prompt-face): New backward-compatibility alias for renamed
5541 face.
5542 (eshell-emit-prompt): Use renamed eshell-prompt face.
5543
5544 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5545 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5546 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5547 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5548 Remove "-face" suffix from face names.
5549 (eshell-ls-directory-face, eshell-ls-symlink-face)
5550 (eshell-ls-executable-face, eshell-ls-readonly-face)
5551 (eshell-ls-unreadable-face, eshell-ls-special-face)
5552 (eshell-ls-missing-face, eshell-ls-archive-face)
5553 (eshell-ls-backup-face, eshell-ls-product-face)
5554 (eshell-ls-clutter-face):
5555 New backward-compatibility aliases for renamed faces.
5556 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5557
5558 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5559 Remove "-face" suffix from face name.
5560 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5561 instead of literal face.
5562
5563 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5564
5565 * emacs-lisp/warnings.el (display-warning, lwarn)
5566 (warning-minimum-log-level): Doc fixes.
5567 (warning-minimum-level, warning-minimum-log-level):
5568 Add :debug to :type choices.
5569
5570 * progmodes/ada-mode.el (ada-format-paramlist)
5571 (ada-get-indent-case, ada-check-matching-start)
5572 (ada-check-defun-name, ada-goto-matching-decl-start)
5573 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5574 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5575 (ada-make-subprogram-body): Follow error conventions.
5576 (ada-case-exception-file, ada-indent-comment-as-code)
5577 (ada-indent-handle-comment-special, ada-indent-renames)
5578 (ada-indent-return, ada-search-directories-internal)
5579 (ada-tab-policy, ada-case-exception-substring)
5580 (ada-other-file-alist, ada-matching-start-re)
5581 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5582 (ada-imenu-generic-expression, ada-compile-goto-error)
5583 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5584 (ada-popup-menu, ada-add-extensions, ada-mode)
5585 (ada-region-selected, ada-create-case-exception)
5586 (ada-create-case-exception-substring, ada-after-keyword-p)
5587 (ada-activate-keys-for-case, ada-adjust-case-region)
5588 (ada-adjust-case-buffer, ada-format-paramlist)
5589 (ada-scan-paramlist, ada-insert-paramlist)
5590 (ada-indent-newline-indent)
5591 (ada-indent-newline-indent-conditional)
5592 (ada-justified-indent-current, ada-goto-previous-word)
5593 (ada-indent-current, ada-get-indent-open-paren)
5594 (ada-get-indent-paramlist, ada-get-indent-end)
5595 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5596 (ada-get-indent-block-start, ada-get-indent-subprog)
5597 (ada-get-indent-noindent, ada-get-indent-label)
5598 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5599 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5600 (ada-goto-stmt-end, ada-goto-next-word)
5601 (ada-check-matching-start, ada-check-defun-name)
5602 (ada-goto-matching-decl-start, ada-goto-matching-start)
5603 (ada-goto-matching-end, ada-search-ignore-string-comment)
5604 (ada-in-decl-p, ada-looking-at-semi-or)
5605 (ada-looking-at-semi-private, ada-in-paramlist-p)
5606 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5607 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5608 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5609 (ada-previous-package, ada-create-menu)
5610 (ada-fill-comment-paragraph-justify)
5611 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5612 (ada-other-file-name, ada-last-which-function-line)
5613 (ada-last-which-function-subprog, ada-which-function)
5614 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5615 (ada-gen-treat-proc, ada-check-emacs-version)
5616 (ada-continuation-indent, ada-align-region-separate):
5617 Fix typos in docstrings.
5618 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5619
5620 2005-06-16 Lute Kamstra <lute@gnu.org>
5621
5622 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5623 conditionally.
5624
5625 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5626
5627 * comint.el (comint-replace-by-expanded-filename)
5628 (comint-prompt-regexp, comint-delimiter-argument-list)
5629 (comint-preinput-scroll-to-bottom):
5630 * info.el (Info-hide-cookies-node):
5631 * ls-lisp.el (ls-lisp-classify):
5632 * find-file.el (ff-search-directories, ff-special-constructs)
5633 (ff-find-other-file):
5634 * font-lock.el (font-lock-keywords):
5635 * shell.el (shell-prompt-pattern)
5636 (shell-dynamic-complete-functions, shell-mode)
5637 (shell-delimiter-argument-list):
5638 * term.el (term-replace-by-expanded-filename)
5639 (term-prompt-regexp, term-delimiter-argument-list):
5640 * woman.el (woman-ignore, woman0-if):
5641 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5642 * emacs-lisp/elint.el (elint-init-env):
5643 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5644 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5645 * language/ethio-util.el (ethio-tilde-escape)
5646 (ethio-use-three-dot-question):
5647 * net/zone-mode.el (zone-mode-load-time-setup):
5648 * progmodes/cc-align.el (c-lineup-argcont):
5649 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5650 * progmodes/cperl-mode.el (cperl-set-style-back):
5651 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5652 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5653 Fix spellings in docstrings.
5654
5655 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5656 * progmodes/modula2.el (m2-for): Fix spellings.
5657
5658 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5659
5660 * simple.el (undo-more): Don't use `format' on `error' arguments.
5661 Improve argument/docstring consistency.
5662 (pending-undo-list): Doc fix.
5663
5664 * smerge-mode.el (smerge-ensure-match):
5665 * emulation/vip.el (vip-ex):
5666 * net/zone-mode.el (zone-mode-update-serial):
5667 * progmodes/idlwave.el (idlwave-complete):
5668 * progmodes/vhdl-mode.el (vhdl-visit-file)
5669 (vhdl-compose-wire-components):
5670 Don't use `format' on `error' arguments.
5671
5672 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5673 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5674 (tooltip-help-tips): Fix typos in docstrings.
5675
5676 2005-06-16 David Ponce <david@dponce.com>
5677
5678 * tree-widget.el (tree-widget-value-create): Simplify last change.
5679
5680 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5681
5682 * ido.el (ido-incomplete-regexp): New variable.
5683 (ido-set-matches-1): Handle invalid-regexp error and set
5684 ido-incomplete-regexp.
5685 (ido-incomplete-regexp): New face.
5686 (ido-completions): Use it.
5687 (ido-complete, ido-exit-minibuffer, ido-completions):
5688 Handle incomplete regexps.
5689 (ido-completions): Add check for complete match when entering a regexp.
5690
5691 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5694
5695 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5696
5697 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5698 by field delimiters.
5699
5700 2005-06-15 David Ponce <david@dponce.com>
5701
5702 * tree-widget.el: eval-and-compile inlined functions so they will
5703 be available at run-time too.
5704 (tree-widget-super-format-handler)
5705 (tree-widget-format-handler): Remove.
5706 (tree-widget-value-create): Handle the :indent property.
5707
5708 2005-06-15 Miles Bader <miles@gnu.org>
5709
5710 * progmodes/which-func.el (which-func): Only inherit
5711 `font-lock-function-name-face' when that makes sense against the
5712 default mode-line face, otherwise set the face color explicitly.
5713
5714 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5715 faces instead of (non-existent) variables.
5716
5717 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5718
5719 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5720 (iswitchb-get-matched-buffers): Likewise. Simplify.
5721
5722 2005-06-14 Miles Bader <miles@gnu.org>
5723
5724 * progmodes/ld-script.el (ld-script-location-counter):
5725 Remove "-face" suffix from face name.
5726 (ld-script-location-counter-face):
5727 New backward-compatibility alias for renamed face.
5728 (ld-script-location-counter-face): Use renamed face.
5729
5730 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5731 (cperl-hash): Remove "-face" suffix from face names.
5732 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5733 New backward-compatibility aliases for renamed faces.
5734 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5735 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5736
5737 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5738 name.
5739 (which-func-face): New backward-compatibility alias for renamed face.
5740 (which-func-format): Use renamed which-func face.
5741
5742 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5743 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5744 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5745 names.
5746 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5747 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5748 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5749 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5750 (vhdl-speedbar-architecture-selected)
5751 (vhdl-speedbar-configuration-selected)
5752 (vhdl-speedbar-package-selected)
5753 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5754 names.
5755 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5756 Use renamed faces.
5757 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5758 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5759 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5760 Use renamed faces.
5761 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5762 names.
5763 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5764 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5765 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5766 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5767 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5768 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5769
5770 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5771 face name.
5772 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5773 (sh-heredoc-face): Use renamed sh-heredoc face.
5774
5775 * progmodes/idlw-help.el (idlwave-help-link):
5776 Remove "-face" suffix from face name.
5777 (idlwave-help-link-face):
5778 New backward-compatibility alias for renamed face.
5779 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5780
5781 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5782 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5783 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5784 New backward-compatibility aliases for renamed faces.
5785 (idlwave-shell-disabled-breakpoint-face)
5786 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5787
5788 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5789 Remove "-face" suffix from face names.
5790 (flymake-errline-face, flymake-warnline-face):
5791 New backward-compatibility aliases for renamed faces.
5792 (flymake-highlight-line): Use renamed flymake faces.
5793
5794 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5795 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5796 (ebrowse-member-class, ebrowse-progress):
5797 Remove "-face" suffix from face names.
5798 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5799 (ebrowse-file-name-face, ebrowse-default-face)
5800 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5801 (ebrowse-progress-face):
5802 New backward-compatibility aliases for renamed faces.
5803 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5804 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5805 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5806 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5807
5808 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5809 antlr-syntax)
5810 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5811 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5812 names.
5813 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5814 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5815 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5816 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5817 backward-compatibility aliases for renamed faces.
5818 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5819 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5820 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5821 remove "font-lock-". Use renamed antlr-mode faces.
5822 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5823 literal face-names with face variable references.
5824
5825 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5826 face name.
5827 (Buffer-menu-buffer-face): New backward-compatibility alias for
5828 renamed face.
5829 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5830
5831 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5832
5833 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5834 Eliminate "-face" suffix.
5835 (makefile-targets): Inherit from font-lock-function-name-face and
5836 eliminate "-face" suffix.
5837 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5838 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5839 actions, instead of prepending, to make it less visible.
5840 (makefile-previous-dependency, makefile-match-dependency):
5841 Don't match a target on a continuation line.
5842
5843 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5844
5845 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5846
5847 * progmodes/gdb-ui.el (menu): Re-order menu items.
5848 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5849
5850 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5851 Define in tooltip.el.
5852 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5853 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5854 gud-tooltip-echo-area.
5855
5856 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5857 backward compatibility and make obsolete.
5858 (tooltip-help-tips): Use tooltip-use-echo-area.
5859 (tooltip-show-help-function): Rename to...
5860 (tooltip-show-help): ...this, because it is a function.
5861 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5862
5863 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5864
5865 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5866 (edebug-print-length, edebug-print-level, edebug-print-circle)
5867 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5868 (edebug-eval-print-last-sexp): Doc fixes.
5869
5870 2005-06-14 Kim F. Storm <storm@cua.dk>
5871
5872 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5873 as the coverage buffer/file/both may change.
5874
5875 2005-06-14 Lute Kamstra <lute@gnu.org>
5876
5877 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5878 and run-mode-hooks. Simplify.
5879
5880 * mail/rmailedit.el (rmail-edit-mode):
5881 * progmodes/octave-inf.el (inferior-octave-mode):
5882 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5883
5884 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5885 and run-mode-hooks.
5886 (recentf-edit-list, recentf-open-files): Don't call
5887 kill-all-local-variables directly.
5888
5889 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5890
5891 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5892
5893 * emacs-lisp/byte-run.el (make-obsolete)
5894 (define-obsolete-function-alias): Rename arguments FUNCTION and
5895 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5896 (make-obsolete-variable, define-obsolete-variable-alias):
5897 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5898 respectively.
5899
5900 * isearchb.el (isearchb-activate):
5901 * pcvs.el (cvs-mode):
5902 * ses.el (ses-load):
5903 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5904 * net/tramp.el (tramp-find-file-exists-command)
5905 (tramp-find-shell):
5906 * progmodes/ada-mode.el (ada-create-case-exception)
5907 (ada-create-case-exception-substring, ada-make-subprogram-body):
5908 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5909 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5910 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5911 * textmodes/org.el (org-promote, org-evaluate-time-range)
5912 (org-agenda-next-date-line, org-agenda-previous-date-line)
5913 (org-agenda-error, org-open-at-point, org-table-move-row)
5914 (org-format-table-table-html-using-table-generate-source)
5915 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5916 * textmodes/reftex.el (reftex-access-scan-info):
5917 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5918 (reftex-toc-promote-prepare): Follow error conventions.
5919
5920 * diff-mode.el (diff-mode): Fix typo in docstring.
5921
5922 * forms.el (forms--intuit-from-file): Fix reference to
5923 `forms-number-of-fields' in error message.
5924 (forms-print): Fix quoting in error message.
5925
5926 * forms.el (forms-mode):
5927 * emulation/vi.el (vi-goto-insert-state):
5928 * progmodes/flymake.el (flymake-new-err-info)
5929 (flymake-start-syntax-check-for-current-buffer)
5930 (flymake-simple-cleanup):
5931 * eshell/esh-var.el (eshell/export):
5932 * progmodes/gud.el (xdb):
5933 * textmodes/flyspell.el (flyspell-incorrect-hook)
5934 (flyspell-maybe-correct-transposition)
5935 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5936
5937 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5938
5939 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5940 minibuffer prompt.
5941
5942 2005-06-13 Kim F. Storm <storm@cua.dk>
5943
5944 * subr.el (add-to-ordered-list): New defun.
5945
5946 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5947 add cua--keymap-alist to emulation-mode-map-alists.
5948
5949 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * subr.el (complete-in-turn): New macro.
5952 (dynamic-completion-table, lazy-completion-table): Add debug info.
5953
5954 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5955 in preference to face aliases.
5956
5957 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5958 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5959 Remove unused vars `start' and `firstline'.
5960 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5961 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5962
5963 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5964
5965 * cus-start.el (all): Don't complain about missing GTK-related
5966 variables, unless either `gtk' is boundp or this isn't a
5967 `windows-nt' build.
5968
5969 2005-06-13 Lute Kamstra <lute@gnu.org>
5970
5971 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5972 run-mode-hooks.
5973
5974 * ediff-mult.el (ediff-meta-mode):
5975 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5976
5977 * ledit.el (ledit-mode): Use delay-mode-hooks.
5978
5979 * woman.el (woman-mode-line-format): Delete constant.
5980 (woman-mode-map): Initialize it properly.
5981 (woman-mode): Set mode-class property to special.
5982 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5983 Set major-mode and mode-name. Don't set mode-line-format directly.
5984 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5985
5986 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5987 string argument obsolete.
5988
5989 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5990
5991 * textmodes/org.el (org-CUA-compatible): New option.
5992 (org-disputed-keys): New variable.
5993 (org-key): New function.
5994 (orgtbl-make-binding): Add docstring to the created function.
5995 (org-mode): Set paragraph start/separate regexps.
5996 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5997 (org-archive-location, org-archive-mark-done)
5998 (org-archive-stamp-time): New options.
5999 (org-archive-subtree): New command.
6000 (org-fill-paragraph): New function.
6001 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6002 (org-fake-empty-table-line): Function removed.
6003 (org-format-org-table-html): Do not create empty table lines at
6004 separator lines. Improved table header treatment.
6005 (org-link-format): New option.
6006 (org-make-link): New function.
6007 (org-insert-link, org-store-link): Use org-make-link.
6008 (org-open-file): Quote file name for shell command, to allow
6009 spaces in file names.
6010 (org-link-regexp): Fix bug with mailto link.
6011 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6012 New constants.
6013 (org-export-as-html): Deal with the optional angles around a link.
6014 Better treatment of file: links.
6015 (org-open-at-point): Replace @{ and @} with < and >.
6016 (org-run-mode-hooks): Function removed.
6017 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6018
6019 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6020
6021 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6022 MI command -data-list-register-values.
6023 (gdb-post-prompt): Indent properly.
6024
6025 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6026
6027 * hilit-chg.el (highlight-changes-colors): Rename from
6028 `highlight-changes-colours'.
6029 (highlight-changes-colours): Keep as obsolete alias.
6030 (highlight-changes-face-list): Doc fix.
6031 (hilit-chg-make-list): Use `highlight-changes-colors'.
6032
6033 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6034
6035 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6036 defun-prompt-regexp.
6037
6038 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6039
6040 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6041 and cygwin.
6042
6043 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6044 Don't use an old loaddefs.el, as in Makefile.in.
6045
6046 2005-06-12 Lute Kamstra <lute@gnu.org>
6047
6048 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6049
6050 * man.el (Man-mode-map): Initialize it properly.
6051 (Man-mode): Set mode-class property to special.
6052
6053 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6054
6055 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6056
6057 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6058 A newline is needed in the docstring there.
6059
6060 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6061 Doc fixes.
6062
6063 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6064
6065 * printing.el: Doc fix. The menubar is no more changed when printing
6066 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6067 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6068 (pr-version): New version number (6.8.4).
6069 (pr-menu-bind): New command.
6070 (pr-update-menus): Docstring and code fix.
6071 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6072 Docstring fix.
6073 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6074 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6075
6076 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6077
6078 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6079 "Returns" to "return", document useful return values, etc.
6080
6081 2005-06-11 Alan Mackenzie <acm@muc.de>
6082
6083 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6084 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6085 (adaptive-file-function): Minor amendment to doc-string.
6086
6087 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6088
6089 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6090 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6091 Fix :type--it is `integer', not `string'.
6092
6093 * faces.el (modeline-highlight): Rename from (the erroneous)
6094 `modeline-higilight'.
6095
6096 2005-06-11 Lute Kamstra <lute@gnu.org>
6097
6098 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6099 lisp-interaction-mode-map but make it the parent.
6100 (edebug-eval-mode): Use define-derived-mode.
6101
6102 2005-06-11 Andreas Schwab <schwab@suse.de>
6103
6104 * bindings.el: Add binding of `ESC functionkey' for every
6105 `M-functionkey'.
6106 * hexl.el (hexl-mode-map): Likewise.
6107
6108 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6109
6110 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6111 [msft]: update regexp for newer msft compilers.
6112
6113 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6114
6115 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6116 ATTLIST portions of included DTDs.
6117 (xml-parse-dtd): Eliminate use of inefficient match-data.
6118
6119 2005-06-10 Miles Bader <miles@gnu.org>
6120
6121 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6122 (mpuz-text): Remove "-face" suffix from face names.
6123 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6124 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6125 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6126
6127 * play/gomoku.el (gomoku-O, gomoku-X):
6128 Remove "-face" suffix from face names.
6129 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6130 New backward-compatibility aliases for renamed faces.
6131 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6132
6133 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * thumbs.el: Fixes for changes of 2005-06-09.
6136 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6137 as a directory.
6138 (thumbs-thumbname): Remove directory separator from format string;
6139 `thumbs-thumbsdir' now returns a valid directory name.
6140 (thumbs-temp-dir): New defsubst.
6141 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6142 Use it.
6143
6144 * cus-edit.el (minibuffer):
6145 * files.el (make-backup-file-name-function):
6146 * filesets.el (filesets-external-viewers):
6147 * hilit-chg.el (highlight-changes-colours)
6148 (highlight-changes-face-list, highlight-changes-rotate-faces):
6149 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6150 * kmacro.el (kmacro-call-macro):
6151 * log-edit.el (log-edit-changelog-full-paragraphs):
6152 * mouse.el (mouse-1-click-follows-link):
6153 * skeleton.el (skeleton-autowrap):
6154 * subr.el (insert-for-yank-1):
6155 * tempo.el (tempo-insert-region):
6156 * terminal.el (terminal-emulator):
6157 * time.el (display-time-mail-face):
6158 * vc.el (vc-annotate):
6159 * vcursor.el (vcursor-copy-line):
6160 * woman.el (woman-bold-headings, woman-ignore)
6161 (woman-default-faces, woman-monochrome-faces):
6162 * calendar/todo-mode.el (todo-insert-threshold):
6163 * emulation/pc-select.el (pc-select-selection-keys-only)
6164 (pc-selection-mode):
6165 * emulation/vip.el (vip-find-char-forward):
6166 * emulation/viper-cmd.el (viper-find-char-forward):
6167 * international/mule-cmds.el
6168 (select-safe-coding-system-accept-default-p)
6169 (input-method-exit-on-invalid-key):
6170 * international/mule-diag.el (describe-coding-system):
6171 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6172 * net/browse-url.el (browse-url-xterm-program):
6173 * obsolete/lazy-lock.el (lazy-lock-mode):
6174 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6175 (cperl-mode):
6176 * progmodes/cpp.el (cpp-face-light-name-list)
6177 (cpp-face-dark-name-list):
6178 * progmodes/delphi.el (delphi-newline-always-indents):
6179 Fix spellings in docstrings.
6180
6181 * ido.el (ido-mode, ido-file-extensions-order)
6182 (ido-default-file-method, ido-default-buffer-method)
6183 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6184 (ido-decorations, ido-read-file-name-as-directory-commands)
6185 (ido-read-file-name-non-ido, ido-work-directory-list)
6186 (ido-ignore-item-temp-list, ido-current-directory)
6187 (ido-magic-forward-char, ido-enter-find-file)
6188 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6189 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6190
6191 2005-06-10 Lute Kamstra <lute@gnu.org>
6192
6193 * play/dunnet.el (dun-mode): Use define-derived-mode.
6194 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6195 obsolete alias.
6196
6197 * play/doctor.el (doctor-mode-map): Remove defvar.
6198 (doctor-mode): Use define-derived-mode.
6199
6200 * mail/mspools.el (mspools-mode):
6201 * net/eudc-hotlist.el (eudc-hotlist-mode):
6202 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6203
6204 2005-06-10 Miles Bader <miles@gnu.org>
6205
6206 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6207 Remove "-face" suffix from face names.
6208 (flyspell-incorrect-face, flyspell-duplicate-face):
6209 New backward-compatibility aliases for renamed faces.
6210 (flyspell-mode-on, make-flyspell-overlay)
6211 (flyspell-highlight-incorrect-region)
6212 (flyspell-highlight-duplicate-region)
6213 (flyspell-display-next-corrections)
6214 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6215
6216 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6217 from face name.
6218 (texinfo-heading-face): New backward-compatibility alias for
6219 renamed face.
6220 (texinfo-heading-face): Use renamed texinfo-heading face.
6221
6222 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6223 suffix from face names.
6224 (tex-math-face, tex-verbatim-face):
6225 New backward-compatibility aliases for renamed faces.
6226 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6227 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6228 literal face name.
6229
6230 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6231 name.
6232 (table-cell-face): New backward-compatibility alias for renamed face.
6233 (table--put-cell-face-property, table--update-cell-face):
6234 Use renamed table-cell face.
6235
6236 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6237 from face name.
6238 (sgml-namespace-face): New backward-compatibility alias for
6239 renamed face.
6240 (sgml-namespace-face): Use renamed sgml-namespace face.
6241
6242 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6243 (org-level-4, org-level-5, org-level-6, org-level-7)
6244 (org-level-8, org-warning, org-headline-done)
6245 (org-deadline-announce, org-scheduled-today)
6246 (org-scheduled-previously, org-link, org-done, org-table)
6247 (org-time-grid): Remove "-face" suffix from face names.
6248 (org-level-1-face, org-level-2-face, org-level-3-face)
6249 (org-level-4-face, org-level-5-face, org-level-6-face)
6250 (org-level-7-face, org-level-8-face, org-warning-face)
6251 (org-headline-done-face, org-deadline-announce-face)
6252 (org-scheduled-today-face, org-scheduled-previously-face)
6253 (org-link-face, org-done-face, org-table-face)
6254 (org-time-grid-face):
6255 New backward-compatibility aliases for renamed faces.
6256 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6257 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6258 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6259 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6260
6261 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6262 (viper-minibuffer-emacs, viper-minibuffer-insert)
6263 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6264 (viper-search-face, viper-replace-overlay-face)
6265 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6266 (viper-minibuffer-vi-face):
6267 New backward-compatibility aliases for renamed faces.
6268 (viper-search-face, viper-replace-overlay-face)
6269 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6270 (viper-minibuffer-vi-face): Use renamed viper faces.
6271
6272 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6273 Remove "-face" suffix from face names.
6274 (testcover-nohits-face, testcover-1value-face):
6275 New backward-compatibility aliases for renamed faces.
6276 (testcover-mark): Use renamed testcover faces.
6277
6278 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6279 face name.
6280 (diary-button-face): New backward-compatibility alias for renamed face.
6281 (diary-entry): Use renamed diary-button face.
6282
6283 * calendar/calendar.el (diary, calendar-today, holiday)
6284 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6285 (diary-face, calendar-today-face, holiday-face):
6286 New backward-compatibility aliases for renamed faces.
6287 (eval-after-load "facemenu", diary-entry-marker)
6288 (calendar-today-marker, calendar-holiday-marker, diary-face):
6289 Use renamed calendar faces.
6290
6291 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6292 (compare-windows-face): New backward-compatibility alias for
6293 renamed face.
6294 (compare-windows-highlight): Use renamed compare-windows face.
6295
6296 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6297 (strokes-char-face): New backward-compatibility alias for renamed face.
6298 (strokes-encode-buffer): Use renamed strokes-char face.
6299
6300 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6301 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6302 Remove "-face" suffix from face names.
6303 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6304 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6305 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6306 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6307 Use renamed pcvs faces.
6308 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6309 * pcvs-defs.el (cvs-mode-map): Likewise.
6310 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6311
6312 * info.el (info-title-1, info-title-2, info-title-3)
6313 (info-title-4): Remove "-face" suffix from and downcase face names.
6314 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6315 (Info-title-4-face):
6316 New backward-compatibility aliases for renamed faces.
6317 (Info-fontify-node): Use renamed info faces.
6318
6319 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6320 Remove "-face" suffix from face names.
6321 (highlight-changes-face, highlight-changes-delete-face):
6322 New backward-compatibility aliases for renamed faces.
6323 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6324 (hilit-chg-make-list): Use renamed highlight-changes faces.
6325
6326 * generic-x.el (show-tabs-tab, show-tabs-space):
6327 Remove "-face" suffix from face names.
6328 (show-tabs-tab-face, show-tabs-space-face):
6329 New backward-compatibility aliases for renamed faces.
6330 (show-tabs-generic-mode-font-lock-defaults-1)
6331 (show-tabs-generic-mode-font-lock-defaults-2):
6332 Use renamed show-tabs faces.
6333
6334 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6335 (smerge-markers): Remove "-face" suffix from face names.
6336 (smerge-mine-face, smerge-other-face, smerge-base-face)
6337 (smerge-markers-face):
6338 New backward-compatibility aliases for renamed faces.
6339 (smerge-mine-face, smerge-other-face, smerge-base-face)
6340 (smerge-markers-face): Use renamed smerge faces.
6341
6342 * log-view.el (log-view-file, log-view-message): Remove "-face"
6343 suffix from face names.
6344 (log-view-file-face, log-view-message-face):
6345 New backward-compatibility aliases for renamed faces.
6346 (log-view-file-face, log-view-message-face): Use renamed log-view
6347 faces.
6348
6349 * paren.el (show-paren-match, show-paren-mismatch):
6350 Remove "-face" suffix from face names.
6351 (show-paren-match-face, show-paren-mismatch-face):
6352 New backward-compatibility aliases for renamed faces.
6353 (show-paren-function): Use renamed show-paren faces.
6354
6355 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6356 (ruler-mode-margins, ruler-mode-fringes)
6357 (ruler-mode-column-number, ruler-mode-fill-column)
6358 (ruler-mode-comment-column, ruler-mode-goal-column)
6359 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6360 suffix from face names.
6361 (ruler-mode-default-face, ruler-mode-pad-face)
6362 (ruler-mode-margins-face, ruler-mode-fringes-face)
6363 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6364 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6365 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6366 New backward-compatibility aliases for renamed faces.
6367 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6368 (ruler-mode-column-number, ruler-mode-fill-column)
6369 (ruler-mode-comment-column, ruler-mode-goal-column)
6370 (ruler-mode-tab-stop, ruler-mode-current-column)
6371 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6372 faces.
6373
6374 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6375 face name.
6376 (whitespace-highlight-the-space): Use renamed face.
6377 (whitespace-highlight-face): New backward-compatibility alias for
6378 renamed face.
6379
6380 * woman.el (woman-italic, woman-bold, woman-unknown)
6381 (woman-addition, woman-symbol-face):
6382 Remove "-face" suffix from face names.
6383 (woman-italic-face, woman-bold-face, woman-unknown-face)
6384 (woman-addition-face):
6385 New backward-compatibility aliases for renamed faces.
6386 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6387 (woman-decode-region, woman-replace-match)
6388 (woman-display-extended-fonts, woman-special-characters)
6389 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6390 Use renamed woman faces.
6391
6392 * longlines.el (longlines-visible-face): Face removed.
6393
6394 * diff-mode.el (diff-header, diff-file-header, diff-index)
6395 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6396 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6397 suffix from face names.
6398 (diff-header-face, diff-file-header-face, diff-index-face)
6399 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6400 (diff-changed-face, diff-function-face, diff-context-face)
6401 (diff-nonexistent-face): New backward-compatibility aliases for
6402 renamed faces.
6403 (diff-header-face, diff-file-header-face)
6404 (diff-index, diff-index-face, diff-hunk-header)
6405 (diff-hunk-header-face, diff-removed, diff-removed-face)
6406 (diff-added, diff-added-face, diff-changed-face, diff-function)
6407 (diff-function-face, diff-context-face, diff-nonexistent)
6408 (diff-nonexistent-face): Use renamed diff-mode faces.
6409
6410 * progmodes/compile.el (compilation-warning-face)
6411 (compilation-info-face): Remove "-face" suffix from face names.
6412 (compilation-warning-face, compilation-info-face):
6413 New backward-compatibility aliases for renamed faces.
6414 (compilation-warning-face, compilation-info-face):
6415 Use renamed compilation faces.
6416
6417 * add-log.el (change-log-date, change-log-name)
6418 (change-log-email, change-log-file, change-log-list)
6419 (change-log-conditionals, change-log-function)
6420 (change-log-acknowledgement): Remove "-face" suffix from face names.
6421 (change-log-date-face, change-log-name-face)
6422 (change-log-email-face, change-log-file-face)
6423 (change-log-list-face, change-log-conditionals-face)
6424 (change-log-function-face, change-log-acknowledgement-face):
6425 New backward-compatibility aliases for renamed faces.
6426 (change-log-font-lock-keywords): Use renamed change-log faces.
6427
6428 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6429 (custom-set, custom-changed, custom-saved, custom-button)
6430 (custom-button-pressed, custom-documentation, custom-state)
6431 (custom-comment, custom-comment-tag, custom-variable-tag)
6432 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6433 (custom-group-tag): Remove "-face" suffix from face names.
6434 (custom-magic-alist, custom-magic-value-create)
6435 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6436 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6437 (custom-set-face, custom-changed-face, custom-saved-face)
6438 (custom-button-face, custom-button-pressed-face)
6439 (custom-documentation-face, custom-state-face)
6440 (custom-comment-face, custom-comment-tag-face)
6441 (custom-variable-tag-face, custom-variable-button-face)
6442 (custom-face-tag-face, custom-group-tag-face-1)
6443 (custom-group-tag-face):
6444 New backward-compatibility aliases for renamed faces.
6445
6446 * wid-edit.el (widget-documentation, widget-button)
6447 (widget-field, widget-single-line-field, widget-inactive)
6448 (widget-button-pressed): "-face" suffix removed from face names.
6449 (widget-documentation-face, widget-button-face)
6450 (widget-field-face, widget-single-line-field-face)
6451 (widget-inactive-face, widget-button-pressed-face):
6452 New backward-compatibility aliases for renamed faces.
6453 (widget-documentation-face, widget-button-face)
6454 (widget-button-pressed-face, widget-specify-field)
6455 (widget-specify-inactive): Use renamed widget faces.
6456
6457 2005-06-10 Kenichi Handa <handa@m17n.org>
6458
6459 * term/x-win.el (x-clipboard-yank): Remove condition-case
6460 wrapping.
6461
6462 2005-06-11 Kenichi Handa <handa@m17n.org>
6463
6464 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6465 date lines stricter.
6466
6467 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6468
6469 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6470 of x-get-selection.
6471
6472 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6473
6474 * comint.el (comint-mode, comint-snapshot-last-prompt):
6475 * frame.el (frame-current-scroll-bars):
6476 * term.el (term-mode, term-check-proc, term-input-sender)
6477 (term-simple-send, term-extract-string, term-word)
6478 (term-match-partial-filename):
6479 * window.el (window-current-scroll-bars):
6480 * emulation/cua-base.el (cua-normal-cursor-color)
6481 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6482 (cua-global-mark-cursor-color):
6483 * mail/undigest.el (rmail-forward-separator-regex):
6484 Fix typos in docstrings.
6485
6486 * comint.el (comint-check-proc, make-comint-in-buffer)
6487 (comint-source-default): Doc fixes.
6488
6489 * term.el (term-send-string): Improve argument/docstring consistency.
6490
6491 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6492
6493 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6494 call to `delete-region'.
6495 (comint-mode-hook): Do not enable Font Lock by default.
6496
6497 2005-06-09 Lute Kamstra <lute@gnu.org>
6498
6499 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6500 could be void.
6501
6502 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6505 (debug): Use it.
6506 (debugger-step-through, debugger-continue, debugger-jump)
6507 (debugger-return-value): Set it when needed.
6508 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6509 Use inhibit-read-only.
6510
6511 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * window.el (shrink-window-if-larger-than-buffer)
6514 (window-size-fixed): Fix typo in docstring.
6515
6516 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6517 thumbnails directory on loading.
6518 (thumbs-conversion-program): Use `eq' to check the system type,
6519 not `equal'.
6520 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6521 not "/tmp". Fix docstring.
6522 (thumbs-thumbsdir): New function to return the thumbnails
6523 directory, creating it if needed.
6524 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6525 (thumbs-temp-file): Delete variable and make it into a function.
6526 (thumbs-resize-image, thumbs-modify-image): Use it.
6527 (thumbs-kill-buffer): Simplify.
6528 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6529 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6530 docstrings.
6531
6532 2005-06-09 Kim F. Storm <storm@cua.dk>
6533
6534 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6535 set-match-data to free markers in match-data.
6536
6537 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6538 match-data to unchain markers in match-data.
6539
6540 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6541
6542 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6543 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6544 unnecessary now.
6545
6546 2005-06-08 Richard M. Stallman <rms@gnu.org>
6547
6548 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6549 give the variable a doc string that doesn't say don't set it directly.
6550
6551 * textmodes/ispell.el (ispell-check-version):
6552 Use match-string-no-properties.
6553 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6554 (ispell-buffer-local-words): Likewise.
6555
6556 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6557 except on terminals with enough colors to really display it.
6558 (makefile-dependency-regex): Delete spurious `bb'.
6559
6560 * faces.el (escape-glyph): Use blue once again in last case.
6561 (no-break-space): Redefine so that it isn't invisible on a tty.
6562
6563 2005-06-08 Kim F. Storm <storm@cua.dk>
6564
6565 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6566 also when reading directory name.
6567
6568 2005-06-08 Lute Kamstra <lute@gnu.org>
6569
6570 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6571 (flyspell-mode-line-string): Remove autoload cookie.
6572 (flyspell-mode): Remove defvar.
6573
6574 2005-06-07 Lute Kamstra <lute@gnu.org>
6575
6576 * textmodes/org.el (org-run-mode-hooks): New function.
6577 (org-agenda-mode): Use it.
6578
6579 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6580
6581 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6582
6583 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6586
6587 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6588
6589 * font-lock.el (font-lock-add-keywords): Doc fix.
6590
6591 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6594 (tex-compile-default): In the absence of any history, use the order in
6595 tex-compile-alist to choose the preferred command.
6596 (tex-compile-commands): Reorder a bit.
6597
6598 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6599 (flyspell-incorrect-face, flyspell-duplicate-face):
6600 Use (X)Emacs-agnostic code.
6601 (flyspell-mode-map): Don't overwrite at each load. Remove code
6602 redundant with the subsequent add-minor-mode. Merge Emacs and
6603 XEmacs code.
6604 (flyspell-word): Minor simplification.
6605 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6606 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6607 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6608 Merge the corresponding Emacs code.
6609 (flyspell-correct-word, flyspell-xemacs-popup):
6610 Use flyspell-do-correct.
6611
6612 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6613 a dedicated window.
6614
6615 * international/latexenc.el (latexenc-find-file-coding-system):
6616 Undo part of last patch, to turn off a compiler warning.
6617
6618 2005-06-06 Juri Linkov <juri@jurta.org>
6619
6620 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6621 Rename `tmm-inactive-face' to `tmm-inactive'.
6622
6623 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6624
6625 * iswitchb.el: Rename faces.
6626
6627 2005-06-06 Kim F. Storm <storm@cua.dk>
6628
6629 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6630 (cua-global-mark): Remove -face suffix from face names.
6631
6632 * emulation/cua-gmrk.el (cua--init-global-mark):
6633 Remove cua-global-mark face setup.
6634
6635 2005-06-06 Richard M. Stallman <rms@gnu.org>
6636
6637 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6638 just like other allowed characters.
6639 (makefile-match-dependency): Exclude leading and training whitespace
6640 from the range of regexp subexp 1.
6641 (makefile-macroassign-regex): Don't try to match the body,
6642 just the name of the macro being defined.
6643
6644 * info.el (Info-read-node-name-2): New function.
6645 (Info-read-node-name-1): Use that.
6646 Add a completion-base-size-function property.
6647
6648 * simple.el (completion-setup-function): Look for
6649 completion-base-size-function property of minibuffer-completion-table.
6650
6651 * files.el (locate-file-completion): Doc fix.
6652
6653 * printing.el: Don't call pr-update-menus; user must do that.
6654
6655 * emacs-lisp/debug.el (debugger-window): New variable.
6656 (debug): Use debugger-window if it is set and still alive.
6657 Record debugger-window for next entry.
6658
6659 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6660
6661 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6662
6663 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6664 (hack-one-local-variable, hack-local-variables)
6665 (hack-local-variables-prop-line): Pass that arg.
6666
6667 2005-06-06 Kim F. Storm <storm@cua.dk>
6668
6669 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6670 (ido-indicator): Remove -face suffix from face names.
6671
6672 2005-06-06 Juri Linkov <juri@jurta.org>
6673
6674 * font-lock.el (font-lock-regexp-backslash)
6675 (font-lock-regexp-backslash-construct): New faces.
6676 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6677 after `('. Add `while-no-input' to control structures.
6678
6679 * faces.el (no-break-space, shadow): New faces.
6680 (escape-glyph): Use less loud colors pink2 and red4.
6681
6682 * diff-mode.el (diff-context-face)
6683 * dired.el (dired-ignored)
6684 * rfn-eshadow.el (file-name-shadow)
6685 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6686
6687 * info.el (Info-title-1-face): Use green instead of yellow because
6688 bold yellow is not readable on light backgrounds.
6689
6690 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6691 before selecting the desired mode to not spend time fontifying
6692 old contents.
6693
6694 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6695
6696 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6697 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6698
6699 * ps-print.el (ps-default-fg, ps-default-bg):
6700 Fix typos in docstrings.
6701
6702 * isearchb.el (isearchb): Don't pass a spurious second argument to
6703 `iswitchb-completions'.
6704
6705 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6706
6707 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6708 to preserve point.
6709 (gdb-find-file-hook): Add doc string.
6710
6711 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6712 C dereferenced pointer expression.
6713 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6714
6715 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6716
6717 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6718 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6719 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6720 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6721 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6722 Make background transparent.
6723
6724 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6725
6726 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6727 (font-lock-remove-keywords): Doc fix.
6728 (font-lock-mode-major-mode): Compiler defvar.
6729 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6730
6731 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6732 (font-lock-mode): Update `font-lock-mode-major-mode'.
6733 (font-lock-set-defaults): Compiler defvar.
6734 (font-lock-default-function): Take `font-lock-mode-major-mode'
6735 into account.
6736
6737 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6738 keep track of which major mode it enabled the minor mode for.
6739 Use find-file-hook again. Update docstring.
6740
6741 * simple.el (eval-expression-print-level)
6742 (eval-expression-print-length, eval-expression-debug-on-error):
6743 Doc fixes.
6744
6745 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6746
6747 * iswitchb.el (iswitchb-single-match-face)
6748 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6749 (iswitchb-invalid-regexp-face): New faces.
6750 (iswitchb-completions): Use them.
6751 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6752 now marked as an obsolete alias.
6753 (iswitchb-read-buffer): Remove check for bound font variables.
6754 (iswitchb-invalid-regexp): New free variable.
6755 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6756 set iswitchb-invalid-regexp.
6757 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6758 invalid regexps.
6759 (iswitchb-completions): Add check for complete match when entering
6760 a regexp.
6761 (iswitchb-completions): Remove require-match argument.
6762 (iswitchb-exhibit): Fix caller.
6763 (iswitchb-common-match-inserted): New variable.
6764 (iswitchb-complete, iswitchb-completion-help): Use it.
6765
6766 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6767
6768 * url-http.el (url-http-chunked-encoding-after-change-function):
6769 Use `url-http-debug' instead of `message'.
6770
6771 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6772
6773 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6774 callback argument.
6775
6776 2005-06-04 Kim F. Storm <storm@cua.dk>
6777
6778 * simple.el (line-move): Only call sit-for when moving backwards.
6779
6780 * ido.el (ido-make-merged-file-list-1): New defun split from
6781 ido-make-merged-file-list.
6782 (ido-make-merged-file-list): Bind throw-on-input around call to
6783 ido-make-merged-file-list-1. Return input-pending-p if
6784 interrupted by more input available.
6785 (ido-read-internal): Handle input-pending-p return value from
6786 ido-make-merged-file-list.
6787
6788 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6791 compatibility code.
6792
6793 * international/latexenc.el (latexenc-find-file-coding-system):
6794 Don't inherit the EOL part of the coding-system from the
6795 tex-main buffer. Fit within 80 columns.
6796
6797 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6798
6799 * tmm.el (tmm-inactive-face): New face.
6800 (tmm-remove-inactive-mouse-face): New function.
6801 (tmm-prompt, tmm-add-one-shortcut)
6802 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6803 but not selectable.
6804
6805 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6806
6807 * faces.el (face-equal): Improve argument/docstring consistency.
6808
6809 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6810
6811 * progmodes/make-mode.el (makefile-targets-face)
6812 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6813 (makefile-bsdmake-dependency-regex)
6814 (makefile-makepp-rule-action-regex)
6815 (makefile-bsdmake-rule-action-regex): New constants.
6816 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6817
6818 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6819 Allow (...) within `...' for makepp messages.
6820
6821 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6822
6823 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6824
6825 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6826 "." files are deleted from all file lists before comparison.
6827
6828 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6829 (viper-ESC-key): Made them customizable.
6830
6831 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6832
6833 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6834
6835 * autorevert.el (auto-revert-buffers): Use save-match-data.
6836
6837 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6840 menu items with a nil command binding.
6841
6842 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6843
6844 * emacs-lisp/cl-macs.el (defsetf):
6845 Improve argument/docstring consistency.
6846
6847 * faces.el (list-faces-display): Improve the formatting by
6848 computing the maximum length required for any face-name (reworked
6849 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6850 (internal-find-face): Remove redundant info in docstring.
6851
6852 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6853
6854 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6855 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6856 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6857 (gdb-assembler-custom): Improve regexps.
6858 (def-gdb-auto-update-handler): Use window point to preserve point.
6859
6860 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6863
6864 2005-05-31 Jay Belanger <belanger@truman.edu>
6865
6866 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6867 to calc-embedded.
6868 (calc-embedded-make-info): Have plain prefix argument select
6869 entire line.
6870
6871 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6872
6873 * faces.el (list-faces-display): Signal error if passed a regexp
6874 that matches no face name.
6875
6876 * simple.el (filter-buffer-substring): Fix typo in docstring.
6877
6878 2005-05-31 Richard M. Stallman <rms@gnu.org>
6879
6880 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6881 (vhdl-emacs-21): Doc fix.
6882 (vhdl-mode): Unconditionally set comment-padding.
6883 (vhdl-fixup-whitespace-region): Insert spaces only where
6884 there are none.
6885 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6886
6887 2005-05-30 John Wiegley <johnw@newartisans.com>
6888
6889 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6890 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6891 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6892 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6893 `string-to-number'.
6894
6895 2005-05-30 Jay Belanger <belanger@truman.edu>
6896
6897 * calc/calc.el (calc-bug-address): Fix docstring.
6898 (calc-window-hook, calc-trail-window-hook): New variables.
6899 (calc-trail-display): Restore use of calc-trail-window-hook.
6900 (calc): Restore use of calc-window-hook.
6901
6902 2005-05-31 Masatake YAMATO <jet@gyve.org>
6903
6904 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6905
6906 * help-fns.el (help-C-file-name): Add autoload mark for
6907 `find-function-noselect'.
6908
6909 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6910
6911 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6912 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6913
6914 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6915
6916 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6917 included diary buffer if it was not already being visited.
6918 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6919
6920 * calendar/icalendar.el (top-level): Do not require 'appt.
6921
6922 * mail/supercite.el (sc-select-attribution): Only use a list
6923 element from sc-attrib-selection-list if it returns a string.
6924 Reported by Davide G. M. Salvetti <salve@debian.org>.
6925
6926 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6927
6928 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6929 includes a hash value to improve its uniqueness, and has a ".jpg"
6930 extension. Also, it is now a valid filename on all systems.
6931 (thumbs-make-thumb): Use `let', not `let*'.
6932 (thumbs-show-thumbs-list): Check for JPEG availability.
6933
6934 2005-05-30 Richard M. Stallman <rms@gnu.org>
6935
6936 * filesets.el (filesets-menu-ensure-use-cached):
6937 Prevent warning when emacs-version>= is undefined.
6938
6939 * printing.el (pr-interactive-n-up): Use string-to-number.
6940
6941 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6942
6943 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6944 Warn only when name to be defined is quoted.
6945
6946 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6949 Make regexp more robust.
6950 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6951 Force regeneration of disassembly.
6952
6953 2005-05-29 Jay Belanger <belanger@truman.edu>
6954
6955 * calc/calc.el (calc-user-invocation): Check if
6956 calc-invocation-macro is non-nil.
6957
6958 2005-05-29 Juri Linkov <juri@jurta.org>
6959
6960 * add-log.el (change-log-font-lock-keywords):
6961 Add `+' to e-mail regexp to accept mail address with keywords.
6962
6963 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6964
6965 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6966
6967 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6968
6969 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6970
6971 2005-05-29 Richard M. Stallman <rms@gnu.org>
6972
6973 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6974 Undo the change that moves to end of the current word.
6975
6976 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6977
6978 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6979 Throw error when count <= 0 to ensure input is a number.
6980 (gdb-read-memory-custom): Pick up address from buffer.
6981 (gdb-memory-mode): Allow user to increment and decrement
6982 memory address from header line.
6983
6984 2005-05-29 Richard M. Stallman <rms@gnu.org>
6985
6986 * flyspell.el (flyspell-version): Function deleted.
6987 (flyspell-auto-correct-previous-hook): Doc fix.
6988
6989 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6990 Do nothing if memory is full.
6991
6992 * font-lock.el (font-lock-fontify-syntactically-region):
6993 Pass t for GREEDY to looking-back.
6994
6995 * saveplace.el (save-place-alist-to-file): Write the file
6996 using write-region.
6997
6998 * subr.el (looking-back): New argument GREEDY.
6999
7000 * progmodes/compile.el (compilation-start): Set the mode
7001 before inserting the initial text.
7002
7003 * progmodes/which-func.el (which-func-update-1): Turn the mode
7004 off in case of error by setting which-func-mode.
7005
7006 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7007
7008 * flyspell.el (flyspell-auto-correct-previous-word):
7009 Narrow down to what's on the screen, and recenter overlays
7010 at the end of the next word.
7011
7012 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7013
7014 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7015 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7016 (flyspell-abbrev-p): Default to nil.
7017 (flyspell-use-global-abbrev-table-p): Doc fix.
7018 (flyspell-large-region): Allow nil as value.
7019 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7020
7021 (mail-mode-flyspell-verify): More robust handling
7022 of `mail-header-separator'. More efficient signature detection.
7023 Allow for regexp metacharacters in message-header-separator.
7024 Adding `To' not to be checked in mail-mode-flyspell-verify.
7025
7026 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7027 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7028 Bind flyspell-auto-correct-binding.
7029 Bind C-. and C-, .
7030 (flyspell-mode-map): Likewise.
7031 (flyspell-mode): Doc fix.
7032 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7033 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7034 (flyspell-word-cache-result): New var, always local.
7035 (flyspell-check-pre-word-p): Doc fix.
7036 (flyspell-check-changed-word-p): Handle spc like newline.
7037 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7038 (flyspell-word-search-backward, flyspell-word-search-forward):
7039 New functions.
7040 (flyspell-word): Return t if nothing to check.
7041 When parsing TeX code, check for after } or \.
7042 Use flyspell-word-search-backward to find previous word.
7043 Return nil if duplicated word.
7044 For word already checked, return same value as last time.
7045 Set flyspell-word-cache-result after checking.
7046 Don't clobber the return value.
7047 (flyspell-get-word): Major rewrite.
7048 (flyspell-external-point-words): New locals pword, pcount.
7049 Fix size used in progress message.
7050 Find the proper corresponding word in flyspell-large-region-buffer.
7051 (flyspell-region): Check for flyspell-large-region = nil.
7052 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7053 (flyspell-auto-correct-word): Check that WORD is a cons.
7054 (flyspell-correct-word): Likewise.
7055
7056 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7057
7058 * progmodes/make-mode.el (makefile-rule-action-regex)
7059 (makefile-macroassign-regex, makefile-makepp-mode)
7060 (makefile-bsdmake-mode): Continuation lines may be empty.
7061 Reported by Joshua Varner.
7062 (makefile-makepp-font-lock-keywords): Add $(stem).
7063
7064 2005-05-28 Karl Berry <karl@gnu.org>
7065
7066 * textmodes/tex-mode.el: Now that tex-send-command calls
7067 shell-quote-argument (2005-03-31 change), remove all calls to
7068 shell-quote-argument; they all end up invoking tex-send-command.
7069 The double quoting loses on filenames with non-safe characters,
7070 such as "@". Reported by Frederik Fouvry.
7071
7072 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7073
7074 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7075 about preserving point.
7076
7077 2005-05-27 Jay Belanger <belanger@truman.edu>
7078
7079 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7080 Info-goto-node.
7081
7082 * calc/calc-embed.el (calc-embed-arg): New variable.
7083 (calc-do-embedded-activate, calc-embedded-activate-formula)
7084 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7085 variable by new variable.
7086 (calc-embedded-make-info): Replace undeclared variable by new
7087 variable. When selecting region with positive prefix
7088 argument, use end of previous line instead of beginning of line.
7089
7090 * calc/calc-aent.el (calc-arg-values): Declare it.
7091
7092 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7093 Declare them.
7094
7095 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7096
7097 * calc/calc.el (calc-alg-map): Declare it.
7098
7099 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7100
7101 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7102
7103 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7104 (gdb-registers-buffer, toggle-gdb-all-registers):
7105 Toggle display of floating point registers.
7106 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7107
7108 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7109 (toggle-gud-tooltip-dereference):
7110 Rename from gud-toggle-tooltip-dereference.
7111
7112 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7115
7116 2005-05-27 Jay Belanger <belanger@truman.edu>
7117
7118 * calc/calc-prog.el (calc-kbd-report): Remove.
7119 (calc-kbd-query): Rewrite.
7120
7121 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7122
7123 * image.el (image-library-alist): Move to image.c.
7124 (image-type-available-p): Doc fix.
7125
7126 2005-05-27 Lute Kamstra <lute@gnu.org>
7127
7128 * calc/calc.el (calc):
7129 * outline.el (outline-1, outline-2, outline-3, outline-4)
7130 (outline-5, outline-6, outline-7, outline-8):
7131 * textmodes/dns-mode.el (dns-mode):
7132 * textmodes/sgml-mode.el (sgml-namespace-face):
7133 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7134 (tex-verbatim-face, tex-use-reftex):
7135 * textmodes/texinfo.el (texinfo-heading-face):
7136 Specify customization group.
7137
7138 * longlines.el: Don't require easy-mmode.
7139 (longlines-visible-face): Specify customization group.
7140
7141 2005-05-27 Kenichi Handa <handa@m17n.org>
7142
7143 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7144 encoding table of windows-1251.
7145
7146 * international/ucs-tables.el (ucs-set-table-for-input):
7147 If translation-table-for-input of a coding system is a symbol, get
7148 its translation-table property.
7149
7150 * international/code-pages.el: Don't register a coding system into
7151 non-iso-charset-alist more than once.
7152 (cp-make-coding-system): Likewise.
7153
7154 2005-05-26 John Wiegley <johnw@newartisans.com>
7155
7156 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7157 `eshell-resume-eval' is wrapped in a list, it indicates that the
7158 command was run asynchronously. In that case, unwrap the value
7159 before checking the delimiter value.
7160
7161 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7162 character before a space at the end of a line is \, assume the space
7163 is part of the last argument rather than a final argument separator.
7164
7165 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7166 is in use, and the target is `t' or `nil' (which are the most common
7167 values), don't assume that the symbol target is a buffer.
7168
7169 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7170
7171 * calendar/calendar.el (calendar-mode-line-format):
7172 Use mode-line-highlight as mouse-face.
7173
7174 * time.el (display-time-string-forms, display-time-update):
7175 Use mode-line-highlight as mouse-face.
7176
7177 2005-05-26 Jay Belanger <belanger@truman.edu>
7178
7179 * calc/calc.el (calc-language-alist): Remove extra defvar.
7180
7181 2005-05-26 Lute Kamstra <lute@gnu.org>
7182
7183 * arc-mode.el (archive-mode):
7184 * bookmark.el (bookmark-read-annotation-mode)
7185 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7186 * bs.el (bs-mode):
7187 * calc/calc-yank.el (calc-edit-mode):
7188 * calc/calc.el (calc-mode, calc-trail-mode):
7189 * calculator.el (calculator-mode):
7190 * chistory.el (command-history-mode):
7191 * comint.el:
7192 * cus-edit.el (custom-mode):
7193 * descr-text.el (describe-text-mode):
7194 * ebuff-menu.el (Electric-buffer-menu-mode):
7195 * ediff-util.el (ediff-mode):
7196 * emacs-lisp/re-builder.el (reb-mode):
7197 * emulation/vi.el (vi-mode-setup):
7198 * emulation/ws-mode.el (wordstar-mode):
7199 * eshell/esh-mode.el (eshell-mode):
7200 * forms.el (forms-mode):
7201 * help-mode.el (help-mode):
7202 * hexl.el (hexl-mode):
7203 * ibuffer.el (ibuffer-mode):
7204 * ielm.el (inferior-emacs-lisp-mode):
7205 * info.el (Info-mode, Info-edit-mode):
7206 * international/swedish.el:
7207 * ledit.el (ledit-from-lisp-mode):
7208 * locate.el (locate-mode):
7209 * mail/rmail.el (rmail-mode):
7210 * mail/rmailedit.el (rmail-edit-mode):
7211 * mail/rmailsum.el (rmail-summary-mode):
7212 * mail/supercite.el (sc-electric-mode):
7213 * net/eudc.el (eudc-mode):
7214 * net/quickurl.el (quickurl-list-mode):
7215 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7216 * obsolete/ooutline.el (outline-mode):
7217 * obsolete/options.el (Edit-options-mode):
7218 * obsolete/rnews.el (news-mode):
7219 * obsolete/rnewspost.el (news-reply-mode):
7220 * play/5x5.el (5x5-mode):
7221 * play/decipher.el (decipher-mode, decipher-stats-mode):
7222 * play/gomoku.el (gomoku-mode):
7223 * play/snake.el (snake-mode):
7224 * play/solitaire.el (solitaire-mode):
7225 * play/tetris.el (tetris-mode):
7226 * progmodes/ada-mode.el (ada-mode):
7227 * progmodes/antlr-mode.el (antlr-mode):
7228 * progmodes/autoconf.el (autoconf-mode):
7229 * progmodes/dcl-mode.el (dcl-mode):
7230 * progmodes/delphi.el (delphi-mode):
7231 * progmodes/ebrowse.el (ebrowse-tree-mode)
7232 (ebrowse-electric-list-mode, ebrowse-member-mode)
7233 (ebrowse-electric-position-mode):
7234 * progmodes/f90.el (f90-mode):
7235 * progmodes/fortran.el (fortran-mode):
7236 * progmodes/icon.el (icon-mode):
7237 * progmodes/idlw-help.el (idlwave-help-mode):
7238 * progmodes/idlw-shell.el (idlwave-shell-mode):
7239 * progmodes/idlwave.el (idlwave-mode):
7240 * progmodes/inf-lisp.el (inferior-lisp-mode):
7241 * progmodes/m4-mode.el (m4-mode):
7242 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7243 * progmodes/modula2.el (modula-2-mode):
7244 * progmodes/octave-inf.el (inferior-octave-mode):
7245 * progmodes/octave-mod.el (octave-mode):
7246 * progmodes/pascal.el (pascal-mode):
7247 * progmodes/sh-script.el (sh-mode):
7248 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7249 * progmodes/vhdl-mode.el (vhdl-mode):
7250 * progmodes/xscheme.el (scheme-interaction-mode):
7251 * replace.el (occur-mode):
7252 * ses.el (ses-mode):
7253 * simple.el (completion-list-mode):
7254 * skeleton.el:
7255 * speedbar.el (speedbar-mode):
7256 * term.el (term-mode):
7257 * terminal.el (terminal-edit-mode):
7258 * textmodes/reftex-index.el (reftex-index-mode)
7259 (reftex-index-phrases-mode):
7260 * textmodes/reftex-sel.el (reftex-select-label-mode)
7261 (reftex-select-bib-mode):
7262 * textmodes/reftex-toc.el (reftex-toc-mode):
7263 * wdired.el (wdired-change-to-wdired-mode):
7264 * wid-browse.el (widget-browse-mode):
7265 Use run-mode-hooks.
7266
7267 * array.el (array-mode):
7268 * calendar/todo-mode.el (todo-mode):
7269 * man.el (Man-mode):
7270 * play/landmark.el (lm-mode):
7271 * play/mpuz.el (mpuz-mode):
7272 Use kill-all-local-variables and run-mode-hooks.
7273
7274 * subr.el (delay-mode-hooks): Specify indentation.
7275
7276 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7277
7278 * xml.el (xml-substitute-special): Don't die for undefined xml
7279 entities.
7280
7281 2005-05-26 Jay Belanger <belanger@truman.edu>
7282
7283 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7284 of nil.
7285
7286 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7287
7288 * progmodes/gdb-ui.el (gdb-frame-address):
7289 Rename from gdb-current-address.
7290 (gdb-previous-frame-address): Rename from gdb-previous-address.
7291 (gdb-selected-frame): Rename from gdb-current-frame.
7292 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7293 (gdb-frame-number): Rename from gdb-current-stack-level.
7294 (gdb-ann3): Match new mode-name for disassembly buffer.
7295 Extend initialization of variables.
7296 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7297 (gdb-memory-mode): Use mouse-face in header line.
7298 (gdb-assembler-buffer-name): Call it disassembly and give frame
7299 in mode line.
7300 (gdb-source-spec-regexp, gdb-assembler-custom)
7301 (gdb-invalidate-assembler, gdb-frame-handler):
7302 Make robust to leading zeroes in address format.
7303
7304 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7305
7306 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7307 define `org-mode'.
7308 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7309
7310 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 * log-edit.el (log-edit-changelog-entries): Distinguish between
7313 filenames like xfns.c and fns.c.
7314
7315 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7316
7317 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7318 point after reverting.
7319 (Buffer-menu-make-sort-button): Handle the case where
7320 `Buffer-menu-use-header-line' is nil.
7321
7322 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7323
7324 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7325 New funcs. In minibuffer-local-completion-map bind `]', `/'
7326 and `:' to them.
7327
7328 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * startup.el (normal-top-level): Allow modification of load-path while
7331 we're iterating over it.
7332
7333 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7334
7335 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7336 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7337 (thumbs-resize-interactive, thumbs-insert-image)
7338 (thumbs-insert-thumb, thumbs-dired-show-marked)
7339 (thumbs-find-image-at-point, thumbs-delete-images)
7340 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7341 (thumbs-increment-image-size, thumbs-decrement-image-size):
7342 Fix typos in docstrings.
7343
7344 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7345
7346 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7347 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7348 (cperl-mode): Use them.
7349
7350 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7351
7352 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7353 Doc fixes.
7354
7355 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7356
7357 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7358 Bind C-d to gdb-inferior-io-eof.
7359
7360 * dired.el (dired-dnd-popup-notice): Use message-box.
7361
7362 2005-05-23 Masatake YAMATO <jet@gyve.org>
7363
7364 * bindings.el (mode-line-major-mode-keymap):
7365 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7366
7367 * faces.el (mode-line-highlight): New face.
7368
7369 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7370 as mouse-face.
7371
7372 * bindings.el (top-level, help-echo, mode-line-modified)
7373 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7374 as mouse-face.
7375
7376 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * progmodes/cc-engine.el (c-guess-basic-syntax):
7379 Remove spurious call to `zerop'.
7380
7381 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7382
7383 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7384
7385 CC Mode update to 5.30.10:
7386
7387 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7388 could go past the limit in decoration level 2, thereby causing
7389 errors during interactive fontification.
7390
7391 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7392 the file is evaluated interactively.
7393
7394 * cc-engine.el (c-guess-basic-syntax): Handle operator
7395 declarations somewhat better in C++.
7396
7397 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7398 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7399 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7400 (awk-mode): Use it.
7401 (make-local-hook): Suppress warning about obsoleteness.
7402
7403 * cc-engine.el, cc-align.el, cc-cmds.el
7404 (c-append-backslashes-forward, c-delete-backslashes-forward)
7405 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7406 Compensate for return value from `forward-line' when it has moved
7407 but not to a different line due to eob.
7408
7409 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7410 `objc-method-intro' and `objc-method-args-cont'.
7411
7412 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7413
7414 CC Mode update to 5.30.10:
7415
7416 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7417 in the copyright statement. Incidentally, change "along with GNU
7418 Emacs" to "along with this program" where it occurs.
7419
7420 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7421 so that it is interactive, hence can be found by M-x awk-mode
7422 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7423 <gmorris+emacs@ast.cam.ac.uk>.
7424
7425 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7426 Mode's regexps.
7427
7428 2005-05-23 Kevin Ryde <user42@zip.com.au>
7429
7430 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7431 c-parse-state, to avoid a lisp error (on bad code).
7432
7433 2005-05-23 Lute Kamstra <lute@gnu.org>
7434
7435 * subr.el (font-lock-defaults): Remove defvar as it's already
7436 defined in font-core.el.
7437
7438 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7439
7440 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7441
7442 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7443 more general and work when GDB variable "print pretty" is on,
7444 as with Emacs, for example.
7445
7446 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7447
7448 * font-core.el: Update comment.
7449
7450 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7451 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7452
7453 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7454
7455 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7456
7457 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7458 and `yank-handler' in the doc strings.
7459
7460 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7463
7464 2005-05-22 Richard M. Stallman <rms@gnu.org>
7465
7466 * help.el (describe-key): Move print-help-return-message call
7467 out of conditional.
7468
7469 * progmodes/etags.el (list-tags): Use with-no-warnings.
7470
7471 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7472 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7473 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7474
7475 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7476
7477 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7478 Add defvar.
7479
7480 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7481 Use defvar, not defconst.
7482
7483 * hexl.el (hexl-follow-line): Use with-no-warnings.
7484
7485 * emulation/tpu-extras.el: Use write-file-functions instead of
7486 write-file-hooks.
7487
7488 * dired.el (dired-font-lock-keywords): Fontify files with junk
7489 extensions even if marked by -F.
7490
7491 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7492
7493 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7494 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7495 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7496 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7497 (concatenate, list-length, get*, getf, cl-remprop):
7498 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7499 (etypecase, progv, lexical-let, lexical-let*)
7500 (multiple-value-bind, multiple-value-setq, shiftf):
7501 Improve argument/docstring consistency.
7502
7503 * subr.el (focus-frame, unfocus-frame):
7504 Revert deletion on 2005-05-01.
7505
7506 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7507
7508 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7509 doesn't exist.
7510
7511 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7512 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7513
7514 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7515
7516 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7517 already deleted variables: auto-fill-hook, blink-paren-hook,
7518 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7519 suspend-hooks, comment-indent-hook, meta-flag,
7520 before-change-function, after-change-function,
7521 font-lock-doc-string-face.
7522
7523 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7524
7525 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7526
7527 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7528
7529 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7530 rmail-dont-reply-to.
7531
7532 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7533
7534 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7535 literal blank when splitting new-header-values.
7536
7537 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7538
7539 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7540 string so that tmm doesn't create a completion entry for it.
7541
7542 * textmodes/table.el (table-disable-menu): Ditto.
7543
7544 2005-05-21 Richard M. Stallman <rms@gnu.org>
7545
7546 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7547
7548 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7549
7550 * net/rcompile.el (remote-compile): Use compilation-start.
7551
7552 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7553
7554 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7555
7556 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7557 Default to makefile-bsdmake-mode on BSD systems.
7558
7559 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7560 REGEXP may also be a search function now. The part of doc-string
7561 for describing the structure was 95% identical to that of
7562 `imenu--generic-function'. Unify it there.
7563
7564 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7565 Use function to find dependencies, because regexp alone is so complex,
7566 it easily goes into an endless loop.
7567 (makefile-makepp-mode): Also add submenu for Perl functions
7568 defined in the makefile.
7569 (makefile-bsdmake-mode): Special imenu-generic-expression no
7570 longer needed, due to function call.
7571 (makefile-match-dependency): Take BOUND into account when checking
7572 if we're through.
7573
7574 2005-05-20 Jay Belanger <belanger@truman.edu>
7575
7576 * calc/calc-units.el (calc-invalidate-units-table):
7577 Use inhibit-read-only.
7578 (math-build-units-table-buffer): Use view-mode.
7579
7580 2005-05-20 David Kastrup <dak@gnu.org>
7581
7582 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7583 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7584
7585 2005-05-20 Lute Kamstra <lute@gnu.org>
7586
7587 * diff-mode.el (diff-header-face, diff-file-header-face)
7588 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7589 (diff-added-face, diff-changed-face, diff-function-face)
7590 (diff-context-face, diff-nonexistent-face): Put them in the
7591 diff-mode customization group.
7592
7593 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7596
7597 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7598
7599 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7600 Minor regexp-optimization.
7601
7602 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7603
7604 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7605 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7606 (org-agenda-add-time-grid-maybe): New function.
7607 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7608 (org-table-create): `dotimes' instead of `mapcar'.
7609 (org-xor): Simplify implementation.
7610 (org-agenda): `inhibit-redisplay' turned on.
7611 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7612 a consistent line after a state change.
7613 (org-agenda-remove-times-when-in-prefix): New option.
7614 (org-prefix-has-time): New variable.
7615 (org-parse-time-string): Optional argument NODEFAULT.
7616 (org-format-agenda-item): Parse items for time-of-day
7617 specifications and move these into the prefix if possible.
7618 (org-agenda-priority): Get current heading, not previous heading
7619 during agenda remote editing.
7620
7621 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7622
7623 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7624 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7625 (remove-duplicates, delete-duplicates, substitute)
7626 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7627 (nsubstitute-if-not, find, find-if, find-if-not, position)
7628 (position-if, position-if-not, count, count-if, count-if-not)
7629 (mismatch, search, sort*, stable-sort, merge, member*)
7630 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7631 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7632 (intersection, nintersection, set-difference, nset-difference)
7633 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7634 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7635 (nsublis, tree-equal): Improve argument/docstring consistency.
7636
7637 * subr.el (send-string, send-region):
7638 Remove obsolescence declaration.
7639 (window-dot, set-window-dot, read-input, show-buffer)
7640 (eval-current-buffer, string-to-int):
7641 Add release number to obsolescence declarations.
7642
7643 2005-05-19 Kim F. Storm <storm@cua.dk>
7644
7645 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7646 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7647
7648 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7649
7650 * faces.el (list-faces-display): Make back button respect optional
7651 regexp arg.
7652
7653 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7654
7655 * calculator.el (calculator-radix-grouping-mode)
7656 (calculator-radix-grouping-digits, calculator-displayer)
7657 (calculator-radix-grouping-separator, calculator-copy-displayer):
7658 * dabbrev.el (dabbrev-search-these-buffers-only):
7659 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7660 (diff-advance-after-apply-hunk, diff-mode-hook)
7661 (diff-minor-mode-prefix):
7662 * imenu.el (imenu-use-popup-menu):
7663 * jit-lock.el (jit-lock-context-time):
7664 * newcomment.el (comment-fill-column, comment-column)
7665 (comment-style, comment-padding, comment-multi-line)
7666 (comment-empty-lines, comment-auto-fill-only-comments):
7667 * reveal.el (reveal-around-mark):
7668 * uniquify.el (uniquify-buffer-name-style)
7669 (uniquify-after-kill-buffer-p)
7670 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7671 (uniquify-min-dir-content, uniquify-separator)
7672 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7673 * w32-vars.el (w32-fixed-font-alist):
7674 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7675 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7676 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7677 * progmodes/perl-mode.el (perl-indent-level)
7678 (perl-continued-statement-offset, perl-continued-brace-offset)
7679 (perl-brace-offset, perl-brace-imaginary-offset)
7680 (perl-label-offset, perl-indent-continued-arguments)
7681 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7682 * progmodes/tcl.el (tcl-indent-level)
7683 (tcl-continued-indent-level, tcl-auto-newline)
7684 (tcl-tab-always-indent, tcl-electric-hash-style)
7685 (tcl-help-directory-list, tcl-use-smart-word-finder)
7686 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7687 (inferior-tcl-source-command):
7688 * textmodes/fill.el (enable-kinsoku):
7689 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7690 * textmodes/table.el (table-yank-handler):
7691 Specify missing group (and type, if simple) in defcustom.
7692
7693 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7694
7695 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7696
7697 2005-05-19 Richard M. Stallman <rms@gnu.org>
7698
7699 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7700
7701 * subr.el (event-basic-type): Don't get an error.
7702 (left-fringe-p): Function deleted.
7703
7704 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7705 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7706
7707 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7708 in recursive copy.
7709
7710 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7711
7712 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7713
7714 * emacs-lisp/bytecomp.el
7715 (byte-compile-file-form-custom-declare-variable): Call
7716 byte-compile-nogroup-warn if appropriate.
7717
7718 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7719 (compilation-set-window): Don't call left-fringe-p; do it directly.
7720
7721 2005-05-19 Jay Belanger <belanger@truman.edu>
7722
7723 * calc/calc-graph.el (calc-graph-format-data): Make sure
7724 var-PlotRejects is bound before trying to check its value.
7725
7726 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7727
7728 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7729 definition of this variable from reftex-global.el to reftex.el,
7730 because it is needed in the menu.
7731
7732 2005-05-19 Lute Kamstra <lute@gnu.org>
7733
7734 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7735 years are fixed. Don't insert a space after a dash.
7736
7737 2005-05-19 Kim F. Storm <storm@cua.dk>
7738
7739 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7740
7741 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7742
7743 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7744 strings, because (eq ... ?\\) is fairly frequent.
7745
7746 * progmodes/make-mode.el (makefile-add-this-line-targets):
7747 Simplify and integrate into `makefile-pickup-targets'.
7748 (makefile-add-this-line-macro): Simplify and integrate into
7749 `makefile-pickup-macros.
7750 (makefile-pickup-filenames-as-targets): Simplify.
7751 (makefile-previous-dependency, makefile-match-dependency):
7752 Don't stumble over `::'.
7753
7754 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7755
7756 * subr.el (post-command-idle-hook, post-command-idle-delay):
7757 Remove obsoletion of post-command-idle-hook and
7758 post-command-idle-delay.
7759
7760 * faces.el (list-faces-display): Provide button when describe-face
7761 is called to take user back to the list of faces.
7762
7763 * help-fns.el (describe-variable): Remove hyperlinks in a
7764 variable's value as these are quite frequently inappropriate.
7765
7766 * follow.el (follow-submit-feedback, follow-mode):
7767 Remove references to post-command-idle-hook.
7768
7769 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7770
7771 * progmodes/make-mode.el (makefile-previous-dependency)
7772 (makefile-match-dependency): Check for := (and in bsd mode also
7773 !=) to give a better result, even when font-lock is not on.
7774
7775 2005-05-18 Jay Belanger <belanger@truman.edu>
7776
7777 * calc/calc-help.el (calc-s-prefix-help):
7778 Add `calc-copy-special-constant' to help string.
7779
7780 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7781
7782 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7783
7784 2005-05-18 Jay Belanger <belanger@truman.edu>
7785
7786 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7787 in linear factors are in proper order.
7788
7789 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7790
7791 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7792 Support for jurabib.
7793
7794 * textmodes/reftex.el (featurep): Define aliases for overlay
7795 commands, for XEmacs compatibility, and use these aliases in
7796 overlay initializations.
7797 (reftex-highlight): Use `reftex-move-overlay'.
7798 (reftex-unhighlight): Use `reftex-delete-overlay'.
7799 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7800 (reftex-access-search-path): Use `reftex-uniquify' instead of
7801 `reftex-uniq'
7802
7803 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7804 `before-string' property modification enables for Emacs as well.
7805 (reftex-select-item): Use `reftex-delete-overlay'.
7806 (reftex-select-mark): Use `reftex-make-overlay' and
7807 `reftex-overlay-put'.
7808 (reftex-select-unmark): Use `reftex-delete-overlay' and
7809 `reftex-overlay-put'.
7810
7811 2005-05-18 Lute Kamstra <lute@gnu.org>
7812
7813 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7814
7815 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7816
7817 * add-log.el (add-change-log-entry):
7818 * array.el (array-make-template, array-reconfigure-rows)
7819 (array-init-max-row, array-init-max-column)
7820 (array-init-columns-per-line, array-init-field-width):
7821 * replace.el (replace-match-maybe-edit, perform-replace):
7822 * textmodes/spell.el (spell-region):
7823 Replace `read-input' by `read-string'.
7824
7825 * forms.el (forms-mode):
7826 * finder.el (finder-compile-keywords):
7827 * shadowfile.el (shadow-read-files):
7828 Replace `eval-current-buffer' by `eval-buffer'.
7829
7830 * terminal.el (te-pass-through):
7831 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7832 (ange-ftp-raw-send-cmd):
7833 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7834 (send-process-next-char, telnet-initial-filter, telnet):
7835 Replace `send-string' by `process-send-string'.
7836
7837 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7838 (prolog-consult-region): Replace `send-string' by
7839 `process-send-string'; replace `send-region' by `process-send-region'.
7840
7841 * progmodes/delphi.el (delphi-log-msg):
7842 Replace `set-window-dot' by `set-window-point'.
7843
7844 * subr.el (window-dot, set-window-dot, read-input, send-string)
7845 (send-region, show-buffer, eval-current-buffer):
7846 Make really obsolete, as the comment says.
7847
7848 2005-05-17 Kim F. Storm <storm@cua.dk>
7849
7850 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7851 (cua--init-keymaps): Bind C-return instead of S-return to set
7852 rectangle mark.
7853
7854 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7855 instead of S-return to toggle/clear rectangle mark.
7856
7857 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7858
7859 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7860 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7861 Also fontify plain strings assigned to variables, mostly so that a
7862 colon has a face and is thus not taken as a dependency separator.
7863 (makefile-previous-dependency): Inline the new matcher, because it
7864 is too complex to work in both directions.
7865 (makefile-match-dependency): Eliminate `backward' arg (see above).
7866 Completely reimplemented so as to not sometimes go into an endless
7867 loop. It should also be more efficient, because first it only
7868 searches for `:', instead of applying the very complex regexp.
7869 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7870 to be fontified in one piece can be too long for JIT.
7871 Makefiles are never *that* big.
7872
7873 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7874
7875 * dired.el (dired-mode): Simplify.
7876
7877 2005-05-17 Lute Kamstra <lute@gnu.org>
7878
7879 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7880 defcustom for the mode hook variable.
7881
7882 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7883 Emacs Lisp Reference Manual.
7884
7885 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7886
7887 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7888 (evenp, list*):
7889 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7890 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7891
7892 * net/tramp-smb.el (tramp-smb-open-connection):
7893 Pass `tramp-chunksize' as fifth (required) argument.
7894
7895 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7896
7897 * font-lock.el (lisp-font-lock-keywords-1):
7898 Set `font-lock-negation-char-face' for [^...] char group.
7899 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7900
7901 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7902 a var, and refine it to mask one more level of nested vars.
7903 (makefile-rule-action-regex): Turn it into a var, and refine it so
7904 it recognizes backslashed continuation lines as belonging to the
7905 same command.
7906 (makefile-macroassign-regex): Refine it so it recognizes
7907 backslashed continuation lines as belonging to the same command.
7908 (makefile-var-use-regex): Don't look at the next char, because it
7909 might be the same one to be skipped by the initial [^$], leading
7910 to an overlooked variable use.
7911 (makefile-make-font-lock-keywords): Remove two parameters, which
7912 are now variables that some of the modes set locally.
7913 Handle dependency and rule action matching through functions, because
7914 regexps alone match too often. Dependency matching now comes
7915 last, so it can check, whether a colon already matched something else.
7916 (makefile-mode): Inform that font-lock improves makefile parsing
7917 capabilities.
7918 (makefile-match-dependency, makefile-match-action): New functions.
7919
7920 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7923
7924 * align.el (align-regexp):
7925 * ansi-color.el (ansi-color-get-face):
7926 * array.el (array-reconfigure-rows, array-init-max-row)
7927 (array-init-max-column, array-init-columns-per-line)
7928 (array-init-field-width):
7929 * dired-aux.el (dired-trample-file-versions):
7930 * dired-x.el (dired-mark-sexp):
7931 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7932 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7933 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7934 * faces.el (face-read-integer):
7935 * files.el (backup-extract-version, insert-directory):
7936 * hexl.el (hexl-insert-decimal-char):
7937 * server.el (server-process-filter):
7938 * shell.el (shell-extract-num):
7939 * startup.el (command-line-1):
7940 * term.el (term-command-hook):
7941 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7942 (time-stamp-do-number):
7943 * time.el (display-time-update):
7944 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7945 (timezone-fix-time):
7946 * vms-patch.el (vms-suspend-resume-hook):
7947 * calendar/appt.el (appt-convert-time):
7948 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7949 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7950 * calendar/cal-islam.el (mark-islamic-diary-entries):
7951 * calendar/calendar.el (calendar-cursor-to-date)
7952 (calendar-star-date):
7953 * calendar/diary-lib.el (diary-attrtype-convert)
7954 (mark-diary-entries, diary-entry-time):
7955 * calendar/solar.el (solar-get-number):
7956 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7957 * emacs-lisp/re-builder.el (reb-display-subexp):
7958 * emulation/edt.el (edt-set-scroll-margins):
7959 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7960 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7961 (vip-get-ex-count):
7962 * emulation/viper-ex.el (viper-get-ex-token)
7963 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7964 * international/fontset.el (fontset-plain-name):
7965 * mail/feedmail.el (feedmail-look-at-queue-directory):
7966 * mail/mailalias.el (mail-get-names):
7967 * mail/rmail.el (rmail-convert-to-babyl-format):
7968 * mail/rmailsum.el (rmail-make-basic-summary-line)
7969 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7970 (rmail-summary-goto-msg):
7971 * mail/smtpmail.el (smtpmail-read-response):
7972 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7973 (ange-ftp-vms-add-file-entry):
7974 * play/gametree.el (gametree-looking-at-ply)
7975 (gametree-current-branch-score):
7976 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7977 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7978 * progmodes/cperl-mode.el (condition-case):
7979 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7980 (ebrowse-set-member-buffer-column-width)
7981 (ebrowse-select-1st-to-9nth):
7982 * progmodes/etags.el (etags-snarf-tag):
7983 * progmodes/flymake.el (flymake-parse-line):
7984 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7985 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7986 (idlwave-shell-menu-def):
7987 * progmodes/ps-mode.el (ps-run-goto-error):
7988 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7989 (vhdl-speedbar-contract-level):
7990 * term/mac-win.el (x-handle-numeric-switch):
7991 * term/sun-mouse.el (sun-get-frame-data):
7992 * term/w32-win.el (x-handle-numeric-switch):
7993 * term/x-win.el (x-handle-numeric-switch):
7994 * textmodes/ispell.el (ispell-parse-output):
7995 * textmodes/nroff-mode.el (nroff-outline-level):
7996 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7997 (reftex-bib-sort-year-reverse, reftex-format-citation):
7998 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7999 (reftex-section-number):
8000 * textmodes/texinfmt.el (texinfo-paragraphindent):
8001 Replace `string-to-int' by `string-to-number'.
8002
8003 * international/latexenc.el: Add page marker to force the "Local
8004 Variables:" string out of the last page.
8005
8006 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8007
8008 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8009 tooltip-change-major-mode.
8010 (gud-tooltip-print-command): Remove case where gud-minor-mode
8011 is gdb ("--fullname").
8012 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8013 explain to user.
8014
8015 2005-05-16 Jay Belanger <belanger@truman.edu>
8016
8017 * calc/calc-store.el (calc-copy-special-constant): New function.
8018
8019 * calc/calc-ext.el (calc-init-extensions): Add binding for
8020 `calc-copy-special-constant'.
8021
8022 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8023 for the `calc-copy-special-constant' command.
8024
8025 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8026
8027 * subr.el (left-fringe-p): New function.
8028
8029 * progmodes/compile.el (compilation-setup): Set local value of
8030 overlay-arrow-string to "" always.
8031 (compilation-set-window): Left fringe then don't scroll.
8032 No left fringe then no arrow and scroll message to top.
8033 (compilation-context-lines): Adjust doc string accordingly.
8034
8035 2005-05-16 Kim F. Storm <storm@cua.dk>
8036
8037 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8038 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8039 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8040 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8041 (ido-read-file-name): Handle commands with ido property value
8042 equal to find-file as reading a file name, to allow C-d to enter dired.
8043 (ibuffer-find-file): Add ido property with value find-file.
8044
8045 2005-05-15 Kim F. Storm <storm@cua.dk>
8046
8047 * subr.el (open-network-stream-nowait): Remove.
8048 (open-network-stream-server): Remove.
8049
8050 2005-05-15 Richard M. Stallman <rms@gnu.org>
8051
8052 * faces.el (describe-face): Output a definition link button.
8053
8054 * help-mode.el (help-face-def): New button type.
8055
8056 * emacs-lisp/copyright.el (copyright-fix-years):
8057 Match properly if the first year is 2-digit.
8058 Don't mess up the whitespace after the years by filling.
8059
8060 * dired-aux.el (dired-mark-confirm):
8061 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8062
8063 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8064 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8065 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8066
8067 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8068 Set font-lock-comment-start-skip.
8069
8070 * font-lock.el (font-lock-comment-start-skip): New variable.
8071 (font-lock-comment-end-skip): New variable.
8072 (font-lock-fontify-syntactically-region): Use them if non-nil.
8073
8074 2005-05-15 Jay Belanger <belanger@truman.edu>
8075
8076 * calc/calc-store.el (calc-store-value): Return a string rather
8077 than display it as a message.
8078 Use calc-var-name for variable name.
8079 (calc-store-into): Add the result of calc-store-value to message.
8080 (calc-copy-variable): Add a message.
8081 (calc-store-exchange): Improve error messages.
8082 (calc-store-binary, calc-store-map): Don't reset the values of
8083 special constants.
8084
8085 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8086
8087 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8088 manual to docstring.
8089
8090 * files.el (hack-local-variables-confirm): Add STRING argument.
8091 Make the function handle non file visiting buffers correctly.
8092 (hack-local-variables-prop-line, hack-local-variables)
8093 (hack-one-local-variable): Use STRING arg of
8094 `hack-local-variables-confirm'.
8095
8096 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8097
8098 Sync with Tramp 2.0.49.
8099
8100 * net/tramp.el (tramp-handle-dired-call-process)
8101 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8102 because the contents of the Tramp buffer is changed before
8103 insertion (`expand-file' and alike).
8104 (tramp-handle-insert-directory): If `localname' has an empty
8105 nondirectory name, it must not be quoted.
8106 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8107 variable `tramp-chunksize'. Change callees.
8108 (tramp-open-connection-setup-interactive-shell): Check remote host
8109 for buggy `send-process-string' implementation.
8110 Set `tramp-chunksize' if found. Reported by Michael Kifer
8111 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8112 (tramp-handle-shell-command): `insert-buffer' cannot be used
8113 because the contents of the Tramp buffer is changed before
8114 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8115 <frederic.bothamy@free.fr>.
8116 (tramp-set-auto-save): Actions should be done for Tramp file name
8117 handler only. Ange-FTP has its own auto-save mechanism.
8118 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8119 (tramp-set-auto-save-file-modes): Set file modes of
8120 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8121 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8122 (tramp-bug): Remove obsolete variable.
8123 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8124 for presence of `mml-mode'. Make it running for older Emacsen as well.
8125
8126 2005-05-14 John Paul Wallington <jpw@pobox.com>
8127
8128 * ibuf-ext.el (define-ibuffer-filter filename):
8129 If `dired-directory' is a list, use its car.
8130
8131 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8132
8133 * ibuffer.el (define-ibuffer-column filename):
8134 If `dired-directory' is a list, use its car.
8135
8136 2005-05-14 Richard M. Stallman <rms@gnu.org>
8137
8138 * subr.el (symbol-file): Doc fix.
8139
8140 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8141 (byte-compile-form): Call byte-compile-nogroup-warn.
8142 (byte-compile-warning-types): Doc fix.
8143
8144 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8145
8146 * progmodes/cc-engine.el (c-literal-faces):
8147 Add font-lock-comment-delimiter-face.
8148
8149 * net/net-utils.el (dig): Use with-no-warnings.
8150
8151 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8152 (sc-recite-frame-alist, sc-default-cite-frame)
8153 (sc-default-uncite-frame, sc-default-recite-frame)
8154 (sc-attrib-selection-list, sc-rewrite-header-list):
8155 Mark as risky-local-variable.
8156
8157 * international/ogonek.el (ogonek-jak, ogonek-how):
8158 Don't use beginning-of-buffer.
8159
8160 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8161
8162 * calendar/solar.el (solar-data-list): Move definition up.
8163
8164 * dnd.el (dnd-protocol-alist): Add autoload.
8165
8166 * progmodes/sh-script.el: Many doc usage fixes.
8167 (sh-indent-after-do): Change default to match common styles.
8168
8169 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8170
8171 * files.el (interpreter-mode-alist)
8172 (auto-mode-interpreter-regexp): Doc fixes.
8173
8174 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8175
8176 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8177
8178 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8179
8180 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8181
8182 * dired.el (dired-mode): make-variable-buffer-local =>
8183 make-local-variable.
8184
8185 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8186
8187 * term/mac-win.el (mac-select-convert-to-string): Try coding
8188 systems in mac-script-code-coding-systems if specified one cannot
8189 encode string for `com.apple.traditional-mac-plain-text'.
8190
8191 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8192
8193 * progmodes/make-mode.el (makefile-targets-face)
8194 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8195 (makefile-dependency-regex): Fix it to not make the colon in
8196 $(var:a=b) special.
8197 (makefile-rule-action-regex): New regexp for highlighting embedded
8198 Shell strings.
8199 (makefile-macroassign-regex): Handle != for highlighting as
8200 embedded Shell strings.
8201 (makefile-var-use-regex): New const.
8202 (makefile-statements, makefile-automake-statements)
8203 (makefile-gmake-statements, makefile-makepp-statements)
8204 (makefile-bsdmake-statements): New consts.
8205 (makefile-make-font-lock-keywords): New function.
8206 (makefile-automake-font-lock-keywords)
8207 (makefile-gmake-font-lock-keywords)
8208 (makefile-makepp-font-lock-keywords)
8209 (makefile-bsdmake-font-lock-keywords): New consts.
8210 (makefile-mode-map): Add switchers between the various submodes.
8211 (makefile-mode): Document the availability of the variants.
8212 (makefile-automake-mode, makefile-gmake-mode)
8213 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8214
8215 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8216 new variants of makefile-mode.
8217
8218 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8221 the inheritance.
8222
8223 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8224
8225 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8226 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8227
8228 * files.el (normal-mode): Extend the scope of the
8229 `enable-local-variables' binding to include the `set-auto-mode' call.
8230 (magic-mode-alist): Doc fix.
8231
8232 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8235 font-lock-comment-face rather than copying its setting.
8236
8237 2005-05-12 Andreas Schwab <schwab@suse.de>
8238
8239 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8240
8241 2005-05-12 Lute Kamstra <lute@gnu.org>
8242
8243 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8244 defcustom for the mode hook variable. Delete the last argument.
8245 * generic-x.el: Fix callers of define-generic-mode.
8246 (generic-x-modes): Delete group.
8247 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8248 generic-x customization group.
8249
8250 2005-05-12 Kim F. Storm <storm@cua.dk>
8251
8252 * font-lock.el (font-lock-negation-char-face): Default to "off".
8253
8254 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8255 font-lock-negation-char-face to ! in !=.
8256
8257 2005-05-12 Masatake YAMATO <jet@gyve.org>
8258
8259 * add-log.el (find-change-log): Fix typos in the docstring
8260 of function.
8261
8262 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8263
8264 * international/latexenc.el (latexenc-find-file-coding-system):
8265 Avoid `re-search-forward' when looking for input encoding because
8266 of speed and safety. Better regular expressions for recognizing
8267 input encoding. Limit a search for TeX-master/tex-main-file to
8268 the local variable section.
8269
8270 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8271
8272 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8273 syntax of $ to "'" (quote).
8274
8275 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8276
8277 * dnd.el (dnd-protocol-alist): Improve custom type.
8278
8279 * dired.el (dired-dnd-protocol-alist): New variable.
8280 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8281 `dired-mode-hook' to the end.
8282
8283 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8286 comment-end if comment-start-skip is not set.
8287 Obey the font-lock-comment-delimiter-face variables.
8288
8289 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * files.el (executable-find): Move from executable.el. Use
8292 locate-file.
8293 * progmodes/executable.el (executable-find): Move to files.el.
8294
8295 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8296 when trying to ensure forward progress.
8297
8298 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8299
8300 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8301 (mouse-select, mouse-select-internal, mouse-extend-internal):
8302 Use it to implement mouse-1-click-follows-link functionality.
8303
8304 2005-05-11 Richard M. Stallman <rms@gnu.org>
8305
8306 * font-lock.el (font-lock-fontify-syntactically-region):
8307 Use font-lock-comment-delimiter-face for comment delimiters.
8308
8309 2005-05-10 Jay Belanger <belanger@truman.edu>
8310
8311 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8312 preserving embedded modes.
8313
8314 2005-05-10 Richard M. Stallman <rms@gnu.org>
8315
8316 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8317
8318 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8319 Move from ada-stmt.el.
8320 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8321
8322 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8323 Move to ada-mode.el.
8324 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8325
8326 * cus-edit.el (custom-file): Call file-chase-links.
8327
8328 * files.el (read-directory-name): Fix previous change.
8329 (hack-local-variables-confirm): New function.
8330 (hack-local-variables-prop-line, hack-local-variables)
8331 (hack-one-local-variable): Use it.
8332
8333 2005-05-10 Lute Kamstra <lute@gnu.org>
8334
8335 * font-lock.el (font-lock-keywords-alist)
8336 (font-lock-removed-keywords-alist): Clarify docstrings.
8337
8338 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8339
8340 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8341 (gdb-source-info): Check for preprocessor info.
8342 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8343 a macro for a function.
8344 (gdb-info-breakpoints-custom): Try to find file again if not already
8345 found (user might have used GDB dir command).
8346 (gdb-get-location): Update gdb-location-alist correctly for change
8347 to gdb-info-breakpoints-custom.
8348
8349 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8350 (gud-tooltip-print-command): Add gdbmi case.
8351 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8352 preprocessor info.
8353
8354 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8355
8356 * startup.el (fancy-splash-insert): Fix typo in doc string.
8357
8358 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8359
8360 * obsolete/float.el (string-to-float):
8361 * obsolete/hilit19.el (hilit-add-pattern):
8362 * obsolete/rnews.el (news-parse-range, news-select-message)
8363 (news-get-pruned-list-of-files): Replace `string-to-int' by
8364 `string-to-number'.
8365
8366 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8367 `find-file-not-found-hooks'; use `add-hook'.
8368 (uncompress-while-visiting): Set `write-file-functions', not
8369 `write-file-hooks'; use `add-hook'.
8370
8371 2005-05-09 Kim F. Storm <storm@cua.dk>
8372
8373 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8374 (cua-paste): Handle clipboard action.
8375 (cua--init-keymaps): Remap clipboard-kill-region and
8376 clipboard-kill-ring-save.
8377
8378 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8379
8380 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8381 Improve commentary.
8382
8383 * simple.el (next-error-overlay-arrow-position): Revert the change
8384 made on 2005-04-30.
8385
8386 2005-05-07 Jay Belanger <belanger@truman.edu>
8387
8388 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8389 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8390 `calc-sel-reselect'.
8391
8392 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8393 Calc is in embedded mode.
8394
8395 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8396
8397 * progmodes/compile.el (compilation-setup):
8398 Set overlay-arrow-string to an empty string on text terminals.
8399
8400 * textmodes/ispell.el (ispell-program-name): Try looking for
8401 "aspell" along exec-path, and if found, use it as the default
8402 speller program.
8403
8404 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8405
8406 * international/mule.el (sgml-xml-auto-coding-function):
8407 Recognize encoding='FOO' in single quotes as well as in double quotes.
8408
8409 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8410
8411 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8412 as well as `interactive', so that defmacro* would recognize
8413 `declare' forms.
8414
8415 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8416
8417 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8418 Explain more about the LIGHTER arg's usage in the doc string.
8419 Add commentary to clarify what the code does. Fix the regexp that
8420 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8421 since it could have characters special to regular expressions.
8422
8423 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8424
8425 * replace.el (occur-1): Bind inhibit-read-only so that
8426 erase-buffer doesn't barf on read-only text properties (likewise
8427 for add-text-properties in occur-engine). Mark buffer as unmodified.
8428 (occur-engine): Don't set buffer-read-only here.
8429
8430 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8433 list-buffers-directory. This caused the *cvs-commit* buffer to be
8434 sometimes mistakenly reused as a *cvs* buffer.
8435
8436 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8437
8438 * tooltip.el: Move code for GUD tooltips into gud.el.
8439 (require): CL no longer needed to compile case.
8440 (tooltip-mode): Do not toggle functions for GUD tooltips.
8441 (tooltip-gud-tips-p): Remove. Replace with minor mode
8442 gud-tooltip-mode in gud.el.
8443 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8444 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8445 tooltip-gud prefix with gud-tooltip and obsolete.
8446 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8447 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8448 (tooltip-mouse-motion): Mouse movement functions/variable.
8449 Rename in gud.el by adding gud prefix.
8450 (tooltip-gud-original-filter, tooltip-gud-dereference)
8451 (tooltip-gud-event, tooltip-toggle-gud-tips)
8452 (tooltip-gud-process-output, tooltip-gud-print-command)
8453 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8454 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8455 (gdb-tooltip-print): Move to gdb-ui.el.
8456
8457 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8458 (require): CL needed to compile case.
8459 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8460 tooltip-gud-tips-p. Make it a minor-mode.
8461 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8462 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8463 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8464 (gud-tooltip-change-major-mode)
8465 (gud-tooltip-activate-mouse-motions-if-enabled)
8466 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8467 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8468 (gud-tooltip-original-filter, gud-tooltip-dereference)
8469 (gud-tooltip-event, tooltip-toggle-gud-tips)
8470 (gud-tooltip-process-output, gud-tooltip-print-command)
8471 (gud-tooltip-tips): Move from tooltip.el.
8472
8473 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8474 (gdb-cpp-define-alist-flags): Doc fix.
8475 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8476 gud-tooltip-mode is t.
8477
8478 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8479
8480 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8481 evaporate if their text is deleted.
8482 (goto-address-at-point): Make it work as a mouse binding as well.
8483 (goto-address-at-mouse): Obsolete it. Update users.
8484
8485 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8486
8487 * calendar/appt.el (top-level): No longer activate on load.
8488
8489 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8490
8491 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8492 * net/webjump.el (webjump):
8493 * progmodes/idlw-help.el (idlwave-do-context-help1)
8494 (idlwave-highlight-linked-completions):
8495 * textmodes/po.el (po-find-file-coding-system-guts):
8496 Replace `assoc-ignore-case' by `assoc-string'.
8497
8498 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8499
8500 * files.el (locate-file): Doc fix.
8501
8502 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8503 Remove the redundant test for ms-dos.
8504
8505 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8506 look for the preprocessor with exec-suffixes. If not found in
8507 standard places, look in exec-path. Remove most of the tests that
8508 used system-type.
8509
8510 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8511
8512 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8513
8514 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8515 file-name clash with jka-compr.el on 8+3 filesystems.
8516
8517 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8518
8519 * term/mac-win.el: Don't define or bind scroll bar functions if
8520 x-toolkit-scroll-bars is t.
8521 (x-select-text, x-get-selection-value): Clear
8522 x-last-selected-text-clipboard if x-select-enable-clipboard is
8523 nil.
8524 (PRIMARY): Put mac-scrap-name property.
8525 (mac-select-convert-to-file-url): New function.
8526 (public.file-url): New selection target type. Add to
8527 selection-converter-alist.
8528 (x-get-selection, x-selection-value): Handle it.
8529 (x-cut-buffer-or-selection-value): New alias.
8530
8531 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8532
8533 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8534 entry to avoid calling bibtex-find-entry with arg global
8535 being t. Remove arg key.
8536 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8537 (bibtex-copy-summary-as-kill): Change accordingly.
8538
8539 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8542 (org-agenda-date-later): Use with-current-buffer.
8543
8544 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8545
8546 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8547 (define-obsolete-variable-alias): Doc Fixes.
8548
8549 2005-05-06 Kim F. Storm <storm@cua.dk>
8550
8551 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8552 vertical-motion when selective-display is active.
8553
8554 * ido.el (ido-setup-hook): New hook.
8555 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8556 (ido-input-stack): New var.
8557 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8558 ido-next-work-file binding to M-O.
8559 Bind M-f to ido-wide-find-file-or-pop-dir.
8560 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8561 (ido-read-internal): Run ido-setup-hook.
8562 Catch quit in read-file-name and read-string to cancel edit.
8563 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8564 Automatically pop-all when completing a directory name (RET).
8565 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8566 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8567 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8568 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8569 New functions for M-b/M-f to move among the directory components.
8570 (ido-make-merged-file-list): Catch quit to cancel merge.
8571 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8572 (ido-completion-help): No warnings for ido-completion-buffer-full.
8573
8574 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8575
8576 * font-lock.el (font-lock-negation-char-face): New face and variable.
8577 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8578 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8579 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8580 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8581
8582 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8583
8584 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8585 Fix typo in docstring.
8586
8587 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8588 (ebrowse-print-statistics-line)
8589 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8590
8591 * term/w32-win.el (image-library-alist): Add additional name for
8592 Xpm library.
8593
8594 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8595
8596 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8597 use gcc instead of cpp.
8598
8599 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8600 (gdb-create-define-alist): Use it.
8601 (gdb-cpp-define-alist-program): Update for MS-DOS.
8602
8603 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8604
8605 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8606
8607 2005-05-04 Richard M. Stallman <rms@gnu.org>
8608
8609 * help.el (describe-key): No error when UNTRANSLATED is nil.
8610
8611 * simple.el (line-move-1): Fix previous change to signal errors
8612 appropriately.
8613
8614 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8615
8616 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8617 (icalendar-duration-correction): Remove.
8618 (icalendar--get-event-properties): Split result at commas.
8619 (icalendar--decode-isoduration): New optional argument
8620 DURATION-CORRECTION.
8621 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8622 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8623 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8624 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8625 (icalendar--convert-anniversary-to-ical): New functions, extracted
8626 from icalendar-export-region, with bug fixes.
8627 (icalendar-export-region): Use the above functions.
8628 (icalendar-import-buffer): Check before saving diary file.
8629 (icalendar--convert-recurring-to-diary)
8630 (icalendar--convert-non-recurring-all-day-to-diary)
8631 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8632 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8633 (icalendar--convert-ical-to-diary): Use the above functions.
8634
8635 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8636
8637 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8638 Remove these recent additions.
8639 (c-mode): Restore to before 2005-04-28.
8640
8641 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8642 recent addition.
8643
8644 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8645 (gdb-define-alist): New variables.
8646 (gdb-create-define-alist): New function.
8647 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8648 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8649 with string-to-number.
8650 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8651
8652 * progmodes/gud.el: Replace string-to-int with string-to-number.
8653 (gud-find-file): Handle gdb-define-alist.
8654
8655 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8656
8657 2005-05-02 Jay Belanger <belanger@truman.edu>
8658
8659 * calc/calc-aent.el (math-read-token):
8660 * calc/calc-bin.el (calc-word-size):
8661 * calc/calc-ext.el (calc-read-number-fancy):
8662 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8663 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8664 * calc/calc-frac.el (calc-over-notation):
8665 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8666 (calc-graph-num-points, calc-graph-init):
8667 * calc/calc-prog.el (calc-read-parse-table-part)
8668 (calc-edit-macro-repeats):
8669 * calc/calc-yank.el (calc-do-grab-rectangle):
8670 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8671 Replace `string-to-int' by `string-to-number'.
8672
8673 2005-05-02 Kim F. Storm <storm@cua.dk>
8674
8675 * kmacro.el: Use executing-kbd-macro-index variable.
8676
8677 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8678
8679 * net/rlogin.el (rlogin-parse-words): Delete func.
8680 (rlogin): Use split-string, not rlogin-parse-words.
8681 Also, if there are option-like elements in the parsed args,
8682 take the host to be the first arg immediately following them.
8683 Suggested by Michael Mauger.
8684
8685 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8688
8689 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8690
8691 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8692 (cc-mode-cpp-program): Rename to cc-define-list-program and
8693 move to cc-vars.el.
8694
8695 * progmodes/cc-vars.el (cc-define-list-program):
8696 Change to "gcc -E -dM -". Make customizable.
8697
8698 2005-05-02 Kim F. Storm <storm@cua.dk>
8699
8700 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8701
8702 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8703
8704 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8705
8706 * international/mule-util.el (truncate-string): Remove alias and
8707 obsolete declaration.
8708
8709 * international/mule-cmds.el (update-iso-coding-systems):
8710 Remove alias and obsolete declaration.
8711
8712 * international/mule.el (coding-system-parent): Remove alias and
8713 obsolete declaration.
8714
8715 * subr.el (define-function, sref): Remove aliases and obsolete
8716 declarations.
8717 (chars-in-region): Remove obsolete declaration.
8718
8719 2005-05-01 Richard M. Stallman <rms@gnu.org>
8720
8721 * info.el (Info-mode): Set widen-automatically to nil, locally.
8722
8723 * simple.el (widen-automatically): New variable.
8724 (pop-global-mark): Obey widen-automatically.
8725
8726 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8727
8728 * term/xterm.el (function-key-map): Call substitute-key-definition
8729 before the keymap size is increased by a lot of define-key calls.
8730
8731 2005-05-01 Richard M. Stallman <rms@gnu.org>
8732
8733 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8734 Rename ARG to ELEMENT. Doc fix.
8735
8736 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8737
8738 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8739 Remove references to allout-exposure/change to allout-new-exposure.
8740
8741 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8742 bytecode symbols.
8743
8744 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8745 (compiled-function-p, focus-frame, unfocus-frame):
8746 Remove aliases and obsolete declarations.
8747 Back out inadvertent changes from previous commit.
8748
8749 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8750
8751 * files.el (require-final-newline): Make Custom tags consistent
8752 with mode-require-final-newline.
8753 (mode-require-final-newline): Doc fix.
8754
8755 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * international/latexenc.el (latexenc-find-file-coding-system):
8758 Fix regular expressions.
8759
8760 2005-05-01 David Kastrup <dak@gnu.org>
8761
8762 * international/latexenc.el (latexenc-find-file-coding-system):
8763 Fix regular expressions.
8764
8765 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8766
8767 * subr.el (string-to-int): Make obsolete.
8768
8769 2005-04-30 Richard M. Stallman <rms@gnu.org>
8770
8771 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8772
8773 * loadup.el: load jka-comp-hook.
8774
8775 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8776 (jka-compr-handler): Add autoload. `put' calls moved
8777 to jka-comp-hook.el.
8778 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8779 (jka-compr-inhibit): Autoload.
8780
8781 * jka-comp-hook.el: New file.
8782 Enable the mode by default.
8783
8784 * files.el (backup-buffer-copy): Use copy-file instead
8785 of write-region, and put back the 'excl.
8786
8787 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8788
8789 * progmodes/flymake.el (flymake-split-string)
8790 (flymake-split-string, flymake-log, flymake-pid-to-names)
8791 (flymake-reg-names, flymake-get-source-buffer-name)
8792 (flymake-unreg-names, flymake-add-line-err-info)
8793 (flymake-add-err-info): Clarify docstrings.
8794 (flymake-popup-menu, flymake-make-emacs-menu)
8795 (flymake-make-xemacs-menu): Add docstrings.
8796 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8797 Set variables directly throughout.
8798
8799 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8800
8801 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8802 exists. Initialize cc-define-alist.
8803 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8804 If there is no file (Macroexpansion) don't create an alist.
8805
8806 2005-04-29 Sam Steingold <sds@gnu.org>
8807
8808 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8809 (cc-create-define-alist): Use it instead of the hard-coded string.
8810
8811 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8812
8813 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8814 for latexenc.
8815
8816 2005-04-29 Lute Kamstra <lute@gnu.org>
8817
8818 * emacs-lisp/generic.el: Improve commentary section.
8819 (define-generic-mode): Improve docstring.
8820
8821 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8822
8823 * textmodes/org.el (many places): Change to quiet the byte compiler.
8824 (org-prefix-format-compiled): New variable.
8825 (org-compile-prefix-format): New function.
8826 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8827 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8828 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8829 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8830 consistency with entries from `org-mode' files.
8831 (org-get-time-of-day): Fix bug with partial matches early in a line.
8832 (org-non-link-chars): New constant.
8833 (org-link-regexp): Respect `org-non-link-chars'.
8834 (org-agenda-day-view): Remove command.
8835 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8836 (org-follow-bbdb-link, org-store-link): Search also company field.
8837 (org-highlight-overlay): New variable.
8838 (org-highlight, org-unhighlight): New functions.
8839 (org-agenda-mode): Add pre-command-hook to remove highlight.
8840 (org-evaluate-time-range): Behavior depends upon whether time stamp
8841 contains a time or not.
8842 (org-show-subtree, org-show-entry): New functions.
8843 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8844
8845 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8846
8847 * comint.el (comint-output-filter-functions): Add autoload cookie.
8848
8849 2005-04-28 Kim F. Storm <storm@cua.dk>
8850
8851 * ido.el (ido-everywhere): Fix last change.
8852
8853 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8854
8855 * international/latexenc.el: New file.
8856 * international/mule-conf.el (file-coding-system-alist): For .tex,
8857 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8858
8859 2005-04-28 Lute Kamstra <lute@gnu.org>
8860
8861 * font-lock.el (font-lock-add-keywords)
8862 (font-lock-remove-keywords): Clarify docstring.
8863 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8864 Don't start docstrings with a `*'.
8865 (font-lock-update-removed-keyword-alist): Give it a docstring.
8866
8867 * generic-x.el: Update commentary section.
8868 Only require font-lock when compiling.
8869 Define all modes conditionally.
8870 Place all generic modes in the generic-x-modes customization group.
8871 (generic-x-modes): New customization group.
8872 (generic-default-modes, generic-mswindows-modes)
8873 (generic-unix-modes, generic-other-modes): New constants.
8874 (generic-define-mswindows-modes, generic-define-unix-modes):
8875 Update docstrings. Make them obsolete.
8876 (generic-extras-enable-list): New default value. Update docstring.
8877 Improve :type. Change :set function.
8878 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8879 Fix docstring.
8880
8881 * emacs-lisp/generic.el (generic-mode-internal):
8882 Simplify font-lock-defaults.
8883 (define-generic-mode): Fix docstring.
8884
8885 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8888 font-lock-face property to highlight matches.
8889
8890 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8891
8892 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8893 (cc-define-alist): New variable.
8894 (c-mode): Make it local and initialize it.
8895
8896 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8897 (gdb-exited): New function.
8898 (gdb-annotation-rules): Use it.
8899 (gdb-starting): Set gdb-active-process to t.
8900 (gdb-stopping): Amend doc string.
8901 (gdb-reset): Set gdb-active-process to nil.
8902
8903 * tooltip.el (tooltip-gud-tips): Show the associated #define
8904 directives when a C program under GDB is not executing.
8905
8906 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8909 font-lock-fontify-syntactic-keywords.
8910
8911 * font-lock.el (font-lock-default-fontify-region): Don't force
8912 parse-sexp-lookup-properties to nil.
8913
8914 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8915
8916 * man.el (man-mode-syntax-table): Set up `:' to have
8917 word-constituent syntax.
8918
8919 2005-04-27 Lute Kamstra <lute@gnu.org>
8920
8921 * novice.el (disable-command): Don't add spurious newlines to the
8922 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8923
8924 2005-04-26 Jay Belanger <belanger@truman.edu>
8925
8926 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8927 than one window before deleting window.
8928
8929 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8930
8931 * shell.el (shell-prompt-pattern): Doc fix.
8932 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8933
8934 * comint.el (comint-prompt-regexp, comint-get-old-input)
8935 (comint-use-prompt-regexp)
8936 (comint-use-prompt-regexp-instead-of-fields)
8937 (comint-replace-by-expanded-history, comint-send-input)
8938 (comint-output-filter, comint-get-old-input-default)
8939 (comint-line-beginning-position, comint-bol, comint-show-output)
8940 (comint-backward-matching-input, comint-forward-matching-input)
8941 (comint-next-prompt, comint-previous-prompt):
8942 Rename `comint-use-prompt-regexp-instead-of-fields' to
8943 `comint-use-prompt-regexp'. Keep old name as alias and declare
8944 obsolete.
8945 (comint-use-prompt-regexp): Shorten first line of doc string.
8946
8947 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8948 Set paragraph-separate buffer locally to "\\'".
8949
8950 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8951 Adapt to above name change.
8952
8953 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8954 (smbclient-prompt-regexp): Ditto.
8955
8956 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8957
8958 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8959
8960 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8961 gdb-location-list.
8962 Break lines that are over 80 characters wide.
8963
8964 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8967 New fun and var, to preserve compatibility.
8968
8969 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8970
8971 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8972
8973 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8974 name to file-newer-than-file-p.
8975
8976 2005-04-26 Richard M. Stallman <rms@gnu.org>
8977
8978 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8979
8980 * progmodes/python.el (python-mode):
8981 Use new name eldoc-documentation-function.
8982
8983 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8984
8985 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8986 (eldoc-documentation-function):
8987 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8988
8989 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8990
8991 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8992
8993 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8994
8995 * term/xterm.el (function-key-map): Fix strings for
8996 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8997 {C,S,A,C-S}-{f1-f12}.
8998
8999 2005-04-26 Kenichi Handa <handa@m17n.org>
9000
9001 * international/mule-cmds.el (select-safe-coding-system):
9002 Fix previous change.
9003
9004 2005-04-26 Lute Kamstra <lute@gnu.org>
9005
9006 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9007
9008 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9009 (font-lock-comment-delimiter-face): Ditto.
9010
9011 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9012
9013 2005-04-25 Jay Belanger <belanger@truman.edu>
9014
9015 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9016 to t while inserting information; use help-mode.
9017
9018 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9019
9020 * term.el (ansi-term-color-vector): Use the xterm colors.
9021 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9022
9023 2005-04-25 Lute Kamstra <lute@gnu.org>
9024
9025 * font-core.el (font-lock-defaults): Fix docstring.
9026
9027 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9028
9029 2005-04-25 Kenichi Handa <handa@m17n.org>
9030
9031 * international/mule-cmds.el (select-safe-coding-system):
9032 Don't check consistency with coding: spec, etc if raw-text or
9033 no-conversion was found to be safe.
9034
9035 2005-04-24 Richard M. Stallman <rms@gnu.org>
9036
9037 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9038 citation markers at start of each line.
9039
9040 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9041 citation markers at start of each line.
9042
9043 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9044
9045 * files.el (mode-require-final-newline): Fix previous change.
9046 (require-final-newline): Fix type label.
9047
9048 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9049
9050 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9051 statement in buffer (broken by 2004-11-24 change).
9052
9053 2005-04-24 Kim F. Storm <storm@cua.dk>
9054
9055 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9056 and read-file-name-function values. Don't overwrite existing
9057 non-nil values if ido-mode is enabled without ido-everywhere.
9058
9059 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9060
9061 * files.el (mode-require-final-newline): Minor doc fix.
9062
9063 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9064
9065 * subr.el (syntax-after): Doc fix.
9066 (syntax-class): If argument is nil, return nil. Mask off upper 16
9067 bits, not 8 bits.
9068
9069 * files.el (mode-require-final-newline): Doc fix.
9070 (backup-buffer-copy): Fix last change.
9071
9072 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9073
9074 * term/mac-win.el: Require select. Set selection-coding-system to
9075 mac-system-coding-system. Call menu-bar-enable-clipboard.
9076 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9077 (x-select-enable-clipboard): New variables.
9078 (x-select-text, x-get-selection, x-selection-value)
9079 (x-get-selection-value, mac-select-convert-to-string)
9080 (mac-services-open-file, mac-services-open-selection)
9081 (mac-services-insert-text): New functions.
9082 (CLIPBOARD, FIND): Put mac-scrap-name property.
9083 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9084 (public.tiff): Put mac-ostype property.
9085 (selection-converter-alist): Add entries for them.
9086 (mac-application-menu-map): New keymap.
9087 (interprogram-cut-function, interprogram-paste-function): Set to
9088 x-select-text and x-get-selection-value, respectively.
9089 (split-window-keep-point): Set to t.
9090
9091 2005-04-23 Richard M. Stallman <rms@gnu.org>
9092
9093 * files.el (read-directory-name): Always pass non-nil
9094 DEFAULT-FILENAME arg to read-file-name.
9095 (backup-buffer-copy, basic-save-buffer-2): Take care against
9096 writing thru an unexpected existing symlink.
9097 (revert-buffer): In indirect buffer, revert the base buffer.
9098 (magic-mode-alist): Doc fix.
9099 (buffer-stale-function): Doc fix.
9100 (minibuffer-with-setup-hook): Avoid warning.
9101 (mode-require-final-newline): Doc and custom fix.
9102
9103 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9104
9105 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9106 use the default appearance.
9107 (font-lock-comment-delimiter-face): New face, new variable.
9108
9109 * imenu.el (imenu--generic-function): The official position of a
9110 definition is the start of the line that BEG is in.
9111
9112 * midnight.el (midnight-timer): Move defvar up.
9113
9114 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9115
9116 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9117
9118 * startup.el (command-line): Use with-no-warnings.
9119
9120 * window.el (window-size-fixed): New defvar.
9121
9122 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9123
9124 * mail/rmail.el (rmail-font-lock-keywords):
9125 Use font-lock-comment-delimiter-face.
9126
9127 * mail/sendmail.el (mail-font-lock-keywords):
9128 Use font-lock-comment-delimiter-face.
9129
9130 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9131
9132 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9133
9134 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9135 Specify t for LAXMATCH when matching directories.
9136 Save match data around compilation-compat-error-properties form.
9137
9138 2005-04-23 David Kastrup <dak@gnu.org>
9139
9140 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9141 Mention that the autoloaded aliases should be kept for AUCTeX.
9142
9143 2005-04-23 Andreas Schwab <schwab@suse.de>
9144
9145 * isearch.el (isearch-forward): Doc fix.
9146
9147 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9148
9149 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9150 (jit-lock-stealth-nice): Change default value to 0.5.
9151
9152 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9153
9154 * abbrev.el (write-abbrev-file): Write table entries in
9155 alphabetical order by table name.
9156
9157 2005-04-22 Kim F. Storm <storm@cua.dk>
9158
9159 * ido.el (ido-read-internal): Fix `list' completion.
9160
9161 2005-04-22 Kenichi Handa <handa@m17n.org>
9162
9163 * recentf.el (recentf-save-file-coding-system): New variable.
9164 (recentf-save-list): Encode the file by
9165 recentf-save-file-coding-system and add coding: tag.
9166
9167 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9168
9169 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9170
9171 2005-04-21 Lute Kamstra <lute@gnu.org>
9172
9173 * loadhist.el (unload-feature): Don't remove a function from hooks
9174 if it is about to be restored to an autoload . Remove functions
9175 that will become unbound from auto-mode-alist. Simplify the code.
9176
9177 * subr.el (assq-delete-all): New implementation that is linear,
9178 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9179 (rassq-delete-all): New function.
9180
9181 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9182 Add size-indication-mode.
9183
9184 2005-04-21 Kenichi Handa <handa@m17n.org>
9185
9186 * international/mule-cmds.el: Add autoload for widget-value in
9187 eval-when-compile.
9188
9189 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9190
9191 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9192 Add tooltip-mode.
9193
9194 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9195
9196 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9197
9198 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9199 (inferior-lisp-filter-regexp, inferior-lisp-program)
9200 (inferior-lisp-load-command, inferior-lisp-prompt)
9201 (inferior-lisp-mode-hook, lisp-source-modes)
9202 (inferior-lisp-load-hook): defvar->defcustom.
9203 (inferior-lisp-program, inferior-lisp-prompt)
9204 (inferior-lisp-load-hook): Doc fixes.
9205 (inferior-lisp-install-letter-bindings): Small change in
9206 introductory comment.
9207
9208 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9209
9210 * vc.el (vc-annotate-color-map): Change some colors so that text
9211 using them as foreground is readable on both white and black
9212 backgrounds.
9213
9214 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * international/mule-conf.el (translation-table-for-input):
9217 Remove redundant declaration.
9218
9219 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9220
9221 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9222
9223 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9224 (tooltip-toggle-gud-tips): New function.
9225
9226 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9227
9228 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9229 right angle brackets.
9230
9231 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9232
9233 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9234
9235 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9238 Remove. Update callers to use expand-file-name instead.
9239
9240 * subr.el (syntax-class): New function.
9241
9242 * simple.el (blink-matching-open): Use it.
9243
9244 * paren.el (show-paren-function): Use it to recognize parens that are
9245 also used in 2-char comment markers.
9246
9247 2005-04-19 Lute Kamstra <lute@gnu.org>
9248
9249 * loadhist.el (unload-feature): Update for new format of
9250 load-history. Simplify the code.
9251
9252 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9253
9254 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9255 (mac-add-charset-info): New function. Initialize variable
9256 mac-charset-info-alist using it.
9257 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9258 for translation.
9259 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9260 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9261 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9262 New CCL programs.
9263
9264 2005-04-19 Kim F. Storm <storm@cua.dk>
9265
9266 * simple.el (next-buffer, prev-buffer, next-error)
9267 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9268 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9269
9270 * bindings.el (next-buffer, prev-buffer, next-error)
9271 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9272 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9273 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9274 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9275
9276 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 * isearch.el (isearch-edit-string): Make the search-ring available for
9279 minibuffer history commands.
9280 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9281 the default history commands now work just as well.
9282 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9283
9284 2005-04-18 Kim F. Storm <storm@cua.dk>
9285
9286 * emulation/cua-base.el (cua--pre-command-handler): Add more
9287 elaborate check for shift modifier on non-window systems.
9288
9289 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9290
9291 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9292
9293 2005-04-18 Kim F. Storm <storm@cua.dk>
9294
9295 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9296 and make it optional. Don't test tooltip-gud-echo-area here.
9297 (tooltip-gud-process-output, gdb-tooltip-print):
9298 Pass tooltip-gud-echo-area to tooltip-show.
9299 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9300
9301 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9302
9303 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9304 `display-graphic-p' may not be bound yet.
9305
9306 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9307
9308 * startup.el (command-line): No longer enable Xterm Mouse mode by
9309 default in terminals compatible with xterm.
9310
9311 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9312
9313 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9314
9315 * tooltip.el (tooltip-gud-echo-area): Rename from
9316 tooltip-use-echo-area.
9317 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9318 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9319 area independently of where help tooltips are displayed.
9320
9321 2005-04-17 David Kastrup <dak@gnu.org>
9322
9323 * cus-theme.el (custom-theme-write-variables): Quote variables
9324 where necessary.
9325
9326 2005-04-17 Richard M. Stallman <rms@gnu.org>
9327
9328 * simple.el (yank-excluded-properties): Add follow-link to value.
9329
9330 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9331
9332 * startup.el (fancy-splash-max-time): Just 30 seconds.
9333 (fancy-splash-delay): Just 7.
9334 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9335
9336 * loadhist.el (unload-feature): Update for new format of load-history.
9337 Simplify the code.
9338
9339 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9340 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9341
9342 * mail/sendmail.el (mail-font-lock-keywords):
9343 Don't fontify subject text.
9344 Don't fontify the text of a citation.
9345
9346 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9347
9348 * comint.el (comint-output-filter): Run comint-output-filter-functions
9349 with point where the user had it.
9350
9351 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * international/ucs-tables.el (ucs-set-table-for-input):
9354 Disable when using unify-on-decoding.
9355
9356 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9357
9358 * emulation/cua-base.el (cua-global-mark-face): Add special case
9359 for displays supporting a high number of colors.
9360
9361 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9362
9363 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9364
9365 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9366
9367 * filesets.el (filesets-add-buffer): If user supplies a name of a
9368 non-existing fileset, create a new fileset.
9369
9370 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9371
9372 * textmodes/org.el (org-up-heading-all): Fix bug with
9373 `outline-up-heading-all'.
9374
9375 2005-04-16 Andreas Schwab <schwab@suse.de>
9376
9377 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9378 /etc/permissions.d/* and /etc/aliases.d/*.
9379
9380 2005-04-16 Kenichi Handa <handa@m17n.org>
9381
9382 * international/code-pages.el (cp-make-coding-system):
9383 Set `translation-table-for-input' property value to the symbol
9384 ucs-mule-to-mule-unicode, not to that value.
9385 (pt154): Escape guillemet by `\'.
9386
9387 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9388
9389 * loadup.el: Load tooltip if x-show-tip is fboundp.
9390
9391 * startup.el (command-line): Add comment.
9392
9393 * tooltip.el (tooltip-mode): Specify correct standard value for
9394 Custom in init-value.
9395
9396 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9397
9398 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9399 possible.
9400
9401 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9402
9403 * textmodes/org.el (org-agenda-date-prompt): Rename from
9404 `org-agenda-date-today'.
9405 (org-evaluate-time-range): Insert at point instead of directly
9406 after time range.
9407 (org-first-headline-recenter, org-subtree-end-visible-p)
9408 (org-optimize-window-after-visibility-change): New functions
9409 (org-agenda-post-command-hook): Don't allow point at end of line,
9410 to make sure it always hits the text properties.
9411 (org-agenda-next-date-line, org-agenda-previous-date-line):
9412 New commands.
9413 (org-set-regexps-and-options): Category may contain white space.
9414 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9415 Improve marker positions.
9416 (org-agenda-new-marker): Argument POS made optional.
9417 (org-agenda-get-timestamps): Deadlines which are done are listed
9418 in org-done-face now.
9419 (org-agenda-get-todos, org-agenda-get-timestamps)
9420 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9421 Set `undone-face' and `done-face' properties.
9422 (org-last-todo-state-is-todo): New variable.
9423 (org-todo): Set `org-last-todo-state-is-todo'.
9424 (org-agenda-todo): Change face according to
9425 `org-last-todo-state-is-todo'. And change other lines referring to
9426 the same entry.
9427 (org-calendar-goto-agenda): New command.
9428 (org-calendar-to-agenda-key): New option.
9429 (org-startup-folded): New allowed value `content'.
9430 (org-set-regexps-and-options): Accept new value `content' for
9431 `org-startup-folded'.
9432 (org-get-current-options): Handle new value `content' for
9433 `org-startup-folded'.
9434 (org-insert-todo-heading): New command.
9435 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9436 interactively in empty file and option
9437 `org-insert-mode-line-in-empty-file' has been set.
9438 (org-agenda-todo,org-agenda-priority): Modify to use
9439 `org-agenda-change-all-lines'.
9440 (org-warning-face): Change color on dark background
9441
9442 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9443
9444 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9445 use preferences AppleLocale and AppleLanguages, and variable
9446 mac-system-locale for default locale. On Mac OS Classic, use
9447 mac-system-coding-system for default coding systems.
9448
9449 * term/mac-win.el: Don't set file-name-coding-system.
9450 Decode variables system-name, emacs-build-system, user-login-name, and
9451 user-full-name by mac-system-coding-system on Mac OS Classic.
9452 (mac-system-coding-system): New variable.
9453
9454 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9455
9456 * startup.el (command-line): Handle `xterm-mouse-mode' before
9457 reading init file.
9458
9459 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9460
9461 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9462
9463 * progmodes/sh-script.el (sh-here-document-word): Make it a
9464 defcustom. Doc fix.
9465 (sh-add): Bash uses $(( )) for arithmetic.
9466 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9467 (sh-maybe-here-document): Remove quotes and leading whitespace
9468 from heredoc word when closing. Indent heredoc with tabs if word
9469 starts with "-".
9470
9471 2005-04-13 Richard M. Stallman <rms@gnu.org>
9472
9473 * simple.el (undo): Fix previous change.
9474
9475 * custom.el (defface): Doc fix.
9476
9477 2005-04-13 Lute Kamstra <lute@gnu.org>
9478
9479 * Makefile.in (DONTCOMPILE): Remove list.
9480 (compile, compile-always): Don't use DONTCOMPILE.
9481 (update-authors): Load the library in which batch-update-authors
9482 is defined.
9483 * makefile.w32-in (DONTCOMPILE): Remove list.
9484 (compile, compile-always): Fix comments.
9485 (update-authors): Load the library in which batch-update-authors
9486 is defined.
9487
9488 * generic-x.el (generic-mode-ini-file-find-file-hook):
9489 Rename to ini-generic-mode-find-file-hook.
9490 Keep generic-mode-ini-file-find-file-hook as an alias.
9491 (ini-generic-mode-find-file-hook): Rename from
9492 generic-mode-ini-file-find-file-hook. Fix docstring.
9493 (ini-generic-mode): Docstring change.
9494 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9495
9496 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9497 called from lisp.
9498
9499 * generic.el: Move to the emacs-lisp subdir.
9500
9501 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9502
9503 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9504 and C-S- function and cursor motion keys.
9505
9506 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9507
9508 * startup.el (command-line): Enable Xterm Mouse mode by default.
9509 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9510 for Custom. No longer show "Mouse" in mode line when enabled.
9511 Doc fix.
9512
9513 2005-04-12 Kim F. Storm <storm@cua.dk>
9514
9515 * emulation/cua-base.el (cua-rectangle-face)
9516 (cua-rectangle-noselect-face): Define face attributes here.
9517
9518 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9519
9520 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9521
9522 * startup.el (command-line): Turn off blinking cursor if
9523 cursorBlink in resources is off or false.
9524
9525 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9526
9527 * term/mac-win.el (dnd): Require dnd.
9528 (mac-drag-n-drop): Call dnd-handle-one-url.
9529 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9530 (kTextEncodingISOLatin2): Remove constants.
9531 (mac-script-code-coding-systems): New constant.
9532 (mac-handle-language-change): New function.
9533 (special-event-map): Bind it to `language-change' event.
9534 (mac-centraleurroman, mac-cyrillic): New coding systems.
9535 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9536 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9537 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9538 encode-mac-cyrillic, respectively.
9539
9540 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9541
9542 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9543 Don't set overlay-arrow-string to "=>" as this is done
9544 globally in C now.
9545
9546 2005-04-12 Lute Kamstra <lute@gnu.org>
9547
9548 * generic-x.el (rc-generic-mode, rul-generic-mode):
9549 Fix auto-mode-alist entries.
9550 (etc-fstab-generic-mode): Tweak fontification.
9551
9552 * generic.el (generic-make-keywords-list): Fix docstring.
9553 (generic-mode-internal): Simplify generic-font-lock-keywords.
9554
9555 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9556
9557 * whitespace.el (whitespace-buffer-leading)
9558 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9559 However, fix the highlight area for the leading and
9560 trailing whitespaces to show space.
9561
9562 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9563
9564 * whitespace.el (whitespace-version): Bump to 3.5
9565
9566 (whitespace-buffer-leading, whitespace-buffer-trailing):
9567 Invert sense of the test to highlight the whitespace.
9568
9569 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9570
9571 * progmodes/gud.el (gud-display-line): GUD uses its own
9572 overlay arrow now so don't set overlay-arrow-string.
9573 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9574
9575 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9576
9577 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9578 (term-ansi-current-reverse, term-ansi-current-invisible)
9579 (term-ansi-face-already-done): Change to boolean.
9580 (term-reset-terminal, term-handle-colors-array): Handle the above
9581 vars accordingly.
9582 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9583 (term-emulate-terminal): Use the new name.
9584
9585 * faces.el (secondary-selection): Use yellow1, not yellow.
9586 (trailing-whitespace): Use red1, not red.
9587
9588 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9589
9590 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9591 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9592 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9593
9594 * cus-edit.el (dnd): New group.
9595
9596 * term/w32-win.el (dnd): Require dnd
9597 (w32-drag-n-drop): Call dnd-handle-one-url.
9598
9599 * x-dnd.el: Require dnd.
9600 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9601 Call dnd-handle-one-url.
9602 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9603 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9604 to dnd-insert-text.
9605 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9606 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9607 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9608 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9609
9610 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9611
9612 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9613
9614 * wdired.el: Doc fixes.
9615 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9616 (wdired-use-dired-vertical-movement): Rename from
9617 wdired-always-move-to-filename-beginning.
9618 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9619 (wdired-change-to-wdired-mode): Change mode name.
9620 (wdired-newline): Delete.
9621
9622 2005-04-11 Richard M. Stallman <rms@gnu.org>
9623
9624 * whitespace.el (whitespace-highlight-the-space):
9625 Don't call whitespace-unhighlight-the-space here.
9626
9627 * simple.el (undo): Record t in undo-equiv-table
9628 for the redo record made by an undo-in-region.
9629
9630 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9631
9632 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9633 (gdb-frame-inferior-io-buffer): New Functions to control
9634 display of separate IO buffer.
9635 (menu): Add them to menu-bar.
9636 (gdb-display-buffer): Check for buffer another frame.
9637 Protect GUD buffer.
9638 (gdb-setup-windows): Create IO buffer if not already there.
9639 (gdb-memory-mode): Remove purecopy noops.
9640
9641 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9642
9643 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9644 and pass to self-insert-command.
9645
9646 2005-04-11 Lute Kamstra <lute@gnu.org>
9647
9648 * generic.el: Commentary section cleanup.
9649 (generic): Delete.
9650 (generic-use-find-file-hook, generic-lines-to-scan)
9651 (generic-find-file-regexp, generic-ignore-files-regexp)
9652 (default-generic-mode, generic-mode-find-file-hook)
9653 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9654 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9655 (generic-use-find-file-hook, generic-lines-to-scan)
9656 (generic-find-file-regexp, generic-ignore-files-regexp)
9657 (default-generic-mode, generic-mode-find-file-hook)
9658 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9659
9660 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9661
9662 * bookmark.el (bookmark-write-file): Catch errors writing file.
9663 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9664
9665 2005-04-10 Richard M. Stallman <rms@gnu.org>
9666
9667 * startup.el (fancy-splash-tail): Update copyright year.
9668 (command-line): Split part of -Q into -D.
9669 (emacs-basic-display): New defvar.
9670 (fancy-splash-text): Correct name of menu item.
9671
9672 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9673
9674 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9675 lines in one node.
9676
9677 * comint.el (comint-send-input): New arg ARTIFICIAL.
9678 Callers in this file changed.
9679
9680 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9681
9682 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9683
9684 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9687 `ldap-search-internal'.
9688
9689 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * files.el (set-auto-mode-1): Use line-end-position.
9692
9693 * international/latin-1.el:
9694 * international/latin-2.el:
9695 * international/latin-3.el:
9696 * international/latin-4.el:
9697 * international/latin-5.el:
9698 * international/latin-8.el:
9699 * international/latin-9.el: Give punctuation syntax to NBSP.
9700
9701 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9702 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9703 Use char-classes to accept non-ascii letters, accepted in some recent
9704 bibtex implementations.
9705
9706 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9707
9708 * custom.el (custom-set-minor-mode): Any non-nil value for the
9709 variable should enable the mode when set through Custom.
9710
9711 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9714 TAB binding so tab-always-indent is obeyed.
9715 (vhdl-minibuffer-local-map): Move initialization into declaration.
9716 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9717 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9718 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9719 (vhdl-current-line): Use line-beginning-position.
9720 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9721 with-output-to-temp-buffer, so the current position can be recorded.
9722
9723 2005-04-10 Masatake YAMATO <jet@gyve.org>
9724
9725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9726 Add regexp for gcov.
9727
9728 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9729
9730 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9731 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9732 syntax which Emacs 20 doesn't support.
9733
9734 2005-04-09 Richard M. Stallman <rms@gnu.org>
9735
9736 * help.el (describe-key-briefly, describe-key):
9737 Replace strings as event types with "(any string)".
9738
9739 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9740
9741 * arc-mode.el (archive-mode-map): Move initialization into
9742 the declaration. Override *all* bindings of `undo'.
9743 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9744
9745 2005-04-09 Jay Belanger <belanger@truman.edu>
9746
9747 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9748
9749 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9750
9751 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9752 (xterm-register-default-colors): Update color values computation
9753 to match xterm-200.
9754
9755 2005-04-09 Kenichi Handa <handa@m17n.org>
9756
9757 * international/code-pages.el (iso-latin-7): Fix the map.
9758
9759 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9760
9761 * emacs-lisp/lisp.el (defun-prompt-regexp)
9762 (parens-require-spaces, buffer-end, end-of-defun)
9763 (insert-parentheses): Doc fixes.
9764
9765 2005-04-08 Kim F. Storm <storm@cua.dk>
9766
9767 * comint.el (comint-highlight-prompt): Fix face spec.
9768 * hi-lock.el (hi-green): Likewise.
9769
9770 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9771
9772 * cus-edit.el (custom-modified-face):
9773 * comint.el (comint-highlight-input): Fix previous changes.
9774 * term.el (term-handle-ansi-escape): Add a comment.
9775
9776 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9779 in the buffer and in whitespace-highlighted-space.
9780 (whitespace-unhighlight-the-space): Simplify.
9781 (whitespace-buffer): Simplify.
9782
9783 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9784
9785 * textmodes/table.el (table-cell-face): Add special case for
9786 displays supporting a high number of colors.
9787 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9788 (vhdl-font-lock-reserved-words-face)
9789 (vhdl-speedbar-architecture-face)
9790 (vhdl-speedbar-instantiation-face)
9791 (vhdl-speedbar-architecture-selected-face)
9792 (vhdl-speedbar-instantiation-selected-face): Likewise.
9793 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9794 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9795 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9796 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9797 (ebrowse-progress-face): Likewise.
9798 * progmodes/compile.el (compilation-info-face): Likewise.
9799 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9800 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9801 * calendar/calendar.el (diary-face): Likewise.
9802 * woman.el (woman-italic-face, woman-bold-face)
9803 (woman-unknown-face): Likewise.
9804 * wid-edit.el (widget-button-pressed-face): Likewise.
9805 * whitespace.el (whitespace-highlight-face): Likewise.
9806 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9807 * pcvs-info.el (cvs-marked-face): Likewise.
9808 * info.el (info-xref): Likewise.
9809 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9810 * hilit-chg.el (highlight-changes-face)
9811 (highlight-changes-delete-face): Likewise.
9812 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9813 (hi-red-b): Likewise.
9814 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9815 * font-lock.el (font-lock-keyword-face)
9816 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9817 * cus-edit.el (custom-invalid-face, custom-modified-face)
9818 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9819 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9820 * comint.el (comint-highlight-prompt): Likewise.
9821
9822 2005-04-08 Lute Kamstra <lute@gnu.org>
9823
9824 * font-lock.el (font-lock-keywords): Docstring fixes.
9825
9826 2005-04-08 Kenichi Handa <handa@m17n.org>
9827
9828 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9829 chars are more than a limit, print " and more..." at the tail.
9830
9831 2005-04-08 Kim F. Storm <storm@cua.dk>
9832
9833 * emacs-lisp/authors.el (authors-aliases): Update list.
9834 (authors-ignored-files): New list.
9835 (authors-fixed-entries): Fix typo.
9836 (authors-renamed-files-alist): Update list.
9837 (authors-add): Check authors-ignored-files.
9838
9839 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9840
9841 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9842 optional, to ensure backward compatibility.
9843
9844 2005-04-08 Stephen Eglen <stephen@gnu.org>
9845
9846 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9847
9848 2005-04-08 Kim F. Storm <storm@cua.dk>
9849
9850 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9851
9852 * mouse.el (mouse-on-link-p): Doc fix.
9853
9854 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9855
9856 * ielm.el (ielm-prompt-read-only): Doc fix.
9857
9858 * comint.el (comint-prompt-read-only): Doc fix.
9859
9860 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9861
9862 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9863 ensure dired always handles wildcards passed to ffap.
9864 (find-file-at-point): Use it.
9865 (ffap-dired-wildcards): Doc fix.
9866
9867 2005-04-07 Juri Linkov <juri@jurta.org>
9868
9869 * simple.el (next-error-overlay-arrow-position): New defvar.
9870 Put "=>" on its property `overlay-arrow-string'. Add it to
9871 `overlay-arrow-variable-list'.
9872
9873 * progmodes/compile.el (compilation-setup):
9874 Set `next-error-overlay-arrow-position' to nil. Also set it to
9875 nil in the local hook `kill-buffer-hook'. Make local variable
9876 `overlay-arrow-string' and set it to "=>".
9877 (compilation-goto-locus): Set BOL position to
9878 `next-error-overlay-arrow-position' instead of
9879 `overlay-arrow-position'.
9880
9881 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9882 locally instead of adding it to the global hook.
9883 (Info-kill-buffer): Move up.
9884
9885 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9886
9887 * term/xterm.el (xterm-standard-colors): Update color values from
9888 xterm-200.
9889
9890 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9893
9894 * fast-lock.el:
9895 * lazy-lock.el: Move them to the obsolete subdir.
9896
9897 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9898
9899 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9900 (wdired-add-replace-advice): Remove.
9901 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9902
9903 2005-04-06 Kim F. Storm <storm@cua.dk>
9904
9905 * startup.el (command-line): Add --bare-bones alias for -Q.
9906
9907 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9908
9909 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9910 create the startup fontset if a font specification ends with
9911 `mac-roman'.
9912
9913 2005-04-06 Lute Kamstra <lute@gnu.org>
9914
9915 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9916 change.
9917
9918 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9919 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9920
9921 2005-04-05 Lute Kamstra <lute@gnu.org>
9922
9923 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9924 (define-generic-mode): Ditto. Fix debug declaration.
9925
9926 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9927 Put them in the generic-x group.
9928
9929 * calendar/timeclock.el (timeclock): Doc fix.
9930
9931 * generic.el (define-generic-mode): Don't use custom-current-group.
9932 Document default :group value.
9933 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9934 (define-global-minor-mode): Don't use custom-current-group.
9935
9936 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9937
9938 * startup.el (command-line-1): Display startup-echo-area-message
9939 when fancy splash screen is in use.
9940
9941 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9942 (sh-escaped-newline): New face.
9943 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9944 newline, and use sh-escaped-newline face.
9945
9946 * progmodes/tcl.el (tcl-escaped-newline): New face.
9947 (tcl-builtin-list): New variable.
9948 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9949 newlines. Fix keywords subexpression number.
9950
9951 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9952
9953 * textmodes/org.el (org-diary-default-entry): Fix call to
9954 `add-to-diary-entry'.
9955
9956 2005-04-05 Kim F. Storm <storm@cua.dk>
9957
9958 * ediff-init.el: Use (featurep 'xemacs).
9959
9960 2005-04-05 David Ponce <david@dponce.com>
9961
9962 * cus-edit.el (face): Derive from symbol widget. Display sample
9963 of the current face on the fly.
9964 (widget-face-sample-face-get, widget-face-notify): New functions.
9965 (widget-face-value-create): Remove.
9966
9967 * wid-edit.el (widget-field-end): Temporarily remove field
9968 narrowing before to call `get-char-property'.
9969
9970 2005-04-04 Jay Belanger <belanger@truman.edu>
9971
9972 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9973 (math-read-subscripts): New variable.
9974 (math-read-preprocess-string): Process subscripts.
9975
9976 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9977
9978 * comint.el (comint-prompt-read-only): Doc fix.
9979
9980 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9981 `-1'. Doc fix.
9982
9983 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9984
9985 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9986 Change default value to nil.
9987
9988 2005-04-04 Lute Kamstra <lute@gnu.org>
9989
9990 * autorevert.el (auto-revert-mode): Specify :group.
9991 * battery.el (display-battery-mode): Specify :group.
9992 * diff-mode.el (diff-minor-mode): Specify :group.
9993 * font-core.el (font-lock-mode): Specify :group.
9994 * hl-line.el (hl-line-mode): Specify :group.
9995 * iimage.el (iimage): New customization group.
9996 (iimage-mode): Specify :group.
9997 * longlines.el (longlines-mode): Specify :group.
9998 * master.el: Don't require easy-mmode.
9999 (master): New customization group.
10000 (master-mode): Specify :group.
10001 * msb.el (msb-mode): Specify :group.
10002 * reveal.el (reveal-mode): Specify :group.
10003 * simple.el (next-error-follow-minor-mode): Specify :group.
10004 * smerge-mode.el (smerge-mode): Specify :group.
10005 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10006 * emulation/cua-base.el (cua-mode): Specify :group.
10007 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10008 * language/thai-util.el (thai-auto-composition-mode)
10009 (thai-word-mode): Specify :group.
10010 * mail/supercite.el (sc-minor-mode): Specify :group.
10011 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10012 * progmodes/flymake.el (flymake-mode): Specify :group.
10013 * progmodes/glasses.el (glasses-mode): Specify :group.
10014 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10015 * textmodes/enriched.el (enriched-mode): Specify :group.
10016 * textmodes/refill.el (refill-mode): Specify :group.
10017
10018 * add-log.el (change-log-font-lock-keywords): Names in
10019 parenthesized lists can contain spaces.
10020
10021 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10022
10023 * startup.el (fancy-splash-text): Shorten default text of
10024 "Emacs Tutorial" line. Also, if the current language env
10025 indicates an available tutorial file other than TUTORIAL,
10026 extract its title and append it to the line in parentheses.
10027 (fancy-splash-insert): If arg is a thunk, funcall it.
10028
10029 2005-04-04 Jay Belanger <belanger@truman.edu>
10030
10031 * calc.el (calc-language-alist): Add tags to customization type.
10032
10033 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10034
10035 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10036 Doc fix.
10037
10038 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10039
10040 * add-log.el (change-log-font-lock-keywords): The manual
10041 describing a Change Log entry, says: (...) "Aside from these
10042 header lines, every line in the change log starts with a space or
10043 a tab.". The font-lock was not highlighting lines started with
10044 spaces, added support for it.
10045
10046 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10047
10048 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10049 (bibtex-generate-url-list): Update docstring accordingly. Put the
10050 complex example in the docstring.
10051 (bibtex-font-lock-url): Use pop.
10052
10053 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10056
10057 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10058
10059 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10060
10061 * filesets.el (filesets-set-default): Doc fix.
10062
10063 2005-04-03 Lute Kamstra <lute@gnu.org>
10064
10065 * generic.el (define-generic-mode): Add argument to specify
10066 keywords for defcustom.
10067 (default-generic-mode): Specify :group.
10068
10069 * generic-x.el: Specify :group for all generic modes.
10070
10071 * desktop.el (desktop-no-desktop-file-hook)
10072 (desktop-after-read-hook): Doc fix.
10073
10074 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10075
10076 * simple.el (visible-mode): Use explicit :group keyword.
10077 This changes the group of `visible-mode-hook' from paren-blinking
10078 to editing-basics.
10079
10080 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10081
10082 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10083 mailbox specifications as well as URLs.
10084 (rmail-insert-inbox-text): Remove unused conditional branches.
10085
10086 2005-04-01 Jay Belanger <belanger@truman.edu>
10087
10088 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10089 (calc-gnuplot-print-command): Move definitions to calc.el.
10090
10091 * calc/calc-embed.el (calc-embedded-announce-formula)
10092 (calc-embedded-open-formula, calc-embedded-close-formula)
10093 (calc-embedded-open-word, calc-embedded-close-word)
10094 (calc-embedded-open-plain, calc-embedded-close-plain)
10095 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10096 (calc-embedded-open-mode, calc-embedded-close-mode):
10097 Move definitions to calc.el.
10098
10099 * calc/calc.el (calc-settings-file, calc-language-alist):
10100 Make customizable.
10101 (calc-embedded-announce-formula, calc-embedded-open-formula)
10102 (calc-embedded-close-formula, calc-embedded-open-word)
10103 (calc-embedded-close-word, calc-embedded-open-plain)
10104 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10105 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10106 (calc-embedded-close-mode, calc-gnuplot-name)
10107 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10108 from other files and make customizable.
10109
10110 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10113 Use buffer-live-p.
10114 (cvs-mode-run): Don't call cvs-update-header here.
10115 (cvs-run-process): Call cvs-update-header.
10116 Use process properties for cvs-postprocess and cvs-buffer so that
10117 the sentinel can behave better if the temp buffer is killed.
10118 Use a pipe rather than a tty, to better handle unexpected prompts.
10119 (cvs-sentinel): Rewrite. Call cvs-update-header.
10120
10121 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10122
10123 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10124 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10125
10126 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * generic.el (define-generic-mode): Add indentation rule.
10129
10130 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10131
10132 * files.el (mode-require-final-newline): Make Custom correctly
10133 report a nil value and allow to set it to nil via Custom.
10134 Doc fix.
10135
10136 2005-04-01 Kenichi Handa <handa@m17n.org>
10137
10138 * international/characters.el: Enable the correct case setting for
10139 dotless-i and dotted-I.
10140
10141 2005-04-01 Kim F. Storm <storm@cua.dk>
10142
10143 * ido.el (ido-file-internal): Fall back to non-ido command if
10144 initial directory is on slow ftp (or tramp) host.
10145
10146 2005-03-31 Richard M. Stallman <rms@gnu.org>
10147
10148 * emacs-lisp/autoload.el (make-autoload):
10149 Handle define-global-minor-mode.
10150
10151 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10152 Rename from easy-mmode-define-global-mode.
10153 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10154
10155 * progmodes/scheme.el (scheme-mode-syntax-table):
10156 Update syntax of | and # for two-character comment syntax.
10157
10158 2005-03-31 Lute Kamstra <lute@gnu.org>
10159
10160 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10161 (define-minor-mode): Call custom-current-group at load-time.
10162
10163 * generic.el (define-generic-mode): Add debug declaration.
10164 Add defcustom for the mode hook.
10165 (generic-mode-internal): Use run-mode-hooks.
10166
10167 2005-03-31 Kim F. Storm <storm@cua.dk>
10168
10169 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10170 (mouse-fixup-help-message): New defun called by show_help_echo
10171 to fixup mouse-2 prefix in help messages when applicable.
10172
10173 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10174
10175 2005-03-31 Kenichi Handa <handa@m17n.org>
10176
10177 * language/thai-word.el (thai-find-word-ends): Pay attention to
10178 the case that we reach the end of buffer.
10179
10180 * textmodes/fill.el (fill-text-properties-at): New function.
10181 (fill-newline): Use fill-text-properties-at instead of
10182 text-properties-at.
10183
10184 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10185
10186 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10187 not comint-quote-filename.
10188
10189 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10190
10191 * help-fns.el (help-with-tutorial): Revert last change.
10192
10193 2005-03-31 Kim F. Storm <storm@cua.dk>
10194
10195 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10196
10197 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10198
10199 * calendar/cal-china.el: Update reference to "Calendrical
10200 Calculations" book; there's a new edition.
10201 * calendar/cal-coptic.el: Likewise.
10202 * calendar/cal-french.el: Likewise.
10203 * calendar/cal-hebrew.el: Likewise.
10204 * calendar/cal-islam.el: Likewise.
10205 * calendar/cal-iso.el: Likewise.
10206 * calendar/cal-julian.el: Likewise.
10207 * calendar/cal-mayan.el: Likewise.
10208 * calendar/cal-persia.el: Likewise.
10209 * calendar/calendar.el: Likewise.
10210 * calendar/holidays.el: Likewise.
10211 * calendar/lunar.el: Likewise.
10212 * calendar/solar.el: Likewise.
10213
10214 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10215 white space from doc string.
10216
10217 2005-03-30 Jay Belanger <belanger@truman.edu>
10218
10219 * calc/calc-help.el (calc-full-help): Remove email address.
10220
10221 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10222
10223 * help-fns.el (help-with-tutorial): Delete title line.
10224
10225 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10226
10227 * calendar/cal-x.el (calendar-one-frame-setup)
10228 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10229 rather than 'symbol for set-window-dedicated-p.
10230
10231 * calendar/appt.el (appt-buffer-name): Make it a constant.
10232 (appt-add): Doc fix.
10233
10234 * filesets.el (filesets-menu-path, filesets-menu-before)
10235 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10236 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10237 (filesets-add-submenu): Delete and use add-submenu instead.
10238
10239 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10240
10241 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10242 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10243 (org-diary-default-entry): New function.
10244 (org-get-entries-from-diary): Better parsing of diary entries.
10245 (org-agenda-check-no-diary): New function.
10246 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10247 linking to diary entries.
10248 (org-agenda-execute-calendar-command): New function.
10249 (org-agenda): Improve visible section in window.
10250 Use `org-fit-agenda-window'.
10251 (org-fit-agenda-window): New option.
10252 (org-move-subtree-down): Better handling of empty lines
10253 at end of subtree.
10254 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10255 levels up.
10256 (org-fontify-done-headline): New option.
10257 (org-headline-done-face): New face.
10258 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10259 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10260 When current field is non-empty, it is copied to next row.
10261 (org-table-copy-from-above): Fix bug which made it
10262 impossible to copy fields containing only a single non-white character.
10263
10264 2005-03-30 Kim F. Storm <storm@cua.dk>
10265
10266 * kmacro.el (kmacro-end-macro): Isearch may store this command
10267 into the macro -- so ignore it when executing keyboard macro.
10268
10269 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10270
10271 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10272
10273 2005-03-29 Kenichi Handa <handa@m17n.org>
10274
10275 * language/thai.el ("Thai"): Set setup-function and exit-function
10276 for Thai language environment.
10277
10278 * language/thai-util.el: Require thai-word.
10279 (thai-word-mode-map): New variable.
10280 (thai-word-mode): New minor mode.
10281 (setup-thai-language-environment-internal): New function.
10282 (exit-thai-language-environment-internal): New function.
10283
10284 * language/thai-word.el (thai-word-table): Declare it by defvar,
10285 use dolist to initialize it.
10286 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10287 (thai-fill-find-break-point): New functions.
10288
10289 2005-03-29 Richard M. Stallman <rms@gnu.org>
10290
10291 * simple.el (idle-update-delay): Move definition up.
10292 (set-mark): Doc fix.
10293
10294 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10295
10296 * longlines.el: New file.
10297
10298 * simple.el (buffer-substring-filters): New variable.
10299 (filter-buffer-substring): New function.
10300 (kill-region, copy-region-as-kill): Use it.
10301
10302 * register.el (copy-to-register, append-to-register)
10303 (prepend-to-register): Use filter-buffer-substring.
10304
10305 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10306
10307 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10308 (gud-filter-pending-text): Move in front of gdb.
10309 (gud-overlay-arrow-position): New variable.
10310 (gud-sentinel, gud-display-line): Use it in place of
10311 overlay-arrow-position.
10312
10313 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10314
10315 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10316 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10317 (fortran-font-lock-keywords-4): New variable.
10318 (fortran-blocks-re, fortran-end-block-re)
10319 (fortran-start-block-re): New constants, for hideshow.
10320 (hs-special-modes-alist): Add a Fortran entry.
10321 (fortran-mode-map): Bind fortran-end-of-block,
10322 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10323 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10324 (fortran-looking-at-if-then, fortran-end-of-block)
10325 (fortran-beginning-of-block): New functions, for hideshow.
10326
10327 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10328 Doc fix. Tweak regexp.
10329 (f90-beginning-of-block): Push mark first.
10330
10331 2005-03-29 Jay Belanger <belanger@truman.edu>
10332
10333 * calc/calc.el: Update copyright date.
10334 (calc-version): Increase to 2.1.
10335 (calc-version-date): Remove.
10336
10337 * calc/calc-help.el: Update copyright date.
10338 (calc-full-help): Remove reference to calc-version-date.
10339 Update copyright date.
10340
10341 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * vc.el (vc-do-command): Use a pipe for async processes, so password
10344 prompts don't show up at places where the user can't reply.
10345
10346 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10347
10348 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10349 on the file name we pass to the inferior shell.
10350
10351 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10352
10353 * progmodes/which-func.el (which-function): Be robust in the face of an
10354 imenu--make-index-alist failure.
10355
10356 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10359
10360 * progmodes/python.el (python-preoutput-filter): Fix last change.
10361
10362 2005-03-29 Lute Kamstra <lute@gnu.org>
10363
10364 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10365 functions and compiled macros.
10366 (debug-convert-byte-code): Handle macros too.
10367 (debug-on-entry-1): Don't signal an error when trying to clear a
10368 function that is not set to debug on entry.
10369
10370 2005-03-29 Jay Belanger <belanger@truman.edu>
10371
10372 * calc/calc-lang.el: Add functions to math-function-table
10373 properties of tex and math.
10374
10375 2005-03-29 Kenichi Handa <handa@m17n.org>
10376
10377 * ps-mule.el (ps-mule-plot-string): Translate characters by
10378 ps-print-translation-table.
10379 (ps-mule-begin-job): Call find-charset-region/string with
10380 ps-print-translation-table.
10381 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10382
10383 * ps-print.el (ps-print-translation-table): New variable.
10384 (ps-plot-region): Translate characters by ps-print-translation-table.
10385
10386 2005-03-29 Juri Linkov <juri@jurta.org>
10387
10388 * simple.el (next-error-highlight-timer): New variable.
10389
10390 * progmodes/compile.el (compilation-goto-locus):
10391 Use `next-error-highlight-timer' instead of `sit-for'.
10392
10393 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * mail/supercite.el (sc-mail-field): Use assoc-string.
10396 (sc-get-address): Simplify regexps.
10397
10398 * files.el (minibuffer-with-setup-hook): New macro.
10399 (find-file-read-args): Use it to avoid let-binding
10400 minibuffer-with-setup-hook (which breaks turning on/off
10401 file-name-shadow-mode while in the prompt).
10402
10403 * complete.el (PC-read-include-file-name-internal):
10404 Use test-completion.
10405
10406 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10407
10408 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10409
10410 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * window.el (window-buffer-height): Use count-screen-lines.
10413
10414 * progmodes/python.el (python-preoutput-leftover): New var.
10415 (python-preoutput-filter): Use it.
10416 (python-send-receive): Loop until all the result has been received.
10417
10418 2005-03-28 Juri Linkov <juri@jurta.org>
10419
10420 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10421
10422 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10423 "Recover Crashed Session".
10424 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10425 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10426 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10427 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10428 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10429 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10430 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10431 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10432
10433 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10434 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10435 Ediff Sessions", "Toggle use of separate control buffer frame",
10436 "Use separate frame for Ediff control buffer".
10437
10438 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10439 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10440 "Rename Bookmark", "Delete Bookmark".
10441
10442 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10443 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10444 Add `:active Info-index-alternatives' to "Next Matching Item".
10445
10446 * wdired.el (wdired-change-to-wdired-mode):
10447 Mention `wdired-abort-changes' key in the initial message.
10448
10449 * international/mule.el (auto-coding-alist): Associate non-ascii
10450 image filename extensions with `no-conversion'.
10451
10452 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * international/iso-acc.el:
10455 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10456
10457 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10458
10459 * textmodes/sgml-mode.el (html-mode): Doc update.
10460
10461 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10462
10463 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10464
10465 * term.el (term-move-columns): Fix face after extending a line.
10466 (term-insert-spaces): Likewise.
10467 (term-reset-terminal): Fix off by one error.
10468
10469 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10470
10471 * international/mule.el (auto-coding-alist): Add .xpi files.
10472
10473 * files.el (auto-mode-alist): Add .xpi files.
10474
10475 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10476
10477 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10478
10479 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10480
10481 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10482
10483 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10484
10485 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10486 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10487
10488 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10489 cursor to Jan 1 when needed.
10490 (calendar-end-of-year): Fix -/+ typo.
10491 Reported by Chong Yidong <cyd@stupidchicken.com>.
10492
10493 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10496
10497 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10498 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10499
10500 2005-03-25 Richard M. Stallman <rms@gnu.org>
10501
10502 * filesets.el (filesets-init): Add autoload.
10503
10504 * mail/mailalias.el (mail-directory): Doc fix.
10505
10506 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10507
10508 * mail/mailalias.el (mail-directory-process): Do nothing if
10509 mail-directory-process is an atom.
10510 (mail-get-names): Ignore mail-directory-names if it is an atom.
10511 (mail-directory-process defvar): Doc fix.
10512 (mail-names): Doc fix.
10513
10514 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10515
10516 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10517
10518 2005-03-26 Kenichi Handa <handa@m17n.org>
10519
10520 * international/mule-util.el (detect-coding-with-priority):
10521 Call update-coding-systems-internal before detect-coding-region.
10522
10523 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10524
10525 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10526 (gdb-frames-mode-map): Add follow-link property.
10527
10528 2005-03-25 Jay Belanger <belanger@truman.edu>
10529
10530 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10531 for variables.
10532
10533 2005-03-25 Juri Linkov <juri@jurta.org>
10534
10535 * image-mode.el: Optimize image filename extension regexps in
10536 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10537 in `auto-mode-alist'.
10538 (image-mode): Add `image-toggle-display-text' to local hook
10539 `change-major-mode-hook'. Display the image as an image by
10540 default. Set `cursor-type' and `truncate-lines' if the image
10541 is already displayed. Take into account the current mode (image
10542 or text) in message.
10543 (image-minor-mode): New minor mode.
10544 (image-mode-maybe, image-toggle-display-text): New functions.
10545 (image-toggle-display): Use called-interactively-p.
10546 Let-bind `inhibit-read-only' to t.
10547
10548 * image-mode.el (image-minor-mode): Set `cursor-type' and
10549 `truncate-lines' if the image is already displayed. Add turning
10550 image-minor-mode off to `change-major-mode-hook'. Add message.
10551 Call `image-toggle-display-text' after turning image-minor-mode off.
10552
10553 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10556 Terminal.app, use utf-8.
10557 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10558 (set-locale-environment): Use it.
10559
10560 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10561
10562 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10563
10564 * progmodes/python.el (python-close-block-statement-p)
10565 (python-outdent-p, python-current-defun): Use symbol-end.
10566
10567 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10568
10569 * files.el (save-some-buffers): Doc fix.
10570
10571 2005-03-25 Werner Lemberg <wl@gnu.org>
10572
10573 * complete.el, thumbs.el: Replace `legal' with `valid'.
10574 * calendar/calendar.el: Replace `legal' with `valid'.
10575 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10576 * mail/supercite.el: Replace `legal' with `valid'.
10577 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10578 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10579 Replace `legal' with `valid'.
10580 * textmodes/reftex-vars.el, textmodes/reftex.el:
10581 Replace `legal' with `valid'.
10582
10583 2005-03-25 Werner Lemberg <wl@gnu.org>
10584
10585 * calc/calc-forms.el, calc/calc-sel.el:
10586 * midnight.el, vc-cvs.el:
10587 * emacs-lisp/cl-macs.el:
10588 * emulation/vip.el:
10589 * eshell/esh-io.el, eshell/esh-var.el:
10590 * mail/supercite.el:
10591 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10592 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10593 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10594 * progmodes/sh-script.el, progmodes/xscheme.el:
10595 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10596 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10597 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10598 * textmodes/reftex.el, textmodes/org.el:
10599 Replace `illegal' with `invalid'.
10600
10601 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10604 (flymake-find-buildfile, flymake-find-possible-master-files)
10605 (flymake-check-include, flymake-parse-line): Replace loops over the
10606 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10607
10608 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10609 Substitute file-name-as-directory in the rest of the file.
10610 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10611 (flymake-replace-region): Remove unused arg `buffer'.
10612 (flymake-check-patch-master-file-buffer): Update calls to it.
10613 (flymake-add-err-info): Remove unused var `count'.
10614 (flymake-mode): Use define-minor-mode.
10615
10616 * progmodes/flymake.el: Use with-current-buffer.
10617 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10618 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10619 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10620 Avoid testing for `xemacs'.
10621 (flymake-nop): Move.
10622 (flymake-region-has-flymake-overlays): Return the computed value.
10623 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10624 Remove unused var `endline'.
10625 (flymake-get-line-count): Remove unused function.
10626 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10627
10628 * emulation/vi.el:
10629 * generic.el:
10630 * hilit-chg.el (global-highlight-changes):
10631 * hi-lock.el (hi-lock-mode):
10632 * follow.el: find-file-hooks -> find-file-hook.
10633
10634 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10635
10636 2005-03-24 Juri Linkov <juri@jurta.org>
10637
10638 * dired.el (dired-mode-map): Add menu item "Compare directories"
10639 for dired-compare-directories.
10640
10641 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10642 Doc fix. Replace `read-file-name' with `read-directory-name'.
10643
10644 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10645
10646 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10647
10648 2005-03-24 Jay Belanger <belanger@truman.edu>
10649
10650 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10651 relevant mode settings in calc-embedded-original-modes when modes
10652 are permanently changed.
10653
10654 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * autoinsert.el: find-file-hooks -> find-file-hook.
10657
10658 2005-03-24 Lute Kamstra <lute@gnu.org>
10659
10660 * generic.el (generic-font-lock-defaults): Make it obsolete.
10661 (generic-font-lock-keywords): New variable to replace
10662 generic-font-lock-defaults.
10663 (generic-mode-set-font-lock): Delete it.
10664 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10665 (generic-bracket-support): Add docstring.
10666
10667 * generic-x.el: Rename generic-font-lock-defaults to
10668 generic-font-lock-keywords throughout.
10669 (mailagent-rules-setup-function): Delete it.
10670 (mailagent-rules-generic-mode): Use anonymous function instead.
10671 (show-tabs-generic-mode-font-lock-defaults-1)
10672 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10673 Quote faces.
10674 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10675 not foreground.
10676
10677 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10678 Recognize define-generic-mode.
10679
10680 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10683 if there's no completion table.
10684
10685 2005-03-23 Miles Bader <miles@gnu.org>
10686
10687 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10688 Remove tty-specific variants, as they're no longer needed.
10689
10690 2005-03-23 Lute Kamstra <lute@gnu.org>
10691
10692 * generic-x.el: Code cleanup: make args constant whenever possible.
10693 (installshield-statement-keyword-list)
10694 (installshield-system-functions-list)
10695 (installshield-system-variables-list, installshield-types-list)
10696 (installshield-funarg-constants-list): Make them constants.
10697
10698 * generic.el (generic-make-keywords-list): Add autoload cookie.
10699
10700 * calendar/time-date.el: Add comment on time value formats.
10701 Don't require parse-time.
10702 (with-decoded-time-value): New macro.
10703 (encode-time-value): New function.
10704 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10705 (days-to-time): Return a valid time value when arg is huge.
10706 (time-since): Use time-subtract.
10707 (time-to-number-of-days): Use time-to-seconds.
10708
10709 2005-03-23 David Ponce <david@dponce.com>
10710
10711 * recentf.el: (recentf-keep): New option.
10712 (recentf-menu-action): Default to `find-file'.
10713 (recentf-keep-non-readable-files-flag)
10714 (recentf-keep-non-readable-files-p)
10715 (recentf-file-readable-p, recentf-find-file)
10716 (recentf-cleanup-remote): Remove.
10717 (recentf-include-p): More robust.
10718 (recentf-keep-p): New function.
10719 (recentf-remove-if-non-kept): Rename from
10720 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10721 All callers updated.
10722 (recentf-menu-items-for-commands): Fix help string.
10723 (recentf-track-closed-file): Update. Doc fix.
10724 (recentf-cleanup): Update. Count removed files. Doc fix.
10725
10726 2005-03-23 Kim F. Storm <storm@cua.dk>
10727
10728 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10729 Don't inherit from fringe face (now happens automatically).
10730
10731 2005-03-22 Kim F. Storm <storm@cua.dk>
10732
10733 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10734 position values.
10735
10736 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * menu-bar.el (showhide-date-time): Remove.
10739 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10740 (menu-bar-make-mm-toggle): Simplify.
10741
10742 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10743
10744 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10745 Accept qualified variable and function names.
10746
10747 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10748
10749 * bindings.el (completion-ignored-extensions):
10750 Remove ".lis" for `vax-vms'.
10751
10752 2005-03-22 Andreas Schwab <schwab@suse.de>
10753
10754 * generic-x.el: Revert last change.
10755 * ldefs-boot.el: Update.
10756
10757 2005-03-22 Jay Belanger <belanger@truman.edu>
10758
10759 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10760 (calc-embedded-save-original-modes)
10761 (calc-embedded-restore-original-modes): New functions.
10762 (calc-do-embedded): Save original modes when entering embedded mode
10763 and restore when leaving embedded mode.
10764 (calc-embedded-modes-change): Change the value of
10765 calc-embedded-original-modes to reflect permanent changes.
10766
10767 2005-03-22 Lute Kamstra <lute@gnu.org>
10768
10769 * generic-x.el: Require generic again.
10770
10771 2005-03-22 Miles Bader <miles@gnu.org>
10772
10773 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10774 Tweak details to look good on both ttys and bitmap displays, light
10775 or dark background, etc.
10776
10777 2005-03-21 Kim F. Storm <storm@cua.dk>
10778
10779 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10780 mouse position.
10781
10782 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * icomplete.el: Don't forcibly turn on the mode upon load.
10785 (icomplete-mode): Use define-minor-mode.
10786 (icomplete-eoinput): Default to nil.
10787 (icomplete-minibuffer-setup): Remove autoload.
10788 (icomplete-tidy): Simplify.
10789 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10790 in the initial state or if the user has modified the field.
10791 Fix handling of icomplete-max-delay-chars.
10792 Remove code that handles the oddball case where
10793 minibuffer-completion-table is an integer.
10794 Wrap icomplete-completions in while-no-input in case building
10795 completions takes more time than expected.
10796 (icomplete-completions): Simplify.
10797
10798 2005-03-21 Richard M. Stallman <rms@gnu.org>
10799
10800 * jka-compr.el (jka-compr-really-do-compress):
10801 Make variable buffer-local.
10802
10803 * image-mode.el: Handle .xpm files too.
10804 (image-toggle-display): Preserve modification flag.
10805
10806 * help.el (where-is): Don't mention aliases with no key bindings.
10807
10808 2005-03-21 Lute Kamstra <lute@gnu.org>
10809
10810 * generic.el: Fix commentary section. Don't require cl for
10811 compilation.
10812 (generic-mode-list): Add autoload cookie.
10813 (generic-use-find-file-hook, generic-lines-to-scan)
10814 (generic-find-file-regexp, generic-ignore-files-regexp)
10815 (generic-mode, generic-mode-find-file-hook)
10816 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10817 (define-generic-mode): Make it a defmacro. Fix docstring.
10818 (generic-mode-internal): Code cleanup. Add autoload cookie.
10819 (generic-mode-set-comments): Code cleanup.
10820 * generic-x.el: Don't prevent compilation. Don't require generic.
10821 Follow coding conventions. Minor code cleanup.
10822 (etc-fstab-generic-mode): Add some keywords.
10823 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10824 define-generic-mode like a function declaration.
10825
10826 2005-03-21 Jay Belanger <belanger@truman.edu>
10827
10828 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10829 changing modes.
10830
10831 2005-03-21 Sam Steingold <sds@gnu.org>
10832
10833 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10834
10835 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10836
10837 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10838 Add underscore to "f$ lexicals" regexp.
10839
10840 2005-03-20 Juri Linkov <juri@jurta.org>
10841
10842 * subr.el (progress-reporter-do-update): When `min-value' is equal
10843 to `max-value', set `percentage' to 0 and prevent division by zero.
10844
10845 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10846
10847 Sync with Tramp 2.0.48.
10848
10849 * net/tramp.el (all): Change all addresses to .gnu.org.
10850 (tramp-append-tramp-buffers): New defun.
10851 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10852 Catch `dont-send' signal.
10853 (tramp-set-auto-save-file-modes): Set always permissions, because
10854 there might be an old auto-saved file belonging to another
10855 original file. This could be a security threat. Reported by
10856 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10857 Check for Emacs 21.3.50 removed.
10858
10859 * net/tramp-smb.el (all): Remove debug construct for
10860 `with-parsed-tramp-file-name'.
10861 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10862 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10863 No error message if DIRECTORY or FILENAME doesn't exist.
10864 (tramp-smb-open-connection): Check existence of
10865 `tramp-smb-program'.
10866
10867 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10870 Properly handle the case where the `m' or `s' command's argument is not
10871 yet terminated.
10872 (perl-indent-new-calculate): New function.
10873 (perl-indent-line): Use it.
10874
10875 2005-03-20 Miles Bader <miles@gnu.org>
10876
10877 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10878 in text-mode too. Change to new face names.
10879 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10880 Add `:weight bold' attribute.
10881 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10882
10883 2005-03-19 Juri Linkov <juri@jurta.org>
10884
10885 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10886
10887 * international/mule.el (auto-coding-alist): Sync with
10888 `auto-mode-alist' by adding upper case archive file extensions
10889 and adding ear/war to jar extension.
10890
10891 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10892
10893 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10894 running, restart it.
10895
10896 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10897
10898 * finder.el (finder-current-item): Throw an error on an empty line.
10899
10900 * man.el (Man-follow-manual-reference): If current-word returns
10901 nil, use "".
10902
10903 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10904
10905 * simple.el (goto-line): Doc fix.
10906
10907 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10908
10909 * files.el (save-buffer): Doc fix.
10910
10911 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10912
10913 * recentf.el (recentf-cleanup-remote): New variable.
10914 (recentf-cleanup): Use it to conditionally check availability of
10915 remote files.
10916
10917 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10918
10919 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10920 function names.
10921
10922 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10923
10924 * language/thai-word.el: New file.
10925
10926 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10927
10928 * files.el (backup-buffer): If the file's directory is not
10929 writable, use copy instead of move to backup the file.
10930
10931 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10932
10933 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10934
10935 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10936
10937 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10938 Use functionp instead of symbolp and fboundp. Reported by Drkm
10939 <darkman_spam@yahoo.fr>.
10940 (ps-print-version): New version 6.6.6.
10941
10942 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10943
10944 * textmodes/table.el (table--line-column-position): New idiom.
10945 (table--row-column-insertion-point-p): New function to test
10946 validity of row and column insertion operation at a location.
10947 (table-global-menu, table-cell-menu): Use above functions for
10948 deterministic test operation.
10949 (table--editable-cell-p): Behave in deterministic fashion.
10950
10951 2005-03-18 Juri Linkov <juri@jurta.org>
10952
10953 * isearch.el (isearch-lazy-highlight-new-loop):
10954 Make arguments beg and end optional.
10955 (isearch-update): Remove optional arguments nil from
10956 isearch-lazy-highlight-new-loop.
10957 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10958 isearch-lazy-highlight-case-fold-search instead of
10959 isearch-case-fold-search, and let-bind isearch-regexp to
10960 isearch-lazy-highlight-regexp.
10961 Use isearch-lazy-highlight-last-string instead of isearch-string.
10962
10963 * replace.el (perform-replace): Remove bindings of global
10964 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10965 Add three new arguments to `replace-highlight'.
10966 (replace-highlight): Add arguments string, regexp, case-fold.
10967 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10968 to allow isearch-lazy-highlight-new-loop to use these values
10969 to set corresponding isearch-lazy-highlight-* internal
10970 variables whose values lazy highlighting will use regardless of
10971 changes to global variables isearch-string, isearch-regexp,
10972 isearch-case-fold-search during lazy highlighting loop.
10973 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10974 to `lazy-highlight-cleanup'.
10975
10976 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10977 (ispell-highlight-face): Set default face to `isearch' when
10978 lazy highlighting is enabled.
10979 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10980 priority to 1. Add lazy highlighting.
10981 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10982 from `isearch-dehighlight'.
10983
10984 2005-03-18 David Ponce <david@dponce.com>
10985
10986 * files.el (hack-local-variables): Do a case-insensitive search
10987 for End.
10988
10989 2005-03-18 Juri Linkov <juri@jurta.org>
10990
10991 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10992 `isearch-lazy-highlight-cleanup', add alias to old name and
10993 declare obsolete. Add release numbers to other obsolete vars.
10994 (isearch-done, isearch-lazy-highlight-new-loop):
10995 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10996 (lazy-highlight-cleanup) <variable>: Doc fix.
10997 (isearch-lazy-highlight-update): Rename obsolete
10998 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10999
11000 2005-03-18 Kenichi Handa <handa@m17n.org>
11001
11002 * language/thai-util.el: Fix categorization of Thai characters in
11003 thai-category-table.
11004 (thai-composition-pattern): Adjust it for the above change.
11005 (thai-self-insert-command, thai-compose-syllable): New functions.
11006 (thai-compose-region): Use thai-compose-syllable.
11007 (thai-compose-string): Likewise.
11008 (thai-composition-function): Likewise.
11009 (thai-auto-composition): New function.
11010 (thai-auto-composition-mode): New minor mode.
11011
11012 * language/thai.el: Fix patterns to be registered in
11013 composition-function-table.
11014
11015 * international/quail.el (quail-input-method): Locally bind
11016 inhibit-modification-hooks to t.
11017
11018 2005-03-17 Richard M. Stallman <rms@gnu.org>
11019
11020 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11021 (perl-mode): Use run-mode-hooks.
11022
11023 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11024 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11025 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11026
11027 * mail/sendmail.el (sendmail-send-it): Reenable the code
11028 to compute resend-to-address and use it.
11029
11030 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11031
11032 * image-mode.el: New file.
11033
11034 * image.el (insert-sliced-image): Add autoload cookie.
11035
11036 * font-lock.el (font-lock-lines-before): New user option.
11037 (font-lock-after-change-function): Obey it.
11038
11039 * bindings.el (esc-map): Make M-g a prefix.
11040 Bind M-g g and M-g M-g to goto-line.
11041
11042 * faces.el (face-id): Doc fix.
11043
11044 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11045
11046 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11047 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11048 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11049
11050 * mail/sendmail.el (mail-yank-ignored-headers)
11051 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11052 Add Mail-Followup-To and Mail-Reply-To headers.
11053 (mail-citation-hook): Add autoload cookie.
11054 (mail-mode): Doc fix.
11055 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11056 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11057 (mail-mode-fill-paragraph): Handle those headers.
11058 (mail-mailing-lists): New variable.
11059 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11060
11061 2005-03-17 Juri Linkov <juri@jurta.org>
11062
11063 * isearch.el (isearch-fallback): Check for `(car previous)'
11064 before calling `isearch-other-end-state'.
11065
11066 2005-03-17 Kim F. Storm <storm@cua.dk>
11067
11068 * simple.el (move-beginning-of-line): Move to beginning of buffer
11069 line, as well as beginning of screen line.
11070
11071 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11072
11073 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11074 argument REDRAW rather than calendar-redrawing variable.
11075 * calendar/calendar.el (calendar-redrawing): Delete.
11076 (redraw-calendar): Do not bind calendar-redrawing.
11077
11078 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11079
11080 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11081 diary-file buffer.
11082
11083 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * help.el (describe-mode): Allow a :minor-mode-function property to
11086 specify a different minor mode toggle function than the variable.
11087 * simple.el (auto-fill-function):
11088 * subr.el (add-minor-mode): Use it.
11089
11090 2005-03-16 Kenichi Handa <handa@m17n.org>
11091
11092 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11093 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11094 (ethio-fidel-to-sera-buffer): Likewise.
11095
11096 2005-03-16 Juri Linkov <juri@jurta.org>
11097
11098 * emacs-lisp/find-func.el (find-function-regexp):
11099 Add defun-emitting macro `menu-bar-make-toggle'.
11100
11101 * isearch.el: Put `isearch-scroll' property to
11102 `split-window-horizontally'.
11103
11104 * info.el: Update error messages for `debug-ignored-errors'.
11105 (Info-isearch-search): Doc fix.
11106 (Info-find-node): Move up code to go into info buffer before
11107 recording the node to the history.
11108 (Info-fontify-node): Fontify titles only if the next line
11109 has two or more `*', `=', `-', `.'.
11110 Display "go to this node" for empty (match-string 3).
11111
11112 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11113
11114 * term/mac-win.el: Add mouse pointer shape constants.
11115
11116 2005-03-15 Kim F. Storm <storm@cua.dk>
11117
11118 * simple.el (move-beginning-of-line): Use vertical-motion.
11119
11120 2005-03-15 Juri Linkov <juri@jurta.org>
11121
11122 * isearch.el (isearch-error): New variable.
11123 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11124 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11125 (isearch-within-brackets-state): Remove.
11126 (isearch-case-fold-search-state, isearch-pop-fun-state):
11127 Decrease frame index.
11128 (isearch-mode, isearch-top-state, isearch-push-state)
11129 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11130 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11131 (isearch-search, isearch-lazy-highlight-new-loop):
11132 Replace `isearch-invalid-regexp' with `isearch-error'.
11133 Remove `isearch-within-brackets'.
11134 (isearch-search): Add `search-failed' handler to `condition-case'.
11135 (isearch-lazy-highlight-search): Add `condition-case' to catch
11136 errors and allow `isearch-lazy-highlight-update' to try
11137 highlighting from the beginning of the window.
11138 (isearch-repeat): Move up code to set isearch-wrapped to t
11139 before calling isearch-wrap-function.
11140
11141 * info.el (Info-isearch-initial-node): New internal variable.
11142 (Info-search): Signal an error in isearch mode when search leaves
11143 the initial node. Signal an error when `bound' is non-nil and
11144 nothing was found in the current subfile.
11145 (Info-isearch-search): Remove `condition-case'.
11146 (Info-isearch-wrap): Don't wrap when search failed during leaving
11147 the initial node. If `Info-isearch-search' is nil, wrap around
11148 the current node.
11149 (Info-isearch-start): New fun.
11150 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11151 `isearch-mode-hook'.
11152
11153 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11154
11155 * simple.el (normal-erase-is-backspace): Set default to t if
11156 running on Mac.
11157
11158 * term/mac-win.el (function-key-map): Sync with x-win.el.
11159
11160 2005-03-15 Kenichi Handa <handa@m17n.org>
11161
11162 * international/mule-cmds.el (locale-language-names): Modify the
11163 format of elements and add more entries.
11164 (locale-preferred-coding-systems): Add more entries.
11165 (set-locale-environment): Adjust for the change of
11166 locale-language-names.
11167
11168 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * pcvs.el (smerge-ediff): Remove bogus autoload.
11171
11172 2005-03-14 Lute Kamstra <lute@gnu.org>
11173
11174 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11175 Ignore a `*' at the beginning of a line.
11176
11177 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11178 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11179 subr.el.
11180 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11181 to specify indentation.
11182
11183 * generic.el (define-generic-mode): Let generic-mode-list be a
11184 list of strings; test membership with equal.
11185
11186 2005-03-14 Kim F. Storm <storm@cua.dk>
11187
11188 * simple.el (next-line, previous-line): Add optional try-vscroll
11189 arg to recognize interactive use. Pass it on to line-move.
11190 (line-move): Don't perform auto-window-vscroll when defining or
11191 executing keyboard macro to ensure consistent behavior.
11192
11193 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11194
11195 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11196
11197 2005-03-13 Lute Kamstra <lute@gnu.org>
11198
11199 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11200 debugger-setup-buffer so that backtrace marks the frames set to
11201 debug-on-exit and we don't have to do it manually. Set an extra
11202 debug-on-exit for macro's.
11203 (debugger-setup-buffer): Don't mark the top frame manually.
11204
11205 2005-03-12 Lute Kamstra <lute@gnu.org>
11206
11207 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11208 lisp-indent-function throughout.
11209 (with-no-warnings): Set lisp-indent-function property.
11210
11211 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11212
11213 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11214 Add entry for backslash.
11215
11216 2005-03-12 Juri Linkov <juri@jurta.org>
11217
11218 * info.el (Info-search): Four fixes for backward search.
11219
11220 2005-03-11 Jay Belanger <belanger@truman.edu>
11221
11222 * calc/calc.el (calc-language-alist): New variable.
11223 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11224 (calc-embedded-find-modes): Use calc-language-alist instead of
11225 calc-embedded-language-alist.
11226
11227 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11228
11229 * calendar/calendar.el (calendar-redrawing): New internal
11230 variable.
11231 (redraw-calendar): Remove bogus save-excursion from previous
11232 change. Bind calendar-redrawing to t for mark-diary-entries.
11233 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11234 calendar if that is why we were called.
11235
11236 2005-03-11 Kenichi Handa <handa@m17n.org>
11237
11238 * international/mule.el (make-coding-system): Set property
11239 coding-system-define-form to nil.
11240 (define-coding-system-alias): Likewise.
11241
11242 2005-03-11 Kenichi Handa <handa@m17n.org>
11243
11244 These changes are suggested by Dave Love <fx@gnu.org>.
11245
11246 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11247 coding: tag.
11248 (adaptive-fill-regexp): Add more bullets.
11249 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11250 regexps.
11251
11252 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * help.el (describe-mode): Properly handle non-trivial lighters.
11255 Don't ignore minor modes that are not listed in minor-mode-list.
11256
11257 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11258 feature ON when the user requests to turn it OFF.
11259
11260 2005-03-10 Lute Kamstra <lute@gnu.org>
11261
11262 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11263 (implement-debug-on-entry): New function to replace debug-entry-code.
11264 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11265 second argument as the 2005-03-07 change makes it obsolete.
11266 (debug-on-entry, cancel-debug-on-entry): Update call to
11267 debug-on-entry-1.
11268 (debug, debugger-setup-buffer): Comment update.
11269 (debugger-frame-number): Update to work with implement-debug-on-entry.
11270
11271 2005-03-10 Jay Belanger <belanger@truman.edu>
11272
11273 * calc/calc-embed.el (math-ms-args): Declare it.
11274 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11275 math-ms-args.
11276 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11277 variables.
11278
11279 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11280
11281 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11282 Use message-box.
11283
11284 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11285 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11286 (tooltip-gud-tips): Simplify.
11287 (tooltip-gud-tips-p): Remove superfluous :set.
11288 (tooltip-gud-modes): Add fortran-mode.
11289 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11290
11291 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11292
11293 2005-03-09 Kim F. Storm <storm@cua.dk>
11294
11295 * play/animate.el (animate-place-char): Use forward-line instead
11296 of next-line to improve performance.
11297
11298 2005-03-09 Simon Josefsson <jas@extundo.com>
11299
11300 * net/browse-url.el (browse-url-default-browser): Doc fix.
11301
11302 2005-03-09 Miles Bader <miles@gnu.org>
11303
11304 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11305 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11306
11307 2005-03-09 Kenichi Handa <handa@m17n.org>
11308
11309 * international/latin-1.el: Set case and syntax for 255 only if
11310 set-case-syntax-set-multibyte is nil.
11311
11312 * textmodes/ispell.el (ispell-insert-word): New function.
11313 (ispell-word): Use ispell-insert-word to insert a new word.
11314 (ispell-process-line): Likewise.
11315 (ispell-complete-word): Likewise.
11316
11317 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11318
11319 * calendar/calendar.el (redraw-calendar): Preserve point.
11320 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11321 (calendar-week-start-day): Move after definition of
11322 redraw-calendar. Delete buffer test, since redraw-calendar has
11323 that now.
11324
11325 * calendar/diary-lib.el (mark-diary-entries): Only call
11326 redraw-calendar in the first of any recursive calls.
11327 Reported by Alan Shutko <ats@acm.org>.
11328
11329 2005-03-08 Juri Linkov <juri@jurta.org>
11330
11331 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11332 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11333 (html-radio-buttons): Add a space before the trailing `/>' where
11334 sgml-xml-mode is non-nil.
11335 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11336 the subsequent tag of the empty XML tag.
11337 (html-href-anchor): Don't set initial input to "http:".
11338 (html-image): Ask for the image URL and set point inside alt="".
11339 (html-name-anchor): Duplicate the name in the `id' attribute when
11340 sgml-xml-mode is non-nil.
11341 (html-paragraph): Remove \n before <p>.
11342 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11343 instead of `checked' when sgml-xml-mode is non-nil.
11344
11345 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11346 Remove 1 space before #RRGGBB to not truncate it on terminal
11347 windows w/o fringes. Remove 1 space between bg and fg examples
11348 to get more space.
11349 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11350 avoid byte-compile warnings.
11351
11352 * image-file.el (image-file-handler): Put `safe-magic' property to
11353 `image-file-handler'.
11354
11355 * info.el (Info-isearch-search): Emulate word search in
11356 isearching through multiple Info nodes with Info-search.
11357 (Info-isearch-wrap): Allow isearch-word.
11358
11359 2005-03-08 Lute Kamstra <lute@gnu.org>
11360
11361 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11362 stepping into the debugger's code is not possible.
11363 (debugger-jumping-flag): Docstring update.
11364
11365 2005-03-08 Jay Belanger <belanger@truman.edu>
11366
11367 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11368 embedded mode begins.
11369 (calc-embedded-language-alist): New variable.
11370 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11371 set default language mode.
11372
11373 2005-03-08 Kenichi Handa <handa@m17n.org>
11374
11375 * international/ccl.el (define-ccl-program): Fix docstring about
11376 extra 256 bytes assured for the output buffer.
11377
11378 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11379 Fix BUFFER_MAGNIFICATION to 2.
11380 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11381
11382 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11383
11384 * align.el (align-rules-list): Added an alignment rule for CSS
11385 declarations (applies to css-mode and html-mode buffers).
11386
11387 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11390
11391 2005-03-07 Kim F. Storm <storm@cua.dk>
11392
11393 * simple.el (move-beginning-of-line): New command.
11394
11395 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11396
11397 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11398
11399 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11400 and move-beginning-of-line.
11401
11402 * apropos.el (apropos-print): Omit command from M-x ... RET.
11403
11404 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11405
11406 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11407 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11408
11409 2005-03-06 Richard M. Stallman <rms@gnu.org>
11410
11411 * bindings.el (esc-map): Bind M-g to goto-line.
11412
11413 * facemenu.el (global-map): Bind M-o, not M-g.
11414
11415 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11416
11417 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11418 "Open Directory" as for "Open File".
11419
11420 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11421
11422 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11423 (push-mark-command): Run activate-mark-hook.
11424
11425 2005-03-06 Richard M. Stallman <rms@gnu.org>
11426
11427 * help-mode.el (help-mode-finish): Don't alter the element
11428 in view-return-to-alist if there already is one.
11429
11430 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11431 make sure the current buffer is the expected one.
11432
11433 * novice.el (disabled-command-function): Output in *Disabled Command*.
11434 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11435
11436 * textmodes/flyspell.el (flyspell-large-region):
11437 Pass args differently for aspell.
11438
11439 * files.el (mode-require-final-newline): Doc fix.
11440
11441 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11442
11443 * progmodes/which-func.el (which-function):
11444 Specify NOERROR when calling imenu--make-index-alist.
11445
11446 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11447
11448 * simple.el (normal-erase-is-backspace): Define default value.
11449
11450 * custom.el (custom-theme-set-variables): Remove unused var
11451 `immediate'.
11452 (custom-reevaluate-setting): Simple function to handle variables
11453 that are defined before their default value can really be
11454 computed.
11455
11456 * startup.el (command-line): Use it for temporary-file-directory,
11457 small-emporary-file-directory, auto-save-file-name-transforms,
11458 blink-cursor-mode, and normal-erase-is-backspace.
11459
11460 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11461 progress, even with buggy anchored keywords.
11462
11463 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11464
11465 * simple.el (goto-line): Remove unbalanced final parenthesis.
11466
11467 2005-03-05 Richard M. Stallman <rms@gnu.org>
11468
11469 * simple.el (goto-line): Use a number at point as the default.
11470 With C-u as arg, switch buffers.
11471
11472 2005-03-05 Juri Linkov <juri@jurta.org>
11473
11474 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11475 with `no-blinking-cursor'.
11476
11477 * startup.el (no-blinking-cursor): New defvar.
11478 (command-line): Add `--no-blinking-cursor' to longopts.
11479 Set `no-blinking-cursor' to t for command line arguments
11480 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11481 with `no-blinking-cursor' in the condition for calling
11482 `blink-cursor-mode'.
11483
11484 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11485
11486 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11487 (menu-bar-options-save): Add blink-cursor-mode.
11488 (menu-bar-options-menu): Add blink-cursor-mode.
11489
11490 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11491
11492 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11493 (icalendar-export-file, icalendar-export-region)
11494 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11495 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11496
11497 2005-03-04 Lute Kamstra <lute@gnu.org>
11498
11499 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11500 (debug-function-list): Ditto.
11501
11502 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11503
11504 * textmodes/texinfmt.el (texinfo-append-refill):
11505 Redefine the types of line to which @refill
11506 is not appended by replacing a search for `@refill\\|@bye' with
11507 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11508 itemize@refill' bug and the unfilled long lines bug.
11509 (texinfmt-version): Update number and date.
11510
11511 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11512
11513 * international/code-pages.el (windows-1250, windows-125[2-8])
11514 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11515
11516 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11517
11518 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11519 bound yet.
11520
11521 2005-03-02 Romain Francoise <romain@orebokech.com>
11522
11523 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11524 buffer after removing limits.
11525 (ibuffer-pop-filter): Ditto.
11526 Update copyright.
11527
11528 2005-03-02 Miles Bader <miles@gnu.org>
11529
11530 * button.el (make-text-button): If the user doesn't specify a
11531 type, use the default. Rewrite to use `add-text-properties' and
11532 plist functions.
11533
11534 2005-03-01 Lute Kamstra <lute@gnu.org>
11535
11536 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11537 (debugger-jumping-flag): New var.
11538 (debug-entry-code): Use it.
11539 (debugger-jump): Use debugger-jumping-flag and add
11540 debugger-reenable to post-command-hook.
11541 (debugger-reenable): Use debugger-jumping-flag and remove itself
11542 from post-command-hook.
11543 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11544 debugger-reenable.
11545
11546 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11547
11548 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11549 inclusion of "itemize\\|", which may be unnecessary, is certainly
11550 inelegant, and stops refilling in itemize lists when formatting
11551 Japanese Texinfo files to Info.
11552 Update copyright to 2005.
11553
11554 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11555
11556 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11557 of an error if GDB can't find the source file.
11558
11559 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11560
11561 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11562 not just the calendar.
11563
11564 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11565 first.
11566 (diary-redraw-calendar): New function.
11567 (make-diary-entry): Add diary-redraw-calendar to local
11568 write-contents-functions. Turn off selective display before
11569 inserting in diary.
11570
11571 2005-03-01 Kim F. Storm <storm@cua.dk>
11572
11573 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11574
11575 2005-03-01 Lute Kamstra <lute@gnu.org>
11576
11577 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11578 that debug-entry-code can be safely removed from a function while
11579 this code is being evaluated. Revert the 2005-02-27 change as the
11580 new implementation no longer requires it. Make sure that a
11581 function body containing just a string is not mistaken for a docstring.
11582 (debug): Skip one more frame in case of debug on entry.
11583 (debugger-setup-buffer): Delete one more frame line in case of
11584 debug on entry.
11585 (debugger-frame-number): Update to use the new text introduced by
11586 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11587
11588 2005-02-28 Kim F. Storm <storm@cua.dk>
11589
11590 * double.el (double-translate-key): Call force-window-update after
11591 read-event to avoid crash in redisplay.
11592
11593 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11596 (debug): Use it. Move the inhibit-trace earlier.
11597 (debug-entry-code): New const.
11598 (debug-on-entry-1): Use it.
11599
11600 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11601
11602 * international/utf-16.el (ccl-encode-mule-utf-16le):
11603 Fix BUFFER_MAGNIFICATION to 2.
11604 (ccl-encode-mule-utf-16be): Likewise.
11605
11606 2005-02-28 Kenichi Handa <handa@m17n.org>
11607
11608 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11609 Fix BUFFER_MAGNIFICATION to 4.
11610 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11611
11612 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11613
11614 * speedbar.el (speedbar-update-flag): Doc fix.
11615 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11616 argument.
11617
11618 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11621 have a non-nil `invisible' property but are actually visible.
11622
11623 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11624 for perldoc sections.
11625 (perl-outline-regexp, perl-outline-level): New var and function.
11626 (perl-mode): Use them.
11627
11628 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11629
11630 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11631 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11632
11633 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11634
11635 * cus-edit.el: Comment change.
11636 (custom-buffer-create-internal): Slightly reword text at top of
11637 Custom buffers. Mention there that saving an option edits the
11638 init file. Add link to Emacs manual node on `custom-file'.
11639 (custom-magic-alist): Rewrite individual State messages to use
11640 capitalized keywords. Doc fix.
11641
11642 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11643
11644 * calendar/calendar.el (calendar-buffer): Move above
11645 calendar-week-start-day.
11646 (calendar-week-start-day): Doc fix. Add :set function.
11647 (calendar-minimum-window-height): New variable.
11648 (generate-calendar-window): Only resize window if selected-window
11649 is displaying the calendar buffer. Use new variable
11650 calendar-minimum-window-height.
11651 (generate-calendar): Reword error message.
11652 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11653
11654 2005-02-27 Andreas Schwab <schwab@suse.de>
11655
11656 * vc.el (vc-do-command): Don't run command asynchronously when
11657 operating in a remote directory.
11658
11659 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11660 change from sync with Tramp 2.0.47.
11661
11662 2005-02-27 Richard M. Stallman <rms@gnu.org>
11663
11664 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11665
11666 * textmodes/flyspell.el (flyspell-mode-on):
11667 Call ispell-change-dictionary only if necessary.
11668
11669 * emacs-lisp/re-builder.el (regexp-builder): New function.
11670
11671 * register.el (describe-register-1): Explicitly handle
11672 yank-excluded-properties = t.
11673
11674 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11675 (custom-magic-alist): Change the status descriptions again.
11676 (face widget-type): Total rewrite based on `restricted-sexp'
11677 to eliminate the confusing double hiding levels.
11678
11679 * emacs-lisp/debug.el (debug-on-entry-1):
11680 If function body is empty, add nil as body form.
11681
11682 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11683
11684 * emacs-lisp/trace.el (inhibit-trace): New var.
11685 (trace-make-advice): Use it.
11686
11687 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11688
11689 2005-02-26 Kim F. Storm <storm@cua.dk>
11690
11691 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11692 (mouse-on-link-p, mouse-drag-region-1): Use it.
11693
11694 2005-02-25 Lute Kamstra <lute@gnu.org>
11695
11696 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11697
11698 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11699
11700 * frame.el (blink-cursor-mode): Add :group keyword.
11701
11702 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11703
11704 * calendar/icalendar.el (icalendar--decode-isodatetime):
11705 New optional argument DAY-SHIFT.
11706 (icalendar-export-region): Fix coding-system-for-write.
11707 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11708 events by one.
11709
11710 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11711
11712 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11713
11714 2005-02-24 Kim F. Storm <storm@cua.dk>
11715
11716 * international/iso-acc.el (iso-accents-compose): Fix crash
11717 during redisplay. Call force-window-update after read-event
11718 and delete-region to signal that window is not accurate.
11719
11720 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11723 Remove unused and inexistent var `inhibit-trace'.
11724 (debugger-mode): Use run-mode-hooks.
11725 (debugger-list-functions): Add buttons; setup xref stack.
11726
11727 2005-02-23 Richard M. Stallman <rms@gnu.org>
11728
11729 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11730 appointment says it was explicitly made.
11731 (appt-add): Set the 3rd element.
11732 (appt-make-list): Preserve explicit appointments.
11733
11734 * subr.el (find-tag-default): Catch errors in forward-sexp.
11735
11736 2005-02-23 Juri Linkov <juri@jurta.org>
11737
11738 * info.el (Info-isearch-search): New defcustom.
11739 (Info-isearch-search): Call the default isearch function
11740 when Info-isearch-search is nil.
11741 (Info-isearch-wrap): Use variable Info-isearch-search.
11742
11743 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11744
11745 * cus-edit.el: Comment change.
11746
11747 2005-02-22 Kim F. Storm <storm@cua.dk>
11748
11749 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11750 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11751
11752 2005-02-22 Simon Josefsson <jas@extundo.com>
11753
11754 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11755 New variable.
11756 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11757 Oskarsson" <myrkraverk@users.sourceforget.net>.
11758
11759 2005-02-22 Kim F. Storm <storm@cua.dk>
11760
11761 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11762 check that window of that event is the selected window.
11763 (mouse-drag-region-1): Compare mouse event window to selected
11764 window before setting point.
11765
11766 * tooltip.el (tooltip-show-help-function): Pass event to
11767 mouse-on-link-p so it can check selected window.
11768
11769 2005-02-22 Kenichi Handa <handa@m17n.org>
11770
11771 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11772 (ps-mule-show-warning): New function.
11773 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11774 characters are found.
11775
11776 * ps-print.el (ps-header-footer-string): Return a list of header
11777 and footer strings.
11778
11779 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11780
11781 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11782
11783 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11784
11785 * frame.el (blink-cursor-mode): Use define-minor-mode.
11786
11787 * term/mac-win.el (function-key-map): Use char-names more consistently.
11788 (file-name-coding-system): Only set it for MacOS-9. The other case is
11789 already handled in mule-cmds.el (where it also works when mac-win.el
11790 is not used).
11791
11792 2005-02-21 Kenichi Handa <handa@m17n.org>
11793
11794 * international/mule.el (ctext-pre-write-conversion): Always use
11795 " *code-converting-work*" buffer for work.
11796
11797 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11798
11799 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11800
11801 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11802
11803 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11804
11805 * ses.el (undo-more): Restore defadvice, but only the part that
11806 allows changes outside the restricted area of the buffer.
11807
11808 2005-02-20 Kim F. Storm <storm@cua.dk>
11809
11810 * simple.el (line-move): Add fourth optional arg try-vscroll which
11811 must be set to perform auto-window-vscroll.
11812 When moving backwards and doing auto-window-vscroll, automatically
11813 vscroll to the last part of lines which are taller than the window.
11814 (next-line, previous-line): Set try-vscroll arg on line-move.
11815
11816 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11817
11818 * replace.el (query-replace, query-replace-regexp)
11819 (replace-string, replace-regexp): When operating on region, make
11820 the minibuffer prompt say so.
11821
11822 * isearch.el (isearch-forward): Document isearch-query-replace and
11823 isearch-query-replace-regexp keybindings.
11824
11825 2005-02-19 Jay Belanger <belanger@truman.edu>
11826
11827 * calc/calc-aent.el (math-read-token): Add local variable.
11828
11829 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11830 (calc-edit-top): Move declaration to earlier in file.
11831 (calc-edit-macro-repeats): Add local variables.
11832
11833 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11834 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11835 calcFunc-tanh.
11836 Adjust integration rule for calcFunc-tan.
11837
11838 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11839
11840 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11841 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11842 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11843 (viper-skip-separators): Bug fix.
11844 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11845 particular major mode.
11846 (viper-del-backward-char-in-replace): Don't put deleted char on the
11847 kill ring.
11848
11849 * viper-ex.el (viper-color-display-p): New function.
11850 (viper-has-face-support-p): Use viper-color-display-p.
11851
11852 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11853
11854 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11855
11856 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11857 (viper-file-remote-p): Make equivalent to file-remote-p.
11858
11859 * viper.el (viper-major-mode-modifier-list):
11860 Use viper-gnus-modifier-map.
11861
11862 2005-02-19 David Kastrup <dak@gnu.org>
11863
11864 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11865 quoting.
11866
11867 2005-02-19 Jay Belanger <belanger@truman.edu>
11868
11869 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11870 Remove extra definitions.
11871 (calc-coth): New function.
11872 (calcFunc-cot): Fix `let'.
11873
11874 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11875
11876 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11877 the reasons we use "type pc" in these faces.
11878
11879 * button.el (button): Ditto.
11880
11881 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11882
11883 * replace.el (query-replace-read-from): Set the value of
11884 query-replace-from-history-variable to handle the case of an empty
11885 string entered to accept the suggested default.
11886
11887 * net/tramp.el (tramp-file-name-for-operation):
11888 Use dired-call-process instead of dired-call-process-command.
11889
11890 2005-02-19 Jay Belanger <belanger@truman.edu>
11891
11892 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11893 (math-div-non-trig): New variables.
11894 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11895 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11896 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11897 trig expressions.
11898
11899 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11900
11901 * progmodes/gdb-ui.el (gdb-var-update-handler)
11902 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11903 for watch expressions,
11904 (gdb-var-create-handler): Don't set speedbar-update-flag.
11905 (gdb-post-prompt): Simplify test for speedbar.
11906
11907 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11908
11909 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11910 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11911 we use the syntax table of the correct buffer.
11912 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11913 Felix Gatzemeier.
11914
11915 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11916 (ediff-file-remote-p): Make synonymous with file-remote-p.
11917 In all deffaces ediff-*-face-*, use min-colors.
11918
11919 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11920 ediff-recurse-to-subdirectories.
11921 (ediff-mark-if-equal): Check that the arguments are strings, use
11922 ediff-same-contents (after to Felix Gatzemeier).
11923
11924 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11925 nil.
11926
11927 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11930
11931 2005-02-18 David Kastrup <dak@gnu.org>
11932
11933 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11934 use `mark-active' when defined.
11935
11936 2005-02-18 Kenichi Handa <handa@m17n.org>
11937
11938 * ps-print.el (ps-font-info-database): New entry
11939 ZapfChancery-MediumItalic with correct font name. Fix font name
11940 of the entry Zapf-Chancery-MediumItalic.
11941
11942 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11943
11944 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11945
11946 2005-02-16 Kim F. Storm <storm@cua.dk>
11947
11948 * ido.el (ido-fallback-command): Pass user input to fallback command.
11949
11950 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11951
11952 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11953 (gdb-find-file-hook): Add server prefix.
11954
11955 2005-02-16 Richard M. Stallman <rms@gnu.org>
11956
11957 * replace.el (perform-replace): Pass new args to replace-highlight.
11958 (replace-highlight): Take region args,
11959 and pass them to isearch-lazy-highlight-new-loop.
11960
11961 * novice.el (disabled-command-hook): Autoload the defalias
11962 and the make-obsolete-variable call.
11963
11964 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11965
11966 * isearch.el (isearch-lazy-highlight-start-limit)
11967 (isearch-lazy-highlight-end-limit): New variables limit
11968 the region for highlighting.
11969 (isearch-lazy-highlight-new-loop): New args BEG and END.
11970 (isearch-lazy-highlight-search): Use the new vars.
11971 (isearch-lazy-highlight-update): Likewise.
11972
11973 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11974
11975 * cus-start.el (all): Use default-boundp.
11976
11977 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11978
11979 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11980
11981 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11982
11983 * autorevert.el (auto-revert-stop-on-user-input)
11984 (auto-revert-verbose): Doc fixes.
11985
11986 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11987
11988 * international/mule-cmds.el (set-locale-environment): Remove call
11989 to set-selection-coding-system on Windows.
11990
11991 2005-02-15 Jay Belanger <belanger@truman.edu>
11992
11993 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11994 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11995 calcFunc-coth.
11996 (math-simplify-sqrt): Add simplifications.
11997
11998 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11999 to list.
12000
12001 * calc/calc-ext.el: Add functions to autoloads.
12002
12003 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12004 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12005 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12006 (math-csc-raw, math-cot-raw): New functions.
12007
12008 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12009
12010 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12011 the variable name in a message.
12012
12013 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12014 calcFunc-csc, calcFunc-cot.
12015
12016 * calc/calcalg2.el: Add derivative and integration rules for
12017 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12018 calcFunc-csch, calcFunc-coth.
12019 (math-do-integral-methods): Add to checks for when to use
12020 substitutions.
12021
12022 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12023
12024 2005-02-15 Lute Kamstra <lute@gnu.org>
12025
12026 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12027 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12028 <monnier@iro.umontreal.ca>
12029 (lisp-outline-level): Improve efficiency. Suggested by David
12030 Kastrup <dak@gnu.org>.
12031
12032 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12033
12034 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12035 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12036 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12037 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12038 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12039
12040 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12041
12042 * cus-start.el (all): Comment change.
12043
12044 2005-02-14 Lute Kamstra <lute@gnu.org>
12045
12046 * cus-start.el (all): Check if symbol is void.
12047
12048 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12049
12050 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12051 optional argument to \cite.
12052
12053 2005-02-14 Richard M. Stallman <rms@gnu.org>
12054
12055 * cus-edit.el (custom-buffer-create-internal): Update help message.
12056 (custom-magic-alist): Update help messages.
12057
12058 * cus-start.el (all): Allow a var to specify a standard value.
12059
12060 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12061
12062 * custom.el (custom-theme-set-variables): Handle variable aliases.
12063
12064 * frame.el (blink-cursor-timer): Doc fix.
12065 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12066 declare obsolete.
12067 (blink-cursor-mode): Define with defcustom and use correct
12068 standard expression in that defcustom.
12069 * startup.el (command-line): Adapt to above changes in frame.el.
12070
12071 2005-02-11 Lute Kamstra <lute@gnu.org>
12072
12073 * apropos.el (apropos-score-doc): Prevent division by zero.
12074
12075 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12076
12077 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12078 (icalendar--get-event-property-attributes)
12079 (icalendar--get-event-properties)
12080 (icalendar--datetime-to-diary-date): New functions.
12081 (icalendar--split-value): Doc fix.
12082 (icalendar--datetime-to-noneuropean-date)
12083 (icalendar--datetime-to-european-date): New optional argument
12084 SEPARATOR. Return result as a string instead of a list.
12085 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12086 (icalendar--convert-string-for-export): Rename arg S to STRING.
12087 (icalendar-export-region): Doc fix. Change name of error buffer.
12088 Save output buffer.
12089 (icalendar-import-file): Add blank at end of prompt.
12090 (icalendar-import-buffer): Doc fix. Do not switch to error
12091 buffer. Indicate status in return value.
12092 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12093 buffer. Save output buffer. Handle exception from recurrence
12094 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12095 events. Fix problems with weekly all-day events.
12096
12097 2005-02-10 Richard M. Stallman <rms@gnu.org>
12098
12099 * simple.el (eval-expression-print-format):
12100 Avoid warning about edebug-active.
12101
12102 * help.el (help-for-help-internal): Rename from help-for-help.
12103 (help-for-help): Define with defalias.
12104
12105 * font-core.el (font-lock-default-function): Use with-no-warnings.
12106
12107 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12108
12109 * custom.el (defface): Doc fix.
12110
12111 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12112
12113 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12114 width 0" to prevent word wrapping problems.
12115
12116 2005-02-09 Kim F. Storm <storm@cua.dk>
12117
12118 * ido.el (ido-file-extensions-order): New defcustom.
12119 (ido-file-extension-lessp, ido-file-extension-aux)
12120 (ido-file-extension-order): New advanced file ordering.
12121 (ido-file-lessp): New simple file ordering.
12122 (ido-sort-list): Remove.
12123 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12124 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12125
12126 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12127
12128 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12129 that some versions of grep produce.
12130 (grep-mode-font-lock-keywords): Likewise.
12131
12132 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12133
12134 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12135 (gdb-cdir): Delete.
12136 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12137 (gdb-source-info): Treat case when source file is in another
12138 directory properly.
12139 (gdb-get-location): New function.
12140
12141 2005-02-07 Jay Belanger <belanger@truman.edu>
12142
12143 * calc/calc-prog.el (calc-write-parse-table-part)
12144 (calc-fix-token-name): Fix a check for language type.
12145
12146 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12147
12148 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12149
12150 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12151 as directory not writable.
12152
12153 2005-02-07 Kim F. Storm <storm@cua.dk>
12154
12155 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12156 (cua--standard-movement-commands): Remove list.
12157 Instead, set CUA property value to move for movement commands.
12158 (cua-movement-commands): Remove. Users must set CUA prop instead.
12159 (cua--pre-command-handler): Check CUA property.
12160 (cua--init-keymaps): Don't remap undo commands.
12161 (cua-mode): Don't call cua--rectangle-on-off.
12162
12163 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12164 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12165 (cua--rect-undo-set-point): New var.
12166 (cua--rectangle-undo-boundary): Setup undo apply entry.
12167 (cua--rect-undo-handler): New function for rectangle undo.
12168 (cua--rect-start-position, cua--rect-end-position): Add.
12169 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12170 for restored rectangle. Set point if cua--rect-undo-set-point.
12171
12172 2005-02-06 Jay Belanger <belanger@truman.edu>
12173
12174 * calc/calc-lang.el (calc-tex-language): Display more information
12175 in messages.
12176
12177 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12178 in TeX mode.
12179
12180 2005-02-06 Richard M. Stallman <rms@gnu.org>
12181
12182 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12183
12184 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12185
12186 * net/ldap.el (ldap-search-internal): Support attributes with
12187 optional descriptions separated by a semi-colon, as in
12188 "userCertificate;binary".
12189
12190 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12191
12192 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12193 isn't a cons (i.e. the version is 0).
12194
12195 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12196
12197 * help.el (help-for-help): Doc fix.
12198
12199 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12200
12201 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12202 GDB-Windows on the menu-bar as this works better.
12203
12204 2005-02-04 Jay Belanger <belanger@truman.edu>
12205
12206 * calc/calc-embed.el (calc-embedded-update): Don't put in
12207 unnecessary newlines. Adjust the end of formula marker.
12208
12209 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12210 (math-latex-parse-two-args): New function.
12211
12212 2005-02-03 Lute Kamstra <lute@gnu.org>
12213
12214 * help-fns.el (help-with-tutorial): Make sure that users cannot
12215 remove the entire text of the tutorial by means of `undo'.
12216
12217 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12220 in recent changes, where the ispell process was repeatedly
12221 killed & restarted.
12222
12223 * international/mule-cmds.el (set-locale-environment): Set file-name
12224 coding system to utf-8 on Darwin systems.
12225 (set-default-coding-systems): Don't set default-file-name-coding-system
12226 on Darwin systems.
12227
12228 2005-02-03 Richard M. Stallman <rms@gnu.org>
12229
12230 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12231
12232 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12233
12234 * faces.el (list-faces-display): Add optional argument.
12235
12236 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * font-core.el (font-lock-default-function): Handle the rare case where
12239 only font-lock-keywords is set.
12240
12241 2005-02-02 Kenichi Handa <handa@m17n.org>
12242
12243 * international/characters.el: Cancel previous change for
12244 I-WITH-DOT-ABOVE and DOTLESS-i.
12245
12246 * international/latin-5.el: Cancel previous change.
12247
12248 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12249
12250 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12251
12252 2005-02-02 Kenichi Handa <handa@m17n.org>
12253
12254 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12255 DOTLESS-i.
12256
12257 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12258 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12259
12260 * case-table.el (get-upcase-table): New function.
12261 (copy-case-table): Copy upcaes table too if non-nil.
12262 (set-case-syntax-delims): Maintain upcase table too.
12263 (set-case-syntax-pair): Likewise.
12264 (set-upcase-syntax, set-downcase-syntax): New functions.
12265 (set-case-syntax): Maintain upcase table too.
12266
12267 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12268
12269 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12270
12271 * progmodes/gud.el (gud-goto-info): New function.
12272 (gud-tool-bar-map): Use correct icon.
12273
12274 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12275
12276 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12277 When delegating, order args in the funcall correctly.
12278
12279 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12280
12281 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12282
12283 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12284
12285 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12286 buffer not visiting a file.
12287
12288 2005-01-31 Jay Belanger <belanger@truman.edu>
12289
12290 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12291 bound on the line with the formula.
12292
12293 2005-01-31 Kim F. Storm <storm@cua.dk>
12294
12295 * ses.el (ses-create-cell-variable-range)
12296 (ses-destroy-cell-variable-range, ses-reset-header-string)
12297 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12298 (ses-insert-row): Fix format of apply undo entries.
12299
12300 2005-01-31 Jay Belanger <belanger@truman.edu>
12301
12302 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12303 parts.
12304
12305 * calc/calc-embed.el (calc-embedded-open-formula)
12306 (calc-embedded-close-formula): Ignore matrix environments.
12307
12308 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12309 TeX mode.
12310
12311 * calc/calc-lang.el (math-function-table, math-oper-table)
12312 (math-variable-table): Adjust the LaTeX portions.
12313
12314 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12315 (math-latex-ignore-words): New constant.
12316
12317 2005-01-31 Richard M. Stallman <rms@gnu.org>
12318
12319 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12320 (ispell-local-dictionary): Doc fix.
12321 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12322 Don't reinitialize at run time. Don't defcustom.
12323 All uses changed to append ispell-local-dictionary-alist,
12324 or check it first.
12325 (ispell-current-dictionary): New variable for dictionary in use.
12326 (ispell-dictionary): Now used only for global default.
12327 (ispell-start-process): Set ispell-current-dictionary,
12328 not ispell-dictionary.
12329 (ispell-change-dictionary): Use this only for setting
12330 user preferences.
12331 (ispell-internal-change-dictionary): New function
12332 to change the current dictionary in use.
12333 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12334 Use ispell-current-dictionary.
12335 Handle ispell-local-dictionary-overridden.
12336 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12337
12338 2005-01-31 Jay Belanger <belanger@truman.edu>
12339
12340 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12341
12342 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12343 (calc-mode-map): Add calc-latex-language.
12344
12345 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12346 (math-latex-print-frac): New functions.
12347 (math-oper-table, math-function-table, math-variable-table)
12348 (math-complex-format, math-input-filter): Add latex properties.
12349 (calc-set-language): Set math-expr-special-function-mapping.
12350
12351 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12352 (calc-write-parse-table-part): Add LaTeX support.
12353
12354 * calc/calc.el (calc-language): Adjust docstring.
12355 (calc-set-mode-line): Add LaTeX support.
12356 (math-expr-special-function-mapping): New variable.
12357 (math-tex-ignore-words): Add to list.
12358
12359 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12360 Add LaTeX support.
12361 (math-compose-expr): Add support for special functions.
12362
12363 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12364
12365 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12366
12367 * progmodes/gdb-ui.el (gdb-memory-address)
12368 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12369 (gdb-memory-mode-map, gdb-memory-format-keymap)
12370 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12371 (gdb-memory-unit-menu): New variables for a buffer
12372 that lets the user examine program memory.
12373 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12374 (gdb-memory-format-binary, gdb-memory-format-octal)
12375 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12376 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12377 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12378 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12379 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12380 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12381 (gdb-memory-mode, gdb-memory-buffer-name)
12382 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12383 New functions for above buffer.
12384
12385 2005-01-30 Richard M. Stallman <rms@gnu.org>
12386
12387 * cus-edit.el (custom-bury-buffer): Function deleted.
12388 (custom-buffer-done-function): Option deleted.
12389 (custom-buffer-done-kill): New (replacement option.
12390 (Custom-buffer-done): Call quit-window.
12391 (custom-buffer-create-internal): Update for above changes.
12392
12393 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12394
12395 * simple.el (undo-ask-before-discard): New var.
12396 (undo-outer-limit-truncate): Implement it.
12397 (undo-extra-outer-limit): Doc update.
12398
12399 2005-01-29 Richard M. Stallman <rms@gnu.org>
12400
12401 * ses.el (undo-more): Delete defadvice.
12402 (ses-begin-change): Doc fix.
12403
12404 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12405 instead of rebinding C-x u and C-_.
12406
12407 * files.el (normal-backup-enable-predicate): Return nil for files
12408 in /tmp, regardless of temporary-file-directory.
12409
12410 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12411
12412 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12413 (open-rectangle, delete-whitespace-rectangle-line)
12414 (clear-rectangle-line): If FILL, pass t instead of FILL
12415 for move-to-column's 2nd arg.
12416
12417 * simple.el (undo): Fix the test for continuing a series of undos.
12418 (undo-more): Set pending-undo-list to t when we reach end.
12419 (pending-undo-list): Move up defvar.
12420
12421 * wid-edit.el (widget-button-click):
12422 Shorten the range of the track-mouse binding.
12423
12424 * comint.el (comint-insert-input): Undo previous changes;
12425 use last-input-event in interactive spec.
12426
12427 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12428
12429 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12430 to nil before invoking call-process. Reset buffer's modified flag
12431 after fontifying it in the no-async branch.
12432
12433 * wid-edit.el (widget-specify-button): If mouse pointer shape
12434 cannot be changed, use mouse face instead.
12435
12436 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12437
12438 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12439 (gdb-goto-breakpoint): Make breakpoint handling work on template
12440 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12441 (gdb-assembler-custom): Update to recognize breakpoint information
12442 added on 2005-01-19.
12443
12444 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12447 (dsssl-mode): Use define-derived-mode.
12448 (scheme-mode-initialize): Remove.
12449 (scheme-mode): Use run-mode-hooks.
12450
12451 * cus-edit.el (customize-group-other-window)
12452 (custom-buffer-create-other-window): Don't override special-display-*.
12453 (custom-mode-map): Make it dense.
12454
12455 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12456 sets the default value.
12457
12458 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12459
12460 * descr-text.el: Add more keywords.
12461
12462 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12463
12464 * speedbar.el: Avoid unnecessary use of locate-library.
12465
12466 * international/mule-cmds.el (standard-display-european-internal):
12467 Don't fiddle with latin-1 non-break space any more since it's now
12468 special cased in the C code.
12469 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12470
12471 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12472
12473 * cus-start.el (all): Add `undo-outer-limit'.
12474
12475 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12476
12477 * textmodes/bibtex.el (bibtex-format-entry):
12478 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12479 field lines.
12480 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12481 not on part of a buffer.
12482
12483 2005-01-25 Lute Kamstra <lute@gnu.org>
12484
12485 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12486 nonempty field text strings like "{letters\\macro{}more letters}".
12487 Clarify docstring.
12488 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12489 (bibtex-entry-offset, bibtex-parse-association)
12490 (bibtex-parse-field-name): Fix typos in docstrings.
12491 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12492
12493 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12494
12495 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12496 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12497 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12498 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12499
12500 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12501 isearch minor mode.
12502
12503 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12504
12505 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12506
12507 2005-01-24 Lute Kamstra <lute@gnu.org>
12508
12509 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12510 CASECHARS and NOT-CASECHARS regular expressions of the
12511 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12512 striding over charsets" error.
12513
12514 2005-01-24 Jay Belanger <belanger@truman.edu>
12515
12516 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12517 display variable name.
12518
12519 2005-01-24 Kenichi Handa <handa@m17n.org>
12520
12521 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12522 Fix setting of the element of encoded-kbd-iso2022-invocations.
12523
12524 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12525
12526 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12527 (gdb-threads-select): Change to also accept mouse events.
12528 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12529 (gdb-threads-mouse-select): Delete.
12530
12531 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12532
12533 * files.el (insert-directory): Take care of empty directory,
12534 listed without -a switch.
12535
12536 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 * textmodes/refill.el (refill-post-command-function):
12539 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12540 to the list of functions that we should be careful not to undo.
12541 (refill-late-fill-paragraph-function): Remove.
12542 (refill-saved-state): New var.
12543 (refill-mode): Use it to save fill-paragraph-function.
12544 Save also the value of auto-fill-function.
12545
12546 * term/w32-win.el: Simplify code.
12547
12548 2005-01-23 Kim F. Storm <storm@cua.dk>
12549
12550 * simple.el (line-move): Adapt to new return value from
12551 pos-visible-in-window-p.
12552
12553 * simple.el (line-move): Fix last change. Check partial
12554 visibility at point rather than at window-start.
12555
12556 2005-01-22 Jason Rumney <jasonr@gnu.org>
12557
12558 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12559
12560 2005-01-22 David Kastrup <dak@gnu.org>
12561
12562 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12563
12564 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12565
12566 * type-break.el (type-break-mode): Add a test for
12567 type-break-file-name being non-nil.
12568
12569 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12570
12571 * net/eudc.el (top level): Call (message "") via progn, so that
12572 eudc-options-file is loaded.
12573
12574 2005-01-22 Kim F. Storm <storm@cua.dk>
12575
12576 * simple.el (line-move-1): Rename from line-move.
12577 (line-move): New function that adjusts vscroll for partially
12578 visible rows, and calls line-move-1 otherwise.
12579
12580 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12581
12582 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12583 since it's not a complete read-event implementation
12584
12585 2005-01-20 Jay Belanger <belanger@truman.edu>
12586
12587 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12588 for called function.
12589
12590 2005-01-20 Steven Tamm <steventamm@mac.com>
12591
12592 * term/mac-win.el (process-connection-type): Remove.
12593 Controlled now by s/darwin.h:PTY_ITERATION.
12594
12595 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * window.el (handle-select-window): Don't switch window when we're
12598 in the minibuffer.
12599
12600 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12601
12602 * subr.el (dotimes-with-progress-reporter): New macro.
12603
12604 * ses.el (ses-dotimes-msg): Remove macro.
12605 Use `dotimes-with-progress-reporter' instead.
12606
12607 2005-01-19 Steven Tamm <steventamm@mac.com>
12608
12609 * term/mac-win.el (process-connection-type): Use new
12610 operating-system-release variable to use ptys on Darwin 7 (OS X
12611 10.3) when using carbon build.
12612
12613 2005-01-19 Jay Belanger <belanger@truman.edu>
12614
12615 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12616 flags if the last command was a tab or M-tab.
12617
12618 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12619 in formula editing buffer.
12620
12621 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12622
12623 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12624 breakpoint image symbol in margin.
12625
12626 2005-01-19 Jay Belanger <belanger@truman.edu>
12627
12628 * calc/calc-prog.el (calc-execute-kbd-macro):
12629 Ignore calc-keep-arg-flag.
12630
12631 2005-01-19 Kenichi Handa <handa@m17n.org>
12632
12633 * textmodes/ispell.el (ispell-looking-at): New function.
12634 (ispell-process-line): Use ispell-looking-at to compare the ispell
12635 output and the buffer contents.
12636
12637 2005-01-18 Jay Belanger <belanger@truman.edu>
12638
12639 * calc/calc.el (calc-display-raw): Fix docstring.
12640
12641 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12642
12643 * simple.el (blink-matching-open): Strip extra info from syntax.
12644
12645 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12646 funny chars in the end-of-here-doc marker.
12647
12648 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12649
12650 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12651 that enable/disabled state of breakpoints is shown correctly in
12652 fringe and on ttys.
12653 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12654 Add breakpoint information as text properties.
12655 (gdb-mouse-toggle-breakpoint):
12656 Rename to gdb-mouse-set-clear-breakpoint.
12657 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12658 breakpoints in the margin.
12659 (gdb-remove-strings): Simplify.
12660
12661 2005-01-17 Jay Belanger <belanger@truman.edu>
12662
12663 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12664 erasing buffer.
12665
12666 2005-01-17 Richard M. Stallman <rms@gnu.org>
12667
12668 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12669 for calling grep-compute-defaults.
12670
12671 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12672 if buffer is empty.
12673
12674 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12675
12676 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12677
12678 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12679
12680 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12681 non-preloaded variables.
12682
12683 2005-01-17 Steven Tamm <steventamm@mac.com>
12684
12685 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12686 tex-shell cause to force interactivity when using pipes.
12687
12688 2005-01-17 Kim F. Storm <storm@cua.dk>
12689
12690 * simple.el (just-one-space): Make arg optional.
12691
12692 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12693
12694 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12695 posn-at-x-y to t to access left-margin.
12696
12697 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12698
12699 Sync with Tramp 2.0.47.
12700
12701 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12702 catching keep-date problems in cp/scp operations.
12703 (tramp-handle-copy-file): Don't call `set-file-modes'
12704 unconditionally. Specialized functions should know better what is
12705 necessary. This improves performance a little bit, and the
12706 functions could catch errors with `cp -p' and `scp -p'.
12707 (tramp-do-copy-or-rename-file-via-buffer)
12708 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12709 when appropriate.
12710 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12711 Call `set-file-modes' when appropriate.
12712 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12713 Johnsson <isak@hypergene.com>
12714 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12715 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12716 <joakim@verona.se>
12717 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12718 Emacs only.
12719
12720 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12721 `find-file-hooks' and `dired-mode-hook'.
12722 (tramp-minor-mode-map): Respective map. Add remapping for
12723 `compile' and `recompile'.
12724 (tramp-remap-command, tramp-recompile): New defuns.
12725 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12726 in buffer "*Compilation*". Call the commands asynchronously.
12727
12728 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12729 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12730 `shell-command', because it isn't magic in XEmacs. Reported by
12731 Adrian Aichner <adrian@xemacs.org>.
12732
12733 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12734 `substitute-in-file-name.
12735 (tramp-smb-handle-substitute-in-file-name): New defun.
12736 (tramp-smb-advice-PC-do-completion): Delete advice.
12737
12738 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12739
12740 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12741 Fix error in deleting region.
12742
12743 2005-01-15 Richard M. Stallman <rms@gnu.org>
12744
12745 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12746 In non-temp buffer, switch syntax table temporarily.
12747
12748 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12749
12750 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12751
12752 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12753
12754 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12755 (imenu--generic-function): Use START, not BEG, as pos of definition.
12756
12757 * simple.el (just-one-space): Argument specifies number of spaces.
12758
12759 * simple.el (eval-expression-print-format): Avoid warning
12760 about edebug-active.
12761
12762 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12763
12764 * progmodes/sh-script.el: Code copied from make-mode.el
12765 with small changes,
12766 (sh-mode-map): Bind C-c C-\.
12767 (sh-backslash-column, sh-backslash-align): New variables.
12768 (sh-backslash-region, sh-append-backslash): New functions.
12769
12770 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12771
12772 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12773 (rmail-pop-password, rmail-pop-password-required): Move to
12774 rmail-obsolete group.
12775 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12776 All callers updated.
12777 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12778 Take an argument specifying whether it is POP or IMAP mailbox we
12779 are using. All callers updated.
12780 (rmail-pop-password-error): Rename to
12781 rmail-remote-password-error. Added mailutils-specific error message.
12782 (rmail-movemail-search-path)
12783 (rmail-movemail-variant-in-use): New variables.
12784 (rmail-remote-password, rmail-remote-password-required):
12785 New customization variables.
12786 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12787 (rmail-parse-url): New function.
12788 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12789 with GNU mailutils movemail.
12790
12791 2005-01-15 Kevin Ryde <user42@zip.com.au>
12792
12793 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12794 suffix to space, $ or '$, to correctly position point when going
12795 to @table style constants like DBL_MAX.
12796
12797 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12798
12799 * type-break.el (type-break-mode, type-break-file-time)
12800 (type-break-file-keystroke-count, type-break-choose-file):
12801 Don't store data in or load data from the file if type-break-file-name
12802 is nil.
12803 (type-break-file-name): Doc update as per the above.
12804
12805 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12806
12807 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12808 lookup-key might return nil; handle that.
12809
12810 2005-01-15 Alan Mackenzie <acm@muc.de>
12811
12812 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12813 rather than the element found, thus enabling the tree to be setcar'd.
12814
12815 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12816
12817 * textmodes/org.el (org-show-following-heading): New option.
12818 (org-show-hierarchy-above): Use `org-show-following-heading'.
12819 (org-cycle): Documentation fix.
12820
12821 * textmodes/org.el (orgtbl-optimized): New option
12822 (orgtbl-mode): New command, a minor mode.
12823 (orgtbl-mode-map): New variable.
12824 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12825 (orgtbl-error, orgtbl-self-insert-command)
12826 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12827
12828 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12829 a local variable in each org-mode buffer.
12830
12831 * textmodes/org.el (org-set-regexps-and-options): Rename from
12832 `org-set-regexps'. Added checking for STARTUP keyword.
12833 (org-get-current-options): Add STARTUP options.
12834 (org-table-insert-row): Make mode intelligent about when
12835 realignment is needed.
12836 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12837 New commands.
12838 (org-enable-table-editor): New default value `optimized'.
12839 (org-table-blank-field): Support blanking regions if active.
12840
12841 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12842
12843 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12844 if the year is not given.
12845
12846 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12847 Add new escapes %m and %M, fixed bug with %F by adding
12848 save-match-data.
12849 (reftex-reference): Remove ?. from list of spaces.
12850 (reftex-label-info): Add automatic label prefix recognition.
12851
12852 * textmodes/reftex-index.el (reftex-index-next-phrase):
12853 Add slave parameter to call of `reftex-index-this-phrase'.
12854 (reftex-index-this-phrase): New optional argument.
12855 (reftex-index-region-phrases): Add slave parameter to call of
12856 `reftex-index-this-phrase'.
12857 (reftex-display-index): New argument redo.
12858 (reftex-index-rescan): Add 'redo to arguments of
12859 `reftex-display-index'.
12860 (reftex-index-Rescan, reftex-index-revert)
12861 (reftex-index-switch-index-tag): Add 'redo to arguments of
12862 `reftex-display-index'.
12863 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12864 indexing. Fix bug with matching is there is a quote before or
12865 after the word.
12866
12867 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12868 Fix bug when collecting citation keys in lines with comments.
12869 (reftex-citation): Prefix argument no longer rescans the document,
12870 but forces prompting for optional arguments of cite macros.
12871 (reftex-do-citation): Prompting for optional arguments implemented.
12872
12873 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12874 Add optional arguments to most cite commands.
12875 (reftex-cite-cleanup-optional-args): New option
12876 (reftex-cite-prompt-optional-args): New option.
12877 (reftex-trust-label-prefix): New option.
12878
12879 * textmodes/reftex-toc.el (reftex-toc-find-section):
12880 Add push-mark before changing the position in the buffer.
12881
12882 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12883 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12884
12885 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12886
12887 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12888 more carefully.
12889
12890 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12891
12892 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12893 (sgml-mode): Use it.
12894 (sgml-get-context): Better keep track of implicitly closed tags.
12895
12896 2005-01-13 Kenichi Handa <handa@m17n.org>
12897
12898 * textmodes/ispell.el: These changes are to fix misalignment error
12899 caused by equivalent characters of different Emacs charsets.
12900 (ispell-unified-chars-table): New variable.
12901 (ispell-get-decoded-string): New function.
12902 (ispell-get-casechars, ispell-get-not-casechars)
12903 (ispell-get-otherchars): Call ispell-get-decoded-string.
12904
12905 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12906
12907 * custom.el (custom-declare-variable): Just put symbol instead
12908 of (defvar . symbol) in `current-load-list'.
12909
12910 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12911
12912 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12913
12914 2005-01-12 Jay Belanger <belanger@truman.edu>
12915
12916 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12917 to create a Calc summary.
12918
12919 2005-01-12 Kim F. Storm <storm@cua.dk>
12920
12921 * mouse.el (mouse-on-link-p): Change functionality and doc
12922 string to comply with latest description in lisp ref.
12923
12924 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12925
12926 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12927 Enable mouse clicks on mode-line, header-line and margin.
12928 (event-type): Give mouse event symbols an 'event-kind property
12929 with value 'mouse-click.
12930
12931 2005-01-12 Juri Linkov <juri@jurta.org>
12932
12933 * facemenu.el (list-colors-display): Add new arg buffer-name.
12934 Use it. Fix docstring. Replace code for identifying duplicate
12935 colors by the name with call to `list-colors-duplicates' which
12936 identifies duplicate colors by the value unless the color
12937 is one of special Windows colors. Set truncate-lines to t.
12938 Print sorted duplicate color names on each line. Indent to 22
12939 \(the longest color name in rgb.txt) instead of 20. Optimize.
12940 (list-colors-duplicates): New function.
12941 (facemenu-color-name-equal): Delete function.
12942
12943 * facemenu.el (list-colors-print): New function created from code
12944 in list-colors-display. Print #RRGGBB at the window right edge.
12945 (list-colors-display): When temp-buffer-show-function is not
12946 defined, call list-colors-print from temp-buffer-show-hook
12947 to get the right value of window-width in list-colors-print
12948 after the buffer is displayed.
12949
12950 * simple.el (pop-mark): Move deactivate-mark out of conditional
12951 part to deactivate the active mark regardless of the state of the
12952 mark ring.
12953
12954 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12955 variables line in desktop files.
12956
12957 2005-01-12 Juri Linkov <juri@jurta.org>
12958
12959 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12960 Bring together isearch highlight related options.
12961 (lazy-highlight): Replace group `replace' by `matching'.
12962 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12963 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12964 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12965 and declare them obsolete.
12966 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12967 (isearch-faces): Remove defgroup.
12968 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12969 Move isearch highlighting code closer to lazy highlighting code.
12970
12971 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12972 (query-replace-highlight, query-replace-lazy-highlight)
12973 (query-replace): Move definitions to the beginning of the file.
12974
12975 2005-01-11 Juri Linkov <juri@jurta.org>
12976
12977 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12978 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12979 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12980
12981 * info.el (Info-history-forward): New variable.
12982 (Info-select-node): Reset Info-history-forward to nil.
12983 (Info-last): Turn into defalias.
12984 (Info-history-back): Rename from Info-last.
12985 Add current node to Info-history-forward.
12986 (Info-history-forward): New fun.
12987 (Info-mode-map): Replace Info-last by Info-history-back.
12988 Bind Info-history-forward to "r".
12989 (Info-mode-menu): Replace Info-last by Info-history-back.
12990 Fix menu item text. Add menu item for Info-history-forward.
12991 (info-tool-bar-map): Replace Info-last by Info-history-back.
12992 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12993 for Info-history-forward.
12994 (Info-mode): Replace Info-last by Info-history-back in docstring.
12995 Add local variable Info-history-forward.
12996 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12997
12998 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13001 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13002 Ignore select-window events rather than fiddle with
13003 mouse-autoselect-window.
13004
13005 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13006
13007 * type-break.el (type-break-mode): Fix previous change.
13008
13009 2005-01-10 Jay Belanger <belanger@truman.edu>
13010
13011 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13012 calculator; only reset when point is inside a calculator.
13013 Don't adjust the window height if the window takes up the whole height
13014 of the frame.
13015
13016 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13017
13018 * ebuff-menu.el (Electric-buffer-menu-mode):
13019 Preserve value of buffer-local var header-line-format.
13020
13021 2005-01-09 Jay Belanger <belanger@truman.edu>
13022
13023 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13024 Make sure settings file exists before accessing it.
13025
13026 * calc/calc-embed.el (calc-embedded-subst):
13027 Replace math-multi-subst-rec, which is only supposed to be called
13028 by math-multi-subst, by math-multi-subst.
13029
13030 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13031
13032 * vc.el (vc-allow-async-revert): New user option.
13033 (vc-disable-async-diff): New internal variable.
13034 (vc-revert-buffer): Use them to disable asynchronous diff.
13035
13036 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13037 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13038 asynchronously if vc-disable-async-diff is t.
13039
13040 2005-01-09 Jay Belanger <belanger@truman.edu>
13041
13042 * calc/calc.el (defcalcmodevar): New macro.
13043 (calc-mode-var-list-restore-default-values)
13044 (calc-mode-var-list-restore-saved-values): New functions.
13045 (calc-mode-var-list): Use defcalcmodevar to define it.
13046 (calc-always-load-extensions, calc-line-numbering)
13047 (calc-line-breaking, calc-display-just, calc-display-origin)
13048 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13049 (calc-group-char, calc-point-char, calc-frac-format)
13050 (calc-prefer-frac, calc-hms-format, calc-date-format)
13051 (calc-float-format, calc-full-float-format, calc-complex-format)
13052 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13053 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13054 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13055 (calc-matrix-brackets, calc-language, calc-language-option)
13056 (calc-left-label, calc-right-label, calc-word-size)
13057 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13058 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13059 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13060 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13061 (calc-window-height, calc-display-trail, calc-show-selections)
13062 (calc-use-selections, calc-assoc-selections)
13063 (calc-display-working-message, calc-auto-why, calc-timing)
13064 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13065 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13066 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13067 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13068 (calc-gnuplot-geometry, calc-graph-default-resolution)
13069 (calc-graph-default-resolution-3d, calc-invocation-macro)
13070 (calc-show-banner): Use defcalcmodevar to declare them and set
13071 their default values.
13072
13073 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13074 instead of default values (but restore default values if there is
13075 an argument of 0).
13076
13077 2005-01-09 David Kastrup <dak@gnu.org>
13078
13079 * desktop.el (desktop-restore-eager): Fix typo in type.
13080
13081 2005-01-08 Richard M. Stallman <rms@gnu.org>
13082
13083 * cus-edit.el (customize): Delete :link.
13084
13085 2005-01-08 Jay Belanger <belanger@truman.edu>
13086
13087 * calc/calc.el (calc-mode): Remove the extension from the
13088 `calc-settings-file' file name when loading it.
13089
13090 2005-01-08 Kim F. Storm <storm@cua.dk>
13091
13092 * info.el (Info-mode-map, Info-next-link-keymap)
13093 (Info-prev-link-keymap, Info-up-link-keymap):
13094 Map follow-link to mouse-face.
13095 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13096
13097 2005-01-08 Jay Belanger <belanger@truman.edu>
13098
13099 * calc/calc.el (calc-settings-file): Change default value.
13100 Suggested by cgw in a comment in calc-mode.el.
13101
13102 * calc/calc-mode.el (calc-settings-file-name):
13103 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13104 Replace ~/.emacs in a prompt by calc-settings-file.
13105
13106 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13107
13108 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13109 (desktop-lazy-idle-delay): New customizable variables.
13110 (desktop-buffer-args-list): New variable.
13111 (desktop-append-buffer-args): New function.
13112 (desktop-save): Call desktop-append-buffer-args for some buffers.
13113 (desktop-lazy-create-buffer): New function.
13114 (desktop-idle-create-buffers): New function.
13115 (desktop-read): Add message about buffers to restore lazily.
13116 (desktop-lazy-abort): New command.
13117 (desktop-clear): Call desktop-lazy-abort.
13118 (desktop-lazy-complete): New command.
13119
13120 2005-01-06 Richard M. Stallman <rms@gnu.org>
13121
13122 * emacs-lisp/find-func.el (find-face-definition):
13123 Rename from find-face.
13124
13125 2005-01-06 Kim F. Storm <storm@cua.dk>
13126
13127 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13128
13129 * man.el (Man-xref-man-page, Man-xref-header-file)
13130 (Man-xref-normal-file): Add follow-link property.
13131
13132 2005-01-06 Jay Belanger <belanger@truman.edu>
13133
13134 * calc/calc-units.el: Make sure the proper macro definitions are
13135 available when compiling.
13136
13137 2005-01-06 Juri Linkov <juri@jurta.org>
13138
13139 * isearch.el (isearch-lazy-highlight-update):
13140 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13141
13142 2005-01-06 Miles Bader <miles@gnu.org>
13143
13144 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13145 (isearch-lazy-highlight-face): Use new name.
13146
13147 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13148
13149 * uniquify.el (uniquify-rationalize-file-buffer-names):
13150 Re-add an interactive spec.
13151 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13152 to the same name.
13153
13154 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13155 (isearch-update, isearch-done): Adjust calls accordingly.
13156
13157 2005-01-05 Richard M. Stallman <rms@gnu.org>
13158
13159 * custom.el (custom-set-variables, custom-theme-set-variables):
13160 Clarify documentation.
13161
13162 * emacs-lisp/find-func.el (find-variable)
13163 (find-variable-other-window, find-variable-other-frame):
13164 Fix the TYPE args to find-function-read and find-function-do-it.
13165 (find-function): Doc fix.
13166 (find-function-at-point): Replace function-at-point alias.
13167
13168 2005-01-04 Richard M. Stallman <rms@gnu.org>
13169
13170 * cus-face.el (custom-declare-face):
13171 Record defface in current-load-list.
13172
13173 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13174
13175 * emacs-lisp/find-func.el: Doc fixes.
13176 (find-face-regexp): New variable.
13177 (find-function-regexp-alist): New variable.
13178 (find-function-C-source): Third arg is now TYPE.
13179 (find-function-search-for-symbol): Handle general TYPE.
13180 (find-function-read, find-function-do-it): Handle general TYPE.
13181 (find-definition-noselect, find-face): New functions.
13182 (function-at-point): Alias deleted.
13183
13184 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 * battery.el (display-battery-mode): Rename from display-battery.
13187 Handle the case where it gets turned off.
13188
13189 2005-01-04 Richard M. Stallman <rms@gnu.org>
13190
13191 * cus-edit.el (customize): Make :link point to user doc.
13192
13193 * man.el (Man-fontify-manpage): Turn off undo generation.
13194
13195 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13196
13197 2005-01-04 Andreas Schwab <schwab@suse.de>
13198
13199 * files.el (insert-directory): Only look for error lines in
13200 inserted text. Don't move too far after processing --dired markers.
13201
13202 2005-01-04 Richard M. Stallman <rms@gnu.org>
13203
13204 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13205 Don't expand if the character is @, period, dash, etc.
13206 (define-mail-abbrev): Quote names that contain problem characters.
13207
13208 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13209
13210 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13211
13212 2005-01-03 Richard M. Stallman <rms@gnu.org>
13213
13214 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13215 (query-replace-highlight, query-replace-lazy-highlight)
13216 (query-replace): Definitions moved up. Doc fix.
13217
13218 2005-01-03 Richard M. Stallman <rms@gnu.org>
13219
13220 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13221 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13222 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13223 (lazy-highlight-face): Rename from isearch-lazy-...
13224 Change all references to them.
13225
13226 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13227
13228 * cus-edit.el (custom-file): Doc fix for defcustom.
13229 (custom-file): The function no longer sets the variable
13230 `custom-file' to its return value.
13231
13232 * startup.el (command-line): No longer load `custom-file'.
13233
13234 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13237
13238 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13239 Don't confuse module-prefixed identifiers for labels.
13240 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13241
13242 2005-01-02 Richard M. Stallman <rms@gnu.org>
13243
13244 * files.el (basic-save-buffer-1): Fix previous change.
13245
13246 * loadhist.el (file-loadhist-lookup): New function.
13247 (file-provides, file-requires): Use it.
13248
13249 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13250 instead of calculating the right size.
13251
13252 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13253
13254 * vc-svn.el (vc-svn-diff): Stay local if possible.
13255
13256 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13259
13260 * files.el (hack-local-variables): Fix last change.
13261
13262 2005-01-02 Jay Belanger <belanger@truman.edu>
13263
13264 * calc/calc-yank.el (calc-edit-top): New variable.
13265 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13266 object. Change header properties.
13267 (calc-edit-finish, calc-edit-finish-stack-object)
13268 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13269 edited object.
13270 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13271 for the beginning of the edited object.
13272 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13273 for the beginning of the edited object.
13274 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13275 (calc-finish-formula-edit, calc-macro-repeats)
13276 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13277 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13278 beginning of the edited object.
13279 (calc-user-define-edit): Change the header for editing macros.
13280 Remove unnecessary variable.
13281
13282 2005-01-01 Jay Belanger <belanger@truman.edu>
13283
13284 * calc/calc-yank.el (calc-edit-mode): Change default header.
13285 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13286 * calc/calc-store.el (calc-edit-variable): Change title to match new
13287 header.
13288 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13289 mode to match new header.
13290 (calc-user-define-edit): Change titles to include names of commands.
13291 (calc-finish-formula-edit): Adjust to handle new header.
13292 (calc-finish-macro-edit): Remove.
13293 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13294 (calc-edit-macro-command, calc-edit-macro-command-type)
13295 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13296 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13297 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13298 (calc-edit-macro-finish-edit): New functions.
13299 (calc-user-define-edit): Use new functions to edit named calc macros.
13300
13301 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13302
13303 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13304
13305 * ses.el (copy-region-as-kill): Deactivate mark.
13306
13307 2005-01-01 Richard M. Stallman <rms@gnu.org>
13308
13309 * replace.el (occur-1): If the output buffer is also an input,
13310 don't kill it, rename it.
13311
13312 * faces.el (set-face-background, set-face-foreground): Doc fix.
13313
13314 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13315 for :foreground and :background.
13316
13317 * dired.el (dired-view-command-alist): Variable deleted.
13318 (dired-view-file, dired-mouse-find-file-other-window):
13319 Delete the code to use it.
13320
13321 2005-01-01 Kim F. Storm <storm@cua.dk>
13322
13323 * image.el (insert-sliced-image): Use t for line-height property.
13324
13325 See ChangeLog.11 for earlier changes.
13326
13327 ;; Local Variables:
13328 ;; coding: iso-2022-7bit
13329 ;; End:
13330
13331 Copyright (C) 2005 Free Software Foundation, Inc.
13332 Copying and distribution of this file, with or without modification,
13333 are permitted provided the copyright notice and this notice are preserved.
13334
13335 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1