]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* woman.el (WoMan-xref-man-page): New button type derived
[gnu-emacs] / lisp / ChangeLog
1 2005-10-18 Masatake YAMATO <jet@gyve.org>
2
3 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4
5 * woman.el (WoMan-xref-man-page): New button type derived
6 from `Man-abstract-xref-man-page'.
7 (woman-mode): Pass `WoMan-xref-man-page' to
8 `Man-highlight-references'.
9
10 * man.el (Man-abstract-xref-man-page): New button type.
11 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12 (Man-highlight-references): Add new optiolnal argument `xref-man-type'.
13
14 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16
17 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18
19 * cus-edit.el (Custom-move-and-invoke): Deleted.
20 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21
22 * wid-edit.el (widget-move-and-invoke): New function, from
23 Custom-move-and-invoke.
24
25 2005-10-17 Bill Wohler <wohler@newt.com>
26
27 Moved all remaining images from lisp/toolbar to etc/images, moved
28 lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low
29 resolution images were placed in their own directory (low-color).
30
31 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
32 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
33 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
34 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
35 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
36 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
37 * toolbar/spell.*, toolbar/undo.*: Moved to etc/images.
38
39 * toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*.
40 * toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*.
41 * toolbar/lc-help.*: Moved to etc/images/low-color/help.*.
42 * toolbar/lc-home.*: Moved to etc/images/low-color/home.*.
43 * toolbar/lc-index.*: Moved to etc/images/low-color/index.*.
44 * toolbar/lc-new.*: Moved to etc/images/low-color/new.*.
45 * toolbar/lc-open.*: Moved to etc/images/low-color/open.*.
46 * toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*.
47 * toolbar/lc-preferences.*: Moved to
48 etc/images/low-color/preferences.*.
49 * toolbar/lc-print.*: Moved to etc/images/low-color/print.*.
50 * toolbar/lc-save.*: Moved to etc/images/low-color/save.*.
51 * toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*.
52 * toolbar/lc-search.*: Moved to etc/images/low-color/search.*.
53 * toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*.
54 * toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*.
55
56 To conform with convention, the underscore (_) in the following
57 image names were replaced with dash (-) or (/) as appropriate.
58
59 * toolbar/back_arrow.*: Moved to etc/images/back-arrow.*.
60 * toolbar/fld_open.*: Moved to etc/images/fld-open.*.
61 * toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*.
62 * toolbar/jump_to.*: Moved to etc/images/jump-to.*.
63 * toolbar/left_arrow.*: Moved to etc/images/left-arrow.*.
64 * toolbar/right_arrow.*: Moved to etc/images/right-arrow.*.
65 * toolbar/up_arrow.*: Moved to etc/images/up-arrow.*.
66 * toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*.
67 * toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*.
68 * toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*.
69 * toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*.
70 * toolbar/lc-right_arrow.*.: Moved to
71 etc/images/low-color/right-arrow.*.
72 * toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*.
73 * toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*.
74 * toolbar/mail_send.*: Moved to etc/images/mail/send.*.
75
76 * info.el (info-tool-bar-map): Replaced underscores in image names
77 with dashes.
78
79 * makefile.w32-in (WINS): Removed toolbar.
80
81 * menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in
82 comment.
83
84 * tool-bar.el: Moved to lisp from toolbar. Now that
85 toolbar is empty, it should be deleted when folks run "cvs up
86 -P".
87
88 2005-10-18 Jay Belanger <belanger@truman.edu>
89
90 * calc/calc-store (calc-store-into): Get the proper variable name
91 to display in message.
92
93 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
94
95 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
96 expressions display in speedbar for all buffers when debugging.
97 (gdb-speedbar-expand-node): Ensure node contraction is always
98 updated.
99
100 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
101 (speedbar-insert-button, speedbar-make-button):
102 Use add-text-properties.
103 (speedbar-update-localized-contents)
104 (speedbar-update-directory-contents)
105 (speedbar-update-special-contents): Use dolist.
106 (speedbar-buffer-easymenu-definition): Add a menu separator.
107
108 2005-10-17 Jason Rumney <jasonr@gnu.org>
109
110 * makefile.w32-in: Use $(lisp) consistently.
111 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
112 for shell specific generation of mh-autoloads.
113
114 2005-10-17 Richard M. Stallman <rms@gnu.org>
115
116 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
117
118 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * jit-lock.el (jit-lock-fontify-now):
121 Move jit-lock-context-unfontify-pos to avoid wasted work.
122
123 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
124
125 * net/tramp.el (tramp-completion-mode): New defvar. Used in
126 `tramp-completion-mode' for checking if we are in completion mode.
127 (tramp-completion-handle-file-name-all-completions): Reorder code
128 in order to complete for file names only in case there are no
129 method/user/host completions. This is necessary for cooperation
130 with ido. Reported by Kim F. Storm <storm@cua.dk>.
131
132 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
133
134 * longlines.el (longlines-search-forward)
135 (longlines-search-backward): Match any number of spaces.
136
137 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
138
139 * diff-mode.el (diff-mode): Doc fix.
140
141 2005-10-16 David Reitter <david.reitter@gmail.com>
142
143 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
144 as default on darwin and windows systems.
145
146 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
147
148 * arc-mode.el (archive-zip-extract): Doc fix.
149
150 2005-10-16 Romain Francoise <romain@orebokech.com>
151
152 * mouse.el (mouse-1-click-follows-link): Doc fix.
153
154 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * savehist.el: Don't require CL at runtime.
157 (savehist-xemacs): Remove.
158 (savehist-coding-system): Use utf-8 if present, regardless of religion.
159 (savehist-no-conversion): Use (featurep 'xemacs).
160 (savehist-load): Check existence of start-itimer rather than XEmacs.
161 Use an idle timer.
162 (savehist-process-for-saving): Replace use of CL funs `subseq' and
163 `delete-if-not'.
164
165 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
166
167 * savehist.el: Newer version.
168 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
169 (savehist-last-checksum, savehist-no-conversion): New vars.
170 (savehist-autosave, savehist-process-for-saving, savehist-printable):
171 New functions.
172 (savehist-load, savehist-save): Use them.
173 (savehist-delimit): Remove.
174
175 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * progmodes/compile.el (compilation-goto-locus): Display the
178 compilation buffer first and the source buffer second, in case they're
179 in overlapping frames. Don't raise the compilation frame if it was the
180 selected window upon entry. Pass the `other-window' arg to
181 pop-to-buffer.
182
183 * info.el (Info-fontify-node): Use dolist.
184 Change add-text-properties to put-text-property.
185
186 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
187
188 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
189 bound of search.
190
191 2005-10-16 Masatake YAMATO <jet@gyve.org>
192
193 * dabbrev.el (dabbrev-completion): Pass the common
194 prefix substring of completion to `display-completion-list'.
195
196 * filecache.el (file-cache-minibuffer-complete)
197 (file-cache-complete): Ditto.
198
199 * tempo.el (tempo-display-completions): Ditto.
200
201 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
202
203 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
204
205 * eshell/em-hist.el (eshell-list-history): Ditto.
206
207 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
208
209 * mail/mailalias.el (mail-complete): Ditto.
210
211 * progmodes/etags.el (complete-tag): Ditto.
212
213 * progmodes/make-mode.el (makefile-complete): Ditto.
214
215 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
216
217 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
218
219 * progmodes/pascal.el (pascal-complete-word)
220 (pascal-show-completions): Ditto.
221
222 * progmodes/python.el (python-complete-symbol): Ditto.
223
224 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
225
226 * textmodes/org.el (org-complete): Ditto.
227
228 * simple.el (completion-common-substring): New variable.
229 (completion-setup-function): Use `completion-common-substring'
230 to put faces.
231
232 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
233
234 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
235 (x-get-selection, mac-select-convert-to-string): Convert from/to
236 UTF-16 clipboard data as in native byte order, no BOM.
237
238 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
239
240 * progmodes/gud.el (gud-tool-bar-map): Rename the images
241 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
242 (gud-sentinel): Use speedbar-frame to check for speedbar.
243
244 2005-10-15 Richard M. Stallman <rms@gnu.org>
245
246 * savehist.el: New file.
247
248 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
249
250 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
251 Fix bug in \bf fontification.
252
253 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * pcvs.el (cvs-edit-log-files): New var.
256 (cvs-mode-edit-log): New arg `file'.
257 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
258 Instead force the use of the original file and nothing else.
259 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
260 the cvs-minor-wrap-function is set.
261 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
262
263 2005-10-14 Bill Wohler <wohler@newt.com>
264
265 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
266 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
267 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
268 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
269 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
270 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
271 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
272 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
273 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
274 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
275 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
276 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
277 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
278 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
279 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
280
281 * progmodes/gud.el (gud-tool-bar-map): Rename the images
282 appropriately (for example, gud-break to gud/break).
283
284 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
285
286 * longlines.el (longlinges-search-function)
287 (longlines-search-forward, longlines-search-backward): New functions.
288 (longlines-mode): Set isearch-search-fun-function to
289 longlinges-search-function.
290
291 * mouse.el (mouse-drag-region-1): Handle the case where a
292 double-click event is bound to an arbitrary function.
293
294 2005-10-14 David Ponce <david@dponce.com>
295
296 * recentf.el (recentf-track-opened-file)
297 (recentf-track-closed-file, recentf-update-menu)
298 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
299 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
300 mouse-1-click-follows-link.
301
302 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
303
304 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
305 Gnome file-manager.png. Suggested by
306 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
307
308 * toolbar/README: Add diropen.xpm.
309
310 2005-10-13 Bill Wohler <wohler@newt.com>
311
312 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
313 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
314
315 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
318 Don't waste the byte-compiler's time on constant data.
319
320 2005-10-13 Kenichi Handa <handa@m17n.org>
321
322 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
323 byte with `escape-glyph' face.
324
325 * international/fontset.el (ccl-encode-unicode-font):
326 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
327 Handle the case that ucs-mule-to-mule-unicode translates a character to
328 ASCII (usually for IPA characters).
329
330 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
333 Don't hide the underline of titles if font-lock-mode is disabled.
334
335 2005-10-12 Bill Wohler <wohler@newt.com>
336
337 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
338 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
339 files in MH-E-SRC have been updated.
340 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
341
342 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
345 (mixal-mode-syntax-table): Add \n as end-comment.
346 (mixal-operation-codes-alist): Immediately initialize to full value.
347 (mixal-add-operation-code): Remove.
348 (mixal-describe-operation-code): Make the arg non-optional.
349 Use the interactive spec instead.
350 Use mixal-operation-codes-alist rather than mixal-operation-codes.
351 (mixal-font-lock-keywords): Don't highlight comments here any more.
352 (mixal-font-lock-syntactic-keywords): New var.
353 (mixal-mode): Use it. Fix comment-start-skip.
354
355 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
356
357 * startup.el (command-line-x-option-alist): -nb => -nbi
358
359 2005-10-12 Kim F. Storm <storm@cua.dk>
360
361 * startup.el (fancy-splash-default-action): Discard mouse click in
362 the spash screen window, as it has no sensible meaning in the
363 next window to be selected. Fixes error reported by Jan D.
364
365 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
366
367 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
368
369 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
372 Try to fix up minor layout issues like indentation, line break, etc...
373 (mixal-mode-syntax-table): Don't try to specify comment syntax,
374 because it doesn't work.
375 (mixal-operation-codes): Add some more codes.
376 (mixal-font-lock-keywords): Process comments here.
377 (mixal-mode): mixasm no longer needs -g option.
378
379 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
380
381 * progmodes/sh-script.el (sh-tmp-file):
382 Use mktemp -t. Finish support for es and rc shells.
383
384 2005-10-11 Jay Belanger <belanger@truman.edu>
385
386 * calc/calcalg2.el (calc-integral): With an argument, compute the
387 definite integral.
388
389 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
390
391 * mouse.el (mouse-drag-region-1): Don't try to catch a
392 double-click when doing follow-link (it's overridden anyway).
393
394 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
395
396 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
397 (autoload-print-form-outbuf): Add docstring.
398
399 2005-10-11 Juri Linkov <juri@jurta.org>
400
401 * info.el (Info-mode-menu): Delete menu item "Edit".
402 (Info-mode): Delete description of Info-edit from docstring,
403 and rearrange descriptions of Info commands in the order
404 they are documented in the Info manual.
405
406 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * calendar/appt.el (appt-check): Use diary-selective-display var.
409
410 2005-10-10 Richard M. Stallman <rms@gnu.org>
411
412 * net/newsticker.el (newsticker-start, newsticker-show-news):
413 Add autoload cookies.
414
415 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
416
417 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
418
419 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
420
421 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
422
423 2005-10-10 Jay Belanger <belanger@truman.edu>
424
425 * calc/calc-arith.el (math-check-known-scalarp)
426 (math-check-known-matrixp): Check the values of arguments that are
427 variables.
428 (math-check-known-square-matrixp): New function.
429 (math-known-square-matrixp): Use math-check-known-square-matrixp.
430 (math-super-types): Add sqmatrix type.
431
432 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
433 mode name `square' to 'sqmatrix'.
434
435 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
436 mode name `square' to 'sqmatrix'.
437
438 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * progmodes/etags.el (select-tags-table-mode): Don't use
441 selective-display.
442 (tags-select-tags-table): Pass `button' to the action function.
443 (select-tags-table): Place the side-info on button properties rather
444 than in hidden text. Abbreviate file names.
445 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
446 (select-tags-table-select): Add `button' argument.
447 Get side-info from the button property rather than from hidden text.
448
449 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
450
451 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
452 (gud-speedbar-buttons): Preserve point if possible.
453 (gud-sentinel): Restore previous speedbar display type.
454
455 * progmodes/gdb-ui.el (gdba): Improve diagram.
456 (def-gdb-auto-update-handler, gdb-info-locals-handler)
457 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
458 Call get-buffer-window once.
459
460 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
463 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
464 (pascal-indent-command): Remove unused var `ind'.
465 (pascal-indent-case): Remove unused var `oldpos'.
466 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
467 since it's now used as a proper minor mode map.
468 (pascal-outline): Rename to pascal-outline-mode.
469 (pascal-outline-mode): Use define-minor-mode.
470 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
471 selective-display.
472
473 2005-10-10 Andreas Schwab <schwab@suse.de>
474
475 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
476 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
477
478 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
479 outside source directory.
480
481 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
482
483 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
484 C-x' as a prefix.
485 (orgtbl-mode-map): Full keymap instead of sparse, because all
486 `self-insert-command' keys are redefined in this map.
487 (org-export-as-html): Specify charset for HTML file, by taking it
488 from the coding system.
489
490 2005-10-10 Kenichi Handa <handa@m17n.org>
491
492 * textmodes/flyspell.el (flyspell-check-word-p):
493 If unread-command-events is non-empty, don't call sit-for.
494
495 2005-10-09 Richard M. Stallman <rms@gnu.org>
496
497 * font-lock.el (font-lock-syntactic-keywords)
498 (font-lock-keywords): Doc fixes.
499
500 * textmodes/flyspell.el (flyspell-external-point-words):
501 Simplify logic, and don't try to check for consecutive appearances
502 of one incorrect word.
503
504 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
505
506 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
507 separator.
508
509 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
510 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
511 (gud-expansion-speedbar-buttons): New function.
512 (gud-speedbar-buttons): Check for gud-comint-buffer.
513
514 2005-10-09 Bill Wohler <wohler@newt.com>
515
516 * Makefile.in (updates): Add mh-loaddefs dependency.
517
518 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
519
520 * speedbar.el (speedbar-file-key-map): Fix typo.
521
522 2005-10-09 Daniel Brockman <daniel@brockman.se>
523
524 * cus-start.el (line-spacing): Add custom spec.
525
526 2005-10-09 Romain Francoise <romain@orebokech.com>
527
528 * textmodes/ispell.el (ispell-check-version): Fix last change.
529
530 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
531
532 * term/x-win.el: Remove -i, --icon-type from comment.
533
534 * startup.el (command-line-x-option-alist): Remove options -i,
535 -itype, --icon-type, added -nb, --no-bitmap-icon
536
537 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
538
539 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
540 instead of :active.
541
542 2005-10-08 Eric Hanchrow <offby1@blarg.net>
543
544 * textmodes/ispell.el (ispell-check-version):
545 Ignore hyphen, and all that follows, in aspell's version text.
546
547 2005-10-08 Jay Belanger <belanger@truman.edu>
548
549 * calc/calc-arith.el (math-known-square-matrixp): New function.
550 (math-pow-fancy): Check for matrices before distributing exponent
551 across products.
552
553 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
554 fullscreen keypad. Suggested by Luc Teirlinck.
555 (calc-keypad-show-input): Add space for formatting.
556
557 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
558 Add square matrix option.
559
560 * calc/calc-poly.el (math-expand-term): Check for matrices instead
561 of checking calc-matrix-mode when deciding how to expand.
562
563 * calc/calc.el (calc-set-mode-line): Add square matrix option.
564
565 2005-10-08 Lars Hansen <larsh@soem.dk>
566
567 * net/tramp.el (tramp-perl-directory-files-and-attributes):
568 Add error handling.
569 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
570
571 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
572
573 Sync with Tramp 2.0.51.
574
575 * net/tramp.el (tramp-handle-set-visited-file-modtime)
576 (tramp-handle-insert-file-contents, tramp-handle-write-region):
577 Insert special handling for `last-coding-system-used', again
578 it still seems to be necessary (unlike stated before).
579 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
580 (tramp-password-prompt-regexp): There might be other words before
581 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
582 (tramp-chunksize): Improve docstring.
583 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
584 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
585 Christian Joergensen <bugs@razor.dk>.
586
587 2005-10-07 Glenn Morris <rgm@gnu.org>
588
589 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
590 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
591 precision'.
592
593 2005-10-07 Romain Francoise <romain@orebokech.com>
594
595 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
596 (ibuffer-do-shell-command-pipe-replace)
597 (ibuffer-do-shell-command-file, ibuffer-do-eval)
598 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
599 (ibuffer-do-revert, ibuffer-do-replace-regexp)
600 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
601 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
602 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
603 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
604 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
605 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
606 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
607 Autoload file sans suffix.
608
609 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
610
611 2005-10-07 David Ponce <david@dponce.com>
612
613 * recentf.el (recentf-menu-open-all-flag): New option.
614 (recentf-digit-shortcut-command-name): New function.
615 (recentf--shortcuts-keymap): New variable.
616 (recentf-menu-shortcuts): New variable.
617 (recentf-make-menu-items): Initialize it. Replace the "More..."
618 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
619 (recentf-menu-value-shortcut): New function.
620 (recentf-make-menu-item): Use it. No more in-lined.
621 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
622 (recentf-open-most-recent-file): Rename from
623 `recentf-open-file-with-key'. Don't depend on key binding.
624 (recentf-mode-map): New variable.
625 (recentf-mode): Use it.
626
627 2005-10-06 Bill Wohler <wohler@newt.com>
628
629 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
630
631 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
632 (MH-E-SRC): New. Used by mh-autoloads.
633 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
634 files in MH-E-SRC have been updated.
635 (compile, recompile, bootstrap): Depend on mh-autoloads.
636
637 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
638
639 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
640 gud-break and gud-remove icons when the fringe is not available.
641
642 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
643 Typo.
644
645 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
646
647 * play/zone.el (zone): Wrap body with save-window-excursion.
648
649 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
652 Use the new `list-only' arg to diary-list-entries.
653
654 * calendar/diary-lib.el: Use overlays rather than selective-display.
655 (diary-selective-display): New var.
656 (diary-header-line-format): Use it.
657 (diary-list-entries): Add argument `list-only'.
658 Put the buffer in diary-mode. Don't add \^M at beg and end.
659 Replace \^M by invisible overlays.
660 (diary-unhide-everything): Replace \^M by invisible overlays.
661 (print-diary-entries): Look for overlays rather than \^M.
662 Add a space to the temp buffer name.
663 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
664 Put the buffer in diary-mode.
665 (list-sexp-diary-entries): Replace \^M by invisible overlays.
666 (diary-anniversary): Make the year arg optional.
667 (diary-time-regexp): New const.
668 (diary-font-lock-keywords): Use it to accept a few more time formats.
669
670 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
671
672 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
673
674 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
675 Fix bug introduced 2005-07-03: Use (car (last ...))
676 to faithfully reproduce replaced artist-last.
677 (artist-set-arrow-points-for-poly): Likewise.
678 Suggested by Johan Bockg\e,Ae\e(Brd.
679
680 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
681
682 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
683 * wid-edit.el (widget):
684 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
685 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
686
687 2005-10-06 Kenichi Handa <handa@m17n.org>
688
689 * international/mule-cmds.el (set-language-environment):
690 Fix setting up of case-table for unibyte mode.
691
692 * simple.el (what-cursor-position): If the character is displayed
693 by some `display' text property, show that. Don't use
694 single-key-description for eight-bit characters in multibyte mode.
695
696 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
697
698 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
699 (gdb-ann3): Set it.
700 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
701 (gdb-info-frames-custom): Use inverse-video for first five
702 characters of selected frame only.
703 (gdb-get-frame-number): Select frame even when point is on frame
704 number.
705
706 2005-10-06 Masatake YAMATO <jet@gyve.org>
707
708 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
709 Put `font-lock-function-name-face'.
710 (gdb-info-frames-custom): Put `font-lock-function-name-face'
711 and `font-lock-variable-name-face'
712 (gdb-registers-font-lock-keywords): New font lock keywords definition.
713 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
714 (gdb-memory-font-lock-keywords): New font lock keywords definition.
715 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
716 (gdb-local-font-lock-keywords): New font lock keywords definition.
717 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
718 (gdb-threads-font-lock-keywords): New font lock keywords definition.
719 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
720
721 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
722
723 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
724 (ediff-merge-region-is-non-clash-to-skip): Previously called
725 ediff-merge-region-is-non-clash.
726
727 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
728 Use insert-buffer-substring.
729
730 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
731 selecting files to patch. Also bug fixes.
732
733 * ediff-util.el (ediff-setup): Bug fix.
734 (ediff-next-difference): Never skip clashes that differ in white
735 space only.
736
737 * ediff-wind.el (ediff-setup-control-frame)
738 (ediff-destroy-control-frame): Check the menubar feature.
739
740 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
741 (viper-refresh-mode-line): Use make-local-variable to localize
742 some vars instead of make-variable-buffer-local. Suggested by
743 Stefan Monnier.
744
745 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
746 (viper-restore-cursor-type, viper-set-insert-cursor-type):
747 Use make-local-variable instead of make-variable-buffer-local.
748 Suggested by Stefan Monnier.
749
750 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
751 (viper-comint-mode-hook): Use make-local-variable on
752 require-final-newline.
753 (viper-non-hook-settings): Don't use make-variable-buffer-local.
754
755 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
758 also the second char of a comment-start sequence.
759 (scheme-sexp-comment-syntax-table): New var.
760 (lambda, define): Set their scheme-doc-string-elt property.
761 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
762 Use lisp-font-lock-syntactic-face-function now that it properly
763 handles |...| symbols.
764 (scheme-mode-variables): Set lisp-doc-string-elt-property,
765 parse-sexp-lookup-properties and font-lock-extra-managed-props.
766
767 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
768 bit from # to |.
769 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
770
771 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
772 (lisp-doc-string-elt-property): New var.
773 (lisp-font-lock-syntactic-face-function): Use it.
774 Rewrite to recognize docstrings even for forms not at toplevel.
775
776 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
777 annotation on the | part of #| rather than on the # part.
778 (scheme-font-lock-syntactic-face-function): New function, to
779 distinguish strings from |...| symbols.
780 (scheme-mode-variables): Use it. Also fix up the font-lock-time
781 syntax-table so that #|...|# is properly highlighted.
782
783 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
784 Don't mark as docstring the 3rd elem of an unknown toplevel form.
785
786 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
789 and C-e.
790
791 * emacs-lisp/eldoc.el: Move comments into docstrings.
792 (eldoc-message-commands): Initialize in its declaration.
793 Add move-beginning-of-line and move-end-of-line.
794 (eldoc-add-command, eldoc-add-command-completions)
795 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
796
797 * outline.el (outline-mark-subtree): Activate the mark.
798
799 * calendar/appt.el (appt-time-regexp): New var.
800 (appt-add, appt-make-list): Use it.
801 (appt-convert-time): Clean up.
802
803 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
804 Don't set any syntax-table property here.
805 (tex-font-lock-verb): New function. Do it here.
806 (tex-font-lock-syntactic-keywords): Use it.
807
808 2005-10-04 Richard M. Stallman <rms@gnu.org>
809
810 * wid-edit.el (widget-file-complete): Get the widget start point
811 the right way. Default directory to `/' if file has none.
812
813 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
814
815 * textmodes/flyspell.el (flyspell-mode-on):
816 Call ispell-maybe-find-aspell-dictionaries.
817
818 * textmodes/ispell.el (ispell-word, ispell-region):
819 Call ispell-maybe-find-aspell-dictionaries.
820 (ispell-accept-buffer-local-defs):
821 Don't call ispell-maybe-find-aspell-dictionaries
822
823 2005-10-04 Richard M. Stallman <rms@gnu.org>
824
825 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
826
827 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
828
829 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
830 instead of `fboundp' in order to allow for anonymous functions.
831
832 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
833
834 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
835 case the user clicks on the link while another window is selected.
836 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
837
838 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
839 functionality.
840 (dframe-help-echo): Save point in case mouse tracking is off.
841
842 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
843
844 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
845
846 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
849 not change the global value of those vars.
850
851 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
852 make-local-variable which we do not need any more.
853
854 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
855
856 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
857 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
858 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
859 (speedbar-path-line): Define obsolete aliases.
860 (speedbar-line-directory): Doc fix.
861
862 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
863 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
864 instead of speedbar-line-path.
865
866 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
867
868 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
869 to nil if dropping on a window. Handle dropping on a minibuffer window
870 like dropping on a non-window part of Emacs.
871
872 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * net/ange-ftp.el: Use with-current-buffer.
875 (ange-ftp-insert-directory): Do not follow symlinks any more.
876
877 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
878 Remove interactive spec.
879
880 2005-10-03 Kim F. Storm <storm@cua.dk>
881
882 * ido.el (ido-mode): Use custom-initialize-set.
883
884 2005-10-02 Richard M. Stallman <rms@gnu.org>
885
886 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
887 Use insert-buffer-substring.
888
889 * net/tramp.el: Pacify byte compiler warnings in pacification code.
890 (tramp-handle-file-local-copy): Use insert-buffer-substring.
891
892 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
893
894 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
895 in last change.
896 (ange-ftp-insert-directory): Fix up the search for the case where
897 `file' is absolute.
898
899 2005-10-02 Romain Francoise <romain@orebokech.com>
900
901 * progmodes/compile.el (compile-goto-error): Delete extra paren.
902
903 2005-10-02 Andreas Schwab <schwab@suse.de>
904
905 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
906 directory component in the session info.
907
908 2005-10-01 Richard M. Stallman <rms@gnu.org>
909
910 * comint.el (comint-redirect-subvert-readonly): Doc fix.
911
912 * simple.el (next-error-internal): New function.
913
914 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
915 (compilation-start): Pass new arg to compilation-buffer-name.
916 (compile-goto-error): Use next-error-internal.
917
918 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
919
920 * speedbar.el: Remove RCS tag.
921 (speedbar-check-read-only): Handle non-existent files.
922
923 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
924
925 * info.el (Info-speedbar-hierarchy-buttons)
926 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
927
928 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
929
930 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
931 Do not match newline.
932 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
933 (bibtex-summary): Remove unnecessary save-excursion.
934 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
935
936 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
937
938 * term/mac-win.el: Add charset info for "iso10646-1".
939 Modify default fontset to use ATSUI-compatible fonts for some charsets
940 if available.
941
942 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
943
944 * speedbar.el: Re-apply arch tag.
945 (speedbar-version): Rename to version 1.0. Suggested by Eric
946 M. Ludlam.
947 Reapply two changes from Emacs CVS' version of speedbar lost
948 during the merge:
949 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
950 (speedbar-frame-parameters): Improve customize type.
951
952 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
955 (ange-ftp-file-directory-p): Fix the symlink case.
956 (ange-ftp-insert-directory): When listing a single file, get a list of
957 the parent buffer and extract the relevant line. Inspired from a patch
958 by Katsumi Yamaoka <yamaoka@jpl.org>.
959 (ange-ftp-file-name-sans-versions): Simplify.
960
961 2005-09-30 Bill Wohler <wohler@newt.com>
962
963 Move MH-E image files from toolbar and mail directories into
964 etc/images.
965
966 * mail/reply2.*: Move to etc/images/mail/reply*.
967
968 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
969 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
970 etc/images.
971
972 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
973 * toolbar/reply*: Move to etc/images/mail.
974
975 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
976
977 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
978
979 * speedbar.el: New version 1.0pre3.
980
981 Frame management code (including timer, and mouse click specifics)
982 moved to dframe.el:
983 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
984 (speedbar-timer): Removed. Use dframe-timer.
985 (speedbar-close-frame): Removed. Use dframe-close-frame.
986 (speedbar-activity-change-focus-flag): Removed. Use
987 dframe-activity-change-focus-flag.
988 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
989 dframe-update-speed.
990
991 (speedbar-current-frame): New macro. Use this instead of the
992 variable speedbar-frame.
993
994 (speedbar-use-images, speedbar-expand-image-button-alist)
995 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
996
997 (speedbar-find-image-on-load-path): Removed. Replaced by
998 defezimage in ezimage.el.
999 (speedbar-expand-image-button-alist): Removed. Replaced by
1000 ezimage-expand-image-button-alist in ezimage.el.
1001
1002 (speedbar-ignored-directory-regexp)
1003 (speedbar-add-ignored-directory-regexp)
1004 (speedbar-ignored-directory-expressions)
1005 (speedbar-line-directory, speedbar-buffers-line-directory)
1006 (speedbar-directory-line, speedbar-buffers-line-directory):
1007 Renamed, replacing `path' with `directory'.
1008
1009 (speedbar-create-directory, speedbar-expand-line-descendants)
1010 (speedbar-toggle-line-expansion)
1011 (speedbar-contract-line-descendants): New commands.
1012
1013 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1014 (speedbar-use-tool-tips-flag): New options.
1015
1016 (speedbar-check-read-only, speedbar-require-version)
1017 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1018 (speedbar-handle-delete-frame, speedbar-try-completion)
1019 (speedbar-update-localized-contents): New functions.
1020
1021 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1022 (speedbar-object-read-only-indicator): New variables.
1023
1024 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1025 New hooks.
1026
1027 (speedbar-separator-face): New face.
1028
1029 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1030 (speedbar-ignored-modes): Add fundamental-mode.
1031 (speedbar-directory-unshown-regexp): Add . directories.
1032
1033 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1034 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1035 `]' for full expand/close.
1036 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1037
1038 (speedbar-check-vc): Support hidden files.
1039 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1040 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1041 state is nil, it is not checked out.
1042
1043 (speedbar-line-text, speedbar-line-token): Support expand buttons
1044 with no text.
1045 (speedbar-refresh): Universal argument acts as power-click.
1046 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1047 that buffer to get variable values.
1048
1049 And many other bugfixes.
1050
1051 * dframe.el, ezimage.el, sb-image.el: New files.
1052
1053 * sb-*.xpm: Remove files. New image files installed into
1054 etc/images/ezimage.
1055
1056 2005-09-30 Kenichi Handa <handa@m17n.org>
1057
1058 * ps-mule.el (ps-mule-show-warning): If a character is in
1059 ps-print-translation-table, don't treat it as non-printable.
1060
1061 2005-09-30 David Ponce <david@dponce.com>
1062
1063 * tree-widget.el (tree-widget-themes-load-path): New variable.
1064 (tree-widget-themes-directory): Doc fix.
1065 (tree-widget-image-formats) [Emacs]: Doc fix.
1066 (tree-widget--locate-sub-directory): New function.
1067 (tree-widget-themes-directory): Use it.
1068
1069 * recentf.el (recentf-filename-handlers): Rename from
1070 `recentf-filename-handler'. Allow a list of functions.
1071 (recentf-menu-items-for-commands): Fix :help strings.
1072 (recentf-apply-filename-handlers): New function.
1073 (recentf-expand-file-name): Use it.
1074 (recentf-cleanup): Remove duplicates too.
1075
1076 2005-09-29 Juri Linkov <juri@jurta.org>
1077
1078 * faces.el: Rearrange face definitions to be in the same order as
1079 their face descriptions in "(emacs)Standard Faces".
1080
1081 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1082
1083 * tooltip.el (tooltip): Add group `basic-faces'.
1084
1085 * buff-menu.el (Buffer-menu-buffer): Remove group
1086 `font-lock-highlighting-faces'.
1087
1088 * progmodes/compile.el (compilation-error, compilation-warning)
1089 (compilation-info, compilation-line-number, compilation-column-number):
1090 Change group from `font-lock-highlighting-faces' to `compilation'.
1091
1092 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1093 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1094 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1095 (vhdl-font-lock-reserved-words-face)
1096 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1097 `font-lock-highlighting-faces'.
1098
1099 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1100
1101 2005-09-28 Kim F. Storm <storm@cua.dk>
1102
1103 * emulation/cua-base.el: Set CUA move property on additional commands:
1104 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1105 forward-sexp, backward-sexp, forward-list, backward-list.
1106
1107 2005-09-28 Romain Francoise <romain@orebokech.com>
1108
1109 * comint.el (comint-show-output): Really set point at the
1110 beginning of the output when not using `comint-use-prompt-regexp'.
1111
1112 2005-09-27 Jay Belanger <belanger@truman.edu>
1113
1114 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1115 in TeX mode.
1116
1117 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1118
1119 * textmodes/org.el (org-table-sum): Fix format string.
1120
1121 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1122 Quote face names.
1123
1124 2005-09-26 Romain Francoise <romain@orebokech.com>
1125
1126 * isearch.el (isearch-forward-regexp): Close doc string.
1127
1128 2005-09-25 Richard M. Stallman <rms@gnu.org>
1129
1130 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1131
1132 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1133
1134 * progmodes/compile.el (compilation-error-properties):
1135 When getting the file from the previous error message,
1136 correctly decode the new data format.
1137
1138 * progmodes/cc-cmds.el (c-electric-paren):
1139 Call old-blink-paren only for close-paren.
1140
1141 2005-09-24 Andreas Schwab <schwab@suse.de>
1142
1143 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1144 condition.
1145
1146 2005-09-25 Romain Francoise <romain@orebokech.com>
1147
1148 * dired-aux.el (dired-copy-file-recursive):
1149 * dired.el (dired-delete-file):
1150 * ediff-mult.el (ediff-dir-diff-copy-file):
1151 * ediff-util.el (ediff-test-save-region):
1152 * forms.el (forms-mode):
1153 * ido.el (ido-file-internal, ido-delete-file-at-head):
1154 * log-edit.el (log-edit-done):
1155 * ses.el (ses-yank-resize):
1156 * play/gomoku.el (gomoku-human-plays, gomoku)
1157 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1158 (gomoku-offer-a-draw):
1159 * play/landmark.el (lm-human-resigns, lm):
1160 * net/eudcb-ldap.el (eudc-ldap-check-base):
1161 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1162 * progmodes/ebrowse.el (ebrowse-find-pattern):
1163 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1164 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1165 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1166
1167 * vc.el (vc-delete-file):
1168 * play/gomoku.el (gomoku-terminate-game, gomoku)
1169 (gomoku-prompt-for-move, gomoku-human-takes-back):
1170 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1171 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1172
1173 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1176 color rxvt terminals by using the code xterm.el used to use before
1177 2005-04-09 in order to match the colors used by rxvt.
1178
1179 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1180
1181 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1182 colors rxvt-unicode terminals by using the same code as xterm.el.
1183
1184 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1187 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1188 new symbol used for the tex-verbatim face.
1189
1190 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1191
1192 * woman.el (woman-file-name):
1193 * wid-edit.el (widget-file-prompt-value)
1194 (widget-coding-system-prompt-value):
1195 * w32-fns.el (set-w32-system-coding-system):
1196 * vc.el (vc-version-diff, vc-annotate):
1197 * textmodes/reftex-auc.el (reftex-arg-cite)
1198 (reftex-arg-index-tag):
1199 * textmodes/refer.el (refer-get-bib-files):
1200 * textmodes/artist.el (artist-figlet-choose-font):
1201 * terminal.el (terminal-emulator):
1202 * replace.el (occur-read-primary-args):
1203 * rect.el (string-rectangle, string-insert-rectangle):
1204 * ps-print.el (ps-print-preprint):
1205 * progmodes/pascal.el (pascal-goto-defun):
1206 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1207 * progmodes/compile.el (compilation-find-file):
1208 * printing.el (pr-interactive-n-up):
1209 * play/animate.el (animate-birthday-present):
1210 * net/rcompile.el (remote-compile):
1211 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1212 * mail/rmailsum.el (rmail-summary-search-backward)
1213 (rmail-summary-search):
1214 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1215 (rmail-output-read-file-name):
1216 * mail/rmail.el (rmail-search, rmail-search-backwards):
1217 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1218 * locate.el (locate):
1219 * international/quail.el (quail-show-keyboard-layout):
1220 * international/mule.el (set-buffer-file-coding-system)
1221 (revert-buffer-with-coding-system, set-file-name-coding-system)
1222 (set-terminal-coding-system, set-keyboard-coding-system)
1223 (set-next-selection-coding-system):
1224 * international/mule-diag.el (describe-coding-system)
1225 (describe-font, describe-fontset):
1226 * international/mule-cmds.el (universal-coding-system-argument)
1227 (search-unencodable-char, describe-input-method)
1228 (set-language-environment, describe-language-environment):
1229 * international/codepage.el (codepage-setup):
1230 * international/code-pages.el (codepage-setup):
1231 * info.el (Info-search, Info-follow-reference)
1232 (Info-search-backward):
1233 * emacs-lisp/advice.el (ad-read-advised-function)
1234 (ad-read-advice-class, ad-clear-cache, ad-activate)
1235 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1236 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1237 (ad-read-regexp):
1238 * ediff-util.el (ediff-toggle-regexp-match):
1239 * ediff-ptch.el (ediff-prompt-for-patch-file):
1240 * dired-aux.el (dired-diff):
1241 * diff.el (diff):
1242 * cus-edit.el (custom-variable-prompt):
1243 * calendar/timeclock.el (timeclock-ask-for-project):
1244 * calc/calcalg3.el (calc-get-fit-variables):
1245 * calc/calc-store.el (calc-edit-variable)
1246 (calc-permanent-variable):
1247 * vc-mcvs.el (vc-mcvs-register):
1248 * shadowfile.el (shadow-define-literal-group):
1249 * woman.el (woman-file-name):
1250 * vc.el (vc-version-diff, vc-merge):
1251 * textmodes/reftex-index.el (reftex-index-complete-tag):
1252 * format.el (format-decode-buffer, format-decode-region):
1253 * emulation/viper-cmd.el (viper-read-string-with-history):
1254 * emacs-lisp/debug.el (cancel-debug-on-entry):
1255 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1256 * ediff.el (ediff-merge-revisions)
1257 (ediff-merge-revisions-with-ancestor, ediff-revision):
1258 * completion.el (interactive-completion-string-reader):
1259 * calc/calc-prog.el (calc-user-define-formula):
1260 Follow convention for reading with the minibuffer.
1261
1262 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1263
1264 * progmodes/python.el (python-describe-symbol): Add globals() and
1265 locals() to the arguments of emacs.ehelp.
1266
1267 2005-09-24 Magnus Henoch <mange@freemail.hu>
1268
1269 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1270 New function, code extracted from ispell-valid-dictionary-list.
1271 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1272 Call it.
1273
1274 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1275
1276 * subr.el (version-regexp-alist): Extend valid syntax for version
1277 strings: allow any of the characters -,_,+ to separate the
1278 alpha/beta/rc part from the version part. Doc fix.
1279 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1280
1281 2005-09-23 David Reitter <david.reitter@gmail.com>
1282
1283 * mail/mailclient.el: New file.
1284
1285 2005-09-23 Richard M. Stallman <rms@gnu.org>
1286
1287 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1288 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1289 Doc fixes.
1290
1291 * progmodes/cc-mode.el (c-font-lock-init):
1292 Specify font-lock-lines-before.
1293
1294 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1297 whole conflict.
1298
1299 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1300
1301 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1302 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1303 of `remap' feature when available. Additional key bindings for
1304 better tty support.
1305 (org-mode-restart, org-force-self-insert): New commands.
1306 (org-time-stamp-inactive): New command.
1307 (org-remap): New function.
1308 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1309 (org-enable-fixed-width-editor): Move to `org-structure'
1310 customization group.
1311 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1312 blank field after field motion commands.
1313
1314 2005-09-23 Kenichi Handa <handa@m17n.org>
1315
1316 * international/mule-cmds.el (set-language-environment):
1317 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1318 have to call utf-translate-cjk-load-tables.
1319
1320 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * mouse.el (mouse-move-drag-overlay): Fix last change.
1323
1324 2005-09-22 David Ponce <david@dponce.com>
1325
1326 * tree-widget.el (tree-widget-value-create): Fix previous change.
1327
1328 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1329
1330 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1331
1332 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * mouse.el (mouse-move-drag-overlay): New function.
1335 (mouse-drag-region-1): Use it.
1336 Try to simplify a bit the state handling. Handle clicks on links
1337 inside intangible areas.
1338 (mouse-save-then-kill): Minor simplification.
1339 (mouse-secondary-overlay): Make it always non-nil instead of
1340 recreating it each time.
1341 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1342 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1343 Simplify accordingly.
1344
1345 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1348
1349 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1350
1351 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1352 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1353 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1354 to patch.
1355
1356 * ediff-util.el: Use insert-buffer-substring.
1357
1358 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1359
1360 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1361 field boundaries in the minibuffer.
1362 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1363 (viper-minibuffer-post-command-hook): New hook.
1364 (viper-line): Don't move cursor at bolp.
1365
1366 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1367
1368 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1369 avoid compiler warnings.
1370
1371 * emulation/viper-macs.el (ex-map): Better messages.
1372
1373 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1374
1375 * emulation/viper.el: Replace make-variable-buffer-local with
1376 viper-make-variable-buffer-local everywhere, to avoid warnings.
1377
1378 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1381 Delete unused var `old-selected-window'.
1382 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1383 (mouse-drag-secondary): Delete unused var `start-frame'.
1384
1385 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1386
1387 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1388
1389 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1392 Re-indent within 80 columns. Use inhibit-read-only.
1393
1394 2005-09-19 Romain Francoise <romain@orebokech.com>
1395
1396 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1397
1398 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1401 unconditionally, since the after-change-function already did it.
1402
1403 2005-09-19 Miles Bader <miles@gnu.org>
1404
1405 * net/newsticker.el: Get rid of CVS keyword.
1406
1407 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1408
1409 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1410 The prompt is formatted later.
1411
1412 2005-09-19 David Ponce <david@dponce.com>
1413
1414 * tree-widget.el (tree-widget-value-create): Save the converted
1415 tree :node widget.
1416
1417 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1418
1419 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1420 variable `message'.
1421
1422 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1423
1424 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1425 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1426 <slawomir.nowaczyk.847@student.lu.se>.
1427
1428 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1429
1430 * image.el (image-load-path): Use symbol `data-directory' instead
1431 of its value, for backward compatibility with packages that bind
1432 it during `find-image'. Suggested by Katsumi Yamaoka.
1433 (image-search-load-path): Handle symbols whose values are strings.
1434
1435 2005-09-18 Romain Francoise <romain@orebokech.com>
1436
1437 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1438 with-current-buffer form in save-excursion.
1439
1440 2005-09-18 D Goel <deego@gnufans.org>
1441
1442 * apropos.el (apropos-command): Fix `message' call: first arg
1443 should be a format spec. In this and all other cases that appear
1444 below and elsewhere in the source code, I made a change only when
1445 two conditions were satisfied: [1] I can think of a possibility
1446 that the arguments would cause an error, for example, the code in
1447 question relies on external variables such as filenames. [2] I
1448 was sure that the arg to `message' could not have been nil in the code.
1449
1450 * textmodes/tildify.el (tildify-region): Ditto.
1451
1452 * textmodes/reftex-index.el (reftex-index-change-entry)
1453 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1454 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1455 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1456 (org-priority, org-table-sum):
1457 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1458 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1459 (flyspell-word, flyspell-display-next-corrections):
1460 * textmodes/bibtex.el (bibtex-print-help-message):
1461 * textmodes/artist.el (artist-key-set-point-poly):
1462 * term/mac-win.el (mac-services-insert-text):
1463 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1464 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1465 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1466 (vhdl-compose-configuration):
1467 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1468 (sh-set-indent, sh-learn-line-indent):
1469 * progmodes/ps-mode.el (ps-mode-target-column):
1470 * progmodes/idlwave.el (idlwave-make-tags)
1471 (idlwave-scan-library-catalogs):
1472 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1473 * progmodes/gud.el (gud-jdb-analyze-source):
1474 * progmodes/flymake.el (flymake-log):
1475 * progmodes/ebnf2ps.el (ebnf-generate-region):
1476 * progmodes/cmacexp.el (c-macro-expansion):
1477 * progmodes/ada-xref.el (ada-treat-cmd-string):
1478 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1479 (ada-justified-indent-current, ada-batch-reformat):
1480 * play/zone.el (zone):
1481 * play/landmark.el (lm-move):
1482 * play/decipher.el (decipher-show-alphabet):
1483 * net/newsticker.el (newsticker--display-jump)
1484 (newsticker--display-scroll):
1485 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1486 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1487 * mail/feedmail.el (feedmail-dump-message-to-queue):
1488 * eshell/esh-proc.el (eshell-remove-process-entry):
1489 * emulation/ws-mode.el (ws-last-error):
1490 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1491 (viper-record-kbd-macro):
1492 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1493 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1494 * emacs-lisp/find-func.el (find-function-noselect):
1495 * calendar/timeclock.el (timeclock-status-string)
1496 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1497 (timeclock-when-to-leave-string):
1498 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1499 * calc/calc-units.el (calc-enter-units-table):
1500 * calc/calc-mode.el (calc-mode-record-mode):
1501 * woman.el (woman-mini-help):
1502 * wdired.el (wdired-change-to-wdired-mode):
1503 * vc.el (vc-retrieve-snapshot):
1504 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1505 * startup.el (display-startup-echo-area-message):
1506 * simple.el (set-goal-column):
1507 * ses.el (ses-command-hook, ses-recalculate-cell):
1508 * server.el (server-process-filter):
1509 * printing.el (pr-interface-txt-print, pr-interface-printify)
1510 (pr-interface-ps):
1511 * pcvs.el (cvs-help):
1512 * log-edit.el (log-edit, log-edit-mode-help):
1513 * iswitchb.el (iswitchb-possible-new-buffer):
1514 * isearch.el (isearch-edit-string):
1515 * image-mode.el (image-mode, image-minor-mode):
1516 * ibuf-macs.el (define-ibuffer-filter):
1517 * hi-lock.el (hi-lock-find-patterns):
1518 * files.el (toggle-read-only):
1519 * ediff-util.el (ediff-copy-diff)
1520 (ediff-write-merge-buffer-and-maybe-kill):
1521 * echistory.el (Electric-history-undefined):
1522 * dnd.el (dnd-insert-text):
1523 * dired-aux.el (dired-query):
1524 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1525 * bookmark.el (bookmark-bmenu-locate):
1526 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1527 Fix `message' calls to ensure first arg is a format string.
1528 The change was made only when these two conditions were satisfied:
1529 [1] when there is a possibility that the arguments would cause an error
1530 for example, if the code in question relies on external variables
1531 such as filenames, and
1532 [2] if the arg to `message' could not have been nil in the code.
1533
1534 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1535 Not having a %s would be weird, though not technically wrong.
1536
1537 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1538
1539 * term/mac-win.el (mac-add-charset-info): Doc fix.
1540
1541 2005-09-17 Romain Francoise <romain@orebokech.com>
1542
1543 * shell.el (shell-resync-dirs): Handle echoing processes more
1544 reliably. Don't insert resync command if `comint-process-echoes'
1545 is non-nil.
1546
1547 2005-09-17 Magnus Henoch <mange@freemail.hu>
1548
1549 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1550 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1551 aspell versions >= 0.60.
1552 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1553 only if ispell-aspell-supports-utf8 is non-nil.
1554
1555 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1556
1557 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1558 buffer-local value to lisp-indent-function.
1559
1560 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1561
1562 * progmodes/glasses.el (glasses-make-readable): If
1563 glasses-separator differs from underscore, put appropriate
1564 overlays over underscore characters.
1565 (glasses-convert-to-unreadable): If glasses-separator differs from
1566 underscore, try to convert glasses-separator characters to
1567 underscores.
1568
1569 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1572 Use with-syntax-table and dolist.
1573
1574 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1575
1576 * textmodes/reftex-auc.el:
1577 * textmodes/reftex-cite.el:
1578 * textmodes/reftex-dcr.el:
1579 * textmodes/reftex-global.el:
1580 * textmodes/reftex-parse.el:
1581 * textmodes/reftex-ref.el:
1582 * textmodes/reftex-sel.el:
1583 * textmodes/reftex-toc.el:
1584 * textmodes/reftex-vars.el:
1585 * textmodes/reftex.el: Small changes to remove compiler warnings.
1586
1587 * textmodes/reftex-index.el: Likewise.
1588 (reftex-query-index-phrase): More efficient use of markers.
1589
1590 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * image.el (image-load-path): New variable.
1593 (image-search-load-path): New function.
1594 (find-image): Search for images in `image-load-path'.
1595
1596 2005-09-15 Richard M. Stallman <rms@gnu.org>
1597
1598 * follow.el: Change Maintainer field.
1599
1600 2005-09-15 David Ponce <david@dponce.com>
1601
1602 * recentf.el (recentf-save-file-modes): New option.
1603 (recentf-save-list): Use it.
1604
1605 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1606
1607 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1608 (mode-line-mule-info, mode-line-modified): Move bindings from
1609 mouse-3 to mouse-1.
1610
1611 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1612
1613 * simple.el (sendmail-user-agent-compose): Revert last change.
1614
1615 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1618 Use with-current-buffer.
1619 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1620 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1621 (ange-ftp-insert-directory): Remove unused var `short'.
1622 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1623
1624 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1625 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1626
1627 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1628 (check-calendar-holidays, diary-list-entries): Autoload.
1629 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1630 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1631
1632 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1633 which mistakenly removed a call to display-buffer.
1634
1635 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1636
1637 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1638
1639 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1640
1641 * progmodes/hideshow.el
1642 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1643 (hs-allow-nesting): New user var.
1644 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1645 (hs-hide-block-at-point): When nesting allowed,
1646 if there is already an overlay in place, delete it.
1647 (hs-safety-is-job-n): Delete func; remove call sites.
1648 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1649 (hs-overlay-at): New func.
1650 (hs-already-hidden-p, hs-show-block): Use it.
1651 (hs-hide-all): Don't pre-clean if nesting allowed.
1652 (hs-show-all): Temporarily disallow
1653 nesting around call to `hs-discard-overlays'.
1654
1655 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1658 Delete unused local var.
1659
1660 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1661
1662 * help-fns.el (describe-categories): "?\ " -> "?\s".
1663 (help-do-arg-highlight): Recognize also ARG-n, as in
1664 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1665
1666 * international/codepage.el (dos-unsupported-char-glyph):
1667 * net/newsticker.el (tool-bar-map, w3-mode-map)
1668 (w3m-minor-mode-map):
1669 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1670 (ent-alist):
1671 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1672
1673 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * custom.el (custom-push-theme): Handle the case where a symbol is
1676 bound but face properties have not yet been assigned.
1677
1678 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1679 Fix behavior if noerase is `t' and there is no mail buffer.
1680
1681 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1682 if `continue' is nil, rather than signal an error.
1683
1684 2005-09-12 Richard M. Stallman <rms@gnu.org>
1685
1686 * font-lock.el (font-lock-keywords): Add autoload.
1687
1688 * help-fns.el (describe-variable): Rearrange to put source link
1689 in a predictable place.
1690
1691 * net/newsticker.el: New file.
1692
1693 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1696 (calendar-basic-setup): Use the new nil arg.
1697 (number-of-diary-entries): Move to diary-lib.el.
1698
1699 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1700 (diary-list-entries): Use with-syntax-table and dolist.
1701 Rename from list-diary-entries.
1702 Use number-of-diary-entries if `number' is nil.
1703 (diary, diary-view-entries): Use this new name and new nil arg value.
1704 (number-of-diary-entries): Move from calendar.el.
1705 (diary-unhide-everything): New function.
1706 (include-other-diary-files, fancy-diary-display)
1707 (diary-show-all-entries, make-diary-entry): Use it.
1708 (diary-mail-entries): Use buffer-string.
1709 (mark-diary-entries): Fix long standing paren typo.
1710 (diary-sexp-entry): Use count-lines.
1711 (make-diary-entry): Avoid `previous-line'.
1712 (diary-mode-map): New var.
1713 (diary-mode): Redraw cal after saving. Setup header-line.
1714 (fancy-diary-display-mode): Use local-set-key.
1715
1716 * startup.el (command-line): Try calling various terminal-init-foo-bar
1717 functions by stripping hyphenated suffixes from $TERM.
1718
1719 * files.el (normal-mode): Check boundness of font-lock-keywords.
1720
1721 2005-09-12 Richard M. Stallman <rms@gnu.org>
1722
1723 * progmodes/compile.el: Don't decide a file's directory
1724 until the user actually tries to go there.
1725 (compilation-next-error-function):
1726 Pass compilation-find-file the directory from the file-struct.
1727 (compilation-internal-error-properties): Separate local FILE-STRUCT
1728 from FILE. Doc the args better. Rename arg FMT to FMTS.
1729 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1730 Expand it, and if nil, use default-directory.
1731 (compilation-get-file-structure): Don't mix specified directory
1732 with default directory. Put specified directory into
1733 file-struct. Don't make the file name absolute.
1734
1735 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1736 (compile-command): Add autoload.
1737 (compilation-disable-input): Add autoload.
1738
1739 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1740
1741 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1742 strings of the variables it can override.
1743 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1744 %Q and %q, for fully-qualified domain name and unqualified host name.
1745
1746 2005-09-11 Kim F. Storm <storm@cua.dk>
1747
1748 * emacs-lisp/authors.el (authors-aliases): Update list.
1749 (authors-fixed-entries): Update mldrag.el entry.
1750
1751 2005-09-10 Alan Mackenzie <acm@muc.de>
1752
1753 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1754 from the region narrowed to.
1755
1756 2005-09-10 Magnus Henoch <mange@freemail.hu>
1757
1758 * textmodes/ispell.el (ispell-check-version): Signal an error if
1759 aspell version is less than 0.60.
1760
1761 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1762
1763 * progmodes/octave-inf.el (inferior-octave-startup):
1764 Resync current dir at the end.
1765
1766 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1767
1768 * woman.el (woman-topic-at-point-default):
1769 Rename to woman-use-topic-at-point-default.
1770 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1771 (woman-file-name): Reflect renames above. Automatically use the
1772 word at point as topic if woman-use-topic-at-point is non-nil.
1773 Otherwise offer it as default but don't insert it in the
1774 minibuffer. Also use `test-completion' instead of `assoc' as
1775 suggested by Stefan Monnier.
1776
1777 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1778
1779 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1780 the attempt to do it over Tramp. This is not yet supported.
1781
1782 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1783
1784 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1785 (menu-bar-non-minibuffer-window-p): New functions.
1786 ("Split Window", "Save As..."): Use them.
1787 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1788 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1789 Use menu-bar-menu-frame-live-and-visible-p.
1790 ("Save Buffer", "Insert File", "Open Directory...")
1791 ("Open File...", "Visit New File..."):
1792 Use menu-bar-non-minibuffer-window-p.
1793 (kill-this-buffer-enabled-p, dired <menu-enable>):
1794 Use menu-bar-non-minibuffer-window-p.
1795
1796 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1797
1798 * cus-start.el (all): Don't complain about fringe-related
1799 built-ins if fringes are not supported. Ditto about
1800 selection-related built-ins. Fix the test for GTK-related built-ins.
1801
1802 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1803 ("Postscript Print Buffer", "Print Region", "Save As...")
1804 ("Save", "Insert File...", "Open Directory...")
1805 ("Open File...", "Visit New File..."")
1806 ("Truncate Long Lines in this Buffer"): Don't look at
1807 menu-updating-frame if this display does not support multiple frames.
1808
1809 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1810
1811 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1812
1813 2005-09-09 Emilio Lopes <eclig@gmx.net>
1814
1815 * woman.el: Format- and whitespace-related changes.
1816
1817 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1818
1819 * woman.el: Fix my email address.
1820
1821 2005-09-08 Richard M. Stallman <rms@gnu.org>
1822
1823 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1824 (sh-mode): Locally set skeleton-pair-default-alist.
1825
1826 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1827
1828 * progmodes/flymake.el: Require `compile' unconditionally.
1829
1830 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1831
1832 * woman.el (woman-file-name): Provide a default, not initial input.
1833
1834 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1835
1836 * font-lock.el (font-lock-support-mode): Doc fix.
1837
1838 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1839
1840 2005-09-08 Richard M. Stallman <rms@gnu.org>
1841
1842 * simple.el (blink-matching-open): Get rid of text props from
1843 the string shown in echo area. Don't permanently set point.
1844 Some rearrangements.
1845
1846 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1847
1848 * recentf.el (recentf-filename-handler): Add custom choice
1849 `abbreviate-file-name'.
1850
1851 * msb.el (msb--very-many-menus): Fix typo.
1852
1853 * disp-table.el (standard-display-european): Don't set
1854 enable-multibyte-characters to nil.
1855
1856 2005-09-08 David Ponce <david@dponce.com>
1857
1858 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1859 (recentf-expand-file-name): Doc fix.
1860 (recentf-dialog-mode-map): Define digit shortcuts.
1861 (recentf--files-with-key): New variable.
1862 (recentf-show-digit-shortcut-filter): New function.
1863 (recentf-open-files-items): New function.
1864 (recentf-open-files): Use it.
1865 (recentf-open-file-with-key): New command.
1866
1867 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1868
1869 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1870 Suggested by Kim F. Storm.
1871 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1872 (Buffer-menu-make-sort-button): Use global keymap.
1873
1874 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1875
1876 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1877 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1878 necessary any longer with the remapped command.
1879 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1880 formatting time only.
1881
1882 * net/tramp.el (tramp-action-password)
1883 (tramp-multi-action-password): Compile the password prompt from
1884 `method', `user' and `host'. Sometimes it isn't obvious which
1885 password to enter, for example with remote files offered by
1886 recentf.el, or with multiple steps. Suggested by Robert Marshall
1887 <robert@chezmarshall.freeserve.co.uk>.
1888
1889 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1892 Fix regexp for when "s///" is at the beginning of line.
1893
1894 2005-09-07 Jay Belanger <belanger@truman.edu>
1895
1896 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1897 when in matrix mode.
1898
1899 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1902 non-anonymous functions.
1903
1904 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1907 when using a header line. Otherwise, use mouse-1-click-follows-link.
1908
1909 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1910 can't be moved; don't signal an error.
1911
1912 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * cus-theme.el (custom-theme-write-faces): Save the current face
1915 spec, not the defface spec.
1916
1917 * custom.el (custom-known-themes): Clarify meaning of "standard".
1918 (custom-push-theme): Save old values in the standard theme.
1919 (disable-theme): Correct typo.
1920 (custom-face-theme-value) Deleted unused function.
1921 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1922
1923 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * progmodes/compile.el (compilation-goto-locus): Take into account
1926 iconified frames when determining whether the buffer is
1927 already visible.
1928 Don't reset window height if the window already existed.
1929
1930 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * custom.el (load-theme): Rename from require-theme.
1933 Add interactive spec.
1934 (enable-theme): Rename from custom-enable-theme.
1935 Add interactive spec.
1936 (disable-theme): Rename from custom-disable-theme.
1937 Add interactive spec.
1938 (custom-make-theme-feature): Doc fix.
1939 (custom-theme-directory): Doc fix.
1940 (provide-theme): Call enable-theme.
1941
1942 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * obsolete/lazy-lock.el (lazy-lock-mode):
1945 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1946 font-lock-mode if it's off. Print a warning instead.
1947
1948 * progmodes/compile.el (compilation-start): Ignore errors if the
1949 process died before we get to send-eof.
1950
1951 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1952 Undo last change. Enclosing the result in quotes broke things on Unix
1953 since tex-send-command passes it through shell-quote-argument.
1954 (tex-send-command): Pass `file' through convert-standard-filename
1955 when possible.
1956 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1957 info in a transcript.
1958
1959 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1960
1961 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1962 fix compilation warning. Reorder the key definitions to group
1963 together keys emitted by the current version of xterm.
1964
1965 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1966 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1967 Reorder predicates to correct min-color usage.
1968
1969 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1970
1971 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1972 Kill local variables when longlines-mode is turned off.
1973
1974 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1977
1978 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1979
1980 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1981
1982 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1983 (font-lock-lines-before): Change default to being inactive.
1984 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1985 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1986
1987 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1988
1989 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1990 Deactivate temporarily advice if active (not needed for Emacs 22,
1991 but for backwards compatibility).
1992 (tramp-exists-file-name-handler): Rewrite. First implementation
1993 was too simple.
1994 (tramp-advice-make-auto-save-file-name):
1995 Call `tramp-handle-make-auto-save-file-name' (again, just for
1996 backwards compatibility).
1997
1998 2005-08-31 Reto Zimmermann <reto@gnu.org>
1999
2000 * progmodes/vhdl-mode.el
2001 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2002 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2003 (vhdl-set-default-project): New function (easier setting of default).
2004 (vhdl-port-copy): Handle extended identifiers for generics.
2005 (vhdl-compiler-alist): Better description for error message regexp.
2006 (vhdl-make): Query for target, use previous as default.
2007 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2008 (vhdl-font-lock-keywords-2): Fix fontification for record
2009 el. assign.
2010 (vhdl-speedbar-make-subpack-line): Add package body link.
2011 (vhdl-generate-makefile-1): Not include itself as dependency.
2012 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2013 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2014 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2015 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2016 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2017 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2018 (vhdl-import-project): Add string argument for `error'.
2019 (vhdl-compose-configuration)
2020 (vhdl-compose-configuration-architecture): Add configuration
2021 declaration generation.
2022 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2023 (vhdl-trailer-re): Add "record" keyword (better indentation).
2024 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2025 "[^ \t-\"]+".
2026 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2027 (vhdl-testbench-entity-file-name)
2028 (vhdl-testbench-architecture-file-name): Allow separate
2029 customization of testbench file names.
2030 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2031 (vhdl-get-visible-signals): Allow newline within alias declaration.
2032 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2033 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2034 (member-ignore-case): Alias for missing function in XEmacs.
2035 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2036 (vhdl-update-sensitivity-list): Ignore case on read signals.
2037 (vhdl-replace-string): Adjust case only for file names.
2038 (vhdl-update-sensitivity-list): Fix search for read signals.
2039 (vhdl-update-sensitivity-list): Exclude formal parameters.
2040 (vhdl-get-visible-signals): Include aliases of signals.
2041 (vhdl-get-visible-signals): Fix signal name searching.
2042 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2043 (vhdl-fixup-whitespace-region): Fix for character
2044 literals (e.g. ':').
2045
2046 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2047
2048 * ansi-color.el (comint-last-output-start):
2049 * bs.el (font-lock-verbose):
2050 * diff-mode.el (add-log-buffer-file-name-function):
2051 * dired-x.el (vm-folder-directory):
2052 * faces.el (help-xref-stack-item):
2053 * files.el (font-lock-keywords):
2054 * find-lisp.el (dired-buffers, dired-subdir-alist):
2055 * ido.el (cua-inhibit-cua-keys):
2056 * log-view.el (cvs-minor-wrap-function):
2057 * outline.el (font-lock-warning-face):
2058 * simple.el (compilation-current-error):
2059 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2060 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2061 * tooltip.el (comint-prompt-regexp):
2062 * w32-fns.el (explicit-shell-file-name):
2063 * term/mac-win.el (mac-charset-info-alist)
2064 (mac-services-selection, mac-system-script-code):
2065 * term/tty-colors.el (msdos-color-values):
2066 * term/w32-win.el (xlfd-regexp-registry-subnum):
2067 * term/x-win.el (x-keysym-table, x-selection-timeout)
2068 (x-session-id, x-session-previous-id):
2069 * textmodes/ispell.el (mail-yank-prefix):
2070 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2071 * textmodes/org.el (calc-embedded-close-formula)
2072 (calc-embedded-open-formula)
2073 (font-lock-unfontify-region-function):
2074 * textmodes/reftex-global.el (isearch-next-buffer-function)
2075 (TeX-master):
2076 * textmodes/reftex.el (font-lock-keywords):
2077 * textmodes/tex-mode.el (font-lock-comment-face)
2078 (font-lock-doc-face):
2079 * textmodes/texinfo.el (outline-heading-alist):
2080 Add defvars.
2081
2082 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2083 (artist-spray-chars, artist-mode-init, artist-replace-string)
2084 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2085 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2086 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2087
2088 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2089 (conf-align-assignments): "?\ " -> "?\s".
2090
2091 * textmodes/reftex-index.el (TeX-master): Add defvar.
2092 (reftex-index-phrases-marker): Move up defvar.
2093
2094 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2095 (reftex-toc-include-labels-indicator)
2096 (reftex-toc-include-index-indicator)
2097 (reftex-toc-max-level-indicator): Move up declarations.
2098
2099 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2100 of args to `tramp-run-real-handler', even if it's empty in this case.
2101
2102 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2103
2104 * dired.el (dired-move-to-filename-regexp): Add date format for
2105 Mac OS X 10.3 in East Asian locales.
2106
2107 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * files.el (make-auto-save-file-name): Add file name handler call
2110 if applicable.
2111
2112 * net/tramp.el (tramp-file-name-handler-alist)
2113 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2114 (tramp-handle-make-auto-save-file-name): Rename from
2115 `tramp-make-auto-save-file-name'.
2116 (tramp-exists-file-name-handler): New defun.
2117 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2118 `make-auto-save-file-name' is not a magic file name operation.
2119
2120 2005-08-30 Richard M. Stallman <rms@gnu.org>
2121
2122 * files.el (risky-local-variable-p):
2123 Match `-predicates' and `-commands.
2124
2125 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2126 (custom-save-all): Visit the file if necessary;
2127 kill the buffer if we created it.
2128 (custom-save-delete): Don't visit file or kill buffer here.
2129
2130 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2131
2132 * textmodes/org.el (org-special-keyword): New face.
2133 (org-table-copy-down, org-table-eval-formula)
2134 (org-table-recalculate, org-init-section-numbers):
2135 Use `string-to-number' instead of `string-to-int'.
2136 (org-get-location): Use `insert-buffer-substring' instead of
2137 `insert-buffer'.
2138 (org-modify-diary-entry-string): New function.
2139 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2140 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2141 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2142 active region.
2143 (org-export-as-html): Handle QUOTE keyword.
2144 (org-quote-string): New option.
2145 (org-bookmark-jump-unhide): New function, used for
2146 `bookmark-after-jump-hook'.
2147 (org-diary-default-entry): Apply only when not called through
2148 `org-agenda'.
2149
2150 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2151
2152 * net/eudc.el (mode-popup-menu):
2153 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2154 * progmodes/ada-mode.el (compile-auto-highlight)
2155 (skeleton-further-elements):
2156 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2157 * progmodes/cmacexp.el (msdos-shells):
2158 * progmodes/compile.el (font-lock-extra-managed-props)
2159 (font-lock-keywords, font-lock-maximum-size)
2160 (font-lock-support-mode):
2161 * progmodes/grep.el (font-lock-lines-before):
2162 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2163 * progmodes/mixal-mode.el (compile-command):
2164 * progmodes/perl-mode.el (font-lock-comment-face)
2165 (font-lock-doc-face, font-lock-string-face):
2166 * progmodes/prolog.el (comint-prompt-regexp):
2167 * progmodes/sh-script.el (font-lock-comment-face)
2168 (font-lock-set-defaults, font-lock-string-face):
2169 * progmodes/sql.el (font-lock-keyword-face)
2170 (font-lock-set-defaults, font-lock-string-face):
2171 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2172 (itimer-version, lazy-lock-defer-contextually)
2173 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2174 Add defvars.
2175
2176 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2177 (cperl-electric-keyword, cperl-electric-pod)
2178 (cperl-electric-backspace, cperl-forward-re)
2179 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2180 (vc-rcs-header, vc-sccs-header): Add defvars.
2181
2182 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2183 (font-lock-syntactic-keywords, gud-find-expr-function):
2184 Add defvars.
2185
2186 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2187 (gdb-frame-parameters): Declare before use.
2188
2189 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2190 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2191 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2192 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2193
2194 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2195 (idlwave-help-with-source): Use `insert-buffer-substring', not
2196 `insert-buffer'.
2197
2198 2005-08-29 Juri Linkov <juri@jurta.org>
2199
2200 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2201 Put outline-back-to-heading function call inside save-excursion.
2202
2203 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2204
2205 * man.el (Man-init-defvars, Man-translate-references)
2206 (Man-support-local-filenames, Man-highlight-references):
2207 * progmodes/sql.el (sql-interactive-mode):
2208 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2209
2210 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2211 (compilation-mode-font-lock-keywords): Add defvars.
2212 (checkdoc-interactive-loop): "?\ " -> "?\s".
2213
2214 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2215 (font-lock-doc-face, font-lock-string-face)
2216 (font-lock-keywords-case-fold-search): Add defvars.
2217 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2218
2219 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2220 Don't pass X and Y (they are ignored anyway).
2221 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2222 (mouse-delete-window): Make arguments optional.
2223
2224 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2225 (caesar-translate-table, minor-modes, news-buffer-save)
2226 (news-group-name, news-minor-modes): Add defvars.
2227
2228 * emacs-lisp/lselect.el (mouse-highlight-priority)
2229 (x-lost-selection-functions, zmacs-regions):
2230 * emacs-lisp/pp.el (font-lock-verbose):
2231 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2232 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2233 (ses-mode-map):
2234 * emacs-lisp/tcover-unsafep.el (safe-functions):
2235 * international/mule-cmds.el (mac-system-coding-system)
2236 (mac-system-locale):
2237 * language/ethio-util.el (rmail-current-message)
2238 (rmail-message-vector):
2239 * language/thai-util.el (thai-auto-composition-mode):
2240 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2241 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2242 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2243 (vm-primary-inbox, vm-spool-files):
2244 * mail/rmail.el (deleted-head, font-lock-fontified)
2245 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2246 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2247 (total-messages):
2248 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2249 (rmail-summary-mode-map):
2250 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2251 (rmail-last-label, rmail-last-multi-labels)
2252 (rmail-summary-vector, rmail-total-messages):
2253 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2254 * mail/rmailsum.el (msgnum):
2255 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2256 (rmail-current-message):
2257 * obsolete/fast-lock.el (font-lock-face-list):
2258 * obsolete/rnewspost.el (mail-reply-buffer):
2259 * obsolete/scribe.el (compile-command):
2260 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2261
2262 2005-08-28 John Paul Wallington <jpw@gnu.org>
2263
2264 * ibuf-ext.el (ibuffer-auto-update-changed):
2265 Use `frame-or-buffer-changed-p' to check whether we need to update.
2266 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2267 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2268 as a `frame-or-buffer-changed-p' state vector instead.
2269
2270 2005-08-27 Romain Francoise <romain@orebokech.com>
2271
2272 * textmodes/makeinfo.el (makeinfo-compile):
2273 Use `compilation-start'. Set `next-error-function' according to
2274 `disable-errors'.
2275 (makeinfo-next-error): New function.
2276 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2277 (makeinfo-buffer): Likewise.
2278
2279 * progmodes/compile.el (compilation-start): Add autoload cookie.
2280
2281 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2282 * textmodes/sgml-mode.el: Likewise.
2283 * progmodes/python.el: Likewise.
2284
2285 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2286
2287 * simple.el (blink-matching-paren-distance): Document the meaning
2288 of nil value, and allow to customize to nil.
2289
2290 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2291 command.com, not command.exe.
2292
2293 2005-08-26 John Wiegley <johnw@newartisans.com>
2294
2295 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2296 code around a bit so that an extraneous nil argument is not added
2297 to a command when no args are given.
2298
2299 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2300 double-quoted argument resolves to nil, return it as an empty
2301 string rather than as nil. This made it impossible to pass "" to
2302 a shell script as a null string argument.
2303
2304 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2305
2306 * outline.el (outline-invent-heading): New fun.
2307 (outline-promote, outline-demote): Use it.
2308 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2309 (outline-end-of-subtree): Remove unused var `opoint'.
2310
2311 2005-08-26 David Reitter <david.reitter@gmail.com>
2312
2313 * menu-bar.el (truncate-lines, write-file, print-buffer)
2314 (ps-print-buffer-faces, ps-print-buffer, split-window):
2315 Disable menu items when the frame they refer to is invisible, or when
2316 they refer to a buffer and the minibuffer is selected.
2317
2318 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2319
2320 * progmodes/flymake.el (flymake-highlight-err-lines):
2321 Use save-excursion around flymake-highlight-line to preserve point.
2322
2323 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2324
2325 * progmodes/octave-mod.el: Change Author and Maintainer address.
2326 (octave-maintainer-address): Change Kurt's email address.
2327 * progmodes/octave-inf.el: Change Author and Maintainer address.
2328 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2329
2330 2005-08-26 Kim F. Storm <storm@cua.dk>
2331
2332 * subr.el (version-list-<, version-list-<=, version-list-=):
2333 Renamed from integer-list-*.
2334 (version-list-not-zero): Likewise. Fix while loop.
2335 (version=): Use version-list-= instead of string-equal.
2336
2337 2005-08-26 Richard M. Stallman <rms@gnu.org>
2338
2339 * outline.el (outline-promote): Try shortening the heading.
2340 As last resort, read the heading to use.
2341 (outline-demote): As last resort, read the heading to use.
2342
2343 2005-08-26 Romain Francoise <romain@orebokech.com>
2344
2345 * progmodes/compile.el (compilation-start): Doc fix.
2346
2347 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2348 (antlr-font-lock-additional-keywords): Fix reference to
2349 `antlr-font-lock-literal-regexp' erroneously changed during the
2350 mass face rename.
2351 (antlr-run-tool): Use `compilation-start'.
2352
2353 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2354 instead of the obsolete `compile-internal'.
2355
2356 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2357
2358 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2359 (number, original-date):
2360 * calendar/cal-china.el (date):
2361 * calendar/cal-coptic.el (date):
2362 * calendar/cal-french.el (date):
2363 * calendar/cal-hebrew.el (date, entry, number, original-date):
2364 * calendar/cal-islam.el (date, number, original-date):
2365 * calendar/cal-iso.el (date):
2366 * calendar/cal-julian.el (date):
2367 * calendar/cal-mayan.el (date):
2368 * calendar/cal-menu.el (date, event):
2369 * calendar/cal-persia.el (date):
2370 * calendar/lunar.el (date):
2371 * calendar/solar.el (date): Add defvars.
2372
2373 * emerge.el:
2374 * ibuffer.el:
2375 * info-xref.el:
2376 * obsolete/bg-mouse.el:
2377 * obsolete/sun-curs.el:
2378 * obsolete/swedish.el: Move the `defvar's to the top level.
2379
2380 * smerge-mode.el (smerge-refined-change): Add :group.
2381
2382 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2385 (smerge-keep-n): Remove props.
2386 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2387 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2388 now that it's done in smerge-keep-n.
2389 (smerge-refined-change): New face.
2390 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2391 (smerge-refine): New funs.
2392 (smerge-basic-map): Bind smerge-refine.
2393
2394 2005-08-25 Juri Linkov <juri@jurta.org>
2395
2396 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2397 compilation-process-setup-function and compilation-disable-input
2398 in grep-mode instead of let-bindings in grep.
2399
2400 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2401 Delete "Automatic File De/compression" (auto-compression-mode).
2402
2403 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2404
2405 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2406 Silence warning about non-existent variable.
2407
2408 2005-08-25 Richard M. Stallman <rms@gnu.org>
2409
2410 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2411 Rename "Describe Key" to "Describe Key or Mouse Operation".
2412
2413 * mail/mailalias.el (build-mail-aliases): Delete comments
2414 from the contents before processing them.
2415
2416 * isearch.el (isearch-edit-string): Erase the Search prompt
2417 if user enters an empty string and there is no default.
2418
2419 * comint.el (comint-file-name-prefix): Add autoload.
2420
2421 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2422
2423 * subr.el (play-sound): Rearrange to avoid warning.
2424
2425 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2426
2427 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2428 New hook.
2429 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2430
2431 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2434
2435 * custom.el (custom-theme-set-variables): Sort minor modes last.
2436
2437 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2438
2439 * subr.el (version-separator, version-regexp-alist): New vars used by
2440 version comparison funs.
2441 (integer-list-<, integer-list-=, integer-list-<=)
2442 (integer-list-not-zero): New funs for integer list comparison.
2443 (version-to-list, version=, version<, version<=): New funs for version
2444 comparison.
2445
2446 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2447
2448 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2449 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2450 time to silence the byte-compiler.
2451
2452 * ibuffer.el (ibuffer-compile-make-eliding-form)
2453 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2454 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2455 so it's silly to get warnings for it).
2456 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2457 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2458 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2459 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2460 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2461 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2462 Defvar at compile time.
2463 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2464 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2465 Declare them before use.
2466
2467 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2468 (info-xref-good, info-xref-bad): Defvar at compile time.
2469
2470 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2471 Use `let*' instead of `let'.
2472
2473 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2474 (*mouse-y*, menu, char): Defvar at compile time.
2475 (sc::menu): Declare it before use.
2476 (sc::pack-one-line): Use `let', not `let*'.
2477
2478 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2479 (mail-send-hook): Defvar at compile time.
2480
2481 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2482 Defvar at compile time.
2483
2484 * term/sun-mouse.el (current-global-mousemap)
2485 (current-local-mousemap): Declare them before use.
2486
2487 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2488
2489 * bookmark.el (bookmark-after-jump-hook): New hook.
2490 (bookmark-jump): Run `bookmark-after-jump-hook'.
2491
2492 2005-08-23 Juri Linkov <juri@jurta.org>
2493
2494 * faces.el (minibuffer-prompt): Doc fix.
2495
2496 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2497
2498 * progmodes/xscheme.el: Trivial changes to silence warnings.
2499 (xscheme-previous-mode, xscheme-previous-process-state):
2500 Add defvars.
2501 (xscheme-last-input-end, xscheme-process-command-line)
2502 (xscheme-process-name, xscheme-buffer-name)
2503 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2504 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2505 (xscheme-control-g-synchronization-p)
2506 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2507 (default-xscheme-runlight, xscheme-runlight)
2508 (xscheme-runlight-string, xscheme-process-filter-state)
2509 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2510 Move to beginning of file.
2511 (scheme-interaction-mode-commands-alist)
2512 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2513 Declare them before use. Note: the initialization code for the variables
2514 has not been moved because it uses functions that reference the variables.
2515 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2516 (xscheme-prompt-for-expression-map): Declare them before use.
2517 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2518
2519 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2520
2521 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2522
2523 2005-08-22 Juri Linkov <juri@jurta.org>
2524
2525 * faces.el (set-face-underline): Delete this duplicate function
2526 and make an obsolete alias to set-face-underline-p.
2527 (set-face-underline-p): Use docstring of set-face-underline.
2528 (describe-face): Create hyperlink to parent face.
2529
2530 * info.el (Info-insert-dir): Use save-excursion around
2531 insert-buffer-substring.
2532 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2533 (Info-escape-percent): Delete function.
2534 (Info-fontify-node): Replace Info-escape-percent by
2535 replace-regexp-in-string with REP arg set to lambda that
2536 duplicates `%' and preserves text properties.
2537
2538 * progmodes/compile.el (compilation-disable-input): Doc fix.
2539 (define-compilation-mode): Doc fix and refill.
2540 (kill-compilation): Use `mode-name' in the error message.
2541 (compilation-find-file): Use `compilation-error' in the
2542 read-file-name's prompt.
2543
2544 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2547 (smerge-auto-leave): Make undo re-enable the mode.
2548 (debug-ignored-errors): Add the user-error of impossible resolution.
2549 (smerge-resolve): Move things around a bit, in preparation for later.
2550 (smerge-diff): Don't fail if the buffer has no associated file.
2551 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2552 (smerge-conflict-overlay): New function.
2553 (smerge-match-conflict): Don't add text properties here.
2554 (smerge-find-conflict): Instead, add an overlay here.
2555 Also check for the case where we're inside a conflict already, so as to
2556 obviate the need for font-lock-multiline, which is unbearably slow with
2557 large conflicts and ciomplex font-lock patterns.
2558 (smerge-remove-props): Remove overlay rather than text-properties.
2559 (smerge-mode): Don't set font-lock-multiline.
2560 Remove overlays when turned off.
2561
2562 2005-08-21 Kim F. Storm <storm@cua.dk>
2563
2564 * ido.el (ido-ignore-item-p): Use save-match-data.
2565 Bind case-fold-search to ido-case-fold locally.
2566
2567 2005-08-20 Richard M. Stallman <rms@gnu.org>
2568
2569 * files.el (normal-mode): If font lock is on, turn it off and on.
2570
2571 * subr.el (replace-regexp-in-string): Doc fix.
2572
2573 * startup.el (command-line-1): Don't suppress startup screen
2574 due to existing processes.
2575
2576 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2577
2578 * progmodes/compile.el (compilation-disable-input): Default to nil.
2579
2580 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2581
2582 * progmodes/compile.el (compilation-disable-input): New defcustom.
2583 (compilation-start): If compilation-disable-input is non-nil, send
2584 EOF to the compilation process.
2585
2586 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2587
2588 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2589 Run the argument of tex-shell-cd-command through
2590 convert-standard-filename, to get the correct style of slashes on
2591 Windows, and enclose the result in quotes, in case the file name
2592 includes whitespace or other special characters.
2593
2594 2005-08-19 Andreas Schwab <schwab@suse.de>
2595
2596 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2597 process.
2598
2599 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2600
2601 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2602
2603 2005-08-18 Kim F. Storm <storm@cua.dk>
2604
2605 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2606
2607 2005-08-18 Richard M. Stallman <rms@gnu.org>
2608
2609 * scroll-lock.el: New file.
2610
2611 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2612
2613 * dired.el (dired-move-to-end-of-filename):
2614 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2615
2616 2005-08-18 Kim F. Storm <storm@cua.dk>
2617
2618 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2619 rather than toggle mode when custom value is nil.
2620 (ido-everywhere): Fix defun doc string.
2621
2622 2005-08-17 Richard M. Stallman <rms@gnu.org>
2623
2624 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2625 as tag instead of "Inviolable".
2626
2627 2005-08-17 Kim F. Storm <storm@cua.dk>
2628
2629 * windmove.el (windmove-coordinates-of-position): Remove.
2630 (windmove-coordinates-of-window-position): Remove.
2631 (windmove-reference-loc): Use posn-at-point instead.
2632
2633 * subr.el (insert-for-yank-1): Doc fix.
2634
2635 * ido.el (ido-enter-matching-directory): Rename from
2636 ido-enter-single-matching-directory. Change 'slash choice to
2637 'only. Add 'first choice.
2638 (ido-exhibit): Adapt to above changes.
2639
2640 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2641
2642 * Makefile.in: Expand comment about building loaddefs.el.
2643
2644 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2645
2646 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2647 Comment use of defadvice.
2648
2649 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2650
2651 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2652
2653 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2654 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2655 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2656 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2657 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2658 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2659 for backward compatibility for faces that did not appear in the
2660 previous Emacs release.
2661
2662 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2663
2664 2005-08-15 Kim F. Storm <storm@cua.dk>
2665
2666 * emulation/cua-base.el (cua-delete-region): Return t if
2667 deleted region was non-empty.
2668 (cua-replace-region): Inhibit overwrite-mode for
2669 self-insert-command if replaced region was non-empty.
2670 (cua--explicit-region-start, cua--status-string): Make them
2671 buffer-local at top-level...
2672 (cua-mode): ...rather than when mode is enabled.
2673
2674 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2675
2676 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2677 Set t for Emacs 21, 22, and so on.
2678
2679 2005-08-15 David Ponce <david@dponce.com>
2680
2681 * tree-widget.el: Update Commentary header.
2682 (tree-widget-theme): Doc fix.
2683 (tree-widget-space-width): New option.
2684 (tree-widget-image-properties): Look up in the default theme too.
2685 (tree-widget--cursors): Only for images with arrow pointer shape.
2686 (tree-widget-lookup-image): Pointer shape is hand by default.
2687 (tree-widget-icon): Rename generic icon widget from
2688 `tree-widget-control'.
2689 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2690 derive from `tree-widget-icon'.
2691 (tree-widget-handle): Improve default look and feel of the text
2692 representation.
2693 (tree-widget): Rename :*-control properties to :*-icon properties.
2694 Add :action and :help-echo properties.
2695 (tree-widget-after-toggle-functions): Move.
2696 (tree-widget-close-node, tree-widget-open-node): Remove.
2697 (tree-widget-before-create-icon-functions): New hook.
2698 (tree-widget-value-create): Update to allow customization of icons
2699 and nodes at run-time via that new hook.
2700 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2701 (tree-widget-icon-action, tree-widget-icon-help-echo)
2702 (tree-widget-action, tree-widget-help-echo): New functions.
2703
2704 2005-08-15 Kim F. Storm <storm@cua.dk>
2705
2706 * ido.el (ido-buffer-internal): Use with-no-warnings.
2707 (ido-make-merged-file-list): Use while-no-input.
2708
2709 2005-08-15 Richard M. Stallman <rms@gnu.org>
2710
2711 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2712 (flyspell-large-region): Fix doc and custom type.
2713
2714 2005-08-14 Richard M. Stallman <rms@gnu.org>
2715
2716 * files.el (interpreter-mode-alist): Doc fix.
2717
2718 * mail/rmail.el (rmail-nonignored-headers): New variable.
2719 (rmail-clear-headers): Use it.
2720 (rmail-reply): Better handling of mail-followup-to header.
2721
2722 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2723 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2724 don't try to refer to executable-font-lock-keywords.
2725 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2726 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2727 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2728 (sh-mode): Set comment-start-skip, local-abbrev-table,
2729 imenu-case-fold-search.
2730 (sh-set-shell): Don't set them here.
2731 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2732 Don't cache the results in the original alist; don't ever modify
2733 that alist.
2734
2735 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2736
2737 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2738 empty.
2739
2740 2005-08-15 Andreas Schwab <schwab@suse.de>
2741
2742 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2743
2744 * dired.el, info.el, mail/rmail.el: Revert last change.
2745
2746 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2747
2748 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2749 modification in `eval-after-load' form.
2750 * info.el: Likewise.
2751 * mail/rmail.el: Likewise.
2752
2753 2005-08-14 Juri Linkov <juri@jurta.org>
2754
2755 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2756 Remove highlighting of "Compilation started". Highlight only
2757 the word "finished" in "Compilation finished". Add highlighting
2758 of "interrupt", "killed", "terminated" and the exit code.
2759 (compilation-start): Add newline after header. Use exactly the
2760 same time stamp format as the finishing message.
2761 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2762
2763 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2764 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2765 Add highlighting of "interrupt", "killed", "terminated".
2766
2767 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2768 enabled and the current command is self-insert-command, call it
2769 explicitly with overwrite-mode bound to nil, to not allow it
2770 to delete the character after the selected region.
2771
2772 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2773
2774 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2775 move-end-of-line, end-of-line, and beginning-of-line to the list
2776 of commands after which the echo area is updated.
2777
2778 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2779
2780 * cus-edit.el (custom-save-all, custom-save-delete):
2781 Bind recentf-exclude to exclude custom-file.
2782
2783 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2784
2785 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2786 to go to the bottom of the mail message. Added to
2787 `rmail-summary-mode-map' with key "/".
2788 (rmail-summary-show-message): New (internal) function for use by
2789 both `rmail-summary-beginning/end-of-message'.
2790 (rmail-summary-beginning-of-message): Change to use
2791 rmail-summary-show-message.
2792
2793 * mail/rmail.el (rmail-end-of-message): New command to go to the
2794 end of the current message. Added to `rmail-mode-map' with key "/".
2795 (rmail-beginning-of-message): Fix to work as documented.
2796 (rmail-mode): Change documentation.
2797
2798 * progmodes/compile.el (compilation-start): Add the line
2799 "Compilation started" with compilation start time.
2800 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2801
2802 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2803
2804 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2805 of menu items.
2806
2807 2005-08-11 Richard M. Stallman <rms@gnu.org>
2808
2809 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2810
2811 * battery.el (battery-status-function): Don't use ignore-errors.
2812
2813 2005-08-11 Lute Kamstra <lute@gnu.org>
2814
2815 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2816 define-obsolete-variable-alias.
2817
2818 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2821 (ange-ftp-send-cmd): Revert last change, and expand
2822 the comment explaining the problem.
2823
2824 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2825
2826 * ldefs-boot.el: Update.
2827
2828 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2829 item to "Time, Load and Mail". Change help echo text.
2830
2831 * time.el (display-time-use-mail-icon, display-time-format)
2832 (display-time-string-forms): Shorten first line of docstrings.
2833
2834 2005-08-10 Lars Hansen <larsh@soem.dk>
2835
2836 * desktop.el (desktop-buffer-mode-handlers):
2837 Make non-customizable. Add autoload cookie. Change initial value to
2838 nil; add elements in respective modules instead. Fix doc string.
2839 (desktop-load-file): New function.
2840 (desktop-minor-mode-handlers): New autoloaded variable.
2841 (desktop-create-buffer): Call minor mode handlers.
2842 Use desktop-load-file to load major and minor mode modules prior to
2843 checking for a handler.
2844 (desktop-save): Don't add nil to desktop-minor-modes for minor
2845 modes with nil function in desktop-minor-mode-table. Don't delete
2846 desktop file before rewriting it.
2847 (desktop-locals-to-save): Add autoload cookie. Don't make
2848 automatically buffer-local. Add variables column-number-mode,
2849 size-indication-mode, indent-tabs-mode,
2850 indicate-buffer-boundaries, indicate-empty-lines and
2851 show-trailing-whitespace.
2852 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2853 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2854 (desktop-clear-preserve-buffers-regexp): Delete.
2855 (desktop-clear-preserve-buffers): Update initial value and docstring.
2856 (desktop-save-buffer): Fix doc string.
2857
2858 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2859 (hilit-chg-desktop-restore): New function.
2860 (highlight-changes-mode): Add highlight-changes-mode to
2861 desktop-locals-to-save.
2862
2863 * dired.el: Add handler to desktop-buffer-mode-handlers.
2864 (dired-restore-desktop-buffer): Remove autoload cookie.
2865 (dired-mode): Add autoload cookie.
2866
2867 * info.el: Add handler to desktop-buffer-mode-handlers.
2868 (Info-restore-desktop-buffer): Remove autoload cookie.
2869 (Info-mode): Add autoload cookie.
2870
2871 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2872 (mh-restore-desktop-buffer): Remove autoload cookie.
2873 (mh-folder-mode): Add autoload cookie.
2874
2875 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2876 (rmail-restore-desktop-buffer): Remove autoload cookie.
2877
2878 2005-08-11 Masatake YAMATO <jet@gyve.org>
2879
2880 * hexl.el (hexl-address-region):
2881 (hexl-ascii-region, hexl-font-lock-keywords):
2882 (hexl-highlight-line-range): Use the term "region"
2883 instead of "area" for consistency with the other symbols
2884 defined in hexl.el.
2885
2886 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2887
2888 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2889 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2890 out by Juri Linkov). Add `display-battery-mode'.
2891
2892 2005-08-09 Juri Linkov <juri@jurta.org>
2893
2894 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2895 Remove `-text' from face variable names.
2896 (compilation-error-file-name, compilation-warning-file-name)
2897 (compilation-info-file-name): Delete faces.
2898 (compilation-line-number, compilation-column-number):
2899 Remove face underlining.
2900 (compilation-message-face): Set to `underline' value by default.
2901 (compilation-error-face, compilation-warning-face)
2902 (compilation-info-face): Remove `-file-name' from face names.
2903 (compilation-error-text-face, compilation-warning-text-face)
2904 (compilation-info-text-face): Delete face variables.
2905 (compilation-text-face): Delete function.
2906
2907 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2908 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2909 (grep-error-face): Set to `compilation-error' instead of
2910 `compilation-error-face' (which is redefined to `grep-hit-face' in
2911 grep buffers).
2912 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2913 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2914
2915 * dired-aux.el (dired-do-query-replace-regexp):
2916 Use `query-replace-read-args'.
2917
2918 * replace.el (query-replace-read-from, query-replace-read-to)
2919 (query-replace-read-args): Rename arg `string' to `prompt'.
2920
2921 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2922
2923 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2924
2925 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2926 uploading files.
2927 (ange-ftp-canonize-filename): Handle file names beginning with ~
2928 correctly.
2929
2930 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2931
2932 * textmodes/fill.el (canonically-space-region)
2933 (fill-context-prefix, fill-french-nobreak-p)
2934 (fill-delete-newlines, fill-comment-paragraph)
2935 (justify-current-line): "?\ " -> "?\s".
2936
2937 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2938
2939 * textmodes/fill.el (fill-nonuniform-paragraphs):
2940 Improve argument/docstring consistency.
2941
2942 2005-08-09 Richard M. Stallman <rms@gnu.org>
2943
2944 * textmodes/ispell.el (ispell-word): More fboundp checks.
2945
2946 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2947 (find-file-noselect-1): Call it here, only if RAWFILE.
2948 (normal-mode): Always set some major mode.
2949 (save-some-buffers-action-alist): Change some explanation strings.
2950 (file-name-non-special): In the `quote' method, use unwind-protect.
2951
2952 2005-08-09 Magnus Henoch <mange@freemail.hu>
2953
2954 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2955 (ispell-have-aspell-dictionaries): New variable.
2956 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2957 (ispell-get-aspell-config-value): New function.
2958 (ispell-aspell-find-dictionary): New function.
2959 (ispell-aspell-add-aliases): New function.
2960 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2961 appropriate. Don't look for ispell dictionaries if we use aspell.
2962 (ispell-menu-map): Don't build a submenu of dictionaries.
2963
2964 2005-08-09 Richard M. Stallman <rms@gnu.org>
2965
2966 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2967 (sql-read-passwd): Use read-passwd.
2968
2969 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2970 (idlwave-toolbar-is-possible): Add defvars.
2971
2972 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2973 Avoid warnings.
2974
2975 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2976 (idlwave-system-class-info, idlwave-executive-commands-alist):
2977 Use defvar.
2978
2979 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2980
2981 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2982 Avoid warnings.
2983
2984 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2985 and content-type: headers.
2986
2987 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2988
2989 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2990 and rename some of them to be more self-explanatory.
2991
2992 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2993
2994 * startup.el (command-line-1): Implement -scriptload.
2995
2996 * replace.el (occur-engine): Initial *Occur* output not undoable.
2997
2998 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2999 and improve help strings.
3000
3001 * isearch.el (isearch-repeat): When changing direction,
3002 mark search successful.
3003
3004 * ediff-init.el: Use (featurep 'xemacs).
3005
3006 * comint.el (send-invisible): Identify buffer, if not selected.
3007
3008 * align.el: Delete autoload for c-guess-basic-syntax.
3009
3010 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3011
3012 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3013 Improve argument/docstring consistency. Doc fixes.
3014 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3015 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3016 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3017 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3018 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3019 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3020 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3021 Defvar at compile time.
3022
3023 2005-08-09 Juri Linkov <juri@jurta.org>
3024
3025 * info.el: Replace `info' with upper-case `Info' where appropriate.
3026 (info-title-1, info-title-2, info-title-3, info-title-4)
3027 (info-menu-header): Move up face definitions.
3028 (info-menu-star): Rename from `info-menu-5'.
3029 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3030 (Info-fontify-visited-nodes): Fix docstring.
3031 (Info-hide-note-references): Fix docstring.
3032 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3033 menu items in the same way as on cross-references.
3034 (info-apropos): Fix sorting order and formatting to be like in the
3035 stand-alone Info browser. Display error messages for 1 sec.
3036 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3037 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3038 from the menu bar.
3039 (Info-insert-dir): Restore point after calling
3040 `insert-buffer-substring'.
3041
3042 2005-08-08 Richard M. Stallman <rms@gnu.org>
3043
3044 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3045 (recompute-lucid-menubar): Add defvars.
3046
3047 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3048
3049 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3050
3051 * net/net-utils.el (run-dig): Rename from `dig'.
3052
3053 * play/gametree.el (gametree-mode): Use make-local-variable,
3054 not make-variable-buffer-local.
3055
3056 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3057
3058 * ansi-color.el (ansi-color-make-extent)
3059 (ansi-color-set-extent-face): Use fboundp, not functionp.
3060
3061 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3062 not make-variable-buffer-local.
3063
3064 * bookmark.el (Info-current-file): Add defvar.
3065 (bookmark-jump-noselect): Use with-no-warnings.
3066
3067 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3068
3069 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3070
3071 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3072
3073 * find-file.el (ada-procedure-start-regexp)
3074 (ada-package-start-regexp): Add defvars.
3075
3076 * info.el (Info-insert-dir): Use insert-buffer-substring.
3077
3078 * xml.el (xml-att-def-re): Add defvar.
3079
3080 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3081 calling convention.
3082
3083 * subr.el (while-no-input): Return t if there is input.
3084
3085 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3086
3087 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3088
3089 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3092 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3093
3094 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3095
3096 * cmuscheme.el (scheme-start-file): Replace reference to
3097 `user-emacs-directory' by "~/.emacs.d/".
3098
3099 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3100
3101 * info.el (Info-dir-remove-duplicates): Avoid case folding
3102 in loop; instead, keep downcased strings for comparison.
3103 Suggested by Helmut Eller.
3104
3105 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3106
3107 Sync with Tramp 2.0.50.
3108
3109 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3110 XEmacs case; not necessary anymore.
3111 (tramp-user-regexp): Allow "@" as part of user name.
3112 (tramp-handle-set-visited-file-modtime)
3113 (tramp-handle-insert-file-contents)
3114 (tramp-handle-write-region): No special handling for
3115 `last-coding-system-used, because this is done in
3116 `tramp-accept-process-output' now.
3117 (tramp-accept-process-output): New defun.
3118 (tramp-process-one-action, tramp-process-one-multi-action)
3119 (tramp-wait-for-regexp, tramp-wait-for-output)
3120 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3121 Howells <dhowells@redhat.com>.
3122 (clear-visited-file-modtime): Defadvice removed. The check for
3123 unset buffer's modtime does not need to be based on
3124 `tramp-buffer-file-attributes'. Suggested by RMS.
3125 (tramp-message): Insert "\n" if not being at beginning of line.
3126 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3127 sequence with same logic.
3128 (tramp-completion-handle-expand-file-name): Discard call of
3129 `tramp-drop-volume-letter'. It is not necessary, and there have
3130 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3131 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3132 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3133 should always be visible.
3134 (tramp-handle-insert-directory, tramp-setup-complete)
3135 (tramp-set-process-query-on-exit-flag)
3136 (tramp-append-tramp-buffers): Pacify byte-compiler.
3137 (tramp-bug): Delete non-existing variables from list.
3138 Apply `tramp-load-report-modules' as pre-hook.
3139 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3140 `shell-prompt-pattern' because of non-7bit characters.
3141 Reported by Sebastian Luque <sluque@mun.ca>.
3142 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3143 (tramp-match-string-list): Remove function.
3144 (tramp-wait-for-regexp): Remove call of that function.
3145 Suggested by Kim F. Storm <storm@cua.dk>.
3146 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3147 instead of octal character code ?\600. The latter resulted in a
3148 syntax error with XEmacs.
3149
3150 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3151 XEmacs case; not necessary anymore.
3152 (tramp-smb-handle-write-region): No special handling for
3153 `last-coding-system-used, because this is done in
3154 `tramp-accept-process-output' now.
3155 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3156
3157 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3158
3159 * wid-edit.el (widget-choice-value-create):
3160 Unconditionally respect user choice. Set :explicit-choice back to nil
3161 when no longer needed.
3162 (widget-choice-action): Unconditionally respect user choice.
3163 Eliminate :explicit-choice-value.
3164
3165 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3166
3167 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3168 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3169 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3170 running new function `toggle-indicate-empty-lines'.
3171 Rename "Customize" item to "Customize fringe".
3172 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3173 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3174 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3175 Delete "Empty lines only" item.
3176 (menu-bar-showhide-fringe-ind-customize): New function.
3177 (menu-bar-showhide-fringe-ind-mixed)
3178 (menu-bar-showhide-fringe-ind-box)
3179 (menu-bar-showhide-fringe-ind-right)
3180 (menu-bar-showhide-fringe-ind-left)
3181 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3182 instead of `fringe-indicators'.
3183
3184 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3185
3186 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3187 Change the date of last update.
3188
3189 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3190
3191 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3192 (viper-exec-yank, viper-put-back): Don't display modification msg
3193 if in the minibuffer.
3194
3195 * viper-init.el (viper-replace-overlay-cursor-color)
3196 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3197 Make variables frame local.
3198
3199 * viper-util.el (viper-append-filter-alist): Use append instead of
3200 nconc.
3201
3202 * viper.el (viper-vi-state-mode-list)
3203 (viper-emacs-state-mode-list): Move help-mode and
3204 completion-list-mode from the first list to the second.
3205 (viper-mode): Docstring.
3206 (viper-go-away, viper-non-hook-settings): Don't localize
3207 minor-mode-alist in newer Emacsen. Add advice to
3208 set-cursor-color. Don't bind "\C-c\\".
3209
3210 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3211
3212 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3213 (scheme-macro-expand-command): New user options.
3214 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3215 (scheme-form-at-point, scheme-start-file)
3216 (scheme-interactively-start-process): New functions.
3217 (scheme-get-process): New function, extracted from `scheme-proc'.
3218 (run-scheme): Call `scheme-start-file' to get start file, and pass
3219 it to `make-comint'.
3220 (switch-to-scheme, scheme-proc):
3221 Call `scheme-interactively-start-process' if no Scheme buffer/process
3222 is available.
3223
3224 2005-08-06 Juri Linkov <juri@jurta.org>
3225
3226 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3227 Use `compilation-text-face', `compilation-info-text-face' and
3228 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3229 (compilation-error): New face.
3230 (compilation-error-file-name): Inherit from
3231 `compilation-error' instead of `font-lock-warning-face'.
3232 (compilation-warning-file-name): Inherit from
3233 `compilation-warning' instead of `font-lock-warning-face'.
3234 (compilation-info, compilation-error-file-name)
3235 (compilation-warning-file-name, compilation-info-file-name)
3236 (compilation-line-number, compilation-column-number): Doc fix.
3237 (compilation-error-text-face, compilation-warning-text-face)
3238 (compilation-info-text-face): New face variables.
3239 (compilation-line-face, compilation-column-face)
3240 (compilation-enter-directory-face)
3241 (compilation-leave-directory-face): Doc fix.
3242 (compilation-text-face): New function.
3243
3244 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3245 instead of 1 to display binary file names as info file links.
3246 (grep-error-face): Use `compilation-error-face' instead of
3247 `font-lock-keyword-face'.
3248 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3249 and `compilation-warning-text-face' instead of
3250 `font-lock-keyword-face'. Use `compilation-error-text-face'
3251 instead of `grep-error-face'.
3252
3253 2005-08-05 Kenichi Handa <handa@m17n.org>
3254
3255 * international/code-pages.el: Add autoload cookies for all coding
3256 systems.
3257
3258 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3259
3260 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3261
3262 2005-08-04 Juri Linkov <juri@jurta.org>
3263
3264 * progmodes/compile.el (compilation-mode-map):
3265 * progmodes/grep.el (grep-mode-map):
3266 Bind TAB to `compilation-next-error' and [backtab] to
3267 `compilation-previous-error'.
3268
3269 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3270 matching line numbers, column numbers and their ranges with regexp
3271 matching only line numbers.
3272 (grep-context-face): New face variable.
3273 (grep-mode-font-lock-keywords): Use it.
3274
3275 * faces.el (read-face-name): Delete duplicate faces.
3276
3277 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3278
3279 * thumbs.el (thumbs-find-image): Don't make variables
3280 automatically buffer local.
3281 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3282 (thumbs-image-num): Make automatically buffer local.
3283 (thumbs-show-thumbs-list): Use `make-local-variable', not
3284 `make-variable-buffer-local'.
3285 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3286
3287 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3288 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3289 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3290 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3291 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3292 (feelings-about, foullst, found, hello, history, howareyoulst)
3293 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3294 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3295 (neglst, obj, object, owner, please, problems, qlist)
3296 (random-adjective, relation, remlst, repetitive-shortness)
3297 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3298 (shortlst, something, sportslst, stallmanlst, states, subj)
3299 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3300 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3301 Defvar at compile time.
3302
3303 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3304 not `make-variable-buffer-local'.
3305
3306 2005-08-02 Kim F. Storm <storm@cua.dk>
3307
3308 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3309 rectangle overlay in selected window.
3310
3311 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3312
3313 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3314 instead of display group. Make `indicate-buffer-boundaries'
3315 customizable through Custom.
3316
3317 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3318
3319 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3320 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3321 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3322 (gdb-put-string): Fix typos in docstrings.
3323
3324 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3325
3326 Update copyright notices of files in progmodes directory for
3327 release of Emacs 22.1.
3328
3329 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3330
3331 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3332 Don't barf if the GUD buffer has been killed.
3333
3334 2005-08-01 Kim F. Storm <storm@cua.dk>
3335
3336 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3337
3338 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * simple.el (next-error-follow-minor-mode):
3341 make-variable-buffer-local -> make-local-variable.
3342
3343 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3344
3345 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3346 (byte-compile-form-make-variable-buffer-local): New functions to warn
3347 about misuses of make-variable-buffer-local where make-local-variable
3348 was meant.
3349
3350 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3351
3352 * bs.el (bs-attributes-list): Doc fix.
3353 (bs): Update url-link.
3354
3355 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3356 (desktop-load-default): Simplify.
3357
3358 * ibuffer.el (ibuffer-columnize-and-insert-list)
3359 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3360 (ibuffer-unmark-all, ibuffer-toggle-marks)
3361 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3362 (ibuffer-compile-make-format-form, ibuffer-format-column)
3363 (ibuffer-current-buffers-with-marks)
3364 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3365 (ibuffer): Doc fix.
3366 (ibuffer-mode): Fix typo in docstring.
3367 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3368 with `define-obsolete-variable-alias'.
3369 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3370
3371 2005-07-29 Kenichi Handa <handa@m17n.org>
3372
3373 * international/mule-cmds.el (select-message-coding-system):
3374 Be sure to use LF for end-of-line. If no coding system is decided,
3375 return iso-8859-1-unix.
3376
3377 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3380 (ange-ftp-pending-error-line): New vars.
3381 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3382 to handle the non-fatal no-route-to-host messages.
3383 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3384
3385 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3386
3387 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3388 (isearch-quote-char, isearch-printing-char)
3389 (isearch-text-char-description): "?\ " -> "?\s".
3390 (isearch-lazy-highlight-cleanup)
3391 (isearch-lazy-highlight-initial-delay)
3392 (isearch-lazy-highlight-interval)
3393 (isearch-lazy-highlight-max-at-a-time)
3394 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3395 Declare with define-obsolete-*-alias macros.
3396 (isearch-forward): Fix typo in docstring.
3397 (search-invisible, search-ring-yank-pointer)
3398 (regexp-search-ring-yank-pointer): Doc fixes.
3399
3400 * recentf.el (recentf-menu-append-commands-p): Declare with
3401 `define-obsolete-variable-alias'.
3402 (recentf-max-saved-items, recentf-menu-filter)
3403 (recentf-arrange-by-rule-subfilter): Doc fixes.
3404 (recentf-menu-append-commands-flag)
3405 (recentf-initialize-file-name-history, recentf-expand-file-name)
3406 (recentf-clear-data): Fix typos in docstrings.
3407
3408 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3409
3410 * progmodes/gdb-ui.el: Smarten comments.
3411 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3412
3413 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3414
3415 * term/apollo.el (terminal-init-apollo): New function containing
3416 all former top level forms in the file.
3417 * term/bobcat.el (terminal-init-bobcat):
3418 * term/cygwin.el (terminal-init-cygwin):
3419 * term/iris-ansi.el (terminal-init-iris-ansi):
3420 * term/linux.el (terminal-init-linux):
3421 * term/news.el (terminal-init-news):
3422 * term/rxvt.el (terminal-init-rxvt):
3423 * term/sun.el (terminal-init-sun):
3424 * term/tvi970.el (terminal-init-tvi970):
3425 * term/vt100.el (terminal-init-vt100):
3426 * term/vt102.el (terminal-init-vt102):
3427 * term/vt125.el (terminal-init-vt125):
3428 * term/vt200.el (terminal-init-vt200):
3429 * term/vt201.el (terminal-init-vt201):
3430 * term/vt220.el (terminal-init-vt220):
3431 * term/vt240.el (terminal-init-vt240):
3432 * term/vt300.el (terminal-init-vt300):
3433 * term/vt320.el (terminal-init-vt320):
3434 * term/vt400.el (terminal-init-vt400):
3435 * term/vt420.el (terminal-init-vt420):
3436 * term/wyse50.el (terminal-init-wyse50):
3437 * term/xterm.el (terminal-init-xterm): Likewise.
3438
3439 * term/README: Describe the terminal-init-* functionality.
3440
3441 * startup.el (command-line): After loading the terminal initialization
3442 file call the corresponding terminal initialization function.
3443
3444 2005-07-27 Kenichi Handa <handa@m17n.org>
3445
3446 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3447 negative.
3448
3449 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3450 (ps-mule-composition-prologue): Fix for the case that
3451 RelativeCompose is false.
3452
3453 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3456
3457 * descr-text.el (describe-char): Handle the case where the list of
3458 chars is displayed in a separate frame.
3459 Be a bit more discriminating when looking for the char.
3460
3461 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3462
3463 * bookmark.el (bookmark-automatically-show-annotations)
3464 (bookmark-read-annotation-text-func): Doc fixes.
3465 (bookmark-save): Improve argument/docstring consistency.
3466 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3467 (bookmark-alist-from-buffer)
3468 (bookmark-upgrade-file-format-from-0)
3469 (bookmark-grok-file-format-version)
3470 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3471 (bookmark-read-annotation-mode)
3472 (bookmark-insert-current-bookmark, bookmark-jump)
3473 (bookmark-exit-hook): Fix typos in docstrings.
3474 (bookmark-exit-hooks): Define as obsolete alias.
3475 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3476 not `bookmark-exit-hooks'. Fix docstring.
3477 (bookmark-bmenu-select): "?\ " -> "?\s".
3478
3479 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3480
3481 * startup.el (command-line): Fix typo.
3482
3483 2005-07-24 Richard M. Stallman <rms@gnu.org>
3484
3485 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3486 not emacs-quick-startup.
3487
3488 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3491 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3492 instead of `reb-with-current-window'.
3493 (reb-prev-match): Likewise. Also, don't move left if the search
3494 was unsuccessful.
3495 (reb-initialize-buffer): New function.
3496 (re-builder, reb-change-syntax): Use it.
3497
3498 * man.el (Man-goto-page): Make second argument NOERROR optional.
3499
3500 2005-07-23 Richard M. Stallman <rms@gnu.org>
3501
3502 * man.el (Man-bgproc-sentinel): Check here for failure to find
3503 any man page in the output, and report the error here.
3504 (Man-arguments): Make it permanent local.
3505 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3506 (Man-mode): Pass t for NOERROR.
3507
3508 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3509 (grep-mode-font-lock-keywords):
3510 Don't use compilation-...-face for messages that are not file names.
3511
3512 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3513 Don't use compilation-...-face for messages that are not file names.
3514
3515 2005-07-22 Juri Linkov <juri@jurta.org>
3516
3517 * startup.el (normal-splash-screen): Update menu name.
3518
3519 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3520
3521 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3522
3523 * term/xterm.el: Load term/rxvt if the terminal is actually an
3524 rxvt terminal.
3525 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3526
3527 * term/rxvt.el (function-key-map): Use substitute-key-definition
3528 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3529
3530 * term/cygwin.el: New file.
3531
3532 2005-07-22 Kim F. Storm <storm@cua.dk>
3533
3534 * image-file.el (insert-image-file, image-file-yank-handler):
3535 Fix last change to maintain a (unique) yank-handler on yanked images.
3536
3537 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3538
3539 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3540 of the file size (as in "177B" for 177 bytes). This happens with
3541 "ls -lh" on FreeBSD.
3542
3543 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3544
3545 * hilit-chg.el (highlight-changes-global-initial-state)
3546 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3547 (hilit-chg-fixup, highlight-changes-mode):
3548 Fix typos in docstrings.
3549 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3550 Doc fixes.
3551
3552 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3553
3554 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3555 mode function using `eval-after-load'.
3556
3557 2005-07-21 Kim F. Storm <storm@cua.dk>
3558
3559 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3560 included when reporting an emacs crash, and tell about the DEBUG file.
3561
3562 * image-file.el (insert-image-file): Add yank-handler.
3563 (image-file-yank-handler): Yank handler to make unique copies of
3564 images when they are yanked into a buffer next to each other.
3565
3566 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * comint.el (comint-use-prompt-regexp, comint-send-input)
3569 (comint-source-default, comint-extract-string)
3570 (comint-get-source, comint-word, comint-completion)
3571 (comint-source, comint-prompt-read-only, comint-update-fence):
3572 Fix typos in docstrings.
3573 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3574 Declare with define-obsolete-*-alias macros.
3575 (comint-previous-matching-input-from-input)
3576 (comint-next-matching-input-from-input)
3577 (comint-previous-matching-input, comint-next-matching-input)
3578 (comint-forward-matching-input):
3579 Improve argument/docstring consistency.
3580
3581 * desktop.el (desktop-clear-preserve-buffers-regexp):
3582 Also preserve the *server* buffer.
3583
3584 * simple.el (clone-indirect-buffer): Doc fix.
3585 (fixup-whitespace, just-one-space)
3586 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3587 (next-error, next-error-highlight)
3588 (next-error-highlight-no-select, next-error-last-buffer)
3589 (next-error-buffer-p, next-error-find-buffer, next-error)
3590 (previous-error, next-error-no-select, previous-error-no-select)
3591 (open-line, split-line, minibuffer-prompt-width, kill-new)
3592 (binary-overwrite-mode): Fix typos in docstrings.
3593 (set-fill-column): Fix typo in message.
3594
3595 * skeleton.el (skeleton-proxy-new): Doc fix.
3596
3597 * strokes.el (strokes-load-hook): Doc fix.
3598 (strokes-grid-resolution, strokes-get-grid-position)
3599 (strokes-renormalize-to-grid, strokes-read-stroke)
3600 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3601 (strokes-global-map): Fix typos in docstrings.
3602 (strokes-help): Doc fix. Fix help message and pass it through
3603 `substitute-command-keys'.
3604
3605 * tempo.el (tempo-insert-prompt, tempo-interactive)
3606 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3607 (tempo-insert-string-functions, tempo-local-tags)
3608 (tempo-define-template, tempo-insert-template)
3609 (tempo-insert-prompt-compat, tempo-is-user-element)
3610 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3611 Fix typos in docstrings.
3612
3613 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3614 (vcursor-key-bindings, vcursor-use-vcursor-map)
3615 (vcursor-find-window, vcursor-scroll-down)
3616 (vcursor-disable, vcursor-beginning-of-buffer)
3617 (vcursor-end-of-buffer): Fix typos in docstrings.
3618 (vcursor-relative-move, vcursor-get-char-count):
3619 Improve argument/docstring consistency.
3620
3621 * version.el: "?\ " -> "?\s".
3622
3623 * wid-edit.el (widget-default-create, widget-after-change)
3624 (widget-default-format-handler, widget-checklist-add-item)
3625 (widget-radio-add-item, widget-choose, widget-specify-secret)
3626 (widget-field-value-create, widget-field-value-get)
3627 (widget-editable-list-format-handler)
3628 (widget-editable-list-entry-create, widget-group-value-create)
3629 (widget-documentation-link-add)
3630 (widget-documentation-string-value-create): "?\ " -> "?\s".
3631 (widget-convert-text): Doc fix.
3632 (widget-narrow-to-field, widget-field-find)
3633 (widget-url-link-action, widget-emacs-library-link-action)
3634 (widget-color-notify): Fix typos in docstrings.
3635
3636 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3637 (x-select-text, set-w32-system-coding-system)
3638 (w32-add-charset-info): Fix typos in docstrings.
3639
3640 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3641 (cua-enable-cua-keys, cua-use-hyper-key)
3642 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3643 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3644
3645 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3646
3647 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3648 `defalias' instead of faking it.
3649
3650 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3651 (eshell-ls-missing, eshell-ls-dired-initial-args)
3652 (eshell-ls-use-in-dired): Fix typos in docstrings.
3653
3654 2005-07-20 Kim F. Storm <storm@cua.dk>
3655
3656 * emulation/cua-base.el (cua-mode): Improve doc string.
3657
3658 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * abbrev.el (expand-region-abbrevs): Doc fix.
3661 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3662 Improve argument/docstring consistency.
3663
3664 * arc-mode.el (archive-get-descr, archive-alternate-display):
3665 Doc fixes.
3666 (archive-l-e): Improve argument/docstring consistency.
3667 (archive-tmpdir, archive-unixdate, archive-unixtime)
3668 (archive-chmod-entry): Fix typos in docstrings.
3669 (archive-unflag, archive-unflag-backwards)
3670 (archive-unmark-all-files): "?\ " -> "?\s".
3671
3672 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3673 (Buffer-menu-not-modified, Buffer-menu-execute)
3674 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3675 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3676
3677 * composite.el (compose-string, encode-composition-rule)
3678 (compose-last-chars): Fix typos in docstrings.
3679
3680 * desktop.el (desktop-enable, desktop-basefilename):
3681 Declare with `define-obsolete-variable-alias'.
3682 (desktop-internal-v2s): Don't quote keywords.
3683 (desktop-clear): "?\ " -> "?\s".
3684
3685 * dired.el (dired-align-file, dired-flag-backup-files)
3686 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3687 (dired-listing-switches, dired-ls-F-marks-symlinks)
3688 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3689 (dired-directory, dired-faces, dired, dired-revert)
3690 (dired-mode, dired-summary, dired-view-file)
3691 (dired-copy-filename-as-kill, dired-delete-file)
3692 (dired-no-confirm, dired-unmark-all-marks)
3693 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3694 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3695 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3696 Fix typos in message strings.
3697
3698 * dired-x.el (virtual-dired): Declare with `defalias'.
3699 (dired-mark-unmarked-files, dired-local-variables-file)
3700 (dired-omit-here-always): Doc fix.
3701 (dired-omit-mode, dired-find-subdir)
3702 (dired-enable-local-variables, dired-clean-up-buffers-too)
3703 (dired-extra-startup, dired-mark-extension, dired-jump)
3704 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3705 (dired-smart-shell-command, dired-guess-shell-alist-user)
3706 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3707 (dired-x-bind-find-file, dired-x-submit-report):
3708 Fix typos in docstrings.
3709 (dired-mark-unmarked-files): "?\ " -> "?\s".
3710
3711 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3712
3713 * faces.el (describe-face): "?\ " -> "?\s".
3714 (read-all-face-attributes, read-face-font, modify-face)
3715 (face-attr-construct, italic): Fix typos in docstrings.
3716 (frame-update-face-colors): Declare with
3717 `define-obsolete-function-alias'.
3718
3719 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3720 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3721 (magic-mode-alist, buffer-file-numbers-unique)
3722 (write-file-functions, get-free-disk-space):
3723 Fix typos in docstrings.
3724 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3725 (write-contents-hooks, write-file-hooks):
3726 Declare with `define-obsolete-variable-alias'.
3727
3728 * forms-d2.el (arch-rj): Fix typo in docstrings.
3729 (arch-tocol): Likewise. "?\ " -> "?\s".
3730
3731 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3732 Fix typo in docstring.
3733 (set-screen-width, set-screen-height): Delete redundant info in
3734 doctrings.
3735 (new-frame, screen-height, screen-width): Declare with
3736 `define-obsolete-function-alias'.
3737 (delete-frame-hook, blink-cursor): Declare with
3738 `define-obsolete-variable-alias'.
3739
3740 * paths.el (prune-directory-list): Fix typos in docstring.
3741
3742 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3743 (cvs-prefix-get): Fix typos in docstrings.
3744
3745 * ps-print.el (ps-extend-face-list, ps-extend-face)
3746 (ps-print-background-image): Fix typos in docstrings.
3747 (ps-default-fg, ps-default-bg): Doc fixes.
3748
3749 * s-region.el (s-region-bind): Doc fix.
3750 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3751
3752 * textmodes/org.el (org-table-formula-substitute-names)
3753 (org-table-get-vertical-vector): Doc fixes.
3754 (org-table-recalculate): Remove unused argument to `message'.
3755
3756 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3757
3758 * textmodes/org.el (org-table-column-names)
3759 (org-table-column-name-regexp)
3760 (org-table-named-field-locations): New variables.
3761 (org-archive-subtree): Protect `this-command' when calling
3762 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3763 the kill buffer.
3764 (org-complete): Remove fixed-formula completion.
3765 (org-edit-formulas-map): New variable.
3766 (org-table-edit-formulas): New command.
3767 (org-finish-edit-formulas, org-abort-edit-formulas)
3768 (org-show-variable, org-table-get-vertical-vector): New functions.
3769 (org-table-maybe-eval-formula): Handle `:=' fields.
3770 (org-table-get-stored-formulas, org-table-store-formulas)
3771 (org-table-get-formula, org-table-modify-formulas)
3772 (org-table-replace-in-formulas): Handle named field formulas.
3773 (org-table-get-specials): Store locations of named fields.
3774
3775 2005-07-19 Juri Linkov <juri@jurta.org>
3776
3777 * progmodes/grep.el (grep-regexp-alist)
3778 (grep-mode-font-lock-keywords, grep-process-setup):
3779 Use default GNU grep match color "01;31m" instead of "01;41m".
3780 (grep-regexp-alist, grep-mode-font-lock-keywords):
3781 Use `\\[[0-9]*m' instead of `\\[00m'.
3782 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3783 sgr_start where its handling is more important. Use the real
3784 length of sgr_start instead of constant 8.
3785 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3786 specially. Delete all remaining escape sequences.
3787 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3788 (grep-regexp-alist): Make hyperlink only for binary file name
3789 instead of the whole line.
3790 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3791 (grep-mode): Add autoload.
3792
3793 * emacs-lisp/find-func.el (find-function-regexp):
3794 Add `define-compilation-mode'.
3795
3796 2005-07-19 Juri Linkov <juri@jurta.org>
3797
3798 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3799 (compare-windows-sync-string-size, compare-windows-recenter)
3800 (compare-windows-highlight, compare-windows): Add version 22.1.
3801 (compare-windows) <defface>: Inherit from lazy-highlight instead
3802 of duplicating its default value.
3803
3804 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3805 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3806
3807 * descr-text.el (describe-char): Create link buttons for `charset'
3808 and `code point'. Add the current input method name with a link
3809 button to `to input' field. Print face names of display table
3810 characters in `The display table entry is displayed by' section
3811 instead of printing face-id in the `display' field.
3812 Guess hardcoded faces and create a link button for them.
3813 Skip empty fields when calculating max-width.
3814 Treat `widget-create' specially while inserting strings from the
3815 collected field list.
3816 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3817
3818 * diff-mode.el (diff-file-header): Change foreground color from
3819 yellow to green on light backgrounds.
3820 (diff-context): Inherit from `shadow' only for color/grayscale
3821 with more than 88 colors.
3822 (diff-indicator-removed, diff-indicator-added)
3823 (diff-indicator-changed): New faces.
3824 (diff-font-lock-keywords): Use new faces. Regroup rules.
3825 Add "^---$" for `normal' diff format. Fontify `#' lines with
3826 font-lock-comment-delimiter-face and font-lock-comment-face.
3827 Add `#' to ^[^...] in the rule for `diff-context-face'.
3828
3829 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3830 a button-like box. Inherit from `highlight' on low colors.
3831 (shadow): Use shades of gray only for color/grayscale with
3832 more than 88 colors. Use green for light backgrounds with
3833 8 colors, and yellow for dark backgrounds with 8 colors.
3834
3835 * font-lock.el (font-lock-regexp-grouping-backslash):
3836 Don't inherit from escape-glyph (use bold for all cases).
3837
3838 * info.el (info-xref-visited): Use light foreground color `violet'
3839 for dark backgrounds instead of dark color `magenta3'.
3840 (info-title-1): Use `yellow' color for dark backgrounds.
3841
3842 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3843 too-light magenta2.
3844
3845 * replace.el (match): Use slightly more light RoyalBlue3 instead
3846 of dark RoyalBlue4.
3847
3848 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3849
3850 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3851
3852 * novice.el (disabled-command-hook): Declare it with
3853 `define-obsolete-variable-alias'.
3854
3855 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3856 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3857 (desktop-load-default): Add release to obsolescence info.
3858 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3859 (desktop-append-buffer-args, desktop-read):
3860 Fix typos in docstrings.
3861 (desktop-kill): Fix typo in message.
3862 (desktop-save): Doc fix.
3863
3864 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3865
3866 * viper-cmd.el (viper-escape-to-state): Bug fix.
3867 (viper-envelop-ESC-key): Change the definition of fast
3868 keysequence so it'll work with keyboard macros.
3869
3870 * ediff.el (ediff-patch-buffer): Change the docstring.
3871
3872 2005-07-19 Kenichi Handa <handa@m17n.org>
3873
3874 * international/mule-cmds.el (select-safe-coding-system): Try to
3875 use an auto-coding (if any) before anything else. If the found
3876 auto-coding is invalid, show a warning message.
3877
3878 * international/mule.el (find-auto-coding): New function created
3879 by modifying the body of set-auto-coding.
3880 (set-auto-coding): Use find-auto-coding to find a coding.
3881
3882 2005-07-18 Richard M. Stallman <rms@gnu.org>
3883
3884 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3885 not isearch-mode-end-hook-error.
3886 (allout-before-change-protect): Fix error message.
3887
3888 2005-07-18 Juri Linkov <juri@jurta.org>
3889
3890 * allout.el (allout-mode):
3891 * calculator.el (calculator-copy):
3892 * custom.el (custom-known-themes):
3893 * dired.el (dired-desktop-buffer-misc-data)
3894 (dired-restore-desktop-buffer):
3895 * dired-x.el (dired-omit-marker-char):
3896 * files.el (basic-save-buffer):
3897 * font-core.el (font-lock-mode):
3898 * calendar/calendar.el (calendar-goto-hebrew-date)
3899 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3900 (calendar-goto-persian-date):
3901 * language/ethio-util.el (ethio-sera-to-fidel-region):
3902 * textmodes/picture.el (picture-mode):
3903 Delete duplicate duplicate words.
3904
3905 2005-07-18 Juri Linkov <juri@jurta.org>
3906
3907 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3908 chars * ? } |.
3909 (isearch-fallback): Don't call `isearch-process-search-char'.
3910 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3911 (isearch-process-search-char): Call `isearch-fallback' for regexp
3912 chars * ? } |.
3913 (isearch-return-char): Make obsolete with `make-obsolete' instead
3914 of simply documenting it as obsolete in the docstring.
3915 (isearch-fallback): Refill docstring.
3916
3917 * international/isearch-x.el
3918 (isearch-process-search-multibyte-characters): Remove unneeded
3919 `concat'. Add intermediate values to `junk-hist' instead of
3920 `minibuffer-history'. Test the length of `str'.
3921
3922 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3923
3924 * allout.el (allout-resolve-xref): Fix typos in error strings.
3925 (allout-before-change-protect): Remove unneeded `concat'.
3926
3927 * array.el (array-mode, array-reconfigure-rows)
3928 (untabify-backward): Fix typos in docstrings.
3929 (array-reconfigure-rows): Use `insert-buffer-substring', not
3930 `insert-buffer'.
3931
3932 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3933 * progmodes/ada-mode.el (ada-make-body):
3934 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3935
3936 * dired.el (dired-log):
3937 * tar-mode.el (tar-subfile-save-buffer):
3938 * play/zone.el (zone-pgm-stress-destress):
3939 Use `insert-buffer-substring', not `insert-buffer'.
3940
3941 2005-07-17 Simon Josefsson <jas@extundo.com>
3942
3943 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3944
3945 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3946
3947 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3948 Add plain auth method.
3949 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3950
3951 2005-07-17 Kim F. Storm <storm@cua.dk>
3952
3953 * ido.el (dired-other-window): Add ido property.
3954
3955 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3956
3957 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3958 Fix typo in docstring.
3959 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3960 `insert-file-literally'.
3961
3962 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3963 info and delete redundant message. Doc fix.
3964 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3965 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3966
3967 2005-07-16 Richard M. Stallman <rms@gnu.org>
3968
3969 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3970 (byte-compile-and): Use byte-compile-and-recursion.
3971 (byte-compile-or-recursion): New function.
3972 (byte-compile-or): Use that.
3973 (byte-compile-if): Guard the else-clause too.
3974 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3975
3976 * isearch.el (isearch-mode-end-hook-quit): New variable.
3977 (isearch-done): Bind it.
3978 (isearch-mode-end-hook): Doc fix.
3979
3980 * allout.el (allout-isearch-did-quit): Variable deleted.
3981 (allout-real-isearch-abort): Function name no longer used.
3982 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3983 (allout-isearch-rectification): isearch-mode always exists.
3984 Don't set allout-isearch-did-quit.
3985 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3986 allout-isearch-did-quit.
3987 (allout-enwrap-isearch): Just add the hook.
3988 (allout-isearch-abort): Function deleted.
3989 (allout-pre-command-business): Avoid warning.
3990
3991 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3992 Correctly avoid warnings.
3993 (pascal-outline): Likewise.
3994
3995 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3996
3997 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3998
3999 * play/tetris.el (tetris-mode): Avoid warning.
4000
4001 * play/snake.el (snake-mode): Avoid warning.
4002
4003 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4004 (gamegrid-set-display-table): Avoid warning.
4005 (gamegrid-set-timer): Likewise.
4006 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4007 (gamegrid-add-score-with-update-game-score-1): Take FILE
4008 as argument.
4009 (gamegrid-add-score-with-update-game-score): Pass that argument.
4010 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4011
4012 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4013
4014 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4015 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4016
4017 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4018 and insert-file.
4019
4020 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4021 (sc-ask): Avoid warnings.
4022
4023 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4024 (eshell-hist-initialize): Use that var the natural way.
4025
4026 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4027
4028 * emacs-lisp/re-builder.el (reb-cook-regexp):
4029 Avoid warning calling lre-compile-string.
4030 (reb-color-display-p): Avoid warning.
4031
4032 * calculator.el (calculator-last-input): Guard uses
4033 of event-key and key-press-event-p.
4034 (event-key, key-press-event-p): Delete definitions.
4035
4036 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4037 (find-gc-source-directory, find-gc-subrs-callers)
4038 (find-gc-noreturn-list, find-gc-source-files)
4039 (find-gc-subrs-called): Vars renamed and defvar'd.
4040
4041 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4042 (checkdoc-overlay-put, checkdoc-delete-overlay)
4043 (checkdoc-overlay-start, checkdoc-overlay-end)
4044 (checkdoc-mode-line-update, checkdoc-char=):
4045 Define such that compiler knows they are defined.
4046 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4047 (checkdoc-read-event): Delete. Use read-event directly.
4048
4049 * whitespace.el (whitespace-make-overlay)
4050 (whitespace-overlay-put, whitespace-delete-overlay)
4051 (whitespace-overlay-start, whitespace-overlay-end):
4052 Define such that compiler knows they are defined.
4053 (whitespace): Move conditional inside.
4054
4055 * tempo.el (tempo-insert-template): Suppress warning.
4056
4057 * ediff-diff.el (longlines-mode): Add defvar.
4058
4059 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4060
4061 * server.el: Bind "C-x #" in a way that works even if C-x is
4062 redefined to a command key, not a prefix key.
4063
4064 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4065
4066 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4067 cl-make-type-test till execution time.
4068
4069 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4070
4071 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4072 arg ARG and use it.
4073
4074 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4075
4076 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4077
4078 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4079
4080 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4081 a defcustom with two :set or :type keywords.
4082
4083 2005-07-15 Richard M. Stallman <rms@gnu.org>
4084
4085 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4086 Don't give ^M comment-end syntax.
4087
4088 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4089
4090 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4091 Don't consider gdbmi (gdb-mi.el has its own update functions).
4092 (gdb-var-delete): Make it work for gdbmi as well.
4093 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4094
4095 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4096 (gud-speedbar-menu-items): Correct logic for enabling items.
4097
4098 2005-07-15 Kim F. Storm <storm@cua.dk>
4099
4100 * ido.el: Fix commentary.
4101 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4102 Use with-no-warnings around ffap-guesser.
4103 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4104 Let bind minibuffer-completing-file-name to t.
4105
4106 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4107
4108 * startup.el (site-run-file, keyboard-type): Doc fixes.
4109 (command-line): Check for "--basic-display" argument; also for
4110 "--quick", not "--bare-bones" (which was renamed).
4111 (fancy-splash-text): Add missing item "Getting New Versions".
4112 (normal-splash-screen): Fix typos and improve consistency with
4113 `fancy-splash-text'. Update copyright year.
4114
4115 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4116 valid binding for `help-char'.
4117
4118 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4119
4120 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4121
4122 * term.el (term-mode): Disable cua-mode for term buffers.
4123
4124 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4125
4126 * add-log.el (add-log-mailing-address, change-log-merge):
4127 Doc fixes.
4128 (change-log-get-method-definition): Fix typo in docstring.
4129
4130 2005-07-14 Kim F. Storm <storm@cua.dk>
4131
4132 * emulation/cua-base.el:
4133 (cua--pre-command-handler-1, cua--pre-command-handler)
4134 (cua--post-command-handler-1, cua--post-command-handler):
4135 Split in two. Check (buffer local) value of cua-mode.
4136 (cua-selection-mode): New command.
4137
4138 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4139
4140 * custom.el (custom-initialize-safe-set)
4141 (custom-initialize-safe-default): Doc fixes.
4142
4143 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4144 and simplify :init-value again.
4145
4146 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4147 and simplify :init-value again. Delete autoload.
4148
4149 * startup.el (command-line): Use `custom-reevaluate-setting' again
4150 for tooltip-mode.
4151
4152 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4153 a defcustom with two :initialize keywords.
4154
4155 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4156
4157 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4158 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4159 (allout-post-command-business, allout-flag-region)
4160 (isearch-reenable-font-lock, allout-yank)
4161 (allout-insert-latex-header, allout-insert-latex-trailer)
4162 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4163 (allout-latex-verb-quote): Fix typos in docstrings.
4164 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4165 (allout-unprotected, allout-prefix-data):
4166 Improve argument/docstring consistency.
4167 (allout-chart-subtree): Fix argument spec.
4168 (allout-open-topic): Rename `use_sib_bullet' argument to
4169 `use-sib-bullet'. Doc fix.
4170
4171 * whitespace.el (whitespace-check-buffer-leading)
4172 (whitespace-check-buffer-trailing)
4173 (whitespace-check-buffer-indent)
4174 (whitespace-check-buffer-spacetab)
4175 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4176 (whitespace-check-leading-whitespace)
4177 (whitespace-check-trailing-whitespace)
4178 (whitespace-check-spacetab-whitespace)
4179 (whitespace-check-indent-whitespace)
4180 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4181 (whitespace-modes): Fix typos in docstrings.
4182 (defgroup, defcustom): Doc fixes.
4183
4184 * winner.el (winner-mode, winner-boring-buffers)
4185 (winner-pending-undo-ring): Doc fixes.
4186 (winner-ring): Remove unneeded `progn'.
4187 (winner-equal): `defsubst' it.
4188 (winner-redo): Fix message.
4189
4190 2005-07-13 Kim F. Storm <storm@cua.dk>
4191
4192 * simple.el (line-move-1): Always use vertical-motion to
4193 do the last (or only) line move to ensure some movement.
4194 Undo 2005-06-23 change--don't check for overlays.
4195
4196 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4197
4198 * term/mac-win.el (ccl-encode-mac-roman-font)
4199 (ccl-encode-mac-centraleurroman-font)
4200 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4201 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4202 Change charset-id boundary of dimension to ?\xef.
4203 (mac-char-fontspec-list): New constant.
4204 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4205 argument. Nil uses itself as family in font-spec. Previous
4206 behavior for nil is now provided by non-nil non-string argument.
4207 All callers changed. Add font-specs for Mac fonts to
4208 "fontset-default" unless iso8859-1 fonts are installed.
4209
4210 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4213 a continuation line if the \ is preceded by SPC or TAB.
4214 (sh-get-indent-info): Simplify.
4215 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4216 Use with-current-buffer.
4217
4218 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4219 when the matched text is empty.
4220
4221 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4222
4223 * startup.el (command-line): Revert to previous handling of
4224 tooltip-mode. Explain in comment why the complexity is needed.
4225
4226 * tooltip.el (tooltip-mode): Revert to previous implementation of
4227 its defcustom.
4228
4229 * frame.el (blink-cursor-mode): Revert to previous implementation
4230 of its defcustom. Update comment.
4231
4232 2005-07-12 Lars Hansen <larsh@soem.dk>
4233
4234 * desktop.el: Update e-mail address.
4235
4236 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4237
4238 * term/mac-win.el (mac-services-mail-selection)
4239 (mac-services-mail-to): New functions.
4240 (mac-application-menu-map): Bind them.
4241
4242 2005-07-12 wulei <milton@wulei.net> (tiny change)
4243
4244 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4245
4246 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4247
4248 * custom.el (custom-reevaluate-setting): Doc fix.
4249
4250 2005-07-11 Jay Belanger <belanger@truman.edu>
4251
4252 * calc/calc.el (calc-embedded-announce-formula-alist)
4253 (calc-embedded-open-close-plain-alist)
4254 (calc-embedded-open-close-mode-alist): Add checks for additional
4255 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4256
4257 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4258
4259 * custom.el (custom-enable-theme): Don't add theme to
4260 `custom-enabled-themes' with `push' because there is no
4261 setf-method for `delq'.
4262
4263 2005-07-11 Richard M. Stallman <rms@gnu.org>
4264
4265 * custom.el (custom-declare-variable): Doc fix.
4266
4267 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4268 from the alists.
4269
4270 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4271 Do nothing if edebug-active.
4272
4273 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4274 (edebug-display): Do it here instead.
4275
4276 2005-07-10 Richard M. Stallman <rms@gnu.org>
4277
4278 * cus-face.el (custom-theme-set-faces): Make it work.
4279 (custom-reset-faces): Doc fix.
4280 (custom-theme-reset-internal-face, custom-theme-face-value):
4281 Functions deleted.
4282
4283 * custom.el (custom-push-theme): Maintain list of the settings
4284 of a given theme in its theme-settings property.
4285 Maintain position of old settings in the theme-value
4286 or theme-face property.
4287 (custom-enabled-themes): New variable.
4288 (custom-theme-enabled-p): New function.
4289 (provide-theme): Update custom-enabled-themes.
4290 Disable and reenable the `user' theme.
4291 (require-theme): Doc fix.
4292 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4293 (custom-theme-value, custom-theme-variable-value): Likewise.
4294 (custom-theme-reset-internal): Likewise.
4295 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4296 (custom-enable-theme, custom-disable-theme): New functions.
4297 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4298 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4299 (custom-theme-reset-variables): Simplify.
4300 (deftheme, custom-declare-theme, custom-make-theme-feature):
4301 Definitions moved.
4302
4303 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * longlines.el (longlines-show-region)
4306 (longlines-unshow-hard-newlines): Recognize hard newlines by
4307 non-nil hard property, instead of t.
4308
4309 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4310
4311 * viper-cmd.el (viper--key-maps): New variable.
4312 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4313 emulation-mode-map-alists.
4314 (viper-envelop-ESC-key): Use viper-subseq.
4315 (viper-search-forward/backward/next): Disable debug-on-error.
4316
4317 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4318 (viper-ESC-key): New defcustoms.
4319
4320 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4321
4322 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4323 (viper-subseq): Copy of subseq from cl.el.
4324
4325 * viper.el (viper-go-away, viper-set-hooks): Use
4326 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4327
4328 * viper-mous.el (viper-current-frame-saved): Use defvar.
4329
4330 * viper-init.el: Get rid of -face in face names.
4331
4332 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4333 Make it work with longlines mode
4334
4335 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4336
4337 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4338
4339 * ediff-init.el: Get rid of -face in face names.
4340
4341 2005-07-10 Richard M. Stallman <rms@gnu.org>
4342
4343 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4344 and with-timeout-unsuspend.
4345
4346 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4347 and with-timeout-unsuspend.
4348
4349 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4350 (with-timeout): Bind that variable to record timers.
4351 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4352
4353 * emacs-lisp/debug.el (debug-help-follow): New function.
4354 (debugger-mode-map): Use that instead of help-follow.
4355 (debugger-setup-buffer): Use eval-buffer-list
4356 to handle eval-buffer frames.
4357
4358 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4359
4360 * timezone.el (timezone-parse-date): Change first regexp
4361 so it will not mistakenly match dates with no time zone.
4362
4363 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4364
4365 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4366
4367 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4368
4369 * custom.el (custom-initialize-safe-set)
4370 (custom-initialize-safe-default): New functions.
4371
4372 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4373 and simplify :init-value.
4374
4375 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4376 and simplify :init-value. Delete obsolete comment.
4377
4378 * startup.el (command-line): Use `custom-reevaluate-setting' to
4379 handle `tooltip-mode'. Delete obsolete comment.
4380
4381 * files.el (set-visited-file-name): Avoid calling
4382 `file-name-nondirectory' with a nil argument.
4383
4384 2005-07-09 Richard M. Stallman <rms@gnu.org>
4385
4386 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4387 was called with nil for the buffer, handle the read position right.
4388 Handle read position for eval-region, too.
4389
4390 2005-07-09 Juri Linkov <juri@jurta.org>
4391
4392 * fringe.el (fringe-mode): Add period in docstring.
4393 (fringe-query-style): Build prompt depending on `all-frames' arg.
4394
4395 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4396 to not create links to unrelated functions in the Help buffer.
4397
4398 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4399 Doc fix.
4400
4401 * simple.el (next-error-hook): New variable.
4402 (next-error): Use it. Doc fix.
4403
4404 * textmodes/ispell.el (ispell-command-loop): Add current
4405 dictionary name and program name to mode-line-format.
4406 (ispell-region, ispell-process-line): Add current dictionary name
4407 and program name to messages.
4408
4409 2005-07-08 Jay Belanger <belanger@truman.edu>
4410
4411 * calc/calc.el (calc-embedded-announce-formula-alist)
4412 (calc-embedded-open-close-formula-alist)
4413 (calc-embedded-open-close-word-alist)
4414 (calc-embedded-open-close-plain-alist)
4415 (calc-embedded-open-close-new-formula-alist)
4416 (calc-embedded-open-close-mode-alist)
4417 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4418 (calc-embedded-mode-hook): New variables.
4419
4420 * calc/calc-embed.el (calc-embedded-firsttime)
4421 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4422 New variables.
4423 (calc-do-embedded): Use calc-embedded-firsttime,
4424 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4425 determine whether or not to run hooks.
4426 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4427 calc-embedded-firsttime-formula appropriately.
4428 Set calc-embedded delimiter variables according to mode.
4429
4430 2005-07-08 Richard M. Stallman <rms@gnu.org>
4431
4432 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4433 Check for "emacs", etc., as entire symbol, not just as word.
4434 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4435
4436 * files.el (set-visited-file-name): Report the error
4437 for "empty filename" earlier.
4438 (kill-some-buffers): Ignore buffers already dead.
4439
4440 * fringe.el (fringe-mode): Doc fix.
4441
4442 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4443 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4444 Use unwind-protect to ensure byte-compile-unresolved-functions
4445 is updated.
4446
4447 * whitespace.el (whitespace-buffer-leading-cleanup):
4448 Simplify w/ skip-chars-forward.
4449 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4450
4451 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4452 Unconditionally try to leave point at the same old place.
4453
4454 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4455
4456 * comint.el (comint-postoutput-scroll-to-bottom)
4457 (comint-show-maximum-output): Take scroll-margin into consideration.
4458
4459 2005-07-08 Kim F. Storm <storm@cua.dk>
4460
4461 * ido.el (ido-use-filename-at-point): New choice `guess'.
4462 (ido-file-internal): Try ffap-guesser if selected.
4463
4464 * ido.el (ido-before-fallback-functions): New hook.
4465 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4466 (ido-read-file-name): Run it.
4467
4468 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4471 strings rather than a list of symbols to the completion function.
4472
4473 2005-07-07 Jay Belanger <belanger@truman.edu>
4474
4475 * calc/calc-units.el (math-apply-units): Change the places in
4476 which units are simplified.
4477
4478 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4479
4480 * cus-edit.el (customize-option, customize-option-other-window):
4481 Make them handle aliases.
4482
4483 * custom.el (custom-variable-p): Make it recursively follow
4484 aliases. Mention that in the docstring.
4485
4486 2005-07-07 Richard M. Stallman <rms@gnu.org>
4487
4488 * cus-start.el (exec-path): Use `directory' instead of `file'.
4489 Fix tag for nil.
4490
4491 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4492
4493 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4494 when called non-interactively. Doc fix.
4495
4496 2005-07-07 Lute Kamstra <lute@gnu.org>
4497
4498 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4499 new address as well.
4500
4501 2005-07-07 Kenichi Handa <handa@m17n.org>
4502
4503 * international/mule.el (make-coding-system):
4504 Describe `ascii-incompatible' property in the docstring.
4505 (set-file-name-coding-system): Signal an error if coding-system is
4506 ascii-incompatible.
4507 (set-keyboard-coding-system): Likewise.
4508
4509 * international/mule-cmds.el (set-default-coding-systems):
4510 Don't set default-file-name-coding-system and
4511 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4512
4513 * international/utf-16.el: Declare that all UTF-16-based coding
4514 systems are ASCII-incompatible.
4515
4516 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4517
4518 * progmodes/gud.el: Require font-lock for displaying errors.
4519 Used by gdb-ui.el.
4520
4521 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4522
4523 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4524 values for the pattern lists which are `read'able but not
4525 `append'able (like symbols).
4526
4527 2005-07-06 Richard M. Stallman <rms@gnu.org>
4528
4529 * progmodes/flymake.el (flymake-float-time): Instead of
4530 with-no-warnings, test for xemacs.
4531 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4532 to avoid warning.
4533
4534 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4535
4536 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4537
4538 2005-07-05 Lute Kamstra <lute@gnu.org>
4539
4540 * battery.el: Add support for Darwin (with much debugging help
4541 from Samuel Lauber <sam124@operamail.com>).
4542 (battery-status-function, battery-echo-area-format)
4543 (battery-mode-line-format): Add support for pmset on Darwin.
4544 (battery-load-low, battery-load-critical): New user options.
4545 (battery-pmset): New function.
4546
4547 2005-07-05 Lute Kamstra <lute@gnu.org>
4548
4549 Update FSF's address in GPL notices.
4550
4551 * textmodes/page-ext.el: Update FSF's address.
4552
4553 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4556 filling from using prefix when filling a single-line docstring.
4557
4558 * progmodes/flymake.el: Remove useless eval-when-compile.
4559
4560 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4561
4562 2005-07-04 Richard M. Stallman <rms@gnu.org>
4563
4564 * textmodes/org.el (org-file-apps-defaults-gnu):
4565 Rename from org-file-apps-defaults-linux.
4566 (org-default-apps): Don't test system-type for `linux'.
4567 (org-file-apps): Doc fix.
4568
4569 2005-07-04 David Ponce <david@dponce.com>
4570
4571 * tree-widget.el: Improve header Commentary section.
4572 (tree-widget) [defgroup]
4573 (tree-widget-image-enable, tree-widget-themes-directory)
4574 (tree-widget-theme, tree-widget-image-properties-emacs)
4575 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4576 (tree-widget-image-formats, tree-widget-control)
4577 (tree-widget-empty-control, tree-widget-leaf-control
4578 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4579 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4580 (tree-widget-keep, tree-widget-after-toggle-functions)
4581 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4582 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4583 :help-echo message.
4584 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4585 (tree-widget-image-properties): Doc fix. Clearer implementation.
4586 (tree-widget--cursors): New constant.
4587 (tree-widget-lookup-image): New function split from
4588 `tree-widget-find-image'. Clearer implementation.
4589 (tree-widget-find-image): Use it.
4590 (tree-widget-button-keymap): Use `set-keymap-parent'.
4591 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4592 Define the sub-widgets here.
4593 (tree-widget-node): Check that :node is not a tree-widget.
4594 (tree-widget-get-super, tree-widget-open-control)
4595 (tree-widget-close-control, tree-widget-empty-control)
4596 (tree-widget-leaf-control, tree-widget-guide)
4597 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4598 (tree-widget-no-handle, tree-widget-value-delete)
4599 (tree-widget-map): Remove.
4600 (tree-widget-children-value-save): Doc fix. Simplified.
4601 (tree-widget-value-create): Update according to previous changes.
4602
4603 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4604
4605 * textmodes/org.el: Leading space replaced by TABS.
4606 (org-recalc-marks, org-table-rotate-recalc-marks)
4607 (org-table-get-specials): Treat "^" and "_" marks.
4608 (org-table-justify-field-maybe): Optional argument NEW.
4609 (org-table-eval-formula): Parsing of the format simplified.
4610 New modes C,I. Honor the %= parameter in the current table.
4611 Avoid unnecessary re-align by using the NEW argument to
4612 `org-table-justify-field-maybe'.
4613 (org-calc-default-modes): Default for date-format mimicks org-mode.
4614 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4615
4616 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4617
4618 * cus-face.el (custom-theme-set-faces): Make it handle face
4619 aliases whose alias declarations are pre- or autoloaded.
4620
4621 2005-07-04 Juri Linkov <juri@jurta.org>
4622
4623 * faces.el (read-face-name): Put the code for getting a face name
4624 from the buffer before adding the faces from the `face' property.
4625 Use `completing-read-multiple' instead of `completing-read'.
4626 Require `crm'. Add default value and post-process the returned
4627 list of faces.
4628
4629 * emacs-lisp/crm.el (crm-find-current-element)
4630 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4631
4632 * emacs-lisp/lisp-mode.el (eval-defun-1):
4633 * emacs-lisp/edebug.el (edebug-eval-defun):
4634 Remove unnecessary quotes.
4635
4636 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4637
4638 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4639 (prolog-indent-level): Fix typo in docstring.
4640
4641 * info.el (Info-history, Info-history-forward)
4642 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4643
4644 * add-log.el (add-change-log-entry):
4645 * comint.el (comint-dynamic-list-input-ring)
4646 (comint-dynamic-list-completions):
4647 * dabbrev.el (dabbrev-expand):
4648 * delim-col.el (delimit-columns-rectangle-line):
4649 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4650 (diff-unified->context):
4651 * ediff-init.el (ediff-abbrev-jobname):
4652 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4653 (ediff-replace-session-activity-marker-in-meta-buffer):
4654 * info.el (Info-summary):
4655 * lpr.el (printify-region):
4656 * printing.el (pr-create-interface):
4657 * ps-print.el (ps-print-quote):
4658 * ses.el (ses-column-widths, ses-print-cell)
4659 (ses-adjust-print-width, ses-center):
4660 * shell.el (shell-file-name-quote-list):
4661 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4662 (strokes-fill-current-buffer-with-whitespace)
4663 (strokes-xpm-for-stroke, strokes-list-strokes)
4664 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4665 * term.el (term-dynamic-list-input-ring)
4666 (term-dynamic-list-completions):
4667 * calc/calc.el (math-format-stack-value):
4668 * emacs-lisp/edebug.el (edebug-display-freq-count):
4669 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4670 (delphi-new-comment-line):
4671 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4672 * progmodes/executable.el (executable-set-magic):
4673 * progmodes/python.el (inferior-python-mode):
4674 * progmodes/scheme.el (scheme-mode-syntax-table):
4675 * progmodes/sh-script.el (sh-maybe-here-document):
4676 * progmodes/sql.el (sql-copy-column):
4677 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4678 * textmodes/bibtex.el (bibtex-mode):
4679 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4680 (sgml-auto-attributes):
4681 * textmodes/table.el (table-insert, table-shorten-cell)
4682 (table--generate-source-scan-lines, table-delete-row)
4683 (*table--cell-delete-char, table--spacify-frame)
4684 (table--horizontally-shift-above-and-below)
4685 (table--cell-insert-char, table--cell-blank-str)
4686 (table--fill-region-strictly):
4687 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4688 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4689
4690 * add-log.el (change-log):
4691 * apropos.el (apropos):
4692 * comint.el (comint-completion, comint-source):
4693 * dabbrev.el (dabbrev):
4694 * delim-col.el (columns):
4695 * diff-mode.el (diff-mode):
4696 * ediff.el (ediff):
4697 * ediff-diff.el (ediff-diff):
4698 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4699 * ediff-mult.el (ediff-mult):
4700 * ediff-ptch.el (ediff-ptch):
4701 * ediff-wind.el (ediff-window):
4702 * facemenu.el (facemenu):
4703 * indent.el (indent):
4704 * info.el (info):
4705 * jka-cmpr-hook.el (compression, jka-compr):
4706 * lpr.el (lpr):
4707 * outline.el (outlines):
4708 * pcmpl-cvs.el (pcmpl-cvs):
4709 * pcmpl-rpm.el (pcmpl-rpm):
4710 * printing.el (printing):
4711 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4712 (ps-print-vertical, ps-print-headers, ps-print-font)
4713 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4714 (ps-print-background, ps-print-printer, ps-print-page)
4715 (ps-print-miscellany):
4716 * ses.el (ses):
4717 * shell.el (shell, shell-directories, shell-faces):
4718 * startup.el (initialization):
4719 * strokes.el (strokes):
4720 * term.el (term):
4721 * uniquify.el (uniquify):
4722 * w32-vars.el (w32):
4723 * calc/calc.el (calc):
4724 * emacs-lisp/bytecomp.el (bytecomp):
4725 * emacs-lisp/cl-indent.el (lisp-indent):
4726 * emacs-lisp/edebug.el (edebug):
4727 * emacs-lisp/elp.el (elp):
4728 * emacs-lisp/testcover.el (testcover):
4729 * emacs-lisp/trace.el (trace):
4730 * emulation/viper-ex.el (viper-ex):
4731 * emulation/viper-mous.el (viper-mouse):
4732 * mail/mailalias.el (mailalias):
4733 * mail/supercite.el (supercite, supercite-frames)
4734 (supercite-attr, supercite-cite, supercite-hooks):
4735 * net/rcompile.el (remote-compile):
4736 * net/rlogin.el (rlogin):
4737 * obsolete/ooutline.el (outlines):
4738 * progmodes/delphi.el (delphi):
4739 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4740 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4741 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4742 (ebnf-optimization):
4743 * progmodes/etags.el (etags):
4744 * progmodes/executable.el (executable):
4745 * progmodes/idlwave.el (idlwave):
4746 * progmodes/pascal.el (pascal):
4747 * progmodes/prolog.el (prolog):
4748 * progmodes/python.el (python):
4749 * progmodes/scheme.el (scheme):
4750 * progmodes/sh-script.el (sh, sh-script):
4751 * progmodes/sql.el (SQL):
4752 * progmodes/tcl.el (tcl):
4753 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4754 * textmodes/enriched.el (enriched):
4755 * textmodes/makeinfo.el (makeinfo):
4756 * textmodes/sgml-mode.el (sgml):
4757 * textmodes/table.el (table-hooks):
4758 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4759 * textmodes/texinfo.el (texinfo):
4760 * textmodes/two-column.el (two-column):
4761 Finish `defgroup' description with period.
4762
4763 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4764 * eshell/esh-var.el (eshell-var):
4765 * progmodes/vhdl-mode.el (vhdl-testbench):
4766 * textmodes/org.el (org): Fix typos in docstrings.
4767
4768 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4769 consistency.
4770
4771 * progmodes/flymake.el (flymake-find-file): Remove.
4772 (flymake-float-time): Use `with-no-warnings'.
4773 (flymake-check-start-time, flymake-check-was-interrupted)
4774 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4775 (flymake-new-err-info): `defvar' at compile time.
4776
4777 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4778
4779 * replace.el (occur-hook): Doc fix.
4780 (occur-1): Don't call `occur-hook' if there are no matches.
4781
4782 2005-07-03 Richard M. Stallman <rms@gnu.org>
4783
4784 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4785 global-map, save the same map.
4786 (global-map): Don't alter it at top level.
4787 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4788 Then alter it here instead.
4789 (tpu-edt-off): Set global-map to the saved one.
4790
4791 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4792 All references simplified.
4793 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4794 (zmacs-regions): Add defvar.
4795 (repeat-complex-command-map): Everything about that deleted.
4796
4797 * textmodes/artist.el (artist-key-is-drawing)
4798 (artist-key-endpoint1, artist-key-poly-point-list)
4799 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4800 (artist-key-compl-table, artist-rb-save-data)
4801 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4802 Don't put them in eval-when-compile.
4803 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4804
4805 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4806 Use with-no-warnings.
4807
4808 * net/browse-url.el (dos-windows-version): Add defvar.
4809
4810 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4811
4812 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4813 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4814 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4815 Add defvar.
4816 (rmail-summary-beginning-of-message): Use with-no-warnings.
4817 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4818
4819 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4820 Use with-no-warnings.
4821
4822 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4823 (c-mark-function): Add point-moving-unit property.
4824 (vi-goto-line): Use with-no-warnings.
4825
4826 * emulation/edt.el (edt-last-copied-word): Add defvar.
4827 (zmacs-region-stays): Likewise.
4828 (edt-mark-section-wisely): Use c-mark-function for C.
4829 Use makr-defun for Fortran.
4830 (time-string): defvar deleted.
4831 (edt-display-the-time): Don't set time-string.
4832
4833 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4834
4835 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4836 Don't warn when name is not constant
4837 or for defining the group `emacs'.
4838
4839 * tooltip.el (gud-tooltip-mode): Add defvar.
4840
4841 * startup.el (default-frame-background-mode): Add defvar.
4842
4843 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4844
4845 * info.el (tool-bar-map): Add defvar.
4846
4847 * dired.el (dnd-protocol-alist): Add defvar.
4848
4849 * dired-aux.el (dired-query): Display question with answer, when
4850 the user answers.
4851
4852 * custom.el (custom-add-option): Doc fix.
4853
4854 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4855
4856 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4857
4858 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4859 bogus name from the last change.
4860
4861 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4862
4863 * custom.el (custom-declare-variable): Fix typos in comment.
4864 (custom-known-themes): Doc fix.
4865 (custom-theme-directory): New defcustom.
4866 (require-theme): Make it check `custom-theme-directory'.
4867
4868 * cus-theme.el (custom-new-theme-mode): New function.
4869 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4870 (custom-theme-description): Add compiler defvars.
4871 (customize-create-theme): Add doc to the "*New Custom Theme*"
4872 buffer. Use `custom-new-theme-mode'.
4873 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4874 and save it to the `custom-theme-directory'. Make this the
4875 default directory of the buffer.
4876
4877 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4878
4879 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4880 Fix unbalanced parentheses.
4881
4882 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4885 into flymake-mode and delegate to flymake-mode.
4886
4887 * find-file.el (ff-which-function-are-we-in): Clean up.
4888
4889 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * replace.el (occur-rename-buffer): Fix docstring.
4892
4893 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4894 (edt-last-copied-word, edt-learn-macro-count)
4895 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4896 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4897 (time-string, zmacs-region-stays):
4898 * emulation/edt-mapper.el (edt-save-function-key-map)
4899 (EDT-key-name): `defvar' to silence the byte-compiler.
4900
4901 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4902
4903 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4904 font-lock-regexp-backslash. Doc fix.
4905 (font-lock-regexp-backslash-grouping-construct): Rename from
4906 font-lock-regexp-backslash-construct. Doc fix.
4907 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4908 grouping constructs.
4909
4910 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4911
4912 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4913 updating all the prerequisites.
4914
4915 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4916
4917 * textmodes/org.el (org-agenda-start-on-weekday)
4918 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4919 (org-agenda-use-time-grid, org-archive-location)
4920 (org-allow-space-in-links, org-usenet-links-prefer-google)
4921 (org-enable-table-editor, org-export-default-language)
4922 (org-export-html-show-new-buffer, org-fill-paragraph)
4923 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4924 (org-goto-quit, org-occur, org-eval-in-calendar)
4925 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4926 (org-agenda-diary-entry, org-remember-help)
4927 (org-table-convert-region, org-at-table-p)
4928 (org-table-move-row-down, org-table-move-row-up)
4929 (org-table-copy-region, org-table-toggle-vline-visibility)
4930 (org-table-get-stored-formulas, org-table-get-specials)
4931 (org-recalc-commands, org-table-eval-formula)
4932 (org-table-formula-substitute-names, orgtbl-make-binding)
4933 (org-format-org-table-html, org-format-table-table-html)
4934 (org-format-table-table-html-using-table-generate-source)
4935 (org-customize): Fix typos in docstrings.
4936 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4937 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4938 (org-back-to-heading): Doc fixes.
4939 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4940 (org-agenda-change-all-lines, org-get-header):
4941 Improve argument/docstring consistency.
4942 (orgtbl-error): Fix error message.
4943
4944 * progmodes/flymake.el (flymake-find-possible-master-files)
4945 (flymake-master-file-compare, flymake-get-line-err-count)
4946 (flymake-highlight-line, flymake-gui-warnings-enabled):
4947 Fix typos in docstrings.
4948 (flymake-parse-line, flymake-get-project-include-dirs-function)
4949 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4950 Doc fixes.
4951 (flymake-get-project-include-dirs-function)
4952 (flymake-make-err-menu-data):
4953 Improve argument/docstring consistency.
4954
4955 2005-07-01 Lute Kamstra <lute@gnu.org>
4956
4957 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4958 Catch errors with ignore-errors. Use temporary buffer.
4959 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4960
4961 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4962 background color faces.
4963 (facemenu-set-foreground, facemenu-set-background):
4964 Use facemenu-set-face-from-menu.
4965 (facemenu-set-face-from-menu): Treat face names that start with
4966 "fg:" or "bg:" as special.
4967 (facemenu-add-new-color): Don't create faces. Simplify.
4968
4969 2005-06-30 Richard M. Stallman <rms@gnu.org>
4970
4971 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4972 (crm-find-current-element): Likewise.
4973
4974 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4975
4976 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4977
4978 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4981 (archive-mouse-extract): Make it an obsolete alias.
4982 (archive-mode-map): Don't use archive-mouse-extract any more.
4983 (archive-mode, archive-extract): write-contents-hooks ->
4984 write-contents-functions.
4985 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4986 first arg.
4987 (archive-rename-entry): Update the call.
4988 (archive-zip-summarize): Remove unused var `method'.
4989 (archive-lzh-summarize): Remove unused var `creator'.
4990
4991 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4992 dedicated frame upon exit.
4993
4994 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4995 (archive-zip-extract, archive-zip-expunge)
4996 (archive-zip-update, archive-zip-update-case): Use executable-find.
4997 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4998 Use restore-buffer-modified-p.
4999 (archive-extract, archive-add-new-member, archive-write-file-member):
5000 Use with-current-buffer.
5001 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5002
5003 2005-06-30 Andreas Schwab <schwab@suse.de>
5004
5005 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5006
5007 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5008
5009 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5010
5011 2005-06-30 Juri Linkov <juri@jurta.org>
5012
5013 * faces.el (vertical-border): Inherit from mode-line-inactive
5014 only on tty.
5015
5016 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5017
5018 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5019 example, -NLINES in the `occur' docstring).
5020
5021 * replace.el (occur-1): When no matches are found, do not set the
5022 `buffer-read-only' and modified flags for the occur buffer,
5023 because it is deleted.
5024
5025 * emulation/cua-base.el (cua-check-pending-input)
5026 (cua-repeat-replace-region, cua-mode, cua-debug)
5027 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5028 Fix typos in docstrings.
5029
5030 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5031 (cua-cut-region-to-global-mark)
5032 (cua--cut-rectangle-to-global-mark):
5033 Remove period from end of messages.
5034
5035 * emulation/cua-rect.el (cua-do-rectangle-padding):
5036 Remove period from end of messages.
5037 (cua--rectangle-seq-format): Fix typo in docstring.
5038 (cua-sequence-rectangle, cua-fill-char-rectangle):
5039 Improve argument/docstring consistency.
5040
5041 2005-06-29 Juri Linkov <juri@jurta.org>
5042
5043 * faces.el (default-frame-background-mode): New internal variable.
5044 (frame-set-background-mode): Use it.
5045
5046 * startup.el (normal-top-level): Set default-frame-background-mode
5047 instead of frame-background-mode. Before setting it, test for its
5048 nil value. Remove tests for frame-background-mode and frame
5049 parameter `reverse'. Add test for "unspecified-fg".
5050
5051 * term/xterm.el (xterm-rxvt-set-background-mode):
5052 * term/rxvt.el (rxvt-set-background-mode):
5053 Set default-frame-background-mode instead of frame-background-mode.
5054
5055 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5056
5057 * simple.el (set-variable): Warn about obsolete user variables.
5058
5059 * imenu.el (imenu--completion-buffer):
5060 * mouse.el (mouse-buffer-menu-alist):
5061 * msb.el (msb-invisible-buffer-p):
5062 * calendar/diary-lib.el (diary-header-line-format):
5063 * emacs-lisp/pp.el (pp-buffer):
5064 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5065 * textmodes/picture.el (picture-replace-match):
5066 Change space constants followed by a sexp to "?\s ".
5067
5068 * play/decipher.el (decipher-loop-with-breaks):
5069 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5070 constants "protected" from end of line by a comment to "?\s".
5071
5072 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * font-lock.el (save-buffer-state): Use `declare'.
5075
5076 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5077 reset the syntax-table to cperl-mode-syntax-table.
5078 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5079 "foo_print_bar" is not matched as a reserved keyword.
5080
5081 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5082
5083 * textmodes/org.el (orgtbl-setup): New function, for delayed
5084 setup for the orgtbl commands.
5085 (org-calc-default-modes): New option.
5086 (orgtbl-make-binding): Use `defun' to get better help display.
5087 (org-diary): Call `org-compile-prefix-format'.
5088 (org-table-formula-substitute-names): New function.
5089 (org-agenda-day-view, org-agenda-week-view): New commands.
5090 (org-agenda-toggle-week-view): Command removed.
5091 (org-tbl-menu): Split off from org-org-menu.
5092 (org-mode): Move removal of outline-mode menus to here.
5093 (org-table-formula-debug): New option.
5094 (org-table-insert-row): Keep first field if just "#" or "*".
5095 (org-mode): Paragraph regexps fixed.
5096 (org-table-recalculate-regexp): New constant.
5097 (org-table-justify-field-maybe): Avoid replace if not necessary.
5098 (org-copy-special, org-cut-special): Use `call-interactively'.
5099 (org-table-copy-region): Take region from `interactive' call.
5100 (org-trim): Return string even if no match.
5101 (org-formula): New face.
5102 (org-set-font-lock-defaults): No longer highlight "FIXME".
5103 But highlight formula-related fields in table.
5104 (org-table-p): Use regexp, not fontification.
5105 (org-table-align): Handle white space at end of line.
5106 (org-table-formula-evaluate-inline): New option.
5107 (org-mode): Auto-wrapping in comment lines turned off.
5108 (org-table-copy-down): Evaluate only in copied field, not in
5109 destination.
5110 (org-table-current-formula): Variable removed.
5111 (org-table-store-formulas, org-table-get-stored-formulas)
5112 (org-table-modify-formulas, org-table-replace-in-formulas)
5113 (org-table-maybe-eval-formula): New functions.
5114 (org-table-get-formula): Modify to use stored formulas.
5115 (org-table-insert-column, org-table-delete-column)
5116 (org-table-move-column): Call `org-table-modify-formulas'.
5117 (org-complete): Add completion for keyword formulas.
5118 (orgtbl-mode): Pull orgtbl-mode-map to start of
5119 minor-mode-map-alist.
5120
5121 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * progmodes/python.el (python-check): Require `compile' before
5124 modifying its variables.
5125
5126 * newcomment.el (comment-indent-default): Don't get fooled by an early
5127 end of buffer.
5128
5129 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5130
5131 * ps-print.el (ps-print-version): Fix version number.
5132
5133 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5134
5135 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5136
5137 2005-06-28 Richard M. Stallman <rms@gnu.org>
5138
5139 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5140 (flyspell-local-mouse-map): Declaration deleted.
5141 (flyspell-mouse-map): Bind only mouse-2.
5142 (flyspell-mode-map): Don't test flyspell-use-local-map.
5143 (flyspell-overlay-keymap-property-name): Var deleted.
5144 (flyspell-mode-on): Don't make local bindings for
5145 flyspell-mouse-map and flyspell-mode-map.
5146 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5147
5148 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5149
5150 * progmodes/compile.el (compilation-next-error-function):
5151 Don't switch buffers; operate on the current buffer.
5152
5153 * progmodes/compile.el (compilation-error-file-name)
5154 (compilation-warning-file-name, compilation-info-file-name)
5155 (compilation-line-number, compilation-column-number): New faces.
5156 (compilation-error-face, compilation-warning-face)
5157 (compilation-info-face, compilation-line-face)
5158 (compilation-column-face): Use them.
5159
5160 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5161
5162 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5163
5164 * bindings.el (global-map): Bind insertchar and its variants.
5165
5166 2005-06-27 Richard M. Stallman <rms@gnu.org>
5167
5168 * textmodes/artist.el (artist-text-overwrite)
5169 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5170
5171 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5172
5173 * ps-print.el: It was not working the page selection for printing.
5174 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5175 (ps-print-version): New version 6.6.7.
5176 (ps-end-sheet): New fun.
5177 (ps-header-sheet, ps-end-job): Call it.
5178
5179 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5180
5181 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5182
5183 2005-06-27 Lute Kamstra <lute@gnu.org>
5184
5185 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5186 background color faces.
5187 (facemenu-get-face): Delete function.
5188 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5189 (facemenu-add-new-color): Make second argument mandatory.
5190 Create the appropriate face and return it. Simplify.
5191 (facemenu-set-foreground, facemenu-set-background): Don't check if
5192 color is defined. Use return value of facemenu-add-new-color.
5193
5194 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5195
5196 * progmodes/gud.el (gud-filter): Add missing argument to
5197 with-selected-window.
5198
5199 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5200
5201 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5202 a :require to the defcustom.
5203
5204 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5205 defcustoms corresponding to minor modes.
5206
5207 2005-06-26 David Ponce <david@dponce.com>
5208
5209 * recentf.el: Require tree-widget instead of wid-edit.
5210 (recentf-filename-handler): Fix widget :type.
5211 (recentf-cancel-dialog, recentf-open-more-files)
5212 (recentf-open-files-action): Doc fix.
5213 (recentf-dialog-goto-first): New function.
5214 (recentf-dialog-mode-map): Set parent keymap first.
5215 (recentf-dialog-mode): Define with define-derived-mode.
5216 Don't display continuation lines in dialogs.
5217 (recentf-edit-list): Rename from recentf-edit-selected-items.
5218 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5219 Simplify.
5220 (recentf-edit-list-validate): New function.
5221 (recentf-edit-list): Update accordingly.
5222 (recentf-open-files-item-shift): Remove.
5223 (recentf-open-files-item): Convert menu elements into tree and
5224 link widgets. Don't create the widgets.
5225 (recentf-open-files): Update accordingly.
5226 (recentf-save-list): Untabify.
5227
5228 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5229
5230 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5231 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5232 partially contained in the active region. Do not take active
5233 region into account when called from Lisp, unless INTERACTIVE arg
5234 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5235 avoid trouble with fields. Make marker point nowhere when no
5236 longer used. Always return nil. Doc fix.
5237 (flush-lines): Add INTERACTIVE arg. Do not take active region
5238 into account when called from Lisp, unless INTERACTIVE arg is
5239 non-nil. Use `forward-line' instead of `beginning-of-line' to
5240 avoid trouble with fields. Make marker point nowhere when no
5241 longer used. Always return nil. Doc fix.
5242 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5243 interchangeable. Do not take active region into account when
5244 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5245 message in echo area when called from Lisp, unless INTERACTIVE arg
5246 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5247 Return the number of matches. Doc fix.
5248 (occur): Doc fix.
5249 (perform-replace): Make comment follow double space convention for
5250 the sake of `outline-minor-mode'.
5251
5252 * faces.el (facep): Doc fix.
5253
5254 2005-06-25 Richard M. Stallman <rms@gnu.org>
5255
5256 * facemenu.el (facemenu-enable-faces-p): New function.
5257 (facemenu-background-menu, facemenu-foreground-menu)
5258 (facemenu-face-menu): Add menu-enable property.
5259
5260 * jka-compr.el (jka-compr-insert-file-contents):
5261 Special handling if cannot find the uncompression program.
5262
5263 * cus-face.el (custom-face-attributes): Add autoload.
5264
5265 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5266 Bind comment-indent-function locally.
5267
5268 * window.el (save-selected-window): Use save-current-buffer.
5269
5270 * subr.el (with-selected-window): Use save-current-buffer.
5271
5272 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5273 and with-current-buffer.
5274
5275 2005-06-24 Richard M. Stallman <rms@gnu.org>
5276
5277 * simple.el (line-move-1): Fix previous change.
5278
5279 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * replace.el (occur-1): Set `buffer-read-only' and the
5282 buffer-modified flag before running `occur-hook' to protect
5283 against unintentional buffer switches that can lead to data loss.
5284
5285 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5286
5287 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5288 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5289 initial error.
5290
5291 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5292 after fresh input.
5293 (gdb-var-create-handler): Put name of expression in quotes.
5294
5295 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5296
5297 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5298 elements of RING in order, and without bogus nil elements.
5299
5300 2005-06-23 Richard M. Stallman <rms@gnu.org>
5301
5302 * simple.el (set-variable): Args renamed; doc fix.
5303 (line-move-1): When there are overlays around, use vertical-motion.
5304
5305 * faces.el (escape-glyph): Use brown against light background.
5306 (nobreak-space): Rename from no-break-space.
5307 Fix previous change.
5308
5309 * dired-aux.el (dired-do-copy): Fix arg prompt.
5310
5311 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5312
5313 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5314
5315 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5316 rather than "Distributor".
5317
5318 2005-06-23 Lute Kamstra <lute@gnu.org>
5319
5320 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5321 (debug-on-entry): Use it. New interactive declaration that uses
5322 function-called-at-point.
5323
5324 2005-06-23 Kim F. Storm <storm@cua.dk>
5325
5326 * subr.el (save-match-data): Add comment about using evaporate arg
5327 to set-match-data.
5328
5329 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5330
5331 * cus-edit.el (customize-face)
5332 (customize-face-other-window): Handle face aliases.
5333
5334 * faces.el (face-documentation, set-face-attribute)
5335 (face-spec-set): Handle face aliases.
5336
5337 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5338
5339 * help-mode.el (help-make-xrefs): If a symbol representing a face
5340 name is not followed by the word "face", it could still be a
5341 function or variable name, so don't bypass other checks.
5342
5343 2005-06-22 Juri Linkov <juri@jurta.org>
5344
5345 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5346 Replace aliased functions with calls where second arg `inherit' is t.
5347
5348 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5349
5350 * progmodes/gdb-ui.el (gdb-error): New variable.
5351 (gdb-error): New function.
5352 (gdb-annotation-rules): Act on error-begin and error annotations.
5353 (gdb-concat-output): Use font-lock-warning-face for errors.
5354
5355 2005-06-22 Miles Bader <miles@gnu.org>
5356
5357 * bindings.el (propertized-buffer-identification): Use renamed
5358 `Buffer-menu-buffer' face.
5359
5360 * faces.el (vertical-border): Rename from `vertical-divider'.
5361 (escape-glyph): Change dark-background color back to `cyan'.
5362
5363 2005-06-21 Juri Linkov <juri@jurta.org>
5364
5365 * faces.el (face-user-default-spec): Try getting `customized-face'
5366 prior to `saved-face'.
5367 (frame-background-mode): Refill docstring.
5368
5369 * emacs-lisp/lisp-mode.el (eval-defun-1):
5370 * emacs-lisp/edebug.el (edebug-eval-defun):
5371 Set `saved-face' temporarily to nil before calling form.
5372 Set `customized-face' to the new spec after that.
5373
5374 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * subr.el (1value, lambda, key-substitution-in-progress):
5377 Doc fixes.
5378
5379 * autoinsert.el (auto-insert-alist):
5380 * ses.el (ses-call-printer):
5381 * subr.el (noreturn):
5382 * emacs-lisp/lisp.el (check-parens):
5383 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5384 * net/browse-url.el (browse-url-mosaic):
5385 * progmodes/cc-defs.el (c-safe-scan-lists):
5386 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5387 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5388 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5389 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5390 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5391 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5392
5393 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5394
5395 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5396
5397 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5398
5399 * calendar/appt.el (appt-make-list): Activate the package, if
5400 not already active (for backwards compatibility).
5401
5402 2005-06-20 Kim F. Storm <storm@cua.dk>
5403
5404 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5405
5406 2005-06-20 Miles Bader <miles@gnu.org>
5407
5408 * faces.el (vertical-divider): New face.
5409
5410 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * simple.el (kill-whole-line): Doc fix.
5413 (next-error-buffer-p, next-error-find-buffer)
5414 (clone-indirect-buffer): Fix typos in docstrings.
5415 (comment-line-break-function): Doc fix: don't say variable
5416 is automatically buffer-local (it isn't).
5417
5418 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5419
5420 * net/tramp-ftp.el (top):
5421 * net/tramp-smb.el (top):
5422 * net/tramp-util.el (top):
5423 * net/tramp-uu.el (top):
5424 * net/tramp-vc.el (top):
5425 * net/tramp.el (top): Revert copyright years back to original
5426 ones. Tramp has a life outside GNU Emacs.
5427
5428 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5429
5430 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5431
5432 2005-06-18 Juri Linkov <juri@jurta.org>
5433
5434 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5435 end of first regexp to limit the match to the position between
5436 line number and source line with same separator character as used
5437 between file name and line number. In the second regexp limit
5438 mouse-face area to file name and line number by adding new group
5439 for them and referring it in HYPERLINK arg.
5440 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5441 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5442 previous line where grep markers may be already removed.
5443
5444 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5445
5446 * progmodes/ps-mode.el: Update version and maintainer's email address.
5447
5448 2005-06-18 Steve Youngs <steve@xemacs.org>
5449
5450 * net/browse-url.el (browse-url-browser-function)
5451 (browse-url-default-browser): Add firefox.
5452 (browse-url-firefox-program, browse-url-firefox-arguments)
5453 (browse-url-firefox-startup-arguments)
5454 (browse-url-firefox-new-window-is-tab): New defcustoms.
5455 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5456
5457 2005-06-17 Richard M. Stallman <rms@gnu.org>
5458
5459 * startup.el (command-line): Warn if specified user name has
5460 no home directory.
5461
5462 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5463 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5464
5465 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5466 Doc fixes.
5467
5468 * faces.el (underline): Try bold if terminal doesn't support underline.
5469
5470 * mail/sendmail.el (mail-setup-with-from): New variable.
5471 (mail-insert-from-field): New function.
5472 (sendmail-send-it): Call it.
5473 (mail-setup): Optionally call it here.
5474
5475 * term/linux.el: Call tty-no-underline.
5476
5477 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5478
5479 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5480
5481 2005-06-17 Miles Bader <miles@gnu.org>
5482
5483 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5484 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5485 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5486 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5487 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5488 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5489 Remove "-face" suffix from face names.
5490 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5491 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5492 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5493 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5494 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5495 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5496 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5497 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5498 New backward-compatibility aliases for renamed faces.
5499 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5500 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5501 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5502 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5503 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5504 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5505 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5506 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5507 Use renamed ediff faces.
5508
5509 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5510 Remove "-face" suffix from face names.
5511 (eshell-test-ok-face, eshell-test-failed-face):
5512 New backward-compatibility aliases for renamed faces.
5513 (eshell-run-test): Use renamed eshell-test faces.
5514
5515 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5516 face name.
5517 (eshell-prompt-face): New backward-compatibility alias for renamed
5518 face.
5519 (eshell-emit-prompt): Use renamed eshell-prompt face.
5520
5521 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5522 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5523 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5524 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5525 Remove "-face" suffix from face names.
5526 (eshell-ls-directory-face, eshell-ls-symlink-face)
5527 (eshell-ls-executable-face, eshell-ls-readonly-face)
5528 (eshell-ls-unreadable-face, eshell-ls-special-face)
5529 (eshell-ls-missing-face, eshell-ls-archive-face)
5530 (eshell-ls-backup-face, eshell-ls-product-face)
5531 (eshell-ls-clutter-face):
5532 New backward-compatibility aliases for renamed faces.
5533 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5534
5535 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5536 Remove "-face" suffix from face name.
5537 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5538 instead of literal face.
5539
5540 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5541
5542 * emacs-lisp/warnings.el (display-warning, lwarn)
5543 (warning-minimum-log-level): Doc fixes.
5544 (warning-minimum-level, warning-minimum-log-level):
5545 Add :debug to :type choices.
5546
5547 * progmodes/ada-mode.el (ada-format-paramlist)
5548 (ada-get-indent-case, ada-check-matching-start)
5549 (ada-check-defun-name, ada-goto-matching-decl-start)
5550 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5551 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5552 (ada-make-subprogram-body): Follow error conventions.
5553 (ada-case-exception-file, ada-indent-comment-as-code)
5554 (ada-indent-handle-comment-special, ada-indent-renames)
5555 (ada-indent-return, ada-search-directories-internal)
5556 (ada-tab-policy, ada-case-exception-substring)
5557 (ada-other-file-alist, ada-matching-start-re)
5558 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5559 (ada-imenu-generic-expression, ada-compile-goto-error)
5560 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5561 (ada-popup-menu, ada-add-extensions, ada-mode)
5562 (ada-region-selected, ada-create-case-exception)
5563 (ada-create-case-exception-substring, ada-after-keyword-p)
5564 (ada-activate-keys-for-case, ada-adjust-case-region)
5565 (ada-adjust-case-buffer, ada-format-paramlist)
5566 (ada-scan-paramlist, ada-insert-paramlist)
5567 (ada-indent-newline-indent)
5568 (ada-indent-newline-indent-conditional)
5569 (ada-justified-indent-current, ada-goto-previous-word)
5570 (ada-indent-current, ada-get-indent-open-paren)
5571 (ada-get-indent-paramlist, ada-get-indent-end)
5572 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5573 (ada-get-indent-block-start, ada-get-indent-subprog)
5574 (ada-get-indent-noindent, ada-get-indent-label)
5575 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5576 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5577 (ada-goto-stmt-end, ada-goto-next-word)
5578 (ada-check-matching-start, ada-check-defun-name)
5579 (ada-goto-matching-decl-start, ada-goto-matching-start)
5580 (ada-goto-matching-end, ada-search-ignore-string-comment)
5581 (ada-in-decl-p, ada-looking-at-semi-or)
5582 (ada-looking-at-semi-private, ada-in-paramlist-p)
5583 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5584 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5585 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5586 (ada-previous-package, ada-create-menu)
5587 (ada-fill-comment-paragraph-justify)
5588 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5589 (ada-other-file-name, ada-last-which-function-line)
5590 (ada-last-which-function-subprog, ada-which-function)
5591 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5592 (ada-gen-treat-proc, ada-check-emacs-version)
5593 (ada-continuation-indent, ada-align-region-separate):
5594 Fix typos in docstrings.
5595 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5596
5597 2005-06-16 Lute Kamstra <lute@gnu.org>
5598
5599 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5600 conditionally.
5601
5602 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5603
5604 * comint.el (comint-replace-by-expanded-filename)
5605 (comint-prompt-regexp, comint-delimiter-argument-list)
5606 (comint-preinput-scroll-to-bottom):
5607 * info.el (Info-hide-cookies-node):
5608 * ls-lisp.el (ls-lisp-classify):
5609 * find-file.el (ff-search-directories, ff-special-constructs)
5610 (ff-find-other-file):
5611 * font-lock.el (font-lock-keywords):
5612 * shell.el (shell-prompt-pattern)
5613 (shell-dynamic-complete-functions, shell-mode)
5614 (shell-delimiter-argument-list):
5615 * term.el (term-replace-by-expanded-filename)
5616 (term-prompt-regexp, term-delimiter-argument-list):
5617 * woman.el (woman-ignore, woman0-if):
5618 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5619 * emacs-lisp/elint.el (elint-init-env):
5620 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5621 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5622 * language/ethio-util.el (ethio-tilde-escape)
5623 (ethio-use-three-dot-question):
5624 * net/zone-mode.el (zone-mode-load-time-setup):
5625 * progmodes/cc-align.el (c-lineup-argcont):
5626 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5627 * progmodes/cperl-mode.el (cperl-set-style-back):
5628 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5629 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5630 Fix spellings in docstrings.
5631
5632 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5633 * progmodes/modula2.el (m2-for): Fix spellings.
5634
5635 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5636
5637 * simple.el (undo-more): Don't use `format' on `error' arguments.
5638 Improve argument/docstring consistency.
5639 (pending-undo-list): Doc fix.
5640
5641 * smerge-mode.el (smerge-ensure-match):
5642 * emulation/vip.el (vip-ex):
5643 * net/zone-mode.el (zone-mode-update-serial):
5644 * progmodes/idlwave.el (idlwave-complete):
5645 * progmodes/vhdl-mode.el (vhdl-visit-file)
5646 (vhdl-compose-wire-components):
5647 Don't use `format' on `error' arguments.
5648
5649 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5650 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5651 (tooltip-help-tips): Fix typos in docstrings.
5652
5653 2005-06-16 David Ponce <david@dponce.com>
5654
5655 * tree-widget.el (tree-widget-value-create): Simplify last change.
5656
5657 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5658
5659 * ido.el (ido-incomplete-regexp): New variable.
5660 (ido-set-matches-1): Handle invalid-regexp error and set
5661 ido-incomplete-regexp.
5662 (ido-incomplete-regexp): New face.
5663 (ido-completions): Use it.
5664 (ido-complete, ido-exit-minibuffer, ido-completions):
5665 Handle incomplete regexps.
5666 (ido-completions): Add check for complete match when entering a regexp.
5667
5668 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5671
5672 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5673
5674 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5675 by field delimiters.
5676
5677 2005-06-15 David Ponce <david@dponce.com>
5678
5679 * tree-widget.el: eval-and-compile inlined functions so they will
5680 be available at run-time too.
5681 (tree-widget-super-format-handler)
5682 (tree-widget-format-handler): Remove.
5683 (tree-widget-value-create): Handle the :indent property.
5684
5685 2005-06-15 Miles Bader <miles@gnu.org>
5686
5687 * progmodes/which-func.el (which-func): Only inherit
5688 `font-lock-function-name-face' when that makes sense against the
5689 default mode-line face, otherwise set the face color explicitly.
5690
5691 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5692 faces instead of (non-existent) variables.
5693
5694 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5697 (iswitchb-get-matched-buffers): Likewise. Simplify.
5698
5699 2005-06-14 Miles Bader <miles@gnu.org>
5700
5701 * progmodes/ld-script.el (ld-script-location-counter):
5702 Remove "-face" suffix from face name.
5703 (ld-script-location-counter-face):
5704 New backward-compatibility alias for renamed face.
5705 (ld-script-location-counter-face): Use renamed face.
5706
5707 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5708 (cperl-hash): Remove "-face" suffix from face names.
5709 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5710 New backward-compatibility aliases for renamed faces.
5711 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5712 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5713
5714 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5715 name.
5716 (which-func-face): New backward-compatibility alias for renamed face.
5717 (which-func-format): Use renamed which-func face.
5718
5719 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5720 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5721 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5722 names.
5723 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5724 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5725 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5726 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5727 (vhdl-speedbar-architecture-selected)
5728 (vhdl-speedbar-configuration-selected)
5729 (vhdl-speedbar-package-selected)
5730 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5731 names.
5732 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5733 Use renamed faces.
5734 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5735 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5736 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5737 Use renamed faces.
5738 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5739 names.
5740 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5741 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5742 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5743 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5744 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5745 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5746
5747 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5748 face name.
5749 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5750 (sh-heredoc-face): Use renamed sh-heredoc face.
5751
5752 * progmodes/idlw-help.el (idlwave-help-link):
5753 Remove "-face" suffix from face name.
5754 (idlwave-help-link-face):
5755 New backward-compatibility alias for renamed face.
5756 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5757
5758 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5759 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5760 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5761 New backward-compatibility aliases for renamed faces.
5762 (idlwave-shell-disabled-breakpoint-face)
5763 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5764
5765 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5766 Remove "-face" suffix from face names.
5767 (flymake-errline-face, flymake-warnline-face):
5768 New backward-compatibility aliases for renamed faces.
5769 (flymake-highlight-line): Use renamed flymake faces.
5770
5771 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5772 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5773 (ebrowse-member-class, ebrowse-progress):
5774 Remove "-face" suffix from face names.
5775 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5776 (ebrowse-file-name-face, ebrowse-default-face)
5777 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5778 (ebrowse-progress-face):
5779 New backward-compatibility aliases for renamed faces.
5780 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5781 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5782 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5783 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5784
5785 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5786 antlr-syntax)
5787 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5788 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5789 names.
5790 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5791 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5792 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5793 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5794 backward-compatibility aliases for renamed faces.
5795 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5796 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5797 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5798 remove "font-lock-". Use renamed antlr-mode faces.
5799 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5800 literal face-names with face variable references.
5801
5802 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5803 face name.
5804 (Buffer-menu-buffer-face): New backward-compatibility alias for
5805 renamed face.
5806 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5807
5808 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5809
5810 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5811 Eliminate "-face" suffix.
5812 (makefile-targets): Inherit from font-lock-function-name-face and
5813 eliminate "-face" suffix.
5814 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5815 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5816 actions, instead of prepending, to make it less visible.
5817 (makefile-previous-dependency, makefile-match-dependency):
5818 Don't match a target on a continuation line.
5819
5820 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5821
5822 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5823
5824 * progmodes/gdb-ui.el (menu): Re-order menu items.
5825 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5826
5827 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5828 Define in tooltip.el.
5829 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5830 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5831 gud-tooltip-echo-area.
5832
5833 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5834 backward compatibility and make obsolete.
5835 (tooltip-help-tips): Use tooltip-use-echo-area.
5836 (tooltip-show-help-function): Rename to...
5837 (tooltip-show-help): ...this, because it is a function.
5838 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5839
5840 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5841
5842 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5843 (edebug-print-length, edebug-print-level, edebug-print-circle)
5844 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5845 (edebug-eval-print-last-sexp): Doc fixes.
5846
5847 2005-06-14 Kim F. Storm <storm@cua.dk>
5848
5849 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5850 as the coverage buffer/file/both may change.
5851
5852 2005-06-14 Lute Kamstra <lute@gnu.org>
5853
5854 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5855 and run-mode-hooks. Simplify.
5856
5857 * mail/rmailedit.el (rmail-edit-mode):
5858 * progmodes/octave-inf.el (inferior-octave-mode):
5859 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5860
5861 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5862 and run-mode-hooks.
5863 (recentf-edit-list, recentf-open-files): Don't call
5864 kill-all-local-variables directly.
5865
5866 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5867
5868 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5869
5870 * emacs-lisp/byte-run.el (make-obsolete)
5871 (define-obsolete-function-alias): Rename arguments FUNCTION and
5872 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5873 (make-obsolete-variable, define-obsolete-variable-alias):
5874 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5875 respectively.
5876
5877 * isearchb.el (isearchb-activate):
5878 * pcvs.el (cvs-mode):
5879 * ses.el (ses-load):
5880 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5881 * net/tramp.el (tramp-find-file-exists-command)
5882 (tramp-find-shell):
5883 * progmodes/ada-mode.el (ada-create-case-exception)
5884 (ada-create-case-exception-substring, ada-make-subprogram-body):
5885 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5886 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5887 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5888 * textmodes/org.el (org-promote, org-evaluate-time-range)
5889 (org-agenda-next-date-line, org-agenda-previous-date-line)
5890 (org-agenda-error, org-open-at-point, org-table-move-row)
5891 (org-format-table-table-html-using-table-generate-source)
5892 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5893 * textmodes/reftex.el (reftex-access-scan-info):
5894 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5895 (reftex-toc-promote-prepare): Follow error conventions.
5896
5897 * diff-mode.el (diff-mode): Fix typo in docstring.
5898
5899 * forms.el (forms--intuit-from-file): Fix reference to
5900 `forms-number-of-fields' in error message.
5901 (forms-print): Fix quoting in error message.
5902
5903 * forms.el (forms-mode):
5904 * emulation/vi.el (vi-goto-insert-state):
5905 * progmodes/flymake.el (flymake-new-err-info)
5906 (flymake-start-syntax-check-for-current-buffer)
5907 (flymake-simple-cleanup):
5908 * eshell/esh-var.el (eshell/export):
5909 * progmodes/gud.el (xdb):
5910 * textmodes/flyspell.el (flyspell-incorrect-hook)
5911 (flyspell-maybe-correct-transposition)
5912 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5913
5914 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5915
5916 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5917 minibuffer prompt.
5918
5919 2005-06-13 Kim F. Storm <storm@cua.dk>
5920
5921 * subr.el (add-to-ordered-list): New defun.
5922
5923 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5924 add cua--keymap-alist to emulation-mode-map-alists.
5925
5926 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * subr.el (complete-in-turn): New macro.
5929 (dynamic-completion-table, lazy-completion-table): Add debug info.
5930
5931 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5932 in preference to face aliases.
5933
5934 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5935 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5936 Remove unused vars `start' and `firstline'.
5937 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5938 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5939
5940 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5941
5942 * cus-start.el (all): Don't complain about missing GTK-related
5943 variables, unless either `gtk' is boundp or this isn't a
5944 `windows-nt' build.
5945
5946 2005-06-13 Lute Kamstra <lute@gnu.org>
5947
5948 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5949 run-mode-hooks.
5950
5951 * ediff-mult.el (ediff-meta-mode):
5952 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5953
5954 * ledit.el (ledit-mode): Use delay-mode-hooks.
5955
5956 * woman.el (woman-mode-line-format): Delete constant.
5957 (woman-mode-map): Initialize it properly.
5958 (woman-mode): Set mode-class property to special.
5959 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5960 Set major-mode and mode-name. Don't set mode-line-format directly.
5961 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5962
5963 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5964 string argument obsolete.
5965
5966 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5967
5968 * textmodes/org.el (org-CUA-compatible): New option.
5969 (org-disputed-keys): New variable.
5970 (org-key): New function.
5971 (orgtbl-make-binding): Add docstring to the created function.
5972 (org-mode): Set paragraph start/separate regexps.
5973 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5974 (org-archive-location, org-archive-mark-done)
5975 (org-archive-stamp-time): New options.
5976 (org-archive-subtree): New command.
5977 (org-fill-paragraph): New function.
5978 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5979 (org-fake-empty-table-line): Function removed.
5980 (org-format-org-table-html): Do not create empty table lines at
5981 separator lines. Improved table header treatment.
5982 (org-link-format): New option.
5983 (org-make-link): New function.
5984 (org-insert-link, org-store-link): Use org-make-link.
5985 (org-open-file): Quote file name for shell command, to allow
5986 spaces in file names.
5987 (org-link-regexp): Fix bug with mailto link.
5988 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5989 New constants.
5990 (org-export-as-html): Deal with the optional angles around a link.
5991 Better treatment of file: links.
5992 (org-open-at-point): Replace @{ and @} with < and >.
5993 (org-run-mode-hooks): Function removed.
5994 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5995
5996 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5997
5998 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5999 MI command -data-list-register-values.
6000 (gdb-post-prompt): Indent properly.
6001
6002 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6003
6004 * hilit-chg.el (highlight-changes-colors): Rename from
6005 `highlight-changes-colours'.
6006 (highlight-changes-colours): Keep as obsolete alias.
6007 (highlight-changes-face-list): Doc fix.
6008 (hilit-chg-make-list): Use `highlight-changes-colors'.
6009
6010 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6011
6012 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6013 defun-prompt-regexp.
6014
6015 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6016
6017 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6018 and cygwin.
6019
6020 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6021 Don't use an old loaddefs.el, as in Makefile.in.
6022
6023 2005-06-12 Lute Kamstra <lute@gnu.org>
6024
6025 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6026
6027 * man.el (Man-mode-map): Initialize it properly.
6028 (Man-mode): Set mode-class property to special.
6029
6030 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6031
6032 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6033
6034 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6035 A newline is needed in the docstring there.
6036
6037 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6038 Doc fixes.
6039
6040 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6041
6042 * printing.el: Doc fix. The menubar is no more changed when printing
6043 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6044 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6045 (pr-version): New version number (6.8.4).
6046 (pr-menu-bind): New command.
6047 (pr-update-menus): Docstring and code fix.
6048 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6049 Docstring fix.
6050 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6051 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6052
6053 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6054
6055 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6056 "Returns" to "return", document useful return values, etc.
6057
6058 2005-06-11 Alan Mackenzie <acm@muc.de>
6059
6060 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6061 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6062 (adaptive-file-function): Minor amendment to doc-string.
6063
6064 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6065
6066 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6067 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6068 Fix :type--it is `integer', not `string'.
6069
6070 * faces.el (modeline-highlight): Rename from (the erroneous)
6071 `modeline-higilight'.
6072
6073 2005-06-11 Lute Kamstra <lute@gnu.org>
6074
6075 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6076 lisp-interaction-mode-map but make it the parent.
6077 (edebug-eval-mode): Use define-derived-mode.
6078
6079 2005-06-11 Andreas Schwab <schwab@suse.de>
6080
6081 * bindings.el: Add binding of `ESC functionkey' for every
6082 `M-functionkey'.
6083 * hexl.el (hexl-mode-map): Likewise.
6084
6085 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6086
6087 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6088 [msft]: update regexp for newer msft compilers.
6089
6090 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6091
6092 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6093 ATTLIST portions of included DTDs.
6094 (xml-parse-dtd): Eliminate use of inefficient match-data.
6095
6096 2005-06-10 Miles Bader <miles@gnu.org>
6097
6098 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6099 (mpuz-text): Remove "-face" suffix from face names.
6100 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6101 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6102 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6103
6104 * play/gomoku.el (gomoku-O, gomoku-X):
6105 Remove "-face" suffix from face names.
6106 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6107 New backward-compatibility aliases for renamed faces.
6108 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6109
6110 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6111
6112 * thumbs.el: Fixes for changes of 2005-06-09.
6113 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6114 as a directory.
6115 (thumbs-thumbname): Remove directory separator from format string;
6116 `thumbs-thumbsdir' now returns a valid directory name.
6117 (thumbs-temp-dir): New defsubst.
6118 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6119 Use it.
6120
6121 * cus-edit.el (minibuffer):
6122 * files.el (make-backup-file-name-function):
6123 * filesets.el (filesets-external-viewers):
6124 * hilit-chg.el (highlight-changes-colours)
6125 (highlight-changes-face-list, highlight-changes-rotate-faces):
6126 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6127 * kmacro.el (kmacro-call-macro):
6128 * log-edit.el (log-edit-changelog-full-paragraphs):
6129 * mouse.el (mouse-1-click-follows-link):
6130 * skeleton.el (skeleton-autowrap):
6131 * subr.el (insert-for-yank-1):
6132 * tempo.el (tempo-insert-region):
6133 * terminal.el (terminal-emulator):
6134 * time.el (display-time-mail-face):
6135 * vc.el (vc-annotate):
6136 * vcursor.el (vcursor-copy-line):
6137 * woman.el (woman-bold-headings, woman-ignore)
6138 (woman-default-faces, woman-monochrome-faces):
6139 * calendar/todo-mode.el (todo-insert-threshold):
6140 * emulation/pc-select.el (pc-select-selection-keys-only)
6141 (pc-selection-mode):
6142 * emulation/vip.el (vip-find-char-forward):
6143 * emulation/viper-cmd.el (viper-find-char-forward):
6144 * international/mule-cmds.el
6145 (select-safe-coding-system-accept-default-p)
6146 (input-method-exit-on-invalid-key):
6147 * international/mule-diag.el (describe-coding-system):
6148 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6149 * net/browse-url.el (browse-url-xterm-program):
6150 * obsolete/lazy-lock.el (lazy-lock-mode):
6151 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6152 (cperl-mode):
6153 * progmodes/cpp.el (cpp-face-light-name-list)
6154 (cpp-face-dark-name-list):
6155 * progmodes/delphi.el (delphi-newline-always-indents):
6156 Fix spellings in docstrings.
6157
6158 * ido.el (ido-mode, ido-file-extensions-order)
6159 (ido-default-file-method, ido-default-buffer-method)
6160 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6161 (ido-decorations, ido-read-file-name-as-directory-commands)
6162 (ido-read-file-name-non-ido, ido-work-directory-list)
6163 (ido-ignore-item-temp-list, ido-current-directory)
6164 (ido-magic-forward-char, ido-enter-find-file)
6165 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6166 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6167
6168 2005-06-10 Lute Kamstra <lute@gnu.org>
6169
6170 * play/dunnet.el (dun-mode): Use define-derived-mode.
6171 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6172 obsolete alias.
6173
6174 * play/doctor.el (doctor-mode-map): Remove defvar.
6175 (doctor-mode): Use define-derived-mode.
6176
6177 * mail/mspools.el (mspools-mode):
6178 * net/eudc-hotlist.el (eudc-hotlist-mode):
6179 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6180
6181 2005-06-10 Miles Bader <miles@gnu.org>
6182
6183 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6184 Remove "-face" suffix from face names.
6185 (flyspell-incorrect-face, flyspell-duplicate-face):
6186 New backward-compatibility aliases for renamed faces.
6187 (flyspell-mode-on, make-flyspell-overlay)
6188 (flyspell-highlight-incorrect-region)
6189 (flyspell-highlight-duplicate-region)
6190 (flyspell-display-next-corrections)
6191 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6192
6193 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6194 from face name.
6195 (texinfo-heading-face): New backward-compatibility alias for
6196 renamed face.
6197 (texinfo-heading-face): Use renamed texinfo-heading face.
6198
6199 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6200 suffix from face names.
6201 (tex-math-face, tex-verbatim-face):
6202 New backward-compatibility aliases for renamed faces.
6203 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6204 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6205 literal face name.
6206
6207 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6208 name.
6209 (table-cell-face): New backward-compatibility alias for renamed face.
6210 (table--put-cell-face-property, table--update-cell-face):
6211 Use renamed table-cell face.
6212
6213 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6214 from face name.
6215 (sgml-namespace-face): New backward-compatibility alias for
6216 renamed face.
6217 (sgml-namespace-face): Use renamed sgml-namespace face.
6218
6219 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6220 (org-level-4, org-level-5, org-level-6, org-level-7)
6221 (org-level-8, org-warning, org-headline-done)
6222 (org-deadline-announce, org-scheduled-today)
6223 (org-scheduled-previously, org-link, org-done, org-table)
6224 (org-time-grid): Remove "-face" suffix from face names.
6225 (org-level-1-face, org-level-2-face, org-level-3-face)
6226 (org-level-4-face, org-level-5-face, org-level-6-face)
6227 (org-level-7-face, org-level-8-face, org-warning-face)
6228 (org-headline-done-face, org-deadline-announce-face)
6229 (org-scheduled-today-face, org-scheduled-previously-face)
6230 (org-link-face, org-done-face, org-table-face)
6231 (org-time-grid-face):
6232 New backward-compatibility aliases for renamed faces.
6233 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6234 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6235 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6236 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6237
6238 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6239 (viper-minibuffer-emacs, viper-minibuffer-insert)
6240 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6241 (viper-search-face, viper-replace-overlay-face)
6242 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6243 (viper-minibuffer-vi-face):
6244 New backward-compatibility aliases for renamed faces.
6245 (viper-search-face, viper-replace-overlay-face)
6246 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6247 (viper-minibuffer-vi-face): Use renamed viper faces.
6248
6249 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6250 Remove "-face" suffix from face names.
6251 (testcover-nohits-face, testcover-1value-face):
6252 New backward-compatibility aliases for renamed faces.
6253 (testcover-mark): Use renamed testcover faces.
6254
6255 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6256 face name.
6257 (diary-button-face): New backward-compatibility alias for renamed face.
6258 (diary-entry): Use renamed diary-button face.
6259
6260 * calendar/calendar.el (diary, calendar-today, holiday)
6261 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6262 (diary-face, calendar-today-face, holiday-face):
6263 New backward-compatibility aliases for renamed faces.
6264 (eval-after-load "facemenu", diary-entry-marker)
6265 (calendar-today-marker, calendar-holiday-marker, diary-face):
6266 Use renamed calendar faces.
6267
6268 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6269 (compare-windows-face): New backward-compatibility alias for
6270 renamed face.
6271 (compare-windows-highlight): Use renamed compare-windows face.
6272
6273 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6274 (strokes-char-face): New backward-compatibility alias for renamed face.
6275 (strokes-encode-buffer): Use renamed strokes-char face.
6276
6277 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6278 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6279 Remove "-face" suffix from face names.
6280 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6281 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6282 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6283 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6284 Use renamed pcvs faces.
6285 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6286 * pcvs-defs.el (cvs-mode-map): Likewise.
6287 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6288
6289 * info.el (info-title-1, info-title-2, info-title-3)
6290 (info-title-4): Remove "-face" suffix from and downcase face names.
6291 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6292 (Info-title-4-face):
6293 New backward-compatibility aliases for renamed faces.
6294 (Info-fontify-node): Use renamed info faces.
6295
6296 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6297 Remove "-face" suffix from face names.
6298 (highlight-changes-face, highlight-changes-delete-face):
6299 New backward-compatibility aliases for renamed faces.
6300 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6301 (hilit-chg-make-list): Use renamed highlight-changes faces.
6302
6303 * generic-x.el (show-tabs-tab, show-tabs-space):
6304 Remove "-face" suffix from face names.
6305 (show-tabs-tab-face, show-tabs-space-face):
6306 New backward-compatibility aliases for renamed faces.
6307 (show-tabs-generic-mode-font-lock-defaults-1)
6308 (show-tabs-generic-mode-font-lock-defaults-2):
6309 Use renamed show-tabs faces.
6310
6311 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6312 (smerge-markers): Remove "-face" suffix from face names.
6313 (smerge-mine-face, smerge-other-face, smerge-base-face)
6314 (smerge-markers-face):
6315 New backward-compatibility aliases for renamed faces.
6316 (smerge-mine-face, smerge-other-face, smerge-base-face)
6317 (smerge-markers-face): Use renamed smerge faces.
6318
6319 * log-view.el (log-view-file, log-view-message): Remove "-face"
6320 suffix from face names.
6321 (log-view-file-face, log-view-message-face):
6322 New backward-compatibility aliases for renamed faces.
6323 (log-view-file-face, log-view-message-face): Use renamed log-view
6324 faces.
6325
6326 * paren.el (show-paren-match, show-paren-mismatch):
6327 Remove "-face" suffix from face names.
6328 (show-paren-match-face, show-paren-mismatch-face):
6329 New backward-compatibility aliases for renamed faces.
6330 (show-paren-function): Use renamed show-paren faces.
6331
6332 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6333 (ruler-mode-margins, ruler-mode-fringes)
6334 (ruler-mode-column-number, ruler-mode-fill-column)
6335 (ruler-mode-comment-column, ruler-mode-goal-column)
6336 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6337 suffix from face names.
6338 (ruler-mode-default-face, ruler-mode-pad-face)
6339 (ruler-mode-margins-face, ruler-mode-fringes-face)
6340 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6341 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6342 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6343 New backward-compatibility aliases for renamed faces.
6344 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6345 (ruler-mode-column-number, ruler-mode-fill-column)
6346 (ruler-mode-comment-column, ruler-mode-goal-column)
6347 (ruler-mode-tab-stop, ruler-mode-current-column)
6348 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6349 faces.
6350
6351 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6352 face name.
6353 (whitespace-highlight-the-space): Use renamed face.
6354 (whitespace-highlight-face): New backward-compatibility alias for
6355 renamed face.
6356
6357 * woman.el (woman-italic, woman-bold, woman-unknown)
6358 (woman-addition, woman-symbol-face):
6359 Remove "-face" suffix from face names.
6360 (woman-italic-face, woman-bold-face, woman-unknown-face)
6361 (woman-addition-face):
6362 New backward-compatibility aliases for renamed faces.
6363 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6364 (woman-decode-region, woman-replace-match)
6365 (woman-display-extended-fonts, woman-special-characters)
6366 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6367 Use renamed woman faces.
6368
6369 * longlines.el (longlines-visible-face): Face removed.
6370
6371 * diff-mode.el (diff-header, diff-file-header, diff-index)
6372 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6373 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6374 suffix from face names.
6375 (diff-header-face, diff-file-header-face, diff-index-face)
6376 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6377 (diff-changed-face, diff-function-face, diff-context-face)
6378 (diff-nonexistent-face): New backward-compatibility aliases for
6379 renamed faces.
6380 (diff-header-face, diff-file-header-face)
6381 (diff-index, diff-index-face, diff-hunk-header)
6382 (diff-hunk-header-face, diff-removed, diff-removed-face)
6383 (diff-added, diff-added-face, diff-changed-face, diff-function)
6384 (diff-function-face, diff-context-face, diff-nonexistent)
6385 (diff-nonexistent-face): Use renamed diff-mode faces.
6386
6387 * progmodes/compile.el (compilation-warning-face)
6388 (compilation-info-face): Remove "-face" suffix from face names.
6389 (compilation-warning-face, compilation-info-face):
6390 New backward-compatibility aliases for renamed faces.
6391 (compilation-warning-face, compilation-info-face):
6392 Use renamed compilation faces.
6393
6394 * add-log.el (change-log-date, change-log-name)
6395 (change-log-email, change-log-file, change-log-list)
6396 (change-log-conditionals, change-log-function)
6397 (change-log-acknowledgement): Remove "-face" suffix from face names.
6398 (change-log-date-face, change-log-name-face)
6399 (change-log-email-face, change-log-file-face)
6400 (change-log-list-face, change-log-conditionals-face)
6401 (change-log-function-face, change-log-acknowledgement-face):
6402 New backward-compatibility aliases for renamed faces.
6403 (change-log-font-lock-keywords): Use renamed change-log faces.
6404
6405 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6406 (custom-set, custom-changed, custom-saved, custom-button)
6407 (custom-button-pressed, custom-documentation, custom-state)
6408 (custom-comment, custom-comment-tag, custom-variable-tag)
6409 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6410 (custom-group-tag): Remove "-face" suffix from face names.
6411 (custom-magic-alist, custom-magic-value-create)
6412 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6413 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6414 (custom-set-face, custom-changed-face, custom-saved-face)
6415 (custom-button-face, custom-button-pressed-face)
6416 (custom-documentation-face, custom-state-face)
6417 (custom-comment-face, custom-comment-tag-face)
6418 (custom-variable-tag-face, custom-variable-button-face)
6419 (custom-face-tag-face, custom-group-tag-face-1)
6420 (custom-group-tag-face):
6421 New backward-compatibility aliases for renamed faces.
6422
6423 * wid-edit.el (widget-documentation, widget-button)
6424 (widget-field, widget-single-line-field, widget-inactive)
6425 (widget-button-pressed): "-face" suffix removed from face names.
6426 (widget-documentation-face, widget-button-face)
6427 (widget-field-face, widget-single-line-field-face)
6428 (widget-inactive-face, widget-button-pressed-face):
6429 New backward-compatibility aliases for renamed faces.
6430 (widget-documentation-face, widget-button-face)
6431 (widget-button-pressed-face, widget-specify-field)
6432 (widget-specify-inactive): Use renamed widget faces.
6433
6434 2005-06-10 Kenichi Handa <handa@m17n.org>
6435
6436 * term/x-win.el (x-clipboard-yank): Remove condition-case
6437 wrapping.
6438
6439 2005-06-11 Kenichi Handa <handa@m17n.org>
6440
6441 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6442 date lines stricter.
6443
6444 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6445
6446 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6447 of x-get-selection.
6448
6449 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6450
6451 * comint.el (comint-mode, comint-snapshot-last-prompt):
6452 * frame.el (frame-current-scroll-bars):
6453 * term.el (term-mode, term-check-proc, term-input-sender)
6454 (term-simple-send, term-extract-string, term-word)
6455 (term-match-partial-filename):
6456 * window.el (window-current-scroll-bars):
6457 * emulation/cua-base.el (cua-normal-cursor-color)
6458 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6459 (cua-global-mark-cursor-color):
6460 * mail/undigest.el (rmail-forward-separator-regex):
6461 Fix typos in docstrings.
6462
6463 * comint.el (comint-check-proc, make-comint-in-buffer)
6464 (comint-source-default): Doc fixes.
6465
6466 * term.el (term-send-string): Improve argument/docstring consistency.
6467
6468 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6469
6470 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6471 call to `delete-region'.
6472 (comint-mode-hook): Do not enable Font Lock by default.
6473
6474 2005-06-09 Lute Kamstra <lute@gnu.org>
6475
6476 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6477 could be void.
6478
6479 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6482 (debug): Use it.
6483 (debugger-step-through, debugger-continue, debugger-jump)
6484 (debugger-return-value): Set it when needed.
6485 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6486 Use inhibit-read-only.
6487
6488 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6489
6490 * window.el (shrink-window-if-larger-than-buffer)
6491 (window-size-fixed): Fix typo in docstring.
6492
6493 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6494 thumbnails directory on loading.
6495 (thumbs-conversion-program): Use `eq' to check the system type,
6496 not `equal'.
6497 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6498 not "/tmp". Fix docstring.
6499 (thumbs-thumbsdir): New function to return the thumbnails
6500 directory, creating it if needed.
6501 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6502 (thumbs-temp-file): Delete variable and make it into a function.
6503 (thumbs-resize-image, thumbs-modify-image): Use it.
6504 (thumbs-kill-buffer): Simplify.
6505 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6506 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6507 docstrings.
6508
6509 2005-06-09 Kim F. Storm <storm@cua.dk>
6510
6511 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6512 set-match-data to free markers in match-data.
6513
6514 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6515 match-data to unchain markers in match-data.
6516
6517 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6520 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6521 unnecessary now.
6522
6523 2005-06-08 Richard M. Stallman <rms@gnu.org>
6524
6525 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6526 give the variable a doc string that doesn't say don't set it directly.
6527
6528 * textmodes/ispell.el (ispell-check-version):
6529 Use match-string-no-properties.
6530 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6531 (ispell-buffer-local-words): Likewise.
6532
6533 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6534 except on terminals with enough colors to really display it.
6535 (makefile-dependency-regex): Delete spurious `bb'.
6536
6537 * faces.el (escape-glyph): Use blue once again in last case.
6538 (no-break-space): Redefine so that it isn't invisible on a tty.
6539
6540 2005-06-08 Kim F. Storm <storm@cua.dk>
6541
6542 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6543 also when reading directory name.
6544
6545 2005-06-08 Lute Kamstra <lute@gnu.org>
6546
6547 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6548 (flyspell-mode-line-string): Remove autoload cookie.
6549 (flyspell-mode): Remove defvar.
6550
6551 2005-06-07 Lute Kamstra <lute@gnu.org>
6552
6553 * textmodes/org.el (org-run-mode-hooks): New function.
6554 (org-agenda-mode): Use it.
6555
6556 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6557
6558 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6559
6560 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6563
6564 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6565
6566 * font-lock.el (font-lock-add-keywords): Doc fix.
6567
6568 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6571 (tex-compile-default): In the absence of any history, use the order in
6572 tex-compile-alist to choose the preferred command.
6573 (tex-compile-commands): Reorder a bit.
6574
6575 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6576 (flyspell-incorrect-face, flyspell-duplicate-face):
6577 Use (X)Emacs-agnostic code.
6578 (flyspell-mode-map): Don't overwrite at each load. Remove code
6579 redundant with the subsequent add-minor-mode. Merge Emacs and
6580 XEmacs code.
6581 (flyspell-word): Minor simplification.
6582 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6583 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6584 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6585 Merge the corresponding Emacs code.
6586 (flyspell-correct-word, flyspell-xemacs-popup):
6587 Use flyspell-do-correct.
6588
6589 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6590 a dedicated window.
6591
6592 * international/latexenc.el (latexenc-find-file-coding-system):
6593 Undo part of last patch, to turn off a compiler warning.
6594
6595 2005-06-06 Juri Linkov <juri@jurta.org>
6596
6597 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6598 Rename `tmm-inactive-face' to `tmm-inactive'.
6599
6600 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6601
6602 * iswitchb.el: Rename faces.
6603
6604 2005-06-06 Kim F. Storm <storm@cua.dk>
6605
6606 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6607 (cua-global-mark): Remove -face suffix from face names.
6608
6609 * emulation/cua-gmrk.el (cua--init-global-mark):
6610 Remove cua-global-mark face setup.
6611
6612 2005-06-06 Richard M. Stallman <rms@gnu.org>
6613
6614 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6615 just like other allowed characters.
6616 (makefile-match-dependency): Exclude leading and training whitespace
6617 from the range of regexp subexp 1.
6618 (makefile-macroassign-regex): Don't try to match the body,
6619 just the name of the macro being defined.
6620
6621 * info.el (Info-read-node-name-2): New function.
6622 (Info-read-node-name-1): Use that.
6623 Add a completion-base-size-function property.
6624
6625 * simple.el (completion-setup-function): Look for
6626 completion-base-size-function property of minibuffer-completion-table.
6627
6628 * files.el (locate-file-completion): Doc fix.
6629
6630 * printing.el: Don't call pr-update-menus; user must do that.
6631
6632 * emacs-lisp/debug.el (debugger-window): New variable.
6633 (debug): Use debugger-window if it is set and still alive.
6634 Record debugger-window for next entry.
6635
6636 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6637
6638 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6639
6640 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6641 (hack-one-local-variable, hack-local-variables)
6642 (hack-local-variables-prop-line): Pass that arg.
6643
6644 2005-06-06 Kim F. Storm <storm@cua.dk>
6645
6646 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6647 (ido-indicator): Remove -face suffix from face names.
6648
6649 2005-06-06 Juri Linkov <juri@jurta.org>
6650
6651 * font-lock.el (font-lock-regexp-backslash)
6652 (font-lock-regexp-backslash-construct): New faces.
6653 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6654 after `('. Add `while-no-input' to control structures.
6655
6656 * faces.el (no-break-space, shadow): New faces.
6657 (escape-glyph): Use less loud colors pink2 and red4.
6658
6659 * diff-mode.el (diff-context-face)
6660 * dired.el (dired-ignored)
6661 * rfn-eshadow.el (file-name-shadow)
6662 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6663
6664 * info.el (Info-title-1-face): Use green instead of yellow because
6665 bold yellow is not readable on light backgrounds.
6666
6667 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6668 before selecting the desired mode to not spend time fontifying
6669 old contents.
6670
6671 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6674 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6675
6676 * ps-print.el (ps-default-fg, ps-default-bg):
6677 Fix typos in docstrings.
6678
6679 * isearchb.el (isearchb): Don't pass a spurious second argument to
6680 `iswitchb-completions'.
6681
6682 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6683
6684 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6685 to preserve point.
6686 (gdb-find-file-hook): Add doc string.
6687
6688 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6689 C dereferenced pointer expression.
6690 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6691
6692 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6693
6694 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6695 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6696 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6697 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6698 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6699 Make background transparent.
6700
6701 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6702
6703 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6704 (font-lock-remove-keywords): Doc fix.
6705 (font-lock-mode-major-mode): Compiler defvar.
6706 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6707
6708 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6709 (font-lock-mode): Update `font-lock-mode-major-mode'.
6710 (font-lock-set-defaults): Compiler defvar.
6711 (font-lock-default-function): Take `font-lock-mode-major-mode'
6712 into account.
6713
6714 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6715 keep track of which major mode it enabled the minor mode for.
6716 Use find-file-hook again. Update docstring.
6717
6718 * simple.el (eval-expression-print-level)
6719 (eval-expression-print-length, eval-expression-debug-on-error):
6720 Doc fixes.
6721
6722 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6723
6724 * iswitchb.el (iswitchb-single-match-face)
6725 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6726 (iswitchb-invalid-regexp-face): New faces.
6727 (iswitchb-completions): Use them.
6728 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6729 now marked as an obsolete alias.
6730 (iswitchb-read-buffer): Remove check for bound font variables.
6731 (iswitchb-invalid-regexp): New free variable.
6732 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6733 set iswitchb-invalid-regexp.
6734 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6735 invalid regexps.
6736 (iswitchb-completions): Add check for complete match when entering
6737 a regexp.
6738 (iswitchb-completions): Remove require-match argument.
6739 (iswitchb-exhibit): Fix caller.
6740 (iswitchb-common-match-inserted): New variable.
6741 (iswitchb-complete, iswitchb-completion-help): Use it.
6742
6743 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6744
6745 * url-http.el (url-http-chunked-encoding-after-change-function):
6746 Use `url-http-debug' instead of `message'.
6747
6748 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6749
6750 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6751 callback argument.
6752
6753 2005-06-04 Kim F. Storm <storm@cua.dk>
6754
6755 * simple.el (line-move): Only call sit-for when moving backwards.
6756
6757 * ido.el (ido-make-merged-file-list-1): New defun split from
6758 ido-make-merged-file-list.
6759 (ido-make-merged-file-list): Bind throw-on-input around call to
6760 ido-make-merged-file-list-1. Return input-pending-p if
6761 interrupted by more input available.
6762 (ido-read-internal): Handle input-pending-p return value from
6763 ido-make-merged-file-list.
6764
6765 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6766
6767 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6768 compatibility code.
6769
6770 * international/latexenc.el (latexenc-find-file-coding-system):
6771 Don't inherit the EOL part of the coding-system from the
6772 tex-main buffer. Fit within 80 columns.
6773
6774 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6775
6776 * tmm.el (tmm-inactive-face): New face.
6777 (tmm-remove-inactive-mouse-face): New function.
6778 (tmm-prompt, tmm-add-one-shortcut)
6779 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6780 but not selectable.
6781
6782 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * faces.el (face-equal): Improve argument/docstring consistency.
6785
6786 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6787
6788 * progmodes/make-mode.el (makefile-targets-face)
6789 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6790 (makefile-bsdmake-dependency-regex)
6791 (makefile-makepp-rule-action-regex)
6792 (makefile-bsdmake-rule-action-regex): New constants.
6793 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6794
6795 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6796 Allow (...) within `...' for makepp messages.
6797
6798 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6799
6800 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6801
6802 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6803 "." files are deleted from all file lists before comparison.
6804
6805 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6806 (viper-ESC-key): Made them customizable.
6807
6808 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6809
6810 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6811
6812 * autorevert.el (auto-revert-buffers): Use save-match-data.
6813
6814 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6817 menu items with a nil command binding.
6818
6819 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6820
6821 * emacs-lisp/cl-macs.el (defsetf):
6822 Improve argument/docstring consistency.
6823
6824 * faces.el (list-faces-display): Improve the formatting by
6825 computing the maximum length required for any face-name (reworked
6826 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6827 (internal-find-face): Remove redundant info in docstring.
6828
6829 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6830
6831 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6832 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6833 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6834 (gdb-assembler-custom): Improve regexps.
6835 (def-gdb-auto-update-handler): Use window point to preserve point.
6836
6837 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6840
6841 2005-05-31 Jay Belanger <belanger@truman.edu>
6842
6843 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6844 to calc-embedded.
6845 (calc-embedded-make-info): Have plain prefix argument select
6846 entire line.
6847
6848 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6849
6850 * faces.el (list-faces-display): Signal error if passed a regexp
6851 that matches no face name.
6852
6853 * simple.el (filter-buffer-substring): Fix typo in docstring.
6854
6855 2005-05-31 Richard M. Stallman <rms@gnu.org>
6856
6857 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6858 (vhdl-emacs-21): Doc fix.
6859 (vhdl-mode): Unconditionally set comment-padding.
6860 (vhdl-fixup-whitespace-region): Insert spaces only where
6861 there are none.
6862 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6863
6864 2005-05-30 John Wiegley <johnw@newartisans.com>
6865
6866 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6867 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6868 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6869 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6870 `string-to-number'.
6871
6872 2005-05-30 Jay Belanger <belanger@truman.edu>
6873
6874 * calc/calc.el (calc-bug-address): Fix docstring.
6875 (calc-window-hook, calc-trail-window-hook): New variables.
6876 (calc-trail-display): Restore use of calc-trail-window-hook.
6877 (calc): Restore use of calc-window-hook.
6878
6879 2005-05-31 Masatake YAMATO <jet@gyve.org>
6880
6881 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6882
6883 * help-fns.el (help-C-file-name): Add autoload mark for
6884 `find-function-noselect'.
6885
6886 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6889 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6890
6891 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6892
6893 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6894 included diary buffer if it was not already being visited.
6895 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6896
6897 * calendar/icalendar.el (top-level): Do not require 'appt.
6898
6899 * mail/supercite.el (sc-select-attribution): Only use a list
6900 element from sc-attrib-selection-list if it returns a string.
6901 Reported by Davide G. M. Salvetti <salve@debian.org>.
6902
6903 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6904
6905 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6906 includes a hash value to improve its uniqueness, and has a ".jpg"
6907 extension. Also, it is now a valid filename on all systems.
6908 (thumbs-make-thumb): Use `let', not `let*'.
6909 (thumbs-show-thumbs-list): Check for JPEG availability.
6910
6911 2005-05-30 Richard M. Stallman <rms@gnu.org>
6912
6913 * filesets.el (filesets-menu-ensure-use-cached):
6914 Prevent warning when emacs-version>= is undefined.
6915
6916 * printing.el (pr-interactive-n-up): Use string-to-number.
6917
6918 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6919
6920 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6921 Warn only when name to be defined is quoted.
6922
6923 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6924
6925 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6926 Make regexp more robust.
6927 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6928 Force regeneration of disassembly.
6929
6930 2005-05-29 Jay Belanger <belanger@truman.edu>
6931
6932 * calc/calc.el (calc-user-invocation): Check if
6933 calc-invocation-macro is non-nil.
6934
6935 2005-05-29 Juri Linkov <juri@jurta.org>
6936
6937 * add-log.el (change-log-font-lock-keywords):
6938 Add `+' to e-mail regexp to accept mail address with keywords.
6939
6940 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6941
6942 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6943
6944 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6945
6946 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6947
6948 2005-05-29 Richard M. Stallman <rms@gnu.org>
6949
6950 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6951 Undo the change that moves to end of the current word.
6952
6953 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6954
6955 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6956 Throw error when count <= 0 to ensure input is a number.
6957 (gdb-read-memory-custom): Pick up address from buffer.
6958 (gdb-memory-mode): Allow user to increment and decrement
6959 memory address from header line.
6960
6961 2005-05-29 Richard M. Stallman <rms@gnu.org>
6962
6963 * flyspell.el (flyspell-version): Function deleted.
6964 (flyspell-auto-correct-previous-hook): Doc fix.
6965
6966 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6967 Do nothing if memory is full.
6968
6969 * font-lock.el (font-lock-fontify-syntactically-region):
6970 Pass t for GREEDY to looking-back.
6971
6972 * saveplace.el (save-place-alist-to-file): Write the file
6973 using write-region.
6974
6975 * subr.el (looking-back): New argument GREEDY.
6976
6977 * progmodes/compile.el (compilation-start): Set the mode
6978 before inserting the initial text.
6979
6980 * progmodes/which-func.el (which-func-update-1): Turn the mode
6981 off in case of error by setting which-func-mode.
6982
6983 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6984
6985 * flyspell.el (flyspell-auto-correct-previous-word):
6986 Narrow down to what's on the screen, and recenter overlays
6987 at the end of the next word.
6988
6989 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6990
6991 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6992 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6993 (flyspell-abbrev-p): Default to nil.
6994 (flyspell-use-global-abbrev-table-p): Doc fix.
6995 (flyspell-large-region): Allow nil as value.
6996 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6997
6998 (mail-mode-flyspell-verify): More robust handling
6999 of `mail-header-separator'. More efficient signature detection.
7000 Allow for regexp metacharacters in message-header-separator.
7001 Adding `To' not to be checked in mail-mode-flyspell-verify.
7002
7003 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7004 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7005 Bind flyspell-auto-correct-binding.
7006 Bind C-. and C-, .
7007 (flyspell-mode-map): Likewise.
7008 (flyspell-mode): Doc fix.
7009 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7010 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7011 (flyspell-word-cache-result): New var, always local.
7012 (flyspell-check-pre-word-p): Doc fix.
7013 (flyspell-check-changed-word-p): Handle spc like newline.
7014 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7015 (flyspell-word-search-backward, flyspell-word-search-forward):
7016 New functions.
7017 (flyspell-word): Return t if nothing to check.
7018 When parsing TeX code, check for after } or \.
7019 Use flyspell-word-search-backward to find previous word.
7020 Return nil if duplicated word.
7021 For word already checked, return same value as last time.
7022 Set flyspell-word-cache-result after checking.
7023 Don't clobber the return value.
7024 (flyspell-get-word): Major rewrite.
7025 (flyspell-external-point-words): New locals pword, pcount.
7026 Fix size used in progress message.
7027 Find the proper corresponding word in flyspell-large-region-buffer.
7028 (flyspell-region): Check for flyspell-large-region = nil.
7029 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7030 (flyspell-auto-correct-word): Check that WORD is a cons.
7031 (flyspell-correct-word): Likewise.
7032
7033 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7034
7035 * progmodes/make-mode.el (makefile-rule-action-regex)
7036 (makefile-macroassign-regex, makefile-makepp-mode)
7037 (makefile-bsdmake-mode): Continuation lines may be empty.
7038 Reported by Joshua Varner.
7039 (makefile-makepp-font-lock-keywords): Add $(stem).
7040
7041 2005-05-28 Karl Berry <karl@gnu.org>
7042
7043 * textmodes/tex-mode.el: Now that tex-send-command calls
7044 shell-quote-argument (2005-03-31 change), remove all calls to
7045 shell-quote-argument; they all end up invoking tex-send-command.
7046 The double quoting loses on filenames with non-safe characters,
7047 such as "@". Reported by Frederik Fouvry.
7048
7049 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7050
7051 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7052 about preserving point.
7053
7054 2005-05-27 Jay Belanger <belanger@truman.edu>
7055
7056 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7057 Info-goto-node.
7058
7059 * calc/calc-embed.el (calc-embed-arg): New variable.
7060 (calc-do-embedded-activate, calc-embedded-activate-formula)
7061 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7062 variable by new variable.
7063 (calc-embedded-make-info): Replace undeclared variable by new
7064 variable. When selecting region with positive prefix
7065 argument, use end of previous line instead of beginning of line.
7066
7067 * calc/calc-aent.el (calc-arg-values): Declare it.
7068
7069 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7070 Declare them.
7071
7072 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7073
7074 * calc/calc.el (calc-alg-map): Declare it.
7075
7076 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7077
7078 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7079
7080 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7081 (gdb-registers-buffer, toggle-gdb-all-registers):
7082 Toggle display of floating point registers.
7083 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7084
7085 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7086 (toggle-gud-tooltip-dereference):
7087 Rename from gud-toggle-tooltip-dereference.
7088
7089 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7092
7093 2005-05-27 Jay Belanger <belanger@truman.edu>
7094
7095 * calc/calc-prog.el (calc-kbd-report): Remove.
7096 (calc-kbd-query): Rewrite.
7097
7098 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7099
7100 * image.el (image-library-alist): Move to image.c.
7101 (image-type-available-p): Doc fix.
7102
7103 2005-05-27 Lute Kamstra <lute@gnu.org>
7104
7105 * calc/calc.el (calc):
7106 * outline.el (outline-1, outline-2, outline-3, outline-4)
7107 (outline-5, outline-6, outline-7, outline-8):
7108 * textmodes/dns-mode.el (dns-mode):
7109 * textmodes/sgml-mode.el (sgml-namespace-face):
7110 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7111 (tex-verbatim-face, tex-use-reftex):
7112 * textmodes/texinfo.el (texinfo-heading-face):
7113 Specify customization group.
7114
7115 * longlines.el: Don't require easy-mmode.
7116 (longlines-visible-face): Specify customization group.
7117
7118 2005-05-27 Kenichi Handa <handa@m17n.org>
7119
7120 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7121 encoding table of windows-1251.
7122
7123 * international/ucs-tables.el (ucs-set-table-for-input):
7124 If translation-table-for-input of a coding system is a symbol, get
7125 its translation-table property.
7126
7127 * international/code-pages.el: Don't register a coding system into
7128 non-iso-charset-alist more than once.
7129 (cp-make-coding-system): Likewise.
7130
7131 2005-05-26 John Wiegley <johnw@newartisans.com>
7132
7133 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7134 `eshell-resume-eval' is wrapped in a list, it indicates that the
7135 command was run asynchronously. In that case, unwrap the value
7136 before checking the delimiter value.
7137
7138 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7139 character before a space at the end of a line is \, assume the space
7140 is part of the last argument rather than a final argument separator.
7141
7142 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7143 is in use, and the target is `t' or `nil' (which are the most common
7144 values), don't assume that the symbol target is a buffer.
7145
7146 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7147
7148 * calendar/calendar.el (calendar-mode-line-format):
7149 Use mode-line-highlight as mouse-face.
7150
7151 * time.el (display-time-string-forms, display-time-update):
7152 Use mode-line-highlight as mouse-face.
7153
7154 2005-05-26 Jay Belanger <belanger@truman.edu>
7155
7156 * calc/calc.el (calc-language-alist): Remove extra defvar.
7157
7158 2005-05-26 Lute Kamstra <lute@gnu.org>
7159
7160 * arc-mode.el (archive-mode):
7161 * bookmark.el (bookmark-read-annotation-mode)
7162 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7163 * bs.el (bs-mode):
7164 * calc/calc-yank.el (calc-edit-mode):
7165 * calc/calc.el (calc-mode, calc-trail-mode):
7166 * calculator.el (calculator-mode):
7167 * chistory.el (command-history-mode):
7168 * comint.el:
7169 * cus-edit.el (custom-mode):
7170 * descr-text.el (describe-text-mode):
7171 * ebuff-menu.el (Electric-buffer-menu-mode):
7172 * ediff-util.el (ediff-mode):
7173 * emacs-lisp/re-builder.el (reb-mode):
7174 * emulation/vi.el (vi-mode-setup):
7175 * emulation/ws-mode.el (wordstar-mode):
7176 * eshell/esh-mode.el (eshell-mode):
7177 * forms.el (forms-mode):
7178 * help-mode.el (help-mode):
7179 * hexl.el (hexl-mode):
7180 * ibuffer.el (ibuffer-mode):
7181 * ielm.el (inferior-emacs-lisp-mode):
7182 * info.el (Info-mode, Info-edit-mode):
7183 * international/swedish.el:
7184 * ledit.el (ledit-from-lisp-mode):
7185 * locate.el (locate-mode):
7186 * mail/rmail.el (rmail-mode):
7187 * mail/rmailedit.el (rmail-edit-mode):
7188 * mail/rmailsum.el (rmail-summary-mode):
7189 * mail/supercite.el (sc-electric-mode):
7190 * net/eudc.el (eudc-mode):
7191 * net/quickurl.el (quickurl-list-mode):
7192 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7193 * obsolete/ooutline.el (outline-mode):
7194 * obsolete/options.el (Edit-options-mode):
7195 * obsolete/rnews.el (news-mode):
7196 * obsolete/rnewspost.el (news-reply-mode):
7197 * play/5x5.el (5x5-mode):
7198 * play/decipher.el (decipher-mode, decipher-stats-mode):
7199 * play/gomoku.el (gomoku-mode):
7200 * play/snake.el (snake-mode):
7201 * play/solitaire.el (solitaire-mode):
7202 * play/tetris.el (tetris-mode):
7203 * progmodes/ada-mode.el (ada-mode):
7204 * progmodes/antlr-mode.el (antlr-mode):
7205 * progmodes/autoconf.el (autoconf-mode):
7206 * progmodes/dcl-mode.el (dcl-mode):
7207 * progmodes/delphi.el (delphi-mode):
7208 * progmodes/ebrowse.el (ebrowse-tree-mode)
7209 (ebrowse-electric-list-mode, ebrowse-member-mode)
7210 (ebrowse-electric-position-mode):
7211 * progmodes/f90.el (f90-mode):
7212 * progmodes/fortran.el (fortran-mode):
7213 * progmodes/icon.el (icon-mode):
7214 * progmodes/idlw-help.el (idlwave-help-mode):
7215 * progmodes/idlw-shell.el (idlwave-shell-mode):
7216 * progmodes/idlwave.el (idlwave-mode):
7217 * progmodes/inf-lisp.el (inferior-lisp-mode):
7218 * progmodes/m4-mode.el (m4-mode):
7219 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7220 * progmodes/modula2.el (modula-2-mode):
7221 * progmodes/octave-inf.el (inferior-octave-mode):
7222 * progmodes/octave-mod.el (octave-mode):
7223 * progmodes/pascal.el (pascal-mode):
7224 * progmodes/sh-script.el (sh-mode):
7225 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7226 * progmodes/vhdl-mode.el (vhdl-mode):
7227 * progmodes/xscheme.el (scheme-interaction-mode):
7228 * replace.el (occur-mode):
7229 * ses.el (ses-mode):
7230 * simple.el (completion-list-mode):
7231 * skeleton.el:
7232 * speedbar.el (speedbar-mode):
7233 * term.el (term-mode):
7234 * terminal.el (terminal-edit-mode):
7235 * textmodes/reftex-index.el (reftex-index-mode)
7236 (reftex-index-phrases-mode):
7237 * textmodes/reftex-sel.el (reftex-select-label-mode)
7238 (reftex-select-bib-mode):
7239 * textmodes/reftex-toc.el (reftex-toc-mode):
7240 * wdired.el (wdired-change-to-wdired-mode):
7241 * wid-browse.el (widget-browse-mode):
7242 Use run-mode-hooks.
7243
7244 * array.el (array-mode):
7245 * calendar/todo-mode.el (todo-mode):
7246 * man.el (Man-mode):
7247 * play/landmark.el (lm-mode):
7248 * play/mpuz.el (mpuz-mode):
7249 Use kill-all-local-variables and run-mode-hooks.
7250
7251 * subr.el (delay-mode-hooks): Specify indentation.
7252
7253 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7254
7255 * xml.el (xml-substitute-special): Don't die for undefined xml
7256 entities.
7257
7258 2005-05-26 Jay Belanger <belanger@truman.edu>
7259
7260 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7261 of nil.
7262
7263 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7264
7265 * progmodes/gdb-ui.el (gdb-frame-address):
7266 Rename from gdb-current-address.
7267 (gdb-previous-frame-address): Rename from gdb-previous-address.
7268 (gdb-selected-frame): Rename from gdb-current-frame.
7269 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7270 (gdb-frame-number): Rename from gdb-current-stack-level.
7271 (gdb-ann3): Match new mode-name for disassembly buffer.
7272 Extend initialization of variables.
7273 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7274 (gdb-memory-mode): Use mouse-face in header line.
7275 (gdb-assembler-buffer-name): Call it disassembly and give frame
7276 in mode line.
7277 (gdb-source-spec-regexp, gdb-assembler-custom)
7278 (gdb-invalidate-assembler, gdb-frame-handler):
7279 Make robust to leading zeroes in address format.
7280
7281 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7282
7283 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7284 define `org-mode'.
7285 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7286
7287 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * log-edit.el (log-edit-changelog-entries): Distinguish between
7290 filenames like xfns.c and fns.c.
7291
7292 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7293
7294 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7295 point after reverting.
7296 (Buffer-menu-make-sort-button): Handle the case where
7297 `Buffer-menu-use-header-line' is nil.
7298
7299 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7300
7301 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7302 New funcs. In minibuffer-local-completion-map bind `]', `/'
7303 and `:' to them.
7304
7305 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * startup.el (normal-top-level): Allow modification of load-path while
7308 we're iterating over it.
7309
7310 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7311
7312 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7313 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7314 (thumbs-resize-interactive, thumbs-insert-image)
7315 (thumbs-insert-thumb, thumbs-dired-show-marked)
7316 (thumbs-find-image-at-point, thumbs-delete-images)
7317 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7318 (thumbs-increment-image-size, thumbs-decrement-image-size):
7319 Fix typos in docstrings.
7320
7321 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7322
7323 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7324 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7325 (cperl-mode): Use them.
7326
7327 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7328
7329 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7330 Doc fixes.
7331
7332 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7333
7334 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7335 Bind C-d to gdb-inferior-io-eof.
7336
7337 * dired.el (dired-dnd-popup-notice): Use message-box.
7338
7339 2005-05-23 Masatake YAMATO <jet@gyve.org>
7340
7341 * bindings.el (mode-line-major-mode-keymap):
7342 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7343
7344 * faces.el (mode-line-highlight): New face.
7345
7346 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7347 as mouse-face.
7348
7349 * bindings.el (top-level, help-echo, mode-line-modified)
7350 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7351 as mouse-face.
7352
7353 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7354
7355 * progmodes/cc-engine.el (c-guess-basic-syntax):
7356 Remove spurious call to `zerop'.
7357
7358 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7359
7360 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7361
7362 CC Mode update to 5.30.10:
7363
7364 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7365 could go past the limit in decoration level 2, thereby causing
7366 errors during interactive fontification.
7367
7368 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7369 the file is evaluated interactively.
7370
7371 * cc-engine.el (c-guess-basic-syntax): Handle operator
7372 declarations somewhat better in C++.
7373
7374 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7375 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7376 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7377 (awk-mode): Use it.
7378 (make-local-hook): Suppress warning about obsoleteness.
7379
7380 * cc-engine.el, cc-align.el, cc-cmds.el
7381 (c-append-backslashes-forward, c-delete-backslashes-forward)
7382 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7383 Compensate for return value from `forward-line' when it has moved
7384 but not to a different line due to eob.
7385
7386 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7387 `objc-method-intro' and `objc-method-args-cont'.
7388
7389 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7390
7391 CC Mode update to 5.30.10:
7392
7393 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7394 in the copyright statement. Incidentally, change "along with GNU
7395 Emacs" to "along with this program" where it occurs.
7396
7397 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7398 so that it is interactive, hence can be found by M-x awk-mode
7399 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7400 <gmorris+emacs@ast.cam.ac.uk>.
7401
7402 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7403 Mode's regexps.
7404
7405 2005-05-23 Kevin Ryde <user42@zip.com.au>
7406
7407 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7408 c-parse-state, to avoid a lisp error (on bad code).
7409
7410 2005-05-23 Lute Kamstra <lute@gnu.org>
7411
7412 * subr.el (font-lock-defaults): Remove defvar as it's already
7413 defined in font-core.el.
7414
7415 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7416
7417 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7418
7419 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7420 more general and work when GDB variable "print pretty" is on,
7421 as with Emacs, for example.
7422
7423 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * font-core.el: Update comment.
7426
7427 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7428 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7429
7430 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7431
7432 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7433
7434 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7435 and `yank-handler' in the doc strings.
7436
7437 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7440
7441 2005-05-22 Richard M. Stallman <rms@gnu.org>
7442
7443 * help.el (describe-key): Move print-help-return-message call
7444 out of conditional.
7445
7446 * progmodes/etags.el (list-tags): Use with-no-warnings.
7447
7448 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7449 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7450 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7451
7452 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7453
7454 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7455 Add defvar.
7456
7457 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7458 Use defvar, not defconst.
7459
7460 * hexl.el (hexl-follow-line): Use with-no-warnings.
7461
7462 * emulation/tpu-extras.el: Use write-file-functions instead of
7463 write-file-hooks.
7464
7465 * dired.el (dired-font-lock-keywords): Fontify files with junk
7466 extensions even if marked by -F.
7467
7468 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7469
7470 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7471 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7472 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7473 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7474 (concatenate, list-length, get*, getf, cl-remprop):
7475 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7476 (etypecase, progv, lexical-let, lexical-let*)
7477 (multiple-value-bind, multiple-value-setq, shiftf):
7478 Improve argument/docstring consistency.
7479
7480 * subr.el (focus-frame, unfocus-frame):
7481 Revert deletion on 2005-05-01.
7482
7483 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7484
7485 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7486 doesn't exist.
7487
7488 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7489 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7490
7491 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7492
7493 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7494 already deleted variables: auto-fill-hook, blink-paren-hook,
7495 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7496 suspend-hooks, comment-indent-hook, meta-flag,
7497 before-change-function, after-change-function,
7498 font-lock-doc-string-face.
7499
7500 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7501
7502 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7503
7504 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7505
7506 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7507 rmail-dont-reply-to.
7508
7509 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7510
7511 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7512 literal blank when splitting new-header-values.
7513
7514 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7515
7516 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7517 string so that tmm doesn't create a completion entry for it.
7518
7519 * textmodes/table.el (table-disable-menu): Ditto.
7520
7521 2005-05-21 Richard M. Stallman <rms@gnu.org>
7522
7523 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7524
7525 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7526
7527 * net/rcompile.el (remote-compile): Use compilation-start.
7528
7529 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7530
7531 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7532
7533 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7534 Default to makefile-bsdmake-mode on BSD systems.
7535
7536 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7537 REGEXP may also be a search function now. The part of doc-string
7538 for describing the structure was 95% identical to that of
7539 `imenu--generic-function'. Unify it there.
7540
7541 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7542 Use function to find dependencies, because regexp alone is so complex,
7543 it easily goes into an endless loop.
7544 (makefile-makepp-mode): Also add submenu for Perl functions
7545 defined in the makefile.
7546 (makefile-bsdmake-mode): Special imenu-generic-expression no
7547 longer needed, due to function call.
7548 (makefile-match-dependency): Take BOUND into account when checking
7549 if we're through.
7550
7551 2005-05-20 Jay Belanger <belanger@truman.edu>
7552
7553 * calc/calc-units.el (calc-invalidate-units-table):
7554 Use inhibit-read-only.
7555 (math-build-units-table-buffer): Use view-mode.
7556
7557 2005-05-20 David Kastrup <dak@gnu.org>
7558
7559 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7560 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7561
7562 2005-05-20 Lute Kamstra <lute@gnu.org>
7563
7564 * diff-mode.el (diff-header-face, diff-file-header-face)
7565 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7566 (diff-added-face, diff-changed-face, diff-function-face)
7567 (diff-context-face, diff-nonexistent-face): Put them in the
7568 diff-mode customization group.
7569
7570 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7573
7574 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7575
7576 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7577 Minor regexp-optimization.
7578
7579 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7580
7581 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7582 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7583 (org-agenda-add-time-grid-maybe): New function.
7584 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7585 (org-table-create): `dotimes' instead of `mapcar'.
7586 (org-xor): Simplify implementation.
7587 (org-agenda): `inhibit-redisplay' turned on.
7588 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7589 a consistent line after a state change.
7590 (org-agenda-remove-times-when-in-prefix): New option.
7591 (org-prefix-has-time): New variable.
7592 (org-parse-time-string): Optional argument NODEFAULT.
7593 (org-format-agenda-item): Parse items for time-of-day
7594 specifications and move these into the prefix if possible.
7595 (org-agenda-priority): Get current heading, not previous heading
7596 during agenda remote editing.
7597
7598 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7599
7600 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7601 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7602 (remove-duplicates, delete-duplicates, substitute)
7603 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7604 (nsubstitute-if-not, find, find-if, find-if-not, position)
7605 (position-if, position-if-not, count, count-if, count-if-not)
7606 (mismatch, search, sort*, stable-sort, merge, member*)
7607 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7608 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7609 (intersection, nintersection, set-difference, nset-difference)
7610 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7611 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7612 (nsublis, tree-equal): Improve argument/docstring consistency.
7613
7614 * subr.el (send-string, send-region):
7615 Remove obsolescence declaration.
7616 (window-dot, set-window-dot, read-input, show-buffer)
7617 (eval-current-buffer, string-to-int):
7618 Add release number to obsolescence declarations.
7619
7620 2005-05-19 Kim F. Storm <storm@cua.dk>
7621
7622 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7623 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7624
7625 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7626
7627 * faces.el (list-faces-display): Make back button respect optional
7628 regexp arg.
7629
7630 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7631
7632 * calculator.el (calculator-radix-grouping-mode)
7633 (calculator-radix-grouping-digits, calculator-displayer)
7634 (calculator-radix-grouping-separator, calculator-copy-displayer):
7635 * dabbrev.el (dabbrev-search-these-buffers-only):
7636 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7637 (diff-advance-after-apply-hunk, diff-mode-hook)
7638 (diff-minor-mode-prefix):
7639 * imenu.el (imenu-use-popup-menu):
7640 * jit-lock.el (jit-lock-context-time):
7641 * newcomment.el (comment-fill-column, comment-column)
7642 (comment-style, comment-padding, comment-multi-line)
7643 (comment-empty-lines, comment-auto-fill-only-comments):
7644 * reveal.el (reveal-around-mark):
7645 * uniquify.el (uniquify-buffer-name-style)
7646 (uniquify-after-kill-buffer-p)
7647 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7648 (uniquify-min-dir-content, uniquify-separator)
7649 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7650 * w32-vars.el (w32-fixed-font-alist):
7651 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7652 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7653 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7654 * progmodes/perl-mode.el (perl-indent-level)
7655 (perl-continued-statement-offset, perl-continued-brace-offset)
7656 (perl-brace-offset, perl-brace-imaginary-offset)
7657 (perl-label-offset, perl-indent-continued-arguments)
7658 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7659 * progmodes/tcl.el (tcl-indent-level)
7660 (tcl-continued-indent-level, tcl-auto-newline)
7661 (tcl-tab-always-indent, tcl-electric-hash-style)
7662 (tcl-help-directory-list, tcl-use-smart-word-finder)
7663 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7664 (inferior-tcl-source-command):
7665 * textmodes/fill.el (enable-kinsoku):
7666 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7667 * textmodes/table.el (table-yank-handler):
7668 Specify missing group (and type, if simple) in defcustom.
7669
7670 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7671
7672 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7673
7674 2005-05-19 Richard M. Stallman <rms@gnu.org>
7675
7676 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7677
7678 * subr.el (event-basic-type): Don't get an error.
7679 (left-fringe-p): Function deleted.
7680
7681 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7682 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7683
7684 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7685 in recursive copy.
7686
7687 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7688
7689 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7690
7691 * emacs-lisp/bytecomp.el
7692 (byte-compile-file-form-custom-declare-variable): Call
7693 byte-compile-nogroup-warn if appropriate.
7694
7695 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7696 (compilation-set-window): Don't call left-fringe-p; do it directly.
7697
7698 2005-05-19 Jay Belanger <belanger@truman.edu>
7699
7700 * calc/calc-graph.el (calc-graph-format-data): Make sure
7701 var-PlotRejects is bound before trying to check its value.
7702
7703 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7704
7705 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7706 definition of this variable from reftex-global.el to reftex.el,
7707 because it is needed in the menu.
7708
7709 2005-05-19 Lute Kamstra <lute@gnu.org>
7710
7711 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7712 years are fixed. Don't insert a space after a dash.
7713
7714 2005-05-19 Kim F. Storm <storm@cua.dk>
7715
7716 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7717
7718 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7719
7720 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7721 strings, because (eq ... ?\\) is fairly frequent.
7722
7723 * progmodes/make-mode.el (makefile-add-this-line-targets):
7724 Simplify and integrate into `makefile-pickup-targets'.
7725 (makefile-add-this-line-macro): Simplify and integrate into
7726 `makefile-pickup-macros.
7727 (makefile-pickup-filenames-as-targets): Simplify.
7728 (makefile-previous-dependency, makefile-match-dependency):
7729 Don't stumble over `::'.
7730
7731 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7732
7733 * subr.el (post-command-idle-hook, post-command-idle-delay):
7734 Remove obsoletion of post-command-idle-hook and
7735 post-command-idle-delay.
7736
7737 * faces.el (list-faces-display): Provide button when describe-face
7738 is called to take user back to the list of faces.
7739
7740 * help-fns.el (describe-variable): Remove hyperlinks in a
7741 variable's value as these are quite frequently inappropriate.
7742
7743 * follow.el (follow-submit-feedback, follow-mode):
7744 Remove references to post-command-idle-hook.
7745
7746 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7747
7748 * progmodes/make-mode.el (makefile-previous-dependency)
7749 (makefile-match-dependency): Check for := (and in bsd mode also
7750 !=) to give a better result, even when font-lock is not on.
7751
7752 2005-05-18 Jay Belanger <belanger@truman.edu>
7753
7754 * calc/calc-help.el (calc-s-prefix-help):
7755 Add `calc-copy-special-constant' to help string.
7756
7757 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7760
7761 2005-05-18 Jay Belanger <belanger@truman.edu>
7762
7763 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7764 in linear factors are in proper order.
7765
7766 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7767
7768 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7769 Support for jurabib.
7770
7771 * textmodes/reftex.el (featurep): Define aliases for overlay
7772 commands, for XEmacs compatibility, and use these aliases in
7773 overlay initializations.
7774 (reftex-highlight): Use `reftex-move-overlay'.
7775 (reftex-unhighlight): Use `reftex-delete-overlay'.
7776 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7777 (reftex-access-search-path): Use `reftex-uniquify' instead of
7778 `reftex-uniq'
7779
7780 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7781 `before-string' property modification enables for Emacs as well.
7782 (reftex-select-item): Use `reftex-delete-overlay'.
7783 (reftex-select-mark): Use `reftex-make-overlay' and
7784 `reftex-overlay-put'.
7785 (reftex-select-unmark): Use `reftex-delete-overlay' and
7786 `reftex-overlay-put'.
7787
7788 2005-05-18 Lute Kamstra <lute@gnu.org>
7789
7790 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7791
7792 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * add-log.el (add-change-log-entry):
7795 * array.el (array-make-template, array-reconfigure-rows)
7796 (array-init-max-row, array-init-max-column)
7797 (array-init-columns-per-line, array-init-field-width):
7798 * replace.el (replace-match-maybe-edit, perform-replace):
7799 * textmodes/spell.el (spell-region):
7800 Replace `read-input' by `read-string'.
7801
7802 * forms.el (forms-mode):
7803 * finder.el (finder-compile-keywords):
7804 * shadowfile.el (shadow-read-files):
7805 Replace `eval-current-buffer' by `eval-buffer'.
7806
7807 * terminal.el (te-pass-through):
7808 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7809 (ange-ftp-raw-send-cmd):
7810 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7811 (send-process-next-char, telnet-initial-filter, telnet):
7812 Replace `send-string' by `process-send-string'.
7813
7814 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7815 (prolog-consult-region): Replace `send-string' by
7816 `process-send-string'; replace `send-region' by `process-send-region'.
7817
7818 * progmodes/delphi.el (delphi-log-msg):
7819 Replace `set-window-dot' by `set-window-point'.
7820
7821 * subr.el (window-dot, set-window-dot, read-input, send-string)
7822 (send-region, show-buffer, eval-current-buffer):
7823 Make really obsolete, as the comment says.
7824
7825 2005-05-17 Kim F. Storm <storm@cua.dk>
7826
7827 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7828 (cua--init-keymaps): Bind C-return instead of S-return to set
7829 rectangle mark.
7830
7831 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7832 instead of S-return to toggle/clear rectangle mark.
7833
7834 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7835
7836 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7837 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7838 Also fontify plain strings assigned to variables, mostly so that a
7839 colon has a face and is thus not taken as a dependency separator.
7840 (makefile-previous-dependency): Inline the new matcher, because it
7841 is too complex to work in both directions.
7842 (makefile-match-dependency): Eliminate `backward' arg (see above).
7843 Completely reimplemented so as to not sometimes go into an endless
7844 loop. It should also be more efficient, because first it only
7845 searches for `:', instead of applying the very complex regexp.
7846 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7847 to be fontified in one piece can be too long for JIT.
7848 Makefiles are never *that* big.
7849
7850 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7851
7852 * dired.el (dired-mode): Simplify.
7853
7854 2005-05-17 Lute Kamstra <lute@gnu.org>
7855
7856 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7857 defcustom for the mode hook variable.
7858
7859 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7860 Emacs Lisp Reference Manual.
7861
7862 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7863
7864 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7865 (evenp, list*):
7866 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7867 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7868
7869 * net/tramp-smb.el (tramp-smb-open-connection):
7870 Pass `tramp-chunksize' as fifth (required) argument.
7871
7872 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7873
7874 * font-lock.el (lisp-font-lock-keywords-1):
7875 Set `font-lock-negation-char-face' for [^...] char group.
7876 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7877
7878 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7879 a var, and refine it to mask one more level of nested vars.
7880 (makefile-rule-action-regex): Turn it into a var, and refine it so
7881 it recognizes backslashed continuation lines as belonging to the
7882 same command.
7883 (makefile-macroassign-regex): Refine it so it recognizes
7884 backslashed continuation lines as belonging to the same command.
7885 (makefile-var-use-regex): Don't look at the next char, because it
7886 might be the same one to be skipped by the initial [^$], leading
7887 to an overlooked variable use.
7888 (makefile-make-font-lock-keywords): Remove two parameters, which
7889 are now variables that some of the modes set locally.
7890 Handle dependency and rule action matching through functions, because
7891 regexps alone match too often. Dependency matching now comes
7892 last, so it can check, whether a colon already matched something else.
7893 (makefile-mode): Inform that font-lock improves makefile parsing
7894 capabilities.
7895 (makefile-match-dependency, makefile-match-action): New functions.
7896
7897 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7898
7899 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7900
7901 * align.el (align-regexp):
7902 * ansi-color.el (ansi-color-get-face):
7903 * array.el (array-reconfigure-rows, array-init-max-row)
7904 (array-init-max-column, array-init-columns-per-line)
7905 (array-init-field-width):
7906 * dired-aux.el (dired-trample-file-versions):
7907 * dired-x.el (dired-mark-sexp):
7908 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7909 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7910 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7911 * faces.el (face-read-integer):
7912 * files.el (backup-extract-version, insert-directory):
7913 * hexl.el (hexl-insert-decimal-char):
7914 * server.el (server-process-filter):
7915 * shell.el (shell-extract-num):
7916 * startup.el (command-line-1):
7917 * term.el (term-command-hook):
7918 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7919 (time-stamp-do-number):
7920 * time.el (display-time-update):
7921 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7922 (timezone-fix-time):
7923 * vms-patch.el (vms-suspend-resume-hook):
7924 * calendar/appt.el (appt-convert-time):
7925 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7926 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7927 * calendar/cal-islam.el (mark-islamic-diary-entries):
7928 * calendar/calendar.el (calendar-cursor-to-date)
7929 (calendar-star-date):
7930 * calendar/diary-lib.el (diary-attrtype-convert)
7931 (mark-diary-entries, diary-entry-time):
7932 * calendar/solar.el (solar-get-number):
7933 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7934 * emacs-lisp/re-builder.el (reb-display-subexp):
7935 * emulation/edt.el (edt-set-scroll-margins):
7936 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7937 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7938 (vip-get-ex-count):
7939 * emulation/viper-ex.el (viper-get-ex-token)
7940 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7941 * international/fontset.el (fontset-plain-name):
7942 * mail/feedmail.el (feedmail-look-at-queue-directory):
7943 * mail/mailalias.el (mail-get-names):
7944 * mail/rmail.el (rmail-convert-to-babyl-format):
7945 * mail/rmailsum.el (rmail-make-basic-summary-line)
7946 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7947 (rmail-summary-goto-msg):
7948 * mail/smtpmail.el (smtpmail-read-response):
7949 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7950 (ange-ftp-vms-add-file-entry):
7951 * play/gametree.el (gametree-looking-at-ply)
7952 (gametree-current-branch-score):
7953 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7954 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7955 * progmodes/cperl-mode.el (condition-case):
7956 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7957 (ebrowse-set-member-buffer-column-width)
7958 (ebrowse-select-1st-to-9nth):
7959 * progmodes/etags.el (etags-snarf-tag):
7960 * progmodes/flymake.el (flymake-parse-line):
7961 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7962 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7963 (idlwave-shell-menu-def):
7964 * progmodes/ps-mode.el (ps-run-goto-error):
7965 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7966 (vhdl-speedbar-contract-level):
7967 * term/mac-win.el (x-handle-numeric-switch):
7968 * term/sun-mouse.el (sun-get-frame-data):
7969 * term/w32-win.el (x-handle-numeric-switch):
7970 * term/x-win.el (x-handle-numeric-switch):
7971 * textmodes/ispell.el (ispell-parse-output):
7972 * textmodes/nroff-mode.el (nroff-outline-level):
7973 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7974 (reftex-bib-sort-year-reverse, reftex-format-citation):
7975 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7976 (reftex-section-number):
7977 * textmodes/texinfmt.el (texinfo-paragraphindent):
7978 Replace `string-to-int' by `string-to-number'.
7979
7980 * international/latexenc.el: Add page marker to force the "Local
7981 Variables:" string out of the last page.
7982
7983 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7984
7985 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7986 tooltip-change-major-mode.
7987 (gud-tooltip-print-command): Remove case where gud-minor-mode
7988 is gdb ("--fullname").
7989 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7990 explain to user.
7991
7992 2005-05-16 Jay Belanger <belanger@truman.edu>
7993
7994 * calc/calc-store.el (calc-copy-special-constant): New function.
7995
7996 * calc/calc-ext.el (calc-init-extensions): Add binding for
7997 `calc-copy-special-constant'.
7998
7999 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8000 for the `calc-copy-special-constant' command.
8001
8002 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8003
8004 * subr.el (left-fringe-p): New function.
8005
8006 * progmodes/compile.el (compilation-setup): Set local value of
8007 overlay-arrow-string to "" always.
8008 (compilation-set-window): Left fringe then don't scroll.
8009 No left fringe then no arrow and scroll message to top.
8010 (compilation-context-lines): Adjust doc string accordingly.
8011
8012 2005-05-16 Kim F. Storm <storm@cua.dk>
8013
8014 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8015 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8016 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8017 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8018 (ido-read-file-name): Handle commands with ido property value
8019 equal to find-file as reading a file name, to allow C-d to enter dired.
8020 (ibuffer-find-file): Add ido property with value find-file.
8021
8022 2005-05-15 Kim F. Storm <storm@cua.dk>
8023
8024 * subr.el (open-network-stream-nowait): Remove.
8025 (open-network-stream-server): Remove.
8026
8027 2005-05-15 Richard M. Stallman <rms@gnu.org>
8028
8029 * faces.el (describe-face): Output a definition link button.
8030
8031 * help-mode.el (help-face-def): New button type.
8032
8033 * emacs-lisp/copyright.el (copyright-fix-years):
8034 Match properly if the first year is 2-digit.
8035 Don't mess up the whitespace after the years by filling.
8036
8037 * dired-aux.el (dired-mark-confirm):
8038 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8039
8040 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8041 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8042 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8043
8044 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8045 Set font-lock-comment-start-skip.
8046
8047 * font-lock.el (font-lock-comment-start-skip): New variable.
8048 (font-lock-comment-end-skip): New variable.
8049 (font-lock-fontify-syntactically-region): Use them if non-nil.
8050
8051 2005-05-15 Jay Belanger <belanger@truman.edu>
8052
8053 * calc/calc-store.el (calc-store-value): Return a string rather
8054 than display it as a message.
8055 Use calc-var-name for variable name.
8056 (calc-store-into): Add the result of calc-store-value to message.
8057 (calc-copy-variable): Add a message.
8058 (calc-store-exchange): Improve error messages.
8059 (calc-store-binary, calc-store-map): Don't reset the values of
8060 special constants.
8061
8062 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8063
8064 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8065 manual to docstring.
8066
8067 * files.el (hack-local-variables-confirm): Add STRING argument.
8068 Make the function handle non file visiting buffers correctly.
8069 (hack-local-variables-prop-line, hack-local-variables)
8070 (hack-one-local-variable): Use STRING arg of
8071 `hack-local-variables-confirm'.
8072
8073 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8074
8075 Sync with Tramp 2.0.49.
8076
8077 * net/tramp.el (tramp-handle-dired-call-process)
8078 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8079 because the contents of the Tramp buffer is changed before
8080 insertion (`expand-file' and alike).
8081 (tramp-handle-insert-directory): If `localname' has an empty
8082 nondirectory name, it must not be quoted.
8083 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8084 variable `tramp-chunksize'. Change callees.
8085 (tramp-open-connection-setup-interactive-shell): Check remote host
8086 for buggy `send-process-string' implementation.
8087 Set `tramp-chunksize' if found. Reported by Michael Kifer
8088 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8089 (tramp-handle-shell-command): `insert-buffer' cannot be used
8090 because the contents of the Tramp buffer is changed before
8091 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8092 <frederic.bothamy@free.fr>.
8093 (tramp-set-auto-save): Actions should be done for Tramp file name
8094 handler only. Ange-FTP has its own auto-save mechanism.
8095 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8096 (tramp-set-auto-save-file-modes): Set file modes of
8097 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8098 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8099 (tramp-bug): Remove obsolete variable.
8100 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8101 for presence of `mml-mode'. Make it running for older Emacsen as well.
8102
8103 2005-05-14 John Paul Wallington <jpw@pobox.com>
8104
8105 * ibuf-ext.el (define-ibuffer-filter filename):
8106 If `dired-directory' is a list, use its car.
8107
8108 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8109
8110 * ibuffer.el (define-ibuffer-column filename):
8111 If `dired-directory' is a list, use its car.
8112
8113 2005-05-14 Richard M. Stallman <rms@gnu.org>
8114
8115 * subr.el (symbol-file): Doc fix.
8116
8117 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8118 (byte-compile-form): Call byte-compile-nogroup-warn.
8119 (byte-compile-warning-types): Doc fix.
8120
8121 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8122
8123 * progmodes/cc-engine.el (c-literal-faces):
8124 Add font-lock-comment-delimiter-face.
8125
8126 * net/net-utils.el (dig): Use with-no-warnings.
8127
8128 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8129 (sc-recite-frame-alist, sc-default-cite-frame)
8130 (sc-default-uncite-frame, sc-default-recite-frame)
8131 (sc-attrib-selection-list, sc-rewrite-header-list):
8132 Mark as risky-local-variable.
8133
8134 * international/ogonek.el (ogonek-jak, ogonek-how):
8135 Don't use beginning-of-buffer.
8136
8137 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8138
8139 * calendar/solar.el (solar-data-list): Move definition up.
8140
8141 * dnd.el (dnd-protocol-alist): Add autoload.
8142
8143 * progmodes/sh-script.el: Many doc usage fixes.
8144 (sh-indent-after-do): Change default to match common styles.
8145
8146 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8147
8148 * files.el (interpreter-mode-alist)
8149 (auto-mode-interpreter-regexp): Doc fixes.
8150
8151 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8152
8153 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8154
8155 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8156
8157 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8158
8159 * dired.el (dired-mode): make-variable-buffer-local =>
8160 make-local-variable.
8161
8162 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8163
8164 * term/mac-win.el (mac-select-convert-to-string): Try coding
8165 systems in mac-script-code-coding-systems if specified one cannot
8166 encode string for `com.apple.traditional-mac-plain-text'.
8167
8168 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8169
8170 * progmodes/make-mode.el (makefile-targets-face)
8171 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8172 (makefile-dependency-regex): Fix it to not make the colon in
8173 $(var:a=b) special.
8174 (makefile-rule-action-regex): New regexp for highlighting embedded
8175 Shell strings.
8176 (makefile-macroassign-regex): Handle != for highlighting as
8177 embedded Shell strings.
8178 (makefile-var-use-regex): New const.
8179 (makefile-statements, makefile-automake-statements)
8180 (makefile-gmake-statements, makefile-makepp-statements)
8181 (makefile-bsdmake-statements): New consts.
8182 (makefile-make-font-lock-keywords): New function.
8183 (makefile-automake-font-lock-keywords)
8184 (makefile-gmake-font-lock-keywords)
8185 (makefile-makepp-font-lock-keywords)
8186 (makefile-bsdmake-font-lock-keywords): New consts.
8187 (makefile-mode-map): Add switchers between the various submodes.
8188 (makefile-mode): Document the availability of the variants.
8189 (makefile-automake-mode, makefile-gmake-mode)
8190 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8191
8192 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8193 new variants of makefile-mode.
8194
8195 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8198 the inheritance.
8199
8200 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8201
8202 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8203 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8204
8205 * files.el (normal-mode): Extend the scope of the
8206 `enable-local-variables' binding to include the `set-auto-mode' call.
8207 (magic-mode-alist): Doc fix.
8208
8209 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8212 font-lock-comment-face rather than copying its setting.
8213
8214 2005-05-12 Andreas Schwab <schwab@suse.de>
8215
8216 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8217
8218 2005-05-12 Lute Kamstra <lute@gnu.org>
8219
8220 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8221 defcustom for the mode hook variable. Delete the last argument.
8222 * generic-x.el: Fix callers of define-generic-mode.
8223 (generic-x-modes): Delete group.
8224 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8225 generic-x customization group.
8226
8227 2005-05-12 Kim F. Storm <storm@cua.dk>
8228
8229 * font-lock.el (font-lock-negation-char-face): Default to "off".
8230
8231 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8232 font-lock-negation-char-face to ! in !=.
8233
8234 2005-05-12 Masatake YAMATO <jet@gyve.org>
8235
8236 * add-log.el (find-change-log): Fix typos in the docstring
8237 of function.
8238
8239 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8240
8241 * international/latexenc.el (latexenc-find-file-coding-system):
8242 Avoid `re-search-forward' when looking for input encoding because
8243 of speed and safety. Better regular expressions for recognizing
8244 input encoding. Limit a search for TeX-master/tex-main-file to
8245 the local variable section.
8246
8247 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8248
8249 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8250 syntax of $ to "'" (quote).
8251
8252 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8253
8254 * dnd.el (dnd-protocol-alist): Improve custom type.
8255
8256 * dired.el (dired-dnd-protocol-alist): New variable.
8257 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8258 `dired-mode-hook' to the end.
8259
8260 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8263 comment-end if comment-start-skip is not set.
8264 Obey the font-lock-comment-delimiter-face variables.
8265
8266 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * files.el (executable-find): Move from executable.el. Use
8269 locate-file.
8270 * progmodes/executable.el (executable-find): Move to files.el.
8271
8272 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8273 when trying to ensure forward progress.
8274
8275 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8276
8277 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8278 (mouse-select, mouse-select-internal, mouse-extend-internal):
8279 Use it to implement mouse-1-click-follows-link functionality.
8280
8281 2005-05-11 Richard M. Stallman <rms@gnu.org>
8282
8283 * font-lock.el (font-lock-fontify-syntactically-region):
8284 Use font-lock-comment-delimiter-face for comment delimiters.
8285
8286 2005-05-10 Jay Belanger <belanger@truman.edu>
8287
8288 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8289 preserving embedded modes.
8290
8291 2005-05-10 Richard M. Stallman <rms@gnu.org>
8292
8293 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8294
8295 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8296 Move from ada-stmt.el.
8297 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8298
8299 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8300 Move to ada-mode.el.
8301 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8302
8303 * cus-edit.el (custom-file): Call file-chase-links.
8304
8305 * files.el (read-directory-name): Fix previous change.
8306 (hack-local-variables-confirm): New function.
8307 (hack-local-variables-prop-line, hack-local-variables)
8308 (hack-one-local-variable): Use it.
8309
8310 2005-05-10 Lute Kamstra <lute@gnu.org>
8311
8312 * font-lock.el (font-lock-keywords-alist)
8313 (font-lock-removed-keywords-alist): Clarify docstrings.
8314
8315 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8316
8317 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8318 (gdb-source-info): Check for preprocessor info.
8319 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8320 a macro for a function.
8321 (gdb-info-breakpoints-custom): Try to find file again if not already
8322 found (user might have used GDB dir command).
8323 (gdb-get-location): Update gdb-location-alist correctly for change
8324 to gdb-info-breakpoints-custom.
8325
8326 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8327 (gud-tooltip-print-command): Add gdbmi case.
8328 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8329 preprocessor info.
8330
8331 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8332
8333 * startup.el (fancy-splash-insert): Fix typo in doc string.
8334
8335 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8336
8337 * obsolete/float.el (string-to-float):
8338 * obsolete/hilit19.el (hilit-add-pattern):
8339 * obsolete/rnews.el (news-parse-range, news-select-message)
8340 (news-get-pruned-list-of-files): Replace `string-to-int' by
8341 `string-to-number'.
8342
8343 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8344 `find-file-not-found-hooks'; use `add-hook'.
8345 (uncompress-while-visiting): Set `write-file-functions', not
8346 `write-file-hooks'; use `add-hook'.
8347
8348 2005-05-09 Kim F. Storm <storm@cua.dk>
8349
8350 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8351 (cua-paste): Handle clipboard action.
8352 (cua--init-keymaps): Remap clipboard-kill-region and
8353 clipboard-kill-ring-save.
8354
8355 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8356
8357 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8358 Improve commentary.
8359
8360 * simple.el (next-error-overlay-arrow-position): Revert the change
8361 made on 2005-04-30.
8362
8363 2005-05-07 Jay Belanger <belanger@truman.edu>
8364
8365 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8366 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8367 `calc-sel-reselect'.
8368
8369 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8370 Calc is in embedded mode.
8371
8372 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8373
8374 * progmodes/compile.el (compilation-setup):
8375 Set overlay-arrow-string to an empty string on text terminals.
8376
8377 * textmodes/ispell.el (ispell-program-name): Try looking for
8378 "aspell" along exec-path, and if found, use it as the default
8379 speller program.
8380
8381 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8382
8383 * international/mule.el (sgml-xml-auto-coding-function):
8384 Recognize encoding='FOO' in single quotes as well as in double quotes.
8385
8386 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8387
8388 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8389 as well as `interactive', so that defmacro* would recognize
8390 `declare' forms.
8391
8392 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8393
8394 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8395 Explain more about the LIGHTER arg's usage in the doc string.
8396 Add commentary to clarify what the code does. Fix the regexp that
8397 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8398 since it could have characters special to regular expressions.
8399
8400 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8401
8402 * replace.el (occur-1): Bind inhibit-read-only so that
8403 erase-buffer doesn't barf on read-only text properties (likewise
8404 for add-text-properties in occur-engine). Mark buffer as unmodified.
8405 (occur-engine): Don't set buffer-read-only here.
8406
8407 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8408
8409 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8410 list-buffers-directory. This caused the *cvs-commit* buffer to be
8411 sometimes mistakenly reused as a *cvs* buffer.
8412
8413 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8414
8415 * tooltip.el: Move code for GUD tooltips into gud.el.
8416 (require): CL no longer needed to compile case.
8417 (tooltip-mode): Do not toggle functions for GUD tooltips.
8418 (tooltip-gud-tips-p): Remove. Replace with minor mode
8419 gud-tooltip-mode in gud.el.
8420 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8421 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8422 tooltip-gud prefix with gud-tooltip and obsolete.
8423 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8424 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8425 (tooltip-mouse-motion): Mouse movement functions/variable.
8426 Rename in gud.el by adding gud prefix.
8427 (tooltip-gud-original-filter, tooltip-gud-dereference)
8428 (tooltip-gud-event, tooltip-toggle-gud-tips)
8429 (tooltip-gud-process-output, tooltip-gud-print-command)
8430 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8431 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8432 (gdb-tooltip-print): Move to gdb-ui.el.
8433
8434 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8435 (require): CL needed to compile case.
8436 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8437 tooltip-gud-tips-p. Make it a minor-mode.
8438 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8439 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8440 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8441 (gud-tooltip-change-major-mode)
8442 (gud-tooltip-activate-mouse-motions-if-enabled)
8443 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8444 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8445 (gud-tooltip-original-filter, gud-tooltip-dereference)
8446 (gud-tooltip-event, tooltip-toggle-gud-tips)
8447 (gud-tooltip-process-output, gud-tooltip-print-command)
8448 (gud-tooltip-tips): Move from tooltip.el.
8449
8450 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8451 (gdb-cpp-define-alist-flags): Doc fix.
8452 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8453 gud-tooltip-mode is t.
8454
8455 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8458 evaporate if their text is deleted.
8459 (goto-address-at-point): Make it work as a mouse binding as well.
8460 (goto-address-at-mouse): Obsolete it. Update users.
8461
8462 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8463
8464 * calendar/appt.el (top-level): No longer activate on load.
8465
8466 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8467
8468 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8469 * net/webjump.el (webjump):
8470 * progmodes/idlw-help.el (idlwave-do-context-help1)
8471 (idlwave-highlight-linked-completions):
8472 * textmodes/po.el (po-find-file-coding-system-guts):
8473 Replace `assoc-ignore-case' by `assoc-string'.
8474
8475 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8476
8477 * files.el (locate-file): Doc fix.
8478
8479 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8480 Remove the redundant test for ms-dos.
8481
8482 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8483 look for the preprocessor with exec-suffixes. If not found in
8484 standard places, look in exec-path. Remove most of the tests that
8485 used system-type.
8486
8487 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8488
8489 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8490
8491 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8492 file-name clash with jka-compr.el on 8+3 filesystems.
8493
8494 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8495
8496 * term/mac-win.el: Don't define or bind scroll bar functions if
8497 x-toolkit-scroll-bars is t.
8498 (x-select-text, x-get-selection-value): Clear
8499 x-last-selected-text-clipboard if x-select-enable-clipboard is
8500 nil.
8501 (PRIMARY): Put mac-scrap-name property.
8502 (mac-select-convert-to-file-url): New function.
8503 (public.file-url): New selection target type. Add to
8504 selection-converter-alist.
8505 (x-get-selection, x-selection-value): Handle it.
8506 (x-cut-buffer-or-selection-value): New alias.
8507
8508 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8509
8510 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8511 entry to avoid calling bibtex-find-entry with arg global
8512 being t. Remove arg key.
8513 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8514 (bibtex-copy-summary-as-kill): Change accordingly.
8515
8516 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8519 (org-agenda-date-later): Use with-current-buffer.
8520
8521 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8522
8523 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8524 (define-obsolete-variable-alias): Doc Fixes.
8525
8526 2005-05-06 Kim F. Storm <storm@cua.dk>
8527
8528 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8529 vertical-motion when selective-display is active.
8530
8531 * ido.el (ido-setup-hook): New hook.
8532 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8533 (ido-input-stack): New var.
8534 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8535 ido-next-work-file binding to M-O.
8536 Bind M-f to ido-wide-find-file-or-pop-dir.
8537 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8538 (ido-read-internal): Run ido-setup-hook.
8539 Catch quit in read-file-name and read-string to cancel edit.
8540 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8541 Automatically pop-all when completing a directory name (RET).
8542 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8543 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8544 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8545 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8546 New functions for M-b/M-f to move among the directory components.
8547 (ido-make-merged-file-list): Catch quit to cancel merge.
8548 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8549 (ido-completion-help): No warnings for ido-completion-buffer-full.
8550
8551 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8552
8553 * font-lock.el (font-lock-negation-char-face): New face and variable.
8554 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8555 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8556 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8557 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8558
8559 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8560
8561 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8562 Fix typo in docstring.
8563
8564 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8565 (ebrowse-print-statistics-line)
8566 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8567
8568 * term/w32-win.el (image-library-alist): Add additional name for
8569 Xpm library.
8570
8571 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8572
8573 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8574 use gcc instead of cpp.
8575
8576 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8577 (gdb-create-define-alist): Use it.
8578 (gdb-cpp-define-alist-program): Update for MS-DOS.
8579
8580 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8581
8582 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8583
8584 2005-05-04 Richard M. Stallman <rms@gnu.org>
8585
8586 * help.el (describe-key): No error when UNTRANSLATED is nil.
8587
8588 * simple.el (line-move-1): Fix previous change to signal errors
8589 appropriately.
8590
8591 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8592
8593 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8594 (icalendar-duration-correction): Remove.
8595 (icalendar--get-event-properties): Split result at commas.
8596 (icalendar--decode-isoduration): New optional argument
8597 DURATION-CORRECTION.
8598 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8599 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8600 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8601 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8602 (icalendar--convert-anniversary-to-ical): New functions, extracted
8603 from icalendar-export-region, with bug fixes.
8604 (icalendar-export-region): Use the above functions.
8605 (icalendar-import-buffer): Check before saving diary file.
8606 (icalendar--convert-recurring-to-diary)
8607 (icalendar--convert-non-recurring-all-day-to-diary)
8608 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8609 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8610 (icalendar--convert-ical-to-diary): Use the above functions.
8611
8612 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8613
8614 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8615 Remove these recent additions.
8616 (c-mode): Restore to before 2005-04-28.
8617
8618 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8619 recent addition.
8620
8621 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8622 (gdb-define-alist): New variables.
8623 (gdb-create-define-alist): New function.
8624 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8625 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8626 with string-to-number.
8627 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8628
8629 * progmodes/gud.el: Replace string-to-int with string-to-number.
8630 (gud-find-file): Handle gdb-define-alist.
8631
8632 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8633
8634 2005-05-02 Jay Belanger <belanger@truman.edu>
8635
8636 * calc/calc-aent.el (math-read-token):
8637 * calc/calc-bin.el (calc-word-size):
8638 * calc/calc-ext.el (calc-read-number-fancy):
8639 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8640 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8641 * calc/calc-frac.el (calc-over-notation):
8642 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8643 (calc-graph-num-points, calc-graph-init):
8644 * calc/calc-prog.el (calc-read-parse-table-part)
8645 (calc-edit-macro-repeats):
8646 * calc/calc-yank.el (calc-do-grab-rectangle):
8647 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8648 Replace `string-to-int' by `string-to-number'.
8649
8650 2005-05-02 Kim F. Storm <storm@cua.dk>
8651
8652 * kmacro.el: Use executing-kbd-macro-index variable.
8653
8654 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8655
8656 * net/rlogin.el (rlogin-parse-words): Delete func.
8657 (rlogin): Use split-string, not rlogin-parse-words.
8658 Also, if there are option-like elements in the parsed args,
8659 take the host to be the first arg immediately following them.
8660 Suggested by Michael Mauger.
8661
8662 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8663
8664 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8665
8666 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8667
8668 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8669 (cc-mode-cpp-program): Rename to cc-define-list-program and
8670 move to cc-vars.el.
8671
8672 * progmodes/cc-vars.el (cc-define-list-program):
8673 Change to "gcc -E -dM -". Make customizable.
8674
8675 2005-05-02 Kim F. Storm <storm@cua.dk>
8676
8677 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8678
8679 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8680
8681 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8682
8683 * international/mule-util.el (truncate-string): Remove alias and
8684 obsolete declaration.
8685
8686 * international/mule-cmds.el (update-iso-coding-systems):
8687 Remove alias and obsolete declaration.
8688
8689 * international/mule.el (coding-system-parent): Remove alias and
8690 obsolete declaration.
8691
8692 * subr.el (define-function, sref): Remove aliases and obsolete
8693 declarations.
8694 (chars-in-region): Remove obsolete declaration.
8695
8696 2005-05-01 Richard M. Stallman <rms@gnu.org>
8697
8698 * info.el (Info-mode): Set widen-automatically to nil, locally.
8699
8700 * simple.el (widen-automatically): New variable.
8701 (pop-global-mark): Obey widen-automatically.
8702
8703 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8704
8705 * term/xterm.el (function-key-map): Call substitute-key-definition
8706 before the keymap size is increased by a lot of define-key calls.
8707
8708 2005-05-01 Richard M. Stallman <rms@gnu.org>
8709
8710 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8711 Rename ARG to ELEMENT. Doc fix.
8712
8713 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8714
8715 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8716 Remove references to allout-exposure/change to allout-new-exposure.
8717
8718 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8719 bytecode symbols.
8720
8721 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8722 (compiled-function-p, focus-frame, unfocus-frame):
8723 Remove aliases and obsolete declarations.
8724 Back out inadvertent changes from previous commit.
8725
8726 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8727
8728 * files.el (require-final-newline): Make Custom tags consistent
8729 with mode-require-final-newline.
8730 (mode-require-final-newline): Doc fix.
8731
8732 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * international/latexenc.el (latexenc-find-file-coding-system):
8735 Fix regular expressions.
8736
8737 2005-05-01 David Kastrup <dak@gnu.org>
8738
8739 * international/latexenc.el (latexenc-find-file-coding-system):
8740 Fix regular expressions.
8741
8742 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8743
8744 * subr.el (string-to-int): Make obsolete.
8745
8746 2005-04-30 Richard M. Stallman <rms@gnu.org>
8747
8748 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8749
8750 * loadup.el: load jka-comp-hook.
8751
8752 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8753 (jka-compr-handler): Add autoload. `put' calls moved
8754 to jka-comp-hook.el.
8755 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8756 (jka-compr-inhibit): Autoload.
8757
8758 * jka-comp-hook.el: New file.
8759 Enable the mode by default.
8760
8761 * files.el (backup-buffer-copy): Use copy-file instead
8762 of write-region, and put back the 'excl.
8763
8764 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8765
8766 * progmodes/flymake.el (flymake-split-string)
8767 (flymake-split-string, flymake-log, flymake-pid-to-names)
8768 (flymake-reg-names, flymake-get-source-buffer-name)
8769 (flymake-unreg-names, flymake-add-line-err-info)
8770 (flymake-add-err-info): Clarify docstrings.
8771 (flymake-popup-menu, flymake-make-emacs-menu)
8772 (flymake-make-xemacs-menu): Add docstrings.
8773 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8774 Set variables directly throughout.
8775
8776 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8777
8778 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8779 exists. Initialize cc-define-alist.
8780 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8781 If there is no file (Macroexpansion) don't create an alist.
8782
8783 2005-04-29 Sam Steingold <sds@gnu.org>
8784
8785 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8786 (cc-create-define-alist): Use it instead of the hard-coded string.
8787
8788 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8789
8790 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8791 for latexenc.
8792
8793 2005-04-29 Lute Kamstra <lute@gnu.org>
8794
8795 * emacs-lisp/generic.el: Improve commentary section.
8796 (define-generic-mode): Improve docstring.
8797
8798 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8799
8800 * textmodes/org.el (many places): Change to quiet the byte compiler.
8801 (org-prefix-format-compiled): New variable.
8802 (org-compile-prefix-format): New function.
8803 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8804 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8805 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8806 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8807 consistency with entries from `org-mode' files.
8808 (org-get-time-of-day): Fix bug with partial matches early in a line.
8809 (org-non-link-chars): New constant.
8810 (org-link-regexp): Respect `org-non-link-chars'.
8811 (org-agenda-day-view): Remove command.
8812 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8813 (org-follow-bbdb-link, org-store-link): Search also company field.
8814 (org-highlight-overlay): New variable.
8815 (org-highlight, org-unhighlight): New functions.
8816 (org-agenda-mode): Add pre-command-hook to remove highlight.
8817 (org-evaluate-time-range): Behavior depends upon whether time stamp
8818 contains a time or not.
8819 (org-show-subtree, org-show-entry): New functions.
8820 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8821
8822 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8823
8824 * comint.el (comint-output-filter-functions): Add autoload cookie.
8825
8826 2005-04-28 Kim F. Storm <storm@cua.dk>
8827
8828 * ido.el (ido-everywhere): Fix last change.
8829
8830 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8831
8832 * international/latexenc.el: New file.
8833 * international/mule-conf.el (file-coding-system-alist): For .tex,
8834 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8835
8836 2005-04-28 Lute Kamstra <lute@gnu.org>
8837
8838 * font-lock.el (font-lock-add-keywords)
8839 (font-lock-remove-keywords): Clarify docstring.
8840 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8841 Don't start docstrings with a `*'.
8842 (font-lock-update-removed-keyword-alist): Give it a docstring.
8843
8844 * generic-x.el: Update commentary section.
8845 Only require font-lock when compiling.
8846 Define all modes conditionally.
8847 Place all generic modes in the generic-x-modes customization group.
8848 (generic-x-modes): New customization group.
8849 (generic-default-modes, generic-mswindows-modes)
8850 (generic-unix-modes, generic-other-modes): New constants.
8851 (generic-define-mswindows-modes, generic-define-unix-modes):
8852 Update docstrings. Make them obsolete.
8853 (generic-extras-enable-list): New default value. Update docstring.
8854 Improve :type. Change :set function.
8855 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8856 Fix docstring.
8857
8858 * emacs-lisp/generic.el (generic-mode-internal):
8859 Simplify font-lock-defaults.
8860 (define-generic-mode): Fix docstring.
8861
8862 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8865 font-lock-face property to highlight matches.
8866
8867 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8868
8869 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8870 (cc-define-alist): New variable.
8871 (c-mode): Make it local and initialize it.
8872
8873 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8874 (gdb-exited): New function.
8875 (gdb-annotation-rules): Use it.
8876 (gdb-starting): Set gdb-active-process to t.
8877 (gdb-stopping): Amend doc string.
8878 (gdb-reset): Set gdb-active-process to nil.
8879
8880 * tooltip.el (tooltip-gud-tips): Show the associated #define
8881 directives when a C program under GDB is not executing.
8882
8883 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8886 font-lock-fontify-syntactic-keywords.
8887
8888 * font-lock.el (font-lock-default-fontify-region): Don't force
8889 parse-sexp-lookup-properties to nil.
8890
8891 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8892
8893 * man.el (man-mode-syntax-table): Set up `:' to have
8894 word-constituent syntax.
8895
8896 2005-04-27 Lute Kamstra <lute@gnu.org>
8897
8898 * novice.el (disable-command): Don't add spurious newlines to the
8899 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8900
8901 2005-04-26 Jay Belanger <belanger@truman.edu>
8902
8903 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8904 than one window before deleting window.
8905
8906 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8907
8908 * shell.el (shell-prompt-pattern): Doc fix.
8909 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8910
8911 * comint.el (comint-prompt-regexp, comint-get-old-input)
8912 (comint-use-prompt-regexp)
8913 (comint-use-prompt-regexp-instead-of-fields)
8914 (comint-replace-by-expanded-history, comint-send-input)
8915 (comint-output-filter, comint-get-old-input-default)
8916 (comint-line-beginning-position, comint-bol, comint-show-output)
8917 (comint-backward-matching-input, comint-forward-matching-input)
8918 (comint-next-prompt, comint-previous-prompt):
8919 Rename `comint-use-prompt-regexp-instead-of-fields' to
8920 `comint-use-prompt-regexp'. Keep old name as alias and declare
8921 obsolete.
8922 (comint-use-prompt-regexp): Shorten first line of doc string.
8923
8924 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8925 Set paragraph-separate buffer locally to "\\'".
8926
8927 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8928 Adapt to above name change.
8929
8930 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8931 (smbclient-prompt-regexp): Ditto.
8932
8933 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8934
8935 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8936
8937 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8938 gdb-location-list.
8939 Break lines that are over 80 characters wide.
8940
8941 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8944 New fun and var, to preserve compatibility.
8945
8946 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8947
8948 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8949
8950 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8951 name to file-newer-than-file-p.
8952
8953 2005-04-26 Richard M. Stallman <rms@gnu.org>
8954
8955 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8956
8957 * progmodes/python.el (python-mode):
8958 Use new name eldoc-documentation-function.
8959
8960 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8961
8962 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8963 (eldoc-documentation-function):
8964 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8965
8966 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8967
8968 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8969
8970 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8971
8972 * term/xterm.el (function-key-map): Fix strings for
8973 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8974 {C,S,A,C-S}-{f1-f12}.
8975
8976 2005-04-26 Kenichi Handa <handa@m17n.org>
8977
8978 * international/mule-cmds.el (select-safe-coding-system):
8979 Fix previous change.
8980
8981 2005-04-26 Lute Kamstra <lute@gnu.org>
8982
8983 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8984
8985 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8986 (font-lock-comment-delimiter-face): Ditto.
8987
8988 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8989
8990 2005-04-25 Jay Belanger <belanger@truman.edu>
8991
8992 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8993 to t while inserting information; use help-mode.
8994
8995 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8996
8997 * term.el (ansi-term-color-vector): Use the xterm colors.
8998 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8999
9000 2005-04-25 Lute Kamstra <lute@gnu.org>
9001
9002 * font-core.el (font-lock-defaults): Fix docstring.
9003
9004 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9005
9006 2005-04-25 Kenichi Handa <handa@m17n.org>
9007
9008 * international/mule-cmds.el (select-safe-coding-system):
9009 Don't check consistency with coding: spec, etc if raw-text or
9010 no-conversion was found to be safe.
9011
9012 2005-04-24 Richard M. Stallman <rms@gnu.org>
9013
9014 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9015 citation markers at start of each line.
9016
9017 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9018 citation markers at start of each line.
9019
9020 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9021
9022 * files.el (mode-require-final-newline): Fix previous change.
9023 (require-final-newline): Fix type label.
9024
9025 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9026
9027 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9028 statement in buffer (broken by 2004-11-24 change).
9029
9030 2005-04-24 Kim F. Storm <storm@cua.dk>
9031
9032 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9033 and read-file-name-function values. Don't overwrite existing
9034 non-nil values if ido-mode is enabled without ido-everywhere.
9035
9036 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9037
9038 * files.el (mode-require-final-newline): Minor doc fix.
9039
9040 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9041
9042 * subr.el (syntax-after): Doc fix.
9043 (syntax-class): If argument is nil, return nil. Mask off upper 16
9044 bits, not 8 bits.
9045
9046 * files.el (mode-require-final-newline): Doc fix.
9047 (backup-buffer-copy): Fix last change.
9048
9049 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9050
9051 * term/mac-win.el: Require select. Set selection-coding-system to
9052 mac-system-coding-system. Call menu-bar-enable-clipboard.
9053 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9054 (x-select-enable-clipboard): New variables.
9055 (x-select-text, x-get-selection, x-selection-value)
9056 (x-get-selection-value, mac-select-convert-to-string)
9057 (mac-services-open-file, mac-services-open-selection)
9058 (mac-services-insert-text): New functions.
9059 (CLIPBOARD, FIND): Put mac-scrap-name property.
9060 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9061 (public.tiff): Put mac-ostype property.
9062 (selection-converter-alist): Add entries for them.
9063 (mac-application-menu-map): New keymap.
9064 (interprogram-cut-function, interprogram-paste-function): Set to
9065 x-select-text and x-get-selection-value, respectively.
9066 (split-window-keep-point): Set to t.
9067
9068 2005-04-23 Richard M. Stallman <rms@gnu.org>
9069
9070 * files.el (read-directory-name): Always pass non-nil
9071 DEFAULT-FILENAME arg to read-file-name.
9072 (backup-buffer-copy, basic-save-buffer-2): Take care against
9073 writing thru an unexpected existing symlink.
9074 (revert-buffer): In indirect buffer, revert the base buffer.
9075 (magic-mode-alist): Doc fix.
9076 (buffer-stale-function): Doc fix.
9077 (minibuffer-with-setup-hook): Avoid warning.
9078 (mode-require-final-newline): Doc and custom fix.
9079
9080 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9081
9082 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9083 use the default appearance.
9084 (font-lock-comment-delimiter-face): New face, new variable.
9085
9086 * imenu.el (imenu--generic-function): The official position of a
9087 definition is the start of the line that BEG is in.
9088
9089 * midnight.el (midnight-timer): Move defvar up.
9090
9091 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9092
9093 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9094
9095 * startup.el (command-line): Use with-no-warnings.
9096
9097 * window.el (window-size-fixed): New defvar.
9098
9099 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9100
9101 * mail/rmail.el (rmail-font-lock-keywords):
9102 Use font-lock-comment-delimiter-face.
9103
9104 * mail/sendmail.el (mail-font-lock-keywords):
9105 Use font-lock-comment-delimiter-face.
9106
9107 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9108
9109 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9110
9111 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9112 Specify t for LAXMATCH when matching directories.
9113 Save match data around compilation-compat-error-properties form.
9114
9115 2005-04-23 David Kastrup <dak@gnu.org>
9116
9117 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9118 Mention that the autoloaded aliases should be kept for AUCTeX.
9119
9120 2005-04-23 Andreas Schwab <schwab@suse.de>
9121
9122 * isearch.el (isearch-forward): Doc fix.
9123
9124 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9125
9126 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9127 (jit-lock-stealth-nice): Change default value to 0.5.
9128
9129 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9130
9131 * abbrev.el (write-abbrev-file): Write table entries in
9132 alphabetical order by table name.
9133
9134 2005-04-22 Kim F. Storm <storm@cua.dk>
9135
9136 * ido.el (ido-read-internal): Fix `list' completion.
9137
9138 2005-04-22 Kenichi Handa <handa@m17n.org>
9139
9140 * recentf.el (recentf-save-file-coding-system): New variable.
9141 (recentf-save-list): Encode the file by
9142 recentf-save-file-coding-system and add coding: tag.
9143
9144 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9145
9146 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9147
9148 2005-04-21 Lute Kamstra <lute@gnu.org>
9149
9150 * loadhist.el (unload-feature): Don't remove a function from hooks
9151 if it is about to be restored to an autoload . Remove functions
9152 that will become unbound from auto-mode-alist. Simplify the code.
9153
9154 * subr.el (assq-delete-all): New implementation that is linear,
9155 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9156 (rassq-delete-all): New function.
9157
9158 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9159 Add size-indication-mode.
9160
9161 2005-04-21 Kenichi Handa <handa@m17n.org>
9162
9163 * international/mule-cmds.el: Add autoload for widget-value in
9164 eval-when-compile.
9165
9166 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9167
9168 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9169 Add tooltip-mode.
9170
9171 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9172
9173 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9174
9175 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9176 (inferior-lisp-filter-regexp, inferior-lisp-program)
9177 (inferior-lisp-load-command, inferior-lisp-prompt)
9178 (inferior-lisp-mode-hook, lisp-source-modes)
9179 (inferior-lisp-load-hook): defvar->defcustom.
9180 (inferior-lisp-program, inferior-lisp-prompt)
9181 (inferior-lisp-load-hook): Doc fixes.
9182 (inferior-lisp-install-letter-bindings): Small change in
9183 introductory comment.
9184
9185 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9186
9187 * vc.el (vc-annotate-color-map): Change some colors so that text
9188 using them as foreground is readable on both white and black
9189 backgrounds.
9190
9191 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9192
9193 * international/mule-conf.el (translation-table-for-input):
9194 Remove redundant declaration.
9195
9196 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9197
9198 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9199
9200 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9201 (tooltip-toggle-gud-tips): New function.
9202
9203 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9204
9205 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9206 right angle brackets.
9207
9208 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9209
9210 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9211
9212 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9215 Remove. Update callers to use expand-file-name instead.
9216
9217 * subr.el (syntax-class): New function.
9218
9219 * simple.el (blink-matching-open): Use it.
9220
9221 * paren.el (show-paren-function): Use it to recognize parens that are
9222 also used in 2-char comment markers.
9223
9224 2005-04-19 Lute Kamstra <lute@gnu.org>
9225
9226 * loadhist.el (unload-feature): Update for new format of
9227 load-history. Simplify the code.
9228
9229 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9230
9231 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9232 (mac-add-charset-info): New function. Initialize variable
9233 mac-charset-info-alist using it.
9234 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9235 for translation.
9236 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9237 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9238 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9239 New CCL programs.
9240
9241 2005-04-19 Kim F. Storm <storm@cua.dk>
9242
9243 * simple.el (next-buffer, prev-buffer, next-error)
9244 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9245 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9246
9247 * bindings.el (next-buffer, prev-buffer, next-error)
9248 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9249 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9250 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9251 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9252
9253 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * isearch.el (isearch-edit-string): Make the search-ring available for
9256 minibuffer history commands.
9257 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9258 the default history commands now work just as well.
9259 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9260
9261 2005-04-18 Kim F. Storm <storm@cua.dk>
9262
9263 * emulation/cua-base.el (cua--pre-command-handler): Add more
9264 elaborate check for shift modifier on non-window systems.
9265
9266 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9267
9268 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9269
9270 2005-04-18 Kim F. Storm <storm@cua.dk>
9271
9272 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9273 and make it optional. Don't test tooltip-gud-echo-area here.
9274 (tooltip-gud-process-output, gdb-tooltip-print):
9275 Pass tooltip-gud-echo-area to tooltip-show.
9276 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9277
9278 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9279
9280 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9281 `display-graphic-p' may not be bound yet.
9282
9283 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9284
9285 * startup.el (command-line): No longer enable Xterm Mouse mode by
9286 default in terminals compatible with xterm.
9287
9288 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9289
9290 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9291
9292 * tooltip.el (tooltip-gud-echo-area): Rename from
9293 tooltip-use-echo-area.
9294 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9295 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9296 area independently of where help tooltips are displayed.
9297
9298 2005-04-17 David Kastrup <dak@gnu.org>
9299
9300 * cus-theme.el (custom-theme-write-variables): Quote variables
9301 where necessary.
9302
9303 2005-04-17 Richard M. Stallman <rms@gnu.org>
9304
9305 * simple.el (yank-excluded-properties): Add follow-link to value.
9306
9307 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9308
9309 * startup.el (fancy-splash-max-time): Just 30 seconds.
9310 (fancy-splash-delay): Just 7.
9311 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9312
9313 * loadhist.el (unload-feature): Update for new format of load-history.
9314 Simplify the code.
9315
9316 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9317 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9318
9319 * mail/sendmail.el (mail-font-lock-keywords):
9320 Don't fontify subject text.
9321 Don't fontify the text of a citation.
9322
9323 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9324
9325 * comint.el (comint-output-filter): Run comint-output-filter-functions
9326 with point where the user had it.
9327
9328 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9329
9330 * international/ucs-tables.el (ucs-set-table-for-input):
9331 Disable when using unify-on-decoding.
9332
9333 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9334
9335 * emulation/cua-base.el (cua-global-mark-face): Add special case
9336 for displays supporting a high number of colors.
9337
9338 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9339
9340 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9341
9342 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9343
9344 * filesets.el (filesets-add-buffer): If user supplies a name of a
9345 non-existing fileset, create a new fileset.
9346
9347 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9348
9349 * textmodes/org.el (org-up-heading-all): Fix bug with
9350 `outline-up-heading-all'.
9351
9352 2005-04-16 Andreas Schwab <schwab@suse.de>
9353
9354 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9355 /etc/permissions.d/* and /etc/aliases.d/*.
9356
9357 2005-04-16 Kenichi Handa <handa@m17n.org>
9358
9359 * international/code-pages.el (cp-make-coding-system):
9360 Set `translation-table-for-input' property value to the symbol
9361 ucs-mule-to-mule-unicode, not to that value.
9362 (pt154): Escape guillemet by `\'.
9363
9364 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9365
9366 * loadup.el: Load tooltip if x-show-tip is fboundp.
9367
9368 * startup.el (command-line): Add comment.
9369
9370 * tooltip.el (tooltip-mode): Specify correct standard value for
9371 Custom in init-value.
9372
9373 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9374
9375 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9376 possible.
9377
9378 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9379
9380 * textmodes/org.el (org-agenda-date-prompt): Rename from
9381 `org-agenda-date-today'.
9382 (org-evaluate-time-range): Insert at point instead of directly
9383 after time range.
9384 (org-first-headline-recenter, org-subtree-end-visible-p)
9385 (org-optimize-window-after-visibility-change): New functions
9386 (org-agenda-post-command-hook): Don't allow point at end of line,
9387 to make sure it always hits the text properties.
9388 (org-agenda-next-date-line, org-agenda-previous-date-line):
9389 New commands.
9390 (org-set-regexps-and-options): Category may contain white space.
9391 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9392 Improve marker positions.
9393 (org-agenda-new-marker): Argument POS made optional.
9394 (org-agenda-get-timestamps): Deadlines which are done are listed
9395 in org-done-face now.
9396 (org-agenda-get-todos, org-agenda-get-timestamps)
9397 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9398 Set `undone-face' and `done-face' properties.
9399 (org-last-todo-state-is-todo): New variable.
9400 (org-todo): Set `org-last-todo-state-is-todo'.
9401 (org-agenda-todo): Change face according to
9402 `org-last-todo-state-is-todo'. And change other lines referring to
9403 the same entry.
9404 (org-calendar-goto-agenda): New command.
9405 (org-calendar-to-agenda-key): New option.
9406 (org-startup-folded): New allowed value `content'.
9407 (org-set-regexps-and-options): Accept new value `content' for
9408 `org-startup-folded'.
9409 (org-get-current-options): Handle new value `content' for
9410 `org-startup-folded'.
9411 (org-insert-todo-heading): New command.
9412 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9413 interactively in empty file and option
9414 `org-insert-mode-line-in-empty-file' has been set.
9415 (org-agenda-todo,org-agenda-priority): Modify to use
9416 `org-agenda-change-all-lines'.
9417 (org-warning-face): Change color on dark background
9418
9419 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9420
9421 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9422 use preferences AppleLocale and AppleLanguages, and variable
9423 mac-system-locale for default locale. On Mac OS Classic, use
9424 mac-system-coding-system for default coding systems.
9425
9426 * term/mac-win.el: Don't set file-name-coding-system.
9427 Decode variables system-name, emacs-build-system, user-login-name, and
9428 user-full-name by mac-system-coding-system on Mac OS Classic.
9429 (mac-system-coding-system): New variable.
9430
9431 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9432
9433 * startup.el (command-line): Handle `xterm-mouse-mode' before
9434 reading init file.
9435
9436 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9437
9438 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9439
9440 * progmodes/sh-script.el (sh-here-document-word): Make it a
9441 defcustom. Doc fix.
9442 (sh-add): Bash uses $(( )) for arithmetic.
9443 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9444 (sh-maybe-here-document): Remove quotes and leading whitespace
9445 from heredoc word when closing. Indent heredoc with tabs if word
9446 starts with "-".
9447
9448 2005-04-13 Richard M. Stallman <rms@gnu.org>
9449
9450 * simple.el (undo): Fix previous change.
9451
9452 * custom.el (defface): Doc fix.
9453
9454 2005-04-13 Lute Kamstra <lute@gnu.org>
9455
9456 * Makefile.in (DONTCOMPILE): Remove list.
9457 (compile, compile-always): Don't use DONTCOMPILE.
9458 (update-authors): Load the library in which batch-update-authors
9459 is defined.
9460 * makefile.w32-in (DONTCOMPILE): Remove list.
9461 (compile, compile-always): Fix comments.
9462 (update-authors): Load the library in which batch-update-authors
9463 is defined.
9464
9465 * generic-x.el (generic-mode-ini-file-find-file-hook):
9466 Rename to ini-generic-mode-find-file-hook.
9467 Keep generic-mode-ini-file-find-file-hook as an alias.
9468 (ini-generic-mode-find-file-hook): Rename from
9469 generic-mode-ini-file-find-file-hook. Fix docstring.
9470 (ini-generic-mode): Docstring change.
9471 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9472
9473 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9474 called from lisp.
9475
9476 * generic.el: Move to the emacs-lisp subdir.
9477
9478 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9479
9480 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9481 and C-S- function and cursor motion keys.
9482
9483 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9484
9485 * startup.el (command-line): Enable Xterm Mouse mode by default.
9486 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9487 for Custom. No longer show "Mouse" in mode line when enabled.
9488 Doc fix.
9489
9490 2005-04-12 Kim F. Storm <storm@cua.dk>
9491
9492 * emulation/cua-base.el (cua-rectangle-face)
9493 (cua-rectangle-noselect-face): Define face attributes here.
9494
9495 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9496
9497 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9498
9499 * startup.el (command-line): Turn off blinking cursor if
9500 cursorBlink in resources is off or false.
9501
9502 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9503
9504 * term/mac-win.el (dnd): Require dnd.
9505 (mac-drag-n-drop): Call dnd-handle-one-url.
9506 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9507 (kTextEncodingISOLatin2): Remove constants.
9508 (mac-script-code-coding-systems): New constant.
9509 (mac-handle-language-change): New function.
9510 (special-event-map): Bind it to `language-change' event.
9511 (mac-centraleurroman, mac-cyrillic): New coding systems.
9512 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9513 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9514 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9515 encode-mac-cyrillic, respectively.
9516
9517 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9518
9519 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9520 Don't set overlay-arrow-string to "=>" as this is done
9521 globally in C now.
9522
9523 2005-04-12 Lute Kamstra <lute@gnu.org>
9524
9525 * generic-x.el (rc-generic-mode, rul-generic-mode):
9526 Fix auto-mode-alist entries.
9527 (etc-fstab-generic-mode): Tweak fontification.
9528
9529 * generic.el (generic-make-keywords-list): Fix docstring.
9530 (generic-mode-internal): Simplify generic-font-lock-keywords.
9531
9532 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9533
9534 * whitespace.el (whitespace-buffer-leading)
9535 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9536 However, fix the highlight area for the leading and
9537 trailing whitespaces to show space.
9538
9539 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9540
9541 * whitespace.el (whitespace-version): Bump to 3.5
9542
9543 (whitespace-buffer-leading, whitespace-buffer-trailing):
9544 Invert sense of the test to highlight the whitespace.
9545
9546 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9547
9548 * progmodes/gud.el (gud-display-line): GUD uses its own
9549 overlay arrow now so don't set overlay-arrow-string.
9550 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9551
9552 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9553
9554 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9555 (term-ansi-current-reverse, term-ansi-current-invisible)
9556 (term-ansi-face-already-done): Change to boolean.
9557 (term-reset-terminal, term-handle-colors-array): Handle the above
9558 vars accordingly.
9559 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9560 (term-emulate-terminal): Use the new name.
9561
9562 * faces.el (secondary-selection): Use yellow1, not yellow.
9563 (trailing-whitespace): Use red1, not red.
9564
9565 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9566
9567 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9568 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9569 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9570
9571 * cus-edit.el (dnd): New group.
9572
9573 * term/w32-win.el (dnd): Require dnd
9574 (w32-drag-n-drop): Call dnd-handle-one-url.
9575
9576 * x-dnd.el: Require dnd.
9577 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9578 Call dnd-handle-one-url.
9579 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9580 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9581 to dnd-insert-text.
9582 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9583 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9584 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9585 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9586
9587 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9588
9589 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9590
9591 * wdired.el: Doc fixes.
9592 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9593 (wdired-use-dired-vertical-movement): Rename from
9594 wdired-always-move-to-filename-beginning.
9595 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9596 (wdired-change-to-wdired-mode): Change mode name.
9597 (wdired-newline): Delete.
9598
9599 2005-04-11 Richard M. Stallman <rms@gnu.org>
9600
9601 * whitespace.el (whitespace-highlight-the-space):
9602 Don't call whitespace-unhighlight-the-space here.
9603
9604 * simple.el (undo): Record t in undo-equiv-table
9605 for the redo record made by an undo-in-region.
9606
9607 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9608
9609 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9610 (gdb-frame-inferior-io-buffer): New Functions to control
9611 display of separate IO buffer.
9612 (menu): Add them to menu-bar.
9613 (gdb-display-buffer): Check for buffer another frame.
9614 Protect GUD buffer.
9615 (gdb-setup-windows): Create IO buffer if not already there.
9616 (gdb-memory-mode): Remove purecopy noops.
9617
9618 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9619
9620 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9621 and pass to self-insert-command.
9622
9623 2005-04-11 Lute Kamstra <lute@gnu.org>
9624
9625 * generic.el: Commentary section cleanup.
9626 (generic): Delete.
9627 (generic-use-find-file-hook, generic-lines-to-scan)
9628 (generic-find-file-regexp, generic-ignore-files-regexp)
9629 (default-generic-mode, generic-mode-find-file-hook)
9630 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9631 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9632 (generic-use-find-file-hook, generic-lines-to-scan)
9633 (generic-find-file-regexp, generic-ignore-files-regexp)
9634 (default-generic-mode, generic-mode-find-file-hook)
9635 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9636
9637 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9638
9639 * bookmark.el (bookmark-write-file): Catch errors writing file.
9640 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9641
9642 2005-04-10 Richard M. Stallman <rms@gnu.org>
9643
9644 * startup.el (fancy-splash-tail): Update copyright year.
9645 (command-line): Split part of -Q into -D.
9646 (emacs-basic-display): New defvar.
9647 (fancy-splash-text): Correct name of menu item.
9648
9649 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9650
9651 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9652 lines in one node.
9653
9654 * comint.el (comint-send-input): New arg ARTIFICIAL.
9655 Callers in this file changed.
9656
9657 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9658
9659 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9660
9661 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9662
9663 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9664 `ldap-search-internal'.
9665
9666 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * files.el (set-auto-mode-1): Use line-end-position.
9669
9670 * international/latin-1.el:
9671 * international/latin-2.el:
9672 * international/latin-3.el:
9673 * international/latin-4.el:
9674 * international/latin-5.el:
9675 * international/latin-8.el:
9676 * international/latin-9.el: Give punctuation syntax to NBSP.
9677
9678 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9679 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9680 Use char-classes to accept non-ascii letters, accepted in some recent
9681 bibtex implementations.
9682
9683 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9684
9685 * custom.el (custom-set-minor-mode): Any non-nil value for the
9686 variable should enable the mode when set through Custom.
9687
9688 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9691 TAB binding so tab-always-indent is obeyed.
9692 (vhdl-minibuffer-local-map): Move initialization into declaration.
9693 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9694 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9695 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9696 (vhdl-current-line): Use line-beginning-position.
9697 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9698 with-output-to-temp-buffer, so the current position can be recorded.
9699
9700 2005-04-10 Masatake YAMATO <jet@gyve.org>
9701
9702 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9703 Add regexp for gcov.
9704
9705 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9706
9707 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9708 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9709 syntax which Emacs 20 doesn't support.
9710
9711 2005-04-09 Richard M. Stallman <rms@gnu.org>
9712
9713 * help.el (describe-key-briefly, describe-key):
9714 Replace strings as event types with "(any string)".
9715
9716 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * arc-mode.el (archive-mode-map): Move initialization into
9719 the declaration. Override *all* bindings of `undo'.
9720 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9721
9722 2005-04-09 Jay Belanger <belanger@truman.edu>
9723
9724 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9725
9726 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9727
9728 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9729 (xterm-register-default-colors): Update color values computation
9730 to match xterm-200.
9731
9732 2005-04-09 Kenichi Handa <handa@m17n.org>
9733
9734 * international/code-pages.el (iso-latin-7): Fix the map.
9735
9736 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9737
9738 * emacs-lisp/lisp.el (defun-prompt-regexp)
9739 (parens-require-spaces, buffer-end, end-of-defun)
9740 (insert-parentheses): Doc fixes.
9741
9742 2005-04-08 Kim F. Storm <storm@cua.dk>
9743
9744 * comint.el (comint-highlight-prompt): Fix face spec.
9745 * hi-lock.el (hi-green): Likewise.
9746
9747 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9748
9749 * cus-edit.el (custom-modified-face):
9750 * comint.el (comint-highlight-input): Fix previous changes.
9751 * term.el (term-handle-ansi-escape): Add a comment.
9752
9753 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9754
9755 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9756 in the buffer and in whitespace-highlighted-space.
9757 (whitespace-unhighlight-the-space): Simplify.
9758 (whitespace-buffer): Simplify.
9759
9760 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9761
9762 * textmodes/table.el (table-cell-face): Add special case for
9763 displays supporting a high number of colors.
9764 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9765 (vhdl-font-lock-reserved-words-face)
9766 (vhdl-speedbar-architecture-face)
9767 (vhdl-speedbar-instantiation-face)
9768 (vhdl-speedbar-architecture-selected-face)
9769 (vhdl-speedbar-instantiation-selected-face): Likewise.
9770 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9771 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9772 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9773 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9774 (ebrowse-progress-face): Likewise.
9775 * progmodes/compile.el (compilation-info-face): Likewise.
9776 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9777 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9778 * calendar/calendar.el (diary-face): Likewise.
9779 * woman.el (woman-italic-face, woman-bold-face)
9780 (woman-unknown-face): Likewise.
9781 * wid-edit.el (widget-button-pressed-face): Likewise.
9782 * whitespace.el (whitespace-highlight-face): Likewise.
9783 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9784 * pcvs-info.el (cvs-marked-face): Likewise.
9785 * info.el (info-xref): Likewise.
9786 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9787 * hilit-chg.el (highlight-changes-face)
9788 (highlight-changes-delete-face): Likewise.
9789 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9790 (hi-red-b): Likewise.
9791 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9792 * font-lock.el (font-lock-keyword-face)
9793 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9794 * cus-edit.el (custom-invalid-face, custom-modified-face)
9795 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9796 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9797 * comint.el (comint-highlight-prompt): Likewise.
9798
9799 2005-04-08 Lute Kamstra <lute@gnu.org>
9800
9801 * font-lock.el (font-lock-keywords): Docstring fixes.
9802
9803 2005-04-08 Kenichi Handa <handa@m17n.org>
9804
9805 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9806 chars are more than a limit, print " and more..." at the tail.
9807
9808 2005-04-08 Kim F. Storm <storm@cua.dk>
9809
9810 * emacs-lisp/authors.el (authors-aliases): Update list.
9811 (authors-ignored-files): New list.
9812 (authors-fixed-entries): Fix typo.
9813 (authors-renamed-files-alist): Update list.
9814 (authors-add): Check authors-ignored-files.
9815
9816 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9817
9818 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9819 optional, to ensure backward compatibility.
9820
9821 2005-04-08 Stephen Eglen <stephen@gnu.org>
9822
9823 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9824
9825 2005-04-08 Kim F. Storm <storm@cua.dk>
9826
9827 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9828
9829 * mouse.el (mouse-on-link-p): Doc fix.
9830
9831 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9832
9833 * ielm.el (ielm-prompt-read-only): Doc fix.
9834
9835 * comint.el (comint-prompt-read-only): Doc fix.
9836
9837 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9838
9839 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9840 ensure dired always handles wildcards passed to ffap.
9841 (find-file-at-point): Use it.
9842 (ffap-dired-wildcards): Doc fix.
9843
9844 2005-04-07 Juri Linkov <juri@jurta.org>
9845
9846 * simple.el (next-error-overlay-arrow-position): New defvar.
9847 Put "=>" on its property `overlay-arrow-string'. Add it to
9848 `overlay-arrow-variable-list'.
9849
9850 * progmodes/compile.el (compilation-setup):
9851 Set `next-error-overlay-arrow-position' to nil. Also set it to
9852 nil in the local hook `kill-buffer-hook'. Make local variable
9853 `overlay-arrow-string' and set it to "=>".
9854 (compilation-goto-locus): Set BOL position to
9855 `next-error-overlay-arrow-position' instead of
9856 `overlay-arrow-position'.
9857
9858 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9859 locally instead of adding it to the global hook.
9860 (Info-kill-buffer): Move up.
9861
9862 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9863
9864 * term/xterm.el (xterm-standard-colors): Update color values from
9865 xterm-200.
9866
9867 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9870
9871 * fast-lock.el:
9872 * lazy-lock.el: Move them to the obsolete subdir.
9873
9874 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9875
9876 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9877 (wdired-add-replace-advice): Remove.
9878 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9879
9880 2005-04-06 Kim F. Storm <storm@cua.dk>
9881
9882 * startup.el (command-line): Add --bare-bones alias for -Q.
9883
9884 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9885
9886 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9887 create the startup fontset if a font specification ends with
9888 `mac-roman'.
9889
9890 2005-04-06 Lute Kamstra <lute@gnu.org>
9891
9892 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9893 change.
9894
9895 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9896 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9897
9898 2005-04-05 Lute Kamstra <lute@gnu.org>
9899
9900 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9901 (define-generic-mode): Ditto. Fix debug declaration.
9902
9903 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9904 Put them in the generic-x group.
9905
9906 * calendar/timeclock.el (timeclock): Doc fix.
9907
9908 * generic.el (define-generic-mode): Don't use custom-current-group.
9909 Document default :group value.
9910 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9911 (define-global-minor-mode): Don't use custom-current-group.
9912
9913 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9914
9915 * startup.el (command-line-1): Display startup-echo-area-message
9916 when fancy splash screen is in use.
9917
9918 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9919 (sh-escaped-newline): New face.
9920 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9921 newline, and use sh-escaped-newline face.
9922
9923 * progmodes/tcl.el (tcl-escaped-newline): New face.
9924 (tcl-builtin-list): New variable.
9925 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9926 newlines. Fix keywords subexpression number.
9927
9928 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9929
9930 * textmodes/org.el (org-diary-default-entry): Fix call to
9931 `add-to-diary-entry'.
9932
9933 2005-04-05 Kim F. Storm <storm@cua.dk>
9934
9935 * ediff-init.el: Use (featurep 'xemacs).
9936
9937 2005-04-05 David Ponce <david@dponce.com>
9938
9939 * cus-edit.el (face): Derive from symbol widget. Display sample
9940 of the current face on the fly.
9941 (widget-face-sample-face-get, widget-face-notify): New functions.
9942 (widget-face-value-create): Remove.
9943
9944 * wid-edit.el (widget-field-end): Temporarily remove field
9945 narrowing before to call `get-char-property'.
9946
9947 2005-04-04 Jay Belanger <belanger@truman.edu>
9948
9949 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9950 (math-read-subscripts): New variable.
9951 (math-read-preprocess-string): Process subscripts.
9952
9953 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9954
9955 * comint.el (comint-prompt-read-only): Doc fix.
9956
9957 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9958 `-1'. Doc fix.
9959
9960 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9961
9962 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9963 Change default value to nil.
9964
9965 2005-04-04 Lute Kamstra <lute@gnu.org>
9966
9967 * autorevert.el (auto-revert-mode): Specify :group.
9968 * battery.el (display-battery-mode): Specify :group.
9969 * diff-mode.el (diff-minor-mode): Specify :group.
9970 * font-core.el (font-lock-mode): Specify :group.
9971 * hl-line.el (hl-line-mode): Specify :group.
9972 * iimage.el (iimage): New customization group.
9973 (iimage-mode): Specify :group.
9974 * longlines.el (longlines-mode): Specify :group.
9975 * master.el: Don't require easy-mmode.
9976 (master): New customization group.
9977 (master-mode): Specify :group.
9978 * msb.el (msb-mode): Specify :group.
9979 * reveal.el (reveal-mode): Specify :group.
9980 * simple.el (next-error-follow-minor-mode): Specify :group.
9981 * smerge-mode.el (smerge-mode): Specify :group.
9982 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9983 * emulation/cua-base.el (cua-mode): Specify :group.
9984 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9985 * language/thai-util.el (thai-auto-composition-mode)
9986 (thai-word-mode): Specify :group.
9987 * mail/supercite.el (sc-minor-mode): Specify :group.
9988 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9989 * progmodes/flymake.el (flymake-mode): Specify :group.
9990 * progmodes/glasses.el (glasses-mode): Specify :group.
9991 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9992 * textmodes/enriched.el (enriched-mode): Specify :group.
9993 * textmodes/refill.el (refill-mode): Specify :group.
9994
9995 * add-log.el (change-log-font-lock-keywords): Names in
9996 parenthesized lists can contain spaces.
9997
9998 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9999
10000 * startup.el (fancy-splash-text): Shorten default text of
10001 "Emacs Tutorial" line. Also, if the current language env
10002 indicates an available tutorial file other than TUTORIAL,
10003 extract its title and append it to the line in parentheses.
10004 (fancy-splash-insert): If arg is a thunk, funcall it.
10005
10006 2005-04-04 Jay Belanger <belanger@truman.edu>
10007
10008 * calc.el (calc-language-alist): Add tags to customization type.
10009
10010 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10011
10012 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10013 Doc fix.
10014
10015 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10016
10017 * add-log.el (change-log-font-lock-keywords): The manual
10018 describing a Change Log entry, says: (...) "Aside from these
10019 header lines, every line in the change log starts with a space or
10020 a tab.". The font-lock was not highlighting lines started with
10021 spaces, added support for it.
10022
10023 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10024
10025 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10026 (bibtex-generate-url-list): Update docstring accordingly. Put the
10027 complex example in the docstring.
10028 (bibtex-font-lock-url): Use pop.
10029
10030 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10031
10032 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10033
10034 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10035
10036 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10037
10038 * filesets.el (filesets-set-default): Doc fix.
10039
10040 2005-04-03 Lute Kamstra <lute@gnu.org>
10041
10042 * generic.el (define-generic-mode): Add argument to specify
10043 keywords for defcustom.
10044 (default-generic-mode): Specify :group.
10045
10046 * generic-x.el: Specify :group for all generic modes.
10047
10048 * desktop.el (desktop-no-desktop-file-hook)
10049 (desktop-after-read-hook): Doc fix.
10050
10051 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10052
10053 * simple.el (visible-mode): Use explicit :group keyword.
10054 This changes the group of `visible-mode-hook' from paren-blinking
10055 to editing-basics.
10056
10057 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10058
10059 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10060 mailbox specifications as well as URLs.
10061 (rmail-insert-inbox-text): Remove unused conditional branches.
10062
10063 2005-04-01 Jay Belanger <belanger@truman.edu>
10064
10065 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10066 (calc-gnuplot-print-command): Move definitions to calc.el.
10067
10068 * calc/calc-embed.el (calc-embedded-announce-formula)
10069 (calc-embedded-open-formula, calc-embedded-close-formula)
10070 (calc-embedded-open-word, calc-embedded-close-word)
10071 (calc-embedded-open-plain, calc-embedded-close-plain)
10072 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10073 (calc-embedded-open-mode, calc-embedded-close-mode):
10074 Move definitions to calc.el.
10075
10076 * calc/calc.el (calc-settings-file, calc-language-alist):
10077 Make customizable.
10078 (calc-embedded-announce-formula, calc-embedded-open-formula)
10079 (calc-embedded-close-formula, calc-embedded-open-word)
10080 (calc-embedded-close-word, calc-embedded-open-plain)
10081 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10082 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10083 (calc-embedded-close-mode, calc-gnuplot-name)
10084 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10085 from other files and make customizable.
10086
10087 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10090 Use buffer-live-p.
10091 (cvs-mode-run): Don't call cvs-update-header here.
10092 (cvs-run-process): Call cvs-update-header.
10093 Use process properties for cvs-postprocess and cvs-buffer so that
10094 the sentinel can behave better if the temp buffer is killed.
10095 Use a pipe rather than a tty, to better handle unexpected prompts.
10096 (cvs-sentinel): Rewrite. Call cvs-update-header.
10097
10098 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10099
10100 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10101 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10102
10103 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * generic.el (define-generic-mode): Add indentation rule.
10106
10107 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10108
10109 * files.el (mode-require-final-newline): Make Custom correctly
10110 report a nil value and allow to set it to nil via Custom.
10111 Doc fix.
10112
10113 2005-04-01 Kenichi Handa <handa@m17n.org>
10114
10115 * international/characters.el: Enable the correct case setting for
10116 dotless-i and dotted-I.
10117
10118 2005-04-01 Kim F. Storm <storm@cua.dk>
10119
10120 * ido.el (ido-file-internal): Fall back to non-ido command if
10121 initial directory is on slow ftp (or tramp) host.
10122
10123 2005-03-31 Richard M. Stallman <rms@gnu.org>
10124
10125 * emacs-lisp/autoload.el (make-autoload):
10126 Handle define-global-minor-mode.
10127
10128 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10129 Rename from easy-mmode-define-global-mode.
10130 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10131
10132 * progmodes/scheme.el (scheme-mode-syntax-table):
10133 Update syntax of | and # for two-character comment syntax.
10134
10135 2005-03-31 Lute Kamstra <lute@gnu.org>
10136
10137 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10138 (define-minor-mode): Call custom-current-group at load-time.
10139
10140 * generic.el (define-generic-mode): Add debug declaration.
10141 Add defcustom for the mode hook.
10142 (generic-mode-internal): Use run-mode-hooks.
10143
10144 2005-03-31 Kim F. Storm <storm@cua.dk>
10145
10146 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10147 (mouse-fixup-help-message): New defun called by show_help_echo
10148 to fixup mouse-2 prefix in help messages when applicable.
10149
10150 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10151
10152 2005-03-31 Kenichi Handa <handa@m17n.org>
10153
10154 * language/thai-word.el (thai-find-word-ends): Pay attention to
10155 the case that we reach the end of buffer.
10156
10157 * textmodes/fill.el (fill-text-properties-at): New function.
10158 (fill-newline): Use fill-text-properties-at instead of
10159 text-properties-at.
10160
10161 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10162
10163 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10164 not comint-quote-filename.
10165
10166 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10167
10168 * help-fns.el (help-with-tutorial): Revert last change.
10169
10170 2005-03-31 Kim F. Storm <storm@cua.dk>
10171
10172 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10173
10174 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10175
10176 * calendar/cal-china.el: Update reference to "Calendrical
10177 Calculations" book; there's a new edition.
10178 * calendar/cal-coptic.el: Likewise.
10179 * calendar/cal-french.el: Likewise.
10180 * calendar/cal-hebrew.el: Likewise.
10181 * calendar/cal-islam.el: Likewise.
10182 * calendar/cal-iso.el: Likewise.
10183 * calendar/cal-julian.el: Likewise.
10184 * calendar/cal-mayan.el: Likewise.
10185 * calendar/cal-persia.el: Likewise.
10186 * calendar/calendar.el: Likewise.
10187 * calendar/holidays.el: Likewise.
10188 * calendar/lunar.el: Likewise.
10189 * calendar/solar.el: Likewise.
10190
10191 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10192 white space from doc string.
10193
10194 2005-03-30 Jay Belanger <belanger@truman.edu>
10195
10196 * calc/calc-help.el (calc-full-help): Remove email address.
10197
10198 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10199
10200 * help-fns.el (help-with-tutorial): Delete title line.
10201
10202 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10203
10204 * calendar/cal-x.el (calendar-one-frame-setup)
10205 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10206 rather than 'symbol for set-window-dedicated-p.
10207
10208 * calendar/appt.el (appt-buffer-name): Make it a constant.
10209 (appt-add): Doc fix.
10210
10211 * filesets.el (filesets-menu-path, filesets-menu-before)
10212 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10213 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10214 (filesets-add-submenu): Delete and use add-submenu instead.
10215
10216 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10217
10218 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10219 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10220 (org-diary-default-entry): New function.
10221 (org-get-entries-from-diary): Better parsing of diary entries.
10222 (org-agenda-check-no-diary): New function.
10223 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10224 linking to diary entries.
10225 (org-agenda-execute-calendar-command): New function.
10226 (org-agenda): Improve visible section in window.
10227 Use `org-fit-agenda-window'.
10228 (org-fit-agenda-window): New option.
10229 (org-move-subtree-down): Better handling of empty lines
10230 at end of subtree.
10231 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10232 levels up.
10233 (org-fontify-done-headline): New option.
10234 (org-headline-done-face): New face.
10235 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10236 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10237 When current field is non-empty, it is copied to next row.
10238 (org-table-copy-from-above): Fix bug which made it
10239 impossible to copy fields containing only a single non-white character.
10240
10241 2005-03-30 Kim F. Storm <storm@cua.dk>
10242
10243 * kmacro.el (kmacro-end-macro): Isearch may store this command
10244 into the macro -- so ignore it when executing keyboard macro.
10245
10246 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10247
10248 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10249
10250 2005-03-29 Kenichi Handa <handa@m17n.org>
10251
10252 * language/thai.el ("Thai"): Set setup-function and exit-function
10253 for Thai language environment.
10254
10255 * language/thai-util.el: Require thai-word.
10256 (thai-word-mode-map): New variable.
10257 (thai-word-mode): New minor mode.
10258 (setup-thai-language-environment-internal): New function.
10259 (exit-thai-language-environment-internal): New function.
10260
10261 * language/thai-word.el (thai-word-table): Declare it by defvar,
10262 use dolist to initialize it.
10263 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10264 (thai-fill-find-break-point): New functions.
10265
10266 2005-03-29 Richard M. Stallman <rms@gnu.org>
10267
10268 * simple.el (idle-update-delay): Move definition up.
10269 (set-mark): Doc fix.
10270
10271 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10272
10273 * longlines.el: New file.
10274
10275 * simple.el (buffer-substring-filters): New variable.
10276 (filter-buffer-substring): New function.
10277 (kill-region, copy-region-as-kill): Use it.
10278
10279 * register.el (copy-to-register, append-to-register)
10280 (prepend-to-register): Use filter-buffer-substring.
10281
10282 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10283
10284 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10285 (gud-filter-pending-text): Move in front of gdb.
10286 (gud-overlay-arrow-position): New variable.
10287 (gud-sentinel, gud-display-line): Use it in place of
10288 overlay-arrow-position.
10289
10290 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10291
10292 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10293 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10294 (fortran-font-lock-keywords-4): New variable.
10295 (fortran-blocks-re, fortran-end-block-re)
10296 (fortran-start-block-re): New constants, for hideshow.
10297 (hs-special-modes-alist): Add a Fortran entry.
10298 (fortran-mode-map): Bind fortran-end-of-block,
10299 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10300 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10301 (fortran-looking-at-if-then, fortran-end-of-block)
10302 (fortran-beginning-of-block): New functions, for hideshow.
10303
10304 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10305 Doc fix. Tweak regexp.
10306 (f90-beginning-of-block): Push mark first.
10307
10308 2005-03-29 Jay Belanger <belanger@truman.edu>
10309
10310 * calc/calc.el: Update copyright date.
10311 (calc-version): Increase to 2.1.
10312 (calc-version-date): Remove.
10313
10314 * calc/calc-help.el: Update copyright date.
10315 (calc-full-help): Remove reference to calc-version-date.
10316 Update copyright date.
10317
10318 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * vc.el (vc-do-command): Use a pipe for async processes, so password
10321 prompts don't show up at places where the user can't reply.
10322
10323 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10324
10325 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10326 on the file name we pass to the inferior shell.
10327
10328 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10329
10330 * progmodes/which-func.el (which-function): Be robust in the face of an
10331 imenu--make-index-alist failure.
10332
10333 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10336
10337 * progmodes/python.el (python-preoutput-filter): Fix last change.
10338
10339 2005-03-29 Lute Kamstra <lute@gnu.org>
10340
10341 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10342 functions and compiled macros.
10343 (debug-convert-byte-code): Handle macros too.
10344 (debug-on-entry-1): Don't signal an error when trying to clear a
10345 function that is not set to debug on entry.
10346
10347 2005-03-29 Jay Belanger <belanger@truman.edu>
10348
10349 * calc/calc-lang.el: Add functions to math-function-table
10350 properties of tex and math.
10351
10352 2005-03-29 Kenichi Handa <handa@m17n.org>
10353
10354 * ps-mule.el (ps-mule-plot-string): Translate characters by
10355 ps-print-translation-table.
10356 (ps-mule-begin-job): Call find-charset-region/string with
10357 ps-print-translation-table.
10358 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10359
10360 * ps-print.el (ps-print-translation-table): New variable.
10361 (ps-plot-region): Translate characters by ps-print-translation-table.
10362
10363 2005-03-29 Juri Linkov <juri@jurta.org>
10364
10365 * simple.el (next-error-highlight-timer): New variable.
10366
10367 * progmodes/compile.el (compilation-goto-locus):
10368 Use `next-error-highlight-timer' instead of `sit-for'.
10369
10370 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * mail/supercite.el (sc-mail-field): Use assoc-string.
10373 (sc-get-address): Simplify regexps.
10374
10375 * files.el (minibuffer-with-setup-hook): New macro.
10376 (find-file-read-args): Use it to avoid let-binding
10377 minibuffer-with-setup-hook (which breaks turning on/off
10378 file-name-shadow-mode while in the prompt).
10379
10380 * complete.el (PC-read-include-file-name-internal):
10381 Use test-completion.
10382
10383 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10384
10385 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10386
10387 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * window.el (window-buffer-height): Use count-screen-lines.
10390
10391 * progmodes/python.el (python-preoutput-leftover): New var.
10392 (python-preoutput-filter): Use it.
10393 (python-send-receive): Loop until all the result has been received.
10394
10395 2005-03-28 Juri Linkov <juri@jurta.org>
10396
10397 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10398
10399 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10400 "Recover Crashed Session".
10401 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10402 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10403 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10404 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10405 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10406 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10407 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10408 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10409
10410 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10411 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10412 Ediff Sessions", "Toggle use of separate control buffer frame",
10413 "Use separate frame for Ediff control buffer".
10414
10415 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10416 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10417 "Rename Bookmark", "Delete Bookmark".
10418
10419 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10420 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10421 Add `:active Info-index-alternatives' to "Next Matching Item".
10422
10423 * wdired.el (wdired-change-to-wdired-mode):
10424 Mention `wdired-abort-changes' key in the initial message.
10425
10426 * international/mule.el (auto-coding-alist): Associate non-ascii
10427 image filename extensions with `no-conversion'.
10428
10429 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * international/iso-acc.el:
10432 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10433
10434 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10435
10436 * textmodes/sgml-mode.el (html-mode): Doc update.
10437
10438 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10439
10440 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10441
10442 * term.el (term-move-columns): Fix face after extending a line.
10443 (term-insert-spaces): Likewise.
10444 (term-reset-terminal): Fix off by one error.
10445
10446 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10447
10448 * international/mule.el (auto-coding-alist): Add .xpi files.
10449
10450 * files.el (auto-mode-alist): Add .xpi files.
10451
10452 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10453
10454 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10455
10456 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10457
10458 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10459
10460 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10461
10462 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10463 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10464
10465 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10466 cursor to Jan 1 when needed.
10467 (calendar-end-of-year): Fix -/+ typo.
10468 Reported by Chong Yidong <cyd@stupidchicken.com>.
10469
10470 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10473
10474 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10475 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10476
10477 2005-03-25 Richard M. Stallman <rms@gnu.org>
10478
10479 * filesets.el (filesets-init): Add autoload.
10480
10481 * mail/mailalias.el (mail-directory): Doc fix.
10482
10483 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10484
10485 * mail/mailalias.el (mail-directory-process): Do nothing if
10486 mail-directory-process is an atom.
10487 (mail-get-names): Ignore mail-directory-names if it is an atom.
10488 (mail-directory-process defvar): Doc fix.
10489 (mail-names): Doc fix.
10490
10491 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10492
10493 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10494
10495 2005-03-26 Kenichi Handa <handa@m17n.org>
10496
10497 * international/mule-util.el (detect-coding-with-priority):
10498 Call update-coding-systems-internal before detect-coding-region.
10499
10500 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10501
10502 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10503 (gdb-frames-mode-map): Add follow-link property.
10504
10505 2005-03-25 Jay Belanger <belanger@truman.edu>
10506
10507 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10508 for variables.
10509
10510 2005-03-25 Juri Linkov <juri@jurta.org>
10511
10512 * image-mode.el: Optimize image filename extension regexps in
10513 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10514 in `auto-mode-alist'.
10515 (image-mode): Add `image-toggle-display-text' to local hook
10516 `change-major-mode-hook'. Display the image as an image by
10517 default. Set `cursor-type' and `truncate-lines' if the image
10518 is already displayed. Take into account the current mode (image
10519 or text) in message.
10520 (image-minor-mode): New minor mode.
10521 (image-mode-maybe, image-toggle-display-text): New functions.
10522 (image-toggle-display): Use called-interactively-p.
10523 Let-bind `inhibit-read-only' to t.
10524
10525 * image-mode.el (image-minor-mode): Set `cursor-type' and
10526 `truncate-lines' if the image is already displayed. Add turning
10527 image-minor-mode off to `change-major-mode-hook'. Add message.
10528 Call `image-toggle-display-text' after turning image-minor-mode off.
10529
10530 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10533 Terminal.app, use utf-8.
10534 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10535 (set-locale-environment): Use it.
10536
10537 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10538
10539 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10540
10541 * progmodes/python.el (python-close-block-statement-p)
10542 (python-outdent-p, python-current-defun): Use symbol-end.
10543
10544 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10545
10546 * files.el (save-some-buffers): Doc fix.
10547
10548 2005-03-25 Werner Lemberg <wl@gnu.org>
10549
10550 * complete.el, thumbs.el: Replace `legal' with `valid'.
10551 * calendar/calendar.el: Replace `legal' with `valid'.
10552 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10553 * mail/supercite.el: Replace `legal' with `valid'.
10554 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10555 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10556 Replace `legal' with `valid'.
10557 * textmodes/reftex-vars.el, textmodes/reftex.el:
10558 Replace `legal' with `valid'.
10559
10560 2005-03-25 Werner Lemberg <wl@gnu.org>
10561
10562 * calc/calc-forms.el, calc/calc-sel.el:
10563 * midnight.el, vc-cvs.el:
10564 * emacs-lisp/cl-macs.el:
10565 * emulation/vip.el:
10566 * eshell/esh-io.el, eshell/esh-var.el:
10567 * mail/supercite.el:
10568 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10569 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10570 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10571 * progmodes/sh-script.el, progmodes/xscheme.el:
10572 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10573 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10574 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10575 * textmodes/reftex.el, textmodes/org.el:
10576 Replace `illegal' with `invalid'.
10577
10578 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10581 (flymake-find-buildfile, flymake-find-possible-master-files)
10582 (flymake-check-include, flymake-parse-line): Replace loops over the
10583 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10584
10585 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10586 Substitute file-name-as-directory in the rest of the file.
10587 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10588 (flymake-replace-region): Remove unused arg `buffer'.
10589 (flymake-check-patch-master-file-buffer): Update calls to it.
10590 (flymake-add-err-info): Remove unused var `count'.
10591 (flymake-mode): Use define-minor-mode.
10592
10593 * progmodes/flymake.el: Use with-current-buffer.
10594 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10595 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10596 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10597 Avoid testing for `xemacs'.
10598 (flymake-nop): Move.
10599 (flymake-region-has-flymake-overlays): Return the computed value.
10600 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10601 Remove unused var `endline'.
10602 (flymake-get-line-count): Remove unused function.
10603 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10604
10605 * emulation/vi.el:
10606 * generic.el:
10607 * hilit-chg.el (global-highlight-changes):
10608 * hi-lock.el (hi-lock-mode):
10609 * follow.el: find-file-hooks -> find-file-hook.
10610
10611 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10612
10613 2005-03-24 Juri Linkov <juri@jurta.org>
10614
10615 * dired.el (dired-mode-map): Add menu item "Compare directories"
10616 for dired-compare-directories.
10617
10618 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10619 Doc fix. Replace `read-file-name' with `read-directory-name'.
10620
10621 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10624
10625 2005-03-24 Jay Belanger <belanger@truman.edu>
10626
10627 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10628 relevant mode settings in calc-embedded-original-modes when modes
10629 are permanently changed.
10630
10631 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 * autoinsert.el: find-file-hooks -> find-file-hook.
10634
10635 2005-03-24 Lute Kamstra <lute@gnu.org>
10636
10637 * generic.el (generic-font-lock-defaults): Make it obsolete.
10638 (generic-font-lock-keywords): New variable to replace
10639 generic-font-lock-defaults.
10640 (generic-mode-set-font-lock): Delete it.
10641 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10642 (generic-bracket-support): Add docstring.
10643
10644 * generic-x.el: Rename generic-font-lock-defaults to
10645 generic-font-lock-keywords throughout.
10646 (mailagent-rules-setup-function): Delete it.
10647 (mailagent-rules-generic-mode): Use anonymous function instead.
10648 (show-tabs-generic-mode-font-lock-defaults-1)
10649 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10650 Quote faces.
10651 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10652 not foreground.
10653
10654 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10655 Recognize define-generic-mode.
10656
10657 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10660 if there's no completion table.
10661
10662 2005-03-23 Miles Bader <miles@gnu.org>
10663
10664 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10665 Remove tty-specific variants, as they're no longer needed.
10666
10667 2005-03-23 Lute Kamstra <lute@gnu.org>
10668
10669 * generic-x.el: Code cleanup: make args constant whenever possible.
10670 (installshield-statement-keyword-list)
10671 (installshield-system-functions-list)
10672 (installshield-system-variables-list, installshield-types-list)
10673 (installshield-funarg-constants-list): Make them constants.
10674
10675 * generic.el (generic-make-keywords-list): Add autoload cookie.
10676
10677 * calendar/time-date.el: Add comment on time value formats.
10678 Don't require parse-time.
10679 (with-decoded-time-value): New macro.
10680 (encode-time-value): New function.
10681 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10682 (days-to-time): Return a valid time value when arg is huge.
10683 (time-since): Use time-subtract.
10684 (time-to-number-of-days): Use time-to-seconds.
10685
10686 2005-03-23 David Ponce <david@dponce.com>
10687
10688 * recentf.el: (recentf-keep): New option.
10689 (recentf-menu-action): Default to `find-file'.
10690 (recentf-keep-non-readable-files-flag)
10691 (recentf-keep-non-readable-files-p)
10692 (recentf-file-readable-p, recentf-find-file)
10693 (recentf-cleanup-remote): Remove.
10694 (recentf-include-p): More robust.
10695 (recentf-keep-p): New function.
10696 (recentf-remove-if-non-kept): Rename from
10697 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10698 All callers updated.
10699 (recentf-menu-items-for-commands): Fix help string.
10700 (recentf-track-closed-file): Update. Doc fix.
10701 (recentf-cleanup): Update. Count removed files. Doc fix.
10702
10703 2005-03-23 Kim F. Storm <storm@cua.dk>
10704
10705 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10706 Don't inherit from fringe face (now happens automatically).
10707
10708 2005-03-22 Kim F. Storm <storm@cua.dk>
10709
10710 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10711 position values.
10712
10713 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10714
10715 * menu-bar.el (showhide-date-time): Remove.
10716 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10717 (menu-bar-make-mm-toggle): Simplify.
10718
10719 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10720
10721 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10722 Accept qualified variable and function names.
10723
10724 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10725
10726 * bindings.el (completion-ignored-extensions):
10727 Remove ".lis" for `vax-vms'.
10728
10729 2005-03-22 Andreas Schwab <schwab@suse.de>
10730
10731 * generic-x.el: Revert last change.
10732 * ldefs-boot.el: Update.
10733
10734 2005-03-22 Jay Belanger <belanger@truman.edu>
10735
10736 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10737 (calc-embedded-save-original-modes)
10738 (calc-embedded-restore-original-modes): New functions.
10739 (calc-do-embedded): Save original modes when entering embedded mode
10740 and restore when leaving embedded mode.
10741 (calc-embedded-modes-change): Change the value of
10742 calc-embedded-original-modes to reflect permanent changes.
10743
10744 2005-03-22 Lute Kamstra <lute@gnu.org>
10745
10746 * generic-x.el: Require generic again.
10747
10748 2005-03-22 Miles Bader <miles@gnu.org>
10749
10750 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10751 Tweak details to look good on both ttys and bitmap displays, light
10752 or dark background, etc.
10753
10754 2005-03-21 Kim F. Storm <storm@cua.dk>
10755
10756 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10757 mouse position.
10758
10759 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10760
10761 * icomplete.el: Don't forcibly turn on the mode upon load.
10762 (icomplete-mode): Use define-minor-mode.
10763 (icomplete-eoinput): Default to nil.
10764 (icomplete-minibuffer-setup): Remove autoload.
10765 (icomplete-tidy): Simplify.
10766 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10767 in the initial state or if the user has modified the field.
10768 Fix handling of icomplete-max-delay-chars.
10769 Remove code that handles the oddball case where
10770 minibuffer-completion-table is an integer.
10771 Wrap icomplete-completions in while-no-input in case building
10772 completions takes more time than expected.
10773 (icomplete-completions): Simplify.
10774
10775 2005-03-21 Richard M. Stallman <rms@gnu.org>
10776
10777 * jka-compr.el (jka-compr-really-do-compress):
10778 Make variable buffer-local.
10779
10780 * image-mode.el: Handle .xpm files too.
10781 (image-toggle-display): Preserve modification flag.
10782
10783 * help.el (where-is): Don't mention aliases with no key bindings.
10784
10785 2005-03-21 Lute Kamstra <lute@gnu.org>
10786
10787 * generic.el: Fix commentary section. Don't require cl for
10788 compilation.
10789 (generic-mode-list): Add autoload cookie.
10790 (generic-use-find-file-hook, generic-lines-to-scan)
10791 (generic-find-file-regexp, generic-ignore-files-regexp)
10792 (generic-mode, generic-mode-find-file-hook)
10793 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10794 (define-generic-mode): Make it a defmacro. Fix docstring.
10795 (generic-mode-internal): Code cleanup. Add autoload cookie.
10796 (generic-mode-set-comments): Code cleanup.
10797 * generic-x.el: Don't prevent compilation. Don't require generic.
10798 Follow coding conventions. Minor code cleanup.
10799 (etc-fstab-generic-mode): Add some keywords.
10800 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10801 define-generic-mode like a function declaration.
10802
10803 2005-03-21 Jay Belanger <belanger@truman.edu>
10804
10805 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10806 changing modes.
10807
10808 2005-03-21 Sam Steingold <sds@gnu.org>
10809
10810 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10811
10812 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10813
10814 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10815 Add underscore to "f$ lexicals" regexp.
10816
10817 2005-03-20 Juri Linkov <juri@jurta.org>
10818
10819 * subr.el (progress-reporter-do-update): When `min-value' is equal
10820 to `max-value', set `percentage' to 0 and prevent division by zero.
10821
10822 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10823
10824 Sync with Tramp 2.0.48.
10825
10826 * net/tramp.el (all): Change all addresses to .gnu.org.
10827 (tramp-append-tramp-buffers): New defun.
10828 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10829 Catch `dont-send' signal.
10830 (tramp-set-auto-save-file-modes): Set always permissions, because
10831 there might be an old auto-saved file belonging to another
10832 original file. This could be a security threat. Reported by
10833 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10834 Check for Emacs 21.3.50 removed.
10835
10836 * net/tramp-smb.el (all): Remove debug construct for
10837 `with-parsed-tramp-file-name'.
10838 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10839 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10840 No error message if DIRECTORY or FILENAME doesn't exist.
10841 (tramp-smb-open-connection): Check existence of
10842 `tramp-smb-program'.
10843
10844 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10845
10846 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10847 Properly handle the case where the `m' or `s' command's argument is not
10848 yet terminated.
10849 (perl-indent-new-calculate): New function.
10850 (perl-indent-line): Use it.
10851
10852 2005-03-20 Miles Bader <miles@gnu.org>
10853
10854 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10855 in text-mode too. Change to new face names.
10856 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10857 Add `:weight bold' attribute.
10858 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10859
10860 2005-03-19 Juri Linkov <juri@jurta.org>
10861
10862 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10863
10864 * international/mule.el (auto-coding-alist): Sync with
10865 `auto-mode-alist' by adding upper case archive file extensions
10866 and adding ear/war to jar extension.
10867
10868 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10869
10870 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10871 running, restart it.
10872
10873 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10874
10875 * finder.el (finder-current-item): Throw an error on an empty line.
10876
10877 * man.el (Man-follow-manual-reference): If current-word returns
10878 nil, use "".
10879
10880 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10881
10882 * simple.el (goto-line): Doc fix.
10883
10884 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10885
10886 * files.el (save-buffer): Doc fix.
10887
10888 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10889
10890 * recentf.el (recentf-cleanup-remote): New variable.
10891 (recentf-cleanup): Use it to conditionally check availability of
10892 remote files.
10893
10894 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10895
10896 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10897 function names.
10898
10899 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10900
10901 * language/thai-word.el: New file.
10902
10903 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10904
10905 * files.el (backup-buffer): If the file's directory is not
10906 writable, use copy instead of move to backup the file.
10907
10908 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10909
10910 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10911
10912 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10913
10914 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10915 Use functionp instead of symbolp and fboundp. Reported by Drkm
10916 <darkman_spam@yahoo.fr>.
10917 (ps-print-version): New version 6.6.6.
10918
10919 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10920
10921 * textmodes/table.el (table--line-column-position): New idiom.
10922 (table--row-column-insertion-point-p): New function to test
10923 validity of row and column insertion operation at a location.
10924 (table-global-menu, table-cell-menu): Use above functions for
10925 deterministic test operation.
10926 (table--editable-cell-p): Behave in deterministic fashion.
10927
10928 2005-03-18 Juri Linkov <juri@jurta.org>
10929
10930 * isearch.el (isearch-lazy-highlight-new-loop):
10931 Make arguments beg and end optional.
10932 (isearch-update): Remove optional arguments nil from
10933 isearch-lazy-highlight-new-loop.
10934 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10935 isearch-lazy-highlight-case-fold-search instead of
10936 isearch-case-fold-search, and let-bind isearch-regexp to
10937 isearch-lazy-highlight-regexp.
10938 Use isearch-lazy-highlight-last-string instead of isearch-string.
10939
10940 * replace.el (perform-replace): Remove bindings of global
10941 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10942 Add three new arguments to `replace-highlight'.
10943 (replace-highlight): Add arguments string, regexp, case-fold.
10944 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10945 to allow isearch-lazy-highlight-new-loop to use these values
10946 to set corresponding isearch-lazy-highlight-* internal
10947 variables whose values lazy highlighting will use regardless of
10948 changes to global variables isearch-string, isearch-regexp,
10949 isearch-case-fold-search during lazy highlighting loop.
10950 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10951 to `lazy-highlight-cleanup'.
10952
10953 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10954 (ispell-highlight-face): Set default face to `isearch' when
10955 lazy highlighting is enabled.
10956 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10957 priority to 1. Add lazy highlighting.
10958 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10959 from `isearch-dehighlight'.
10960
10961 2005-03-18 David Ponce <david@dponce.com>
10962
10963 * files.el (hack-local-variables): Do a case-insensitive search
10964 for End.
10965
10966 2005-03-18 Juri Linkov <juri@jurta.org>
10967
10968 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10969 `isearch-lazy-highlight-cleanup', add alias to old name and
10970 declare obsolete. Add release numbers to other obsolete vars.
10971 (isearch-done, isearch-lazy-highlight-new-loop):
10972 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10973 (lazy-highlight-cleanup) <variable>: Doc fix.
10974 (isearch-lazy-highlight-update): Rename obsolete
10975 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10976
10977 2005-03-18 Kenichi Handa <handa@m17n.org>
10978
10979 * language/thai-util.el: Fix categorization of Thai characters in
10980 thai-category-table.
10981 (thai-composition-pattern): Adjust it for the above change.
10982 (thai-self-insert-command, thai-compose-syllable): New functions.
10983 (thai-compose-region): Use thai-compose-syllable.
10984 (thai-compose-string): Likewise.
10985 (thai-composition-function): Likewise.
10986 (thai-auto-composition): New function.
10987 (thai-auto-composition-mode): New minor mode.
10988
10989 * language/thai.el: Fix patterns to be registered in
10990 composition-function-table.
10991
10992 * international/quail.el (quail-input-method): Locally bind
10993 inhibit-modification-hooks to t.
10994
10995 2005-03-17 Richard M. Stallman <rms@gnu.org>
10996
10997 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10998 (perl-mode): Use run-mode-hooks.
10999
11000 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11001 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11002 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11003
11004 * mail/sendmail.el (sendmail-send-it): Reenable the code
11005 to compute resend-to-address and use it.
11006
11007 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11008
11009 * image-mode.el: New file.
11010
11011 * image.el (insert-sliced-image): Add autoload cookie.
11012
11013 * font-lock.el (font-lock-lines-before): New user option.
11014 (font-lock-after-change-function): Obey it.
11015
11016 * bindings.el (esc-map): Make M-g a prefix.
11017 Bind M-g g and M-g M-g to goto-line.
11018
11019 * faces.el (face-id): Doc fix.
11020
11021 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11022
11023 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11024 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11025 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11026
11027 * mail/sendmail.el (mail-yank-ignored-headers)
11028 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11029 Add Mail-Followup-To and Mail-Reply-To headers.
11030 (mail-citation-hook): Add autoload cookie.
11031 (mail-mode): Doc fix.
11032 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11033 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11034 (mail-mode-fill-paragraph): Handle those headers.
11035 (mail-mailing-lists): New variable.
11036 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11037
11038 2005-03-17 Juri Linkov <juri@jurta.org>
11039
11040 * isearch.el (isearch-fallback): Check for `(car previous)'
11041 before calling `isearch-other-end-state'.
11042
11043 2005-03-17 Kim F. Storm <storm@cua.dk>
11044
11045 * simple.el (move-beginning-of-line): Move to beginning of buffer
11046 line, as well as beginning of screen line.
11047
11048 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11049
11050 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11051 argument REDRAW rather than calendar-redrawing variable.
11052 * calendar/calendar.el (calendar-redrawing): Delete.
11053 (redraw-calendar): Do not bind calendar-redrawing.
11054
11055 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11056
11057 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11058 diary-file buffer.
11059
11060 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * help.el (describe-mode): Allow a :minor-mode-function property to
11063 specify a different minor mode toggle function than the variable.
11064 * simple.el (auto-fill-function):
11065 * subr.el (add-minor-mode): Use it.
11066
11067 2005-03-16 Kenichi Handa <handa@m17n.org>
11068
11069 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11070 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11071 (ethio-fidel-to-sera-buffer): Likewise.
11072
11073 2005-03-16 Juri Linkov <juri@jurta.org>
11074
11075 * emacs-lisp/find-func.el (find-function-regexp):
11076 Add defun-emitting macro `menu-bar-make-toggle'.
11077
11078 * isearch.el: Put `isearch-scroll' property to
11079 `split-window-horizontally'.
11080
11081 * info.el: Update error messages for `debug-ignored-errors'.
11082 (Info-isearch-search): Doc fix.
11083 (Info-find-node): Move up code to go into info buffer before
11084 recording the node to the history.
11085 (Info-fontify-node): Fontify titles only if the next line
11086 has two or more `*', `=', `-', `.'.
11087 Display "go to this node" for empty (match-string 3).
11088
11089 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11090
11091 * term/mac-win.el: Add mouse pointer shape constants.
11092
11093 2005-03-15 Kim F. Storm <storm@cua.dk>
11094
11095 * simple.el (move-beginning-of-line): Use vertical-motion.
11096
11097 2005-03-15 Juri Linkov <juri@jurta.org>
11098
11099 * isearch.el (isearch-error): New variable.
11100 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11101 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11102 (isearch-within-brackets-state): Remove.
11103 (isearch-case-fold-search-state, isearch-pop-fun-state):
11104 Decrease frame index.
11105 (isearch-mode, isearch-top-state, isearch-push-state)
11106 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11107 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11108 (isearch-search, isearch-lazy-highlight-new-loop):
11109 Replace `isearch-invalid-regexp' with `isearch-error'.
11110 Remove `isearch-within-brackets'.
11111 (isearch-search): Add `search-failed' handler to `condition-case'.
11112 (isearch-lazy-highlight-search): Add `condition-case' to catch
11113 errors and allow `isearch-lazy-highlight-update' to try
11114 highlighting from the beginning of the window.
11115 (isearch-repeat): Move up code to set isearch-wrapped to t
11116 before calling isearch-wrap-function.
11117
11118 * info.el (Info-isearch-initial-node): New internal variable.
11119 (Info-search): Signal an error in isearch mode when search leaves
11120 the initial node. Signal an error when `bound' is non-nil and
11121 nothing was found in the current subfile.
11122 (Info-isearch-search): Remove `condition-case'.
11123 (Info-isearch-wrap): Don't wrap when search failed during leaving
11124 the initial node. If `Info-isearch-search' is nil, wrap around
11125 the current node.
11126 (Info-isearch-start): New fun.
11127 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11128 `isearch-mode-hook'.
11129
11130 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11131
11132 * simple.el (normal-erase-is-backspace): Set default to t if
11133 running on Mac.
11134
11135 * term/mac-win.el (function-key-map): Sync with x-win.el.
11136
11137 2005-03-15 Kenichi Handa <handa@m17n.org>
11138
11139 * international/mule-cmds.el (locale-language-names): Modify the
11140 format of elements and add more entries.
11141 (locale-preferred-coding-systems): Add more entries.
11142 (set-locale-environment): Adjust for the change of
11143 locale-language-names.
11144
11145 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11146
11147 * pcvs.el (smerge-ediff): Remove bogus autoload.
11148
11149 2005-03-14 Lute Kamstra <lute@gnu.org>
11150
11151 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11152 Ignore a `*' at the beginning of a line.
11153
11154 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11155 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11156 subr.el.
11157 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11158 to specify indentation.
11159
11160 * generic.el (define-generic-mode): Let generic-mode-list be a
11161 list of strings; test membership with equal.
11162
11163 2005-03-14 Kim F. Storm <storm@cua.dk>
11164
11165 * simple.el (next-line, previous-line): Add optional try-vscroll
11166 arg to recognize interactive use. Pass it on to line-move.
11167 (line-move): Don't perform auto-window-vscroll when defining or
11168 executing keyboard macro to ensure consistent behavior.
11169
11170 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11173
11174 2005-03-13 Lute Kamstra <lute@gnu.org>
11175
11176 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11177 debugger-setup-buffer so that backtrace marks the frames set to
11178 debug-on-exit and we don't have to do it manually. Set an extra
11179 debug-on-exit for macro's.
11180 (debugger-setup-buffer): Don't mark the top frame manually.
11181
11182 2005-03-12 Lute Kamstra <lute@gnu.org>
11183
11184 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11185 lisp-indent-function throughout.
11186 (with-no-warnings): Set lisp-indent-function property.
11187
11188 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11189
11190 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11191 Add entry for backslash.
11192
11193 2005-03-12 Juri Linkov <juri@jurta.org>
11194
11195 * info.el (Info-search): Four fixes for backward search.
11196
11197 2005-03-11 Jay Belanger <belanger@truman.edu>
11198
11199 * calc/calc.el (calc-language-alist): New variable.
11200 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11201 (calc-embedded-find-modes): Use calc-language-alist instead of
11202 calc-embedded-language-alist.
11203
11204 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11205
11206 * calendar/calendar.el (calendar-redrawing): New internal
11207 variable.
11208 (redraw-calendar): Remove bogus save-excursion from previous
11209 change. Bind calendar-redrawing to t for mark-diary-entries.
11210 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11211 calendar if that is why we were called.
11212
11213 2005-03-11 Kenichi Handa <handa@m17n.org>
11214
11215 * international/mule.el (make-coding-system): Set property
11216 coding-system-define-form to nil.
11217 (define-coding-system-alias): Likewise.
11218
11219 2005-03-11 Kenichi Handa <handa@m17n.org>
11220
11221 These changes are suggested by Dave Love <fx@gnu.org>.
11222
11223 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11224 coding: tag.
11225 (adaptive-fill-regexp): Add more bullets.
11226 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11227 regexps.
11228
11229 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * help.el (describe-mode): Properly handle non-trivial lighters.
11232 Don't ignore minor modes that are not listed in minor-mode-list.
11233
11234 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11235 feature ON when the user requests to turn it OFF.
11236
11237 2005-03-10 Lute Kamstra <lute@gnu.org>
11238
11239 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11240 (implement-debug-on-entry): New function to replace debug-entry-code.
11241 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11242 second argument as the 2005-03-07 change makes it obsolete.
11243 (debug-on-entry, cancel-debug-on-entry): Update call to
11244 debug-on-entry-1.
11245 (debug, debugger-setup-buffer): Comment update.
11246 (debugger-frame-number): Update to work with implement-debug-on-entry.
11247
11248 2005-03-10 Jay Belanger <belanger@truman.edu>
11249
11250 * calc/calc-embed.el (math-ms-args): Declare it.
11251 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11252 math-ms-args.
11253 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11254 variables.
11255
11256 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11257
11258 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11259 Use message-box.
11260
11261 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11262 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11263 (tooltip-gud-tips): Simplify.
11264 (tooltip-gud-tips-p): Remove superfluous :set.
11265 (tooltip-gud-modes): Add fortran-mode.
11266 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11267
11268 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11269
11270 2005-03-09 Kim F. Storm <storm@cua.dk>
11271
11272 * play/animate.el (animate-place-char): Use forward-line instead
11273 of next-line to improve performance.
11274
11275 2005-03-09 Simon Josefsson <jas@extundo.com>
11276
11277 * net/browse-url.el (browse-url-default-browser): Doc fix.
11278
11279 2005-03-09 Miles Bader <miles@gnu.org>
11280
11281 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11282 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11283
11284 2005-03-09 Kenichi Handa <handa@m17n.org>
11285
11286 * international/latin-1.el: Set case and syntax for 255 only if
11287 set-case-syntax-set-multibyte is nil.
11288
11289 * textmodes/ispell.el (ispell-insert-word): New function.
11290 (ispell-word): Use ispell-insert-word to insert a new word.
11291 (ispell-process-line): Likewise.
11292 (ispell-complete-word): Likewise.
11293
11294 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11295
11296 * calendar/calendar.el (redraw-calendar): Preserve point.
11297 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11298 (calendar-week-start-day): Move after definition of
11299 redraw-calendar. Delete buffer test, since redraw-calendar has
11300 that now.
11301
11302 * calendar/diary-lib.el (mark-diary-entries): Only call
11303 redraw-calendar in the first of any recursive calls.
11304 Reported by Alan Shutko <ats@acm.org>.
11305
11306 2005-03-08 Juri Linkov <juri@jurta.org>
11307
11308 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11309 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11310 (html-radio-buttons): Add a space before the trailing `/>' where
11311 sgml-xml-mode is non-nil.
11312 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11313 the subsequent tag of the empty XML tag.
11314 (html-href-anchor): Don't set initial input to "http:".
11315 (html-image): Ask for the image URL and set point inside alt="".
11316 (html-name-anchor): Duplicate the name in the `id' attribute when
11317 sgml-xml-mode is non-nil.
11318 (html-paragraph): Remove \n before <p>.
11319 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11320 instead of `checked' when sgml-xml-mode is non-nil.
11321
11322 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11323 Remove 1 space before #RRGGBB to not truncate it on terminal
11324 windows w/o fringes. Remove 1 space between bg and fg examples
11325 to get more space.
11326 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11327 avoid byte-compile warnings.
11328
11329 * image-file.el (image-file-handler): Put `safe-magic' property to
11330 `image-file-handler'.
11331
11332 * info.el (Info-isearch-search): Emulate word search in
11333 isearching through multiple Info nodes with Info-search.
11334 (Info-isearch-wrap): Allow isearch-word.
11335
11336 2005-03-08 Lute Kamstra <lute@gnu.org>
11337
11338 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11339 stepping into the debugger's code is not possible.
11340 (debugger-jumping-flag): Docstring update.
11341
11342 2005-03-08 Jay Belanger <belanger@truman.edu>
11343
11344 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11345 embedded mode begins.
11346 (calc-embedded-language-alist): New variable.
11347 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11348 set default language mode.
11349
11350 2005-03-08 Kenichi Handa <handa@m17n.org>
11351
11352 * international/ccl.el (define-ccl-program): Fix docstring about
11353 extra 256 bytes assured for the output buffer.
11354
11355 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11356 Fix BUFFER_MAGNIFICATION to 2.
11357 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11358
11359 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11360
11361 * align.el (align-rules-list): Added an alignment rule for CSS
11362 declarations (applies to css-mode and html-mode buffers).
11363
11364 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11367
11368 2005-03-07 Kim F. Storm <storm@cua.dk>
11369
11370 * simple.el (move-beginning-of-line): New command.
11371
11372 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11373
11374 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11375
11376 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11377 and move-beginning-of-line.
11378
11379 * apropos.el (apropos-print): Omit command from M-x ... RET.
11380
11381 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11382
11383 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11384 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11385
11386 2005-03-06 Richard M. Stallman <rms@gnu.org>
11387
11388 * bindings.el (esc-map): Bind M-g to goto-line.
11389
11390 * facemenu.el (global-map): Bind M-o, not M-g.
11391
11392 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11393
11394 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11395 "Open Directory" as for "Open File".
11396
11397 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11398
11399 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11400 (push-mark-command): Run activate-mark-hook.
11401
11402 2005-03-06 Richard M. Stallman <rms@gnu.org>
11403
11404 * help-mode.el (help-mode-finish): Don't alter the element
11405 in view-return-to-alist if there already is one.
11406
11407 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11408 make sure the current buffer is the expected one.
11409
11410 * novice.el (disabled-command-function): Output in *Disabled Command*.
11411 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11412
11413 * textmodes/flyspell.el (flyspell-large-region):
11414 Pass args differently for aspell.
11415
11416 * files.el (mode-require-final-newline): Doc fix.
11417
11418 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11419
11420 * progmodes/which-func.el (which-function):
11421 Specify NOERROR when calling imenu--make-index-alist.
11422
11423 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * simple.el (normal-erase-is-backspace): Define default value.
11426
11427 * custom.el (custom-theme-set-variables): Remove unused var
11428 `immediate'.
11429 (custom-reevaluate-setting): Simple function to handle variables
11430 that are defined before their default value can really be
11431 computed.
11432
11433 * startup.el (command-line): Use it for temporary-file-directory,
11434 small-emporary-file-directory, auto-save-file-name-transforms,
11435 blink-cursor-mode, and normal-erase-is-backspace.
11436
11437 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11438 progress, even with buggy anchored keywords.
11439
11440 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11441
11442 * simple.el (goto-line): Remove unbalanced final parenthesis.
11443
11444 2005-03-05 Richard M. Stallman <rms@gnu.org>
11445
11446 * simple.el (goto-line): Use a number at point as the default.
11447 With C-u as arg, switch buffers.
11448
11449 2005-03-05 Juri Linkov <juri@jurta.org>
11450
11451 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11452 with `no-blinking-cursor'.
11453
11454 * startup.el (no-blinking-cursor): New defvar.
11455 (command-line): Add `--no-blinking-cursor' to longopts.
11456 Set `no-blinking-cursor' to t for command line arguments
11457 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11458 with `no-blinking-cursor' in the condition for calling
11459 `blink-cursor-mode'.
11460
11461 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11462
11463 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11464 (menu-bar-options-save): Add blink-cursor-mode.
11465 (menu-bar-options-menu): Add blink-cursor-mode.
11466
11467 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11468
11469 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11470 (icalendar-export-file, icalendar-export-region)
11471 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11472 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11473
11474 2005-03-04 Lute Kamstra <lute@gnu.org>
11475
11476 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11477 (debug-function-list): Ditto.
11478
11479 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11480
11481 * textmodes/texinfmt.el (texinfo-append-refill):
11482 Redefine the types of line to which @refill
11483 is not appended by replacing a search for `@refill\\|@bye' with
11484 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11485 itemize@refill' bug and the unfilled long lines bug.
11486 (texinfmt-version): Update number and date.
11487
11488 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11489
11490 * international/code-pages.el (windows-1250, windows-125[2-8])
11491 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11492
11493 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11496 bound yet.
11497
11498 2005-03-02 Romain Francoise <romain@orebokech.com>
11499
11500 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11501 buffer after removing limits.
11502 (ibuffer-pop-filter): Ditto.
11503 Update copyright.
11504
11505 2005-03-02 Miles Bader <miles@gnu.org>
11506
11507 * button.el (make-text-button): If the user doesn't specify a
11508 type, use the default. Rewrite to use `add-text-properties' and
11509 plist functions.
11510
11511 2005-03-01 Lute Kamstra <lute@gnu.org>
11512
11513 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11514 (debugger-jumping-flag): New var.
11515 (debug-entry-code): Use it.
11516 (debugger-jump): Use debugger-jumping-flag and add
11517 debugger-reenable to post-command-hook.
11518 (debugger-reenable): Use debugger-jumping-flag and remove itself
11519 from post-command-hook.
11520 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11521 debugger-reenable.
11522
11523 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11524
11525 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11526 inclusion of "itemize\\|", which may be unnecessary, is certainly
11527 inelegant, and stops refilling in itemize lists when formatting
11528 Japanese Texinfo files to Info.
11529 Update copyright to 2005.
11530
11531 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11532
11533 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11534 of an error if GDB can't find the source file.
11535
11536 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11537
11538 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11539 not just the calendar.
11540
11541 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11542 first.
11543 (diary-redraw-calendar): New function.
11544 (make-diary-entry): Add diary-redraw-calendar to local
11545 write-contents-functions. Turn off selective display before
11546 inserting in diary.
11547
11548 2005-03-01 Kim F. Storm <storm@cua.dk>
11549
11550 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11551
11552 2005-03-01 Lute Kamstra <lute@gnu.org>
11553
11554 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11555 that debug-entry-code can be safely removed from a function while
11556 this code is being evaluated. Revert the 2005-02-27 change as the
11557 new implementation no longer requires it. Make sure that a
11558 function body containing just a string is not mistaken for a docstring.
11559 (debug): Skip one more frame in case of debug on entry.
11560 (debugger-setup-buffer): Delete one more frame line in case of
11561 debug on entry.
11562 (debugger-frame-number): Update to use the new text introduced by
11563 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11564
11565 2005-02-28 Kim F. Storm <storm@cua.dk>
11566
11567 * double.el (double-translate-key): Call force-window-update after
11568 read-event to avoid crash in redisplay.
11569
11570 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11573 (debug): Use it. Move the inhibit-trace earlier.
11574 (debug-entry-code): New const.
11575 (debug-on-entry-1): Use it.
11576
11577 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * international/utf-16.el (ccl-encode-mule-utf-16le):
11580 Fix BUFFER_MAGNIFICATION to 2.
11581 (ccl-encode-mule-utf-16be): Likewise.
11582
11583 2005-02-28 Kenichi Handa <handa@m17n.org>
11584
11585 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11586 Fix BUFFER_MAGNIFICATION to 4.
11587 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11588
11589 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11590
11591 * speedbar.el (speedbar-update-flag): Doc fix.
11592 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11593 argument.
11594
11595 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11598 have a non-nil `invisible' property but are actually visible.
11599
11600 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11601 for perldoc sections.
11602 (perl-outline-regexp, perl-outline-level): New var and function.
11603 (perl-mode): Use them.
11604
11605 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11606
11607 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11608 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11609
11610 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11611
11612 * cus-edit.el: Comment change.
11613 (custom-buffer-create-internal): Slightly reword text at top of
11614 Custom buffers. Mention there that saving an option edits the
11615 init file. Add link to Emacs manual node on `custom-file'.
11616 (custom-magic-alist): Rewrite individual State messages to use
11617 capitalized keywords. Doc fix.
11618
11619 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11620
11621 * calendar/calendar.el (calendar-buffer): Move above
11622 calendar-week-start-day.
11623 (calendar-week-start-day): Doc fix. Add :set function.
11624 (calendar-minimum-window-height): New variable.
11625 (generate-calendar-window): Only resize window if selected-window
11626 is displaying the calendar buffer. Use new variable
11627 calendar-minimum-window-height.
11628 (generate-calendar): Reword error message.
11629 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11630
11631 2005-02-27 Andreas Schwab <schwab@suse.de>
11632
11633 * vc.el (vc-do-command): Don't run command asynchronously when
11634 operating in a remote directory.
11635
11636 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11637 change from sync with Tramp 2.0.47.
11638
11639 2005-02-27 Richard M. Stallman <rms@gnu.org>
11640
11641 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11642
11643 * textmodes/flyspell.el (flyspell-mode-on):
11644 Call ispell-change-dictionary only if necessary.
11645
11646 * emacs-lisp/re-builder.el (regexp-builder): New function.
11647
11648 * register.el (describe-register-1): Explicitly handle
11649 yank-excluded-properties = t.
11650
11651 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11652 (custom-magic-alist): Change the status descriptions again.
11653 (face widget-type): Total rewrite based on `restricted-sexp'
11654 to eliminate the confusing double hiding levels.
11655
11656 * emacs-lisp/debug.el (debug-on-entry-1):
11657 If function body is empty, add nil as body form.
11658
11659 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * emacs-lisp/trace.el (inhibit-trace): New var.
11662 (trace-make-advice): Use it.
11663
11664 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11665
11666 2005-02-26 Kim F. Storm <storm@cua.dk>
11667
11668 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11669 (mouse-on-link-p, mouse-drag-region-1): Use it.
11670
11671 2005-02-25 Lute Kamstra <lute@gnu.org>
11672
11673 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11674
11675 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11676
11677 * frame.el (blink-cursor-mode): Add :group keyword.
11678
11679 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11680
11681 * calendar/icalendar.el (icalendar--decode-isodatetime):
11682 New optional argument DAY-SHIFT.
11683 (icalendar-export-region): Fix coding-system-for-write.
11684 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11685 events by one.
11686
11687 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11690
11691 2005-02-24 Kim F. Storm <storm@cua.dk>
11692
11693 * international/iso-acc.el (iso-accents-compose): Fix crash
11694 during redisplay. Call force-window-update after read-event
11695 and delete-region to signal that window is not accurate.
11696
11697 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11700 Remove unused and inexistent var `inhibit-trace'.
11701 (debugger-mode): Use run-mode-hooks.
11702 (debugger-list-functions): Add buttons; setup xref stack.
11703
11704 2005-02-23 Richard M. Stallman <rms@gnu.org>
11705
11706 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11707 appointment says it was explicitly made.
11708 (appt-add): Set the 3rd element.
11709 (appt-make-list): Preserve explicit appointments.
11710
11711 * subr.el (find-tag-default): Catch errors in forward-sexp.
11712
11713 2005-02-23 Juri Linkov <juri@jurta.org>
11714
11715 * info.el (Info-isearch-search): New defcustom.
11716 (Info-isearch-search): Call the default isearch function
11717 when Info-isearch-search is nil.
11718 (Info-isearch-wrap): Use variable Info-isearch-search.
11719
11720 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11721
11722 * cus-edit.el: Comment change.
11723
11724 2005-02-22 Kim F. Storm <storm@cua.dk>
11725
11726 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11727 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11728
11729 2005-02-22 Simon Josefsson <jas@extundo.com>
11730
11731 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11732 New variable.
11733 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11734 Oskarsson" <myrkraverk@users.sourceforget.net>.
11735
11736 2005-02-22 Kim F. Storm <storm@cua.dk>
11737
11738 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11739 check that window of that event is the selected window.
11740 (mouse-drag-region-1): Compare mouse event window to selected
11741 window before setting point.
11742
11743 * tooltip.el (tooltip-show-help-function): Pass event to
11744 mouse-on-link-p so it can check selected window.
11745
11746 2005-02-22 Kenichi Handa <handa@m17n.org>
11747
11748 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11749 (ps-mule-show-warning): New function.
11750 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11751 characters are found.
11752
11753 * ps-print.el (ps-header-footer-string): Return a list of header
11754 and footer strings.
11755
11756 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11757
11758 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11759
11760 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * frame.el (blink-cursor-mode): Use define-minor-mode.
11763
11764 * term/mac-win.el (function-key-map): Use char-names more consistently.
11765 (file-name-coding-system): Only set it for MacOS-9. The other case is
11766 already handled in mule-cmds.el (where it also works when mac-win.el
11767 is not used).
11768
11769 2005-02-21 Kenichi Handa <handa@m17n.org>
11770
11771 * international/mule.el (ctext-pre-write-conversion): Always use
11772 " *code-converting-work*" buffer for work.
11773
11774 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11775
11776 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11777
11778 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11779
11780 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11781
11782 * ses.el (undo-more): Restore defadvice, but only the part that
11783 allows changes outside the restricted area of the buffer.
11784
11785 2005-02-20 Kim F. Storm <storm@cua.dk>
11786
11787 * simple.el (line-move): Add fourth optional arg try-vscroll which
11788 must be set to perform auto-window-vscroll.
11789 When moving backwards and doing auto-window-vscroll, automatically
11790 vscroll to the last part of lines which are taller than the window.
11791 (next-line, previous-line): Set try-vscroll arg on line-move.
11792
11793 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11794
11795 * replace.el (query-replace, query-replace-regexp)
11796 (replace-string, replace-regexp): When operating on region, make
11797 the minibuffer prompt say so.
11798
11799 * isearch.el (isearch-forward): Document isearch-query-replace and
11800 isearch-query-replace-regexp keybindings.
11801
11802 2005-02-19 Jay Belanger <belanger@truman.edu>
11803
11804 * calc/calc-aent.el (math-read-token): Add local variable.
11805
11806 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11807 (calc-edit-top): Move declaration to earlier in file.
11808 (calc-edit-macro-repeats): Add local variables.
11809
11810 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11811 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11812 calcFunc-tanh.
11813 Adjust integration rule for calcFunc-tan.
11814
11815 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11816
11817 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11818 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11819 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11820 (viper-skip-separators): Bug fix.
11821 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11822 particular major mode.
11823 (viper-del-backward-char-in-replace): Don't put deleted char on the
11824 kill ring.
11825
11826 * viper-ex.el (viper-color-display-p): New function.
11827 (viper-has-face-support-p): Use viper-color-display-p.
11828
11829 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11830
11831 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11832
11833 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11834 (viper-file-remote-p): Make equivalent to file-remote-p.
11835
11836 * viper.el (viper-major-mode-modifier-list):
11837 Use viper-gnus-modifier-map.
11838
11839 2005-02-19 David Kastrup <dak@gnu.org>
11840
11841 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11842 quoting.
11843
11844 2005-02-19 Jay Belanger <belanger@truman.edu>
11845
11846 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11847 Remove extra definitions.
11848 (calc-coth): New function.
11849 (calcFunc-cot): Fix `let'.
11850
11851 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11852
11853 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11854 the reasons we use "type pc" in these faces.
11855
11856 * button.el (button): Ditto.
11857
11858 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11859
11860 * replace.el (query-replace-read-from): Set the value of
11861 query-replace-from-history-variable to handle the case of an empty
11862 string entered to accept the suggested default.
11863
11864 * net/tramp.el (tramp-file-name-for-operation):
11865 Use dired-call-process instead of dired-call-process-command.
11866
11867 2005-02-19 Jay Belanger <belanger@truman.edu>
11868
11869 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11870 (math-div-non-trig): New variables.
11871 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11872 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11873 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11874 trig expressions.
11875
11876 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11877
11878 * progmodes/gdb-ui.el (gdb-var-update-handler)
11879 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11880 for watch expressions,
11881 (gdb-var-create-handler): Don't set speedbar-update-flag.
11882 (gdb-post-prompt): Simplify test for speedbar.
11883
11884 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11885
11886 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11887 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11888 we use the syntax table of the correct buffer.
11889 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11890 Felix Gatzemeier.
11891
11892 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11893 (ediff-file-remote-p): Make synonymous with file-remote-p.
11894 In all deffaces ediff-*-face-*, use min-colors.
11895
11896 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11897 ediff-recurse-to-subdirectories.
11898 (ediff-mark-if-equal): Check that the arguments are strings, use
11899 ediff-same-contents (after to Felix Gatzemeier).
11900
11901 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11902 nil.
11903
11904 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11907
11908 2005-02-18 David Kastrup <dak@gnu.org>
11909
11910 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11911 use `mark-active' when defined.
11912
11913 2005-02-18 Kenichi Handa <handa@m17n.org>
11914
11915 * ps-print.el (ps-font-info-database): New entry
11916 ZapfChancery-MediumItalic with correct font name. Fix font name
11917 of the entry Zapf-Chancery-MediumItalic.
11918
11919 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11920
11921 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11922
11923 2005-02-16 Kim F. Storm <storm@cua.dk>
11924
11925 * ido.el (ido-fallback-command): Pass user input to fallback command.
11926
11927 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11928
11929 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11930 (gdb-find-file-hook): Add server prefix.
11931
11932 2005-02-16 Richard M. Stallman <rms@gnu.org>
11933
11934 * replace.el (perform-replace): Pass new args to replace-highlight.
11935 (replace-highlight): Take region args,
11936 and pass them to isearch-lazy-highlight-new-loop.
11937
11938 * novice.el (disabled-command-hook): Autoload the defalias
11939 and the make-obsolete-variable call.
11940
11941 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11942
11943 * isearch.el (isearch-lazy-highlight-start-limit)
11944 (isearch-lazy-highlight-end-limit): New variables limit
11945 the region for highlighting.
11946 (isearch-lazy-highlight-new-loop): New args BEG and END.
11947 (isearch-lazy-highlight-search): Use the new vars.
11948 (isearch-lazy-highlight-update): Likewise.
11949
11950 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11951
11952 * cus-start.el (all): Use default-boundp.
11953
11954 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11955
11956 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11957
11958 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11959
11960 * autorevert.el (auto-revert-stop-on-user-input)
11961 (auto-revert-verbose): Doc fixes.
11962
11963 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11964
11965 * international/mule-cmds.el (set-locale-environment): Remove call
11966 to set-selection-coding-system on Windows.
11967
11968 2005-02-15 Jay Belanger <belanger@truman.edu>
11969
11970 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11971 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11972 calcFunc-coth.
11973 (math-simplify-sqrt): Add simplifications.
11974
11975 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11976 to list.
11977
11978 * calc/calc-ext.el: Add functions to autoloads.
11979
11980 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11981 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11982 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11983 (math-csc-raw, math-cot-raw): New functions.
11984
11985 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11986
11987 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11988 the variable name in a message.
11989
11990 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11991 calcFunc-csc, calcFunc-cot.
11992
11993 * calc/calcalg2.el: Add derivative and integration rules for
11994 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11995 calcFunc-csch, calcFunc-coth.
11996 (math-do-integral-methods): Add to checks for when to use
11997 substitutions.
11998
11999 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12000
12001 2005-02-15 Lute Kamstra <lute@gnu.org>
12002
12003 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12004 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12005 <monnier@iro.umontreal.ca>
12006 (lisp-outline-level): Improve efficiency. Suggested by David
12007 Kastrup <dak@gnu.org>.
12008
12009 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12010
12011 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12012 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12013 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12014 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12015 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12016
12017 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12018
12019 * cus-start.el (all): Comment change.
12020
12021 2005-02-14 Lute Kamstra <lute@gnu.org>
12022
12023 * cus-start.el (all): Check if symbol is void.
12024
12025 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12026
12027 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12028 optional argument to \cite.
12029
12030 2005-02-14 Richard M. Stallman <rms@gnu.org>
12031
12032 * cus-edit.el (custom-buffer-create-internal): Update help message.
12033 (custom-magic-alist): Update help messages.
12034
12035 * cus-start.el (all): Allow a var to specify a standard value.
12036
12037 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12038
12039 * custom.el (custom-theme-set-variables): Handle variable aliases.
12040
12041 * frame.el (blink-cursor-timer): Doc fix.
12042 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12043 declare obsolete.
12044 (blink-cursor-mode): Define with defcustom and use correct
12045 standard expression in that defcustom.
12046 * startup.el (command-line): Adapt to above changes in frame.el.
12047
12048 2005-02-11 Lute Kamstra <lute@gnu.org>
12049
12050 * apropos.el (apropos-score-doc): Prevent division by zero.
12051
12052 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12053
12054 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12055 (icalendar--get-event-property-attributes)
12056 (icalendar--get-event-properties)
12057 (icalendar--datetime-to-diary-date): New functions.
12058 (icalendar--split-value): Doc fix.
12059 (icalendar--datetime-to-noneuropean-date)
12060 (icalendar--datetime-to-european-date): New optional argument
12061 SEPARATOR. Return result as a string instead of a list.
12062 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12063 (icalendar--convert-string-for-export): Rename arg S to STRING.
12064 (icalendar-export-region): Doc fix. Change name of error buffer.
12065 Save output buffer.
12066 (icalendar-import-file): Add blank at end of prompt.
12067 (icalendar-import-buffer): Doc fix. Do not switch to error
12068 buffer. Indicate status in return value.
12069 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12070 buffer. Save output buffer. Handle exception from recurrence
12071 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12072 events. Fix problems with weekly all-day events.
12073
12074 2005-02-10 Richard M. Stallman <rms@gnu.org>
12075
12076 * simple.el (eval-expression-print-format):
12077 Avoid warning about edebug-active.
12078
12079 * help.el (help-for-help-internal): Rename from help-for-help.
12080 (help-for-help): Define with defalias.
12081
12082 * font-core.el (font-lock-default-function): Use with-no-warnings.
12083
12084 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12085
12086 * custom.el (defface): Doc fix.
12087
12088 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12089
12090 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12091 width 0" to prevent word wrapping problems.
12092
12093 2005-02-09 Kim F. Storm <storm@cua.dk>
12094
12095 * ido.el (ido-file-extensions-order): New defcustom.
12096 (ido-file-extension-lessp, ido-file-extension-aux)
12097 (ido-file-extension-order): New advanced file ordering.
12098 (ido-file-lessp): New simple file ordering.
12099 (ido-sort-list): Remove.
12100 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12101 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12102
12103 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12104
12105 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12106 that some versions of grep produce.
12107 (grep-mode-font-lock-keywords): Likewise.
12108
12109 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12110
12111 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12112 (gdb-cdir): Delete.
12113 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12114 (gdb-source-info): Treat case when source file is in another
12115 directory properly.
12116 (gdb-get-location): New function.
12117
12118 2005-02-07 Jay Belanger <belanger@truman.edu>
12119
12120 * calc/calc-prog.el (calc-write-parse-table-part)
12121 (calc-fix-token-name): Fix a check for language type.
12122
12123 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12124
12125 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12126
12127 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12128 as directory not writable.
12129
12130 2005-02-07 Kim F. Storm <storm@cua.dk>
12131
12132 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12133 (cua--standard-movement-commands): Remove list.
12134 Instead, set CUA property value to move for movement commands.
12135 (cua-movement-commands): Remove. Users must set CUA prop instead.
12136 (cua--pre-command-handler): Check CUA property.
12137 (cua--init-keymaps): Don't remap undo commands.
12138 (cua-mode): Don't call cua--rectangle-on-off.
12139
12140 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12141 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12142 (cua--rect-undo-set-point): New var.
12143 (cua--rectangle-undo-boundary): Setup undo apply entry.
12144 (cua--rect-undo-handler): New function for rectangle undo.
12145 (cua--rect-start-position, cua--rect-end-position): Add.
12146 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12147 for restored rectangle. Set point if cua--rect-undo-set-point.
12148
12149 2005-02-06 Jay Belanger <belanger@truman.edu>
12150
12151 * calc/calc-lang.el (calc-tex-language): Display more information
12152 in messages.
12153
12154 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12155 in TeX mode.
12156
12157 2005-02-06 Richard M. Stallman <rms@gnu.org>
12158
12159 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12160
12161 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12162
12163 * net/ldap.el (ldap-search-internal): Support attributes with
12164 optional descriptions separated by a semi-colon, as in
12165 "userCertificate;binary".
12166
12167 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12168
12169 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12170 isn't a cons (i.e. the version is 0).
12171
12172 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12173
12174 * help.el (help-for-help): Doc fix.
12175
12176 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12177
12178 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12179 GDB-Windows on the menu-bar as this works better.
12180
12181 2005-02-04 Jay Belanger <belanger@truman.edu>
12182
12183 * calc/calc-embed.el (calc-embedded-update): Don't put in
12184 unnecessary newlines. Adjust the end of formula marker.
12185
12186 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12187 (math-latex-parse-two-args): New function.
12188
12189 2005-02-03 Lute Kamstra <lute@gnu.org>
12190
12191 * help-fns.el (help-with-tutorial): Make sure that users cannot
12192 remove the entire text of the tutorial by means of `undo'.
12193
12194 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12197 in recent changes, where the ispell process was repeatedly
12198 killed & restarted.
12199
12200 * international/mule-cmds.el (set-locale-environment): Set file-name
12201 coding system to utf-8 on Darwin systems.
12202 (set-default-coding-systems): Don't set default-file-name-coding-system
12203 on Darwin systems.
12204
12205 2005-02-03 Richard M. Stallman <rms@gnu.org>
12206
12207 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12208
12209 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12210
12211 * faces.el (list-faces-display): Add optional argument.
12212
12213 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * font-core.el (font-lock-default-function): Handle the rare case where
12216 only font-lock-keywords is set.
12217
12218 2005-02-02 Kenichi Handa <handa@m17n.org>
12219
12220 * international/characters.el: Cancel previous change for
12221 I-WITH-DOT-ABOVE and DOTLESS-i.
12222
12223 * international/latin-5.el: Cancel previous change.
12224
12225 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12226
12227 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12228
12229 2005-02-02 Kenichi Handa <handa@m17n.org>
12230
12231 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12232 DOTLESS-i.
12233
12234 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12235 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12236
12237 * case-table.el (get-upcase-table): New function.
12238 (copy-case-table): Copy upcaes table too if non-nil.
12239 (set-case-syntax-delims): Maintain upcase table too.
12240 (set-case-syntax-pair): Likewise.
12241 (set-upcase-syntax, set-downcase-syntax): New functions.
12242 (set-case-syntax): Maintain upcase table too.
12243
12244 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12245
12246 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12247
12248 * progmodes/gud.el (gud-goto-info): New function.
12249 (gud-tool-bar-map): Use correct icon.
12250
12251 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12252
12253 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12254 When delegating, order args in the funcall correctly.
12255
12256 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12257
12258 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12259
12260 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12261
12262 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12263 buffer not visiting a file.
12264
12265 2005-01-31 Jay Belanger <belanger@truman.edu>
12266
12267 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12268 bound on the line with the formula.
12269
12270 2005-01-31 Kim F. Storm <storm@cua.dk>
12271
12272 * ses.el (ses-create-cell-variable-range)
12273 (ses-destroy-cell-variable-range, ses-reset-header-string)
12274 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12275 (ses-insert-row): Fix format of apply undo entries.
12276
12277 2005-01-31 Jay Belanger <belanger@truman.edu>
12278
12279 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12280 parts.
12281
12282 * calc/calc-embed.el (calc-embedded-open-formula)
12283 (calc-embedded-close-formula): Ignore matrix environments.
12284
12285 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12286 TeX mode.
12287
12288 * calc/calc-lang.el (math-function-table, math-oper-table)
12289 (math-variable-table): Adjust the LaTeX portions.
12290
12291 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12292 (math-latex-ignore-words): New constant.
12293
12294 2005-01-31 Richard M. Stallman <rms@gnu.org>
12295
12296 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12297 (ispell-local-dictionary): Doc fix.
12298 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12299 Don't reinitialize at run time. Don't defcustom.
12300 All uses changed to append ispell-local-dictionary-alist,
12301 or check it first.
12302 (ispell-current-dictionary): New variable for dictionary in use.
12303 (ispell-dictionary): Now used only for global default.
12304 (ispell-start-process): Set ispell-current-dictionary,
12305 not ispell-dictionary.
12306 (ispell-change-dictionary): Use this only for setting
12307 user preferences.
12308 (ispell-internal-change-dictionary): New function
12309 to change the current dictionary in use.
12310 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12311 Use ispell-current-dictionary.
12312 Handle ispell-local-dictionary-overridden.
12313 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12314
12315 2005-01-31 Jay Belanger <belanger@truman.edu>
12316
12317 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12318
12319 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12320 (calc-mode-map): Add calc-latex-language.
12321
12322 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12323 (math-latex-print-frac): New functions.
12324 (math-oper-table, math-function-table, math-variable-table)
12325 (math-complex-format, math-input-filter): Add latex properties.
12326 (calc-set-language): Set math-expr-special-function-mapping.
12327
12328 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12329 (calc-write-parse-table-part): Add LaTeX support.
12330
12331 * calc/calc.el (calc-language): Adjust docstring.
12332 (calc-set-mode-line): Add LaTeX support.
12333 (math-expr-special-function-mapping): New variable.
12334 (math-tex-ignore-words): Add to list.
12335
12336 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12337 Add LaTeX support.
12338 (math-compose-expr): Add support for special functions.
12339
12340 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12341
12342 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12343
12344 * progmodes/gdb-ui.el (gdb-memory-address)
12345 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12346 (gdb-memory-mode-map, gdb-memory-format-keymap)
12347 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12348 (gdb-memory-unit-menu): New variables for a buffer
12349 that lets the user examine program memory.
12350 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12351 (gdb-memory-format-binary, gdb-memory-format-octal)
12352 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12353 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12354 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12355 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12356 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12357 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12358 (gdb-memory-mode, gdb-memory-buffer-name)
12359 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12360 New functions for above buffer.
12361
12362 2005-01-30 Richard M. Stallman <rms@gnu.org>
12363
12364 * cus-edit.el (custom-bury-buffer): Function deleted.
12365 (custom-buffer-done-function): Option deleted.
12366 (custom-buffer-done-kill): New (replacement option.
12367 (Custom-buffer-done): Call quit-window.
12368 (custom-buffer-create-internal): Update for above changes.
12369
12370 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12371
12372 * simple.el (undo-ask-before-discard): New var.
12373 (undo-outer-limit-truncate): Implement it.
12374 (undo-extra-outer-limit): Doc update.
12375
12376 2005-01-29 Richard M. Stallman <rms@gnu.org>
12377
12378 * ses.el (undo-more): Delete defadvice.
12379 (ses-begin-change): Doc fix.
12380
12381 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12382 instead of rebinding C-x u and C-_.
12383
12384 * files.el (normal-backup-enable-predicate): Return nil for files
12385 in /tmp, regardless of temporary-file-directory.
12386
12387 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12388
12389 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12390 (open-rectangle, delete-whitespace-rectangle-line)
12391 (clear-rectangle-line): If FILL, pass t instead of FILL
12392 for move-to-column's 2nd arg.
12393
12394 * simple.el (undo): Fix the test for continuing a series of undos.
12395 (undo-more): Set pending-undo-list to t when we reach end.
12396 (pending-undo-list): Move up defvar.
12397
12398 * wid-edit.el (widget-button-click):
12399 Shorten the range of the track-mouse binding.
12400
12401 * comint.el (comint-insert-input): Undo previous changes;
12402 use last-input-event in interactive spec.
12403
12404 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12405
12406 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12407 to nil before invoking call-process. Reset buffer's modified flag
12408 after fontifying it in the no-async branch.
12409
12410 * wid-edit.el (widget-specify-button): If mouse pointer shape
12411 cannot be changed, use mouse face instead.
12412
12413 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12414
12415 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12416 (gdb-goto-breakpoint): Make breakpoint handling work on template
12417 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12418 (gdb-assembler-custom): Update to recognize breakpoint information
12419 added on 2005-01-19.
12420
12421 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12424 (dsssl-mode): Use define-derived-mode.
12425 (scheme-mode-initialize): Remove.
12426 (scheme-mode): Use run-mode-hooks.
12427
12428 * cus-edit.el (customize-group-other-window)
12429 (custom-buffer-create-other-window): Don't override special-display-*.
12430 (custom-mode-map): Make it dense.
12431
12432 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12433 sets the default value.
12434
12435 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12436
12437 * descr-text.el: Add more keywords.
12438
12439 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12440
12441 * speedbar.el: Avoid unnecessary use of locate-library.
12442
12443 * international/mule-cmds.el (standard-display-european-internal):
12444 Don't fiddle with latin-1 non-break space any more since it's now
12445 special cased in the C code.
12446 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12447
12448 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12449
12450 * cus-start.el (all): Add `undo-outer-limit'.
12451
12452 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12453
12454 * textmodes/bibtex.el (bibtex-format-entry):
12455 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12456 field lines.
12457 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12458 not on part of a buffer.
12459
12460 2005-01-25 Lute Kamstra <lute@gnu.org>
12461
12462 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12463 nonempty field text strings like "{letters\\macro{}more letters}".
12464 Clarify docstring.
12465 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12466 (bibtex-entry-offset, bibtex-parse-association)
12467 (bibtex-parse-field-name): Fix typos in docstrings.
12468 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12469
12470 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12471
12472 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12473 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12474 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12475 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12476
12477 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12478 isearch minor mode.
12479
12480 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12481
12482 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12483
12484 2005-01-24 Lute Kamstra <lute@gnu.org>
12485
12486 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12487 CASECHARS and NOT-CASECHARS regular expressions of the
12488 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12489 striding over charsets" error.
12490
12491 2005-01-24 Jay Belanger <belanger@truman.edu>
12492
12493 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12494 display variable name.
12495
12496 2005-01-24 Kenichi Handa <handa@m17n.org>
12497
12498 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12499 Fix setting of the element of encoded-kbd-iso2022-invocations.
12500
12501 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12502
12503 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12504 (gdb-threads-select): Change to also accept mouse events.
12505 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12506 (gdb-threads-mouse-select): Delete.
12507
12508 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12509
12510 * files.el (insert-directory): Take care of empty directory,
12511 listed without -a switch.
12512
12513 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12514
12515 * textmodes/refill.el (refill-post-command-function):
12516 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12517 to the list of functions that we should be careful not to undo.
12518 (refill-late-fill-paragraph-function): Remove.
12519 (refill-saved-state): New var.
12520 (refill-mode): Use it to save fill-paragraph-function.
12521 Save also the value of auto-fill-function.
12522
12523 * term/w32-win.el: Simplify code.
12524
12525 2005-01-23 Kim F. Storm <storm@cua.dk>
12526
12527 * simple.el (line-move): Adapt to new return value from
12528 pos-visible-in-window-p.
12529
12530 * simple.el (line-move): Fix last change. Check partial
12531 visibility at point rather than at window-start.
12532
12533 2005-01-22 Jason Rumney <jasonr@gnu.org>
12534
12535 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12536
12537 2005-01-22 David Kastrup <dak@gnu.org>
12538
12539 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12540
12541 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12542
12543 * type-break.el (type-break-mode): Add a test for
12544 type-break-file-name being non-nil.
12545
12546 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12547
12548 * net/eudc.el (top level): Call (message "") via progn, so that
12549 eudc-options-file is loaded.
12550
12551 2005-01-22 Kim F. Storm <storm@cua.dk>
12552
12553 * simple.el (line-move-1): Rename from line-move.
12554 (line-move): New function that adjusts vscroll for partially
12555 visible rows, and calls line-move-1 otherwise.
12556
12557 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12558
12559 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12560 since it's not a complete read-event implementation
12561
12562 2005-01-20 Jay Belanger <belanger@truman.edu>
12563
12564 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12565 for called function.
12566
12567 2005-01-20 Steven Tamm <steventamm@mac.com>
12568
12569 * term/mac-win.el (process-connection-type): Remove.
12570 Controlled now by s/darwin.h:PTY_ITERATION.
12571
12572 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * window.el (handle-select-window): Don't switch window when we're
12575 in the minibuffer.
12576
12577 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12578
12579 * subr.el (dotimes-with-progress-reporter): New macro.
12580
12581 * ses.el (ses-dotimes-msg): Remove macro.
12582 Use `dotimes-with-progress-reporter' instead.
12583
12584 2005-01-19 Steven Tamm <steventamm@mac.com>
12585
12586 * term/mac-win.el (process-connection-type): Use new
12587 operating-system-release variable to use ptys on Darwin 7 (OS X
12588 10.3) when using carbon build.
12589
12590 2005-01-19 Jay Belanger <belanger@truman.edu>
12591
12592 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12593 flags if the last command was a tab or M-tab.
12594
12595 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12596 in formula editing buffer.
12597
12598 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12599
12600 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12601 breakpoint image symbol in margin.
12602
12603 2005-01-19 Jay Belanger <belanger@truman.edu>
12604
12605 * calc/calc-prog.el (calc-execute-kbd-macro):
12606 Ignore calc-keep-arg-flag.
12607
12608 2005-01-19 Kenichi Handa <handa@m17n.org>
12609
12610 * textmodes/ispell.el (ispell-looking-at): New function.
12611 (ispell-process-line): Use ispell-looking-at to compare the ispell
12612 output and the buffer contents.
12613
12614 2005-01-18 Jay Belanger <belanger@truman.edu>
12615
12616 * calc/calc.el (calc-display-raw): Fix docstring.
12617
12618 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * simple.el (blink-matching-open): Strip extra info from syntax.
12621
12622 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12623 funny chars in the end-of-here-doc marker.
12624
12625 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12626
12627 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12628 that enable/disabled state of breakpoints is shown correctly in
12629 fringe and on ttys.
12630 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12631 Add breakpoint information as text properties.
12632 (gdb-mouse-toggle-breakpoint):
12633 Rename to gdb-mouse-set-clear-breakpoint.
12634 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12635 breakpoints in the margin.
12636 (gdb-remove-strings): Simplify.
12637
12638 2005-01-17 Jay Belanger <belanger@truman.edu>
12639
12640 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12641 erasing buffer.
12642
12643 2005-01-17 Richard M. Stallman <rms@gnu.org>
12644
12645 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12646 for calling grep-compute-defaults.
12647
12648 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12649 if buffer is empty.
12650
12651 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12652
12653 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12656
12657 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12658 non-preloaded variables.
12659
12660 2005-01-17 Steven Tamm <steventamm@mac.com>
12661
12662 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12663 tex-shell cause to force interactivity when using pipes.
12664
12665 2005-01-17 Kim F. Storm <storm@cua.dk>
12666
12667 * simple.el (just-one-space): Make arg optional.
12668
12669 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12670
12671 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12672 posn-at-x-y to t to access left-margin.
12673
12674 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12675
12676 Sync with Tramp 2.0.47.
12677
12678 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12679 catching keep-date problems in cp/scp operations.
12680 (tramp-handle-copy-file): Don't call `set-file-modes'
12681 unconditionally. Specialized functions should know better what is
12682 necessary. This improves performance a little bit, and the
12683 functions could catch errors with `cp -p' and `scp -p'.
12684 (tramp-do-copy-or-rename-file-via-buffer)
12685 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12686 when appropriate.
12687 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12688 Call `set-file-modes' when appropriate.
12689 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12690 Johnsson <isak@hypergene.com>
12691 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12692 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12693 <joakim@verona.se>
12694 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12695 Emacs only.
12696
12697 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12698 `find-file-hooks' and `dired-mode-hook'.
12699 (tramp-minor-mode-map): Respective map. Add remapping for
12700 `compile' and `recompile'.
12701 (tramp-remap-command, tramp-recompile): New defuns.
12702 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12703 in buffer "*Compilation*". Call the commands asynchronously.
12704
12705 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12706 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12707 `shell-command', because it isn't magic in XEmacs. Reported by
12708 Adrian Aichner <adrian@xemacs.org>.
12709
12710 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12711 `substitute-in-file-name.
12712 (tramp-smb-handle-substitute-in-file-name): New defun.
12713 (tramp-smb-advice-PC-do-completion): Delete advice.
12714
12715 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12716
12717 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12718 Fix error in deleting region.
12719
12720 2005-01-15 Richard M. Stallman <rms@gnu.org>
12721
12722 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12723 In non-temp buffer, switch syntax table temporarily.
12724
12725 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12726
12727 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12728
12729 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12730
12731 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12732 (imenu--generic-function): Use START, not BEG, as pos of definition.
12733
12734 * simple.el (just-one-space): Argument specifies number of spaces.
12735
12736 * simple.el (eval-expression-print-format): Avoid warning
12737 about edebug-active.
12738
12739 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12740
12741 * progmodes/sh-script.el: Code copied from make-mode.el
12742 with small changes,
12743 (sh-mode-map): Bind C-c C-\.
12744 (sh-backslash-column, sh-backslash-align): New variables.
12745 (sh-backslash-region, sh-append-backslash): New functions.
12746
12747 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12748
12749 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12750 (rmail-pop-password, rmail-pop-password-required): Move to
12751 rmail-obsolete group.
12752 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12753 All callers updated.
12754 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12755 Take an argument specifying whether it is POP or IMAP mailbox we
12756 are using. All callers updated.
12757 (rmail-pop-password-error): Rename to
12758 rmail-remote-password-error. Added mailutils-specific error message.
12759 (rmail-movemail-search-path)
12760 (rmail-movemail-variant-in-use): New variables.
12761 (rmail-remote-password, rmail-remote-password-required):
12762 New customization variables.
12763 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12764 (rmail-parse-url): New function.
12765 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12766 with GNU mailutils movemail.
12767
12768 2005-01-15 Kevin Ryde <user42@zip.com.au>
12769
12770 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12771 suffix to space, $ or '$, to correctly position point when going
12772 to @table style constants like DBL_MAX.
12773
12774 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12775
12776 * type-break.el (type-break-mode, type-break-file-time)
12777 (type-break-file-keystroke-count, type-break-choose-file):
12778 Don't store data in or load data from the file if type-break-file-name
12779 is nil.
12780 (type-break-file-name): Doc update as per the above.
12781
12782 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12783
12784 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12785 lookup-key might return nil; handle that.
12786
12787 2005-01-15 Alan Mackenzie <acm@muc.de>
12788
12789 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12790 rather than the element found, thus enabling the tree to be setcar'd.
12791
12792 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12793
12794 * textmodes/org.el (org-show-following-heading): New option.
12795 (org-show-hierarchy-above): Use `org-show-following-heading'.
12796 (org-cycle): Documentation fix.
12797
12798 * textmodes/org.el (orgtbl-optimized): New option
12799 (orgtbl-mode): New command, a minor mode.
12800 (orgtbl-mode-map): New variable.
12801 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12802 (orgtbl-error, orgtbl-self-insert-command)
12803 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12804
12805 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12806 a local variable in each org-mode buffer.
12807
12808 * textmodes/org.el (org-set-regexps-and-options): Rename from
12809 `org-set-regexps'. Added checking for STARTUP keyword.
12810 (org-get-current-options): Add STARTUP options.
12811 (org-table-insert-row): Make mode intelligent about when
12812 realignment is needed.
12813 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12814 New commands.
12815 (org-enable-table-editor): New default value `optimized'.
12816 (org-table-blank-field): Support blanking regions if active.
12817
12818 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12819
12820 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12821 if the year is not given.
12822
12823 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12824 Add new escapes %m and %M, fixed bug with %F by adding
12825 save-match-data.
12826 (reftex-reference): Remove ?. from list of spaces.
12827 (reftex-label-info): Add automatic label prefix recognition.
12828
12829 * textmodes/reftex-index.el (reftex-index-next-phrase):
12830 Add slave parameter to call of `reftex-index-this-phrase'.
12831 (reftex-index-this-phrase): New optional argument.
12832 (reftex-index-region-phrases): Add slave parameter to call of
12833 `reftex-index-this-phrase'.
12834 (reftex-display-index): New argument redo.
12835 (reftex-index-rescan): Add 'redo to arguments of
12836 `reftex-display-index'.
12837 (reftex-index-Rescan, reftex-index-revert)
12838 (reftex-index-switch-index-tag): Add 'redo to arguments of
12839 `reftex-display-index'.
12840 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12841 indexing. Fix bug with matching is there is a quote before or
12842 after the word.
12843
12844 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12845 Fix bug when collecting citation keys in lines with comments.
12846 (reftex-citation): Prefix argument no longer rescans the document,
12847 but forces prompting for optional arguments of cite macros.
12848 (reftex-do-citation): Prompting for optional arguments implemented.
12849
12850 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12851 Add optional arguments to most cite commands.
12852 (reftex-cite-cleanup-optional-args): New option
12853 (reftex-cite-prompt-optional-args): New option.
12854 (reftex-trust-label-prefix): New option.
12855
12856 * textmodes/reftex-toc.el (reftex-toc-find-section):
12857 Add push-mark before changing the position in the buffer.
12858
12859 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12860 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12861
12862 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12863
12864 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12865 more carefully.
12866
12867 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12870 (sgml-mode): Use it.
12871 (sgml-get-context): Better keep track of implicitly closed tags.
12872
12873 2005-01-13 Kenichi Handa <handa@m17n.org>
12874
12875 * textmodes/ispell.el: These changes are to fix misalignment error
12876 caused by equivalent characters of different Emacs charsets.
12877 (ispell-unified-chars-table): New variable.
12878 (ispell-get-decoded-string): New function.
12879 (ispell-get-casechars, ispell-get-not-casechars)
12880 (ispell-get-otherchars): Call ispell-get-decoded-string.
12881
12882 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12883
12884 * custom.el (custom-declare-variable): Just put symbol instead
12885 of (defvar . symbol) in `current-load-list'.
12886
12887 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12888
12889 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12890
12891 2005-01-12 Jay Belanger <belanger@truman.edu>
12892
12893 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12894 to create a Calc summary.
12895
12896 2005-01-12 Kim F. Storm <storm@cua.dk>
12897
12898 * mouse.el (mouse-on-link-p): Change functionality and doc
12899 string to comply with latest description in lisp ref.
12900
12901 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12902
12903 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12904 Enable mouse clicks on mode-line, header-line and margin.
12905 (event-type): Give mouse event symbols an 'event-kind property
12906 with value 'mouse-click.
12907
12908 2005-01-12 Juri Linkov <juri@jurta.org>
12909
12910 * facemenu.el (list-colors-display): Add new arg buffer-name.
12911 Use it. Fix docstring. Replace code for identifying duplicate
12912 colors by the name with call to `list-colors-duplicates' which
12913 identifies duplicate colors by the value unless the color
12914 is one of special Windows colors. Set truncate-lines to t.
12915 Print sorted duplicate color names on each line. Indent to 22
12916 \(the longest color name in rgb.txt) instead of 20. Optimize.
12917 (list-colors-duplicates): New function.
12918 (facemenu-color-name-equal): Delete function.
12919
12920 * facemenu.el (list-colors-print): New function created from code
12921 in list-colors-display. Print #RRGGBB at the window right edge.
12922 (list-colors-display): When temp-buffer-show-function is not
12923 defined, call list-colors-print from temp-buffer-show-hook
12924 to get the right value of window-width in list-colors-print
12925 after the buffer is displayed.
12926
12927 * simple.el (pop-mark): Move deactivate-mark out of conditional
12928 part to deactivate the active mark regardless of the state of the
12929 mark ring.
12930
12931 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12932 variables line in desktop files.
12933
12934 2005-01-12 Juri Linkov <juri@jurta.org>
12935
12936 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12937 Bring together isearch highlight related options.
12938 (lazy-highlight): Replace group `replace' by `matching'.
12939 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12940 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12941 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12942 and declare them obsolete.
12943 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12944 (isearch-faces): Remove defgroup.
12945 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12946 Move isearch highlighting code closer to lazy highlighting code.
12947
12948 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12949 (query-replace-highlight, query-replace-lazy-highlight)
12950 (query-replace): Move definitions to the beginning of the file.
12951
12952 2005-01-11 Juri Linkov <juri@jurta.org>
12953
12954 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12955 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12956 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12957
12958 * info.el (Info-history-forward): New variable.
12959 (Info-select-node): Reset Info-history-forward to nil.
12960 (Info-last): Turn into defalias.
12961 (Info-history-back): Rename from Info-last.
12962 Add current node to Info-history-forward.
12963 (Info-history-forward): New fun.
12964 (Info-mode-map): Replace Info-last by Info-history-back.
12965 Bind Info-history-forward to "r".
12966 (Info-mode-menu): Replace Info-last by Info-history-back.
12967 Fix menu item text. Add menu item for Info-history-forward.
12968 (info-tool-bar-map): Replace Info-last by Info-history-back.
12969 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12970 for Info-history-forward.
12971 (Info-mode): Replace Info-last by Info-history-back in docstring.
12972 Add local variable Info-history-forward.
12973 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12974
12975 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12976
12977 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12978 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12979 Ignore select-window events rather than fiddle with
12980 mouse-autoselect-window.
12981
12982 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12983
12984 * type-break.el (type-break-mode): Fix previous change.
12985
12986 2005-01-10 Jay Belanger <belanger@truman.edu>
12987
12988 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12989 calculator; only reset when point is inside a calculator.
12990 Don't adjust the window height if the window takes up the whole height
12991 of the frame.
12992
12993 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12994
12995 * ebuff-menu.el (Electric-buffer-menu-mode):
12996 Preserve value of buffer-local var header-line-format.
12997
12998 2005-01-09 Jay Belanger <belanger@truman.edu>
12999
13000 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13001 Make sure settings file exists before accessing it.
13002
13003 * calc/calc-embed.el (calc-embedded-subst):
13004 Replace math-multi-subst-rec, which is only supposed to be called
13005 by math-multi-subst, by math-multi-subst.
13006
13007 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13008
13009 * vc.el (vc-allow-async-revert): New user option.
13010 (vc-disable-async-diff): New internal variable.
13011 (vc-revert-buffer): Use them to disable asynchronous diff.
13012
13013 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13014 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13015 asynchronously if vc-disable-async-diff is t.
13016
13017 2005-01-09 Jay Belanger <belanger@truman.edu>
13018
13019 * calc/calc.el (defcalcmodevar): New macro.
13020 (calc-mode-var-list-restore-default-values)
13021 (calc-mode-var-list-restore-saved-values): New functions.
13022 (calc-mode-var-list): Use defcalcmodevar to define it.
13023 (calc-always-load-extensions, calc-line-numbering)
13024 (calc-line-breaking, calc-display-just, calc-display-origin)
13025 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13026 (calc-group-char, calc-point-char, calc-frac-format)
13027 (calc-prefer-frac, calc-hms-format, calc-date-format)
13028 (calc-float-format, calc-full-float-format, calc-complex-format)
13029 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13030 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13031 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13032 (calc-matrix-brackets, calc-language, calc-language-option)
13033 (calc-left-label, calc-right-label, calc-word-size)
13034 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13035 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13036 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13037 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13038 (calc-window-height, calc-display-trail, calc-show-selections)
13039 (calc-use-selections, calc-assoc-selections)
13040 (calc-display-working-message, calc-auto-why, calc-timing)
13041 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13042 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13043 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13044 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13045 (calc-gnuplot-geometry, calc-graph-default-resolution)
13046 (calc-graph-default-resolution-3d, calc-invocation-macro)
13047 (calc-show-banner): Use defcalcmodevar to declare them and set
13048 their default values.
13049
13050 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13051 instead of default values (but restore default values if there is
13052 an argument of 0).
13053
13054 2005-01-09 David Kastrup <dak@gnu.org>
13055
13056 * desktop.el (desktop-restore-eager): Fix typo in type.
13057
13058 2005-01-08 Richard M. Stallman <rms@gnu.org>
13059
13060 * cus-edit.el (customize): Delete :link.
13061
13062 2005-01-08 Jay Belanger <belanger@truman.edu>
13063
13064 * calc/calc.el (calc-mode): Remove the extension from the
13065 `calc-settings-file' file name when loading it.
13066
13067 2005-01-08 Kim F. Storm <storm@cua.dk>
13068
13069 * info.el (Info-mode-map, Info-next-link-keymap)
13070 (Info-prev-link-keymap, Info-up-link-keymap):
13071 Map follow-link to mouse-face.
13072 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13073
13074 2005-01-08 Jay Belanger <belanger@truman.edu>
13075
13076 * calc/calc.el (calc-settings-file): Change default value.
13077 Suggested by cgw in a comment in calc-mode.el.
13078
13079 * calc/calc-mode.el (calc-settings-file-name):
13080 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13081 Replace ~/.emacs in a prompt by calc-settings-file.
13082
13083 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13084
13085 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13086 (desktop-lazy-idle-delay): New customizable variables.
13087 (desktop-buffer-args-list): New variable.
13088 (desktop-append-buffer-args): New function.
13089 (desktop-save): Call desktop-append-buffer-args for some buffers.
13090 (desktop-lazy-create-buffer): New function.
13091 (desktop-idle-create-buffers): New function.
13092 (desktop-read): Add message about buffers to restore lazily.
13093 (desktop-lazy-abort): New command.
13094 (desktop-clear): Call desktop-lazy-abort.
13095 (desktop-lazy-complete): New command.
13096
13097 2005-01-06 Richard M. Stallman <rms@gnu.org>
13098
13099 * emacs-lisp/find-func.el (find-face-definition):
13100 Rename from find-face.
13101
13102 2005-01-06 Kim F. Storm <storm@cua.dk>
13103
13104 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13105
13106 * man.el (Man-xref-man-page, Man-xref-header-file)
13107 (Man-xref-normal-file): Add follow-link property.
13108
13109 2005-01-06 Jay Belanger <belanger@truman.edu>
13110
13111 * calc/calc-units.el: Make sure the proper macro definitions are
13112 available when compiling.
13113
13114 2005-01-06 Juri Linkov <juri@jurta.org>
13115
13116 * isearch.el (isearch-lazy-highlight-update):
13117 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13118
13119 2005-01-06 Miles Bader <miles@gnu.org>
13120
13121 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13122 (isearch-lazy-highlight-face): Use new name.
13123
13124 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * uniquify.el (uniquify-rationalize-file-buffer-names):
13127 Re-add an interactive spec.
13128 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13129 to the same name.
13130
13131 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13132 (isearch-update, isearch-done): Adjust calls accordingly.
13133
13134 2005-01-05 Richard M. Stallman <rms@gnu.org>
13135
13136 * custom.el (custom-set-variables, custom-theme-set-variables):
13137 Clarify documentation.
13138
13139 * emacs-lisp/find-func.el (find-variable)
13140 (find-variable-other-window, find-variable-other-frame):
13141 Fix the TYPE args to find-function-read and find-function-do-it.
13142 (find-function): Doc fix.
13143 (find-function-at-point): Replace function-at-point alias.
13144
13145 2005-01-04 Richard M. Stallman <rms@gnu.org>
13146
13147 * cus-face.el (custom-declare-face):
13148 Record defface in current-load-list.
13149
13150 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13151
13152 * emacs-lisp/find-func.el: Doc fixes.
13153 (find-face-regexp): New variable.
13154 (find-function-regexp-alist): New variable.
13155 (find-function-C-source): Third arg is now TYPE.
13156 (find-function-search-for-symbol): Handle general TYPE.
13157 (find-function-read, find-function-do-it): Handle general TYPE.
13158 (find-definition-noselect, find-face): New functions.
13159 (function-at-point): Alias deleted.
13160
13161 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13162
13163 * battery.el (display-battery-mode): Rename from display-battery.
13164 Handle the case where it gets turned off.
13165
13166 2005-01-04 Richard M. Stallman <rms@gnu.org>
13167
13168 * cus-edit.el (customize): Make :link point to user doc.
13169
13170 * man.el (Man-fontify-manpage): Turn off undo generation.
13171
13172 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13173
13174 2005-01-04 Andreas Schwab <schwab@suse.de>
13175
13176 * files.el (insert-directory): Only look for error lines in
13177 inserted text. Don't move too far after processing --dired markers.
13178
13179 2005-01-04 Richard M. Stallman <rms@gnu.org>
13180
13181 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13182 Don't expand if the character is @, period, dash, etc.
13183 (define-mail-abbrev): Quote names that contain problem characters.
13184
13185 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13186
13187 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13188
13189 2005-01-03 Richard M. Stallman <rms@gnu.org>
13190
13191 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13192 (query-replace-highlight, query-replace-lazy-highlight)
13193 (query-replace): Definitions moved up. Doc fix.
13194
13195 2005-01-03 Richard M. Stallman <rms@gnu.org>
13196
13197 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13198 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13199 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13200 (lazy-highlight-face): Rename from isearch-lazy-...
13201 Change all references to them.
13202
13203 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13204
13205 * cus-edit.el (custom-file): Doc fix for defcustom.
13206 (custom-file): The function no longer sets the variable
13207 `custom-file' to its return value.
13208
13209 * startup.el (command-line): No longer load `custom-file'.
13210
13211 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13212
13213 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13214
13215 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13216 Don't confuse module-prefixed identifiers for labels.
13217 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13218
13219 2005-01-02 Richard M. Stallman <rms@gnu.org>
13220
13221 * files.el (basic-save-buffer-1): Fix previous change.
13222
13223 * loadhist.el (file-loadhist-lookup): New function.
13224 (file-provides, file-requires): Use it.
13225
13226 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13227 instead of calculating the right size.
13228
13229 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13230
13231 * vc-svn.el (vc-svn-diff): Stay local if possible.
13232
13233 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13236
13237 * files.el (hack-local-variables): Fix last change.
13238
13239 2005-01-02 Jay Belanger <belanger@truman.edu>
13240
13241 * calc/calc-yank.el (calc-edit-top): New variable.
13242 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13243 object. Change header properties.
13244 (calc-edit-finish, calc-edit-finish-stack-object)
13245 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13246 edited object.
13247 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13248 for the beginning of the edited object.
13249 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13250 for the beginning of the edited object.
13251 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13252 (calc-finish-formula-edit, calc-macro-repeats)
13253 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13254 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13255 beginning of the edited object.
13256 (calc-user-define-edit): Change the header for editing macros.
13257 Remove unnecessary variable.
13258
13259 2005-01-01 Jay Belanger <belanger@truman.edu>
13260
13261 * calc/calc-yank.el (calc-edit-mode): Change default header.
13262 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13263 * calc/calc-store.el (calc-edit-variable): Change title to match new
13264 header.
13265 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13266 mode to match new header.
13267 (calc-user-define-edit): Change titles to include names of commands.
13268 (calc-finish-formula-edit): Adjust to handle new header.
13269 (calc-finish-macro-edit): Remove.
13270 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13271 (calc-edit-macro-command, calc-edit-macro-command-type)
13272 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13273 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13274 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13275 (calc-edit-macro-finish-edit): New functions.
13276 (calc-user-define-edit): Use new functions to edit named calc macros.
13277
13278 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13279
13280 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13281
13282 * ses.el (copy-region-as-kill): Deactivate mark.
13283
13284 2005-01-01 Richard M. Stallman <rms@gnu.org>
13285
13286 * replace.el (occur-1): If the output buffer is also an input,
13287 don't kill it, rename it.
13288
13289 * faces.el (set-face-background, set-face-foreground): Doc fix.
13290
13291 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13292 for :foreground and :background.
13293
13294 * dired.el (dired-view-command-alist): Variable deleted.
13295 (dired-view-file, dired-mouse-find-file-other-window):
13296 Delete the code to use it.
13297
13298 2005-01-01 Kim F. Storm <storm@cua.dk>
13299
13300 * image.el (insert-sliced-image): Use t for line-height property.
13301
13302 See ChangeLog.11 for earlier changes.
13303
13304 ;; Local Variables:
13305 ;; coding: iso-2022-7bit
13306 ;; End:
13307
13308 Copyright (C) 2005 Free Software Foundation, Inc.
13309 Copying and distribution of this file, with or without modification,
13310 are permitted provided the copyright notice and this notice are preserved.
13311
13312 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1