1 2005-10-20 Eli Zaretskii <eliz@gnu.org>
3 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Bind
4 find-file-suppress-same-file-warnings to t, to avoid warnings due
5 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
7 2005-10-20 Romain Francoise <romain@orebokech.com>
9 * font-core.el (font-lock-mode): Doc fix.
11 2005-10-20 Kim F. Storm <storm@cua.dk>
13 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
14 (ido-set-current-directory): Don't add / after final @.
15 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16 Explicitly handle ange-ftp completion oddities.
17 (ido-make-file-list): Don't rotate list at tramp root to avoid
18 triggering tramp file handler for expand-file-name via get-file-buffer.
20 2005-10-19 Jay Belanger <belanger@truman.edu>
22 * calc/calc-units.el (math-standard-units): Add units, adjust
23 symbols and update values.
24 (math-unit-prefixes): Add more prefixes.
26 2005-10-19 Romain Francoise <romain@orebokech.com>
28 * bookmark.el (bookmark-menu-heading): New face.
29 (bookmark-bmenu-list): Use it.
30 Don't fiddle with `baud-rate' at top-level.
32 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
34 * image.el (create-image, find-image): Mention max-image-size in
37 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
39 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
40 Various docstring and line-width fixups.
41 (conf-mode): Use cond.
42 Set font-lock-defaults. Don't set comment-use-syntax.
44 2005-10-18 David Ponce <david@dponce.com>
46 * tree-widget.el (tree-widget-button-click): New function.
47 (tree-widget-button-keymap): Use it.
49 2005-10-18 Romain Francoise <romain@orebokech.com>
51 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
52 (bookmark-bmenu-hide-filenames): Add follow-link property.
53 Improve help-echo text.
55 * ffap.el (find-file-at-point): Doc fix.
57 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
59 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
61 2005-10-18 Masatake YAMATO <jet@gyve.org>
63 Install to the CVS repository what I forgot to install in my
66 * progmodes/python.el (python-complete-symbol): Pass the common
67 prefix substring of completion to `display-completion-list'.
69 * textmodes/org.el (org-complete): Ditto.
71 2005-10-18 Masatake YAMATO <jet@gyve.org>
73 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
75 * woman.el (WoMan-xref-man-page): New button type derived
76 from `Man-abstract-xref-man-page'.
77 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
79 * man.el (Man-abstract-xref-man-page): New button type.
80 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
81 (Man-highlight-references): Add new optional argument `xref-man-type'.
83 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
85 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
87 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
89 * cus-edit.el (Custom-move-and-invoke): Delete.
90 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
92 * wid-edit.el (widget-move-and-invoke): New function, from
93 Custom-move-and-invoke.
95 2005-10-17 Bill Wohler <wohler@newt.com>
97 Move all remaining images from lisp/toolbar to etc/images, move
98 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
99 the low resolution images in their own directory (low-color).
101 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
102 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
103 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
104 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
105 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
106 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
107 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
109 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
110 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
111 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
112 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
113 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
114 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
115 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
116 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
117 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
118 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
119 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
120 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
121 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
122 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
123 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
125 To conform with convention, replace the underscore (_) in the
126 following image names with dash (-) or (/) as appropriate.
128 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
129 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
130 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
131 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
132 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
133 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
134 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
135 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
136 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
137 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
138 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
139 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
140 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
141 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
142 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
144 * info.el (info-tool-bar-map): Replace underscores in image names
147 * makefile.w32-in (WINS): Remove toolbar.
149 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
151 * tool-bar.el: Move to lisp from toolbar. Now that
152 toolbar is empty, it should be deleted when folks run "cvs up -P".
154 2005-10-18 Jay Belanger <belanger@truman.edu>
156 * calc/calc-store.el (calc-store-into): Get the proper variable name
157 to display in message.
159 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
161 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
162 expressions display in speedbar for all buffers when debugging.
163 (gdb-speedbar-expand-node): Ensure node contraction is always
166 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
167 (speedbar-insert-button, speedbar-make-button):
168 Use add-text-properties.
169 (speedbar-update-localized-contents)
170 (speedbar-update-directory-contents)
171 (speedbar-update-special-contents): Use dolist.
172 (speedbar-buffer-easymenu-definition): Add a menu separator.
174 2005-10-17 Jason Rumney <jasonr@gnu.org>
176 * makefile.w32-in: Use $(lisp) consistently.
177 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
178 for shell specific generation of mh-autoloads.
180 2005-10-17 Richard M. Stallman <rms@gnu.org>
182 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
184 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
186 * jit-lock.el (jit-lock-fontify-now):
187 Move jit-lock-context-unfontify-pos to avoid wasted work.
189 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
191 * net/tramp.el (tramp-completion-mode): New defvar. Used in
192 `tramp-completion-mode' for checking if we are in completion mode.
193 (tramp-completion-handle-file-name-all-completions): Reorder code
194 in order to complete for file names only in case there are no
195 method/user/host completions. This is necessary for cooperation
196 with ido. Reported by Kim F. Storm <storm@cua.dk>.
198 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
200 * longlines.el (longlines-search-forward)
201 (longlines-search-backward): Match any number of spaces.
203 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
205 * diff-mode.el (diff-mode): Doc fix.
207 2005-10-16 David Reitter <david.reitter@gmail.com>
209 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
210 as default on darwin and windows systems.
212 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
214 * arc-mode.el (archive-zip-extract): Doc fix.
216 2005-10-16 Romain Francoise <romain@orebokech.com>
218 * mouse.el (mouse-1-click-follows-link): Doc fix.
220 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
222 * savehist.el: Don't require CL at runtime.
223 (savehist-xemacs): Remove.
224 (savehist-coding-system): Use utf-8 if present, regardless of religion.
225 (savehist-no-conversion): Use (featurep 'xemacs).
226 (savehist-load): Check existence of start-itimer rather than XEmacs.
228 (savehist-process-for-saving): Replace use of CL funs `subseq' and
231 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
233 * savehist.el: Newer version.
234 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
235 (savehist-last-checksum, savehist-no-conversion): New vars.
236 (savehist-autosave, savehist-process-for-saving, savehist-printable):
238 (savehist-load, savehist-save): Use them.
239 (savehist-delimit): Remove.
241 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
243 * progmodes/compile.el (compilation-goto-locus): Display the
244 compilation buffer first and the source buffer second, in case they're
245 in overlapping frames. Don't raise the compilation frame if it was the
246 selected window upon entry. Pass the `other-window' arg to
249 * info.el (Info-fontify-node): Use dolist.
250 Change add-text-properties to put-text-property.
252 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
254 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
257 2005-10-16 Masatake YAMATO <jet@gyve.org>
259 * dabbrev.el (dabbrev-completion): Pass the common
260 prefix substring of completion to `display-completion-list'.
262 * filecache.el (file-cache-minibuffer-complete)
263 (file-cache-complete): Ditto.
265 * tempo.el (tempo-display-completions): Ditto.
267 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
269 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
271 * eshell/em-hist.el (eshell-list-history): Ditto.
273 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
275 * mail/mailalias.el (mail-complete): Ditto.
277 * progmodes/etags.el (complete-tag): Ditto.
279 * progmodes/make-mode.el (makefile-complete): Ditto.
281 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
283 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
285 * progmodes/pascal.el (pascal-complete-word)
286 (pascal-show-completions): Ditto.
289 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
291 * simple.el (completion-common-substring): New variable.
292 (completion-setup-function): Use `completion-common-substring'
295 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
297 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
298 (x-get-selection, mac-select-convert-to-string): Convert from/to
299 UTF-16 clipboard data as in native byte order, no BOM.
301 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
303 * progmodes/gud.el (gud-tool-bar-map): Rename the images
304 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
305 (gud-sentinel): Use speedbar-frame to check for speedbar.
307 2005-10-15 Richard M. Stallman <rms@gnu.org>
309 * savehist.el: New file.
311 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
313 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
314 Fix bug in \bf fontification.
316 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
318 * pcvs.el (cvs-edit-log-files): New var.
319 (cvs-mode-edit-log): New arg `file'.
320 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
321 Instead force the use of the original file and nothing else.
322 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
323 the cvs-minor-wrap-function is set.
324 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
326 2005-10-14 Bill Wohler <wohler@newt.com>
328 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
329 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
330 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
331 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
332 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
333 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
334 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
335 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
336 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
337 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
338 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
339 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
340 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
341 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
342 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
344 * progmodes/gud.el (gud-tool-bar-map): Rename the images
345 appropriately (for example, gud-break to gud/break).
347 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
349 * longlines.el (longlinges-search-function)
350 (longlines-search-forward, longlines-search-backward): New functions.
351 (longlines-mode): Set isearch-search-fun-function to
352 longlinges-search-function.
354 * mouse.el (mouse-drag-region-1): Handle the case where a
355 double-click event is bound to an arbitrary function.
357 2005-10-14 David Ponce <david@dponce.com>
359 * recentf.el (recentf-track-opened-file)
360 (recentf-track-closed-file, recentf-update-menu)
361 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
362 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
363 mouse-1-click-follows-link.
365 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
367 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
368 Gnome file-manager.png. Suggested by
369 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
371 * toolbar/README: Add diropen.xpm.
373 2005-10-13 Bill Wohler <wohler@newt.com>
375 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
376 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
378 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
380 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
381 Don't waste the byte-compiler's time on constant data.
383 2005-10-13 Kenichi Handa <handa@m17n.org>
385 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
386 byte with `escape-glyph' face.
388 * international/fontset.el (ccl-encode-unicode-font):
389 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
390 Handle the case that ucs-mule-to-mule-unicode translates a character to
391 ASCII (usually for IPA characters).
393 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
395 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
396 Don't hide the underline of titles if font-lock-mode is disabled.
398 2005-10-12 Bill Wohler <wohler@newt.com>
400 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
401 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
402 files in MH-E-SRC have been updated.
403 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
405 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
407 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
408 (mixal-mode-syntax-table): Add \n as end-comment.
409 (mixal-operation-codes-alist): Immediately initialize to full value.
410 (mixal-add-operation-code): Remove.
411 (mixal-describe-operation-code): Make the arg non-optional.
412 Use the interactive spec instead.
413 Use mixal-operation-codes-alist rather than mixal-operation-codes.
414 (mixal-font-lock-keywords): Don't highlight comments here any more.
415 (mixal-font-lock-syntactic-keywords): New var.
416 (mixal-mode): Use it. Fix comment-start-skip.
418 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
420 * startup.el (command-line-x-option-alist): -nb => -nbi
422 2005-10-12 Kim F. Storm <storm@cua.dk>
424 * startup.el (fancy-splash-default-action): Discard mouse click in
425 the spash screen window, as it has no sensible meaning in the
426 next window to be selected. Fixes error reported by Jan D.
428 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
430 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
432 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
434 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
435 Try to fix up minor layout issues like indentation, line break, etc...
436 (mixal-mode-syntax-table): Don't try to specify comment syntax,
437 because it doesn't work.
438 (mixal-operation-codes): Add some more codes.
439 (mixal-font-lock-keywords): Process comments here.
440 (mixal-mode): mixasm no longer needs -g option.
442 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
444 * progmodes/sh-script.el (sh-tmp-file):
445 Use mktemp -t. Finish support for es and rc shells.
447 2005-10-11 Jay Belanger <belanger@truman.edu>
449 * calc/calcalg2.el (calc-integral): With an argument, compute the
452 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
454 * mouse.el (mouse-drag-region-1): Don't try to catch a
455 double-click when doing follow-link (it's overridden anyway).
457 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
459 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
460 (autoload-print-form-outbuf): Add docstring.
462 2005-10-11 Juri Linkov <juri@jurta.org>
464 * info.el (Info-mode-menu): Delete menu item "Edit".
465 (Info-mode): Delete description of Info-edit from docstring,
466 and rearrange descriptions of Info commands in the order
467 they are documented in the Info manual.
469 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
471 * calendar/appt.el (appt-check): Use diary-selective-display var.
473 2005-10-10 Richard M. Stallman <rms@gnu.org>
475 * net/newsticker.el (newsticker-start, newsticker-show-news):
476 Add autoload cookies.
478 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
480 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
482 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
484 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
486 2005-10-10 Jay Belanger <belanger@truman.edu>
488 * calc/calc-arith.el (math-check-known-scalarp)
489 (math-check-known-matrixp): Check the values of arguments that are
491 (math-check-known-square-matrixp): New function.
492 (math-known-square-matrixp): Use math-check-known-square-matrixp.
493 (math-super-types): Add sqmatrix type.
495 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
496 mode name `square' to 'sqmatrix'.
498 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
499 mode name `square' to 'sqmatrix'.
501 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
503 * progmodes/etags.el (select-tags-table-mode): Don't use
505 (tags-select-tags-table): Pass `button' to the action function.
506 (select-tags-table): Place the side-info on button properties rather
507 than in hidden text. Abbreviate file names.
508 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
509 (select-tags-table-select): Add `button' argument.
510 Get side-info from the button property rather than from hidden text.
512 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
514 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
515 (gud-speedbar-buttons): Preserve point if possible.
516 (gud-sentinel): Restore previous speedbar display type.
518 * progmodes/gdb-ui.el (gdba): Improve diagram.
519 (def-gdb-auto-update-handler, gdb-info-locals-handler)
520 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
521 Call get-buffer-window once.
523 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
525 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
526 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
527 (pascal-indent-command): Remove unused var `ind'.
528 (pascal-indent-case): Remove unused var `oldpos'.
529 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
530 since it's now used as a proper minor mode map.
531 (pascal-outline): Rename to pascal-outline-mode.
532 (pascal-outline-mode): Use define-minor-mode.
533 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
536 2005-10-10 Andreas Schwab <schwab@suse.de>
538 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
539 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
541 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
542 outside source directory.
544 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
546 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
548 (orgtbl-mode-map): Full keymap instead of sparse, because all
549 `self-insert-command' keys are redefined in this map.
550 (org-export-as-html): Specify charset for HTML file, by taking it
551 from the coding system.
553 2005-10-10 Kenichi Handa <handa@m17n.org>
555 * textmodes/flyspell.el (flyspell-check-word-p):
556 If unread-command-events is non-empty, don't call sit-for.
558 2005-10-09 Richard M. Stallman <rms@gnu.org>
560 * font-lock.el (font-lock-syntactic-keywords)
561 (font-lock-keywords): Doc fixes.
563 * textmodes/flyspell.el (flyspell-external-point-words):
564 Simplify logic, and don't try to check for consecutive appearances
565 of one incorrect word.
567 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
569 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
572 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
573 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
574 (gud-expansion-speedbar-buttons): New function.
575 (gud-speedbar-buttons): Check for gud-comint-buffer.
577 2005-10-09 Bill Wohler <wohler@newt.com>
579 * Makefile.in (updates): Add mh-loaddefs dependency.
581 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
583 * speedbar.el (speedbar-file-key-map): Fix typo.
585 2005-10-09 Daniel Brockman <daniel@brockman.se>
587 * cus-start.el (line-spacing): Add custom spec.
589 2005-10-09 Romain Francoise <romain@orebokech.com>
591 * textmodes/ispell.el (ispell-check-version): Fix last change.
593 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
595 * term/x-win.el: Remove -i, --icon-type from comment.
597 * startup.el (command-line-x-option-alist): Remove options -i,
598 -itype, --icon-type, added -nb, --no-bitmap-icon
600 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
602 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
605 2005-10-08 Eric Hanchrow <offby1@blarg.net>
607 * textmodes/ispell.el (ispell-check-version):
608 Ignore hyphen, and all that follows, in aspell's version text.
610 2005-10-08 Jay Belanger <belanger@truman.edu>
612 * calc/calc-arith.el (math-known-square-matrixp): New function.
613 (math-pow-fancy): Check for matrices before distributing exponent
616 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
617 fullscreen keypad. Suggested by Luc Teirlinck.
618 (calc-keypad-show-input): Add space for formatting.
620 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
621 Add square matrix option.
623 * calc/calc-poly.el (math-expand-term): Check for matrices instead
624 of checking calc-matrix-mode when deciding how to expand.
626 * calc/calc.el (calc-set-mode-line): Add square matrix option.
628 2005-10-08 Lars Hansen <larsh@soem.dk>
630 * net/tramp.el (tramp-perl-directory-files-and-attributes):
632 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
634 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
636 Sync with Tramp 2.0.51.
638 * net/tramp.el (tramp-handle-set-visited-file-modtime)
639 (tramp-handle-insert-file-contents, tramp-handle-write-region):
640 Insert special handling for `last-coding-system-used', again
641 it still seems to be necessary (unlike stated before).
642 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
643 (tramp-password-prompt-regexp): There might be other words before
644 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
645 (tramp-chunksize): Improve docstring.
646 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
647 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
648 Christian Joergensen <bugs@razor.dk>.
650 2005-10-07 Glenn Morris <rgm@gnu.org>
652 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
653 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
656 2005-10-07 Romain Francoise <romain@orebokech.com>
658 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
659 (ibuffer-do-shell-command-pipe-replace)
660 (ibuffer-do-shell-command-file, ibuffer-do-eval)
661 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
662 (ibuffer-do-revert, ibuffer-do-replace-regexp)
663 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
664 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
665 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
666 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
667 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
668 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
669 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
670 Autoload file sans suffix.
672 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
674 2005-10-07 David Ponce <david@dponce.com>
676 * recentf.el (recentf-menu-open-all-flag): New option.
677 (recentf-digit-shortcut-command-name): New function.
678 (recentf--shortcuts-keymap): New variable.
679 (recentf-menu-shortcuts): New variable.
680 (recentf-make-menu-items): Initialize it. Replace the "More..."
681 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
682 (recentf-menu-value-shortcut): New function.
683 (recentf-make-menu-item): Use it. No more in-lined.
684 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
685 (recentf-open-most-recent-file): Rename from
686 `recentf-open-file-with-key'. Don't depend on key binding.
687 (recentf-mode-map): New variable.
688 (recentf-mode): Use it.
690 2005-10-06 Bill Wohler <wohler@newt.com>
692 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
694 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
695 (MH-E-SRC): New. Used by mh-autoloads.
696 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
697 files in MH-E-SRC have been updated.
698 (compile, recompile, bootstrap): Depend on mh-autoloads.
700 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
702 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
703 gud-break and gud-remove icons when the fringe is not available.
705 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
708 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
710 * play/zone.el (zone): Wrap body with save-window-excursion.
712 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
714 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
715 Use the new `list-only' arg to diary-list-entries.
717 * calendar/diary-lib.el: Use overlays rather than selective-display.
718 (diary-selective-display): New var.
719 (diary-header-line-format): Use it.
720 (diary-list-entries): Add argument `list-only'.
721 Put the buffer in diary-mode. Don't add \^M at beg and end.
722 Replace \^M by invisible overlays.
723 (diary-unhide-everything): Replace \^M by invisible overlays.
724 (print-diary-entries): Look for overlays rather than \^M.
725 Add a space to the temp buffer name.
726 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
727 Put the buffer in diary-mode.
728 (list-sexp-diary-entries): Replace \^M by invisible overlays.
729 (diary-anniversary): Make the year arg optional.
730 (diary-time-regexp): New const.
731 (diary-font-lock-keywords): Use it to accept a few more time formats.
733 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
735 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
737 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
738 Fix bug introduced 2005-07-03: Use (car (last ...))
739 to faithfully reproduce replaced artist-last.
740 (artist-set-arrow-points-for-poly): Likewise.
741 Suggested by Johan Bockg
\e,Ae
\e(Brd.
743 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
745 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
746 * wid-edit.el (widget):
747 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
748 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
750 2005-10-06 Kenichi Handa <handa@m17n.org>
752 * international/mule-cmds.el (set-language-environment):
753 Fix setting up of case-table for unibyte mode.
755 * simple.el (what-cursor-position): If the character is displayed
756 by some `display' text property, show that. Don't use
757 single-key-description for eight-bit characters in multibyte mode.
759 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
761 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
763 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
764 (gdb-info-frames-custom): Use inverse-video for first five
765 characters of selected frame only.
766 (gdb-get-frame-number): Select frame even when point is on frame
769 2005-10-06 Masatake YAMATO <jet@gyve.org>
771 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
772 Put `font-lock-function-name-face'.
773 (gdb-info-frames-custom): Put `font-lock-function-name-face'
774 and `font-lock-variable-name-face'
775 (gdb-registers-font-lock-keywords): New font lock keywords definition.
776 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
777 (gdb-memory-font-lock-keywords): New font lock keywords definition.
778 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
779 (gdb-local-font-lock-keywords): New font lock keywords definition.
780 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
781 (gdb-threads-font-lock-keywords): New font lock keywords definition.
782 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
784 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
786 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
787 (ediff-merge-region-is-non-clash-to-skip): Previously called
788 ediff-merge-region-is-non-clash.
790 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
791 Use insert-buffer-substring.
793 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
794 selecting files to patch. Also bug fixes.
796 * ediff-util.el (ediff-setup): Bug fix.
797 (ediff-next-difference): Never skip clashes that differ in white
800 * ediff-wind.el (ediff-setup-control-frame)
801 (ediff-destroy-control-frame): Check the menubar feature.
803 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
804 (viper-refresh-mode-line): Use make-local-variable to localize
805 some vars instead of make-variable-buffer-local. Suggested by
808 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
809 (viper-restore-cursor-type, viper-set-insert-cursor-type):
810 Use make-local-variable instead of make-variable-buffer-local.
811 Suggested by Stefan Monnier.
813 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
814 (viper-comint-mode-hook): Use make-local-variable on
815 require-final-newline.
816 (viper-non-hook-settings): Don't use make-variable-buffer-local.
818 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
820 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
821 also the second char of a comment-start sequence.
822 (scheme-sexp-comment-syntax-table): New var.
823 (lambda, define): Set their scheme-doc-string-elt property.
824 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
825 Use lisp-font-lock-syntactic-face-function now that it properly
826 handles |...| symbols.
827 (scheme-mode-variables): Set lisp-doc-string-elt-property,
828 parse-sexp-lookup-properties and font-lock-extra-managed-props.
830 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
832 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
834 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
835 (lisp-doc-string-elt-property): New var.
836 (lisp-font-lock-syntactic-face-function): Use it.
837 Rewrite to recognize docstrings even for forms not at toplevel.
839 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
840 annotation on the | part of #| rather than on the # part.
841 (scheme-font-lock-syntactic-face-function): New function, to
842 distinguish strings from |...| symbols.
843 (scheme-mode-variables): Use it. Also fix up the font-lock-time
844 syntax-table so that #|...|# is properly highlighted.
846 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
847 Don't mark as docstring the 3rd elem of an unknown toplevel form.
849 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
851 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
854 * emacs-lisp/eldoc.el: Move comments into docstrings.
855 (eldoc-message-commands): Initialize in its declaration.
856 Add move-beginning-of-line and move-end-of-line.
857 (eldoc-add-command, eldoc-add-command-completions)
858 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
860 * outline.el (outline-mark-subtree): Activate the mark.
862 * calendar/appt.el (appt-time-regexp): New var.
863 (appt-add, appt-make-list): Use it.
864 (appt-convert-time): Clean up.
866 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
867 Don't set any syntax-table property here.
868 (tex-font-lock-verb): New function. Do it here.
869 (tex-font-lock-syntactic-keywords): Use it.
871 2005-10-04 Richard M. Stallman <rms@gnu.org>
873 * wid-edit.el (widget-file-complete): Get the widget start point
874 the right way. Default directory to `/' if file has none.
876 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
878 * textmodes/flyspell.el (flyspell-mode-on):
879 Call ispell-maybe-find-aspell-dictionaries.
881 * textmodes/ispell.el (ispell-word, ispell-region):
882 Call ispell-maybe-find-aspell-dictionaries.
883 (ispell-accept-buffer-local-defs):
884 Don't call ispell-maybe-find-aspell-dictionaries
886 2005-10-04 Richard M. Stallman <rms@gnu.org>
888 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
890 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
892 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
893 instead of `fboundp' in order to allow for anonymous functions.
895 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
897 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
898 case the user clicks on the link while another window is selected.
899 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
901 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
903 (dframe-help-echo): Save point in case mouse tracking is off.
905 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
907 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
909 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
911 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
912 not change the global value of those vars.
914 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
915 make-local-variable which we do not need any more.
917 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
919 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
920 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
921 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
922 (speedbar-path-line): Define obsolete aliases.
923 (speedbar-line-directory): Doc fix.
925 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
926 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
927 instead of speedbar-line-path.
929 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
931 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
932 to nil if dropping on a window. Handle dropping on a minibuffer window
933 like dropping on a non-window part of Emacs.
935 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
937 * net/ange-ftp.el: Use with-current-buffer.
938 (ange-ftp-insert-directory): Do not follow symlinks any more.
940 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
941 Remove interactive spec.
943 2005-10-03 Kim F. Storm <storm@cua.dk>
945 * ido.el (ido-mode): Use custom-initialize-set.
947 2005-10-02 Richard M. Stallman <rms@gnu.org>
949 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
950 Use insert-buffer-substring.
952 * net/tramp.el: Pacify byte compiler warnings in pacification code.
953 (tramp-handle-file-local-copy): Use insert-buffer-substring.
955 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
957 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
959 (ange-ftp-insert-directory): Fix up the search for the case where
962 2005-10-02 Romain Francoise <romain@orebokech.com>
964 * progmodes/compile.el (compile-goto-error): Delete extra paren.
966 2005-10-02 Andreas Schwab <schwab@suse.de>
968 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
969 directory component in the session info.
971 2005-10-01 Richard M. Stallman <rms@gnu.org>
973 * comint.el (comint-redirect-subvert-readonly): Doc fix.
975 * simple.el (next-error-internal): New function.
977 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
978 (compilation-start): Pass new arg to compilation-buffer-name.
979 (compile-goto-error): Use next-error-internal.
981 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
983 * speedbar.el: Remove RCS tag.
984 (speedbar-check-read-only): Handle non-existent files.
986 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
988 * info.el (Info-speedbar-hierarchy-buttons)
989 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
991 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
993 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
994 Do not match newline.
995 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
996 (bibtex-summary): Remove unnecessary save-excursion.
997 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
999 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1001 * term/mac-win.el: Add charset info for "iso10646-1".
1002 Modify default fontset to use ATSUI-compatible fonts for some charsets
1005 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1007 * speedbar.el: Re-apply arch tag.
1008 (speedbar-version): Rename to version 1.0. Suggested by Eric
1010 Reapply two changes from Emacs CVS' version of speedbar lost
1012 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1013 (speedbar-frame-parameters): Improve customize type.
1015 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1017 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1018 (ange-ftp-file-directory-p): Fix the symlink case.
1019 (ange-ftp-insert-directory): When listing a single file, get a list of
1020 the parent buffer and extract the relevant line. Inspired from a patch
1021 by Katsumi Yamaoka <yamaoka@jpl.org>.
1022 (ange-ftp-file-name-sans-versions): Simplify.
1024 2005-09-30 Bill Wohler <wohler@newt.com>
1026 Move MH-E image files from toolbar and mail directories into
1029 * mail/reply2.*: Move to etc/images/mail/reply*.
1031 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1032 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1035 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1036 * toolbar/reply*: Move to etc/images/mail.
1038 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1040 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1042 * speedbar.el: New version 1.0pre3.
1044 Frame management code (including timer, and mouse click specifics)
1046 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1047 (speedbar-timer): Removed. Use dframe-timer.
1048 (speedbar-close-frame): Removed. Use dframe-close-frame.
1049 (speedbar-activity-change-focus-flag): Removed. Use
1050 dframe-activity-change-focus-flag.
1051 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1052 dframe-update-speed.
1054 (speedbar-current-frame): New macro. Use this instead of the
1055 variable speedbar-frame.
1057 (speedbar-use-images, speedbar-expand-image-button-alist)
1058 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1060 (speedbar-find-image-on-load-path): Removed. Replaced by
1061 defezimage in ezimage.el.
1062 (speedbar-expand-image-button-alist): Removed. Replaced by
1063 ezimage-expand-image-button-alist in ezimage.el.
1065 (speedbar-ignored-directory-regexp)
1066 (speedbar-add-ignored-directory-regexp)
1067 (speedbar-ignored-directory-expressions)
1068 (speedbar-line-directory, speedbar-buffers-line-directory)
1069 (speedbar-directory-line, speedbar-buffers-line-directory):
1070 Renamed, replacing `path' with `directory'.
1072 (speedbar-create-directory, speedbar-expand-line-descendants)
1073 (speedbar-toggle-line-expansion)
1074 (speedbar-contract-line-descendants): New commands.
1076 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1077 (speedbar-use-tool-tips-flag): New options.
1079 (speedbar-check-read-only, speedbar-require-version)
1080 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1081 (speedbar-handle-delete-frame, speedbar-try-completion)
1082 (speedbar-update-localized-contents): New functions.
1084 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1085 (speedbar-object-read-only-indicator): New variables.
1087 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1090 (speedbar-separator-face): New face.
1092 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1093 (speedbar-ignored-modes): Add fundamental-mode.
1094 (speedbar-directory-unshown-regexp): Add . directories.
1096 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1097 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1098 `]' for full expand/close.
1099 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1101 (speedbar-check-vc): Support hidden files.
1102 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1103 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1104 state is nil, it is not checked out.
1106 (speedbar-line-text, speedbar-line-token): Support expand buttons
1108 (speedbar-refresh): Universal argument acts as power-click.
1109 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1110 that buffer to get variable values.
1112 And many other bugfixes.
1114 * dframe.el, ezimage.el, sb-image.el: New files.
1116 * sb-*.xpm: Remove files. New image files installed into
1119 2005-09-30 Kenichi Handa <handa@m17n.org>
1121 * ps-mule.el (ps-mule-show-warning): If a character is in
1122 ps-print-translation-table, don't treat it as non-printable.
1124 2005-09-30 David Ponce <david@dponce.com>
1126 * tree-widget.el (tree-widget-themes-load-path): New variable.
1127 (tree-widget-themes-directory): Doc fix.
1128 (tree-widget-image-formats) [Emacs]: Doc fix.
1129 (tree-widget--locate-sub-directory): New function.
1130 (tree-widget-themes-directory): Use it.
1132 * recentf.el (recentf-filename-handlers): Rename from
1133 `recentf-filename-handler'. Allow a list of functions.
1134 (recentf-menu-items-for-commands): Fix :help strings.
1135 (recentf-apply-filename-handlers): New function.
1136 (recentf-expand-file-name): Use it.
1137 (recentf-cleanup): Remove duplicates too.
1139 2005-09-29 Juri Linkov <juri@jurta.org>
1141 * faces.el: Rearrange face definitions to be in the same order as
1142 their face descriptions in "(emacs)Standard Faces".
1144 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1146 * tooltip.el (tooltip): Add group `basic-faces'.
1148 * buff-menu.el (Buffer-menu-buffer): Remove group
1149 `font-lock-highlighting-faces'.
1151 * progmodes/compile.el (compilation-error, compilation-warning)
1152 (compilation-info, compilation-line-number, compilation-column-number):
1153 Change group from `font-lock-highlighting-faces' to `compilation'.
1155 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1156 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1157 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1158 (vhdl-font-lock-reserved-words-face)
1159 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1160 `font-lock-highlighting-faces'.
1162 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1164 2005-09-28 Kim F. Storm <storm@cua.dk>
1166 * emulation/cua-base.el: Set CUA move property on additional commands:
1167 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1168 forward-sexp, backward-sexp, forward-list, backward-list.
1170 2005-09-28 Romain Francoise <romain@orebokech.com>
1172 * comint.el (comint-show-output): Really set point at the
1173 beginning of the output when not using `comint-use-prompt-regexp'.
1175 2005-09-27 Jay Belanger <belanger@truman.edu>
1177 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1180 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1182 * textmodes/org.el (org-table-sum): Fix format string.
1184 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1187 2005-09-26 Romain Francoise <romain@orebokech.com>
1189 * isearch.el (isearch-forward-regexp): Close doc string.
1191 2005-09-25 Richard M. Stallman <rms@gnu.org>
1193 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1195 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1197 * progmodes/compile.el (compilation-error-properties):
1198 When getting the file from the previous error message,
1199 correctly decode the new data format.
1201 * progmodes/cc-cmds.el (c-electric-paren):
1202 Call old-blink-paren only for close-paren.
1204 2005-09-24 Andreas Schwab <schwab@suse.de>
1206 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1209 2005-09-25 Romain Francoise <romain@orebokech.com>
1211 * dired-aux.el (dired-copy-file-recursive):
1212 * dired.el (dired-delete-file):
1213 * ediff-mult.el (ediff-dir-diff-copy-file):
1214 * ediff-util.el (ediff-test-save-region):
1215 * forms.el (forms-mode):
1216 * ido.el (ido-file-internal, ido-delete-file-at-head):
1217 * log-edit.el (log-edit-done):
1218 * ses.el (ses-yank-resize):
1219 * play/gomoku.el (gomoku-human-plays, gomoku)
1220 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1221 (gomoku-offer-a-draw):
1222 * play/landmark.el (lm-human-resigns, lm):
1223 * net/eudcb-ldap.el (eudc-ldap-check-base):
1224 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1225 * progmodes/ebrowse.el (ebrowse-find-pattern):
1226 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1227 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1228 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1230 * vc.el (vc-delete-file):
1231 * play/gomoku.el (gomoku-terminate-game, gomoku)
1232 (gomoku-prompt-for-move, gomoku-human-takes-back):
1233 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1234 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1236 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1238 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1239 color rxvt terminals by using the code xterm.el used to use before
1240 2005-04-09 in order to match the colors used by rxvt.
1242 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1244 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1245 colors rxvt-unicode terminals by using the same code as xterm.el.
1247 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1249 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1250 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1251 new symbol used for the tex-verbatim face.
1253 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1255 * woman.el (woman-file-name):
1256 * wid-edit.el (widget-file-prompt-value)
1257 (widget-coding-system-prompt-value):
1258 * w32-fns.el (set-w32-system-coding-system):
1259 * vc.el (vc-version-diff, vc-annotate):
1260 * textmodes/reftex-auc.el (reftex-arg-cite)
1261 (reftex-arg-index-tag):
1262 * textmodes/refer.el (refer-get-bib-files):
1263 * textmodes/artist.el (artist-figlet-choose-font):
1264 * terminal.el (terminal-emulator):
1265 * replace.el (occur-read-primary-args):
1266 * rect.el (string-rectangle, string-insert-rectangle):
1267 * ps-print.el (ps-print-preprint):
1268 * progmodes/pascal.el (pascal-goto-defun):
1269 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1270 * progmodes/compile.el (compilation-find-file):
1271 * printing.el (pr-interactive-n-up):
1272 * play/animate.el (animate-birthday-present):
1273 * net/rcompile.el (remote-compile):
1274 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1275 * mail/rmailsum.el (rmail-summary-search-backward)
1276 (rmail-summary-search):
1277 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1278 (rmail-output-read-file-name):
1279 * mail/rmail.el (rmail-search, rmail-search-backwards):
1280 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1281 * locate.el (locate):
1282 * international/quail.el (quail-show-keyboard-layout):
1283 * international/mule.el (set-buffer-file-coding-system)
1284 (revert-buffer-with-coding-system, set-file-name-coding-system)
1285 (set-terminal-coding-system, set-keyboard-coding-system)
1286 (set-next-selection-coding-system):
1287 * international/mule-diag.el (describe-coding-system)
1288 (describe-font, describe-fontset):
1289 * international/mule-cmds.el (universal-coding-system-argument)
1290 (search-unencodable-char, describe-input-method)
1291 (set-language-environment, describe-language-environment):
1292 * international/codepage.el (codepage-setup):
1293 * international/code-pages.el (codepage-setup):
1294 * info.el (Info-search, Info-follow-reference)
1295 (Info-search-backward):
1296 * emacs-lisp/advice.el (ad-read-advised-function)
1297 (ad-read-advice-class, ad-clear-cache, ad-activate)
1298 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1299 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1301 * ediff-util.el (ediff-toggle-regexp-match):
1302 * ediff-ptch.el (ediff-prompt-for-patch-file):
1303 * dired-aux.el (dired-diff):
1305 * cus-edit.el (custom-variable-prompt):
1306 * calendar/timeclock.el (timeclock-ask-for-project):
1307 * calc/calcalg3.el (calc-get-fit-variables):
1308 * calc/calc-store.el (calc-edit-variable)
1309 (calc-permanent-variable):
1310 * vc-mcvs.el (vc-mcvs-register):
1311 * shadowfile.el (shadow-define-literal-group):
1312 * woman.el (woman-file-name):
1313 * vc.el (vc-version-diff, vc-merge):
1314 * textmodes/reftex-index.el (reftex-index-complete-tag):
1315 * format.el (format-decode-buffer, format-decode-region):
1316 * emulation/viper-cmd.el (viper-read-string-with-history):
1317 * emacs-lisp/debug.el (cancel-debug-on-entry):
1318 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1319 * ediff.el (ediff-merge-revisions)
1320 (ediff-merge-revisions-with-ancestor, ediff-revision):
1321 * completion.el (interactive-completion-string-reader):
1322 * calc/calc-prog.el (calc-user-define-formula):
1323 Follow convention for reading with the minibuffer.
1325 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1327 * progmodes/python.el (python-describe-symbol): Add globals() and
1328 locals() to the arguments of emacs.ehelp.
1330 2005-09-24 Magnus Henoch <mange@freemail.hu>
1332 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1333 New function, code extracted from ispell-valid-dictionary-list.
1334 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1337 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1339 * subr.el (version-regexp-alist): Extend valid syntax for version
1340 strings: allow any of the characters -,_,+ to separate the
1341 alpha/beta/rc part from the version part. Doc fix.
1342 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1344 2005-09-23 David Reitter <david.reitter@gmail.com>
1346 * mail/mailclient.el: New file.
1348 2005-09-23 Richard M. Stallman <rms@gnu.org>
1350 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1351 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1354 * progmodes/cc-mode.el (c-font-lock-init):
1355 Specify font-lock-lines-before.
1357 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1359 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1362 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1364 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1365 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1366 of `remap' feature when available. Additional key bindings for
1368 (org-mode-restart, org-force-self-insert): New commands.
1369 (org-time-stamp-inactive): New command.
1370 (org-remap): New function.
1371 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1372 (org-enable-fixed-width-editor): Move to `org-structure'
1373 customization group.
1374 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1375 blank field after field motion commands.
1377 2005-09-23 Kenichi Handa <handa@m17n.org>
1379 * international/mule-cmds.el (set-language-environment):
1380 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1381 have to call utf-translate-cjk-load-tables.
1383 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1385 * mouse.el (mouse-move-drag-overlay): Fix last change.
1387 2005-09-22 David Ponce <david@dponce.com>
1389 * tree-widget.el (tree-widget-value-create): Fix previous change.
1391 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1393 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1395 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1397 * mouse.el (mouse-move-drag-overlay): New function.
1398 (mouse-drag-region-1): Use it.
1399 Try to simplify a bit the state handling. Handle clicks on links
1400 inside intangible areas.
1401 (mouse-save-then-kill): Minor simplification.
1402 (mouse-secondary-overlay): Make it always non-nil instead of
1403 recreating it each time.
1404 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1405 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1406 Simplify accordingly.
1408 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1410 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1412 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1414 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1415 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1416 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1419 * ediff-util.el: Use insert-buffer-substring.
1421 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1423 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1424 field boundaries in the minibuffer.
1425 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1426 (viper-minibuffer-post-command-hook): New hook.
1427 (viper-line): Don't move cursor at bolp.
1429 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1431 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1432 avoid compiler warnings.
1434 * emulation/viper-macs.el (ex-map): Better messages.
1436 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1438 * emulation/viper.el: Replace make-variable-buffer-local with
1439 viper-make-variable-buffer-local everywhere, to avoid warnings.
1441 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1443 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1444 Delete unused var `old-selected-window'.
1445 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1446 (mouse-drag-secondary): Delete unused var `start-frame'.
1448 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1450 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1452 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1454 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1455 Re-indent within 80 columns. Use inhibit-read-only.
1457 2005-09-19 Romain Francoise <romain@orebokech.com>
1459 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1461 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1463 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1464 unconditionally, since the after-change-function already did it.
1466 2005-09-19 Miles Bader <miles@gnu.org>
1468 * net/newsticker.el: Get rid of CVS keyword.
1470 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan+sf@dd.chalmers.se>
1472 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1473 The prompt is formatted later.
1475 2005-09-19 David Ponce <david@dponce.com>
1477 * tree-widget.el (tree-widget-value-create): Save the converted
1480 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1482 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1485 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1487 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1488 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1489 <slawomir.nowaczyk.847@student.lu.se>.
1491 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1493 * image.el (image-load-path): Use symbol `data-directory' instead
1494 of its value, for backward compatibility with packages that bind
1495 it during `find-image'. Suggested by Katsumi Yamaoka.
1496 (image-search-load-path): Handle symbols whose values are strings.
1498 2005-09-18 Romain Francoise <romain@orebokech.com>
1500 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1501 with-current-buffer form in save-excursion.
1503 2005-09-18 D Goel <deego@gnufans.org>
1505 * apropos.el (apropos-command): Fix `message' call: first arg
1506 should be a format spec. In this and all other cases that appear
1507 below and elsewhere in the source code, I made a change only when
1508 two conditions were satisfied: [1] I can think of a possibility
1509 that the arguments would cause an error, for example, the code in
1510 question relies on external variables such as filenames. [2] I
1511 was sure that the arg to `message' could not have been nil in the code.
1513 * textmodes/tildify.el (tildify-region): Ditto.
1515 * textmodes/reftex-index.el (reftex-index-change-entry)
1516 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1517 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1518 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1519 (org-priority, org-table-sum):
1520 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1521 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1522 (flyspell-word, flyspell-display-next-corrections):
1523 * textmodes/bibtex.el (bibtex-print-help-message):
1524 * textmodes/artist.el (artist-key-set-point-poly):
1525 * term/mac-win.el (mac-services-insert-text):
1526 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1527 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1528 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1529 (vhdl-compose-configuration):
1530 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1531 (sh-set-indent, sh-learn-line-indent):
1532 * progmodes/ps-mode.el (ps-mode-target-column):
1533 * progmodes/idlwave.el (idlwave-make-tags)
1534 (idlwave-scan-library-catalogs):
1535 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1536 * progmodes/gud.el (gud-jdb-analyze-source):
1537 * progmodes/flymake.el (flymake-log):
1538 * progmodes/ebnf2ps.el (ebnf-generate-region):
1539 * progmodes/cmacexp.el (c-macro-expansion):
1540 * progmodes/ada-xref.el (ada-treat-cmd-string):
1541 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1542 (ada-justified-indent-current, ada-batch-reformat):
1543 * play/zone.el (zone):
1544 * play/landmark.el (lm-move):
1545 * play/decipher.el (decipher-show-alphabet):
1546 * net/newsticker.el (newsticker--display-jump)
1547 (newsticker--display-scroll):
1548 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1549 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1550 * mail/feedmail.el (feedmail-dump-message-to-queue):
1551 * eshell/esh-proc.el (eshell-remove-process-entry):
1552 * emulation/ws-mode.el (ws-last-error):
1553 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1554 (viper-record-kbd-macro):
1555 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1556 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1557 * emacs-lisp/find-func.el (find-function-noselect):
1558 * calendar/timeclock.el (timeclock-status-string)
1559 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1560 (timeclock-when-to-leave-string):
1561 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1562 * calc/calc-units.el (calc-enter-units-table):
1563 * calc/calc-mode.el (calc-mode-record-mode):
1564 * woman.el (woman-mini-help):
1565 * wdired.el (wdired-change-to-wdired-mode):
1566 * vc.el (vc-retrieve-snapshot):
1567 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1568 * startup.el (display-startup-echo-area-message):
1569 * simple.el (set-goal-column):
1570 * ses.el (ses-command-hook, ses-recalculate-cell):
1571 * server.el (server-process-filter):
1572 * printing.el (pr-interface-txt-print, pr-interface-printify)
1574 * pcvs.el (cvs-help):
1575 * log-edit.el (log-edit, log-edit-mode-help):
1576 * iswitchb.el (iswitchb-possible-new-buffer):
1577 * isearch.el (isearch-edit-string):
1578 * image-mode.el (image-mode, image-minor-mode):
1579 * ibuf-macs.el (define-ibuffer-filter):
1580 * hi-lock.el (hi-lock-find-patterns):
1581 * files.el (toggle-read-only):
1582 * ediff-util.el (ediff-copy-diff)
1583 (ediff-write-merge-buffer-and-maybe-kill):
1584 * echistory.el (Electric-history-undefined):
1585 * dnd.el (dnd-insert-text):
1586 * dired-aux.el (dired-query):
1587 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1588 * bookmark.el (bookmark-bmenu-locate):
1589 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1590 Fix `message' calls to ensure first arg is a format string.
1591 The change was made only when these two conditions were satisfied:
1592 [1] when there is a possibility that the arguments would cause an error
1593 for example, if the code in question relies on external variables
1594 such as filenames, and
1595 [2] if the arg to `message' could not have been nil in the code.
1597 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1598 Not having a %s would be weird, though not technically wrong.
1600 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1602 * term/mac-win.el (mac-add-charset-info): Doc fix.
1604 2005-09-17 Romain Francoise <romain@orebokech.com>
1606 * shell.el (shell-resync-dirs): Handle echoing processes more
1607 reliably. Don't insert resync command if `comint-process-echoes'
1610 2005-09-17 Magnus Henoch <mange@freemail.hu>
1612 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1613 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1614 aspell versions >= 0.60.
1615 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1616 only if ispell-aspell-supports-utf8 is non-nil.
1618 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
1620 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1621 buffer-local value to lisp-indent-function.
1623 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1625 * progmodes/glasses.el (glasses-make-readable): If
1626 glasses-separator differs from underscore, put appropriate
1627 overlays over underscore characters.
1628 (glasses-convert-to-unreadable): If glasses-separator differs from
1629 underscore, try to convert glasses-separator characters to
1632 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1634 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1635 Use with-syntax-table and dolist.
1637 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1639 * textmodes/reftex-auc.el:
1640 * textmodes/reftex-cite.el:
1641 * textmodes/reftex-dcr.el:
1642 * textmodes/reftex-global.el:
1643 * textmodes/reftex-parse.el:
1644 * textmodes/reftex-ref.el:
1645 * textmodes/reftex-sel.el:
1646 * textmodes/reftex-toc.el:
1647 * textmodes/reftex-vars.el:
1648 * textmodes/reftex.el: Small changes to remove compiler warnings.
1650 * textmodes/reftex-index.el: Likewise.
1651 (reftex-query-index-phrase): More efficient use of markers.
1653 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1655 * image.el (image-load-path): New variable.
1656 (image-search-load-path): New function.
1657 (find-image): Search for images in `image-load-path'.
1659 2005-09-15 Richard M. Stallman <rms@gnu.org>
1661 * follow.el: Change Maintainer field.
1663 2005-09-15 David Ponce <david@dponce.com>
1665 * recentf.el (recentf-save-file-modes): New option.
1666 (recentf-save-list): Use it.
1668 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1670 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1671 (mode-line-mule-info, mode-line-modified): Move bindings from
1674 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1676 * simple.el (sendmail-user-agent-compose): Revert last change.
1678 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1680 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1681 Use with-current-buffer.
1682 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1683 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1684 (ange-ftp-insert-directory): Remove unused var `short'.
1685 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1687 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1688 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1690 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1691 (check-calendar-holidays, diary-list-entries): Autoload.
1692 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1693 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1695 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1696 which mistakenly removed a call to display-buffer.
1698 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1700 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1702 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1704 * progmodes/hideshow.el
1705 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1706 (hs-allow-nesting): New user var.
1707 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1708 (hs-hide-block-at-point): When nesting allowed,
1709 if there is already an overlay in place, delete it.
1710 (hs-safety-is-job-n): Delete func; remove call sites.
1711 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1712 (hs-overlay-at): New func.
1713 (hs-already-hidden-p, hs-show-block): Use it.
1714 (hs-hide-all): Don't pre-clean if nesting allowed.
1715 (hs-show-all): Temporarily disallow
1716 nesting around call to `hs-discard-overlays'.
1718 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1720 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1721 Delete unused local var.
1723 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1725 * help-fns.el (describe-categories): "?\ " -> "?\s".
1726 (help-do-arg-highlight): Recognize also ARG-n, as in
1727 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1729 * international/codepage.el (dos-unsupported-char-glyph):
1730 * net/newsticker.el (tool-bar-map, w3-mode-map)
1731 (w3m-minor-mode-map):
1732 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1734 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1736 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1738 * custom.el (custom-push-theme): Handle the case where a symbol is
1739 bound but face properties have not yet been assigned.
1741 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1742 Fix behavior if noerase is `t' and there is no mail buffer.
1744 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1745 if `continue' is nil, rather than signal an error.
1747 2005-09-12 Richard M. Stallman <rms@gnu.org>
1749 * font-lock.el (font-lock-keywords): Add autoload.
1751 * help-fns.el (describe-variable): Rearrange to put source link
1752 in a predictable place.
1754 * net/newsticker.el: New file.
1756 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1758 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1759 (calendar-basic-setup): Use the new nil arg.
1760 (number-of-diary-entries): Move to diary-lib.el.
1762 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1763 (diary-list-entries): Use with-syntax-table and dolist.
1764 Rename from list-diary-entries.
1765 Use number-of-diary-entries if `number' is nil.
1766 (diary, diary-view-entries): Use this new name and new nil arg value.
1767 (number-of-diary-entries): Move from calendar.el.
1768 (diary-unhide-everything): New function.
1769 (include-other-diary-files, fancy-diary-display)
1770 (diary-show-all-entries, make-diary-entry): Use it.
1771 (diary-mail-entries): Use buffer-string.
1772 (mark-diary-entries): Fix long standing paren typo.
1773 (diary-sexp-entry): Use count-lines.
1774 (make-diary-entry): Avoid `previous-line'.
1775 (diary-mode-map): New var.
1776 (diary-mode): Redraw cal after saving. Setup header-line.
1777 (fancy-diary-display-mode): Use local-set-key.
1779 * startup.el (command-line): Try calling various terminal-init-foo-bar
1780 functions by stripping hyphenated suffixes from $TERM.
1782 * files.el (normal-mode): Check boundness of font-lock-keywords.
1784 2005-09-12 Richard M. Stallman <rms@gnu.org>
1786 * progmodes/compile.el: Don't decide a file's directory
1787 until the user actually tries to go there.
1788 (compilation-next-error-function):
1789 Pass compilation-find-file the directory from the file-struct.
1790 (compilation-internal-error-properties): Separate local FILE-STRUCT
1791 from FILE. Doc the args better. Rename arg FMT to FMTS.
1792 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1793 Expand it, and if nil, use default-directory.
1794 (compilation-get-file-structure): Don't mix specified directory
1795 with default directory. Put specified directory into
1796 file-struct. Don't make the file name absolute.
1798 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1799 (compile-command): Add autoload.
1800 (compilation-disable-input): Add autoload.
1802 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1804 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1805 strings of the variables it can override.
1806 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1807 %Q and %q, for fully-qualified domain name and unqualified host name.
1809 2005-09-11 Kim F. Storm <storm@cua.dk>
1811 * emacs-lisp/authors.el (authors-aliases): Update list.
1812 (authors-fixed-entries): Update mldrag.el entry.
1814 2005-09-10 Alan Mackenzie <acm@muc.de>
1816 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1817 from the region narrowed to.
1819 2005-09-10 Magnus Henoch <mange@freemail.hu>
1821 * textmodes/ispell.el (ispell-check-version): Signal an error if
1822 aspell version is less than 0.60.
1824 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1826 * progmodes/octave-inf.el (inferior-octave-startup):
1827 Resync current dir at the end.
1829 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1831 * woman.el (woman-topic-at-point-default):
1832 Rename to woman-use-topic-at-point-default.
1833 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1834 (woman-file-name): Reflect renames above. Automatically use the
1835 word at point as topic if woman-use-topic-at-point is non-nil.
1836 Otherwise offer it as default but don't insert it in the
1837 minibuffer. Also use `test-completion' instead of `assoc' as
1838 suggested by Stefan Monnier.
1840 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1842 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1843 the attempt to do it over Tramp. This is not yet supported.
1845 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1847 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1848 (menu-bar-non-minibuffer-window-p): New functions.
1849 ("Split Window", "Save As..."): Use them.
1850 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1851 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1852 Use menu-bar-menu-frame-live-and-visible-p.
1853 ("Save Buffer", "Insert File", "Open Directory...")
1854 ("Open File...", "Visit New File..."):
1855 Use menu-bar-non-minibuffer-window-p.
1856 (kill-this-buffer-enabled-p, dired <menu-enable>):
1857 Use menu-bar-non-minibuffer-window-p.
1859 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1861 * cus-start.el (all): Don't complain about fringe-related
1862 built-ins if fringes are not supported. Ditto about
1863 selection-related built-ins. Fix the test for GTK-related built-ins.
1865 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1866 ("Postscript Print Buffer", "Print Region", "Save As...")
1867 ("Save", "Insert File...", "Open Directory...")
1868 ("Open File...", "Visit New File..."")
1869 ("Truncate Long Lines in this Buffer"): Don't look at
1870 menu-updating-frame if this display does not support multiple frames.
1872 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1874 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1876 2005-09-09 Emilio Lopes <eclig@gmx.net>
1878 * woman.el: Format- and whitespace-related changes.
1880 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1882 * woman.el: Fix my email address.
1884 2005-09-08 Richard M. Stallman <rms@gnu.org>
1886 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1887 (sh-mode): Locally set skeleton-pair-default-alist.
1889 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1891 * progmodes/flymake.el: Require `compile' unconditionally.
1893 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1895 * woman.el (woman-file-name): Provide a default, not initial input.
1897 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1899 * font-lock.el (font-lock-support-mode): Doc fix.
1901 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1903 2005-09-08 Richard M. Stallman <rms@gnu.org>
1905 * simple.el (blink-matching-open): Get rid of text props from
1906 the string shown in echo area. Don't permanently set point.
1907 Some rearrangements.
1909 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1911 * recentf.el (recentf-filename-handler): Add custom choice
1912 `abbreviate-file-name'.
1914 * msb.el (msb--very-many-menus): Fix typo.
1916 * disp-table.el (standard-display-european): Don't set
1917 enable-multibyte-characters to nil.
1919 2005-09-08 David Ponce <david@dponce.com>
1921 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1922 (recentf-expand-file-name): Doc fix.
1923 (recentf-dialog-mode-map): Define digit shortcuts.
1924 (recentf--files-with-key): New variable.
1925 (recentf-show-digit-shortcut-filter): New function.
1926 (recentf-open-files-items): New function.
1927 (recentf-open-files): Use it.
1928 (recentf-open-file-with-key): New command.
1930 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1932 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1933 Suggested by Kim F. Storm.
1934 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1935 (Buffer-menu-make-sort-button): Use global keymap.
1937 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1939 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1940 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1941 necessary any longer with the remapped command.
1942 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1943 formatting time only.
1945 * net/tramp.el (tramp-action-password)
1946 (tramp-multi-action-password): Compile the password prompt from
1947 `method', `user' and `host'. Sometimes it isn't obvious which
1948 password to enter, for example with remote files offered by
1949 recentf.el, or with multiple steps. Suggested by Robert Marshall
1950 <robert@chezmarshall.freeserve.co.uk>.
1952 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1954 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1955 Fix regexp for when "s///" is at the beginning of line.
1957 2005-09-07 Jay Belanger <belanger@truman.edu>
1959 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1960 when in matrix mode.
1962 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1964 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1965 non-anonymous functions.
1967 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1969 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1970 when using a header line. Otherwise, use mouse-1-click-follows-link.
1972 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1973 can't be moved; don't signal an error.
1975 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1977 * cus-theme.el (custom-theme-write-faces): Save the current face
1978 spec, not the defface spec.
1980 * custom.el (custom-known-themes): Clarify meaning of "standard".
1981 (custom-push-theme): Save old values in the standard theme.
1982 (disable-theme): Correct typo.
1983 (custom-face-theme-value) Deleted unused function.
1984 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1986 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1988 * progmodes/compile.el (compilation-goto-locus): Take into account
1989 iconified frames when determining whether the buffer is
1991 Don't reset window height if the window already existed.
1993 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1995 * custom.el (load-theme): Rename from require-theme.
1996 Add interactive spec.
1997 (enable-theme): Rename from custom-enable-theme.
1998 Add interactive spec.
1999 (disable-theme): Rename from custom-disable-theme.
2000 Add interactive spec.
2001 (custom-make-theme-feature): Doc fix.
2002 (custom-theme-directory): Doc fix.
2003 (provide-theme): Call enable-theme.
2005 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2007 * obsolete/lazy-lock.el (lazy-lock-mode):
2008 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2009 font-lock-mode if it's off. Print a warning instead.
2011 * progmodes/compile.el (compilation-start): Ignore errors if the
2012 process died before we get to send-eof.
2014 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2015 Undo last change. Enclosing the result in quotes broke things on Unix
2016 since tex-send-command passes it through shell-quote-argument.
2017 (tex-send-command): Pass `file' through convert-standard-filename
2019 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2020 info in a transcript.
2022 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2024 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2025 fix compilation warning. Reorder the key definitions to group
2026 together keys emitted by the current version of xterm.
2028 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2029 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2030 Reorder predicates to correct min-color usage.
2032 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2034 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2035 Kill local variables when longlines-mode is turned off.
2037 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2039 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2041 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2043 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2045 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2046 (font-lock-lines-before): Change default to being inactive.
2047 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2048 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2050 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2052 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2053 Deactivate temporarily advice if active (not needed for Emacs 22,
2054 but for backwards compatibility).
2055 (tramp-exists-file-name-handler): Rewrite. First implementation
2057 (tramp-advice-make-auto-save-file-name):
2058 Call `tramp-handle-make-auto-save-file-name' (again, just for
2059 backwards compatibility).
2061 2005-08-31 Reto Zimmermann <reto@gnu.org>
2063 * progmodes/vhdl-mode.el
2064 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2065 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2066 (vhdl-set-default-project): New function (easier setting of default).
2067 (vhdl-port-copy): Handle extended identifiers for generics.
2068 (vhdl-compiler-alist): Better description for error message regexp.
2069 (vhdl-make): Query for target, use previous as default.
2070 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2071 (vhdl-font-lock-keywords-2): Fix fontification for record
2073 (vhdl-speedbar-make-subpack-line): Add package body link.
2074 (vhdl-generate-makefile-1): Not include itself as dependency.
2075 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2076 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2077 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2078 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2079 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2080 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2081 (vhdl-import-project): Add string argument for `error'.
2082 (vhdl-compose-configuration)
2083 (vhdl-compose-configuration-architecture): Add configuration
2084 declaration generation.
2085 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2086 (vhdl-trailer-re): Add "record" keyword (better indentation).
2087 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2089 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2090 (vhdl-testbench-entity-file-name)
2091 (vhdl-testbench-architecture-file-name): Allow separate
2092 customization of testbench file names.
2093 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2094 (vhdl-get-visible-signals): Allow newline within alias declaration.
2095 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2096 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2097 (member-ignore-case): Alias for missing function in XEmacs.
2098 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2099 (vhdl-update-sensitivity-list): Ignore case on read signals.
2100 (vhdl-replace-string): Adjust case only for file names.
2101 (vhdl-update-sensitivity-list): Fix search for read signals.
2102 (vhdl-update-sensitivity-list): Exclude formal parameters.
2103 (vhdl-get-visible-signals): Include aliases of signals.
2104 (vhdl-get-visible-signals): Fix signal name searching.
2105 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2106 (vhdl-fixup-whitespace-region): Fix for character
2107 literals (e.g. ':').
2109 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2111 * ansi-color.el (comint-last-output-start):
2112 * bs.el (font-lock-verbose):
2113 * diff-mode.el (add-log-buffer-file-name-function):
2114 * dired-x.el (vm-folder-directory):
2115 * faces.el (help-xref-stack-item):
2116 * files.el (font-lock-keywords):
2117 * find-lisp.el (dired-buffers, dired-subdir-alist):
2118 * ido.el (cua-inhibit-cua-keys):
2119 * log-view.el (cvs-minor-wrap-function):
2120 * outline.el (font-lock-warning-face):
2121 * simple.el (compilation-current-error):
2122 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2123 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2124 * tooltip.el (comint-prompt-regexp):
2125 * w32-fns.el (explicit-shell-file-name):
2126 * term/mac-win.el (mac-charset-info-alist)
2127 (mac-services-selection, mac-system-script-code):
2128 * term/tty-colors.el (msdos-color-values):
2129 * term/w32-win.el (xlfd-regexp-registry-subnum):
2130 * term/x-win.el (x-keysym-table, x-selection-timeout)
2131 (x-session-id, x-session-previous-id):
2132 * textmodes/ispell.el (mail-yank-prefix):
2133 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2134 * textmodes/org.el (calc-embedded-close-formula)
2135 (calc-embedded-open-formula)
2136 (font-lock-unfontify-region-function):
2137 * textmodes/reftex-global.el (isearch-next-buffer-function)
2139 * textmodes/reftex.el (font-lock-keywords):
2140 * textmodes/tex-mode.el (font-lock-comment-face)
2141 (font-lock-doc-face):
2142 * textmodes/texinfo.el (outline-heading-alist):
2145 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2146 (artist-spray-chars, artist-mode-init, artist-replace-string)
2147 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2148 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2149 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2151 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2152 (conf-align-assignments): "?\ " -> "?\s".
2154 * textmodes/reftex-index.el (TeX-master): Add defvar.
2155 (reftex-index-phrases-marker): Move up defvar.
2157 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2158 (reftex-toc-include-labels-indicator)
2159 (reftex-toc-include-index-indicator)
2160 (reftex-toc-max-level-indicator): Move up declarations.
2162 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2163 of args to `tramp-run-real-handler', even if it's empty in this case.
2165 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2167 * dired.el (dired-move-to-filename-regexp): Add date format for
2168 Mac OS X 10.3 in East Asian locales.
2170 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2172 * files.el (make-auto-save-file-name): Add file name handler call
2175 * net/tramp.el (tramp-file-name-handler-alist)
2176 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2177 (tramp-handle-make-auto-save-file-name): Rename from
2178 `tramp-make-auto-save-file-name'.
2179 (tramp-exists-file-name-handler): New defun.
2180 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2181 `make-auto-save-file-name' is not a magic file name operation.
2183 2005-08-30 Richard M. Stallman <rms@gnu.org>
2185 * files.el (risky-local-variable-p):
2186 Match `-predicates' and `-commands.
2188 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2189 (custom-save-all): Visit the file if necessary;
2190 kill the buffer if we created it.
2191 (custom-save-delete): Don't visit file or kill buffer here.
2193 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2195 * textmodes/org.el (org-special-keyword): New face.
2196 (org-table-copy-down, org-table-eval-formula)
2197 (org-table-recalculate, org-init-section-numbers):
2198 Use `string-to-number' instead of `string-to-int'.
2199 (org-get-location): Use `insert-buffer-substring' instead of
2201 (org-modify-diary-entry-string): New function.
2202 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2203 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2204 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2206 (org-export-as-html): Handle QUOTE keyword.
2207 (org-quote-string): New option.
2208 (org-bookmark-jump-unhide): New function, used for
2209 `bookmark-after-jump-hook'.
2210 (org-diary-default-entry): Apply only when not called through
2213 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2215 * net/eudc.el (mode-popup-menu):
2216 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2217 * progmodes/ada-mode.el (compile-auto-highlight)
2218 (skeleton-further-elements):
2219 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2220 * progmodes/cmacexp.el (msdos-shells):
2221 * progmodes/compile.el (font-lock-extra-managed-props)
2222 (font-lock-keywords, font-lock-maximum-size)
2223 (font-lock-support-mode):
2224 * progmodes/grep.el (font-lock-lines-before):
2225 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2226 * progmodes/mixal-mode.el (compile-command):
2227 * progmodes/perl-mode.el (font-lock-comment-face)
2228 (font-lock-doc-face, font-lock-string-face):
2229 * progmodes/prolog.el (comint-prompt-regexp):
2230 * progmodes/sh-script.el (font-lock-comment-face)
2231 (font-lock-set-defaults, font-lock-string-face):
2232 * progmodes/sql.el (font-lock-keyword-face)
2233 (font-lock-set-defaults, font-lock-string-face):
2234 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2235 (itimer-version, lazy-lock-defer-contextually)
2236 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2239 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2240 (cperl-electric-keyword, cperl-electric-pod)
2241 (cperl-electric-backspace, cperl-forward-re)
2242 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2243 (vc-rcs-header, vc-sccs-header): Add defvars.
2245 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2246 (font-lock-syntactic-keywords, gud-find-expr-function):
2249 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2250 (gdb-frame-parameters): Declare before use.
2252 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2253 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2254 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2255 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2257 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2258 (idlwave-help-with-source): Use `insert-buffer-substring', not
2261 2005-08-29 Juri Linkov <juri@jurta.org>
2263 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2264 Put outline-back-to-heading function call inside save-excursion.
2266 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2268 * man.el (Man-init-defvars, Man-translate-references)
2269 (Man-support-local-filenames, Man-highlight-references):
2270 * progmodes/sql.el (sql-interactive-mode):
2271 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2273 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2274 (compilation-mode-font-lock-keywords): Add defvars.
2275 (checkdoc-interactive-loop): "?\ " -> "?\s".
2277 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2278 (font-lock-doc-face, font-lock-string-face)
2279 (font-lock-keywords-case-fold-search): Add defvars.
2280 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2282 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2283 Don't pass X and Y (they are ignored anyway).
2284 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2285 (mouse-delete-window): Make arguments optional.
2287 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2288 (caesar-translate-table, minor-modes, news-buffer-save)
2289 (news-group-name, news-minor-modes): Add defvars.
2291 * emacs-lisp/lselect.el (mouse-highlight-priority)
2292 (x-lost-selection-functions, zmacs-regions):
2293 * emacs-lisp/pp.el (font-lock-verbose):
2294 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2295 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2297 * emacs-lisp/tcover-unsafep.el (safe-functions):
2298 * international/mule-cmds.el (mac-system-coding-system)
2299 (mac-system-locale):
2300 * language/ethio-util.el (rmail-current-message)
2301 (rmail-message-vector):
2302 * language/thai-util.el (thai-auto-composition-mode):
2303 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2304 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2305 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2306 (vm-primary-inbox, vm-spool-files):
2307 * mail/rmail.el (deleted-head, font-lock-fontified)
2308 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2309 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2311 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2312 (rmail-summary-mode-map):
2313 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2314 (rmail-last-label, rmail-last-multi-labels)
2315 (rmail-summary-vector, rmail-total-messages):
2316 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2317 * mail/rmailsum.el (msgnum):
2318 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2319 (rmail-current-message):
2320 * obsolete/fast-lock.el (font-lock-face-list):
2321 * obsolete/rnewspost.el (mail-reply-buffer):
2322 * obsolete/scribe.el (compile-command):
2323 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2325 2005-08-28 John Paul Wallington <jpw@gnu.org>
2327 * ibuf-ext.el (ibuffer-auto-update-changed):
2328 Use `frame-or-buffer-changed-p' to check whether we need to update.
2329 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2330 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2331 as a `frame-or-buffer-changed-p' state vector instead.
2333 2005-08-27 Romain Francoise <romain@orebokech.com>
2335 * textmodes/makeinfo.el (makeinfo-compile):
2336 Use `compilation-start'. Set `next-error-function' according to
2338 (makeinfo-next-error): New function.
2339 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2340 (makeinfo-buffer): Likewise.
2342 * progmodes/compile.el (compilation-start): Add autoload cookie.
2344 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2345 * textmodes/sgml-mode.el: Likewise.
2346 * progmodes/python.el: Likewise.
2348 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2350 * simple.el (blink-matching-paren-distance): Document the meaning
2351 of nil value, and allow to customize to nil.
2353 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2354 command.com, not command.exe.
2356 2005-08-26 John Wiegley <johnw@newartisans.com>
2358 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2359 code around a bit so that an extraneous nil argument is not added
2360 to a command when no args are given.
2362 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2363 double-quoted argument resolves to nil, return it as an empty
2364 string rather than as nil. This made it impossible to pass "" to
2365 a shell script as a null string argument.
2367 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2369 * outline.el (outline-invent-heading): New fun.
2370 (outline-promote, outline-demote): Use it.
2371 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2372 (outline-end-of-subtree): Remove unused var `opoint'.
2374 2005-08-26 David Reitter <david.reitter@gmail.com>
2376 * menu-bar.el (truncate-lines, write-file, print-buffer)
2377 (ps-print-buffer-faces, ps-print-buffer, split-window):
2378 Disable menu items when the frame they refer to is invisible, or when
2379 they refer to a buffer and the minibuffer is selected.
2381 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2383 * progmodes/flymake.el (flymake-highlight-err-lines):
2384 Use save-excursion around flymake-highlight-line to preserve point.
2386 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2388 * progmodes/octave-mod.el: Change Author and Maintainer address.
2389 (octave-maintainer-address): Change Kurt's email address.
2390 * progmodes/octave-inf.el: Change Author and Maintainer address.
2391 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2393 2005-08-26 Kim F. Storm <storm@cua.dk>
2395 * subr.el (version-list-<, version-list-<=, version-list-=):
2396 Renamed from integer-list-*.
2397 (version-list-not-zero): Likewise. Fix while loop.
2398 (version=): Use version-list-= instead of string-equal.
2400 2005-08-26 Richard M. Stallman <rms@gnu.org>
2402 * outline.el (outline-promote): Try shortening the heading.
2403 As last resort, read the heading to use.
2404 (outline-demote): As last resort, read the heading to use.
2406 2005-08-26 Romain Francoise <romain@orebokech.com>
2408 * progmodes/compile.el (compilation-start): Doc fix.
2410 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2411 (antlr-font-lock-additional-keywords): Fix reference to
2412 `antlr-font-lock-literal-regexp' erroneously changed during the
2414 (antlr-run-tool): Use `compilation-start'.
2416 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2417 instead of the obsolete `compile-internal'.
2419 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2421 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2422 (number, original-date):
2423 * calendar/cal-china.el (date):
2424 * calendar/cal-coptic.el (date):
2425 * calendar/cal-french.el (date):
2426 * calendar/cal-hebrew.el (date, entry, number, original-date):
2427 * calendar/cal-islam.el (date, number, original-date):
2428 * calendar/cal-iso.el (date):
2429 * calendar/cal-julian.el (date):
2430 * calendar/cal-mayan.el (date):
2431 * calendar/cal-menu.el (date, event):
2432 * calendar/cal-persia.el (date):
2433 * calendar/lunar.el (date):
2434 * calendar/solar.el (date): Add defvars.
2439 * obsolete/bg-mouse.el:
2440 * obsolete/sun-curs.el:
2441 * obsolete/swedish.el: Move the `defvar's to the top level.
2443 * smerge-mode.el (smerge-refined-change): Add :group.
2445 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2447 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2448 (smerge-keep-n): Remove props.
2449 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2450 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2451 now that it's done in smerge-keep-n.
2452 (smerge-refined-change): New face.
2453 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2454 (smerge-refine): New funs.
2455 (smerge-basic-map): Bind smerge-refine.
2457 2005-08-25 Juri Linkov <juri@jurta.org>
2459 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2460 compilation-process-setup-function and compilation-disable-input
2461 in grep-mode instead of let-bindings in grep.
2463 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2464 Delete "Automatic File De/compression" (auto-compression-mode).
2466 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2468 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2469 Silence warning about non-existent variable.
2471 2005-08-25 Richard M. Stallman <rms@gnu.org>
2473 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2474 Rename "Describe Key" to "Describe Key or Mouse Operation".
2476 * mail/mailalias.el (build-mail-aliases): Delete comments
2477 from the contents before processing them.
2479 * isearch.el (isearch-edit-string): Erase the Search prompt
2480 if user enters an empty string and there is no default.
2482 * comint.el (comint-file-name-prefix): Add autoload.
2484 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2486 * subr.el (play-sound): Rearrange to avoid warning.
2488 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2490 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2492 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2494 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2496 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2498 * custom.el (custom-theme-set-variables): Sort minor modes last.
2500 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2502 * subr.el (version-separator, version-regexp-alist): New vars used by
2503 version comparison funs.
2504 (integer-list-<, integer-list-=, integer-list-<=)
2505 (integer-list-not-zero): New funs for integer list comparison.
2506 (version-to-list, version=, version<, version<=): New funs for version
2509 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2511 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2512 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2513 time to silence the byte-compiler.
2515 * ibuffer.el (ibuffer-compile-make-eliding-form)
2516 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2517 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2518 so it's silly to get warnings for it).
2519 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2520 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2521 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2522 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2523 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2524 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2525 Defvar at compile time.
2526 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2527 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2528 Declare them before use.
2530 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2531 (info-xref-good, info-xref-bad): Defvar at compile time.
2533 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2534 Use `let*' instead of `let'.
2536 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2537 (*mouse-y*, menu, char): Defvar at compile time.
2538 (sc::menu): Declare it before use.
2539 (sc::pack-one-line): Use `let', not `let*'.
2541 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2542 (mail-send-hook): Defvar at compile time.
2544 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2545 Defvar at compile time.
2547 * term/sun-mouse.el (current-global-mousemap)
2548 (current-local-mousemap): Declare them before use.
2550 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2552 * bookmark.el (bookmark-after-jump-hook): New hook.
2553 (bookmark-jump): Run `bookmark-after-jump-hook'.
2555 2005-08-23 Juri Linkov <juri@jurta.org>
2557 * faces.el (minibuffer-prompt): Doc fix.
2559 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2561 * progmodes/xscheme.el: Trivial changes to silence warnings.
2562 (xscheme-previous-mode, xscheme-previous-process-state):
2564 (xscheme-last-input-end, xscheme-process-command-line)
2565 (xscheme-process-name, xscheme-buffer-name)
2566 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2567 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2568 (xscheme-control-g-synchronization-p)
2569 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2570 (default-xscheme-runlight, xscheme-runlight)
2571 (xscheme-runlight-string, xscheme-process-filter-state)
2572 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2573 Move to beginning of file.
2574 (scheme-interaction-mode-commands-alist)
2575 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2576 Declare them before use. Note: the initialization code for the variables
2577 has not been moved because it uses functions that reference the variables.
2578 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2579 (xscheme-prompt-for-expression-map): Declare them before use.
2580 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2582 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2584 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2586 2005-08-22 Juri Linkov <juri@jurta.org>
2588 * faces.el (set-face-underline): Delete this duplicate function
2589 and make an obsolete alias to set-face-underline-p.
2590 (set-face-underline-p): Use docstring of set-face-underline.
2591 (describe-face): Create hyperlink to parent face.
2593 * info.el (Info-insert-dir): Use save-excursion around
2594 insert-buffer-substring.
2595 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2596 (Info-escape-percent): Delete function.
2597 (Info-fontify-node): Replace Info-escape-percent by
2598 replace-regexp-in-string with REP arg set to lambda that
2599 duplicates `%' and preserves text properties.
2601 * progmodes/compile.el (compilation-disable-input): Doc fix.
2602 (define-compilation-mode): Doc fix and refill.
2603 (kill-compilation): Use `mode-name' in the error message.
2604 (compilation-find-file): Use `compilation-error' in the
2605 read-file-name's prompt.
2607 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2609 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2610 (smerge-auto-leave): Make undo re-enable the mode.
2611 (debug-ignored-errors): Add the user-error of impossible resolution.
2612 (smerge-resolve): Move things around a bit, in preparation for later.
2613 (smerge-diff): Don't fail if the buffer has no associated file.
2614 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2615 (smerge-conflict-overlay): New function.
2616 (smerge-match-conflict): Don't add text properties here.
2617 (smerge-find-conflict): Instead, add an overlay here.
2618 Also check for the case where we're inside a conflict already, so as to
2619 obviate the need for font-lock-multiline, which is unbearably slow with
2620 large conflicts and ciomplex font-lock patterns.
2621 (smerge-remove-props): Remove overlay rather than text-properties.
2622 (smerge-mode): Don't set font-lock-multiline.
2623 Remove overlays when turned off.
2625 2005-08-21 Kim F. Storm <storm@cua.dk>
2627 * ido.el (ido-ignore-item-p): Use save-match-data.
2628 Bind case-fold-search to ido-case-fold locally.
2630 2005-08-20 Richard M. Stallman <rms@gnu.org>
2632 * files.el (normal-mode): If font lock is on, turn it off and on.
2634 * subr.el (replace-regexp-in-string): Doc fix.
2636 * startup.el (command-line-1): Don't suppress startup screen
2637 due to existing processes.
2639 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2641 * progmodes/compile.el (compilation-disable-input): Default to nil.
2643 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2645 * progmodes/compile.el (compilation-disable-input): New defcustom.
2646 (compilation-start): If compilation-disable-input is non-nil, send
2647 EOF to the compilation process.
2649 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2651 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2652 Run the argument of tex-shell-cd-command through
2653 convert-standard-filename, to get the correct style of slashes on
2654 Windows, and enclose the result in quotes, in case the file name
2655 includes whitespace or other special characters.
2657 2005-08-19 Andreas Schwab <schwab@suse.de>
2659 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2662 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2664 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2666 2005-08-18 Kim F. Storm <storm@cua.dk>
2668 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2670 2005-08-18 Richard M. Stallman <rms@gnu.org>
2672 * scroll-lock.el: New file.
2674 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2676 * dired.el (dired-move-to-end-of-filename):
2677 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2679 2005-08-18 Kim F. Storm <storm@cua.dk>
2681 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2682 rather than toggle mode when custom value is nil.
2683 (ido-everywhere): Fix defun doc string.
2685 2005-08-17 Richard M. Stallman <rms@gnu.org>
2687 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2688 as tag instead of "Inviolable".
2690 2005-08-17 Kim F. Storm <storm@cua.dk>
2692 * windmove.el (windmove-coordinates-of-position): Remove.
2693 (windmove-coordinates-of-window-position): Remove.
2694 (windmove-reference-loc): Use posn-at-point instead.
2696 * subr.el (insert-for-yank-1): Doc fix.
2698 * ido.el (ido-enter-matching-directory): Rename from
2699 ido-enter-single-matching-directory. Change 'slash choice to
2700 'only. Add 'first choice.
2701 (ido-exhibit): Adapt to above changes.
2703 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2705 * Makefile.in: Expand comment about building loaddefs.el.
2707 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2709 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2710 Comment use of defadvice.
2712 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2714 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2716 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2717 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2718 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2719 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2720 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2721 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2722 for backward compatibility for faces that did not appear in the
2723 previous Emacs release.
2725 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2727 2005-08-15 Kim F. Storm <storm@cua.dk>
2729 * emulation/cua-base.el (cua-delete-region): Return t if
2730 deleted region was non-empty.
2731 (cua-replace-region): Inhibit overwrite-mode for
2732 self-insert-command if replaced region was non-empty.
2733 (cua--explicit-region-start, cua--status-string): Make them
2734 buffer-local at top-level...
2735 (cua-mode): ...rather than when mode is enabled.
2737 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2739 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2740 Set t for Emacs 21, 22, and so on.
2742 2005-08-15 David Ponce <david@dponce.com>
2744 * tree-widget.el: Update Commentary header.
2745 (tree-widget-theme): Doc fix.
2746 (tree-widget-space-width): New option.
2747 (tree-widget-image-properties): Look up in the default theme too.
2748 (tree-widget--cursors): Only for images with arrow pointer shape.
2749 (tree-widget-lookup-image): Pointer shape is hand by default.
2750 (tree-widget-icon): Rename generic icon widget from
2751 `tree-widget-control'.
2752 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2753 derive from `tree-widget-icon'.
2754 (tree-widget-handle): Improve default look and feel of the text
2756 (tree-widget): Rename :*-control properties to :*-icon properties.
2757 Add :action and :help-echo properties.
2758 (tree-widget-after-toggle-functions): Move.
2759 (tree-widget-close-node, tree-widget-open-node): Remove.
2760 (tree-widget-before-create-icon-functions): New hook.
2761 (tree-widget-value-create): Update to allow customization of icons
2762 and nodes at run-time via that new hook.
2763 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2764 (tree-widget-icon-action, tree-widget-icon-help-echo)
2765 (tree-widget-action, tree-widget-help-echo): New functions.
2767 2005-08-15 Kim F. Storm <storm@cua.dk>
2769 * ido.el (ido-buffer-internal): Use with-no-warnings.
2770 (ido-make-merged-file-list): Use while-no-input.
2772 2005-08-15 Richard M. Stallman <rms@gnu.org>
2774 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2775 (flyspell-large-region): Fix doc and custom type.
2777 2005-08-14 Richard M. Stallman <rms@gnu.org>
2779 * files.el (interpreter-mode-alist): Doc fix.
2781 * mail/rmail.el (rmail-nonignored-headers): New variable.
2782 (rmail-clear-headers): Use it.
2783 (rmail-reply): Better handling of mail-followup-to header.
2785 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2786 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2787 don't try to refer to executable-font-lock-keywords.
2788 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2789 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2790 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2791 (sh-mode): Set comment-start-skip, local-abbrev-table,
2792 imenu-case-fold-search.
2793 (sh-set-shell): Don't set them here.
2794 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2795 Don't cache the results in the original alist; don't ever modify
2798 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2800 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2803 2005-08-15 Andreas Schwab <schwab@suse.de>
2805 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2807 * dired.el, info.el, mail/rmail.el: Revert last change.
2809 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2811 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2812 modification in `eval-after-load' form.
2813 * info.el: Likewise.
2814 * mail/rmail.el: Likewise.
2816 2005-08-14 Juri Linkov <juri@jurta.org>
2818 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2819 Remove highlighting of "Compilation started". Highlight only
2820 the word "finished" in "Compilation finished". Add highlighting
2821 of "interrupt", "killed", "terminated" and the exit code.
2822 (compilation-start): Add newline after header. Use exactly the
2823 same time stamp format as the finishing message.
2824 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2826 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2827 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2828 Add highlighting of "interrupt", "killed", "terminated".
2830 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2831 enabled and the current command is self-insert-command, call it
2832 explicitly with overwrite-mode bound to nil, to not allow it
2833 to delete the character after the selected region.
2835 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2837 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2838 move-end-of-line, end-of-line, and beginning-of-line to the list
2839 of commands after which the echo area is updated.
2841 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2843 * cus-edit.el (custom-save-all, custom-save-delete):
2844 Bind recentf-exclude to exclude custom-file.
2846 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2848 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2849 to go to the bottom of the mail message. Added to
2850 `rmail-summary-mode-map' with key "/".
2851 (rmail-summary-show-message): New (internal) function for use by
2852 both `rmail-summary-beginning/end-of-message'.
2853 (rmail-summary-beginning-of-message): Change to use
2854 rmail-summary-show-message.
2856 * mail/rmail.el (rmail-end-of-message): New command to go to the
2857 end of the current message. Added to `rmail-mode-map' with key "/".
2858 (rmail-beginning-of-message): Fix to work as documented.
2859 (rmail-mode): Change documentation.
2861 * progmodes/compile.el (compilation-start): Add the line
2862 "Compilation started" with compilation start time.
2863 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2865 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2867 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2870 2005-08-11 Richard M. Stallman <rms@gnu.org>
2872 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2874 * battery.el (battery-status-function): Don't use ignore-errors.
2876 2005-08-11 Lute Kamstra <lute@gnu.org>
2878 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2879 define-obsolete-variable-alias.
2881 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2883 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2884 (ange-ftp-send-cmd): Revert last change, and expand
2885 the comment explaining the problem.
2887 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2889 * ldefs-boot.el: Update.
2891 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2892 item to "Time, Load and Mail". Change help echo text.
2894 * time.el (display-time-use-mail-icon, display-time-format)
2895 (display-time-string-forms): Shorten first line of docstrings.
2897 2005-08-10 Lars Hansen <larsh@soem.dk>
2899 * desktop.el (desktop-buffer-mode-handlers):
2900 Make non-customizable. Add autoload cookie. Change initial value to
2901 nil; add elements in respective modules instead. Fix doc string.
2902 (desktop-load-file): New function.
2903 (desktop-minor-mode-handlers): New autoloaded variable.
2904 (desktop-create-buffer): Call minor mode handlers.
2905 Use desktop-load-file to load major and minor mode modules prior to
2906 checking for a handler.
2907 (desktop-save): Don't add nil to desktop-minor-modes for minor
2908 modes with nil function in desktop-minor-mode-table. Don't delete
2909 desktop file before rewriting it.
2910 (desktop-locals-to-save): Add autoload cookie. Don't make
2911 automatically buffer-local. Add variables column-number-mode,
2912 size-indication-mode, indent-tabs-mode,
2913 indicate-buffer-boundaries, indicate-empty-lines and
2914 show-trailing-whitespace.
2915 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2916 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2917 (desktop-clear-preserve-buffers-regexp): Delete.
2918 (desktop-clear-preserve-buffers): Update initial value and docstring.
2919 (desktop-save-buffer): Fix doc string.
2921 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2922 (hilit-chg-desktop-restore): New function.
2923 (highlight-changes-mode): Add highlight-changes-mode to
2924 desktop-locals-to-save.
2926 * dired.el: Add handler to desktop-buffer-mode-handlers.
2927 (dired-restore-desktop-buffer): Remove autoload cookie.
2928 (dired-mode): Add autoload cookie.
2930 * info.el: Add handler to desktop-buffer-mode-handlers.
2931 (Info-restore-desktop-buffer): Remove autoload cookie.
2932 (Info-mode): Add autoload cookie.
2934 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2935 (mh-restore-desktop-buffer): Remove autoload cookie.
2936 (mh-folder-mode): Add autoload cookie.
2938 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2939 (rmail-restore-desktop-buffer): Remove autoload cookie.
2941 2005-08-11 Masatake YAMATO <jet@gyve.org>
2943 * hexl.el (hexl-address-region):
2944 (hexl-ascii-region, hexl-font-lock-keywords):
2945 (hexl-highlight-line-range): Use the term "region"
2946 instead of "area" for consistency with the other symbols
2949 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2951 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2952 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2953 out by Juri Linkov). Add `display-battery-mode'.
2955 2005-08-09 Juri Linkov <juri@jurta.org>
2957 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2958 Remove `-text' from face variable names.
2959 (compilation-error-file-name, compilation-warning-file-name)
2960 (compilation-info-file-name): Delete faces.
2961 (compilation-line-number, compilation-column-number):
2962 Remove face underlining.
2963 (compilation-message-face): Set to `underline' value by default.
2964 (compilation-error-face, compilation-warning-face)
2965 (compilation-info-face): Remove `-file-name' from face names.
2966 (compilation-error-text-face, compilation-warning-text-face)
2967 (compilation-info-text-face): Delete face variables.
2968 (compilation-text-face): Delete function.
2970 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2971 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2972 (grep-error-face): Set to `compilation-error' instead of
2973 `compilation-error-face' (which is redefined to `grep-hit-face' in
2975 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2976 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2978 * dired-aux.el (dired-do-query-replace-regexp):
2979 Use `query-replace-read-args'.
2981 * replace.el (query-replace-read-from, query-replace-read-to)
2982 (query-replace-read-args): Rename arg `string' to `prompt'.
2984 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2986 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2988 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2990 (ange-ftp-canonize-filename): Handle file names beginning with ~
2993 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2995 * textmodes/fill.el (canonically-space-region)
2996 (fill-context-prefix, fill-french-nobreak-p)
2997 (fill-delete-newlines, fill-comment-paragraph)
2998 (justify-current-line): "?\ " -> "?\s".
3000 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3002 * textmodes/fill.el (fill-nonuniform-paragraphs):
3003 Improve argument/docstring consistency.
3005 2005-08-09 Richard M. Stallman <rms@gnu.org>
3007 * textmodes/ispell.el (ispell-word): More fboundp checks.
3009 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3010 (find-file-noselect-1): Call it here, only if RAWFILE.
3011 (normal-mode): Always set some major mode.
3012 (save-some-buffers-action-alist): Change some explanation strings.
3013 (file-name-non-special): In the `quote' method, use unwind-protect.
3015 2005-08-09 Magnus Henoch <mange@freemail.hu>
3017 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3018 (ispell-have-aspell-dictionaries): New variable.
3019 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3020 (ispell-get-aspell-config-value): New function.
3021 (ispell-aspell-find-dictionary): New function.
3022 (ispell-aspell-add-aliases): New function.
3023 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3024 appropriate. Don't look for ispell dictionaries if we use aspell.
3025 (ispell-menu-map): Don't build a submenu of dictionaries.
3027 2005-08-09 Richard M. Stallman <rms@gnu.org>
3029 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3030 (sql-read-passwd): Use read-passwd.
3032 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3033 (idlwave-toolbar-is-possible): Add defvars.
3035 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3038 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3039 (idlwave-system-class-info, idlwave-executive-commands-alist):
3042 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3044 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3047 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3048 and content-type: headers.
3050 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3052 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3053 and rename some of them to be more self-explanatory.
3055 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3057 * startup.el (command-line-1): Implement -scriptload.
3059 * replace.el (occur-engine): Initial *Occur* output not undoable.
3061 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3062 and improve help strings.
3064 * isearch.el (isearch-repeat): When changing direction,
3065 mark search successful.
3067 * ediff-init.el: Use (featurep 'xemacs).
3069 * comint.el (send-invisible): Identify buffer, if not selected.
3071 * align.el: Delete autoload for c-guess-basic-syntax.
3073 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3075 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3076 Improve argument/docstring consistency. Doc fixes.
3077 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3078 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3079 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3080 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3081 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3082 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3083 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3084 Defvar at compile time.
3086 2005-08-09 Juri Linkov <juri@jurta.org>
3088 * info.el: Replace `info' with upper-case `Info' where appropriate.
3089 (info-title-1, info-title-2, info-title-3, info-title-4)
3090 (info-menu-header): Move up face definitions.
3091 (info-menu-star): Rename from `info-menu-5'.
3092 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3093 (Info-fontify-visited-nodes): Fix docstring.
3094 (Info-hide-note-references): Fix docstring.
3095 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3096 menu items in the same way as on cross-references.
3097 (info-apropos): Fix sorting order and formatting to be like in the
3098 stand-alone Info browser. Display error messages for 1 sec.
3099 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3100 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3102 (Info-insert-dir): Restore point after calling
3103 `insert-buffer-substring'.
3105 2005-08-08 Richard M. Stallman <rms@gnu.org>
3107 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3108 (recompute-lucid-menubar): Add defvars.
3110 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3112 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3114 * net/net-utils.el (run-dig): Rename from `dig'.
3116 * play/gametree.el (gametree-mode): Use make-local-variable,
3117 not make-variable-buffer-local.
3119 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3121 * ansi-color.el (ansi-color-make-extent)
3122 (ansi-color-set-extent-face): Use fboundp, not functionp.
3124 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3125 not make-variable-buffer-local.
3127 * bookmark.el (Info-current-file): Add defvar.
3128 (bookmark-jump-noselect): Use with-no-warnings.
3130 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3132 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3134 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3136 * find-file.el (ada-procedure-start-regexp)
3137 (ada-package-start-regexp): Add defvars.
3139 * info.el (Info-insert-dir): Use insert-buffer-substring.
3141 * xml.el (xml-att-def-re): Add defvar.
3143 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3146 * subr.el (while-no-input): Return t if there is input.
3148 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3150 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3152 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3154 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3155 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3157 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3159 * cmuscheme.el (scheme-start-file): Replace reference to
3160 `user-emacs-directory' by "~/.emacs.d/".
3162 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3164 * info.el (Info-dir-remove-duplicates): Avoid case folding
3165 in loop; instead, keep downcased strings for comparison.
3166 Suggested by Helmut Eller.
3168 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3170 Sync with Tramp 2.0.50.
3172 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3173 XEmacs case; not necessary anymore.
3174 (tramp-user-regexp): Allow "@" as part of user name.
3175 (tramp-handle-set-visited-file-modtime)
3176 (tramp-handle-insert-file-contents)
3177 (tramp-handle-write-region): No special handling for
3178 `last-coding-system-used, because this is done in
3179 `tramp-accept-process-output' now.
3180 (tramp-accept-process-output): New defun.
3181 (tramp-process-one-action, tramp-process-one-multi-action)
3182 (tramp-wait-for-regexp, tramp-wait-for-output)
3183 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3184 Howells <dhowells@redhat.com>.
3185 (clear-visited-file-modtime): Defadvice removed. The check for
3186 unset buffer's modtime does not need to be based on
3187 `tramp-buffer-file-attributes'. Suggested by RMS.
3188 (tramp-message): Insert "\n" if not being at beginning of line.
3189 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3190 sequence with same logic.
3191 (tramp-completion-handle-expand-file-name): Discard call of
3192 `tramp-drop-volume-letter'. It is not necessary, and there have
3193 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3194 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3195 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3196 should always be visible.
3197 (tramp-handle-insert-directory, tramp-setup-complete)
3198 (tramp-set-process-query-on-exit-flag)
3199 (tramp-append-tramp-buffers): Pacify byte-compiler.
3200 (tramp-bug): Delete non-existing variables from list.
3201 Apply `tramp-load-report-modules' as pre-hook.
3202 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3203 `shell-prompt-pattern' because of non-7bit characters.
3204 Reported by Sebastian Luque <sluque@mun.ca>.
3205 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3206 (tramp-match-string-list): Remove function.
3207 (tramp-wait-for-regexp): Remove call of that function.
3208 Suggested by Kim F. Storm <storm@cua.dk>.
3209 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3210 instead of octal character code ?\600. The latter resulted in a
3211 syntax error with XEmacs.
3213 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3214 XEmacs case; not necessary anymore.
3215 (tramp-smb-handle-write-region): No special handling for
3216 `last-coding-system-used, because this is done in
3217 `tramp-accept-process-output' now.
3218 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3220 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3222 * wid-edit.el (widget-choice-value-create):
3223 Unconditionally respect user choice. Set :explicit-choice back to nil
3224 when no longer needed.
3225 (widget-choice-action): Unconditionally respect user choice.
3226 Eliminate :explicit-choice-value.
3228 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3230 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3231 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3232 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3233 running new function `toggle-indicate-empty-lines'.
3234 Rename "Customize" item to "Customize fringe".
3235 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3236 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3237 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3238 Delete "Empty lines only" item.
3239 (menu-bar-showhide-fringe-ind-customize): New function.
3240 (menu-bar-showhide-fringe-ind-mixed)
3241 (menu-bar-showhide-fringe-ind-box)
3242 (menu-bar-showhide-fringe-ind-right)
3243 (menu-bar-showhide-fringe-ind-left)
3244 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3245 instead of `fringe-indicators'.
3247 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3249 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3250 Change the date of last update.
3252 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3254 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3255 (viper-exec-yank, viper-put-back): Don't display modification msg
3256 if in the minibuffer.
3258 * viper-init.el (viper-replace-overlay-cursor-color)
3259 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3260 Make variables frame local.
3262 * viper-util.el (viper-append-filter-alist): Use append instead of
3265 * viper.el (viper-vi-state-mode-list)
3266 (viper-emacs-state-mode-list): Move help-mode and
3267 completion-list-mode from the first list to the second.
3268 (viper-mode): Docstring.
3269 (viper-go-away, viper-non-hook-settings): Don't localize
3270 minor-mode-alist in newer Emacsen. Add advice to
3271 set-cursor-color. Don't bind "\C-c\\".
3273 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3275 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3276 (scheme-macro-expand-command): New user options.
3277 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3278 (scheme-form-at-point, scheme-start-file)
3279 (scheme-interactively-start-process): New functions.
3280 (scheme-get-process): New function, extracted from `scheme-proc'.
3281 (run-scheme): Call `scheme-start-file' to get start file, and pass
3282 it to `make-comint'.
3283 (switch-to-scheme, scheme-proc):
3284 Call `scheme-interactively-start-process' if no Scheme buffer/process
3287 2005-08-06 Juri Linkov <juri@jurta.org>
3289 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3290 Use `compilation-text-face', `compilation-info-text-face' and
3291 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3292 (compilation-error): New face.
3293 (compilation-error-file-name): Inherit from
3294 `compilation-error' instead of `font-lock-warning-face'.
3295 (compilation-warning-file-name): Inherit from
3296 `compilation-warning' instead of `font-lock-warning-face'.
3297 (compilation-info, compilation-error-file-name)
3298 (compilation-warning-file-name, compilation-info-file-name)
3299 (compilation-line-number, compilation-column-number): Doc fix.
3300 (compilation-error-text-face, compilation-warning-text-face)
3301 (compilation-info-text-face): New face variables.
3302 (compilation-line-face, compilation-column-face)
3303 (compilation-enter-directory-face)
3304 (compilation-leave-directory-face): Doc fix.
3305 (compilation-text-face): New function.
3307 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3308 instead of 1 to display binary file names as info file links.
3309 (grep-error-face): Use `compilation-error-face' instead of
3310 `font-lock-keyword-face'.
3311 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3312 and `compilation-warning-text-face' instead of
3313 `font-lock-keyword-face'. Use `compilation-error-text-face'
3314 instead of `grep-error-face'.
3316 2005-08-05 Kenichi Handa <handa@m17n.org>
3318 * international/code-pages.el: Add autoload cookies for all coding
3321 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3323 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3325 2005-08-04 Juri Linkov <juri@jurta.org>
3327 * progmodes/compile.el (compilation-mode-map):
3328 * progmodes/grep.el (grep-mode-map):
3329 Bind TAB to `compilation-next-error' and [backtab] to
3330 `compilation-previous-error'.
3332 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3333 matching line numbers, column numbers and their ranges with regexp
3334 matching only line numbers.
3335 (grep-context-face): New face variable.
3336 (grep-mode-font-lock-keywords): Use it.
3338 * faces.el (read-face-name): Delete duplicate faces.
3340 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3342 * thumbs.el (thumbs-find-image): Don't make variables
3343 automatically buffer local.
3344 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3345 (thumbs-image-num): Make automatically buffer local.
3346 (thumbs-show-thumbs-list): Use `make-local-variable', not
3347 `make-variable-buffer-local'.
3348 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3350 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3351 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3352 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3353 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3354 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3355 (feelings-about, foullst, found, hello, history, howareyoulst)
3356 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3357 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3358 (neglst, obj, object, owner, please, problems, qlist)
3359 (random-adjective, relation, remlst, repetitive-shortness)
3360 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3361 (shortlst, something, sportslst, stallmanlst, states, subj)
3362 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3363 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3364 Defvar at compile time.
3366 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3367 not `make-variable-buffer-local'.
3369 2005-08-02 Kim F. Storm <storm@cua.dk>
3371 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3372 rectangle overlay in selected window.
3374 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3376 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3377 instead of display group. Make `indicate-buffer-boundaries'
3378 customizable through Custom.
3380 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3382 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3383 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3384 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3385 (gdb-put-string): Fix typos in docstrings.
3387 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3389 Update copyright notices of files in progmodes directory for
3390 release of Emacs 22.1.
3392 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3394 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3395 Don't barf if the GUD buffer has been killed.
3397 2005-08-01 Kim F. Storm <storm@cua.dk>
3399 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3401 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3403 * simple.el (next-error-follow-minor-mode):
3404 make-variable-buffer-local -> make-local-variable.
3406 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3408 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3409 (byte-compile-form-make-variable-buffer-local): New functions to warn
3410 about misuses of make-variable-buffer-local where make-local-variable
3413 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3415 * bs.el (bs-attributes-list): Doc fix.
3416 (bs): Update url-link.
3418 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3419 (desktop-load-default): Simplify.
3421 * ibuffer.el (ibuffer-columnize-and-insert-list)
3422 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3423 (ibuffer-unmark-all, ibuffer-toggle-marks)
3424 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3425 (ibuffer-compile-make-format-form, ibuffer-format-column)
3426 (ibuffer-current-buffers-with-marks)
3427 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3429 (ibuffer-mode): Fix typo in docstring.
3430 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3431 with `define-obsolete-variable-alias'.
3432 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3434 2005-07-29 Kenichi Handa <handa@m17n.org>
3436 * international/mule-cmds.el (select-message-coding-system):
3437 Be sure to use LF for end-of-line. If no coding system is decided,
3438 return iso-8859-1-unix.
3440 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3442 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3443 (ange-ftp-pending-error-line): New vars.
3444 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3445 to handle the non-fatal no-route-to-host messages.
3446 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3448 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3450 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3451 (isearch-quote-char, isearch-printing-char)
3452 (isearch-text-char-description): "?\ " -> "?\s".
3453 (isearch-lazy-highlight-cleanup)
3454 (isearch-lazy-highlight-initial-delay)
3455 (isearch-lazy-highlight-interval)
3456 (isearch-lazy-highlight-max-at-a-time)
3457 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3458 Declare with define-obsolete-*-alias macros.
3459 (isearch-forward): Fix typo in docstring.
3460 (search-invisible, search-ring-yank-pointer)
3461 (regexp-search-ring-yank-pointer): Doc fixes.
3463 * recentf.el (recentf-menu-append-commands-p): Declare with
3464 `define-obsolete-variable-alias'.
3465 (recentf-max-saved-items, recentf-menu-filter)
3466 (recentf-arrange-by-rule-subfilter): Doc fixes.
3467 (recentf-menu-append-commands-flag)
3468 (recentf-initialize-file-name-history, recentf-expand-file-name)
3469 (recentf-clear-data): Fix typos in docstrings.
3471 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3473 * progmodes/gdb-ui.el: Smarten comments.
3474 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3476 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3478 * term/apollo.el (terminal-init-apollo): New function containing
3479 all former top level forms in the file.
3480 * term/bobcat.el (terminal-init-bobcat):
3481 * term/cygwin.el (terminal-init-cygwin):
3482 * term/iris-ansi.el (terminal-init-iris-ansi):
3483 * term/linux.el (terminal-init-linux):
3484 * term/news.el (terminal-init-news):
3485 * term/rxvt.el (terminal-init-rxvt):
3486 * term/sun.el (terminal-init-sun):
3487 * term/tvi970.el (terminal-init-tvi970):
3488 * term/vt100.el (terminal-init-vt100):
3489 * term/vt102.el (terminal-init-vt102):
3490 * term/vt125.el (terminal-init-vt125):
3491 * term/vt200.el (terminal-init-vt200):
3492 * term/vt201.el (terminal-init-vt201):
3493 * term/vt220.el (terminal-init-vt220):
3494 * term/vt240.el (terminal-init-vt240):
3495 * term/vt300.el (terminal-init-vt300):
3496 * term/vt320.el (terminal-init-vt320):
3497 * term/vt400.el (terminal-init-vt400):
3498 * term/vt420.el (terminal-init-vt420):
3499 * term/wyse50.el (terminal-init-wyse50):
3500 * term/xterm.el (terminal-init-xterm): Likewise.
3502 * term/README: Describe the terminal-init-* functionality.
3504 * startup.el (command-line): After loading the terminal initialization
3505 file call the corresponding terminal initialization function.
3507 2005-07-27 Kenichi Handa <handa@m17n.org>
3509 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3512 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3513 (ps-mule-composition-prologue): Fix for the case that
3514 RelativeCompose is false.
3516 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3518 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3520 * descr-text.el (describe-char): Handle the case where the list of
3521 chars is displayed in a separate frame.
3522 Be a bit more discriminating when looking for the char.
3524 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3526 * bookmark.el (bookmark-automatically-show-annotations)
3527 (bookmark-read-annotation-text-func): Doc fixes.
3528 (bookmark-save): Improve argument/docstring consistency.
3529 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3530 (bookmark-alist-from-buffer)
3531 (bookmark-upgrade-file-format-from-0)
3532 (bookmark-grok-file-format-version)
3533 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3534 (bookmark-read-annotation-mode)
3535 (bookmark-insert-current-bookmark, bookmark-jump)
3536 (bookmark-exit-hook): Fix typos in docstrings.
3537 (bookmark-exit-hooks): Define as obsolete alias.
3538 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3539 not `bookmark-exit-hooks'. Fix docstring.
3540 (bookmark-bmenu-select): "?\ " -> "?\s".
3542 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3544 * startup.el (command-line): Fix typo.
3546 2005-07-24 Richard M. Stallman <rms@gnu.org>
3548 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3549 not emacs-quick-startup.
3551 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3553 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3554 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3555 instead of `reb-with-current-window'.
3556 (reb-prev-match): Likewise. Also, don't move left if the search
3558 (reb-initialize-buffer): New function.
3559 (re-builder, reb-change-syntax): Use it.
3561 * man.el (Man-goto-page): Make second argument NOERROR optional.
3563 2005-07-23 Richard M. Stallman <rms@gnu.org>
3565 * man.el (Man-bgproc-sentinel): Check here for failure to find
3566 any man page in the output, and report the error here.
3567 (Man-arguments): Make it permanent local.
3568 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3569 (Man-mode): Pass t for NOERROR.
3571 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3572 (grep-mode-font-lock-keywords):
3573 Don't use compilation-...-face for messages that are not file names.
3575 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3576 Don't use compilation-...-face for messages that are not file names.
3578 2005-07-22 Juri Linkov <juri@jurta.org>
3580 * startup.el (normal-splash-screen): Update menu name.
3582 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3584 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3586 * term/xterm.el: Load term/rxvt if the terminal is actually an
3588 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3590 * term/rxvt.el (function-key-map): Use substitute-key-definition
3591 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3593 * term/cygwin.el: New file.
3595 2005-07-22 Kim F. Storm <storm@cua.dk>
3597 * image-file.el (insert-image-file, image-file-yank-handler):
3598 Fix last change to maintain a (unique) yank-handler on yanked images.
3600 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
3602 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3603 of the file size (as in "177B" for 177 bytes). This happens with
3604 "ls -lh" on FreeBSD.
3606 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3608 * hilit-chg.el (highlight-changes-global-initial-state)
3609 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3610 (hilit-chg-fixup, highlight-changes-mode):
3611 Fix typos in docstrings.
3612 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3615 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3617 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3618 mode function using `eval-after-load'.
3620 2005-07-21 Kim F. Storm <storm@cua.dk>
3622 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3623 included when reporting an emacs crash, and tell about the DEBUG file.
3625 * image-file.el (insert-image-file): Add yank-handler.
3626 (image-file-yank-handler): Yank handler to make unique copies of
3627 images when they are yanked into a buffer next to each other.
3629 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3631 * comint.el (comint-use-prompt-regexp, comint-send-input)
3632 (comint-source-default, comint-extract-string)
3633 (comint-get-source, comint-word, comint-completion)
3634 (comint-source, comint-prompt-read-only, comint-update-fence):
3635 Fix typos in docstrings.
3636 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3637 Declare with define-obsolete-*-alias macros.
3638 (comint-previous-matching-input-from-input)
3639 (comint-next-matching-input-from-input)
3640 (comint-previous-matching-input, comint-next-matching-input)
3641 (comint-forward-matching-input):
3642 Improve argument/docstring consistency.
3644 * desktop.el (desktop-clear-preserve-buffers-regexp):
3645 Also preserve the *server* buffer.
3647 * simple.el (clone-indirect-buffer): Doc fix.
3648 (fixup-whitespace, just-one-space)
3649 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3650 (next-error, next-error-highlight)
3651 (next-error-highlight-no-select, next-error-last-buffer)
3652 (next-error-buffer-p, next-error-find-buffer, next-error)
3653 (previous-error, next-error-no-select, previous-error-no-select)
3654 (open-line, split-line, minibuffer-prompt-width, kill-new)
3655 (binary-overwrite-mode): Fix typos in docstrings.
3656 (set-fill-column): Fix typo in message.
3658 * skeleton.el (skeleton-proxy-new): Doc fix.
3660 * strokes.el (strokes-load-hook): Doc fix.
3661 (strokes-grid-resolution, strokes-get-grid-position)
3662 (strokes-renormalize-to-grid, strokes-read-stroke)
3663 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3664 (strokes-global-map): Fix typos in docstrings.
3665 (strokes-help): Doc fix. Fix help message and pass it through
3666 `substitute-command-keys'.
3668 * tempo.el (tempo-insert-prompt, tempo-interactive)
3669 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3670 (tempo-insert-string-functions, tempo-local-tags)
3671 (tempo-define-template, tempo-insert-template)
3672 (tempo-insert-prompt-compat, tempo-is-user-element)
3673 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3674 Fix typos in docstrings.
3676 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3677 (vcursor-key-bindings, vcursor-use-vcursor-map)
3678 (vcursor-find-window, vcursor-scroll-down)
3679 (vcursor-disable, vcursor-beginning-of-buffer)
3680 (vcursor-end-of-buffer): Fix typos in docstrings.
3681 (vcursor-relative-move, vcursor-get-char-count):
3682 Improve argument/docstring consistency.
3684 * version.el: "?\ " -> "?\s".
3686 * wid-edit.el (widget-default-create, widget-after-change)
3687 (widget-default-format-handler, widget-checklist-add-item)
3688 (widget-radio-add-item, widget-choose, widget-specify-secret)
3689 (widget-field-value-create, widget-field-value-get)
3690 (widget-editable-list-format-handler)
3691 (widget-editable-list-entry-create, widget-group-value-create)
3692 (widget-documentation-link-add)
3693 (widget-documentation-string-value-create): "?\ " -> "?\s".
3694 (widget-convert-text): Doc fix.
3695 (widget-narrow-to-field, widget-field-find)
3696 (widget-url-link-action, widget-emacs-library-link-action)
3697 (widget-color-notify): Fix typos in docstrings.
3699 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3700 (x-select-text, set-w32-system-coding-system)
3701 (w32-add-charset-info): Fix typos in docstrings.
3703 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3704 (cua-enable-cua-keys, cua-use-hyper-key)
3705 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3706 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3708 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3710 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3711 `defalias' instead of faking it.
3713 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3714 (eshell-ls-missing, eshell-ls-dired-initial-args)
3715 (eshell-ls-use-in-dired): Fix typos in docstrings.
3717 2005-07-20 Kim F. Storm <storm@cua.dk>
3719 * emulation/cua-base.el (cua-mode): Improve doc string.
3721 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3723 * abbrev.el (expand-region-abbrevs): Doc fix.
3724 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3725 Improve argument/docstring consistency.
3727 * arc-mode.el (archive-get-descr, archive-alternate-display):
3729 (archive-l-e): Improve argument/docstring consistency.
3730 (archive-tmpdir, archive-unixdate, archive-unixtime)
3731 (archive-chmod-entry): Fix typos in docstrings.
3732 (archive-unflag, archive-unflag-backwards)
3733 (archive-unmark-all-files): "?\ " -> "?\s".
3735 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3736 (Buffer-menu-not-modified, Buffer-menu-execute)
3737 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3738 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3740 * composite.el (compose-string, encode-composition-rule)
3741 (compose-last-chars): Fix typos in docstrings.
3743 * desktop.el (desktop-enable, desktop-basefilename):
3744 Declare with `define-obsolete-variable-alias'.
3745 (desktop-internal-v2s): Don't quote keywords.
3746 (desktop-clear): "?\ " -> "?\s".
3748 * dired.el (dired-align-file, dired-flag-backup-files)
3749 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3750 (dired-listing-switches, dired-ls-F-marks-symlinks)
3751 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3752 (dired-directory, dired-faces, dired, dired-revert)
3753 (dired-mode, dired-summary, dired-view-file)
3754 (dired-copy-filename-as-kill, dired-delete-file)
3755 (dired-no-confirm, dired-unmark-all-marks)
3756 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3757 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3758 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3759 Fix typos in message strings.
3761 * dired-x.el (virtual-dired): Declare with `defalias'.
3762 (dired-mark-unmarked-files, dired-local-variables-file)
3763 (dired-omit-here-always): Doc fix.
3764 (dired-omit-mode, dired-find-subdir)
3765 (dired-enable-local-variables, dired-clean-up-buffers-too)
3766 (dired-extra-startup, dired-mark-extension, dired-jump)
3767 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3768 (dired-smart-shell-command, dired-guess-shell-alist-user)
3769 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3770 (dired-x-bind-find-file, dired-x-submit-report):
3771 Fix typos in docstrings.
3772 (dired-mark-unmarked-files): "?\ " -> "?\s".
3774 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3776 * faces.el (describe-face): "?\ " -> "?\s".
3777 (read-all-face-attributes, read-face-font, modify-face)
3778 (face-attr-construct, italic): Fix typos in docstrings.
3779 (frame-update-face-colors): Declare with
3780 `define-obsolete-function-alias'.
3782 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3783 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3784 (magic-mode-alist, buffer-file-numbers-unique)
3785 (write-file-functions, get-free-disk-space):
3786 Fix typos in docstrings.
3787 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3788 (write-contents-hooks, write-file-hooks):
3789 Declare with `define-obsolete-variable-alias'.
3791 * forms-d2.el (arch-rj): Fix typo in docstrings.
3792 (arch-tocol): Likewise. "?\ " -> "?\s".
3794 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3795 Fix typo in docstring.
3796 (set-screen-width, set-screen-height): Delete redundant info in
3798 (new-frame, screen-height, screen-width): Declare with
3799 `define-obsolete-function-alias'.
3800 (delete-frame-hook, blink-cursor): Declare with
3801 `define-obsolete-variable-alias'.
3803 * paths.el (prune-directory-list): Fix typos in docstring.
3805 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3806 (cvs-prefix-get): Fix typos in docstrings.
3808 * ps-print.el (ps-extend-face-list, ps-extend-face)
3809 (ps-print-background-image): Fix typos in docstrings.
3810 (ps-default-fg, ps-default-bg): Doc fixes.
3812 * s-region.el (s-region-bind): Doc fix.
3813 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3815 * textmodes/org.el (org-table-formula-substitute-names)
3816 (org-table-get-vertical-vector): Doc fixes.
3817 (org-table-recalculate): Remove unused argument to `message'.
3819 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3821 * textmodes/org.el (org-table-column-names)
3822 (org-table-column-name-regexp)
3823 (org-table-named-field-locations): New variables.
3824 (org-archive-subtree): Protect `this-command' when calling
3825 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3827 (org-complete): Remove fixed-formula completion.
3828 (org-edit-formulas-map): New variable.
3829 (org-table-edit-formulas): New command.
3830 (org-finish-edit-formulas, org-abort-edit-formulas)
3831 (org-show-variable, org-table-get-vertical-vector): New functions.
3832 (org-table-maybe-eval-formula): Handle `:=' fields.
3833 (org-table-get-stored-formulas, org-table-store-formulas)
3834 (org-table-get-formula, org-table-modify-formulas)
3835 (org-table-replace-in-formulas): Handle named field formulas.
3836 (org-table-get-specials): Store locations of named fields.
3838 2005-07-19 Juri Linkov <juri@jurta.org>
3840 * progmodes/grep.el (grep-regexp-alist)
3841 (grep-mode-font-lock-keywords, grep-process-setup):
3842 Use default GNU grep match color "01;31m" instead of "01;41m".
3843 (grep-regexp-alist, grep-mode-font-lock-keywords):
3844 Use `\\[[0-9]*m' instead of `\\[00m'.
3845 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3846 sgr_start where its handling is more important. Use the real
3847 length of sgr_start instead of constant 8.
3848 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3849 specially. Delete all remaining escape sequences.
3850 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3851 (grep-regexp-alist): Make hyperlink only for binary file name
3852 instead of the whole line.
3853 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3854 (grep-mode): Add autoload.
3856 * emacs-lisp/find-func.el (find-function-regexp):
3857 Add `define-compilation-mode'.
3859 2005-07-19 Juri Linkov <juri@jurta.org>
3861 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3862 (compare-windows-sync-string-size, compare-windows-recenter)
3863 (compare-windows-highlight, compare-windows): Add version 22.1.
3864 (compare-windows) <defface>: Inherit from lazy-highlight instead
3865 of duplicating its default value.
3867 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3868 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3870 * descr-text.el (describe-char): Create link buttons for `charset'
3871 and `code point'. Add the current input method name with a link
3872 button to `to input' field. Print face names of display table
3873 characters in `The display table entry is displayed by' section
3874 instead of printing face-id in the `display' field.
3875 Guess hardcoded faces and create a link button for them.
3876 Skip empty fields when calculating max-width.
3877 Treat `widget-create' specially while inserting strings from the
3878 collected field list.
3879 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3881 * diff-mode.el (diff-file-header): Change foreground color from
3882 yellow to green on light backgrounds.
3883 (diff-context): Inherit from `shadow' only for color/grayscale
3884 with more than 88 colors.
3885 (diff-indicator-removed, diff-indicator-added)
3886 (diff-indicator-changed): New faces.
3887 (diff-font-lock-keywords): Use new faces. Regroup rules.
3888 Add "^---$" for `normal' diff format. Fontify `#' lines with
3889 font-lock-comment-delimiter-face and font-lock-comment-face.
3890 Add `#' to ^[^...] in the rule for `diff-context-face'.
3892 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3893 a button-like box. Inherit from `highlight' on low colors.
3894 (shadow): Use shades of gray only for color/grayscale with
3895 more than 88 colors. Use green for light backgrounds with
3896 8 colors, and yellow for dark backgrounds with 8 colors.
3898 * font-lock.el (font-lock-regexp-grouping-backslash):
3899 Don't inherit from escape-glyph (use bold for all cases).
3901 * info.el (info-xref-visited): Use light foreground color `violet'
3902 for dark backgrounds instead of dark color `magenta3'.
3903 (info-title-1): Use `yellow' color for dark backgrounds.
3905 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3908 * replace.el (match): Use slightly more light RoyalBlue3 instead
3911 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3913 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3915 * novice.el (disabled-command-hook): Declare it with
3916 `define-obsolete-variable-alias'.
3918 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3919 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3920 (desktop-load-default): Add release to obsolescence info.
3921 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3922 (desktop-append-buffer-args, desktop-read):
3923 Fix typos in docstrings.
3924 (desktop-kill): Fix typo in message.
3925 (desktop-save): Doc fix.
3927 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3929 * viper-cmd.el (viper-escape-to-state): Bug fix.
3930 (viper-envelop-ESC-key): Change the definition of fast
3931 keysequence so it'll work with keyboard macros.
3933 * ediff.el (ediff-patch-buffer): Change the docstring.
3935 2005-07-19 Kenichi Handa <handa@m17n.org>
3937 * international/mule-cmds.el (select-safe-coding-system): Try to
3938 use an auto-coding (if any) before anything else. If the found
3939 auto-coding is invalid, show a warning message.
3941 * international/mule.el (find-auto-coding): New function created
3942 by modifying the body of set-auto-coding.
3943 (set-auto-coding): Use find-auto-coding to find a coding.
3945 2005-07-18 Richard M. Stallman <rms@gnu.org>
3947 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3948 not isearch-mode-end-hook-error.
3949 (allout-before-change-protect): Fix error message.
3951 2005-07-18 Juri Linkov <juri@jurta.org>
3953 * allout.el (allout-mode):
3954 * calculator.el (calculator-copy):
3955 * custom.el (custom-known-themes):
3956 * dired.el (dired-desktop-buffer-misc-data)
3957 (dired-restore-desktop-buffer):
3958 * dired-x.el (dired-omit-marker-char):
3959 * files.el (basic-save-buffer):
3960 * font-core.el (font-lock-mode):
3961 * calendar/calendar.el (calendar-goto-hebrew-date)
3962 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3963 (calendar-goto-persian-date):
3964 * language/ethio-util.el (ethio-sera-to-fidel-region):
3965 * textmodes/picture.el (picture-mode):
3966 Delete duplicate duplicate words.
3968 2005-07-18 Juri Linkov <juri@jurta.org>
3970 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3972 (isearch-fallback): Don't call `isearch-process-search-char'.
3973 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3974 (isearch-process-search-char): Call `isearch-fallback' for regexp
3976 (isearch-return-char): Make obsolete with `make-obsolete' instead
3977 of simply documenting it as obsolete in the docstring.
3978 (isearch-fallback): Refill docstring.
3980 * international/isearch-x.el
3981 (isearch-process-search-multibyte-characters): Remove unneeded
3982 `concat'. Add intermediate values to `junk-hist' instead of
3983 `minibuffer-history'. Test the length of `str'.
3985 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3987 * allout.el (allout-resolve-xref): Fix typos in error strings.
3988 (allout-before-change-protect): Remove unneeded `concat'.
3990 * array.el (array-mode, array-reconfigure-rows)
3991 (untabify-backward): Fix typos in docstrings.
3992 (array-reconfigure-rows): Use `insert-buffer-substring', not
3995 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3996 * progmodes/ada-mode.el (ada-make-body):
3997 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3999 * dired.el (dired-log):
4000 * tar-mode.el (tar-subfile-save-buffer):
4001 * play/zone.el (zone-pgm-stress-destress):
4002 Use `insert-buffer-substring', not `insert-buffer'.
4004 2005-07-17 Simon Josefsson <jas@extundo.com>
4006 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4008 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4010 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4011 Add plain auth method.
4012 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4014 2005-07-17 Kim F. Storm <storm@cua.dk>
4016 * ido.el (dired-other-window): Add ido property.
4018 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4020 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4021 Fix typo in docstring.
4022 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4023 `insert-file-literally'.
4025 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4026 info and delete redundant message. Doc fix.
4027 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4028 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4030 2005-07-16 Richard M. Stallman <rms@gnu.org>
4032 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4033 (byte-compile-and): Use byte-compile-and-recursion.
4034 (byte-compile-or-recursion): New function.
4035 (byte-compile-or): Use that.
4036 (byte-compile-if): Guard the else-clause too.
4037 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4039 * isearch.el (isearch-mode-end-hook-quit): New variable.
4040 (isearch-done): Bind it.
4041 (isearch-mode-end-hook): Doc fix.
4043 * allout.el (allout-isearch-did-quit): Variable deleted.
4044 (allout-real-isearch-abort): Function name no longer used.
4045 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4046 (allout-isearch-rectification): isearch-mode always exists.
4047 Don't set allout-isearch-did-quit.
4048 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4049 allout-isearch-did-quit.
4050 (allout-enwrap-isearch): Just add the hook.
4051 (allout-isearch-abort): Function deleted.
4052 (allout-pre-command-business): Avoid warning.
4054 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4055 Correctly avoid warnings.
4056 (pascal-outline): Likewise.
4058 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4060 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4062 * play/tetris.el (tetris-mode): Avoid warning.
4064 * play/snake.el (snake-mode): Avoid warning.
4066 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4067 (gamegrid-set-display-table): Avoid warning.
4068 (gamegrid-set-timer): Likewise.
4069 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4070 (gamegrid-add-score-with-update-game-score-1): Take FILE
4072 (gamegrid-add-score-with-update-game-score): Pass that argument.
4073 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4075 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4077 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4078 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4080 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4083 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4084 (sc-ask): Avoid warnings.
4086 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4087 (eshell-hist-initialize): Use that var the natural way.
4089 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4091 * emacs-lisp/re-builder.el (reb-cook-regexp):
4092 Avoid warning calling lre-compile-string.
4093 (reb-color-display-p): Avoid warning.
4095 * calculator.el (calculator-last-input): Guard uses
4096 of event-key and key-press-event-p.
4097 (event-key, key-press-event-p): Delete definitions.
4099 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4100 (find-gc-source-directory, find-gc-subrs-callers)
4101 (find-gc-noreturn-list, find-gc-source-files)
4102 (find-gc-subrs-called): Vars renamed and defvar'd.
4104 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4105 (checkdoc-overlay-put, checkdoc-delete-overlay)
4106 (checkdoc-overlay-start, checkdoc-overlay-end)
4107 (checkdoc-mode-line-update, checkdoc-char=):
4108 Define such that compiler knows they are defined.
4109 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4110 (checkdoc-read-event): Delete. Use read-event directly.
4112 * whitespace.el (whitespace-make-overlay)
4113 (whitespace-overlay-put, whitespace-delete-overlay)
4114 (whitespace-overlay-start, whitespace-overlay-end):
4115 Define such that compiler knows they are defined.
4116 (whitespace): Move conditional inside.
4118 * tempo.el (tempo-insert-template): Suppress warning.
4120 * ediff-diff.el (longlines-mode): Add defvar.
4122 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4124 * server.el: Bind "C-x #" in a way that works even if C-x is
4125 redefined to a command key, not a prefix key.
4127 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4129 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4130 cl-make-type-test till execution time.
4132 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4134 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4137 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4139 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4141 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4143 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4144 a defcustom with two :set or :type keywords.
4146 2005-07-15 Richard M. Stallman <rms@gnu.org>
4148 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4149 Don't give ^M comment-end syntax.
4151 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4153 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4154 Don't consider gdbmi (gdb-mi.el has its own update functions).
4155 (gdb-var-delete): Make it work for gdbmi as well.
4156 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4158 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4159 (gud-speedbar-menu-items): Correct logic for enabling items.
4161 2005-07-15 Kim F. Storm <storm@cua.dk>
4163 * ido.el: Fix commentary.
4164 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4165 Use with-no-warnings around ffap-guesser.
4166 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4167 Let bind minibuffer-completing-file-name to t.
4169 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4171 * startup.el (site-run-file, keyboard-type): Doc fixes.
4172 (command-line): Check for "--basic-display" argument; also for
4173 "--quick", not "--bare-bones" (which was renamed).
4174 (fancy-splash-text): Add missing item "Getting New Versions".
4175 (normal-splash-screen): Fix typos and improve consistency with
4176 `fancy-splash-text'. Update copyright year.
4178 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4179 valid binding for `help-char'.
4181 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4183 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4185 * term.el (term-mode): Disable cua-mode for term buffers.
4187 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4189 * add-log.el (add-log-mailing-address, change-log-merge):
4191 (change-log-get-method-definition): Fix typo in docstring.
4193 2005-07-14 Kim F. Storm <storm@cua.dk>
4195 * emulation/cua-base.el:
4196 (cua--pre-command-handler-1, cua--pre-command-handler)
4197 (cua--post-command-handler-1, cua--post-command-handler):
4198 Split in two. Check (buffer local) value of cua-mode.
4199 (cua-selection-mode): New command.
4201 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4203 * custom.el (custom-initialize-safe-set)
4204 (custom-initialize-safe-default): Doc fixes.
4206 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4207 and simplify :init-value again.
4209 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4210 and simplify :init-value again. Delete autoload.
4212 * startup.el (command-line): Use `custom-reevaluate-setting' again
4215 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4216 a defcustom with two :initialize keywords.
4218 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4220 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4221 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4222 (allout-post-command-business, allout-flag-region)
4223 (isearch-reenable-font-lock, allout-yank)
4224 (allout-insert-latex-header, allout-insert-latex-trailer)
4225 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4226 (allout-latex-verb-quote): Fix typos in docstrings.
4227 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4228 (allout-unprotected, allout-prefix-data):
4229 Improve argument/docstring consistency.
4230 (allout-chart-subtree): Fix argument spec.
4231 (allout-open-topic): Rename `use_sib_bullet' argument to
4232 `use-sib-bullet'. Doc fix.
4234 * whitespace.el (whitespace-check-buffer-leading)
4235 (whitespace-check-buffer-trailing)
4236 (whitespace-check-buffer-indent)
4237 (whitespace-check-buffer-spacetab)
4238 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4239 (whitespace-check-leading-whitespace)
4240 (whitespace-check-trailing-whitespace)
4241 (whitespace-check-spacetab-whitespace)
4242 (whitespace-check-indent-whitespace)
4243 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4244 (whitespace-modes): Fix typos in docstrings.
4245 (defgroup, defcustom): Doc fixes.
4247 * winner.el (winner-mode, winner-boring-buffers)
4248 (winner-pending-undo-ring): Doc fixes.
4249 (winner-ring): Remove unneeded `progn'.
4250 (winner-equal): `defsubst' it.
4251 (winner-redo): Fix message.
4253 2005-07-13 Kim F. Storm <storm@cua.dk>
4255 * simple.el (line-move-1): Always use vertical-motion to
4256 do the last (or only) line move to ensure some movement.
4257 Undo 2005-06-23 change--don't check for overlays.
4259 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4261 * term/mac-win.el (ccl-encode-mac-roman-font)
4262 (ccl-encode-mac-centraleurroman-font)
4263 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4264 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4265 Change charset-id boundary of dimension to ?\xef.
4266 (mac-char-fontspec-list): New constant.
4267 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4268 argument. Nil uses itself as family in font-spec. Previous
4269 behavior for nil is now provided by non-nil non-string argument.
4270 All callers changed. Add font-specs for Mac fonts to
4271 "fontset-default" unless iso8859-1 fonts are installed.
4273 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4275 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4276 a continuation line if the \ is preceded by SPC or TAB.
4277 (sh-get-indent-info): Simplify.
4278 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4279 Use with-current-buffer.
4281 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4282 when the matched text is empty.
4284 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4286 * startup.el (command-line): Revert to previous handling of
4287 tooltip-mode. Explain in comment why the complexity is needed.
4289 * tooltip.el (tooltip-mode): Revert to previous implementation of
4292 * frame.el (blink-cursor-mode): Revert to previous implementation
4293 of its defcustom. Update comment.
4295 2005-07-12 Lars Hansen <larsh@soem.dk>
4297 * desktop.el: Update e-mail address.
4299 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4301 * term/mac-win.el (mac-services-mail-selection)
4302 (mac-services-mail-to): New functions.
4303 (mac-application-menu-map): Bind them.
4305 2005-07-12 wulei <milton@wulei.net> (tiny change)
4307 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4309 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4311 * custom.el (custom-reevaluate-setting): Doc fix.
4313 2005-07-11 Jay Belanger <belanger@truman.edu>
4315 * calc/calc.el (calc-embedded-announce-formula-alist)
4316 (calc-embedded-open-close-plain-alist)
4317 (calc-embedded-open-close-mode-alist): Add checks for additional
4318 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4320 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4322 * custom.el (custom-enable-theme): Don't add theme to
4323 `custom-enabled-themes' with `push' because there is no
4324 setf-method for `delq'.
4326 2005-07-11 Richard M. Stallman <rms@gnu.org>
4328 * custom.el (custom-declare-variable): Doc fix.
4330 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4333 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4334 Do nothing if edebug-active.
4336 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4337 (edebug-display): Do it here instead.
4339 2005-07-10 Richard M. Stallman <rms@gnu.org>
4341 * cus-face.el (custom-theme-set-faces): Make it work.
4342 (custom-reset-faces): Doc fix.
4343 (custom-theme-reset-internal-face, custom-theme-face-value):
4346 * custom.el (custom-push-theme): Maintain list of the settings
4347 of a given theme in its theme-settings property.
4348 Maintain position of old settings in the theme-value
4349 or theme-face property.
4350 (custom-enabled-themes): New variable.
4351 (custom-theme-enabled-p): New function.
4352 (provide-theme): Update custom-enabled-themes.
4353 Disable and reenable the `user' theme.
4354 (require-theme): Doc fix.
4355 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4356 (custom-theme-value, custom-theme-variable-value): Likewise.
4357 (custom-theme-reset-internal): Likewise.
4358 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4359 (custom-enable-theme, custom-disable-theme): New functions.
4360 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4361 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4362 (custom-theme-reset-variables): Simplify.
4363 (deftheme, custom-declare-theme, custom-make-theme-feature):
4366 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4368 * longlines.el (longlines-show-region)
4369 (longlines-unshow-hard-newlines): Recognize hard newlines by
4370 non-nil hard property, instead of t.
4372 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4374 * viper-cmd.el (viper--key-maps): New variable.
4375 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4376 emulation-mode-map-alists.
4377 (viper-envelop-ESC-key): Use viper-subseq.
4378 (viper-search-forward/backward/next): Disable debug-on-error.
4380 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4381 (viper-ESC-key): New defcustoms.
4383 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4385 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4386 (viper-subseq): Copy of subseq from cl.el.
4388 * viper.el (viper-go-away, viper-set-hooks): Use
4389 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4391 * viper-mous.el (viper-current-frame-saved): Use defvar.
4393 * viper-init.el: Get rid of -face in face names.
4395 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4396 Make it work with longlines mode
4398 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4400 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4402 * ediff-init.el: Get rid of -face in face names.
4404 2005-07-10 Richard M. Stallman <rms@gnu.org>
4406 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4407 and with-timeout-unsuspend.
4409 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4410 and with-timeout-unsuspend.
4412 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4413 (with-timeout): Bind that variable to record timers.
4414 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4416 * emacs-lisp/debug.el (debug-help-follow): New function.
4417 (debugger-mode-map): Use that instead of help-follow.
4418 (debugger-setup-buffer): Use eval-buffer-list
4419 to handle eval-buffer frames.
4421 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4423 * timezone.el (timezone-parse-date): Change first regexp
4424 so it will not mistakenly match dates with no time zone.
4426 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4428 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4430 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4432 * custom.el (custom-initialize-safe-set)
4433 (custom-initialize-safe-default): New functions.
4435 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4436 and simplify :init-value.
4438 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4439 and simplify :init-value. Delete obsolete comment.
4441 * startup.el (command-line): Use `custom-reevaluate-setting' to
4442 handle `tooltip-mode'. Delete obsolete comment.
4444 * files.el (set-visited-file-name): Avoid calling
4445 `file-name-nondirectory' with a nil argument.
4447 2005-07-09 Richard M. Stallman <rms@gnu.org>
4449 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4450 was called with nil for the buffer, handle the read position right.
4451 Handle read position for eval-region, too.
4453 2005-07-09 Juri Linkov <juri@jurta.org>
4455 * fringe.el (fringe-mode): Add period in docstring.
4456 (fringe-query-style): Build prompt depending on `all-frames' arg.
4458 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4459 to not create links to unrelated functions in the Help buffer.
4461 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4464 * simple.el (next-error-hook): New variable.
4465 (next-error): Use it. Doc fix.
4467 * textmodes/ispell.el (ispell-command-loop): Add current
4468 dictionary name and program name to mode-line-format.
4469 (ispell-region, ispell-process-line): Add current dictionary name
4470 and program name to messages.
4472 2005-07-08 Jay Belanger <belanger@truman.edu>
4474 * calc/calc.el (calc-embedded-announce-formula-alist)
4475 (calc-embedded-open-close-formula-alist)
4476 (calc-embedded-open-close-word-alist)
4477 (calc-embedded-open-close-plain-alist)
4478 (calc-embedded-open-close-new-formula-alist)
4479 (calc-embedded-open-close-mode-alist)
4480 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4481 (calc-embedded-mode-hook): New variables.
4483 * calc/calc-embed.el (calc-embedded-firsttime)
4484 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4486 (calc-do-embedded): Use calc-embedded-firsttime,
4487 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4488 determine whether or not to run hooks.
4489 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4490 calc-embedded-firsttime-formula appropriately.
4491 Set calc-embedded delimiter variables according to mode.
4493 2005-07-08 Richard M. Stallman <rms@gnu.org>
4495 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4496 Check for "emacs", etc., as entire symbol, not just as word.
4497 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4499 * files.el (set-visited-file-name): Report the error
4500 for "empty filename" earlier.
4501 (kill-some-buffers): Ignore buffers already dead.
4503 * fringe.el (fringe-mode): Doc fix.
4505 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4506 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4507 Use unwind-protect to ensure byte-compile-unresolved-functions
4510 * whitespace.el (whitespace-buffer-leading-cleanup):
4511 Simplify w/ skip-chars-forward.
4512 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4514 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4515 Unconditionally try to leave point at the same old place.
4517 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4519 * comint.el (comint-postoutput-scroll-to-bottom)
4520 (comint-show-maximum-output): Take scroll-margin into consideration.
4522 2005-07-08 Kim F. Storm <storm@cua.dk>
4524 * ido.el (ido-use-filename-at-point): New choice `guess'.
4525 (ido-file-internal): Try ffap-guesser if selected.
4527 * ido.el (ido-before-fallback-functions): New hook.
4528 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4529 (ido-read-file-name): Run it.
4531 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4533 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4534 strings rather than a list of symbols to the completion function.
4536 2005-07-07 Jay Belanger <belanger@truman.edu>
4538 * calc/calc-units.el (math-apply-units): Change the places in
4539 which units are simplified.
4541 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4543 * cus-edit.el (customize-option, customize-option-other-window):
4544 Make them handle aliases.
4546 * custom.el (custom-variable-p): Make it recursively follow
4547 aliases. Mention that in the docstring.
4549 2005-07-07 Richard M. Stallman <rms@gnu.org>
4551 * cus-start.el (exec-path): Use `directory' instead of `file'.
4554 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4556 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4557 when called non-interactively. Doc fix.
4559 2005-07-07 Lute Kamstra <lute@gnu.org>
4561 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4562 new address as well.
4564 2005-07-07 Kenichi Handa <handa@m17n.org>
4566 * international/mule.el (make-coding-system):
4567 Describe `ascii-incompatible' property in the docstring.
4568 (set-file-name-coding-system): Signal an error if coding-system is
4570 (set-keyboard-coding-system): Likewise.
4572 * international/mule-cmds.el (set-default-coding-systems):
4573 Don't set default-file-name-coding-system and
4574 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4576 * international/utf-16.el: Declare that all UTF-16-based coding
4577 systems are ASCII-incompatible.
4579 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4581 * progmodes/gud.el: Require font-lock for displaying errors.
4584 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4586 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4587 values for the pattern lists which are `read'able but not
4588 `append'able (like symbols).
4590 2005-07-06 Richard M. Stallman <rms@gnu.org>
4592 * progmodes/flymake.el (flymake-float-time): Instead of
4593 with-no-warnings, test for xemacs.
4594 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4597 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4599 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4601 2005-07-05 Lute Kamstra <lute@gnu.org>
4603 * battery.el: Add support for Darwin (with much debugging help
4604 from Samuel Lauber <sam124@operamail.com>).
4605 (battery-status-function, battery-echo-area-format)
4606 (battery-mode-line-format): Add support for pmset on Darwin.
4607 (battery-load-low, battery-load-critical): New user options.
4608 (battery-pmset): New function.
4610 2005-07-05 Lute Kamstra <lute@gnu.org>
4612 Update FSF's address in GPL notices.
4614 * textmodes/page-ext.el: Update FSF's address.
4616 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4618 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4619 filling from using prefix when filling a single-line docstring.
4621 * progmodes/flymake.el: Remove useless eval-when-compile.
4623 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4625 2005-07-04 Richard M. Stallman <rms@gnu.org>
4627 * textmodes/org.el (org-file-apps-defaults-gnu):
4628 Rename from org-file-apps-defaults-linux.
4629 (org-default-apps): Don't test system-type for `linux'.
4630 (org-file-apps): Doc fix.
4632 2005-07-04 David Ponce <david@dponce.com>
4634 * tree-widget.el: Improve header Commentary section.
4635 (tree-widget) [defgroup]
4636 (tree-widget-image-enable, tree-widget-themes-directory)
4637 (tree-widget-theme, tree-widget-image-properties-emacs)
4638 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4639 (tree-widget-image-formats, tree-widget-control)
4640 (tree-widget-empty-control, tree-widget-leaf-control
4641 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4642 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4643 (tree-widget-keep, tree-widget-after-toggle-functions)
4644 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4645 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4647 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4648 (tree-widget-image-properties): Doc fix. Clearer implementation.
4649 (tree-widget--cursors): New constant.
4650 (tree-widget-lookup-image): New function split from
4651 `tree-widget-find-image'. Clearer implementation.
4652 (tree-widget-find-image): Use it.
4653 (tree-widget-button-keymap): Use `set-keymap-parent'.
4654 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4655 Define the sub-widgets here.
4656 (tree-widget-node): Check that :node is not a tree-widget.
4657 (tree-widget-get-super, tree-widget-open-control)
4658 (tree-widget-close-control, tree-widget-empty-control)
4659 (tree-widget-leaf-control, tree-widget-guide)
4660 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4661 (tree-widget-no-handle, tree-widget-value-delete)
4662 (tree-widget-map): Remove.
4663 (tree-widget-children-value-save): Doc fix. Simplified.
4664 (tree-widget-value-create): Update according to previous changes.
4666 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4668 * textmodes/org.el: Leading space replaced by TABS.
4669 (org-recalc-marks, org-table-rotate-recalc-marks)
4670 (org-table-get-specials): Treat "^" and "_" marks.
4671 (org-table-justify-field-maybe): Optional argument NEW.
4672 (org-table-eval-formula): Parsing of the format simplified.
4673 New modes C,I. Honor the %= parameter in the current table.
4674 Avoid unnecessary re-align by using the NEW argument to
4675 `org-table-justify-field-maybe'.
4676 (org-calc-default-modes): Default for date-format mimicks org-mode.
4677 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4679 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4681 * cus-face.el (custom-theme-set-faces): Make it handle face
4682 aliases whose alias declarations are pre- or autoloaded.
4684 2005-07-04 Juri Linkov <juri@jurta.org>
4686 * faces.el (read-face-name): Put the code for getting a face name
4687 from the buffer before adding the faces from the `face' property.
4688 Use `completing-read-multiple' instead of `completing-read'.
4689 Require `crm'. Add default value and post-process the returned
4692 * emacs-lisp/crm.el (crm-find-current-element)
4693 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4695 * emacs-lisp/lisp-mode.el (eval-defun-1):
4696 * emacs-lisp/edebug.el (edebug-eval-defun):
4697 Remove unnecessary quotes.
4699 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4701 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4702 (prolog-indent-level): Fix typo in docstring.
4704 * info.el (Info-history, Info-history-forward)
4705 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4707 * add-log.el (add-change-log-entry):
4708 * comint.el (comint-dynamic-list-input-ring)
4709 (comint-dynamic-list-completions):
4710 * dabbrev.el (dabbrev-expand):
4711 * delim-col.el (delimit-columns-rectangle-line):
4712 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4713 (diff-unified->context):
4714 * ediff-init.el (ediff-abbrev-jobname):
4715 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4716 (ediff-replace-session-activity-marker-in-meta-buffer):
4717 * info.el (Info-summary):
4718 * lpr.el (printify-region):
4719 * printing.el (pr-create-interface):
4720 * ps-print.el (ps-print-quote):
4721 * ses.el (ses-column-widths, ses-print-cell)
4722 (ses-adjust-print-width, ses-center):
4723 * shell.el (shell-file-name-quote-list):
4724 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4725 (strokes-fill-current-buffer-with-whitespace)
4726 (strokes-xpm-for-stroke, strokes-list-strokes)
4727 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4728 * term.el (term-dynamic-list-input-ring)
4729 (term-dynamic-list-completions):
4730 * calc/calc.el (math-format-stack-value):
4731 * emacs-lisp/edebug.el (edebug-display-freq-count):
4732 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4733 (delphi-new-comment-line):
4734 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4735 * progmodes/executable.el (executable-set-magic):
4736 * progmodes/python.el (inferior-python-mode):
4737 * progmodes/scheme.el (scheme-mode-syntax-table):
4738 * progmodes/sh-script.el (sh-maybe-here-document):
4739 * progmodes/sql.el (sql-copy-column):
4740 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4741 * textmodes/bibtex.el (bibtex-mode):
4742 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4743 (sgml-auto-attributes):
4744 * textmodes/table.el (table-insert, table-shorten-cell)
4745 (table--generate-source-scan-lines, table-delete-row)
4746 (*table--cell-delete-char, table--spacify-frame)
4747 (table--horizontally-shift-above-and-below)
4748 (table--cell-insert-char, table--cell-blank-str)
4749 (table--fill-region-strictly):
4750 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4751 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4753 * add-log.el (change-log):
4754 * apropos.el (apropos):
4755 * comint.el (comint-completion, comint-source):
4756 * dabbrev.el (dabbrev):
4757 * delim-col.el (columns):
4758 * diff-mode.el (diff-mode):
4760 * ediff-diff.el (ediff-diff):
4761 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4762 * ediff-mult.el (ediff-mult):
4763 * ediff-ptch.el (ediff-ptch):
4764 * ediff-wind.el (ediff-window):
4765 * facemenu.el (facemenu):
4766 * indent.el (indent):
4768 * jka-cmpr-hook.el (compression, jka-compr):
4770 * outline.el (outlines):
4771 * pcmpl-cvs.el (pcmpl-cvs):
4772 * pcmpl-rpm.el (pcmpl-rpm):
4773 * printing.el (printing):
4774 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4775 (ps-print-vertical, ps-print-headers, ps-print-font)
4776 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4777 (ps-print-background, ps-print-printer, ps-print-page)
4778 (ps-print-miscellany):
4780 * shell.el (shell, shell-directories, shell-faces):
4781 * startup.el (initialization):
4782 * strokes.el (strokes):
4784 * uniquify.el (uniquify):
4785 * w32-vars.el (w32):
4786 * calc/calc.el (calc):
4787 * emacs-lisp/bytecomp.el (bytecomp):
4788 * emacs-lisp/cl-indent.el (lisp-indent):
4789 * emacs-lisp/edebug.el (edebug):
4790 * emacs-lisp/elp.el (elp):
4791 * emacs-lisp/testcover.el (testcover):
4792 * emacs-lisp/trace.el (trace):
4793 * emulation/viper-ex.el (viper-ex):
4794 * emulation/viper-mous.el (viper-mouse):
4795 * mail/mailalias.el (mailalias):
4796 * mail/supercite.el (supercite, supercite-frames)
4797 (supercite-attr, supercite-cite, supercite-hooks):
4798 * net/rcompile.el (remote-compile):
4799 * net/rlogin.el (rlogin):
4800 * obsolete/ooutline.el (outlines):
4801 * progmodes/delphi.el (delphi):
4802 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4803 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4804 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4805 (ebnf-optimization):
4806 * progmodes/etags.el (etags):
4807 * progmodes/executable.el (executable):
4808 * progmodes/idlwave.el (idlwave):
4809 * progmodes/pascal.el (pascal):
4810 * progmodes/prolog.el (prolog):
4811 * progmodes/python.el (python):
4812 * progmodes/scheme.el (scheme):
4813 * progmodes/sh-script.el (sh, sh-script):
4814 * progmodes/sql.el (SQL):
4815 * progmodes/tcl.el (tcl):
4816 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4817 * textmodes/enriched.el (enriched):
4818 * textmodes/makeinfo.el (makeinfo):
4819 * textmodes/sgml-mode.el (sgml):
4820 * textmodes/table.el (table-hooks):
4821 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4822 * textmodes/texinfo.el (texinfo):
4823 * textmodes/two-column.el (two-column):
4824 Finish `defgroup' description with period.
4826 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4827 * eshell/esh-var.el (eshell-var):
4828 * progmodes/vhdl-mode.el (vhdl-testbench):
4829 * textmodes/org.el (org): Fix typos in docstrings.
4831 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4834 * progmodes/flymake.el (flymake-find-file): Remove.
4835 (flymake-float-time): Use `with-no-warnings'.
4836 (flymake-check-start-time, flymake-check-was-interrupted)
4837 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4838 (flymake-new-err-info): `defvar' at compile time.
4840 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4842 * replace.el (occur-hook): Doc fix.
4843 (occur-1): Don't call `occur-hook' if there are no matches.
4845 2005-07-03 Richard M. Stallman <rms@gnu.org>
4847 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4848 global-map, save the same map.
4849 (global-map): Don't alter it at top level.
4850 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4851 Then alter it here instead.
4852 (tpu-edt-off): Set global-map to the saved one.
4854 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4855 All references simplified.
4856 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4857 (zmacs-regions): Add defvar.
4858 (repeat-complex-command-map): Everything about that deleted.
4860 * textmodes/artist.el (artist-key-is-drawing)
4861 (artist-key-endpoint1, artist-key-poly-point-list)
4862 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4863 (artist-key-compl-table, artist-rb-save-data)
4864 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4865 Don't put them in eval-when-compile.
4866 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4868 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4869 Use with-no-warnings.
4871 * net/browse-url.el (dos-windows-version): Add defvar.
4873 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4875 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4876 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4877 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4879 (rmail-summary-beginning-of-message): Use with-no-warnings.
4880 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4882 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4883 Use with-no-warnings.
4885 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4886 (c-mark-function): Add point-moving-unit property.
4887 (vi-goto-line): Use with-no-warnings.
4889 * emulation/edt.el (edt-last-copied-word): Add defvar.
4890 (zmacs-region-stays): Likewise.
4891 (edt-mark-section-wisely): Use c-mark-function for C.
4892 Use makr-defun for Fortran.
4893 (time-string): defvar deleted.
4894 (edt-display-the-time): Don't set time-string.
4896 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4898 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4899 Don't warn when name is not constant
4900 or for defining the group `emacs'.
4902 * tooltip.el (gud-tooltip-mode): Add defvar.
4904 * startup.el (default-frame-background-mode): Add defvar.
4906 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4908 * info.el (tool-bar-map): Add defvar.
4910 * dired.el (dnd-protocol-alist): Add defvar.
4912 * dired-aux.el (dired-query): Display question with answer, when
4915 * custom.el (custom-add-option): Doc fix.
4917 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4919 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4921 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4922 bogus name from the last change.
4924 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4926 * custom.el (custom-declare-variable): Fix typos in comment.
4927 (custom-known-themes): Doc fix.
4928 (custom-theme-directory): New defcustom.
4929 (require-theme): Make it check `custom-theme-directory'.
4931 * cus-theme.el (custom-new-theme-mode): New function.
4932 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4933 (custom-theme-description): Add compiler defvars.
4934 (customize-create-theme): Add doc to the "*New Custom Theme*"
4935 buffer. Use `custom-new-theme-mode'.
4936 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4937 and save it to the `custom-theme-directory'. Make this the
4938 default directory of the buffer.
4940 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4942 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4943 Fix unbalanced parentheses.
4945 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4947 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4948 into flymake-mode and delegate to flymake-mode.
4950 * find-file.el (ff-which-function-are-we-in): Clean up.
4952 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4954 * replace.el (occur-rename-buffer): Fix docstring.
4956 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4957 (edt-last-copied-word, edt-learn-macro-count)
4958 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4959 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4960 (time-string, zmacs-region-stays):
4961 * emulation/edt-mapper.el (edt-save-function-key-map)
4962 (EDT-key-name): `defvar' to silence the byte-compiler.
4964 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4966 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4967 font-lock-regexp-backslash. Doc fix.
4968 (font-lock-regexp-backslash-grouping-construct): Rename from
4969 font-lock-regexp-backslash-construct. Doc fix.
4970 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4971 grouping constructs.
4973 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4975 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4976 updating all the prerequisites.
4978 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4980 * textmodes/org.el (org-agenda-start-on-weekday)
4981 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4982 (org-agenda-use-time-grid, org-archive-location)
4983 (org-allow-space-in-links, org-usenet-links-prefer-google)
4984 (org-enable-table-editor, org-export-default-language)
4985 (org-export-html-show-new-buffer, org-fill-paragraph)
4986 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4987 (org-goto-quit, org-occur, org-eval-in-calendar)
4988 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4989 (org-agenda-diary-entry, org-remember-help)
4990 (org-table-convert-region, org-at-table-p)
4991 (org-table-move-row-down, org-table-move-row-up)
4992 (org-table-copy-region, org-table-toggle-vline-visibility)
4993 (org-table-get-stored-formulas, org-table-get-specials)
4994 (org-recalc-commands, org-table-eval-formula)
4995 (org-table-formula-substitute-names, orgtbl-make-binding)
4996 (org-format-org-table-html, org-format-table-table-html)
4997 (org-format-table-table-html-using-table-generate-source)
4998 (org-customize): Fix typos in docstrings.
4999 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5000 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5001 (org-back-to-heading): Doc fixes.
5002 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5003 (org-agenda-change-all-lines, org-get-header):
5004 Improve argument/docstring consistency.
5005 (orgtbl-error): Fix error message.
5007 * progmodes/flymake.el (flymake-find-possible-master-files)
5008 (flymake-master-file-compare, flymake-get-line-err-count)
5009 (flymake-highlight-line, flymake-gui-warnings-enabled):
5010 Fix typos in docstrings.
5011 (flymake-parse-line, flymake-get-project-include-dirs-function)
5012 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5014 (flymake-get-project-include-dirs-function)
5015 (flymake-make-err-menu-data):
5016 Improve argument/docstring consistency.
5018 2005-07-01 Lute Kamstra <lute@gnu.org>
5020 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5021 Catch errors with ignore-errors. Use temporary buffer.
5022 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5024 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5025 background color faces.
5026 (facemenu-set-foreground, facemenu-set-background):
5027 Use facemenu-set-face-from-menu.
5028 (facemenu-set-face-from-menu): Treat face names that start with
5029 "fg:" or "bg:" as special.
5030 (facemenu-add-new-color): Don't create faces. Simplify.
5032 2005-06-30 Richard M. Stallman <rms@gnu.org>
5034 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5035 (crm-find-current-element): Likewise.
5037 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
5039 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5041 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5043 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5044 (archive-mouse-extract): Make it an obsolete alias.
5045 (archive-mode-map): Don't use archive-mouse-extract any more.
5046 (archive-mode, archive-extract): write-contents-hooks ->
5047 write-contents-functions.
5048 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5050 (archive-rename-entry): Update the call.
5051 (archive-zip-summarize): Remove unused var `method'.
5052 (archive-lzh-summarize): Remove unused var `creator'.
5054 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5055 dedicated frame upon exit.
5057 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5058 (archive-zip-extract, archive-zip-expunge)
5059 (archive-zip-update, archive-zip-update-case): Use executable-find.
5060 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5061 Use restore-buffer-modified-p.
5062 (archive-extract, archive-add-new-member, archive-write-file-member):
5063 Use with-current-buffer.
5064 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5066 2005-06-30 Andreas Schwab <schwab@suse.de>
5068 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5070 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5072 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5074 2005-06-30 Juri Linkov <juri@jurta.org>
5076 * faces.el (vertical-border): Inherit from mode-line-inactive
5079 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5081 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5082 example, -NLINES in the `occur' docstring).
5084 * replace.el (occur-1): When no matches are found, do not set the
5085 `buffer-read-only' and modified flags for the occur buffer,
5086 because it is deleted.
5088 * emulation/cua-base.el (cua-check-pending-input)
5089 (cua-repeat-replace-region, cua-mode, cua-debug)
5090 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5091 Fix typos in docstrings.
5093 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5094 (cua-cut-region-to-global-mark)
5095 (cua--cut-rectangle-to-global-mark):
5096 Remove period from end of messages.
5098 * emulation/cua-rect.el (cua-do-rectangle-padding):
5099 Remove period from end of messages.
5100 (cua--rectangle-seq-format): Fix typo in docstring.
5101 (cua-sequence-rectangle, cua-fill-char-rectangle):
5102 Improve argument/docstring consistency.
5104 2005-06-29 Juri Linkov <juri@jurta.org>
5106 * faces.el (default-frame-background-mode): New internal variable.
5107 (frame-set-background-mode): Use it.
5109 * startup.el (normal-top-level): Set default-frame-background-mode
5110 instead of frame-background-mode. Before setting it, test for its
5111 nil value. Remove tests for frame-background-mode and frame
5112 parameter `reverse'. Add test for "unspecified-fg".
5114 * term/xterm.el (xterm-rxvt-set-background-mode):
5115 * term/rxvt.el (rxvt-set-background-mode):
5116 Set default-frame-background-mode instead of frame-background-mode.
5118 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5120 * simple.el (set-variable): Warn about obsolete user variables.
5122 * imenu.el (imenu--completion-buffer):
5123 * mouse.el (mouse-buffer-menu-alist):
5124 * msb.el (msb-invisible-buffer-p):
5125 * calendar/diary-lib.el (diary-header-line-format):
5126 * emacs-lisp/pp.el (pp-buffer):
5127 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5128 * textmodes/picture.el (picture-replace-match):
5129 Change space constants followed by a sexp to "?\s ".
5131 * play/decipher.el (decipher-loop-with-breaks):
5132 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5133 constants "protected" from end of line by a comment to "?\s".
5135 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5137 * font-lock.el (save-buffer-state): Use `declare'.
5139 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5140 reset the syntax-table to cperl-mode-syntax-table.
5141 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5142 "foo_print_bar" is not matched as a reserved keyword.
5144 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5146 * textmodes/org.el (orgtbl-setup): New function, for delayed
5147 setup for the orgtbl commands.
5148 (org-calc-default-modes): New option.
5149 (orgtbl-make-binding): Use `defun' to get better help display.
5150 (org-diary): Call `org-compile-prefix-format'.
5151 (org-table-formula-substitute-names): New function.
5152 (org-agenda-day-view, org-agenda-week-view): New commands.
5153 (org-agenda-toggle-week-view): Command removed.
5154 (org-tbl-menu): Split off from org-org-menu.
5155 (org-mode): Move removal of outline-mode menus to here.
5156 (org-table-formula-debug): New option.
5157 (org-table-insert-row): Keep first field if just "#" or "*".
5158 (org-mode): Paragraph regexps fixed.
5159 (org-table-recalculate-regexp): New constant.
5160 (org-table-justify-field-maybe): Avoid replace if not necessary.
5161 (org-copy-special, org-cut-special): Use `call-interactively'.
5162 (org-table-copy-region): Take region from `interactive' call.
5163 (org-trim): Return string even if no match.
5164 (org-formula): New face.
5165 (org-set-font-lock-defaults): No longer highlight "FIXME".
5166 But highlight formula-related fields in table.
5167 (org-table-p): Use regexp, not fontification.
5168 (org-table-align): Handle white space at end of line.
5169 (org-table-formula-evaluate-inline): New option.
5170 (org-mode): Auto-wrapping in comment lines turned off.
5171 (org-table-copy-down): Evaluate only in copied field, not in
5173 (org-table-current-formula): Variable removed.
5174 (org-table-store-formulas, org-table-get-stored-formulas)
5175 (org-table-modify-formulas, org-table-replace-in-formulas)
5176 (org-table-maybe-eval-formula): New functions.
5177 (org-table-get-formula): Modify to use stored formulas.
5178 (org-table-insert-column, org-table-delete-column)
5179 (org-table-move-column): Call `org-table-modify-formulas'.
5180 (org-complete): Add completion for keyword formulas.
5181 (orgtbl-mode): Pull orgtbl-mode-map to start of
5182 minor-mode-map-alist.
5184 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5186 * progmodes/python.el (python-check): Require `compile' before
5187 modifying its variables.
5189 * newcomment.el (comment-indent-default): Don't get fooled by an early
5192 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5194 * ps-print.el (ps-print-version): Fix version number.
5196 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5198 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5200 2005-06-28 Richard M. Stallman <rms@gnu.org>
5202 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5203 (flyspell-local-mouse-map): Declaration deleted.
5204 (flyspell-mouse-map): Bind only mouse-2.
5205 (flyspell-mode-map): Don't test flyspell-use-local-map.
5206 (flyspell-overlay-keymap-property-name): Var deleted.
5207 (flyspell-mode-on): Don't make local bindings for
5208 flyspell-mouse-map and flyspell-mode-map.
5209 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5211 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5213 * progmodes/compile.el (compilation-next-error-function):
5214 Don't switch buffers; operate on the current buffer.
5216 * progmodes/compile.el (compilation-error-file-name)
5217 (compilation-warning-file-name, compilation-info-file-name)
5218 (compilation-line-number, compilation-column-number): New faces.
5219 (compilation-error-face, compilation-warning-face)
5220 (compilation-info-face, compilation-line-face)
5221 (compilation-column-face): Use them.
5223 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5225 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5227 * bindings.el (global-map): Bind insertchar and its variants.
5229 2005-06-27 Richard M. Stallman <rms@gnu.org>
5231 * textmodes/artist.el (artist-text-overwrite)
5232 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5234 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5236 * ps-print.el: It was not working the page selection for printing.
5237 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5238 (ps-print-version): New version 6.6.7.
5239 (ps-end-sheet): New fun.
5240 (ps-header-sheet, ps-end-job): Call it.
5242 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5244 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5246 2005-06-27 Lute Kamstra <lute@gnu.org>
5248 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5249 background color faces.
5250 (facemenu-get-face): Delete function.
5251 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5252 (facemenu-add-new-color): Make second argument mandatory.
5253 Create the appropriate face and return it. Simplify.
5254 (facemenu-set-foreground, facemenu-set-background): Don't check if
5255 color is defined. Use return value of facemenu-add-new-color.
5257 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5259 * progmodes/gud.el (gud-filter): Add missing argument to
5260 with-selected-window.
5262 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5264 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5265 a :require to the defcustom.
5267 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5268 defcustoms corresponding to minor modes.
5270 2005-06-26 David Ponce <david@dponce.com>
5272 * recentf.el: Require tree-widget instead of wid-edit.
5273 (recentf-filename-handler): Fix widget :type.
5274 (recentf-cancel-dialog, recentf-open-more-files)
5275 (recentf-open-files-action): Doc fix.
5276 (recentf-dialog-goto-first): New function.
5277 (recentf-dialog-mode-map): Set parent keymap first.
5278 (recentf-dialog-mode): Define with define-derived-mode.
5279 Don't display continuation lines in dialogs.
5280 (recentf-edit-list): Rename from recentf-edit-selected-items.
5281 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5283 (recentf-edit-list-validate): New function.
5284 (recentf-edit-list): Update accordingly.
5285 (recentf-open-files-item-shift): Remove.
5286 (recentf-open-files-item): Convert menu elements into tree and
5287 link widgets. Don't create the widgets.
5288 (recentf-open-files): Update accordingly.
5289 (recentf-save-list): Untabify.
5291 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5293 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5294 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5295 partially contained in the active region. Do not take active
5296 region into account when called from Lisp, unless INTERACTIVE arg
5297 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5298 avoid trouble with fields. Make marker point nowhere when no
5299 longer used. Always return nil. Doc fix.
5300 (flush-lines): Add INTERACTIVE arg. Do not take active region
5301 into account when called from Lisp, unless INTERACTIVE arg is
5302 non-nil. Use `forward-line' instead of `beginning-of-line' to
5303 avoid trouble with fields. Make marker point nowhere when no
5304 longer used. Always return nil. Doc fix.
5305 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5306 interchangeable. Do not take active region into account when
5307 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5308 message in echo area when called from Lisp, unless INTERACTIVE arg
5309 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5310 Return the number of matches. Doc fix.
5312 (perform-replace): Make comment follow double space convention for
5313 the sake of `outline-minor-mode'.
5315 * faces.el (facep): Doc fix.
5317 2005-06-25 Richard M. Stallman <rms@gnu.org>
5319 * facemenu.el (facemenu-enable-faces-p): New function.
5320 (facemenu-background-menu, facemenu-foreground-menu)
5321 (facemenu-face-menu): Add menu-enable property.
5323 * jka-compr.el (jka-compr-insert-file-contents):
5324 Special handling if cannot find the uncompression program.
5326 * cus-face.el (custom-face-attributes): Add autoload.
5328 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5329 Bind comment-indent-function locally.
5331 * window.el (save-selected-window): Use save-current-buffer.
5333 * subr.el (with-selected-window): Use save-current-buffer.
5335 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5336 and with-current-buffer.
5338 2005-06-24 Richard M. Stallman <rms@gnu.org>
5340 * simple.el (line-move-1): Fix previous change.
5342 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5344 * replace.el (occur-1): Set `buffer-read-only' and the
5345 buffer-modified flag before running `occur-hook' to protect
5346 against unintentional buffer switches that can lead to data loss.
5348 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5350 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5351 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5354 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5356 (gdb-var-create-handler): Put name of expression in quotes.
5358 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5360 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5361 elements of RING in order, and without bogus nil elements.
5363 2005-06-23 Richard M. Stallman <rms@gnu.org>
5365 * simple.el (set-variable): Args renamed; doc fix.
5366 (line-move-1): When there are overlays around, use vertical-motion.
5368 * faces.el (escape-glyph): Use brown against light background.
5369 (nobreak-space): Rename from no-break-space.
5370 Fix previous change.
5372 * dired-aux.el (dired-do-copy): Fix arg prompt.
5374 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5376 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5378 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5379 rather than "Distributor".
5381 2005-06-23 Lute Kamstra <lute@gnu.org>
5383 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5384 (debug-on-entry): Use it. New interactive declaration that uses
5385 function-called-at-point.
5387 2005-06-23 Kim F. Storm <storm@cua.dk>
5389 * subr.el (save-match-data): Add comment about using evaporate arg
5392 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5394 * cus-edit.el (customize-face)
5395 (customize-face-other-window): Handle face aliases.
5397 * faces.el (face-documentation, set-face-attribute)
5398 (face-spec-set): Handle face aliases.
5400 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5402 * help-mode.el (help-make-xrefs): If a symbol representing a face
5403 name is not followed by the word "face", it could still be a
5404 function or variable name, so don't bypass other checks.
5406 2005-06-22 Juri Linkov <juri@jurta.org>
5408 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5409 Replace aliased functions with calls where second arg `inherit' is t.
5411 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5413 * progmodes/gdb-ui.el (gdb-error): New variable.
5414 (gdb-error): New function.
5415 (gdb-annotation-rules): Act on error-begin and error annotations.
5416 (gdb-concat-output): Use font-lock-warning-face for errors.
5418 2005-06-22 Miles Bader <miles@gnu.org>
5420 * bindings.el (propertized-buffer-identification): Use renamed
5421 `Buffer-menu-buffer' face.
5423 * faces.el (vertical-border): Rename from `vertical-divider'.
5424 (escape-glyph): Change dark-background color back to `cyan'.
5426 2005-06-21 Juri Linkov <juri@jurta.org>
5428 * faces.el (face-user-default-spec): Try getting `customized-face'
5429 prior to `saved-face'.
5430 (frame-background-mode): Refill docstring.
5432 * emacs-lisp/lisp-mode.el (eval-defun-1):
5433 * emacs-lisp/edebug.el (edebug-eval-defun):
5434 Set `saved-face' temporarily to nil before calling form.
5435 Set `customized-face' to the new spec after that.
5437 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5439 * subr.el (1value, lambda, key-substitution-in-progress):
5442 * autoinsert.el (auto-insert-alist):
5443 * ses.el (ses-call-printer):
5444 * subr.el (noreturn):
5445 * emacs-lisp/lisp.el (check-parens):
5446 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5447 * net/browse-url.el (browse-url-mosaic):
5448 * progmodes/cc-defs.el (c-safe-scan-lists):
5449 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5450 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5451 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5452 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5453 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5454 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5456 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5458 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5460 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5462 * calendar/appt.el (appt-make-list): Activate the package, if
5463 not already active (for backwards compatibility).
5465 2005-06-20 Kim F. Storm <storm@cua.dk>
5467 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5469 2005-06-20 Miles Bader <miles@gnu.org>
5471 * faces.el (vertical-divider): New face.
5473 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5475 * simple.el (kill-whole-line): Doc fix.
5476 (next-error-buffer-p, next-error-find-buffer)
5477 (clone-indirect-buffer): Fix typos in docstrings.
5478 (comment-line-break-function): Doc fix: don't say variable
5479 is automatically buffer-local (it isn't).
5481 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5483 * net/tramp-ftp.el (top):
5484 * net/tramp-smb.el (top):
5485 * net/tramp-util.el (top):
5486 * net/tramp-uu.el (top):
5487 * net/tramp-vc.el (top):
5488 * net/tramp.el (top): Revert copyright years back to original
5489 ones. Tramp has a life outside GNU Emacs.
5491 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5493 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5495 2005-06-18 Juri Linkov <juri@jurta.org>
5497 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5498 end of first regexp to limit the match to the position between
5499 line number and source line with same separator character as used
5500 between file name and line number. In the second regexp limit
5501 mouse-face area to file name and line number by adding new group
5502 for them and referring it in HYPERLINK arg.
5503 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5504 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5505 previous line where grep markers may be already removed.
5507 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5509 * progmodes/ps-mode.el: Update version and maintainer's email address.
5511 2005-06-18 Steve Youngs <steve@xemacs.org>
5513 * net/browse-url.el (browse-url-browser-function)
5514 (browse-url-default-browser): Add firefox.
5515 (browse-url-firefox-program, browse-url-firefox-arguments)
5516 (browse-url-firefox-startup-arguments)
5517 (browse-url-firefox-new-window-is-tab): New defcustoms.
5518 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5520 2005-06-17 Richard M. Stallman <rms@gnu.org>
5522 * startup.el (command-line): Warn if specified user name has
5525 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5526 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5528 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5531 * faces.el (underline): Try bold if terminal doesn't support underline.
5533 * mail/sendmail.el (mail-setup-with-from): New variable.
5534 (mail-insert-from-field): New function.
5535 (sendmail-send-it): Call it.
5536 (mail-setup): Optionally call it here.
5538 * term/linux.el: Call tty-no-underline.
5540 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5542 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5544 2005-06-17 Miles Bader <miles@gnu.org>
5546 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5547 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5548 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5549 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5550 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5551 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5552 Remove "-face" suffix from face names.
5553 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5554 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5555 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5556 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5557 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5558 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5559 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5560 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5561 New backward-compatibility aliases for renamed faces.
5562 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5563 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5564 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5565 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5566 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5567 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5568 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5569 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5570 Use renamed ediff faces.
5572 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5573 Remove "-face" suffix from face names.
5574 (eshell-test-ok-face, eshell-test-failed-face):
5575 New backward-compatibility aliases for renamed faces.
5576 (eshell-run-test): Use renamed eshell-test faces.
5578 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5580 (eshell-prompt-face): New backward-compatibility alias for renamed
5582 (eshell-emit-prompt): Use renamed eshell-prompt face.
5584 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5585 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5586 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5587 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5588 Remove "-face" suffix from face names.
5589 (eshell-ls-directory-face, eshell-ls-symlink-face)
5590 (eshell-ls-executable-face, eshell-ls-readonly-face)
5591 (eshell-ls-unreadable-face, eshell-ls-special-face)
5592 (eshell-ls-missing-face, eshell-ls-archive-face)
5593 (eshell-ls-backup-face, eshell-ls-product-face)
5594 (eshell-ls-clutter-face):
5595 New backward-compatibility aliases for renamed faces.
5596 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5598 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5599 Remove "-face" suffix from face name.
5600 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5601 instead of literal face.
5603 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5605 * emacs-lisp/warnings.el (display-warning, lwarn)
5606 (warning-minimum-log-level): Doc fixes.
5607 (warning-minimum-level, warning-minimum-log-level):
5608 Add :debug to :type choices.
5610 * progmodes/ada-mode.el (ada-format-paramlist)
5611 (ada-get-indent-case, ada-check-matching-start)
5612 (ada-check-defun-name, ada-goto-matching-decl-start)
5613 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5614 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5615 (ada-make-subprogram-body): Follow error conventions.
5616 (ada-case-exception-file, ada-indent-comment-as-code)
5617 (ada-indent-handle-comment-special, ada-indent-renames)
5618 (ada-indent-return, ada-search-directories-internal)
5619 (ada-tab-policy, ada-case-exception-substring)
5620 (ada-other-file-alist, ada-matching-start-re)
5621 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5622 (ada-imenu-generic-expression, ada-compile-goto-error)
5623 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5624 (ada-popup-menu, ada-add-extensions, ada-mode)
5625 (ada-region-selected, ada-create-case-exception)
5626 (ada-create-case-exception-substring, ada-after-keyword-p)
5627 (ada-activate-keys-for-case, ada-adjust-case-region)
5628 (ada-adjust-case-buffer, ada-format-paramlist)
5629 (ada-scan-paramlist, ada-insert-paramlist)
5630 (ada-indent-newline-indent)
5631 (ada-indent-newline-indent-conditional)
5632 (ada-justified-indent-current, ada-goto-previous-word)
5633 (ada-indent-current, ada-get-indent-open-paren)
5634 (ada-get-indent-paramlist, ada-get-indent-end)
5635 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5636 (ada-get-indent-block-start, ada-get-indent-subprog)
5637 (ada-get-indent-noindent, ada-get-indent-label)
5638 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5639 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5640 (ada-goto-stmt-end, ada-goto-next-word)
5641 (ada-check-matching-start, ada-check-defun-name)
5642 (ada-goto-matching-decl-start, ada-goto-matching-start)
5643 (ada-goto-matching-end, ada-search-ignore-string-comment)
5644 (ada-in-decl-p, ada-looking-at-semi-or)
5645 (ada-looking-at-semi-private, ada-in-paramlist-p)
5646 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5647 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5648 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5649 (ada-previous-package, ada-create-menu)
5650 (ada-fill-comment-paragraph-justify)
5651 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5652 (ada-other-file-name, ada-last-which-function-line)
5653 (ada-last-which-function-subprog, ada-which-function)
5654 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5655 (ada-gen-treat-proc, ada-check-emacs-version)
5656 (ada-continuation-indent, ada-align-region-separate):
5657 Fix typos in docstrings.
5658 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5660 2005-06-16 Lute Kamstra <lute@gnu.org>
5662 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5665 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5667 * comint.el (comint-replace-by-expanded-filename)
5668 (comint-prompt-regexp, comint-delimiter-argument-list)
5669 (comint-preinput-scroll-to-bottom):
5670 * info.el (Info-hide-cookies-node):
5671 * ls-lisp.el (ls-lisp-classify):
5672 * find-file.el (ff-search-directories, ff-special-constructs)
5673 (ff-find-other-file):
5674 * font-lock.el (font-lock-keywords):
5675 * shell.el (shell-prompt-pattern)
5676 (shell-dynamic-complete-functions, shell-mode)
5677 (shell-delimiter-argument-list):
5678 * term.el (term-replace-by-expanded-filename)
5679 (term-prompt-regexp, term-delimiter-argument-list):
5680 * woman.el (woman-ignore, woman0-if):
5681 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5682 * emacs-lisp/elint.el (elint-init-env):
5683 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5684 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5685 * language/ethio-util.el (ethio-tilde-escape)
5686 (ethio-use-three-dot-question):
5687 * net/zone-mode.el (zone-mode-load-time-setup):
5688 * progmodes/cc-align.el (c-lineup-argcont):
5689 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5690 * progmodes/cperl-mode.el (cperl-set-style-back):
5691 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5692 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5693 Fix spellings in docstrings.
5695 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5696 * progmodes/modula2.el (m2-for): Fix spellings.
5698 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5700 * simple.el (undo-more): Don't use `format' on `error' arguments.
5701 Improve argument/docstring consistency.
5702 (pending-undo-list): Doc fix.
5704 * smerge-mode.el (smerge-ensure-match):
5705 * emulation/vip.el (vip-ex):
5706 * net/zone-mode.el (zone-mode-update-serial):
5707 * progmodes/idlwave.el (idlwave-complete):
5708 * progmodes/vhdl-mode.el (vhdl-visit-file)
5709 (vhdl-compose-wire-components):
5710 Don't use `format' on `error' arguments.
5712 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5713 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5714 (tooltip-help-tips): Fix typos in docstrings.
5716 2005-06-16 David Ponce <david@dponce.com>
5718 * tree-widget.el (tree-widget-value-create): Simplify last change.
5720 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5722 * ido.el (ido-incomplete-regexp): New variable.
5723 (ido-set-matches-1): Handle invalid-regexp error and set
5724 ido-incomplete-regexp.
5725 (ido-incomplete-regexp): New face.
5726 (ido-completions): Use it.
5727 (ido-complete, ido-exit-minibuffer, ido-completions):
5728 Handle incomplete regexps.
5729 (ido-completions): Add check for complete match when entering a regexp.
5731 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5733 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5735 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5737 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5738 by field delimiters.
5740 2005-06-15 David Ponce <david@dponce.com>
5742 * tree-widget.el: eval-and-compile inlined functions so they will
5743 be available at run-time too.
5744 (tree-widget-super-format-handler)
5745 (tree-widget-format-handler): Remove.
5746 (tree-widget-value-create): Handle the :indent property.
5748 2005-06-15 Miles Bader <miles@gnu.org>
5750 * progmodes/which-func.el (which-func): Only inherit
5751 `font-lock-function-name-face' when that makes sense against the
5752 default mode-line face, otherwise set the face color explicitly.
5754 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5755 faces instead of (non-existent) variables.
5757 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5759 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5760 (iswitchb-get-matched-buffers): Likewise. Simplify.
5762 2005-06-14 Miles Bader <miles@gnu.org>
5764 * progmodes/ld-script.el (ld-script-location-counter):
5765 Remove "-face" suffix from face name.
5766 (ld-script-location-counter-face):
5767 New backward-compatibility alias for renamed face.
5768 (ld-script-location-counter-face): Use renamed face.
5770 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5771 (cperl-hash): Remove "-face" suffix from face names.
5772 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5773 New backward-compatibility aliases for renamed faces.
5774 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5775 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5777 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5779 (which-func-face): New backward-compatibility alias for renamed face.
5780 (which-func-format): Use renamed which-func face.
5782 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5783 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5784 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5786 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5787 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5788 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5789 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5790 (vhdl-speedbar-architecture-selected)
5791 (vhdl-speedbar-configuration-selected)
5792 (vhdl-speedbar-package-selected)
5793 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5795 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5797 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5798 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5799 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5801 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5803 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5804 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5805 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5806 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5807 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5808 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5810 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5812 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5813 (sh-heredoc-face): Use renamed sh-heredoc face.
5815 * progmodes/idlw-help.el (idlwave-help-link):
5816 Remove "-face" suffix from face name.
5817 (idlwave-help-link-face):
5818 New backward-compatibility alias for renamed face.
5819 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5821 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5822 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5823 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5824 New backward-compatibility aliases for renamed faces.
5825 (idlwave-shell-disabled-breakpoint-face)
5826 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5828 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5829 Remove "-face" suffix from face names.
5830 (flymake-errline-face, flymake-warnline-face):
5831 New backward-compatibility aliases for renamed faces.
5832 (flymake-highlight-line): Use renamed flymake faces.
5834 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5835 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5836 (ebrowse-member-class, ebrowse-progress):
5837 Remove "-face" suffix from face names.
5838 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5839 (ebrowse-file-name-face, ebrowse-default-face)
5840 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5841 (ebrowse-progress-face):
5842 New backward-compatibility aliases for renamed faces.
5843 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5844 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5845 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5846 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5848 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5850 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5851 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5853 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5854 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5855 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5856 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5857 backward-compatibility aliases for renamed faces.
5858 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5859 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5860 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5861 remove "font-lock-". Use renamed antlr-mode faces.
5862 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5863 literal face-names with face variable references.
5865 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5867 (Buffer-menu-buffer-face): New backward-compatibility alias for
5869 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5871 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5873 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5874 Eliminate "-face" suffix.
5875 (makefile-targets): Inherit from font-lock-function-name-face and
5876 eliminate "-face" suffix.
5877 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5878 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5879 actions, instead of prepending, to make it less visible.
5880 (makefile-previous-dependency, makefile-match-dependency):
5881 Don't match a target on a continuation line.
5883 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5885 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5887 * progmodes/gdb-ui.el (menu): Re-order menu items.
5888 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5890 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5891 Define in tooltip.el.
5892 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5893 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5894 gud-tooltip-echo-area.
5896 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5897 backward compatibility and make obsolete.
5898 (tooltip-help-tips): Use tooltip-use-echo-area.
5899 (tooltip-show-help-function): Rename to...
5900 (tooltip-show-help): ...this, because it is a function.
5901 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5903 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5905 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5906 (edebug-print-length, edebug-print-level, edebug-print-circle)
5907 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5908 (edebug-eval-print-last-sexp): Doc fixes.
5910 2005-06-14 Kim F. Storm <storm@cua.dk>
5912 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5913 as the coverage buffer/file/both may change.
5915 2005-06-14 Lute Kamstra <lute@gnu.org>
5917 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5918 and run-mode-hooks. Simplify.
5920 * mail/rmailedit.el (rmail-edit-mode):
5921 * progmodes/octave-inf.el (inferior-octave-mode):
5922 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5924 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5926 (recentf-edit-list, recentf-open-files): Don't call
5927 kill-all-local-variables directly.
5929 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5931 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5933 * emacs-lisp/byte-run.el (make-obsolete)
5934 (define-obsolete-function-alias): Rename arguments FUNCTION and
5935 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5936 (make-obsolete-variable, define-obsolete-variable-alias):
5937 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5940 * isearchb.el (isearchb-activate):
5941 * pcvs.el (cvs-mode):
5942 * ses.el (ses-load):
5943 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5944 * net/tramp.el (tramp-find-file-exists-command)
5946 * progmodes/ada-mode.el (ada-create-case-exception)
5947 (ada-create-case-exception-substring, ada-make-subprogram-body):
5948 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5949 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5950 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5951 * textmodes/org.el (org-promote, org-evaluate-time-range)
5952 (org-agenda-next-date-line, org-agenda-previous-date-line)
5953 (org-agenda-error, org-open-at-point, org-table-move-row)
5954 (org-format-table-table-html-using-table-generate-source)
5955 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5956 * textmodes/reftex.el (reftex-access-scan-info):
5957 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5958 (reftex-toc-promote-prepare): Follow error conventions.
5960 * diff-mode.el (diff-mode): Fix typo in docstring.
5962 * forms.el (forms--intuit-from-file): Fix reference to
5963 `forms-number-of-fields' in error message.
5964 (forms-print): Fix quoting in error message.
5966 * forms.el (forms-mode):
5967 * emulation/vi.el (vi-goto-insert-state):
5968 * progmodes/flymake.el (flymake-new-err-info)
5969 (flymake-start-syntax-check-for-current-buffer)
5970 (flymake-simple-cleanup):
5971 * eshell/esh-var.el (eshell/export):
5972 * progmodes/gud.el (xdb):
5973 * textmodes/flyspell.el (flyspell-incorrect-hook)
5974 (flyspell-maybe-correct-transposition)
5975 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5977 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5979 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5982 2005-06-13 Kim F. Storm <storm@cua.dk>
5984 * subr.el (add-to-ordered-list): New defun.
5986 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5987 add cua--keymap-alist to emulation-mode-map-alists.
5989 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5991 * subr.el (complete-in-turn): New macro.
5992 (dynamic-completion-table, lazy-completion-table): Add debug info.
5994 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5995 in preference to face aliases.
5997 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5998 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5999 Remove unused vars `start' and `firstline'.
6000 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6001 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6003 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6005 * cus-start.el (all): Don't complain about missing GTK-related
6006 variables, unless either `gtk' is boundp or this isn't a
6009 2005-06-13 Lute Kamstra <lute@gnu.org>
6011 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6014 * ediff-mult.el (ediff-meta-mode):
6015 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6017 * ledit.el (ledit-mode): Use delay-mode-hooks.
6019 * woman.el (woman-mode-line-format): Delete constant.
6020 (woman-mode-map): Initialize it properly.
6021 (woman-mode): Set mode-class property to special.
6022 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6023 Set major-mode and mode-name. Don't set mode-line-format directly.
6024 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6026 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6027 string argument obsolete.
6029 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6031 * textmodes/org.el (org-CUA-compatible): New option.
6032 (org-disputed-keys): New variable.
6033 (org-key): New function.
6034 (orgtbl-make-binding): Add docstring to the created function.
6035 (org-mode): Set paragraph start/separate regexps.
6036 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6037 (org-archive-location, org-archive-mark-done)
6038 (org-archive-stamp-time): New options.
6039 (org-archive-subtree): New command.
6040 (org-fill-paragraph): New function.
6041 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6042 (org-fake-empty-table-line): Function removed.
6043 (org-format-org-table-html): Do not create empty table lines at
6044 separator lines. Improved table header treatment.
6045 (org-link-format): New option.
6046 (org-make-link): New function.
6047 (org-insert-link, org-store-link): Use org-make-link.
6048 (org-open-file): Quote file name for shell command, to allow
6049 spaces in file names.
6050 (org-link-regexp): Fix bug with mailto link.
6051 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6053 (org-export-as-html): Deal with the optional angles around a link.
6054 Better treatment of file: links.
6055 (org-open-at-point): Replace @{ and @} with < and >.
6056 (org-run-mode-hooks): Function removed.
6057 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6059 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6061 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6062 MI command -data-list-register-values.
6063 (gdb-post-prompt): Indent properly.
6065 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6067 * hilit-chg.el (highlight-changes-colors): Rename from
6068 `highlight-changes-colours'.
6069 (highlight-changes-colours): Keep as obsolete alias.
6070 (highlight-changes-face-list): Doc fix.
6071 (hilit-chg-make-list): Use `highlight-changes-colors'.
6073 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6075 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6076 defun-prompt-regexp.
6078 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6080 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6083 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6084 Don't use an old loaddefs.el, as in Makefile.in.
6086 2005-06-12 Lute Kamstra <lute@gnu.org>
6088 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6090 * man.el (Man-mode-map): Initialize it properly.
6091 (Man-mode): Set mode-class property to special.
6093 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6095 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6097 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6098 A newline is needed in the docstring there.
6100 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6103 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6105 * printing.el: Doc fix. The menubar is no more changed when printing
6106 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6107 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6108 (pr-version): New version number (6.8.4).
6109 (pr-menu-bind): New command.
6110 (pr-update-menus): Docstring and code fix.
6111 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6113 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6114 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6116 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6118 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6119 "Returns" to "return", document useful return values, etc.
6121 2005-06-11 Alan Mackenzie <acm@muc.de>
6123 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6124 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6125 (adaptive-file-function): Minor amendment to doc-string.
6127 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6129 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6130 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6131 Fix :type--it is `integer', not `string'.
6133 * faces.el (modeline-highlight): Rename from (the erroneous)
6134 `modeline-higilight'.
6136 2005-06-11 Lute Kamstra <lute@gnu.org>
6138 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6139 lisp-interaction-mode-map but make it the parent.
6140 (edebug-eval-mode): Use define-derived-mode.
6142 2005-06-11 Andreas Schwab <schwab@suse.de>
6144 * bindings.el: Add binding of `ESC functionkey' for every
6146 * hexl.el (hexl-mode-map): Likewise.
6148 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6150 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6151 [msft]: update regexp for newer msft compilers.
6153 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6155 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6156 ATTLIST portions of included DTDs.
6157 (xml-parse-dtd): Eliminate use of inefficient match-data.
6159 2005-06-10 Miles Bader <miles@gnu.org>
6161 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6162 (mpuz-text): Remove "-face" suffix from face names.
6163 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6164 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6165 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6167 * play/gomoku.el (gomoku-O, gomoku-X):
6168 Remove "-face" suffix from face names.
6169 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6170 New backward-compatibility aliases for renamed faces.
6171 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6173 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6175 * thumbs.el: Fixes for changes of 2005-06-09.
6176 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6178 (thumbs-thumbname): Remove directory separator from format string;
6179 `thumbs-thumbsdir' now returns a valid directory name.
6180 (thumbs-temp-dir): New defsubst.
6181 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6184 * cus-edit.el (minibuffer):
6185 * files.el (make-backup-file-name-function):
6186 * filesets.el (filesets-external-viewers):
6187 * hilit-chg.el (highlight-changes-colours)
6188 (highlight-changes-face-list, highlight-changes-rotate-faces):
6189 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6190 * kmacro.el (kmacro-call-macro):
6191 * log-edit.el (log-edit-changelog-full-paragraphs):
6192 * mouse.el (mouse-1-click-follows-link):
6193 * skeleton.el (skeleton-autowrap):
6194 * subr.el (insert-for-yank-1):
6195 * tempo.el (tempo-insert-region):
6196 * terminal.el (terminal-emulator):
6197 * time.el (display-time-mail-face):
6198 * vc.el (vc-annotate):
6199 * vcursor.el (vcursor-copy-line):
6200 * woman.el (woman-bold-headings, woman-ignore)
6201 (woman-default-faces, woman-monochrome-faces):
6202 * calendar/todo-mode.el (todo-insert-threshold):
6203 * emulation/pc-select.el (pc-select-selection-keys-only)
6204 (pc-selection-mode):
6205 * emulation/vip.el (vip-find-char-forward):
6206 * emulation/viper-cmd.el (viper-find-char-forward):
6207 * international/mule-cmds.el
6208 (select-safe-coding-system-accept-default-p)
6209 (input-method-exit-on-invalid-key):
6210 * international/mule-diag.el (describe-coding-system):
6211 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6212 * net/browse-url.el (browse-url-xterm-program):
6213 * obsolete/lazy-lock.el (lazy-lock-mode):
6214 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6216 * progmodes/cpp.el (cpp-face-light-name-list)
6217 (cpp-face-dark-name-list):
6218 * progmodes/delphi.el (delphi-newline-always-indents):
6219 Fix spellings in docstrings.
6221 * ido.el (ido-mode, ido-file-extensions-order)
6222 (ido-default-file-method, ido-default-buffer-method)
6223 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6224 (ido-decorations, ido-read-file-name-as-directory-commands)
6225 (ido-read-file-name-non-ido, ido-work-directory-list)
6226 (ido-ignore-item-temp-list, ido-current-directory)
6227 (ido-magic-forward-char, ido-enter-find-file)
6228 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6229 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6231 2005-06-10 Lute Kamstra <lute@gnu.org>
6233 * play/dunnet.el (dun-mode): Use define-derived-mode.
6234 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6237 * play/doctor.el (doctor-mode-map): Remove defvar.
6238 (doctor-mode): Use define-derived-mode.
6240 * mail/mspools.el (mspools-mode):
6241 * net/eudc-hotlist.el (eudc-hotlist-mode):
6242 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6244 2005-06-10 Miles Bader <miles@gnu.org>
6246 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6247 Remove "-face" suffix from face names.
6248 (flyspell-incorrect-face, flyspell-duplicate-face):
6249 New backward-compatibility aliases for renamed faces.
6250 (flyspell-mode-on, make-flyspell-overlay)
6251 (flyspell-highlight-incorrect-region)
6252 (flyspell-highlight-duplicate-region)
6253 (flyspell-display-next-corrections)
6254 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6256 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6258 (texinfo-heading-face): New backward-compatibility alias for
6260 (texinfo-heading-face): Use renamed texinfo-heading face.
6262 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6263 suffix from face names.
6264 (tex-math-face, tex-verbatim-face):
6265 New backward-compatibility aliases for renamed faces.
6266 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6267 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6270 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6272 (table-cell-face): New backward-compatibility alias for renamed face.
6273 (table--put-cell-face-property, table--update-cell-face):
6274 Use renamed table-cell face.
6276 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6278 (sgml-namespace-face): New backward-compatibility alias for
6280 (sgml-namespace-face): Use renamed sgml-namespace face.
6282 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6283 (org-level-4, org-level-5, org-level-6, org-level-7)
6284 (org-level-8, org-warning, org-headline-done)
6285 (org-deadline-announce, org-scheduled-today)
6286 (org-scheduled-previously, org-link, org-done, org-table)
6287 (org-time-grid): Remove "-face" suffix from face names.
6288 (org-level-1-face, org-level-2-face, org-level-3-face)
6289 (org-level-4-face, org-level-5-face, org-level-6-face)
6290 (org-level-7-face, org-level-8-face, org-warning-face)
6291 (org-headline-done-face, org-deadline-announce-face)
6292 (org-scheduled-today-face, org-scheduled-previously-face)
6293 (org-link-face, org-done-face, org-table-face)
6294 (org-time-grid-face):
6295 New backward-compatibility aliases for renamed faces.
6296 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6297 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6298 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6299 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6301 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6302 (viper-minibuffer-emacs, viper-minibuffer-insert)
6303 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6304 (viper-search-face, viper-replace-overlay-face)
6305 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6306 (viper-minibuffer-vi-face):
6307 New backward-compatibility aliases for renamed faces.
6308 (viper-search-face, viper-replace-overlay-face)
6309 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6310 (viper-minibuffer-vi-face): Use renamed viper faces.
6312 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6313 Remove "-face" suffix from face names.
6314 (testcover-nohits-face, testcover-1value-face):
6315 New backward-compatibility aliases for renamed faces.
6316 (testcover-mark): Use renamed testcover faces.
6318 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6320 (diary-button-face): New backward-compatibility alias for renamed face.
6321 (diary-entry): Use renamed diary-button face.
6323 * calendar/calendar.el (diary, calendar-today, holiday)
6324 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6325 (diary-face, calendar-today-face, holiday-face):
6326 New backward-compatibility aliases for renamed faces.
6327 (eval-after-load "facemenu", diary-entry-marker)
6328 (calendar-today-marker, calendar-holiday-marker, diary-face):
6329 Use renamed calendar faces.
6331 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6332 (compare-windows-face): New backward-compatibility alias for
6334 (compare-windows-highlight): Use renamed compare-windows face.
6336 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6337 (strokes-char-face): New backward-compatibility alias for renamed face.
6338 (strokes-encode-buffer): Use renamed strokes-char face.
6340 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6341 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6342 Remove "-face" suffix from face names.
6343 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6344 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6345 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6346 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6347 Use renamed pcvs faces.
6348 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6349 * pcvs-defs.el (cvs-mode-map): Likewise.
6350 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6352 * info.el (info-title-1, info-title-2, info-title-3)
6353 (info-title-4): Remove "-face" suffix from and downcase face names.
6354 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6355 (Info-title-4-face):
6356 New backward-compatibility aliases for renamed faces.
6357 (Info-fontify-node): Use renamed info faces.
6359 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6360 Remove "-face" suffix from face names.
6361 (highlight-changes-face, highlight-changes-delete-face):
6362 New backward-compatibility aliases for renamed faces.
6363 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6364 (hilit-chg-make-list): Use renamed highlight-changes faces.
6366 * generic-x.el (show-tabs-tab, show-tabs-space):
6367 Remove "-face" suffix from face names.
6368 (show-tabs-tab-face, show-tabs-space-face):
6369 New backward-compatibility aliases for renamed faces.
6370 (show-tabs-generic-mode-font-lock-defaults-1)
6371 (show-tabs-generic-mode-font-lock-defaults-2):
6372 Use renamed show-tabs faces.
6374 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6375 (smerge-markers): Remove "-face" suffix from face names.
6376 (smerge-mine-face, smerge-other-face, smerge-base-face)
6377 (smerge-markers-face):
6378 New backward-compatibility aliases for renamed faces.
6379 (smerge-mine-face, smerge-other-face, smerge-base-face)
6380 (smerge-markers-face): Use renamed smerge faces.
6382 * log-view.el (log-view-file, log-view-message): Remove "-face"
6383 suffix from face names.
6384 (log-view-file-face, log-view-message-face):
6385 New backward-compatibility aliases for renamed faces.
6386 (log-view-file-face, log-view-message-face): Use renamed log-view
6389 * paren.el (show-paren-match, show-paren-mismatch):
6390 Remove "-face" suffix from face names.
6391 (show-paren-match-face, show-paren-mismatch-face):
6392 New backward-compatibility aliases for renamed faces.
6393 (show-paren-function): Use renamed show-paren faces.
6395 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6396 (ruler-mode-margins, ruler-mode-fringes)
6397 (ruler-mode-column-number, ruler-mode-fill-column)
6398 (ruler-mode-comment-column, ruler-mode-goal-column)
6399 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6400 suffix from face names.
6401 (ruler-mode-default-face, ruler-mode-pad-face)
6402 (ruler-mode-margins-face, ruler-mode-fringes-face)
6403 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6404 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6405 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6406 New backward-compatibility aliases for renamed faces.
6407 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6408 (ruler-mode-column-number, ruler-mode-fill-column)
6409 (ruler-mode-comment-column, ruler-mode-goal-column)
6410 (ruler-mode-tab-stop, ruler-mode-current-column)
6411 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6414 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6416 (whitespace-highlight-the-space): Use renamed face.
6417 (whitespace-highlight-face): New backward-compatibility alias for
6420 * woman.el (woman-italic, woman-bold, woman-unknown)
6421 (woman-addition, woman-symbol-face):
6422 Remove "-face" suffix from face names.
6423 (woman-italic-face, woman-bold-face, woman-unknown-face)
6424 (woman-addition-face):
6425 New backward-compatibility aliases for renamed faces.
6426 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6427 (woman-decode-region, woman-replace-match)
6428 (woman-display-extended-fonts, woman-special-characters)
6429 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6430 Use renamed woman faces.
6432 * longlines.el (longlines-visible-face): Face removed.
6434 * diff-mode.el (diff-header, diff-file-header, diff-index)
6435 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6436 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6437 suffix from face names.
6438 (diff-header-face, diff-file-header-face, diff-index-face)
6439 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6440 (diff-changed-face, diff-function-face, diff-context-face)
6441 (diff-nonexistent-face): New backward-compatibility aliases for
6443 (diff-header-face, diff-file-header-face)
6444 (diff-index, diff-index-face, diff-hunk-header)
6445 (diff-hunk-header-face, diff-removed, diff-removed-face)
6446 (diff-added, diff-added-face, diff-changed-face, diff-function)
6447 (diff-function-face, diff-context-face, diff-nonexistent)
6448 (diff-nonexistent-face): Use renamed diff-mode faces.
6450 * progmodes/compile.el (compilation-warning-face)
6451 (compilation-info-face): Remove "-face" suffix from face names.
6452 (compilation-warning-face, compilation-info-face):
6453 New backward-compatibility aliases for renamed faces.
6454 (compilation-warning-face, compilation-info-face):
6455 Use renamed compilation faces.
6457 * add-log.el (change-log-date, change-log-name)
6458 (change-log-email, change-log-file, change-log-list)
6459 (change-log-conditionals, change-log-function)
6460 (change-log-acknowledgement): Remove "-face" suffix from face names.
6461 (change-log-date-face, change-log-name-face)
6462 (change-log-email-face, change-log-file-face)
6463 (change-log-list-face, change-log-conditionals-face)
6464 (change-log-function-face, change-log-acknowledgement-face):
6465 New backward-compatibility aliases for renamed faces.
6466 (change-log-font-lock-keywords): Use renamed change-log faces.
6468 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6469 (custom-set, custom-changed, custom-saved, custom-button)
6470 (custom-button-pressed, custom-documentation, custom-state)
6471 (custom-comment, custom-comment-tag, custom-variable-tag)
6472 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6473 (custom-group-tag): Remove "-face" suffix from face names.
6474 (custom-magic-alist, custom-magic-value-create)
6475 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6476 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6477 (custom-set-face, custom-changed-face, custom-saved-face)
6478 (custom-button-face, custom-button-pressed-face)
6479 (custom-documentation-face, custom-state-face)
6480 (custom-comment-face, custom-comment-tag-face)
6481 (custom-variable-tag-face, custom-variable-button-face)
6482 (custom-face-tag-face, custom-group-tag-face-1)
6483 (custom-group-tag-face):
6484 New backward-compatibility aliases for renamed faces.
6486 * wid-edit.el (widget-documentation, widget-button)
6487 (widget-field, widget-single-line-field, widget-inactive)
6488 (widget-button-pressed): "-face" suffix removed from face names.
6489 (widget-documentation-face, widget-button-face)
6490 (widget-field-face, widget-single-line-field-face)
6491 (widget-inactive-face, widget-button-pressed-face):
6492 New backward-compatibility aliases for renamed faces.
6493 (widget-documentation-face, widget-button-face)
6494 (widget-button-pressed-face, widget-specify-field)
6495 (widget-specify-inactive): Use renamed widget faces.
6497 2005-06-10 Kenichi Handa <handa@m17n.org>
6499 * term/x-win.el (x-clipboard-yank): Remove condition-case
6502 2005-06-11 Kenichi Handa <handa@m17n.org>
6504 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6505 date lines stricter.
6507 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6509 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6512 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6514 * comint.el (comint-mode, comint-snapshot-last-prompt):
6515 * frame.el (frame-current-scroll-bars):
6516 * term.el (term-mode, term-check-proc, term-input-sender)
6517 (term-simple-send, term-extract-string, term-word)
6518 (term-match-partial-filename):
6519 * window.el (window-current-scroll-bars):
6520 * emulation/cua-base.el (cua-normal-cursor-color)
6521 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6522 (cua-global-mark-cursor-color):
6523 * mail/undigest.el (rmail-forward-separator-regex):
6524 Fix typos in docstrings.
6526 * comint.el (comint-check-proc, make-comint-in-buffer)
6527 (comint-source-default): Doc fixes.
6529 * term.el (term-send-string): Improve argument/docstring consistency.
6531 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6533 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6534 call to `delete-region'.
6535 (comint-mode-hook): Do not enable Font Lock by default.
6537 2005-06-09 Lute Kamstra <lute@gnu.org>
6539 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6542 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6544 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6546 (debugger-step-through, debugger-continue, debugger-jump)
6547 (debugger-return-value): Set it when needed.
6548 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6549 Use inhibit-read-only.
6551 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6553 * window.el (shrink-window-if-larger-than-buffer)
6554 (window-size-fixed): Fix typo in docstring.
6556 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6557 thumbnails directory on loading.
6558 (thumbs-conversion-program): Use `eq' to check the system type,
6560 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6561 not "/tmp". Fix docstring.
6562 (thumbs-thumbsdir): New function to return the thumbnails
6563 directory, creating it if needed.
6564 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6565 (thumbs-temp-file): Delete variable and make it into a function.
6566 (thumbs-resize-image, thumbs-modify-image): Use it.
6567 (thumbs-kill-buffer): Simplify.
6568 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6569 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6572 2005-06-09 Kim F. Storm <storm@cua.dk>
6574 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6575 set-match-data to free markers in match-data.
6577 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6578 match-data to unchain markers in match-data.
6580 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6582 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6583 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6586 2005-06-08 Richard M. Stallman <rms@gnu.org>
6588 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6589 give the variable a doc string that doesn't say don't set it directly.
6591 * textmodes/ispell.el (ispell-check-version):
6592 Use match-string-no-properties.
6593 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6594 (ispell-buffer-local-words): Likewise.
6596 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6597 except on terminals with enough colors to really display it.
6598 (makefile-dependency-regex): Delete spurious `bb'.
6600 * faces.el (escape-glyph): Use blue once again in last case.
6601 (no-break-space): Redefine so that it isn't invisible on a tty.
6603 2005-06-08 Kim F. Storm <storm@cua.dk>
6605 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6606 also when reading directory name.
6608 2005-06-08 Lute Kamstra <lute@gnu.org>
6610 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6611 (flyspell-mode-line-string): Remove autoload cookie.
6612 (flyspell-mode): Remove defvar.
6614 2005-06-07 Lute Kamstra <lute@gnu.org>
6616 * textmodes/org.el (org-run-mode-hooks): New function.
6617 (org-agenda-mode): Use it.
6619 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6621 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6623 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6625 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6627 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6629 * font-lock.el (font-lock-add-keywords): Doc fix.
6631 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6633 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6634 (tex-compile-default): In the absence of any history, use the order in
6635 tex-compile-alist to choose the preferred command.
6636 (tex-compile-commands): Reorder a bit.
6638 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6639 (flyspell-incorrect-face, flyspell-duplicate-face):
6640 Use (X)Emacs-agnostic code.
6641 (flyspell-mode-map): Don't overwrite at each load. Remove code
6642 redundant with the subsequent add-minor-mode. Merge Emacs and
6644 (flyspell-word): Minor simplification.
6645 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6646 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6647 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6648 Merge the corresponding Emacs code.
6649 (flyspell-correct-word, flyspell-xemacs-popup):
6650 Use flyspell-do-correct.
6652 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6655 * international/latexenc.el (latexenc-find-file-coding-system):
6656 Undo part of last patch, to turn off a compiler warning.
6658 2005-06-06 Juri Linkov <juri@jurta.org>
6660 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6661 Rename `tmm-inactive-face' to `tmm-inactive'.
6663 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6665 * iswitchb.el: Rename faces.
6667 2005-06-06 Kim F. Storm <storm@cua.dk>
6669 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6670 (cua-global-mark): Remove -face suffix from face names.
6672 * emulation/cua-gmrk.el (cua--init-global-mark):
6673 Remove cua-global-mark face setup.
6675 2005-06-06 Richard M. Stallman <rms@gnu.org>
6677 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6678 just like other allowed characters.
6679 (makefile-match-dependency): Exclude leading and training whitespace
6680 from the range of regexp subexp 1.
6681 (makefile-macroassign-regex): Don't try to match the body,
6682 just the name of the macro being defined.
6684 * info.el (Info-read-node-name-2): New function.
6685 (Info-read-node-name-1): Use that.
6686 Add a completion-base-size-function property.
6688 * simple.el (completion-setup-function): Look for
6689 completion-base-size-function property of minibuffer-completion-table.
6691 * files.el (locate-file-completion): Doc fix.
6693 * printing.el: Don't call pr-update-menus; user must do that.
6695 * emacs-lisp/debug.el (debugger-window): New variable.
6696 (debug): Use debugger-window if it is set and still alive.
6697 Record debugger-window for next entry.
6699 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6701 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
6703 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6704 (hack-one-local-variable, hack-local-variables)
6705 (hack-local-variables-prop-line): Pass that arg.
6707 2005-06-06 Kim F. Storm <storm@cua.dk>
6709 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6710 (ido-indicator): Remove -face suffix from face names.
6712 2005-06-06 Juri Linkov <juri@jurta.org>
6714 * font-lock.el (font-lock-regexp-backslash)
6715 (font-lock-regexp-backslash-construct): New faces.
6716 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6717 after `('. Add `while-no-input' to control structures.
6719 * faces.el (no-break-space, shadow): New faces.
6720 (escape-glyph): Use less loud colors pink2 and red4.
6722 * diff-mode.el (diff-context-face)
6723 * dired.el (dired-ignored)
6724 * rfn-eshadow.el (file-name-shadow)
6725 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6727 * info.el (Info-title-1-face): Use green instead of yellow because
6728 bold yellow is not readable on light backgrounds.
6730 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6731 before selecting the desired mode to not spend time fontifying
6734 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6736 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6737 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6739 * ps-print.el (ps-default-fg, ps-default-bg):
6740 Fix typos in docstrings.
6742 * isearchb.el (isearchb): Don't pass a spurious second argument to
6743 `iswitchb-completions'.
6745 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6747 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6749 (gdb-find-file-hook): Add doc string.
6751 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6752 C dereferenced pointer expression.
6753 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6755 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6757 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6758 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6759 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6760 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6761 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6762 Make background transparent.
6764 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6766 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6767 (font-lock-remove-keywords): Doc fix.
6768 (font-lock-mode-major-mode): Compiler defvar.
6769 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6771 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6772 (font-lock-mode): Update `font-lock-mode-major-mode'.
6773 (font-lock-set-defaults): Compiler defvar.
6774 (font-lock-default-function): Take `font-lock-mode-major-mode'
6777 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6778 keep track of which major mode it enabled the minor mode for.
6779 Use find-file-hook again. Update docstring.
6781 * simple.el (eval-expression-print-level)
6782 (eval-expression-print-length, eval-expression-debug-on-error):
6785 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6787 * iswitchb.el (iswitchb-single-match-face)
6788 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6789 (iswitchb-invalid-regexp-face): New faces.
6790 (iswitchb-completions): Use them.
6791 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6792 now marked as an obsolete alias.
6793 (iswitchb-read-buffer): Remove check for bound font variables.
6794 (iswitchb-invalid-regexp): New free variable.
6795 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6796 set iswitchb-invalid-regexp.
6797 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6799 (iswitchb-completions): Add check for complete match when entering
6801 (iswitchb-completions): Remove require-match argument.
6802 (iswitchb-exhibit): Fix caller.
6803 (iswitchb-common-match-inserted): New variable.
6804 (iswitchb-complete, iswitchb-completion-help): Use it.
6806 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6808 * url-http.el (url-http-chunked-encoding-after-change-function):
6809 Use `url-http-debug' instead of `message'.
6811 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6813 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6816 2005-06-04 Kim F. Storm <storm@cua.dk>
6818 * simple.el (line-move): Only call sit-for when moving backwards.
6820 * ido.el (ido-make-merged-file-list-1): New defun split from
6821 ido-make-merged-file-list.
6822 (ido-make-merged-file-list): Bind throw-on-input around call to
6823 ido-make-merged-file-list-1. Return input-pending-p if
6824 interrupted by more input available.
6825 (ido-read-internal): Handle input-pending-p return value from
6826 ido-make-merged-file-list.
6828 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6830 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6833 * international/latexenc.el (latexenc-find-file-coding-system):
6834 Don't inherit the EOL part of the coding-system from the
6835 tex-main buffer. Fit within 80 columns.
6837 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6839 * tmm.el (tmm-inactive-face): New face.
6840 (tmm-remove-inactive-mouse-face): New function.
6841 (tmm-prompt, tmm-add-one-shortcut)
6842 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6845 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6847 * faces.el (face-equal): Improve argument/docstring consistency.
6849 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6851 * progmodes/make-mode.el (makefile-targets-face)
6852 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6853 (makefile-bsdmake-dependency-regex)
6854 (makefile-makepp-rule-action-regex)
6855 (makefile-bsdmake-rule-action-regex): New constants.
6856 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6858 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6859 Allow (...) within `...' for makepp messages.
6861 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6863 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6865 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6866 "." files are deleted from all file lists before comparison.
6868 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6869 (viper-ESC-key): Made them customizable.
6871 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6873 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6875 * autorevert.el (auto-revert-buffers): Use save-match-data.
6877 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6879 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6880 menu items with a nil command binding.
6882 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6884 * emacs-lisp/cl-macs.el (defsetf):
6885 Improve argument/docstring consistency.
6887 * faces.el (list-faces-display): Improve the formatting by
6888 computing the maximum length required for any face-name (reworked
6889 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6890 (internal-find-face): Remove redundant info in docstring.
6892 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6894 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6895 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6896 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6897 (gdb-assembler-custom): Improve regexps.
6898 (def-gdb-auto-update-handler): Use window point to preserve point.
6900 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6902 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6904 2005-05-31 Jay Belanger <belanger@truman.edu>
6906 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6908 (calc-embedded-make-info): Have plain prefix argument select
6911 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6913 * faces.el (list-faces-display): Signal error if passed a regexp
6914 that matches no face name.
6916 * simple.el (filter-buffer-substring): Fix typo in docstring.
6918 2005-05-31 Richard M. Stallman <rms@gnu.org>
6920 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6921 (vhdl-emacs-21): Doc fix.
6922 (vhdl-mode): Unconditionally set comment-padding.
6923 (vhdl-fixup-whitespace-region): Insert spaces only where
6925 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6927 2005-05-30 John Wiegley <johnw@newartisans.com>
6929 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6930 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6931 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6932 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6935 2005-05-30 Jay Belanger <belanger@truman.edu>
6937 * calc/calc.el (calc-bug-address): Fix docstring.
6938 (calc-window-hook, calc-trail-window-hook): New variables.
6939 (calc-trail-display): Restore use of calc-trail-window-hook.
6940 (calc): Restore use of calc-window-hook.
6942 2005-05-31 Masatake YAMATO <jet@gyve.org>
6944 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6946 * help-fns.el (help-C-file-name): Add autoload mark for
6947 `find-function-noselect'.
6949 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6951 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6952 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6954 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6956 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6957 included diary buffer if it was not already being visited.
6958 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6960 * calendar/icalendar.el (top-level): Do not require 'appt.
6962 * mail/supercite.el (sc-select-attribution): Only use a list
6963 element from sc-attrib-selection-list if it returns a string.
6964 Reported by Davide G. M. Salvetti <salve@debian.org>.
6966 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6968 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6969 includes a hash value to improve its uniqueness, and has a ".jpg"
6970 extension. Also, it is now a valid filename on all systems.
6971 (thumbs-make-thumb): Use `let', not `let*'.
6972 (thumbs-show-thumbs-list): Check for JPEG availability.
6974 2005-05-30 Richard M. Stallman <rms@gnu.org>
6976 * filesets.el (filesets-menu-ensure-use-cached):
6977 Prevent warning when emacs-version>= is undefined.
6979 * printing.el (pr-interactive-n-up): Use string-to-number.
6981 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6983 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6984 Warn only when name to be defined is quoted.
6986 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6988 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6989 Make regexp more robust.
6990 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6991 Force regeneration of disassembly.
6993 2005-05-29 Jay Belanger <belanger@truman.edu>
6995 * calc/calc.el (calc-user-invocation): Check if
6996 calc-invocation-macro is non-nil.
6998 2005-05-29 Juri Linkov <juri@jurta.org>
7000 * add-log.el (change-log-font-lock-keywords):
7001 Add `+' to e-mail regexp to accept mail address with keywords.
7003 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7005 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7007 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7009 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7011 2005-05-29 Richard M. Stallman <rms@gnu.org>
7013 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7014 Undo the change that moves to end of the current word.
7016 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7018 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7019 Throw error when count <= 0 to ensure input is a number.
7020 (gdb-read-memory-custom): Pick up address from buffer.
7021 (gdb-memory-mode): Allow user to increment and decrement
7022 memory address from header line.
7024 2005-05-29 Richard M. Stallman <rms@gnu.org>
7026 * flyspell.el (flyspell-version): Function deleted.
7027 (flyspell-auto-correct-previous-hook): Doc fix.
7029 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7030 Do nothing if memory is full.
7032 * font-lock.el (font-lock-fontify-syntactically-region):
7033 Pass t for GREEDY to looking-back.
7035 * saveplace.el (save-place-alist-to-file): Write the file
7038 * subr.el (looking-back): New argument GREEDY.
7040 * progmodes/compile.el (compilation-start): Set the mode
7041 before inserting the initial text.
7043 * progmodes/which-func.el (which-func-update-1): Turn the mode
7044 off in case of error by setting which-func-mode.
7046 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7048 * flyspell.el (flyspell-auto-correct-previous-word):
7049 Narrow down to what's on the screen, and recenter overlays
7050 at the end of the next word.
7052 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7054 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7055 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7056 (flyspell-abbrev-p): Default to nil.
7057 (flyspell-use-global-abbrev-table-p): Doc fix.
7058 (flyspell-large-region): Allow nil as value.
7059 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7061 (mail-mode-flyspell-verify): More robust handling
7062 of `mail-header-separator'. More efficient signature detection.
7063 Allow for regexp metacharacters in message-header-separator.
7064 Adding `To' not to be checked in mail-mode-flyspell-verify.
7066 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7067 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7068 Bind flyspell-auto-correct-binding.
7070 (flyspell-mode-map): Likewise.
7071 (flyspell-mode): Doc fix.
7072 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7073 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7074 (flyspell-word-cache-result): New var, always local.
7075 (flyspell-check-pre-word-p): Doc fix.
7076 (flyspell-check-changed-word-p): Handle spc like newline.
7077 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7078 (flyspell-word-search-backward, flyspell-word-search-forward):
7080 (flyspell-word): Return t if nothing to check.
7081 When parsing TeX code, check for after } or \.
7082 Use flyspell-word-search-backward to find previous word.
7083 Return nil if duplicated word.
7084 For word already checked, return same value as last time.
7085 Set flyspell-word-cache-result after checking.
7086 Don't clobber the return value.
7087 (flyspell-get-word): Major rewrite.
7088 (flyspell-external-point-words): New locals pword, pcount.
7089 Fix size used in progress message.
7090 Find the proper corresponding word in flyspell-large-region-buffer.
7091 (flyspell-region): Check for flyspell-large-region = nil.
7092 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7093 (flyspell-auto-correct-word): Check that WORD is a cons.
7094 (flyspell-correct-word): Likewise.
7096 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7098 * progmodes/make-mode.el (makefile-rule-action-regex)
7099 (makefile-macroassign-regex, makefile-makepp-mode)
7100 (makefile-bsdmake-mode): Continuation lines may be empty.
7101 Reported by Joshua Varner.
7102 (makefile-makepp-font-lock-keywords): Add $(stem).
7104 2005-05-28 Karl Berry <karl@gnu.org>
7106 * textmodes/tex-mode.el: Now that tex-send-command calls
7107 shell-quote-argument (2005-03-31 change), remove all calls to
7108 shell-quote-argument; they all end up invoking tex-send-command.
7109 The double quoting loses on filenames with non-safe characters,
7110 such as "@". Reported by Frederik Fouvry.
7112 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7114 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7115 about preserving point.
7117 2005-05-27 Jay Belanger <belanger@truman.edu>
7119 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7122 * calc/calc-embed.el (calc-embed-arg): New variable.
7123 (calc-do-embedded-activate, calc-embedded-activate-formula)
7124 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7125 variable by new variable.
7126 (calc-embedded-make-info): Replace undeclared variable by new
7127 variable. When selecting region with positive prefix
7128 argument, use end of previous line instead of beginning of line.
7130 * calc/calc-aent.el (calc-arg-values): Declare it.
7132 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7135 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7137 * calc/calc.el (calc-alg-map): Declare it.
7139 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7141 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7143 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7144 (gdb-registers-buffer, toggle-gdb-all-registers):
7145 Toggle display of floating point registers.
7146 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7148 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7149 (toggle-gud-tooltip-dereference):
7150 Rename from gud-toggle-tooltip-dereference.
7152 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7154 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7156 2005-05-27 Jay Belanger <belanger@truman.edu>
7158 * calc/calc-prog.el (calc-kbd-report): Remove.
7159 (calc-kbd-query): Rewrite.
7161 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7163 * image.el (image-library-alist): Move to image.c.
7164 (image-type-available-p): Doc fix.
7166 2005-05-27 Lute Kamstra <lute@gnu.org>
7168 * calc/calc.el (calc):
7169 * outline.el (outline-1, outline-2, outline-3, outline-4)
7170 (outline-5, outline-6, outline-7, outline-8):
7171 * textmodes/dns-mode.el (dns-mode):
7172 * textmodes/sgml-mode.el (sgml-namespace-face):
7173 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7174 (tex-verbatim-face, tex-use-reftex):
7175 * textmodes/texinfo.el (texinfo-heading-face):
7176 Specify customization group.
7178 * longlines.el: Don't require easy-mmode.
7179 (longlines-visible-face): Specify customization group.
7181 2005-05-27 Kenichi Handa <handa@m17n.org>
7183 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7184 encoding table of windows-1251.
7186 * international/ucs-tables.el (ucs-set-table-for-input):
7187 If translation-table-for-input of a coding system is a symbol, get
7188 its translation-table property.
7190 * international/code-pages.el: Don't register a coding system into
7191 non-iso-charset-alist more than once.
7192 (cp-make-coding-system): Likewise.
7194 2005-05-26 John Wiegley <johnw@newartisans.com>
7196 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7197 `eshell-resume-eval' is wrapped in a list, it indicates that the
7198 command was run asynchronously. In that case, unwrap the value
7199 before checking the delimiter value.
7201 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7202 character before a space at the end of a line is \, assume the space
7203 is part of the last argument rather than a final argument separator.
7205 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7206 is in use, and the target is `t' or `nil' (which are the most common
7207 values), don't assume that the symbol target is a buffer.
7209 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7211 * calendar/calendar.el (calendar-mode-line-format):
7212 Use mode-line-highlight as mouse-face.
7214 * time.el (display-time-string-forms, display-time-update):
7215 Use mode-line-highlight as mouse-face.
7217 2005-05-26 Jay Belanger <belanger@truman.edu>
7219 * calc/calc.el (calc-language-alist): Remove extra defvar.
7221 2005-05-26 Lute Kamstra <lute@gnu.org>
7223 * arc-mode.el (archive-mode):
7224 * bookmark.el (bookmark-read-annotation-mode)
7225 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7227 * calc/calc-yank.el (calc-edit-mode):
7228 * calc/calc.el (calc-mode, calc-trail-mode):
7229 * calculator.el (calculator-mode):
7230 * chistory.el (command-history-mode):
7232 * cus-edit.el (custom-mode):
7233 * descr-text.el (describe-text-mode):
7234 * ebuff-menu.el (Electric-buffer-menu-mode):
7235 * ediff-util.el (ediff-mode):
7236 * emacs-lisp/re-builder.el (reb-mode):
7237 * emulation/vi.el (vi-mode-setup):
7238 * emulation/ws-mode.el (wordstar-mode):
7239 * eshell/esh-mode.el (eshell-mode):
7240 * forms.el (forms-mode):
7241 * help-mode.el (help-mode):
7242 * hexl.el (hexl-mode):
7243 * ibuffer.el (ibuffer-mode):
7244 * ielm.el (inferior-emacs-lisp-mode):
7245 * info.el (Info-mode, Info-edit-mode):
7246 * international/swedish.el:
7247 * ledit.el (ledit-from-lisp-mode):
7248 * locate.el (locate-mode):
7249 * mail/rmail.el (rmail-mode):
7250 * mail/rmailedit.el (rmail-edit-mode):
7251 * mail/rmailsum.el (rmail-summary-mode):
7252 * mail/supercite.el (sc-electric-mode):
7253 * net/eudc.el (eudc-mode):
7254 * net/quickurl.el (quickurl-list-mode):
7255 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7256 * obsolete/ooutline.el (outline-mode):
7257 * obsolete/options.el (Edit-options-mode):
7258 * obsolete/rnews.el (news-mode):
7259 * obsolete/rnewspost.el (news-reply-mode):
7260 * play/5x5.el (5x5-mode):
7261 * play/decipher.el (decipher-mode, decipher-stats-mode):
7262 * play/gomoku.el (gomoku-mode):
7263 * play/snake.el (snake-mode):
7264 * play/solitaire.el (solitaire-mode):
7265 * play/tetris.el (tetris-mode):
7266 * progmodes/ada-mode.el (ada-mode):
7267 * progmodes/antlr-mode.el (antlr-mode):
7268 * progmodes/autoconf.el (autoconf-mode):
7269 * progmodes/dcl-mode.el (dcl-mode):
7270 * progmodes/delphi.el (delphi-mode):
7271 * progmodes/ebrowse.el (ebrowse-tree-mode)
7272 (ebrowse-electric-list-mode, ebrowse-member-mode)
7273 (ebrowse-electric-position-mode):
7274 * progmodes/f90.el (f90-mode):
7275 * progmodes/fortran.el (fortran-mode):
7276 * progmodes/icon.el (icon-mode):
7277 * progmodes/idlw-help.el (idlwave-help-mode):
7278 * progmodes/idlw-shell.el (idlwave-shell-mode):
7279 * progmodes/idlwave.el (idlwave-mode):
7280 * progmodes/inf-lisp.el (inferior-lisp-mode):
7281 * progmodes/m4-mode.el (m4-mode):
7282 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7283 * progmodes/modula2.el (modula-2-mode):
7284 * progmodes/octave-inf.el (inferior-octave-mode):
7285 * progmodes/octave-mod.el (octave-mode):
7286 * progmodes/pascal.el (pascal-mode):
7287 * progmodes/sh-script.el (sh-mode):
7288 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7289 * progmodes/vhdl-mode.el (vhdl-mode):
7290 * progmodes/xscheme.el (scheme-interaction-mode):
7291 * replace.el (occur-mode):
7292 * ses.el (ses-mode):
7293 * simple.el (completion-list-mode):
7295 * speedbar.el (speedbar-mode):
7296 * term.el (term-mode):
7297 * terminal.el (terminal-edit-mode):
7298 * textmodes/reftex-index.el (reftex-index-mode)
7299 (reftex-index-phrases-mode):
7300 * textmodes/reftex-sel.el (reftex-select-label-mode)
7301 (reftex-select-bib-mode):
7302 * textmodes/reftex-toc.el (reftex-toc-mode):
7303 * wdired.el (wdired-change-to-wdired-mode):
7304 * wid-browse.el (widget-browse-mode):
7307 * array.el (array-mode):
7308 * calendar/todo-mode.el (todo-mode):
7309 * man.el (Man-mode):
7310 * play/landmark.el (lm-mode):
7311 * play/mpuz.el (mpuz-mode):
7312 Use kill-all-local-variables and run-mode-hooks.
7314 * subr.el (delay-mode-hooks): Specify indentation.
7316 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7318 * xml.el (xml-substitute-special): Don't die for undefined xml
7321 2005-05-26 Jay Belanger <belanger@truman.edu>
7323 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7326 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7328 * progmodes/gdb-ui.el (gdb-frame-address):
7329 Rename from gdb-current-address.
7330 (gdb-previous-frame-address): Rename from gdb-previous-address.
7331 (gdb-selected-frame): Rename from gdb-current-frame.
7332 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7333 (gdb-frame-number): Rename from gdb-current-stack-level.
7334 (gdb-ann3): Match new mode-name for disassembly buffer.
7335 Extend initialization of variables.
7336 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7337 (gdb-memory-mode): Use mouse-face in header line.
7338 (gdb-assembler-buffer-name): Call it disassembly and give frame
7340 (gdb-source-spec-regexp, gdb-assembler-custom)
7341 (gdb-invalidate-assembler, gdb-frame-handler):
7342 Make robust to leading zeroes in address format.
7344 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7346 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7348 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7350 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7352 * log-edit.el (log-edit-changelog-entries): Distinguish between
7353 filenames like xfns.c and fns.c.
7355 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7357 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7358 point after reverting.
7359 (Buffer-menu-make-sort-button): Handle the case where
7360 `Buffer-menu-use-header-line' is nil.
7362 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7364 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7365 New funcs. In minibuffer-local-completion-map bind `]', `/'
7368 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7370 * startup.el (normal-top-level): Allow modification of load-path while
7371 we're iterating over it.
7373 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7375 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7376 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7377 (thumbs-resize-interactive, thumbs-insert-image)
7378 (thumbs-insert-thumb, thumbs-dired-show-marked)
7379 (thumbs-find-image-at-point, thumbs-delete-images)
7380 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7381 (thumbs-increment-image-size, thumbs-decrement-image-size):
7382 Fix typos in docstrings.
7384 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7386 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7387 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7388 (cperl-mode): Use them.
7390 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7392 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7395 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7397 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7398 Bind C-d to gdb-inferior-io-eof.
7400 * dired.el (dired-dnd-popup-notice): Use message-box.
7402 2005-05-23 Masatake YAMATO <jet@gyve.org>
7404 * bindings.el (mode-line-major-mode-keymap):
7405 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7407 * faces.el (mode-line-highlight): New face.
7409 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7412 * bindings.el (top-level, help-echo, mode-line-modified)
7413 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7416 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7418 * progmodes/cc-engine.el (c-guess-basic-syntax):
7419 Remove spurious call to `zerop'.
7421 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7423 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7425 CC Mode update to 5.30.10:
7427 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7428 could go past the limit in decoration level 2, thereby causing
7429 errors during interactive fontification.
7431 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7432 the file is evaluated interactively.
7434 * cc-engine.el (c-guess-basic-syntax): Handle operator
7435 declarations somewhat better in C++.
7437 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7438 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7439 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7441 (make-local-hook): Suppress warning about obsoleteness.
7443 * cc-engine.el, cc-align.el, cc-cmds.el
7444 (c-append-backslashes-forward, c-delete-backslashes-forward)
7445 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7446 Compensate for return value from `forward-line' when it has moved
7447 but not to a different line due to eob.
7449 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7450 `objc-method-intro' and `objc-method-args-cont'.
7452 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7454 CC Mode update to 5.30.10:
7456 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7457 in the copyright statement. Incidentally, change "along with GNU
7458 Emacs" to "along with this program" where it occurs.
7460 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7461 so that it is interactive, hence can be found by M-x awk-mode
7462 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7463 <gmorris+emacs@ast.cam.ac.uk>.
7465 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7468 2005-05-23 Kevin Ryde <user42@zip.com.au>
7470 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7471 c-parse-state, to avoid a lisp error (on bad code).
7473 2005-05-23 Lute Kamstra <lute@gnu.org>
7475 * subr.el (font-lock-defaults): Remove defvar as it's already
7476 defined in font-core.el.
7478 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7480 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7482 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7483 more general and work when GDB variable "print pretty" is on,
7484 as with Emacs, for example.
7486 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7488 * font-core.el: Update comment.
7490 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7491 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7493 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7495 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7497 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7498 and `yank-handler' in the doc strings.
7500 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7502 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7504 2005-05-22 Richard M. Stallman <rms@gnu.org>
7506 * help.el (describe-key): Move print-help-return-message call
7509 * progmodes/etags.el (list-tags): Use with-no-warnings.
7511 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7512 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7513 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7515 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7517 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7520 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7521 Use defvar, not defconst.
7523 * hexl.el (hexl-follow-line): Use with-no-warnings.
7525 * emulation/tpu-extras.el: Use write-file-functions instead of
7528 * dired.el (dired-font-lock-keywords): Fontify files with junk
7529 extensions even if marked by -F.
7531 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7533 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7534 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7535 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7536 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7537 (concatenate, list-length, get*, getf, cl-remprop):
7538 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7539 (etypecase, progv, lexical-let, lexical-let*)
7540 (multiple-value-bind, multiple-value-setq, shiftf):
7541 Improve argument/docstring consistency.
7543 * subr.el (focus-frame, unfocus-frame):
7544 Revert deletion on 2005-05-01.
7546 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7548 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7551 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7552 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7554 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7556 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7557 already deleted variables: auto-fill-hook, blink-paren-hook,
7558 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7559 suspend-hooks, comment-indent-hook, meta-flag,
7560 before-change-function, after-change-function,
7561 font-lock-doc-string-face.
7563 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7565 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7567 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7569 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7570 rmail-dont-reply-to.
7572 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7574 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7575 literal blank when splitting new-header-values.
7577 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7579 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7580 string so that tmm doesn't create a completion entry for it.
7582 * textmodes/table.el (table-disable-menu): Ditto.
7584 2005-05-21 Richard M. Stallman <rms@gnu.org>
7586 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7588 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7590 * net/rcompile.el (remote-compile): Use compilation-start.
7592 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7594 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7596 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7597 Default to makefile-bsdmake-mode on BSD systems.
7599 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7600 REGEXP may also be a search function now. The part of doc-string
7601 for describing the structure was 95% identical to that of
7602 `imenu--generic-function'. Unify it there.
7604 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7605 Use function to find dependencies, because regexp alone is so complex,
7606 it easily goes into an endless loop.
7607 (makefile-makepp-mode): Also add submenu for Perl functions
7608 defined in the makefile.
7609 (makefile-bsdmake-mode): Special imenu-generic-expression no
7610 longer needed, due to function call.
7611 (makefile-match-dependency): Take BOUND into account when checking
7614 2005-05-20 Jay Belanger <belanger@truman.edu>
7616 * calc/calc-units.el (calc-invalidate-units-table):
7617 Use inhibit-read-only.
7618 (math-build-units-table-buffer): Use view-mode.
7620 2005-05-20 David Kastrup <dak@gnu.org>
7622 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7623 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7625 2005-05-20 Lute Kamstra <lute@gnu.org>
7627 * diff-mode.el (diff-header-face, diff-file-header-face)
7628 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7629 (diff-added-face, diff-changed-face, diff-function-face)
7630 (diff-context-face, diff-nonexistent-face): Put them in the
7631 diff-mode customization group.
7633 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7635 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7637 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7639 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7640 Minor regexp-optimization.
7642 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7644 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7645 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7646 (org-agenda-add-time-grid-maybe): New function.
7647 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7648 (org-table-create): `dotimes' instead of `mapcar'.
7649 (org-xor): Simplify implementation.
7650 (org-agenda): `inhibit-redisplay' turned on.
7651 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7652 a consistent line after a state change.
7653 (org-agenda-remove-times-when-in-prefix): New option.
7654 (org-prefix-has-time): New variable.
7655 (org-parse-time-string): Optional argument NODEFAULT.
7656 (org-format-agenda-item): Parse items for time-of-day
7657 specifications and move these into the prefix if possible.
7658 (org-agenda-priority): Get current heading, not previous heading
7659 during agenda remote editing.
7661 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7663 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7664 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7665 (remove-duplicates, delete-duplicates, substitute)
7666 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7667 (nsubstitute-if-not, find, find-if, find-if-not, position)
7668 (position-if, position-if-not, count, count-if, count-if-not)
7669 (mismatch, search, sort*, stable-sort, merge, member*)
7670 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7671 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7672 (intersection, nintersection, set-difference, nset-difference)
7673 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7674 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7675 (nsublis, tree-equal): Improve argument/docstring consistency.
7677 * subr.el (send-string, send-region):
7678 Remove obsolescence declaration.
7679 (window-dot, set-window-dot, read-input, show-buffer)
7680 (eval-current-buffer, string-to-int):
7681 Add release number to obsolescence declarations.
7683 2005-05-19 Kim F. Storm <storm@cua.dk>
7685 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7686 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7688 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7690 * faces.el (list-faces-display): Make back button respect optional
7693 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7695 * calculator.el (calculator-radix-grouping-mode)
7696 (calculator-radix-grouping-digits, calculator-displayer)
7697 (calculator-radix-grouping-separator, calculator-copy-displayer):
7698 * dabbrev.el (dabbrev-search-these-buffers-only):
7699 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7700 (diff-advance-after-apply-hunk, diff-mode-hook)
7701 (diff-minor-mode-prefix):
7702 * imenu.el (imenu-use-popup-menu):
7703 * jit-lock.el (jit-lock-context-time):
7704 * newcomment.el (comment-fill-column, comment-column)
7705 (comment-style, comment-padding, comment-multi-line)
7706 (comment-empty-lines, comment-auto-fill-only-comments):
7707 * reveal.el (reveal-around-mark):
7708 * uniquify.el (uniquify-buffer-name-style)
7709 (uniquify-after-kill-buffer-p)
7710 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7711 (uniquify-min-dir-content, uniquify-separator)
7712 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7713 * w32-vars.el (w32-fixed-font-alist):
7714 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7715 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7716 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7717 * progmodes/perl-mode.el (perl-indent-level)
7718 (perl-continued-statement-offset, perl-continued-brace-offset)
7719 (perl-brace-offset, perl-brace-imaginary-offset)
7720 (perl-label-offset, perl-indent-continued-arguments)
7721 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7722 * progmodes/tcl.el (tcl-indent-level)
7723 (tcl-continued-indent-level, tcl-auto-newline)
7724 (tcl-tab-always-indent, tcl-electric-hash-style)
7725 (tcl-help-directory-list, tcl-use-smart-word-finder)
7726 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7727 (inferior-tcl-source-command):
7728 * textmodes/fill.el (enable-kinsoku):
7729 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7730 * textmodes/table.el (table-yank-handler):
7731 Specify missing group (and type, if simple) in defcustom.
7733 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7735 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7737 2005-05-19 Richard M. Stallman <rms@gnu.org>
7739 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7741 * subr.el (event-basic-type): Don't get an error.
7742 (left-fringe-p): Function deleted.
7744 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7745 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7747 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7750 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7752 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7754 * emacs-lisp/bytecomp.el
7755 (byte-compile-file-form-custom-declare-variable): Call
7756 byte-compile-nogroup-warn if appropriate.
7758 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7759 (compilation-set-window): Don't call left-fringe-p; do it directly.
7761 2005-05-19 Jay Belanger <belanger@truman.edu>
7763 * calc/calc-graph.el (calc-graph-format-data): Make sure
7764 var-PlotRejects is bound before trying to check its value.
7766 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7768 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7769 definition of this variable from reftex-global.el to reftex.el,
7770 because it is needed in the menu.
7772 2005-05-19 Lute Kamstra <lute@gnu.org>
7774 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7775 years are fixed. Don't insert a space after a dash.
7777 2005-05-19 Kim F. Storm <storm@cua.dk>
7779 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7781 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7783 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7784 strings, because (eq ... ?\\) is fairly frequent.
7786 * progmodes/make-mode.el (makefile-add-this-line-targets):
7787 Simplify and integrate into `makefile-pickup-targets'.
7788 (makefile-add-this-line-macro): Simplify and integrate into
7789 `makefile-pickup-macros.
7790 (makefile-pickup-filenames-as-targets): Simplify.
7791 (makefile-previous-dependency, makefile-match-dependency):
7792 Don't stumble over `::'.
7794 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7796 * subr.el (post-command-idle-hook, post-command-idle-delay):
7797 Remove obsoletion of post-command-idle-hook and
7798 post-command-idle-delay.
7800 * faces.el (list-faces-display): Provide button when describe-face
7801 is called to take user back to the list of faces.
7803 * help-fns.el (describe-variable): Remove hyperlinks in a
7804 variable's value as these are quite frequently inappropriate.
7806 * follow.el (follow-submit-feedback, follow-mode):
7807 Remove references to post-command-idle-hook.
7809 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7811 * progmodes/make-mode.el (makefile-previous-dependency)
7812 (makefile-match-dependency): Check for := (and in bsd mode also
7813 !=) to give a better result, even when font-lock is not on.
7815 2005-05-18 Jay Belanger <belanger@truman.edu>
7817 * calc/calc-help.el (calc-s-prefix-help):
7818 Add `calc-copy-special-constant' to help string.
7820 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7822 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7824 2005-05-18 Jay Belanger <belanger@truman.edu>
7826 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7827 in linear factors are in proper order.
7829 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7831 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7832 Support for jurabib.
7834 * textmodes/reftex.el (featurep): Define aliases for overlay
7835 commands, for XEmacs compatibility, and use these aliases in
7836 overlay initializations.
7837 (reftex-highlight): Use `reftex-move-overlay'.
7838 (reftex-unhighlight): Use `reftex-delete-overlay'.
7839 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7840 (reftex-access-search-path): Use `reftex-uniquify' instead of
7843 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7844 `before-string' property modification enables for Emacs as well.
7845 (reftex-select-item): Use `reftex-delete-overlay'.
7846 (reftex-select-mark): Use `reftex-make-overlay' and
7847 `reftex-overlay-put'.
7848 (reftex-select-unmark): Use `reftex-delete-overlay' and
7849 `reftex-overlay-put'.
7851 2005-05-18 Lute Kamstra <lute@gnu.org>
7853 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7855 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7857 * add-log.el (add-change-log-entry):
7858 * array.el (array-make-template, array-reconfigure-rows)
7859 (array-init-max-row, array-init-max-column)
7860 (array-init-columns-per-line, array-init-field-width):
7861 * replace.el (replace-match-maybe-edit, perform-replace):
7862 * textmodes/spell.el (spell-region):
7863 Replace `read-input' by `read-string'.
7865 * forms.el (forms-mode):
7866 * finder.el (finder-compile-keywords):
7867 * shadowfile.el (shadow-read-files):
7868 Replace `eval-current-buffer' by `eval-buffer'.
7870 * terminal.el (te-pass-through):
7871 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7872 (ange-ftp-raw-send-cmd):
7873 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7874 (send-process-next-char, telnet-initial-filter, telnet):
7875 Replace `send-string' by `process-send-string'.
7877 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7878 (prolog-consult-region): Replace `send-string' by
7879 `process-send-string'; replace `send-region' by `process-send-region'.
7881 * progmodes/delphi.el (delphi-log-msg):
7882 Replace `set-window-dot' by `set-window-point'.
7884 * subr.el (window-dot, set-window-dot, read-input, send-string)
7885 (send-region, show-buffer, eval-current-buffer):
7886 Make really obsolete, as the comment says.
7888 2005-05-17 Kim F. Storm <storm@cua.dk>
7890 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7891 (cua--init-keymaps): Bind C-return instead of S-return to set
7894 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7895 instead of S-return to toggle/clear rectangle mark.
7897 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7899 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7900 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7901 Also fontify plain strings assigned to variables, mostly so that a
7902 colon has a face and is thus not taken as a dependency separator.
7903 (makefile-previous-dependency): Inline the new matcher, because it
7904 is too complex to work in both directions.
7905 (makefile-match-dependency): Eliminate `backward' arg (see above).
7906 Completely reimplemented so as to not sometimes go into an endless
7907 loop. It should also be more efficient, because first it only
7908 searches for `:', instead of applying the very complex regexp.
7909 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7910 to be fontified in one piece can be too long for JIT.
7911 Makefiles are never *that* big.
7913 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7915 * dired.el (dired-mode): Simplify.
7917 2005-05-17 Lute Kamstra <lute@gnu.org>
7919 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7920 defcustom for the mode hook variable.
7922 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7923 Emacs Lisp Reference Manual.
7925 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7927 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7929 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7930 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7932 * net/tramp-smb.el (tramp-smb-open-connection):
7933 Pass `tramp-chunksize' as fifth (required) argument.
7935 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7937 * font-lock.el (lisp-font-lock-keywords-1):
7938 Set `font-lock-negation-char-face' for [^...] char group.
7939 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7941 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7942 a var, and refine it to mask one more level of nested vars.
7943 (makefile-rule-action-regex): Turn it into a var, and refine it so
7944 it recognizes backslashed continuation lines as belonging to the
7946 (makefile-macroassign-regex): Refine it so it recognizes
7947 backslashed continuation lines as belonging to the same command.
7948 (makefile-var-use-regex): Don't look at the next char, because it
7949 might be the same one to be skipped by the initial [^$], leading
7950 to an overlooked variable use.
7951 (makefile-make-font-lock-keywords): Remove two parameters, which
7952 are now variables that some of the modes set locally.
7953 Handle dependency and rule action matching through functions, because
7954 regexps alone match too often. Dependency matching now comes
7955 last, so it can check, whether a colon already matched something else.
7956 (makefile-mode): Inform that font-lock improves makefile parsing
7958 (makefile-match-dependency, makefile-match-action): New functions.
7960 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7962 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7964 * align.el (align-regexp):
7965 * ansi-color.el (ansi-color-get-face):
7966 * array.el (array-reconfigure-rows, array-init-max-row)
7967 (array-init-max-column, array-init-columns-per-line)
7968 (array-init-field-width):
7969 * dired-aux.el (dired-trample-file-versions):
7970 * dired-x.el (dired-mark-sexp):
7971 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7972 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7973 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7974 * faces.el (face-read-integer):
7975 * files.el (backup-extract-version, insert-directory):
7976 * hexl.el (hexl-insert-decimal-char):
7977 * server.el (server-process-filter):
7978 * shell.el (shell-extract-num):
7979 * startup.el (command-line-1):
7980 * term.el (term-command-hook):
7981 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7982 (time-stamp-do-number):
7983 * time.el (display-time-update):
7984 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7985 (timezone-fix-time):
7986 * vms-patch.el (vms-suspend-resume-hook):
7987 * calendar/appt.el (appt-convert-time):
7988 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7989 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7990 * calendar/cal-islam.el (mark-islamic-diary-entries):
7991 * calendar/calendar.el (calendar-cursor-to-date)
7992 (calendar-star-date):
7993 * calendar/diary-lib.el (diary-attrtype-convert)
7994 (mark-diary-entries, diary-entry-time):
7995 * calendar/solar.el (solar-get-number):
7996 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7997 * emacs-lisp/re-builder.el (reb-display-subexp):
7998 * emulation/edt.el (edt-set-scroll-margins):
7999 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8000 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8002 * emulation/viper-ex.el (viper-get-ex-token)
8003 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8004 * international/fontset.el (fontset-plain-name):
8005 * mail/feedmail.el (feedmail-look-at-queue-directory):
8006 * mail/mailalias.el (mail-get-names):
8007 * mail/rmail.el (rmail-convert-to-babyl-format):
8008 * mail/rmailsum.el (rmail-make-basic-summary-line)
8009 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8010 (rmail-summary-goto-msg):
8011 * mail/smtpmail.el (smtpmail-read-response):
8012 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8013 (ange-ftp-vms-add-file-entry):
8014 * play/gametree.el (gametree-looking-at-ply)
8015 (gametree-current-branch-score):
8016 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8017 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8018 * progmodes/cperl-mode.el (condition-case):
8019 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8020 (ebrowse-set-member-buffer-column-width)
8021 (ebrowse-select-1st-to-9nth):
8022 * progmodes/etags.el (etags-snarf-tag):
8023 * progmodes/flymake.el (flymake-parse-line):
8024 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8025 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8026 (idlwave-shell-menu-def):
8027 * progmodes/ps-mode.el (ps-run-goto-error):
8028 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8029 (vhdl-speedbar-contract-level):
8030 * term/mac-win.el (x-handle-numeric-switch):
8031 * term/sun-mouse.el (sun-get-frame-data):
8032 * term/w32-win.el (x-handle-numeric-switch):
8033 * term/x-win.el (x-handle-numeric-switch):
8034 * textmodes/ispell.el (ispell-parse-output):
8035 * textmodes/nroff-mode.el (nroff-outline-level):
8036 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8037 (reftex-bib-sort-year-reverse, reftex-format-citation):
8038 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8039 (reftex-section-number):
8040 * textmodes/texinfmt.el (texinfo-paragraphindent):
8041 Replace `string-to-int' by `string-to-number'.
8043 * international/latexenc.el: Add page marker to force the "Local
8044 Variables:" string out of the last page.
8046 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8048 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8049 tooltip-change-major-mode.
8050 (gud-tooltip-print-command): Remove case where gud-minor-mode
8051 is gdb ("--fullname").
8052 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8055 2005-05-16 Jay Belanger <belanger@truman.edu>
8057 * calc/calc-store.el (calc-copy-special-constant): New function.
8059 * calc/calc-ext.el (calc-init-extensions): Add binding for
8060 `calc-copy-special-constant'.
8062 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8063 for the `calc-copy-special-constant' command.
8065 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8067 * subr.el (left-fringe-p): New function.
8069 * progmodes/compile.el (compilation-setup): Set local value of
8070 overlay-arrow-string to "" always.
8071 (compilation-set-window): Left fringe then don't scroll.
8072 No left fringe then no arrow and scroll message to top.
8073 (compilation-context-lines): Adjust doc string accordingly.
8075 2005-05-16 Kim F. Storm <storm@cua.dk>
8077 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8078 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8079 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8080 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8081 (ido-read-file-name): Handle commands with ido property value
8082 equal to find-file as reading a file name, to allow C-d to enter dired.
8083 (ibuffer-find-file): Add ido property with value find-file.
8085 2005-05-15 Kim F. Storm <storm@cua.dk>
8087 * subr.el (open-network-stream-nowait): Remove.
8088 (open-network-stream-server): Remove.
8090 2005-05-15 Richard M. Stallman <rms@gnu.org>
8092 * faces.el (describe-face): Output a definition link button.
8094 * help-mode.el (help-face-def): New button type.
8096 * emacs-lisp/copyright.el (copyright-fix-years):
8097 Match properly if the first year is 2-digit.
8098 Don't mess up the whitespace after the years by filling.
8100 * dired-aux.el (dired-mark-confirm):
8101 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8103 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8104 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8105 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8107 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8108 Set font-lock-comment-start-skip.
8110 * font-lock.el (font-lock-comment-start-skip): New variable.
8111 (font-lock-comment-end-skip): New variable.
8112 (font-lock-fontify-syntactically-region): Use them if non-nil.
8114 2005-05-15 Jay Belanger <belanger@truman.edu>
8116 * calc/calc-store.el (calc-store-value): Return a string rather
8117 than display it as a message.
8118 Use calc-var-name for variable name.
8119 (calc-store-into): Add the result of calc-store-value to message.
8120 (calc-copy-variable): Add a message.
8121 (calc-store-exchange): Improve error messages.
8122 (calc-store-binary, calc-store-map): Don't reset the values of
8125 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8127 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8128 manual to docstring.
8130 * files.el (hack-local-variables-confirm): Add STRING argument.
8131 Make the function handle non file visiting buffers correctly.
8132 (hack-local-variables-prop-line, hack-local-variables)
8133 (hack-one-local-variable): Use STRING arg of
8134 `hack-local-variables-confirm'.
8136 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8138 Sync with Tramp 2.0.49.
8140 * net/tramp.el (tramp-handle-dired-call-process)
8141 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8142 because the contents of the Tramp buffer is changed before
8143 insertion (`expand-file' and alike).
8144 (tramp-handle-insert-directory): If `localname' has an empty
8145 nondirectory name, it must not be quoted.
8146 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8147 variable `tramp-chunksize'. Change callees.
8148 (tramp-open-connection-setup-interactive-shell): Check remote host
8149 for buggy `send-process-string' implementation.
8150 Set `tramp-chunksize' if found. Reported by Michael Kifer
8151 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8152 (tramp-handle-shell-command): `insert-buffer' cannot be used
8153 because the contents of the Tramp buffer is changed before
8154 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
8155 <frederic.bothamy@free.fr>.
8156 (tramp-set-auto-save): Actions should be done for Tramp file name
8157 handler only. Ange-FTP has its own auto-save mechanism.
8158 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8159 (tramp-set-auto-save-file-modes): Set file modes of
8160 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8161 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8162 (tramp-bug): Remove obsolete variable.
8163 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8164 for presence of `mml-mode'. Make it running for older Emacsen as well.
8166 2005-05-14 John Paul Wallington <jpw@pobox.com>
8168 * ibuf-ext.el (define-ibuffer-filter filename):
8169 If `dired-directory' is a list, use its car.
8171 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8173 * ibuffer.el (define-ibuffer-column filename):
8174 If `dired-directory' is a list, use its car.
8176 2005-05-14 Richard M. Stallman <rms@gnu.org>
8178 * subr.el (symbol-file): Doc fix.
8180 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8181 (byte-compile-form): Call byte-compile-nogroup-warn.
8182 (byte-compile-warning-types): Doc fix.
8184 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8186 * progmodes/cc-engine.el (c-literal-faces):
8187 Add font-lock-comment-delimiter-face.
8189 * net/net-utils.el (dig): Use with-no-warnings.
8191 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8192 (sc-recite-frame-alist, sc-default-cite-frame)
8193 (sc-default-uncite-frame, sc-default-recite-frame)
8194 (sc-attrib-selection-list, sc-rewrite-header-list):
8195 Mark as risky-local-variable.
8197 * international/ogonek.el (ogonek-jak, ogonek-how):
8198 Don't use beginning-of-buffer.
8200 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8202 * calendar/solar.el (solar-data-list): Move definition up.
8204 * dnd.el (dnd-protocol-alist): Add autoload.
8206 * progmodes/sh-script.el: Many doc usage fixes.
8207 (sh-indent-after-do): Change default to match common styles.
8209 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8211 * files.el (interpreter-mode-alist)
8212 (auto-mode-interpreter-regexp): Doc fixes.
8214 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8216 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8218 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8220 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8222 * dired.el (dired-mode): make-variable-buffer-local =>
8223 make-local-variable.
8225 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8227 * term/mac-win.el (mac-select-convert-to-string): Try coding
8228 systems in mac-script-code-coding-systems if specified one cannot
8229 encode string for `com.apple.traditional-mac-plain-text'.
8231 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8233 * progmodes/make-mode.el (makefile-targets-face)
8234 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8235 (makefile-dependency-regex): Fix it to not make the colon in
8237 (makefile-rule-action-regex): New regexp for highlighting embedded
8239 (makefile-macroassign-regex): Handle != for highlighting as
8240 embedded Shell strings.
8241 (makefile-var-use-regex): New const.
8242 (makefile-statements, makefile-automake-statements)
8243 (makefile-gmake-statements, makefile-makepp-statements)
8244 (makefile-bsdmake-statements): New consts.
8245 (makefile-make-font-lock-keywords): New function.
8246 (makefile-automake-font-lock-keywords)
8247 (makefile-gmake-font-lock-keywords)
8248 (makefile-makepp-font-lock-keywords)
8249 (makefile-bsdmake-font-lock-keywords): New consts.
8250 (makefile-mode-map): Add switchers between the various submodes.
8251 (makefile-mode): Document the availability of the variants.
8252 (makefile-automake-mode, makefile-gmake-mode)
8253 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8255 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8256 new variants of makefile-mode.
8258 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8260 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8263 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8265 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8266 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8268 * files.el (normal-mode): Extend the scope of the
8269 `enable-local-variables' binding to include the `set-auto-mode' call.
8270 (magic-mode-alist): Doc fix.
8272 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8274 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8275 font-lock-comment-face rather than copying its setting.
8277 2005-05-12 Andreas Schwab <schwab@suse.de>
8279 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8281 2005-05-12 Lute Kamstra <lute@gnu.org>
8283 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8284 defcustom for the mode hook variable. Delete the last argument.
8285 * generic-x.el: Fix callers of define-generic-mode.
8286 (generic-x-modes): Delete group.
8287 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8288 generic-x customization group.
8290 2005-05-12 Kim F. Storm <storm@cua.dk>
8292 * font-lock.el (font-lock-negation-char-face): Default to "off".
8294 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8295 font-lock-negation-char-face to ! in !=.
8297 2005-05-12 Masatake YAMATO <jet@gyve.org>
8299 * add-log.el (find-change-log): Fix typos in the docstring
8302 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
8304 * international/latexenc.el (latexenc-find-file-coding-system):
8305 Avoid `re-search-forward' when looking for input encoding because
8306 of speed and safety. Better regular expressions for recognizing
8307 input encoding. Limit a search for TeX-master/tex-main-file to
8308 the local variable section.
8310 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8312 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8313 syntax of $ to "'" (quote).
8315 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8317 * dnd.el (dnd-protocol-alist): Improve custom type.
8319 * dired.el (dired-dnd-protocol-alist): New variable.
8320 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8321 `dired-mode-hook' to the end.
8323 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8325 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8326 comment-end if comment-start-skip is not set.
8327 Obey the font-lock-comment-delimiter-face variables.
8329 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8331 * files.el (executable-find): Move from executable.el. Use
8333 * progmodes/executable.el (executable-find): Move to files.el.
8335 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8336 when trying to ensure forward progress.
8338 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8340 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8341 (mouse-select, mouse-select-internal, mouse-extend-internal):
8342 Use it to implement mouse-1-click-follows-link functionality.
8344 2005-05-11 Richard M. Stallman <rms@gnu.org>
8346 * font-lock.el (font-lock-fontify-syntactically-region):
8347 Use font-lock-comment-delimiter-face for comment delimiters.
8349 2005-05-10 Jay Belanger <belanger@truman.edu>
8351 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8352 preserving embedded modes.
8354 2005-05-10 Richard M. Stallman <rms@gnu.org>
8356 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8358 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8359 Move from ada-stmt.el.
8360 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8362 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8363 Move to ada-mode.el.
8364 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8366 * cus-edit.el (custom-file): Call file-chase-links.
8368 * files.el (read-directory-name): Fix previous change.
8369 (hack-local-variables-confirm): New function.
8370 (hack-local-variables-prop-line, hack-local-variables)
8371 (hack-one-local-variable): Use it.
8373 2005-05-10 Lute Kamstra <lute@gnu.org>
8375 * font-lock.el (font-lock-keywords-alist)
8376 (font-lock-removed-keywords-alist): Clarify docstrings.
8378 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8380 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8381 (gdb-source-info): Check for preprocessor info.
8382 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8383 a macro for a function.
8384 (gdb-info-breakpoints-custom): Try to find file again if not already
8385 found (user might have used GDB dir command).
8386 (gdb-get-location): Update gdb-location-alist correctly for change
8387 to gdb-info-breakpoints-custom.
8389 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8390 (gud-tooltip-print-command): Add gdbmi case.
8391 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8394 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8396 * startup.el (fancy-splash-insert): Fix typo in doc string.
8398 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8400 * obsolete/float.el (string-to-float):
8401 * obsolete/hilit19.el (hilit-add-pattern):
8402 * obsolete/rnews.el (news-parse-range, news-select-message)
8403 (news-get-pruned-list-of-files): Replace `string-to-int' by
8406 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8407 `find-file-not-found-hooks'; use `add-hook'.
8408 (uncompress-while-visiting): Set `write-file-functions', not
8409 `write-file-hooks'; use `add-hook'.
8411 2005-05-09 Kim F. Storm <storm@cua.dk>
8413 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8414 (cua-paste): Handle clipboard action.
8415 (cua--init-keymaps): Remap clipboard-kill-region and
8416 clipboard-kill-ring-save.
8418 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8420 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8423 * simple.el (next-error-overlay-arrow-position): Revert the change
8426 2005-05-07 Jay Belanger <belanger@truman.edu>
8428 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8429 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8430 `calc-sel-reselect'.
8432 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8433 Calc is in embedded mode.
8435 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8437 * progmodes/compile.el (compilation-setup):
8438 Set overlay-arrow-string to an empty string on text terminals.
8440 * textmodes/ispell.el (ispell-program-name): Try looking for
8441 "aspell" along exec-path, and if found, use it as the default
8444 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8446 * international/mule.el (sgml-xml-auto-coding-function):
8447 Recognize encoding='FOO' in single quotes as well as in double quotes.
8449 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
8451 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8452 as well as `interactive', so that defmacro* would recognize
8455 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8457 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8458 Explain more about the LIGHTER arg's usage in the doc string.
8459 Add commentary to clarify what the code does. Fix the regexp that
8460 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8461 since it could have characters special to regular expressions.
8463 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8465 * replace.el (occur-1): Bind inhibit-read-only so that
8466 erase-buffer doesn't barf on read-only text properties (likewise
8467 for add-text-properties in occur-engine). Mark buffer as unmodified.
8468 (occur-engine): Don't set buffer-read-only here.
8470 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8472 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8473 list-buffers-directory. This caused the *cvs-commit* buffer to be
8474 sometimes mistakenly reused as a *cvs* buffer.
8476 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8478 * tooltip.el: Move code for GUD tooltips into gud.el.
8479 (require): CL no longer needed to compile case.
8480 (tooltip-mode): Do not toggle functions for GUD tooltips.
8481 (tooltip-gud-tips-p): Remove. Replace with minor mode
8482 gud-tooltip-mode in gud.el.
8483 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8484 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8485 tooltip-gud prefix with gud-tooltip and obsolete.
8486 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8487 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8488 (tooltip-mouse-motion): Mouse movement functions/variable.
8489 Rename in gud.el by adding gud prefix.
8490 (tooltip-gud-original-filter, tooltip-gud-dereference)
8491 (tooltip-gud-event, tooltip-toggle-gud-tips)
8492 (tooltip-gud-process-output, tooltip-gud-print-command)
8493 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8494 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8495 (gdb-tooltip-print): Move to gdb-ui.el.
8497 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8498 (require): CL needed to compile case.
8499 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8500 tooltip-gud-tips-p. Make it a minor-mode.
8501 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8502 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8503 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8504 (gud-tooltip-change-major-mode)
8505 (gud-tooltip-activate-mouse-motions-if-enabled)
8506 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8507 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8508 (gud-tooltip-original-filter, gud-tooltip-dereference)
8509 (gud-tooltip-event, tooltip-toggle-gud-tips)
8510 (gud-tooltip-process-output, gud-tooltip-print-command)
8511 (gud-tooltip-tips): Move from tooltip.el.
8513 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8514 (gdb-cpp-define-alist-flags): Doc fix.
8515 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8516 gud-tooltip-mode is t.
8518 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8520 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8521 evaporate if their text is deleted.
8522 (goto-address-at-point): Make it work as a mouse binding as well.
8523 (goto-address-at-mouse): Obsolete it. Update users.
8525 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8527 * calendar/appt.el (top-level): No longer activate on load.
8529 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8531 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8532 * net/webjump.el (webjump):
8533 * progmodes/idlw-help.el (idlwave-do-context-help1)
8534 (idlwave-highlight-linked-completions):
8535 * textmodes/po.el (po-find-file-coding-system-guts):
8536 Replace `assoc-ignore-case' by `assoc-string'.
8538 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8540 * files.el (locate-file): Doc fix.
8542 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8543 Remove the redundant test for ms-dos.
8545 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8546 look for the preprocessor with exec-suffixes. If not found in
8547 standard places, look in exec-path. Remove most of the tests that
8550 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8552 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8554 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8555 file-name clash with jka-compr.el on 8+3 filesystems.
8557 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8559 * term/mac-win.el: Don't define or bind scroll bar functions if
8560 x-toolkit-scroll-bars is t.
8561 (x-select-text, x-get-selection-value): Clear
8562 x-last-selected-text-clipboard if x-select-enable-clipboard is
8564 (PRIMARY): Put mac-scrap-name property.
8565 (mac-select-convert-to-file-url): New function.
8566 (public.file-url): New selection target type. Add to
8567 selection-converter-alist.
8568 (x-get-selection, x-selection-value): Handle it.
8569 (x-cut-buffer-or-selection-value): New alias.
8571 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8573 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8574 entry to avoid calling bibtex-find-entry with arg global
8575 being t. Remove arg key.
8576 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8577 (bibtex-copy-summary-as-kill): Change accordingly.
8579 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8581 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8582 (org-agenda-date-later): Use with-current-buffer.
8584 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8586 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8587 (define-obsolete-variable-alias): Doc Fixes.
8589 2005-05-06 Kim F. Storm <storm@cua.dk>
8591 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8592 vertical-motion when selective-display is active.
8594 * ido.el (ido-setup-hook): New hook.
8595 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8596 (ido-input-stack): New var.
8597 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8598 ido-next-work-file binding to M-O.
8599 Bind M-f to ido-wide-find-file-or-pop-dir.
8600 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8601 (ido-read-internal): Run ido-setup-hook.
8602 Catch quit in read-file-name and read-string to cancel edit.
8603 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8604 Automatically pop-all when completing a directory name (RET).
8605 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8606 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8607 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8608 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8609 New functions for M-b/M-f to move among the directory components.
8610 (ido-make-merged-file-list): Catch quit to cancel merge.
8611 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8612 (ido-completion-help): No warnings for ido-completion-buffer-full.
8614 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8616 * font-lock.el (font-lock-negation-char-face): New face and variable.
8617 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8618 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8619 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8620 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8622 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8624 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8625 Fix typo in docstring.
8627 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8628 (ebrowse-print-statistics-line)
8629 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8631 * term/w32-win.el (image-library-alist): Add additional name for
8634 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8636 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8637 use gcc instead of cpp.
8639 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8640 (gdb-create-define-alist): Use it.
8641 (gdb-cpp-define-alist-program): Update for MS-DOS.
8643 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8645 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8647 2005-05-04 Richard M. Stallman <rms@gnu.org>
8649 * help.el (describe-key): No error when UNTRANSLATED is nil.
8651 * simple.el (line-move-1): Fix previous change to signal errors
8654 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8656 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8657 (icalendar-duration-correction): Remove.
8658 (icalendar--get-event-properties): Split result at commas.
8659 (icalendar--decode-isoduration): New optional argument
8660 DURATION-CORRECTION.
8661 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8662 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8663 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8664 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8665 (icalendar--convert-anniversary-to-ical): New functions, extracted
8666 from icalendar-export-region, with bug fixes.
8667 (icalendar-export-region): Use the above functions.
8668 (icalendar-import-buffer): Check before saving diary file.
8669 (icalendar--convert-recurring-to-diary)
8670 (icalendar--convert-non-recurring-all-day-to-diary)
8671 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8672 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8673 (icalendar--convert-ical-to-diary): Use the above functions.
8675 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8677 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8678 Remove these recent additions.
8679 (c-mode): Restore to before 2005-04-28.
8681 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8684 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8685 (gdb-define-alist): New variables.
8686 (gdb-create-define-alist): New function.
8687 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8688 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8689 with string-to-number.
8690 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8692 * progmodes/gud.el: Replace string-to-int with string-to-number.
8693 (gud-find-file): Handle gdb-define-alist.
8695 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8697 2005-05-02 Jay Belanger <belanger@truman.edu>
8699 * calc/calc-aent.el (math-read-token):
8700 * calc/calc-bin.el (calc-word-size):
8701 * calc/calc-ext.el (calc-read-number-fancy):
8702 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8703 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8704 * calc/calc-frac.el (calc-over-notation):
8705 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8706 (calc-graph-num-points, calc-graph-init):
8707 * calc/calc-prog.el (calc-read-parse-table-part)
8708 (calc-edit-macro-repeats):
8709 * calc/calc-yank.el (calc-do-grab-rectangle):
8710 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8711 Replace `string-to-int' by `string-to-number'.
8713 2005-05-02 Kim F. Storm <storm@cua.dk>
8715 * kmacro.el: Use executing-kbd-macro-index variable.
8717 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8719 * net/rlogin.el (rlogin-parse-words): Delete func.
8720 (rlogin): Use split-string, not rlogin-parse-words.
8721 Also, if there are option-like elements in the parsed args,
8722 take the host to be the first arg immediately following them.
8723 Suggested by Michael Mauger.
8725 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8727 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8729 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8731 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8732 (cc-mode-cpp-program): Rename to cc-define-list-program and
8735 * progmodes/cc-vars.el (cc-define-list-program):
8736 Change to "gcc -E -dM -". Make customizable.
8738 2005-05-02 Kim F. Storm <storm@cua.dk>
8740 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8742 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8744 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8746 * international/mule-util.el (truncate-string): Remove alias and
8747 obsolete declaration.
8749 * international/mule-cmds.el (update-iso-coding-systems):
8750 Remove alias and obsolete declaration.
8752 * international/mule.el (coding-system-parent): Remove alias and
8753 obsolete declaration.
8755 * subr.el (define-function, sref): Remove aliases and obsolete
8757 (chars-in-region): Remove obsolete declaration.
8759 2005-05-01 Richard M. Stallman <rms@gnu.org>
8761 * info.el (Info-mode): Set widen-automatically to nil, locally.
8763 * simple.el (widen-automatically): New variable.
8764 (pop-global-mark): Obey widen-automatically.
8766 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8768 * term/xterm.el (function-key-map): Call substitute-key-definition
8769 before the keymap size is increased by a lot of define-key calls.
8771 2005-05-01 Richard M. Stallman <rms@gnu.org>
8773 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8774 Rename ARG to ELEMENT. Doc fix.
8776 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8778 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8779 Remove references to allout-exposure/change to allout-new-exposure.
8781 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8784 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8785 (compiled-function-p, focus-frame, unfocus-frame):
8786 Remove aliases and obsolete declarations.
8787 Back out inadvertent changes from previous commit.
8789 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8791 * files.el (require-final-newline): Make Custom tags consistent
8792 with mode-require-final-newline.
8793 (mode-require-final-newline): Doc fix.
8795 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8797 * international/latexenc.el (latexenc-find-file-coding-system):
8798 Fix regular expressions.
8800 2005-05-01 David Kastrup <dak@gnu.org>
8802 * international/latexenc.el (latexenc-find-file-coding-system):
8803 Fix regular expressions.
8805 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8807 * subr.el (string-to-int): Make obsolete.
8809 2005-04-30 Richard M. Stallman <rms@gnu.org>
8811 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8813 * loadup.el: load jka-comp-hook.
8815 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8816 (jka-compr-handler): Add autoload. `put' calls moved
8817 to jka-comp-hook.el.
8818 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8819 (jka-compr-inhibit): Autoload.
8821 * jka-comp-hook.el: New file.
8822 Enable the mode by default.
8824 * files.el (backup-buffer-copy): Use copy-file instead
8825 of write-region, and put back the 'excl.
8827 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8829 * progmodes/flymake.el (flymake-split-string)
8830 (flymake-split-string, flymake-log, flymake-pid-to-names)
8831 (flymake-reg-names, flymake-get-source-buffer-name)
8832 (flymake-unreg-names, flymake-add-line-err-info)
8833 (flymake-add-err-info): Clarify docstrings.
8834 (flymake-popup-menu, flymake-make-emacs-menu)
8835 (flymake-make-xemacs-menu): Add docstrings.
8836 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8837 Set variables directly throughout.
8839 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8841 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8842 exists. Initialize cc-define-alist.
8843 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8844 If there is no file (Macroexpansion) don't create an alist.
8846 2005-04-29 Sam Steingold <sds@gnu.org>
8848 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8849 (cc-create-define-alist): Use it instead of the hard-coded string.
8851 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8853 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8856 2005-04-29 Lute Kamstra <lute@gnu.org>
8858 * emacs-lisp/generic.el: Improve commentary section.
8859 (define-generic-mode): Improve docstring.
8861 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8863 * textmodes/org.el (many places): Change to quiet the byte compiler.
8864 (org-prefix-format-compiled): New variable.
8865 (org-compile-prefix-format): New function.
8866 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8867 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8868 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8869 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8870 consistency with entries from `org-mode' files.
8871 (org-get-time-of-day): Fix bug with partial matches early in a line.
8872 (org-non-link-chars): New constant.
8873 (org-link-regexp): Respect `org-non-link-chars'.
8874 (org-agenda-day-view): Remove command.
8875 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8876 (org-follow-bbdb-link, org-store-link): Search also company field.
8877 (org-highlight-overlay): New variable.
8878 (org-highlight, org-unhighlight): New functions.
8879 (org-agenda-mode): Add pre-command-hook to remove highlight.
8880 (org-evaluate-time-range): Behavior depends upon whether time stamp
8881 contains a time or not.
8882 (org-show-subtree, org-show-entry): New functions.
8883 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8885 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8887 * comint.el (comint-output-filter-functions): Add autoload cookie.
8889 2005-04-28 Kim F. Storm <storm@cua.dk>
8891 * ido.el (ido-everywhere): Fix last change.
8893 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
8895 * international/latexenc.el: New file.
8896 * international/mule-conf.el (file-coding-system-alist): For .tex,
8897 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8899 2005-04-28 Lute Kamstra <lute@gnu.org>
8901 * font-lock.el (font-lock-add-keywords)
8902 (font-lock-remove-keywords): Clarify docstring.
8903 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8904 Don't start docstrings with a `*'.
8905 (font-lock-update-removed-keyword-alist): Give it a docstring.
8907 * generic-x.el: Update commentary section.
8908 Only require font-lock when compiling.
8909 Define all modes conditionally.
8910 Place all generic modes in the generic-x-modes customization group.
8911 (generic-x-modes): New customization group.
8912 (generic-default-modes, generic-mswindows-modes)
8913 (generic-unix-modes, generic-other-modes): New constants.
8914 (generic-define-mswindows-modes, generic-define-unix-modes):
8915 Update docstrings. Make them obsolete.
8916 (generic-extras-enable-list): New default value. Update docstring.
8917 Improve :type. Change :set function.
8918 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8921 * emacs-lisp/generic.el (generic-mode-internal):
8922 Simplify font-lock-defaults.
8923 (define-generic-mode): Fix docstring.
8925 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8927 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8928 font-lock-face property to highlight matches.
8930 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8932 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8933 (cc-define-alist): New variable.
8934 (c-mode): Make it local and initialize it.
8936 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8937 (gdb-exited): New function.
8938 (gdb-annotation-rules): Use it.
8939 (gdb-starting): Set gdb-active-process to t.
8940 (gdb-stopping): Amend doc string.
8941 (gdb-reset): Set gdb-active-process to nil.
8943 * tooltip.el (tooltip-gud-tips): Show the associated #define
8944 directives when a C program under GDB is not executing.
8946 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8948 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8949 font-lock-fontify-syntactic-keywords.
8951 * font-lock.el (font-lock-default-fontify-region): Don't force
8952 parse-sexp-lookup-properties to nil.
8954 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8956 * man.el (man-mode-syntax-table): Set up `:' to have
8957 word-constituent syntax.
8959 2005-04-27 Lute Kamstra <lute@gnu.org>
8961 * novice.el (disable-command): Don't add spurious newlines to the
8962 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8964 2005-04-26 Jay Belanger <belanger@truman.edu>
8966 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8967 than one window before deleting window.
8969 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8971 * shell.el (shell-prompt-pattern): Doc fix.
8972 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8974 * comint.el (comint-prompt-regexp, comint-get-old-input)
8975 (comint-use-prompt-regexp)
8976 (comint-use-prompt-regexp-instead-of-fields)
8977 (comint-replace-by-expanded-history, comint-send-input)
8978 (comint-output-filter, comint-get-old-input-default)
8979 (comint-line-beginning-position, comint-bol, comint-show-output)
8980 (comint-backward-matching-input, comint-forward-matching-input)
8981 (comint-next-prompt, comint-previous-prompt):
8982 Rename `comint-use-prompt-regexp-instead-of-fields' to
8983 `comint-use-prompt-regexp'. Keep old name as alias and declare
8985 (comint-use-prompt-regexp): Shorten first line of doc string.
8987 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8988 Set paragraph-separate buffer locally to "\\'".
8990 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8991 Adapt to above name change.
8993 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8994 (smbclient-prompt-regexp): Ditto.
8996 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8998 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9000 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9002 Break lines that are over 80 characters wide.
9004 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9006 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9007 New fun and var, to preserve compatibility.
9009 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9011 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9013 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9014 name to file-newer-than-file-p.
9016 2005-04-26 Richard M. Stallman <rms@gnu.org>
9018 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9020 * progmodes/python.el (python-mode):
9021 Use new name eldoc-documentation-function.
9023 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9025 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9026 (eldoc-documentation-function):
9027 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9029 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9031 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9033 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9035 * term/xterm.el (function-key-map): Fix strings for
9036 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9037 {C,S,A,C-S}-{f1-f12}.
9039 2005-04-26 Kenichi Handa <handa@m17n.org>
9041 * international/mule-cmds.el (select-safe-coding-system):
9042 Fix previous change.
9044 2005-04-26 Lute Kamstra <lute@gnu.org>
9046 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9048 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9049 (font-lock-comment-delimiter-face): Ditto.
9051 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9053 2005-04-25 Jay Belanger <belanger@truman.edu>
9055 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9056 to t while inserting information; use help-mode.
9058 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9060 * term.el (ansi-term-color-vector): Use the xterm colors.
9061 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9063 2005-04-25 Lute Kamstra <lute@gnu.org>
9065 * font-core.el (font-lock-defaults): Fix docstring.
9067 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9069 2005-04-25 Kenichi Handa <handa@m17n.org>
9071 * international/mule-cmds.el (select-safe-coding-system):
9072 Don't check consistency with coding: spec, etc if raw-text or
9073 no-conversion was found to be safe.
9075 2005-04-24 Richard M. Stallman <rms@gnu.org>
9077 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9078 citation markers at start of each line.
9080 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9081 citation markers at start of each line.
9083 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9085 * files.el (mode-require-final-newline): Fix previous change.
9086 (require-final-newline): Fix type label.
9088 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9090 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9091 statement in buffer (broken by 2004-11-24 change).
9093 2005-04-24 Kim F. Storm <storm@cua.dk>
9095 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9096 and read-file-name-function values. Don't overwrite existing
9097 non-nil values if ido-mode is enabled without ido-everywhere.
9099 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9101 * files.el (mode-require-final-newline): Minor doc fix.
9103 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9105 * subr.el (syntax-after): Doc fix.
9106 (syntax-class): If argument is nil, return nil. Mask off upper 16
9109 * files.el (mode-require-final-newline): Doc fix.
9110 (backup-buffer-copy): Fix last change.
9112 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9114 * term/mac-win.el: Require select. Set selection-coding-system to
9115 mac-system-coding-system. Call menu-bar-enable-clipboard.
9116 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9117 (x-select-enable-clipboard): New variables.
9118 (x-select-text, x-get-selection, x-selection-value)
9119 (x-get-selection-value, mac-select-convert-to-string)
9120 (mac-services-open-file, mac-services-open-selection)
9121 (mac-services-insert-text): New functions.
9122 (CLIPBOARD, FIND): Put mac-scrap-name property.
9123 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9124 (public.tiff): Put mac-ostype property.
9125 (selection-converter-alist): Add entries for them.
9126 (mac-application-menu-map): New keymap.
9127 (interprogram-cut-function, interprogram-paste-function): Set to
9128 x-select-text and x-get-selection-value, respectively.
9129 (split-window-keep-point): Set to t.
9131 2005-04-23 Richard M. Stallman <rms@gnu.org>
9133 * files.el (read-directory-name): Always pass non-nil
9134 DEFAULT-FILENAME arg to read-file-name.
9135 (backup-buffer-copy, basic-save-buffer-2): Take care against
9136 writing thru an unexpected existing symlink.
9137 (revert-buffer): In indirect buffer, revert the base buffer.
9138 (magic-mode-alist): Doc fix.
9139 (buffer-stale-function): Doc fix.
9140 (minibuffer-with-setup-hook): Avoid warning.
9141 (mode-require-final-newline): Doc and custom fix.
9143 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9145 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9146 use the default appearance.
9147 (font-lock-comment-delimiter-face): New face, new variable.
9149 * imenu.el (imenu--generic-function): The official position of a
9150 definition is the start of the line that BEG is in.
9152 * midnight.el (midnight-timer): Move defvar up.
9154 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9156 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9158 * startup.el (command-line): Use with-no-warnings.
9160 * window.el (window-size-fixed): New defvar.
9162 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9164 * mail/rmail.el (rmail-font-lock-keywords):
9165 Use font-lock-comment-delimiter-face.
9167 * mail/sendmail.el (mail-font-lock-keywords):
9168 Use font-lock-comment-delimiter-face.
9170 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9172 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9174 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9175 Specify t for LAXMATCH when matching directories.
9176 Save match data around compilation-compat-error-properties form.
9178 2005-04-23 David Kastrup <dak@gnu.org>
9180 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9181 Mention that the autoloaded aliases should be kept for AUCTeX.
9183 2005-04-23 Andreas Schwab <schwab@suse.de>
9185 * isearch.el (isearch-forward): Doc fix.
9187 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9189 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9190 (jit-lock-stealth-nice): Change default value to 0.5.
9192 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9194 * abbrev.el (write-abbrev-file): Write table entries in
9195 alphabetical order by table name.
9197 2005-04-22 Kim F. Storm <storm@cua.dk>
9199 * ido.el (ido-read-internal): Fix `list' completion.
9201 2005-04-22 Kenichi Handa <handa@m17n.org>
9203 * recentf.el (recentf-save-file-coding-system): New variable.
9204 (recentf-save-list): Encode the file by
9205 recentf-save-file-coding-system and add coding: tag.
9207 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9209 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9211 2005-04-21 Lute Kamstra <lute@gnu.org>
9213 * loadhist.el (unload-feature): Don't remove a function from hooks
9214 if it is about to be restored to an autoload . Remove functions
9215 that will become unbound from auto-mode-alist. Simplify the code.
9217 * subr.el (assq-delete-all): New implementation that is linear,
9218 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9219 (rassq-delete-all): New function.
9221 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9222 Add size-indication-mode.
9224 2005-04-21 Kenichi Handa <handa@m17n.org>
9226 * international/mule-cmds.el: Add autoload for widget-value in
9229 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9231 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9234 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9236 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9238 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9239 (inferior-lisp-filter-regexp, inferior-lisp-program)
9240 (inferior-lisp-load-command, inferior-lisp-prompt)
9241 (inferior-lisp-mode-hook, lisp-source-modes)
9242 (inferior-lisp-load-hook): defvar->defcustom.
9243 (inferior-lisp-program, inferior-lisp-prompt)
9244 (inferior-lisp-load-hook): Doc fixes.
9245 (inferior-lisp-install-letter-bindings): Small change in
9246 introductory comment.
9248 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9250 * vc.el (vc-annotate-color-map): Change some colors so that text
9251 using them as foreground is readable on both white and black
9254 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9256 * international/mule-conf.el (translation-table-for-input):
9257 Remove redundant declaration.
9259 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9261 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9263 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9264 (tooltip-toggle-gud-tips): New function.
9266 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9268 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9269 right angle brackets.
9271 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9273 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9275 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9277 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9278 Remove. Update callers to use expand-file-name instead.
9280 * subr.el (syntax-class): New function.
9282 * simple.el (blink-matching-open): Use it.
9284 * paren.el (show-paren-function): Use it to recognize parens that are
9285 also used in 2-char comment markers.
9287 2005-04-19 Lute Kamstra <lute@gnu.org>
9289 * loadhist.el (unload-feature): Update for new format of
9290 load-history. Simplify the code.
9292 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9294 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9295 (mac-add-charset-info): New function. Initialize variable
9296 mac-charset-info-alist using it.
9297 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9299 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9300 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9301 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9304 2005-04-19 Kim F. Storm <storm@cua.dk>
9306 * simple.el (next-buffer, prev-buffer, next-error)
9307 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9308 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9310 * bindings.el (next-buffer, prev-buffer, next-error)
9311 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9312 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9313 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9314 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9316 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9318 * isearch.el (isearch-edit-string): Make the search-ring available for
9319 minibuffer history commands.
9320 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9321 the default history commands now work just as well.
9322 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9324 2005-04-18 Kim F. Storm <storm@cua.dk>
9326 * emulation/cua-base.el (cua--pre-command-handler): Add more
9327 elaborate check for shift modifier on non-window systems.
9329 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9331 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9333 2005-04-18 Kim F. Storm <storm@cua.dk>
9335 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9336 and make it optional. Don't test tooltip-gud-echo-area here.
9337 (tooltip-gud-process-output, gdb-tooltip-print):
9338 Pass tooltip-gud-echo-area to tooltip-show.
9339 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9341 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9343 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9344 `display-graphic-p' may not be bound yet.
9346 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9348 * startup.el (command-line): No longer enable Xterm Mouse mode by
9349 default in terminals compatible with xterm.
9351 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9353 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9355 * tooltip.el (tooltip-gud-echo-area): Rename from
9356 tooltip-use-echo-area.
9357 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9358 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9359 area independently of where help tooltips are displayed.
9361 2005-04-17 David Kastrup <dak@gnu.org>
9363 * cus-theme.el (custom-theme-write-variables): Quote variables
9366 2005-04-17 Richard M. Stallman <rms@gnu.org>
9368 * simple.el (yank-excluded-properties): Add follow-link to value.
9370 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9372 * startup.el (fancy-splash-max-time): Just 30 seconds.
9373 (fancy-splash-delay): Just 7.
9374 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9376 * loadhist.el (unload-feature): Update for new format of load-history.
9379 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9380 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9382 * mail/sendmail.el (mail-font-lock-keywords):
9383 Don't fontify subject text.
9384 Don't fontify the text of a citation.
9386 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9388 * comint.el (comint-output-filter): Run comint-output-filter-functions
9389 with point where the user had it.
9391 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9393 * international/ucs-tables.el (ucs-set-table-for-input):
9394 Disable when using unify-on-decoding.
9396 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9398 * emulation/cua-base.el (cua-global-mark-face): Add special case
9399 for displays supporting a high number of colors.
9401 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9403 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9405 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9407 * filesets.el (filesets-add-buffer): If user supplies a name of a
9408 non-existing fileset, create a new fileset.
9410 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9412 * textmodes/org.el (org-up-heading-all): Fix bug with
9413 `outline-up-heading-all'.
9415 2005-04-16 Andreas Schwab <schwab@suse.de>
9417 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9418 /etc/permissions.d/* and /etc/aliases.d/*.
9420 2005-04-16 Kenichi Handa <handa@m17n.org>
9422 * international/code-pages.el (cp-make-coding-system):
9423 Set `translation-table-for-input' property value to the symbol
9424 ucs-mule-to-mule-unicode, not to that value.
9425 (pt154): Escape guillemet by `\'.
9427 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9429 * loadup.el: Load tooltip if x-show-tip is fboundp.
9431 * startup.el (command-line): Add comment.
9433 * tooltip.el (tooltip-mode): Specify correct standard value for
9434 Custom in init-value.
9436 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9438 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9441 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9443 * textmodes/org.el (org-agenda-date-prompt): Rename from
9444 `org-agenda-date-today'.
9445 (org-evaluate-time-range): Insert at point instead of directly
9447 (org-first-headline-recenter, org-subtree-end-visible-p)
9448 (org-optimize-window-after-visibility-change): New functions
9449 (org-agenda-post-command-hook): Don't allow point at end of line,
9450 to make sure it always hits the text properties.
9451 (org-agenda-next-date-line, org-agenda-previous-date-line):
9453 (org-set-regexps-and-options): Category may contain white space.
9454 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9455 Improve marker positions.
9456 (org-agenda-new-marker): Argument POS made optional.
9457 (org-agenda-get-timestamps): Deadlines which are done are listed
9458 in org-done-face now.
9459 (org-agenda-get-todos, org-agenda-get-timestamps)
9460 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9461 Set `undone-face' and `done-face' properties.
9462 (org-last-todo-state-is-todo): New variable.
9463 (org-todo): Set `org-last-todo-state-is-todo'.
9464 (org-agenda-todo): Change face according to
9465 `org-last-todo-state-is-todo'. And change other lines referring to
9467 (org-calendar-goto-agenda): New command.
9468 (org-calendar-to-agenda-key): New option.
9469 (org-startup-folded): New allowed value `content'.
9470 (org-set-regexps-and-options): Accept new value `content' for
9471 `org-startup-folded'.
9472 (org-get-current-options): Handle new value `content' for
9473 `org-startup-folded'.
9474 (org-insert-todo-heading): New command.
9475 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9476 interactively in empty file and option
9477 `org-insert-mode-line-in-empty-file' has been set.
9478 (org-agenda-todo,org-agenda-priority): Modify to use
9479 `org-agenda-change-all-lines'.
9480 (org-warning-face): Change color on dark background
9482 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9484 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9485 use preferences AppleLocale and AppleLanguages, and variable
9486 mac-system-locale for default locale. On Mac OS Classic, use
9487 mac-system-coding-system for default coding systems.
9489 * term/mac-win.el: Don't set file-name-coding-system.
9490 Decode variables system-name, emacs-build-system, user-login-name, and
9491 user-full-name by mac-system-coding-system on Mac OS Classic.
9492 (mac-system-coding-system): New variable.
9494 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9496 * startup.el (command-line): Handle `xterm-mouse-mode' before
9499 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9501 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9503 * progmodes/sh-script.el (sh-here-document-word): Make it a
9505 (sh-add): Bash uses $(( )) for arithmetic.
9506 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9507 (sh-maybe-here-document): Remove quotes and leading whitespace
9508 from heredoc word when closing. Indent heredoc with tabs if word
9511 2005-04-13 Richard M. Stallman <rms@gnu.org>
9513 * simple.el (undo): Fix previous change.
9515 * custom.el (defface): Doc fix.
9517 2005-04-13 Lute Kamstra <lute@gnu.org>
9519 * Makefile.in (DONTCOMPILE): Remove list.
9520 (compile, compile-always): Don't use DONTCOMPILE.
9521 (update-authors): Load the library in which batch-update-authors
9523 * makefile.w32-in (DONTCOMPILE): Remove list.
9524 (compile, compile-always): Fix comments.
9525 (update-authors): Load the library in which batch-update-authors
9528 * generic-x.el (generic-mode-ini-file-find-file-hook):
9529 Rename to ini-generic-mode-find-file-hook.
9530 Keep generic-mode-ini-file-find-file-hook as an alias.
9531 (ini-generic-mode-find-file-hook): Rename from
9532 generic-mode-ini-file-find-file-hook. Fix docstring.
9533 (ini-generic-mode): Docstring change.
9534 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9536 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9539 * generic.el: Move to the emacs-lisp subdir.
9541 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9543 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9544 and C-S- function and cursor motion keys.
9546 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9548 * startup.el (command-line): Enable Xterm Mouse mode by default.
9549 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9550 for Custom. No longer show "Mouse" in mode line when enabled.
9553 2005-04-12 Kim F. Storm <storm@cua.dk>
9555 * emulation/cua-base.el (cua-rectangle-face)
9556 (cua-rectangle-noselect-face): Define face attributes here.
9558 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9560 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9562 * startup.el (command-line): Turn off blinking cursor if
9563 cursorBlink in resources is off or false.
9565 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9567 * term/mac-win.el (dnd): Require dnd.
9568 (mac-drag-n-drop): Call dnd-handle-one-url.
9569 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9570 (kTextEncodingISOLatin2): Remove constants.
9571 (mac-script-code-coding-systems): New constant.
9572 (mac-handle-language-change): New function.
9573 (special-event-map): Bind it to `language-change' event.
9574 (mac-centraleurroman, mac-cyrillic): New coding systems.
9575 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9576 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9577 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9578 encode-mac-cyrillic, respectively.
9580 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9582 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9583 Don't set overlay-arrow-string to "=>" as this is done
9586 2005-04-12 Lute Kamstra <lute@gnu.org>
9588 * generic-x.el (rc-generic-mode, rul-generic-mode):
9589 Fix auto-mode-alist entries.
9590 (etc-fstab-generic-mode): Tweak fontification.
9592 * generic.el (generic-make-keywords-list): Fix docstring.
9593 (generic-mode-internal): Simplify generic-font-lock-keywords.
9595 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9597 * whitespace.el (whitespace-buffer-leading)
9598 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9599 However, fix the highlight area for the leading and
9600 trailing whitespaces to show space.
9602 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9604 * whitespace.el (whitespace-version): Bump to 3.5
9606 (whitespace-buffer-leading, whitespace-buffer-trailing):
9607 Invert sense of the test to highlight the whitespace.
9609 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9611 * progmodes/gud.el (gud-display-line): GUD uses its own
9612 overlay arrow now so don't set overlay-arrow-string.
9613 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9615 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9617 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9618 (term-ansi-current-reverse, term-ansi-current-invisible)
9619 (term-ansi-face-already-done): Change to boolean.
9620 (term-reset-terminal, term-handle-colors-array): Handle the above
9622 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9623 (term-emulate-terminal): Use the new name.
9625 * faces.el (secondary-selection): Use yellow1, not yellow.
9626 (trailing-whitespace): Use red1, not red.
9628 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9630 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9631 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9632 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9634 * cus-edit.el (dnd): New group.
9636 * term/w32-win.el (dnd): Require dnd
9637 (w32-drag-n-drop): Call dnd-handle-one-url.
9639 * x-dnd.el: Require dnd.
9640 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9641 Call dnd-handle-one-url.
9642 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9643 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9645 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9646 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9647 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9648 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9650 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9652 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9654 * wdired.el: Doc fixes.
9655 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9656 (wdired-use-dired-vertical-movement): Rename from
9657 wdired-always-move-to-filename-beginning.
9658 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9659 (wdired-change-to-wdired-mode): Change mode name.
9660 (wdired-newline): Delete.
9662 2005-04-11 Richard M. Stallman <rms@gnu.org>
9664 * whitespace.el (whitespace-highlight-the-space):
9665 Don't call whitespace-unhighlight-the-space here.
9667 * simple.el (undo): Record t in undo-equiv-table
9668 for the redo record made by an undo-in-region.
9670 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9672 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9673 (gdb-frame-inferior-io-buffer): New Functions to control
9674 display of separate IO buffer.
9675 (menu): Add them to menu-bar.
9676 (gdb-display-buffer): Check for buffer another frame.
9678 (gdb-setup-windows): Create IO buffer if not already there.
9679 (gdb-memory-mode): Remove purecopy noops.
9681 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9683 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9684 and pass to self-insert-command.
9686 2005-04-11 Lute Kamstra <lute@gnu.org>
9688 * generic.el: Commentary section cleanup.
9690 (generic-use-find-file-hook, generic-lines-to-scan)
9691 (generic-find-file-regexp, generic-ignore-files-regexp)
9692 (default-generic-mode, generic-mode-find-file-hook)
9693 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9694 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9695 (generic-use-find-file-hook, generic-lines-to-scan)
9696 (generic-find-file-regexp, generic-ignore-files-regexp)
9697 (default-generic-mode, generic-mode-find-file-hook)
9698 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9700 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9702 * bookmark.el (bookmark-write-file): Catch errors writing file.
9703 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9705 2005-04-10 Richard M. Stallman <rms@gnu.org>
9707 * startup.el (fancy-splash-tail): Update copyright year.
9708 (command-line): Split part of -Q into -D.
9709 (emacs-basic-display): New defvar.
9710 (fancy-splash-text): Correct name of menu item.
9712 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9714 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9717 * comint.el (comint-send-input): New arg ARTIFICIAL.
9718 Callers in this file changed.
9720 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9722 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9724 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9726 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9727 `ldap-search-internal'.
9729 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9731 * files.el (set-auto-mode-1): Use line-end-position.
9733 * international/latin-1.el:
9734 * international/latin-2.el:
9735 * international/latin-3.el:
9736 * international/latin-4.el:
9737 * international/latin-5.el:
9738 * international/latin-8.el:
9739 * international/latin-9.el: Give punctuation syntax to NBSP.
9741 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9742 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9743 Use char-classes to accept non-ascii letters, accepted in some recent
9744 bibtex implementations.
9746 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9748 * custom.el (custom-set-minor-mode): Any non-nil value for the
9749 variable should enable the mode when set through Custom.
9751 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9753 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9754 TAB binding so tab-always-indent is obeyed.
9755 (vhdl-minibuffer-local-map): Move initialization into declaration.
9756 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9757 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9758 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9759 (vhdl-current-line): Use line-beginning-position.
9760 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9761 with-output-to-temp-buffer, so the current position can be recorded.
9763 2005-04-10 Masatake YAMATO <jet@gyve.org>
9765 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9766 Add regexp for gcov.
9768 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9770 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9771 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9772 syntax which Emacs 20 doesn't support.
9774 2005-04-09 Richard M. Stallman <rms@gnu.org>
9776 * help.el (describe-key-briefly, describe-key):
9777 Replace strings as event types with "(any string)".
9779 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9781 * arc-mode.el (archive-mode-map): Move initialization into
9782 the declaration. Override *all* bindings of `undo'.
9783 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9785 2005-04-09 Jay Belanger <belanger@truman.edu>
9787 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9789 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9791 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9792 (xterm-register-default-colors): Update color values computation
9795 2005-04-09 Kenichi Handa <handa@m17n.org>
9797 * international/code-pages.el (iso-latin-7): Fix the map.
9799 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9801 * emacs-lisp/lisp.el (defun-prompt-regexp)
9802 (parens-require-spaces, buffer-end, end-of-defun)
9803 (insert-parentheses): Doc fixes.
9805 2005-04-08 Kim F. Storm <storm@cua.dk>
9807 * comint.el (comint-highlight-prompt): Fix face spec.
9808 * hi-lock.el (hi-green): Likewise.
9810 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9812 * cus-edit.el (custom-modified-face):
9813 * comint.el (comint-highlight-input): Fix previous changes.
9814 * term.el (term-handle-ansi-escape): Add a comment.
9816 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9818 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9819 in the buffer and in whitespace-highlighted-space.
9820 (whitespace-unhighlight-the-space): Simplify.
9821 (whitespace-buffer): Simplify.
9823 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9825 * textmodes/table.el (table-cell-face): Add special case for
9826 displays supporting a high number of colors.
9827 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9828 (vhdl-font-lock-reserved-words-face)
9829 (vhdl-speedbar-architecture-face)
9830 (vhdl-speedbar-instantiation-face)
9831 (vhdl-speedbar-architecture-selected-face)
9832 (vhdl-speedbar-instantiation-selected-face): Likewise.
9833 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9834 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9835 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9836 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9837 (ebrowse-progress-face): Likewise.
9838 * progmodes/compile.el (compilation-info-face): Likewise.
9839 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9840 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9841 * calendar/calendar.el (diary-face): Likewise.
9842 * woman.el (woman-italic-face, woman-bold-face)
9843 (woman-unknown-face): Likewise.
9844 * wid-edit.el (widget-button-pressed-face): Likewise.
9845 * whitespace.el (whitespace-highlight-face): Likewise.
9846 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9847 * pcvs-info.el (cvs-marked-face): Likewise.
9848 * info.el (info-xref): Likewise.
9849 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9850 * hilit-chg.el (highlight-changes-face)
9851 (highlight-changes-delete-face): Likewise.
9852 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9853 (hi-red-b): Likewise.
9854 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9855 * font-lock.el (font-lock-keyword-face)
9856 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9857 * cus-edit.el (custom-invalid-face, custom-modified-face)
9858 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9859 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9860 * comint.el (comint-highlight-prompt): Likewise.
9862 2005-04-08 Lute Kamstra <lute@gnu.org>
9864 * font-lock.el (font-lock-keywords): Docstring fixes.
9866 2005-04-08 Kenichi Handa <handa@m17n.org>
9868 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9869 chars are more than a limit, print " and more..." at the tail.
9871 2005-04-08 Kim F. Storm <storm@cua.dk>
9873 * emacs-lisp/authors.el (authors-aliases): Update list.
9874 (authors-ignored-files): New list.
9875 (authors-fixed-entries): Fix typo.
9876 (authors-renamed-files-alist): Update list.
9877 (authors-add): Check authors-ignored-files.
9879 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9881 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9882 optional, to ensure backward compatibility.
9884 2005-04-08 Stephen Eglen <stephen@gnu.org>
9886 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9888 2005-04-08 Kim F. Storm <storm@cua.dk>
9890 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9892 * mouse.el (mouse-on-link-p): Doc fix.
9894 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9896 * ielm.el (ielm-prompt-read-only): Doc fix.
9898 * comint.el (comint-prompt-read-only): Doc fix.
9900 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9902 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9903 ensure dired always handles wildcards passed to ffap.
9904 (find-file-at-point): Use it.
9905 (ffap-dired-wildcards): Doc fix.
9907 2005-04-07 Juri Linkov <juri@jurta.org>
9909 * simple.el (next-error-overlay-arrow-position): New defvar.
9910 Put "=>" on its property `overlay-arrow-string'. Add it to
9911 `overlay-arrow-variable-list'.
9913 * progmodes/compile.el (compilation-setup):
9914 Set `next-error-overlay-arrow-position' to nil. Also set it to
9915 nil in the local hook `kill-buffer-hook'. Make local variable
9916 `overlay-arrow-string' and set it to "=>".
9917 (compilation-goto-locus): Set BOL position to
9918 `next-error-overlay-arrow-position' instead of
9919 `overlay-arrow-position'.
9921 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9922 locally instead of adding it to the global hook.
9923 (Info-kill-buffer): Move up.
9925 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9927 * term/xterm.el (xterm-standard-colors): Update color values from
9930 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9932 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9935 * lazy-lock.el: Move them to the obsolete subdir.
9937 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9939 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9940 (wdired-add-replace-advice): Remove.
9941 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9943 2005-04-06 Kim F. Storm <storm@cua.dk>
9945 * startup.el (command-line): Add --bare-bones alias for -Q.
9947 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9949 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9950 create the startup fontset if a font specification ends with
9953 2005-04-06 Lute Kamstra <lute@gnu.org>
9955 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9958 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9959 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9961 2005-04-05 Lute Kamstra <lute@gnu.org>
9963 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9964 (define-generic-mode): Ditto. Fix debug declaration.
9966 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9967 Put them in the generic-x group.
9969 * calendar/timeclock.el (timeclock): Doc fix.
9971 * generic.el (define-generic-mode): Don't use custom-current-group.
9972 Document default :group value.
9973 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9974 (define-global-minor-mode): Don't use custom-current-group.
9976 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9978 * startup.el (command-line-1): Display startup-echo-area-message
9979 when fancy splash screen is in use.
9981 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9982 (sh-escaped-newline): New face.
9983 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9984 newline, and use sh-escaped-newline face.
9986 * progmodes/tcl.el (tcl-escaped-newline): New face.
9987 (tcl-builtin-list): New variable.
9988 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9989 newlines. Fix keywords subexpression number.
9991 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9993 * textmodes/org.el (org-diary-default-entry): Fix call to
9994 `add-to-diary-entry'.
9996 2005-04-05 Kim F. Storm <storm@cua.dk>
9998 * ediff-init.el: Use (featurep 'xemacs).
10000 2005-04-05 David Ponce <david@dponce.com>
10002 * cus-edit.el (face): Derive from symbol widget. Display sample
10003 of the current face on the fly.
10004 (widget-face-sample-face-get, widget-face-notify): New functions.
10005 (widget-face-value-create): Remove.
10007 * wid-edit.el (widget-field-end): Temporarily remove field
10008 narrowing before to call `get-char-property'.
10010 2005-04-04 Jay Belanger <belanger@truman.edu>
10012 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10013 (math-read-subscripts): New variable.
10014 (math-read-preprocess-string): Process subscripts.
10016 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10018 * comint.el (comint-prompt-read-only): Doc fix.
10020 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10023 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10025 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10026 Change default value to nil.
10028 2005-04-04 Lute Kamstra <lute@gnu.org>
10030 * autorevert.el (auto-revert-mode): Specify :group.
10031 * battery.el (display-battery-mode): Specify :group.
10032 * diff-mode.el (diff-minor-mode): Specify :group.
10033 * font-core.el (font-lock-mode): Specify :group.
10034 * hl-line.el (hl-line-mode): Specify :group.
10035 * iimage.el (iimage): New customization group.
10036 (iimage-mode): Specify :group.
10037 * longlines.el (longlines-mode): Specify :group.
10038 * master.el: Don't require easy-mmode.
10039 (master): New customization group.
10040 (master-mode): Specify :group.
10041 * msb.el (msb-mode): Specify :group.
10042 * reveal.el (reveal-mode): Specify :group.
10043 * simple.el (next-error-follow-minor-mode): Specify :group.
10044 * smerge-mode.el (smerge-mode): Specify :group.
10045 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10046 * emulation/cua-base.el (cua-mode): Specify :group.
10047 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10048 * language/thai-util.el (thai-auto-composition-mode)
10049 (thai-word-mode): Specify :group.
10050 * mail/supercite.el (sc-minor-mode): Specify :group.
10051 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10052 * progmodes/flymake.el (flymake-mode): Specify :group.
10053 * progmodes/glasses.el (glasses-mode): Specify :group.
10054 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10055 * textmodes/enriched.el (enriched-mode): Specify :group.
10056 * textmodes/refill.el (refill-mode): Specify :group.
10058 * add-log.el (change-log-font-lock-keywords): Names in
10059 parenthesized lists can contain spaces.
10061 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10063 * startup.el (fancy-splash-text): Shorten default text of
10064 "Emacs Tutorial" line. Also, if the current language env
10065 indicates an available tutorial file other than TUTORIAL,
10066 extract its title and append it to the line in parentheses.
10067 (fancy-splash-insert): If arg is a thunk, funcall it.
10069 2005-04-04 Jay Belanger <belanger@truman.edu>
10071 * calc.el (calc-language-alist): Add tags to customization type.
10073 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10075 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10078 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10080 * add-log.el (change-log-font-lock-keywords): The manual
10081 describing a Change Log entry, says: (...) "Aside from these
10082 header lines, every line in the change log starts with a space or
10083 a tab.". The font-lock was not highlighting lines started with
10084 spaces, added support for it.
10086 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10088 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10089 (bibtex-generate-url-list): Update docstring accordingly. Put the
10090 complex example in the docstring.
10091 (bibtex-font-lock-url): Use pop.
10093 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10095 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10097 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10099 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10101 * filesets.el (filesets-set-default): Doc fix.
10103 2005-04-03 Lute Kamstra <lute@gnu.org>
10105 * generic.el (define-generic-mode): Add argument to specify
10106 keywords for defcustom.
10107 (default-generic-mode): Specify :group.
10109 * generic-x.el: Specify :group for all generic modes.
10111 * desktop.el (desktop-no-desktop-file-hook)
10112 (desktop-after-read-hook): Doc fix.
10114 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10116 * simple.el (visible-mode): Use explicit :group keyword.
10117 This changes the group of `visible-mode-hook' from paren-blinking
10120 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10122 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10123 mailbox specifications as well as URLs.
10124 (rmail-insert-inbox-text): Remove unused conditional branches.
10126 2005-04-01 Jay Belanger <belanger@truman.edu>
10128 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10129 (calc-gnuplot-print-command): Move definitions to calc.el.
10131 * calc/calc-embed.el (calc-embedded-announce-formula)
10132 (calc-embedded-open-formula, calc-embedded-close-formula)
10133 (calc-embedded-open-word, calc-embedded-close-word)
10134 (calc-embedded-open-plain, calc-embedded-close-plain)
10135 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10136 (calc-embedded-open-mode, calc-embedded-close-mode):
10137 Move definitions to calc.el.
10139 * calc/calc.el (calc-settings-file, calc-language-alist):
10141 (calc-embedded-announce-formula, calc-embedded-open-formula)
10142 (calc-embedded-close-formula, calc-embedded-open-word)
10143 (calc-embedded-close-word, calc-embedded-open-plain)
10144 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10145 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10146 (calc-embedded-close-mode, calc-gnuplot-name)
10147 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10148 from other files and make customizable.
10150 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10152 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10154 (cvs-mode-run): Don't call cvs-update-header here.
10155 (cvs-run-process): Call cvs-update-header.
10156 Use process properties for cvs-postprocess and cvs-buffer so that
10157 the sentinel can behave better if the temp buffer is killed.
10158 Use a pipe rather than a tty, to better handle unexpected prompts.
10159 (cvs-sentinel): Rewrite. Call cvs-update-header.
10161 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10163 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10164 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10166 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10168 * generic.el (define-generic-mode): Add indentation rule.
10170 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10172 * files.el (mode-require-final-newline): Make Custom correctly
10173 report a nil value and allow to set it to nil via Custom.
10176 2005-04-01 Kenichi Handa <handa@m17n.org>
10178 * international/characters.el: Enable the correct case setting for
10179 dotless-i and dotted-I.
10181 2005-04-01 Kim F. Storm <storm@cua.dk>
10183 * ido.el (ido-file-internal): Fall back to non-ido command if
10184 initial directory is on slow ftp (or tramp) host.
10186 2005-03-31 Richard M. Stallman <rms@gnu.org>
10188 * emacs-lisp/autoload.el (make-autoload):
10189 Handle define-global-minor-mode.
10191 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10192 Rename from easy-mmode-define-global-mode.
10193 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10195 * progmodes/scheme.el (scheme-mode-syntax-table):
10196 Update syntax of | and # for two-character comment syntax.
10198 2005-03-31 Lute Kamstra <lute@gnu.org>
10200 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10201 (define-minor-mode): Call custom-current-group at load-time.
10203 * generic.el (define-generic-mode): Add debug declaration.
10204 Add defcustom for the mode hook.
10205 (generic-mode-internal): Use run-mode-hooks.
10207 2005-03-31 Kim F. Storm <storm@cua.dk>
10209 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10210 (mouse-fixup-help-message): New defun called by show_help_echo
10211 to fixup mouse-2 prefix in help messages when applicable.
10213 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10215 2005-03-31 Kenichi Handa <handa@m17n.org>
10217 * language/thai-word.el (thai-find-word-ends): Pay attention to
10218 the case that we reach the end of buffer.
10220 * textmodes/fill.el (fill-text-properties-at): New function.
10221 (fill-newline): Use fill-text-properties-at instead of
10222 text-properties-at.
10224 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10226 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10227 not comint-quote-filename.
10229 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10231 * help-fns.el (help-with-tutorial): Revert last change.
10233 2005-03-31 Kim F. Storm <storm@cua.dk>
10235 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10237 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10239 * calendar/cal-china.el: Update reference to "Calendrical
10240 Calculations" book; there's a new edition.
10241 * calendar/cal-coptic.el: Likewise.
10242 * calendar/cal-french.el: Likewise.
10243 * calendar/cal-hebrew.el: Likewise.
10244 * calendar/cal-islam.el: Likewise.
10245 * calendar/cal-iso.el: Likewise.
10246 * calendar/cal-julian.el: Likewise.
10247 * calendar/cal-mayan.el: Likewise.
10248 * calendar/cal-persia.el: Likewise.
10249 * calendar/calendar.el: Likewise.
10250 * calendar/holidays.el: Likewise.
10251 * calendar/lunar.el: Likewise.
10252 * calendar/solar.el: Likewise.
10254 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10255 white space from doc string.
10257 2005-03-30 Jay Belanger <belanger@truman.edu>
10259 * calc/calc-help.el (calc-full-help): Remove email address.
10261 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10263 * help-fns.el (help-with-tutorial): Delete title line.
10265 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10267 * calendar/cal-x.el (calendar-one-frame-setup)
10268 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10269 rather than 'symbol for set-window-dedicated-p.
10271 * calendar/appt.el (appt-buffer-name): Make it a constant.
10272 (appt-add): Doc fix.
10274 * filesets.el (filesets-menu-path, filesets-menu-before)
10275 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10276 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10277 (filesets-add-submenu): Delete and use add-submenu instead.
10279 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10281 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10282 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10283 (org-diary-default-entry): New function.
10284 (org-get-entries-from-diary): Better parsing of diary entries.
10285 (org-agenda-check-no-diary): New function.
10286 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10287 linking to diary entries.
10288 (org-agenda-execute-calendar-command): New function.
10289 (org-agenda): Improve visible section in window.
10290 Use `org-fit-agenda-window'.
10291 (org-fit-agenda-window): New option.
10292 (org-move-subtree-down): Better handling of empty lines
10294 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10296 (org-fontify-done-headline): New option.
10297 (org-headline-done-face): New face.
10298 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10299 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10300 When current field is non-empty, it is copied to next row.
10301 (org-table-copy-from-above): Fix bug which made it
10302 impossible to copy fields containing only a single non-white character.
10304 2005-03-30 Kim F. Storm <storm@cua.dk>
10306 * kmacro.el (kmacro-end-macro): Isearch may store this command
10307 into the macro -- so ignore it when executing keyboard macro.
10309 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10311 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10313 2005-03-29 Kenichi Handa <handa@m17n.org>
10315 * language/thai.el ("Thai"): Set setup-function and exit-function
10316 for Thai language environment.
10318 * language/thai-util.el: Require thai-word.
10319 (thai-word-mode-map): New variable.
10320 (thai-word-mode): New minor mode.
10321 (setup-thai-language-environment-internal): New function.
10322 (exit-thai-language-environment-internal): New function.
10324 * language/thai-word.el (thai-word-table): Declare it by defvar,
10325 use dolist to initialize it.
10326 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10327 (thai-fill-find-break-point): New functions.
10329 2005-03-29 Richard M. Stallman <rms@gnu.org>
10331 * simple.el (idle-update-delay): Move definition up.
10332 (set-mark): Doc fix.
10334 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10336 * longlines.el: New file.
10338 * simple.el (buffer-substring-filters): New variable.
10339 (filter-buffer-substring): New function.
10340 (kill-region, copy-region-as-kill): Use it.
10342 * register.el (copy-to-register, append-to-register)
10343 (prepend-to-register): Use filter-buffer-substring.
10345 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10347 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10348 (gud-filter-pending-text): Move in front of gdb.
10349 (gud-overlay-arrow-position): New variable.
10350 (gud-sentinel, gud-display-line): Use it in place of
10351 overlay-arrow-position.
10353 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10355 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10356 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10357 (fortran-font-lock-keywords-4): New variable.
10358 (fortran-blocks-re, fortran-end-block-re)
10359 (fortran-start-block-re): New constants, for hideshow.
10360 (hs-special-modes-alist): Add a Fortran entry.
10361 (fortran-mode-map): Bind fortran-end-of-block,
10362 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10363 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10364 (fortran-looking-at-if-then, fortran-end-of-block)
10365 (fortran-beginning-of-block): New functions, for hideshow.
10367 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10368 Doc fix. Tweak regexp.
10369 (f90-beginning-of-block): Push mark first.
10371 2005-03-29 Jay Belanger <belanger@truman.edu>
10373 * calc/calc.el: Update copyright date.
10374 (calc-version): Increase to 2.1.
10375 (calc-version-date): Remove.
10377 * calc/calc-help.el: Update copyright date.
10378 (calc-full-help): Remove reference to calc-version-date.
10379 Update copyright date.
10381 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10383 * vc.el (vc-do-command): Use a pipe for async processes, so password
10384 prompts don't show up at places where the user can't reply.
10386 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10388 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10389 on the file name we pass to the inferior shell.
10391 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10393 * progmodes/which-func.el (which-function): Be robust in the face of an
10394 imenu--make-index-alist failure.
10396 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10398 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10400 * progmodes/python.el (python-preoutput-filter): Fix last change.
10402 2005-03-29 Lute Kamstra <lute@gnu.org>
10404 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10405 functions and compiled macros.
10406 (debug-convert-byte-code): Handle macros too.
10407 (debug-on-entry-1): Don't signal an error when trying to clear a
10408 function that is not set to debug on entry.
10410 2005-03-29 Jay Belanger <belanger@truman.edu>
10412 * calc/calc-lang.el: Add functions to math-function-table
10413 properties of tex and math.
10415 2005-03-29 Kenichi Handa <handa@m17n.org>
10417 * ps-mule.el (ps-mule-plot-string): Translate characters by
10418 ps-print-translation-table.
10419 (ps-mule-begin-job): Call find-charset-region/string with
10420 ps-print-translation-table.
10421 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10423 * ps-print.el (ps-print-translation-table): New variable.
10424 (ps-plot-region): Translate characters by ps-print-translation-table.
10426 2005-03-29 Juri Linkov <juri@jurta.org>
10428 * simple.el (next-error-highlight-timer): New variable.
10430 * progmodes/compile.el (compilation-goto-locus):
10431 Use `next-error-highlight-timer' instead of `sit-for'.
10433 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10435 * mail/supercite.el (sc-mail-field): Use assoc-string.
10436 (sc-get-address): Simplify regexps.
10438 * files.el (minibuffer-with-setup-hook): New macro.
10439 (find-file-read-args): Use it to avoid let-binding
10440 minibuffer-with-setup-hook (which breaks turning on/off
10441 file-name-shadow-mode while in the prompt).
10443 * complete.el (PC-read-include-file-name-internal):
10444 Use test-completion.
10446 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10448 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10450 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10452 * window.el (window-buffer-height): Use count-screen-lines.
10454 * progmodes/python.el (python-preoutput-leftover): New var.
10455 (python-preoutput-filter): Use it.
10456 (python-send-receive): Loop until all the result has been received.
10458 2005-03-28 Juri Linkov <juri@jurta.org>
10460 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10462 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10463 "Recover Crashed Session".
10464 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10465 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10466 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10467 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10468 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10469 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10470 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10471 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10473 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10474 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10475 Ediff Sessions", "Toggle use of separate control buffer frame",
10476 "Use separate frame for Ediff control buffer".
10478 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10479 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10480 "Rename Bookmark", "Delete Bookmark".
10482 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10483 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10484 Add `:active Info-index-alternatives' to "Next Matching Item".
10486 * wdired.el (wdired-change-to-wdired-mode):
10487 Mention `wdired-abort-changes' key in the initial message.
10489 * international/mule.el (auto-coding-alist): Associate non-ascii
10490 image filename extensions with `no-conversion'.
10492 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10494 * international/iso-acc.el:
10495 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10497 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10499 * textmodes/sgml-mode.el (html-mode): Doc update.
10501 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10503 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10505 * term.el (term-move-columns): Fix face after extending a line.
10506 (term-insert-spaces): Likewise.
10507 (term-reset-terminal): Fix off by one error.
10509 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10511 * international/mule.el (auto-coding-alist): Add .xpi files.
10513 * files.el (auto-mode-alist): Add .xpi files.
10515 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10517 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10519 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10521 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10523 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10525 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10526 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10528 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10529 cursor to Jan 1 when needed.
10530 (calendar-end-of-year): Fix -/+ typo.
10531 Reported by Chong Yidong <cyd@stupidchicken.com>.
10533 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10535 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10537 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10538 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10540 2005-03-25 Richard M. Stallman <rms@gnu.org>
10542 * filesets.el (filesets-init): Add autoload.
10544 * mail/mailalias.el (mail-directory): Doc fix.
10546 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10548 * mail/mailalias.el (mail-directory-process): Do nothing if
10549 mail-directory-process is an atom.
10550 (mail-get-names): Ignore mail-directory-names if it is an atom.
10551 (mail-directory-process defvar): Doc fix.
10552 (mail-names): Doc fix.
10554 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10556 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10558 2005-03-26 Kenichi Handa <handa@m17n.org>
10560 * international/mule-util.el (detect-coding-with-priority):
10561 Call update-coding-systems-internal before detect-coding-region.
10563 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10565 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10566 (gdb-frames-mode-map): Add follow-link property.
10568 2005-03-25 Jay Belanger <belanger@truman.edu>
10570 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10573 2005-03-25 Juri Linkov <juri@jurta.org>
10575 * image-mode.el: Optimize image filename extension regexps in
10576 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10577 in `auto-mode-alist'.
10578 (image-mode): Add `image-toggle-display-text' to local hook
10579 `change-major-mode-hook'. Display the image as an image by
10580 default. Set `cursor-type' and `truncate-lines' if the image
10581 is already displayed. Take into account the current mode (image
10582 or text) in message.
10583 (image-minor-mode): New minor mode.
10584 (image-mode-maybe, image-toggle-display-text): New functions.
10585 (image-toggle-display): Use called-interactively-p.
10586 Let-bind `inhibit-read-only' to t.
10588 * image-mode.el (image-minor-mode): Set `cursor-type' and
10589 `truncate-lines' if the image is already displayed. Add turning
10590 image-minor-mode off to `change-major-mode-hook'. Add message.
10591 Call `image-toggle-display-text' after turning image-minor-mode off.
10593 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10595 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10596 Terminal.app, use utf-8.
10597 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10598 (set-locale-environment): Use it.
10600 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10602 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10604 * progmodes/python.el (python-close-block-statement-p)
10605 (python-outdent-p, python-current-defun): Use symbol-end.
10607 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10609 * files.el (save-some-buffers): Doc fix.
10611 2005-03-25 Werner Lemberg <wl@gnu.org>
10613 * complete.el, thumbs.el: Replace `legal' with `valid'.
10614 * calendar/calendar.el: Replace `legal' with `valid'.
10615 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10616 * mail/supercite.el: Replace `legal' with `valid'.
10617 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10618 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10619 Replace `legal' with `valid'.
10620 * textmodes/reftex-vars.el, textmodes/reftex.el:
10621 Replace `legal' with `valid'.
10623 2005-03-25 Werner Lemberg <wl@gnu.org>
10625 * calc/calc-forms.el, calc/calc-sel.el:
10626 * midnight.el, vc-cvs.el:
10627 * emacs-lisp/cl-macs.el:
10628 * emulation/vip.el:
10629 * eshell/esh-io.el, eshell/esh-var.el:
10630 * mail/supercite.el:
10631 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10632 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10633 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10634 * progmodes/sh-script.el, progmodes/xscheme.el:
10635 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10636 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10637 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10638 * textmodes/reftex.el, textmodes/org.el:
10639 Replace `illegal' with `invalid'.
10641 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10643 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10644 (flymake-find-buildfile, flymake-find-possible-master-files)
10645 (flymake-check-include, flymake-parse-line): Replace loops over the
10646 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
10648 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10649 Substitute file-name-as-directory in the rest of the file.
10650 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10651 (flymake-replace-region): Remove unused arg `buffer'.
10652 (flymake-check-patch-master-file-buffer): Update calls to it.
10653 (flymake-add-err-info): Remove unused var `count'.
10654 (flymake-mode): Use define-minor-mode.
10656 * progmodes/flymake.el: Use with-current-buffer.
10657 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10658 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10659 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10660 Avoid testing for `xemacs'.
10661 (flymake-nop): Move.
10662 (flymake-region-has-flymake-overlays): Return the computed value.
10663 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10664 Remove unused var `endline'.
10665 (flymake-get-line-count): Remove unused function.
10666 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10670 * hilit-chg.el (global-highlight-changes):
10671 * hi-lock.el (hi-lock-mode):
10672 * follow.el: find-file-hooks -> find-file-hook.
10674 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10676 2005-03-24 Juri Linkov <juri@jurta.org>
10678 * dired.el (dired-mode-map): Add menu item "Compare directories"
10679 for dired-compare-directories.
10681 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10682 Doc fix. Replace `read-file-name' with `read-directory-name'.
10684 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10686 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10688 2005-03-24 Jay Belanger <belanger@truman.edu>
10690 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10691 relevant mode settings in calc-embedded-original-modes when modes
10692 are permanently changed.
10694 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10696 * autoinsert.el: find-file-hooks -> find-file-hook.
10698 2005-03-24 Lute Kamstra <lute@gnu.org>
10700 * generic.el (generic-font-lock-defaults): Make it obsolete.
10701 (generic-font-lock-keywords): New variable to replace
10702 generic-font-lock-defaults.
10703 (generic-mode-set-font-lock): Delete it.
10704 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10705 (generic-bracket-support): Add docstring.
10707 * generic-x.el: Rename generic-font-lock-defaults to
10708 generic-font-lock-keywords throughout.
10709 (mailagent-rules-setup-function): Delete it.
10710 (mailagent-rules-generic-mode): Use anonymous function instead.
10711 (show-tabs-generic-mode-font-lock-defaults-1)
10712 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10714 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10717 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10718 Recognize define-generic-mode.
10720 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10722 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10723 if there's no completion table.
10725 2005-03-23 Miles Bader <miles@gnu.org>
10727 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10728 Remove tty-specific variants, as they're no longer needed.
10730 2005-03-23 Lute Kamstra <lute@gnu.org>
10732 * generic-x.el: Code cleanup: make args constant whenever possible.
10733 (installshield-statement-keyword-list)
10734 (installshield-system-functions-list)
10735 (installshield-system-variables-list, installshield-types-list)
10736 (installshield-funarg-constants-list): Make them constants.
10738 * generic.el (generic-make-keywords-list): Add autoload cookie.
10740 * calendar/time-date.el: Add comment on time value formats.
10741 Don't require parse-time.
10742 (with-decoded-time-value): New macro.
10743 (encode-time-value): New function.
10744 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10745 (days-to-time): Return a valid time value when arg is huge.
10746 (time-since): Use time-subtract.
10747 (time-to-number-of-days): Use time-to-seconds.
10749 2005-03-23 David Ponce <david@dponce.com>
10751 * recentf.el: (recentf-keep): New option.
10752 (recentf-menu-action): Default to `find-file'.
10753 (recentf-keep-non-readable-files-flag)
10754 (recentf-keep-non-readable-files-p)
10755 (recentf-file-readable-p, recentf-find-file)
10756 (recentf-cleanup-remote): Remove.
10757 (recentf-include-p): More robust.
10758 (recentf-keep-p): New function.
10759 (recentf-remove-if-non-kept): Rename from
10760 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10761 All callers updated.
10762 (recentf-menu-items-for-commands): Fix help string.
10763 (recentf-track-closed-file): Update. Doc fix.
10764 (recentf-cleanup): Update. Count removed files. Doc fix.
10766 2005-03-23 Kim F. Storm <storm@cua.dk>
10768 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10769 Don't inherit from fringe face (now happens automatically).
10771 2005-03-22 Kim F. Storm <storm@cua.dk>
10773 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10776 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10778 * menu-bar.el (showhide-date-time): Remove.
10779 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10780 (menu-bar-make-mm-toggle): Simplify.
10782 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10784 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10785 Accept qualified variable and function names.
10787 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10789 * bindings.el (completion-ignored-extensions):
10790 Remove ".lis" for `vax-vms'.
10792 2005-03-22 Andreas Schwab <schwab@suse.de>
10794 * generic-x.el: Revert last change.
10795 * ldefs-boot.el: Update.
10797 2005-03-22 Jay Belanger <belanger@truman.edu>
10799 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10800 (calc-embedded-save-original-modes)
10801 (calc-embedded-restore-original-modes): New functions.
10802 (calc-do-embedded): Save original modes when entering embedded mode
10803 and restore when leaving embedded mode.
10804 (calc-embedded-modes-change): Change the value of
10805 calc-embedded-original-modes to reflect permanent changes.
10807 2005-03-22 Lute Kamstra <lute@gnu.org>
10809 * generic-x.el: Require generic again.
10811 2005-03-22 Miles Bader <miles@gnu.org>
10813 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10814 Tweak details to look good on both ttys and bitmap displays, light
10815 or dark background, etc.
10817 2005-03-21 Kim F. Storm <storm@cua.dk>
10819 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10822 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10824 * icomplete.el: Don't forcibly turn on the mode upon load.
10825 (icomplete-mode): Use define-minor-mode.
10826 (icomplete-eoinput): Default to nil.
10827 (icomplete-minibuffer-setup): Remove autoload.
10828 (icomplete-tidy): Simplify.
10829 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10830 in the initial state or if the user has modified the field.
10831 Fix handling of icomplete-max-delay-chars.
10832 Remove code that handles the oddball case where
10833 minibuffer-completion-table is an integer.
10834 Wrap icomplete-completions in while-no-input in case building
10835 completions takes more time than expected.
10836 (icomplete-completions): Simplify.
10838 2005-03-21 Richard M. Stallman <rms@gnu.org>
10840 * jka-compr.el (jka-compr-really-do-compress):
10841 Make variable buffer-local.
10843 * image-mode.el: Handle .xpm files too.
10844 (image-toggle-display): Preserve modification flag.
10846 * help.el (where-is): Don't mention aliases with no key bindings.
10848 2005-03-21 Lute Kamstra <lute@gnu.org>
10850 * generic.el: Fix commentary section. Don't require cl for
10852 (generic-mode-list): Add autoload cookie.
10853 (generic-use-find-file-hook, generic-lines-to-scan)
10854 (generic-find-file-regexp, generic-ignore-files-regexp)
10855 (generic-mode, generic-mode-find-file-hook)
10856 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10857 (define-generic-mode): Make it a defmacro. Fix docstring.
10858 (generic-mode-internal): Code cleanup. Add autoload cookie.
10859 (generic-mode-set-comments): Code cleanup.
10860 * generic-x.el: Don't prevent compilation. Don't require generic.
10861 Follow coding conventions. Minor code cleanup.
10862 (etc-fstab-generic-mode): Add some keywords.
10863 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10864 define-generic-mode like a function declaration.
10866 2005-03-21 Jay Belanger <belanger@truman.edu>
10868 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10871 2005-03-21 Sam Steingold <sds@gnu.org>
10873 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10875 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10877 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10878 Add underscore to "f$ lexicals" regexp.
10880 2005-03-20 Juri Linkov <juri@jurta.org>
10882 * subr.el (progress-reporter-do-update): When `min-value' is equal
10883 to `max-value', set `percentage' to 0 and prevent division by zero.
10885 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10887 Sync with Tramp 2.0.48.
10889 * net/tramp.el (all): Change all addresses to .gnu.org.
10890 (tramp-append-tramp-buffers): New defun.
10891 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10892 Catch `dont-send' signal.
10893 (tramp-set-auto-save-file-modes): Set always permissions, because
10894 there might be an old auto-saved file belonging to another
10895 original file. This could be a security threat. Reported by
10896 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10897 Check for Emacs 21.3.50 removed.
10899 * net/tramp-smb.el (all): Remove debug construct for
10900 `with-parsed-tramp-file-name'.
10901 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10902 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10903 No error message if DIRECTORY or FILENAME doesn't exist.
10904 (tramp-smb-open-connection): Check existence of
10905 `tramp-smb-program'.
10907 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10909 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10910 Properly handle the case where the `m' or `s' command's argument is not
10912 (perl-indent-new-calculate): New function.
10913 (perl-indent-line): Use it.
10915 2005-03-20 Miles Bader <miles@gnu.org>
10917 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10918 in text-mode too. Change to new face names.
10919 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10920 Add `:weight bold' attribute.
10921 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10923 2005-03-19 Juri Linkov <juri@jurta.org>
10925 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10927 * international/mule.el (auto-coding-alist): Sync with
10928 `auto-mode-alist' by adding upper case archive file extensions
10929 and adding ear/war to jar extension.
10931 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10933 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10934 running, restart it.
10936 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10938 * finder.el (finder-current-item): Throw an error on an empty line.
10940 * man.el (Man-follow-manual-reference): If current-word returns
10943 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10945 * simple.el (goto-line): Doc fix.
10947 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10949 * files.el (save-buffer): Doc fix.
10951 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10953 * recentf.el (recentf-cleanup-remote): New variable.
10954 (recentf-cleanup): Use it to conditionally check availability of
10957 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10959 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10962 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10964 * language/thai-word.el: New file.
10966 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10968 * files.el (backup-buffer): If the file's directory is not
10969 writable, use copy instead of move to backup the file.
10971 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10973 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10975 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10977 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10978 Use functionp instead of symbolp and fboundp. Reported by Drkm
10979 <darkman_spam@yahoo.fr>.
10980 (ps-print-version): New version 6.6.6.
10982 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10984 * textmodes/table.el (table--line-column-position): New idiom.
10985 (table--row-column-insertion-point-p): New function to test
10986 validity of row and column insertion operation at a location.
10987 (table-global-menu, table-cell-menu): Use above functions for
10988 deterministic test operation.
10989 (table--editable-cell-p): Behave in deterministic fashion.
10991 2005-03-18 Juri Linkov <juri@jurta.org>
10993 * isearch.el (isearch-lazy-highlight-new-loop):
10994 Make arguments beg and end optional.
10995 (isearch-update): Remove optional arguments nil from
10996 isearch-lazy-highlight-new-loop.
10997 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10998 isearch-lazy-highlight-case-fold-search instead of
10999 isearch-case-fold-search, and let-bind isearch-regexp to
11000 isearch-lazy-highlight-regexp.
11001 Use isearch-lazy-highlight-last-string instead of isearch-string.
11003 * replace.el (perform-replace): Remove bindings of global
11004 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11005 Add three new arguments to `replace-highlight'.
11006 (replace-highlight): Add arguments string, regexp, case-fold.
11007 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11008 to allow isearch-lazy-highlight-new-loop to use these values
11009 to set corresponding isearch-lazy-highlight-* internal
11010 variables whose values lazy highlighting will use regardless of
11011 changes to global variables isearch-string, isearch-regexp,
11012 isearch-case-fold-search during lazy highlighting loop.
11013 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11014 to `lazy-highlight-cleanup'.
11016 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11017 (ispell-highlight-face): Set default face to `isearch' when
11018 lazy highlighting is enabled.
11019 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11020 priority to 1. Add lazy highlighting.
11021 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11022 from `isearch-dehighlight'.
11024 2005-03-18 David Ponce <david@dponce.com>
11026 * files.el (hack-local-variables): Do a case-insensitive search
11029 2005-03-18 Juri Linkov <juri@jurta.org>
11031 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11032 `isearch-lazy-highlight-cleanup', add alias to old name and
11033 declare obsolete. Add release numbers to other obsolete vars.
11034 (isearch-done, isearch-lazy-highlight-new-loop):
11035 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11036 (lazy-highlight-cleanup) <variable>: Doc fix.
11037 (isearch-lazy-highlight-update): Rename obsolete
11038 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11040 2005-03-18 Kenichi Handa <handa@m17n.org>
11042 * language/thai-util.el: Fix categorization of Thai characters in
11043 thai-category-table.
11044 (thai-composition-pattern): Adjust it for the above change.
11045 (thai-self-insert-command, thai-compose-syllable): New functions.
11046 (thai-compose-region): Use thai-compose-syllable.
11047 (thai-compose-string): Likewise.
11048 (thai-composition-function): Likewise.
11049 (thai-auto-composition): New function.
11050 (thai-auto-composition-mode): New minor mode.
11052 * language/thai.el: Fix patterns to be registered in
11053 composition-function-table.
11055 * international/quail.el (quail-input-method): Locally bind
11056 inhibit-modification-hooks to t.
11058 2005-03-17 Richard M. Stallman <rms@gnu.org>
11060 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11061 (perl-mode): Use run-mode-hooks.
11063 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11064 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11065 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11067 * mail/sendmail.el (sendmail-send-it): Reenable the code
11068 to compute resend-to-address and use it.
11070 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11072 * image-mode.el: New file.
11074 * image.el (insert-sliced-image): Add autoload cookie.
11076 * font-lock.el (font-lock-lines-before): New user option.
11077 (font-lock-after-change-function): Obey it.
11079 * bindings.el (esc-map): Make M-g a prefix.
11080 Bind M-g g and M-g M-g to goto-line.
11082 * faces.el (face-id): Doc fix.
11084 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11086 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11087 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11088 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11090 * mail/sendmail.el (mail-yank-ignored-headers)
11091 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11092 Add Mail-Followup-To and Mail-Reply-To headers.
11093 (mail-citation-hook): Add autoload cookie.
11094 (mail-mode): Doc fix.
11095 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11096 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11097 (mail-mode-fill-paragraph): Handle those headers.
11098 (mail-mailing-lists): New variable.
11099 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11101 2005-03-17 Juri Linkov <juri@jurta.org>
11103 * isearch.el (isearch-fallback): Check for `(car previous)'
11104 before calling `isearch-other-end-state'.
11106 2005-03-17 Kim F. Storm <storm@cua.dk>
11108 * simple.el (move-beginning-of-line): Move to beginning of buffer
11109 line, as well as beginning of screen line.
11111 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11113 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11114 argument REDRAW rather than calendar-redrawing variable.
11115 * calendar/calendar.el (calendar-redrawing): Delete.
11116 (redraw-calendar): Do not bind calendar-redrawing.
11118 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11120 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11123 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11125 * help.el (describe-mode): Allow a :minor-mode-function property to
11126 specify a different minor mode toggle function than the variable.
11127 * simple.el (auto-fill-function):
11128 * subr.el (add-minor-mode): Use it.
11130 2005-03-16 Kenichi Handa <handa@m17n.org>
11132 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11133 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11134 (ethio-fidel-to-sera-buffer): Likewise.
11136 2005-03-16 Juri Linkov <juri@jurta.org>
11138 * emacs-lisp/find-func.el (find-function-regexp):
11139 Add defun-emitting macro `menu-bar-make-toggle'.
11141 * isearch.el: Put `isearch-scroll' property to
11142 `split-window-horizontally'.
11144 * info.el: Update error messages for `debug-ignored-errors'.
11145 (Info-isearch-search): Doc fix.
11146 (Info-find-node): Move up code to go into info buffer before
11147 recording the node to the history.
11148 (Info-fontify-node): Fontify titles only if the next line
11149 has two or more `*', `=', `-', `.'.
11150 Display "go to this node" for empty (match-string 3).
11152 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11154 * term/mac-win.el: Add mouse pointer shape constants.
11156 2005-03-15 Kim F. Storm <storm@cua.dk>
11158 * simple.el (move-beginning-of-line): Use vertical-motion.
11160 2005-03-15 Juri Linkov <juri@jurta.org>
11162 * isearch.el (isearch-error): New variable.
11163 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11164 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11165 (isearch-within-brackets-state): Remove.
11166 (isearch-case-fold-search-state, isearch-pop-fun-state):
11167 Decrease frame index.
11168 (isearch-mode, isearch-top-state, isearch-push-state)
11169 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11170 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11171 (isearch-search, isearch-lazy-highlight-new-loop):
11172 Replace `isearch-invalid-regexp' with `isearch-error'.
11173 Remove `isearch-within-brackets'.
11174 (isearch-search): Add `search-failed' handler to `condition-case'.
11175 (isearch-lazy-highlight-search): Add `condition-case' to catch
11176 errors and allow `isearch-lazy-highlight-update' to try
11177 highlighting from the beginning of the window.
11178 (isearch-repeat): Move up code to set isearch-wrapped to t
11179 before calling isearch-wrap-function.
11181 * info.el (Info-isearch-initial-node): New internal variable.
11182 (Info-search): Signal an error in isearch mode when search leaves
11183 the initial node. Signal an error when `bound' is non-nil and
11184 nothing was found in the current subfile.
11185 (Info-isearch-search): Remove `condition-case'.
11186 (Info-isearch-wrap): Don't wrap when search failed during leaving
11187 the initial node. If `Info-isearch-search' is nil, wrap around
11189 (Info-isearch-start): New fun.
11190 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11191 `isearch-mode-hook'.
11193 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11195 * simple.el (normal-erase-is-backspace): Set default to t if
11198 * term/mac-win.el (function-key-map): Sync with x-win.el.
11200 2005-03-15 Kenichi Handa <handa@m17n.org>
11202 * international/mule-cmds.el (locale-language-names): Modify the
11203 format of elements and add more entries.
11204 (locale-preferred-coding-systems): Add more entries.
11205 (set-locale-environment): Adjust for the change of
11206 locale-language-names.
11208 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11210 * pcvs.el (smerge-ediff): Remove bogus autoload.
11212 2005-03-14 Lute Kamstra <lute@gnu.org>
11214 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11215 Ignore a `*' at the beginning of a line.
11217 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11218 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11220 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11221 to specify indentation.
11223 * generic.el (define-generic-mode): Let generic-mode-list be a
11224 list of strings; test membership with equal.
11226 2005-03-14 Kim F. Storm <storm@cua.dk>
11228 * simple.el (next-line, previous-line): Add optional try-vscroll
11229 arg to recognize interactive use. Pass it on to line-move.
11230 (line-move): Don't perform auto-window-vscroll when defining or
11231 executing keyboard macro to ensure consistent behavior.
11233 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11235 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11237 2005-03-13 Lute Kamstra <lute@gnu.org>
11239 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11240 debugger-setup-buffer so that backtrace marks the frames set to
11241 debug-on-exit and we don't have to do it manually. Set an extra
11242 debug-on-exit for macro's.
11243 (debugger-setup-buffer): Don't mark the top frame manually.
11245 2005-03-12 Lute Kamstra <lute@gnu.org>
11247 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11248 lisp-indent-function throughout.
11249 (with-no-warnings): Set lisp-indent-function property.
11251 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11253 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11254 Add entry for backslash.
11256 2005-03-12 Juri Linkov <juri@jurta.org>
11258 * info.el (Info-search): Four fixes for backward search.
11260 2005-03-11 Jay Belanger <belanger@truman.edu>
11262 * calc/calc.el (calc-language-alist): New variable.
11263 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11264 (calc-embedded-find-modes): Use calc-language-alist instead of
11265 calc-embedded-language-alist.
11267 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11269 * calendar/calendar.el (calendar-redrawing): New internal
11271 (redraw-calendar): Remove bogus save-excursion from previous
11272 change. Bind calendar-redrawing to t for mark-diary-entries.
11273 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11274 calendar if that is why we were called.
11276 2005-03-11 Kenichi Handa <handa@m17n.org>
11278 * international/mule.el (make-coding-system): Set property
11279 coding-system-define-form to nil.
11280 (define-coding-system-alias): Likewise.
11282 2005-03-11 Kenichi Handa <handa@m17n.org>
11284 These changes are suggested by Dave Love <fx@gnu.org>.
11286 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11288 (adaptive-fill-regexp): Add more bullets.
11289 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11292 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11294 * help.el (describe-mode): Properly handle non-trivial lighters.
11295 Don't ignore minor modes that are not listed in minor-mode-list.
11297 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11298 feature ON when the user requests to turn it OFF.
11300 2005-03-10 Lute Kamstra <lute@gnu.org>
11302 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11303 (implement-debug-on-entry): New function to replace debug-entry-code.
11304 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11305 second argument as the 2005-03-07 change makes it obsolete.
11306 (debug-on-entry, cancel-debug-on-entry): Update call to
11308 (debug, debugger-setup-buffer): Comment update.
11309 (debugger-frame-number): Update to work with implement-debug-on-entry.
11311 2005-03-10 Jay Belanger <belanger@truman.edu>
11313 * calc/calc-embed.el (math-ms-args): Declare it.
11314 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11316 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11319 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11321 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11324 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11325 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11326 (tooltip-gud-tips): Simplify.
11327 (tooltip-gud-tips-p): Remove superfluous :set.
11328 (tooltip-gud-modes): Add fortran-mode.
11329 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11331 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11333 2005-03-09 Kim F. Storm <storm@cua.dk>
11335 * play/animate.el (animate-place-char): Use forward-line instead
11336 of next-line to improve performance.
11338 2005-03-09 Simon Josefsson <jas@extundo.com>
11340 * net/browse-url.el (browse-url-default-browser): Doc fix.
11342 2005-03-09 Miles Bader <miles@gnu.org>
11344 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11345 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11347 2005-03-09 Kenichi Handa <handa@m17n.org>
11349 * international/latin-1.el: Set case and syntax for 255 only if
11350 set-case-syntax-set-multibyte is nil.
11352 * textmodes/ispell.el (ispell-insert-word): New function.
11353 (ispell-word): Use ispell-insert-word to insert a new word.
11354 (ispell-process-line): Likewise.
11355 (ispell-complete-word): Likewise.
11357 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11359 * calendar/calendar.el (redraw-calendar): Preserve point.
11360 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11361 (calendar-week-start-day): Move after definition of
11362 redraw-calendar. Delete buffer test, since redraw-calendar has
11365 * calendar/diary-lib.el (mark-diary-entries): Only call
11366 redraw-calendar in the first of any recursive calls.
11367 Reported by Alan Shutko <ats@acm.org>.
11369 2005-03-08 Juri Linkov <juri@jurta.org>
11371 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11372 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11373 (html-radio-buttons): Add a space before the trailing `/>' where
11374 sgml-xml-mode is non-nil.
11375 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11376 the subsequent tag of the empty XML tag.
11377 (html-href-anchor): Don't set initial input to "http:".
11378 (html-image): Ask for the image URL and set point inside alt="".
11379 (html-name-anchor): Duplicate the name in the `id' attribute when
11380 sgml-xml-mode is non-nil.
11381 (html-paragraph): Remove \n before <p>.
11382 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11383 instead of `checked' when sgml-xml-mode is non-nil.
11385 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11386 Remove 1 space before #RRGGBB to not truncate it on terminal
11387 windows w/o fringes. Remove 1 space between bg and fg examples
11389 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11390 avoid byte-compile warnings.
11392 * image-file.el (image-file-handler): Put `safe-magic' property to
11393 `image-file-handler'.
11395 * info.el (Info-isearch-search): Emulate word search in
11396 isearching through multiple Info nodes with Info-search.
11397 (Info-isearch-wrap): Allow isearch-word.
11399 2005-03-08 Lute Kamstra <lute@gnu.org>
11401 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11402 stepping into the debugger's code is not possible.
11403 (debugger-jumping-flag): Docstring update.
11405 2005-03-08 Jay Belanger <belanger@truman.edu>
11407 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11408 embedded mode begins.
11409 (calc-embedded-language-alist): New variable.
11410 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11411 set default language mode.
11413 2005-03-08 Kenichi Handa <handa@m17n.org>
11415 * international/ccl.el (define-ccl-program): Fix docstring about
11416 extra 256 bytes assured for the output buffer.
11418 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11419 Fix BUFFER_MAGNIFICATION to 2.
11420 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11422 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11424 * align.el (align-rules-list): Added an alignment rule for CSS
11425 declarations (applies to css-mode and html-mode buffers).
11427 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11429 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11431 2005-03-07 Kim F. Storm <storm@cua.dk>
11433 * simple.el (move-beginning-of-line): New command.
11435 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11437 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11439 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11440 and move-beginning-of-line.
11442 * apropos.el (apropos-print): Omit command from M-x ... RET.
11444 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11446 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11447 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11449 2005-03-06 Richard M. Stallman <rms@gnu.org>
11451 * bindings.el (esc-map): Bind M-g to goto-line.
11453 * facemenu.el (global-map): Bind M-o, not M-g.
11455 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11457 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11458 "Open Directory" as for "Open File".
11460 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11462 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11463 (push-mark-command): Run activate-mark-hook.
11465 2005-03-06 Richard M. Stallman <rms@gnu.org>
11467 * help-mode.el (help-mode-finish): Don't alter the element
11468 in view-return-to-alist if there already is one.
11470 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11471 make sure the current buffer is the expected one.
11473 * novice.el (disabled-command-function): Output in *Disabled Command*.
11474 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11476 * textmodes/flyspell.el (flyspell-large-region):
11477 Pass args differently for aspell.
11479 * files.el (mode-require-final-newline): Doc fix.
11481 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11483 * progmodes/which-func.el (which-function):
11484 Specify NOERROR when calling imenu--make-index-alist.
11486 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11488 * simple.el (normal-erase-is-backspace): Define default value.
11490 * custom.el (custom-theme-set-variables): Remove unused var
11492 (custom-reevaluate-setting): Simple function to handle variables
11493 that are defined before their default value can really be
11496 * startup.el (command-line): Use it for temporary-file-directory,
11497 small-emporary-file-directory, auto-save-file-name-transforms,
11498 blink-cursor-mode, and normal-erase-is-backspace.
11500 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11501 progress, even with buggy anchored keywords.
11503 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11505 * simple.el (goto-line): Remove unbalanced final parenthesis.
11507 2005-03-05 Richard M. Stallman <rms@gnu.org>
11509 * simple.el (goto-line): Use a number at point as the default.
11510 With C-u as arg, switch buffers.
11512 2005-03-05 Juri Linkov <juri@jurta.org>
11514 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11515 with `no-blinking-cursor'.
11517 * startup.el (no-blinking-cursor): New defvar.
11518 (command-line): Add `--no-blinking-cursor' to longopts.
11519 Set `no-blinking-cursor' to t for command line arguments
11520 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11521 with `no-blinking-cursor' in the condition for calling
11522 `blink-cursor-mode'.
11524 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11526 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11527 (menu-bar-options-save): Add blink-cursor-mode.
11528 (menu-bar-options-menu): Add blink-cursor-mode.
11530 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11532 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11533 (icalendar-export-file, icalendar-export-region)
11534 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11535 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11537 2005-03-04 Lute Kamstra <lute@gnu.org>
11539 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11540 (debug-function-list): Ditto.
11542 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11544 * textmodes/texinfmt.el (texinfo-append-refill):
11545 Redefine the types of line to which @refill
11546 is not appended by replacing a search for `@refill\\|@bye' with
11547 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11548 itemize@refill' bug and the unfilled long lines bug.
11549 (texinfmt-version): Update number and date.
11551 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11553 * international/code-pages.el (windows-1250, windows-125[2-8])
11554 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11556 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11558 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11561 2005-03-02 Romain Francoise <romain@orebokech.com>
11563 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11564 buffer after removing limits.
11565 (ibuffer-pop-filter): Ditto.
11568 2005-03-02 Miles Bader <miles@gnu.org>
11570 * button.el (make-text-button): If the user doesn't specify a
11571 type, use the default. Rewrite to use `add-text-properties' and
11574 2005-03-01 Lute Kamstra <lute@gnu.org>
11576 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11577 (debugger-jumping-flag): New var.
11578 (debug-entry-code): Use it.
11579 (debugger-jump): Use debugger-jumping-flag and add
11580 debugger-reenable to post-command-hook.
11581 (debugger-reenable): Use debugger-jumping-flag and remove itself
11582 from post-command-hook.
11583 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11586 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11588 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11589 inclusion of "itemize\\|", which may be unnecessary, is certainly
11590 inelegant, and stops refilling in itemize lists when formatting
11591 Japanese Texinfo files to Info.
11592 Update copyright to 2005.
11594 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11596 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11597 of an error if GDB can't find the source file.
11599 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11601 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11602 not just the calendar.
11604 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11606 (diary-redraw-calendar): New function.
11607 (make-diary-entry): Add diary-redraw-calendar to local
11608 write-contents-functions. Turn off selective display before
11609 inserting in diary.
11611 2005-03-01 Kim F. Storm <storm@cua.dk>
11613 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11615 2005-03-01 Lute Kamstra <lute@gnu.org>
11617 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11618 that debug-entry-code can be safely removed from a function while
11619 this code is being evaluated. Revert the 2005-02-27 change as the
11620 new implementation no longer requires it. Make sure that a
11621 function body containing just a string is not mistaken for a docstring.
11622 (debug): Skip one more frame in case of debug on entry.
11623 (debugger-setup-buffer): Delete one more frame line in case of
11625 (debugger-frame-number): Update to use the new text introduced by
11626 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11628 2005-02-28 Kim F. Storm <storm@cua.dk>
11630 * double.el (double-translate-key): Call force-window-update after
11631 read-event to avoid crash in redisplay.
11633 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11635 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11636 (debug): Use it. Move the inhibit-trace earlier.
11637 (debug-entry-code): New const.
11638 (debug-on-entry-1): Use it.
11640 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11642 * international/utf-16.el (ccl-encode-mule-utf-16le):
11643 Fix BUFFER_MAGNIFICATION to 2.
11644 (ccl-encode-mule-utf-16be): Likewise.
11646 2005-02-28 Kenichi Handa <handa@m17n.org>
11648 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11649 Fix BUFFER_MAGNIFICATION to 4.
11650 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11652 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11654 * speedbar.el (speedbar-update-flag): Doc fix.
11655 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11658 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11660 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11661 have a non-nil `invisible' property but are actually visible.
11663 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11664 for perldoc sections.
11665 (perl-outline-regexp, perl-outline-level): New var and function.
11666 (perl-mode): Use them.
11668 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11670 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11671 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11673 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11675 * cus-edit.el: Comment change.
11676 (custom-buffer-create-internal): Slightly reword text at top of
11677 Custom buffers. Mention there that saving an option edits the
11678 init file. Add link to Emacs manual node on `custom-file'.
11679 (custom-magic-alist): Rewrite individual State messages to use
11680 capitalized keywords. Doc fix.
11682 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11684 * calendar/calendar.el (calendar-buffer): Move above
11685 calendar-week-start-day.
11686 (calendar-week-start-day): Doc fix. Add :set function.
11687 (calendar-minimum-window-height): New variable.
11688 (generate-calendar-window): Only resize window if selected-window
11689 is displaying the calendar buffer. Use new variable
11690 calendar-minimum-window-height.
11691 (generate-calendar): Reword error message.
11692 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11694 2005-02-27 Andreas Schwab <schwab@suse.de>
11696 * vc.el (vc-do-command): Don't run command asynchronously when
11697 operating in a remote directory.
11699 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11700 change from sync with Tramp 2.0.47.
11702 2005-02-27 Richard M. Stallman <rms@gnu.org>
11704 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11706 * textmodes/flyspell.el (flyspell-mode-on):
11707 Call ispell-change-dictionary only if necessary.
11709 * emacs-lisp/re-builder.el (regexp-builder): New function.
11711 * register.el (describe-register-1): Explicitly handle
11712 yank-excluded-properties = t.
11714 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11715 (custom-magic-alist): Change the status descriptions again.
11716 (face widget-type): Total rewrite based on `restricted-sexp'
11717 to eliminate the confusing double hiding levels.
11719 * emacs-lisp/debug.el (debug-on-entry-1):
11720 If function body is empty, add nil as body form.
11722 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11724 * emacs-lisp/trace.el (inhibit-trace): New var.
11725 (trace-make-advice): Use it.
11727 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11729 2005-02-26 Kim F. Storm <storm@cua.dk>
11731 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11732 (mouse-on-link-p, mouse-drag-region-1): Use it.
11734 2005-02-25 Lute Kamstra <lute@gnu.org>
11736 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11738 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11740 * frame.el (blink-cursor-mode): Add :group keyword.
11742 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11744 * calendar/icalendar.el (icalendar--decode-isodatetime):
11745 New optional argument DAY-SHIFT.
11746 (icalendar-export-region): Fix coding-system-for-write.
11747 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11750 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11752 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11754 2005-02-24 Kim F. Storm <storm@cua.dk>
11756 * international/iso-acc.el (iso-accents-compose): Fix crash
11757 during redisplay. Call force-window-update after read-event
11758 and delete-region to signal that window is not accurate.
11760 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11762 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11763 Remove unused and inexistent var `inhibit-trace'.
11764 (debugger-mode): Use run-mode-hooks.
11765 (debugger-list-functions): Add buttons; setup xref stack.
11767 2005-02-23 Richard M. Stallman <rms@gnu.org>
11769 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11770 appointment says it was explicitly made.
11771 (appt-add): Set the 3rd element.
11772 (appt-make-list): Preserve explicit appointments.
11774 * subr.el (find-tag-default): Catch errors in forward-sexp.
11776 2005-02-23 Juri Linkov <juri@jurta.org>
11778 * info.el (Info-isearch-search): New defcustom.
11779 (Info-isearch-search): Call the default isearch function
11780 when Info-isearch-search is nil.
11781 (Info-isearch-wrap): Use variable Info-isearch-search.
11783 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11785 * cus-edit.el: Comment change.
11787 2005-02-22 Kim F. Storm <storm@cua.dk>
11789 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11790 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11792 2005-02-22 Simon Josefsson <jas@extundo.com>
11794 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11796 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11797 Oskarsson" <myrkraverk@users.sourceforget.net>.
11799 2005-02-22 Kim F. Storm <storm@cua.dk>
11801 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11802 check that window of that event is the selected window.
11803 (mouse-drag-region-1): Compare mouse event window to selected
11804 window before setting point.
11806 * tooltip.el (tooltip-show-help-function): Pass event to
11807 mouse-on-link-p so it can check selected window.
11809 2005-02-22 Kenichi Handa <handa@m17n.org>
11811 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11812 (ps-mule-show-warning): New function.
11813 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11814 characters are found.
11816 * ps-print.el (ps-header-footer-string): Return a list of header
11817 and footer strings.
11819 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11821 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11823 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11825 * frame.el (blink-cursor-mode): Use define-minor-mode.
11827 * term/mac-win.el (function-key-map): Use char-names more consistently.
11828 (file-name-coding-system): Only set it for MacOS-9. The other case is
11829 already handled in mule-cmds.el (where it also works when mac-win.el
11832 2005-02-21 Kenichi Handa <handa@m17n.org>
11834 * international/mule.el (ctext-pre-write-conversion): Always use
11835 " *code-converting-work*" buffer for work.
11837 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11839 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11841 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11843 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11845 * ses.el (undo-more): Restore defadvice, but only the part that
11846 allows changes outside the restricted area of the buffer.
11848 2005-02-20 Kim F. Storm <storm@cua.dk>
11850 * simple.el (line-move): Add fourth optional arg try-vscroll which
11851 must be set to perform auto-window-vscroll.
11852 When moving backwards and doing auto-window-vscroll, automatically
11853 vscroll to the last part of lines which are taller than the window.
11854 (next-line, previous-line): Set try-vscroll arg on line-move.
11856 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11858 * replace.el (query-replace, query-replace-regexp)
11859 (replace-string, replace-regexp): When operating on region, make
11860 the minibuffer prompt say so.
11862 * isearch.el (isearch-forward): Document isearch-query-replace and
11863 isearch-query-replace-regexp keybindings.
11865 2005-02-19 Jay Belanger <belanger@truman.edu>
11867 * calc/calc-aent.el (math-read-token): Add local variable.
11869 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11870 (calc-edit-top): Move declaration to earlier in file.
11871 (calc-edit-macro-repeats): Add local variables.
11873 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11874 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11876 Adjust integration rule for calcFunc-tan.
11878 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11880 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11881 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11882 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11883 (viper-skip-separators): Bug fix.
11884 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11885 particular major mode.
11886 (viper-del-backward-char-in-replace): Don't put deleted char on the
11889 * viper-ex.el (viper-color-display-p): New function.
11890 (viper-has-face-support-p): Use viper-color-display-p.
11892 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11894 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11896 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11897 (viper-file-remote-p): Make equivalent to file-remote-p.
11899 * viper.el (viper-major-mode-modifier-list):
11900 Use viper-gnus-modifier-map.
11902 2005-02-19 David Kastrup <dak@gnu.org>
11904 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11907 2005-02-19 Jay Belanger <belanger@truman.edu>
11909 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11910 Remove extra definitions.
11911 (calc-coth): New function.
11912 (calcFunc-cot): Fix `let'.
11914 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11916 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11917 the reasons we use "type pc" in these faces.
11919 * button.el (button): Ditto.
11921 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11923 * replace.el (query-replace-read-from): Set the value of
11924 query-replace-from-history-variable to handle the case of an empty
11925 string entered to accept the suggested default.
11927 * net/tramp.el (tramp-file-name-for-operation):
11928 Use dired-call-process instead of dired-call-process-command.
11930 2005-02-19 Jay Belanger <belanger@truman.edu>
11932 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11933 (math-div-non-trig): New variables.
11934 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11935 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11936 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11939 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11941 * progmodes/gdb-ui.el (gdb-var-update-handler)
11942 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11943 for watch expressions,
11944 (gdb-var-create-handler): Don't set speedbar-update-flag.
11945 (gdb-post-prompt): Simplify test for speedbar.
11947 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11949 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11950 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11951 we use the syntax table of the correct buffer.
11952 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11955 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11956 (ediff-file-remote-p): Make synonymous with file-remote-p.
11957 In all deffaces ediff-*-face-*, use min-colors.
11959 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11960 ediff-recurse-to-subdirectories.
11961 (ediff-mark-if-equal): Check that the arguments are strings, use
11962 ediff-same-contents (after to Felix Gatzemeier).
11964 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11967 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11969 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11971 2005-02-18 David Kastrup <dak@gnu.org>
11973 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11974 use `mark-active' when defined.
11976 2005-02-18 Kenichi Handa <handa@m17n.org>
11978 * ps-print.el (ps-font-info-database): New entry
11979 ZapfChancery-MediumItalic with correct font name. Fix font name
11980 of the entry Zapf-Chancery-MediumItalic.
11982 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11984 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11986 2005-02-16 Kim F. Storm <storm@cua.dk>
11988 * ido.el (ido-fallback-command): Pass user input to fallback command.
11990 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11992 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11993 (gdb-find-file-hook): Add server prefix.
11995 2005-02-16 Richard M. Stallman <rms@gnu.org>
11997 * replace.el (perform-replace): Pass new args to replace-highlight.
11998 (replace-highlight): Take region args,
11999 and pass them to isearch-lazy-highlight-new-loop.
12001 * novice.el (disabled-command-hook): Autoload the defalias
12002 and the make-obsolete-variable call.
12004 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12006 * isearch.el (isearch-lazy-highlight-start-limit)
12007 (isearch-lazy-highlight-end-limit): New variables limit
12008 the region for highlighting.
12009 (isearch-lazy-highlight-new-loop): New args BEG and END.
12010 (isearch-lazy-highlight-search): Use the new vars.
12011 (isearch-lazy-highlight-update): Likewise.
12013 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12015 * cus-start.el (all): Use default-boundp.
12017 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12019 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12021 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12023 * autorevert.el (auto-revert-stop-on-user-input)
12024 (auto-revert-verbose): Doc fixes.
12026 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12028 * international/mule-cmds.el (set-locale-environment): Remove call
12029 to set-selection-coding-system on Windows.
12031 2005-02-15 Jay Belanger <belanger@truman.edu>
12033 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12034 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12036 (math-simplify-sqrt): Add simplifications.
12038 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12041 * calc/calc-ext.el: Add functions to autoloads.
12043 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12044 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12045 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12046 (math-csc-raw, math-cot-raw): New functions.
12048 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12050 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12051 the variable name in a message.
12053 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12054 calcFunc-csc, calcFunc-cot.
12056 * calc/calcalg2.el: Add derivative and integration rules for
12057 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12058 calcFunc-csch, calcFunc-coth.
12059 (math-do-integral-methods): Add to checks for when to use
12062 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12064 2005-02-15 Lute Kamstra <lute@gnu.org>
12066 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12067 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12068 <monnier@iro.umontreal.ca>
12069 (lisp-outline-level): Improve efficiency. Suggested by David
12070 Kastrup <dak@gnu.org>.
12072 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12074 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12075 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12076 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12077 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12078 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12080 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12082 * cus-start.el (all): Comment change.
12084 2005-02-14 Lute Kamstra <lute@gnu.org>
12086 * cus-start.el (all): Check if symbol is void.
12088 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12090 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12091 optional argument to \cite.
12093 2005-02-14 Richard M. Stallman <rms@gnu.org>
12095 * cus-edit.el (custom-buffer-create-internal): Update help message.
12096 (custom-magic-alist): Update help messages.
12098 * cus-start.el (all): Allow a var to specify a standard value.
12100 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12102 * custom.el (custom-theme-set-variables): Handle variable aliases.
12104 * frame.el (blink-cursor-timer): Doc fix.
12105 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12107 (blink-cursor-mode): Define with defcustom and use correct
12108 standard expression in that defcustom.
12109 * startup.el (command-line): Adapt to above changes in frame.el.
12111 2005-02-11 Lute Kamstra <lute@gnu.org>
12113 * apropos.el (apropos-score-doc): Prevent division by zero.
12115 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12117 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12118 (icalendar--get-event-property-attributes)
12119 (icalendar--get-event-properties)
12120 (icalendar--datetime-to-diary-date): New functions.
12121 (icalendar--split-value): Doc fix.
12122 (icalendar--datetime-to-noneuropean-date)
12123 (icalendar--datetime-to-european-date): New optional argument
12124 SEPARATOR. Return result as a string instead of a list.
12125 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12126 (icalendar--convert-string-for-export): Rename arg S to STRING.
12127 (icalendar-export-region): Doc fix. Change name of error buffer.
12128 Save output buffer.
12129 (icalendar-import-file): Add blank at end of prompt.
12130 (icalendar-import-buffer): Doc fix. Do not switch to error
12131 buffer. Indicate status in return value.
12132 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12133 buffer. Save output buffer. Handle exception from recurrence
12134 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12135 events. Fix problems with weekly all-day events.
12137 2005-02-10 Richard M. Stallman <rms@gnu.org>
12139 * simple.el (eval-expression-print-format):
12140 Avoid warning about edebug-active.
12142 * help.el (help-for-help-internal): Rename from help-for-help.
12143 (help-for-help): Define with defalias.
12145 * font-core.el (font-lock-default-function): Use with-no-warnings.
12147 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12149 * custom.el (defface): Doc fix.
12151 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12153 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12154 width 0" to prevent word wrapping problems.
12156 2005-02-09 Kim F. Storm <storm@cua.dk>
12158 * ido.el (ido-file-extensions-order): New defcustom.
12159 (ido-file-extension-lessp, ido-file-extension-aux)
12160 (ido-file-extension-order): New advanced file ordering.
12161 (ido-file-lessp): New simple file ordering.
12162 (ido-sort-list): Remove.
12163 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12164 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12166 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12168 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12169 that some versions of grep produce.
12170 (grep-mode-font-lock-keywords): Likewise.
12172 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12174 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12175 (gdb-cdir): Delete.
12176 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12177 (gdb-source-info): Treat case when source file is in another
12178 directory properly.
12179 (gdb-get-location): New function.
12181 2005-02-07 Jay Belanger <belanger@truman.edu>
12183 * calc/calc-prog.el (calc-write-parse-table-part)
12184 (calc-fix-token-name): Fix a check for language type.
12186 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12188 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12190 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12191 as directory not writable.
12193 2005-02-07 Kim F. Storm <storm@cua.dk>
12195 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12196 (cua--standard-movement-commands): Remove list.
12197 Instead, set CUA property value to move for movement commands.
12198 (cua-movement-commands): Remove. Users must set CUA prop instead.
12199 (cua--pre-command-handler): Check CUA property.
12200 (cua--init-keymaps): Don't remap undo commands.
12201 (cua-mode): Don't call cua--rectangle-on-off.
12203 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12204 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12205 (cua--rect-undo-set-point): New var.
12206 (cua--rectangle-undo-boundary): Setup undo apply entry.
12207 (cua--rect-undo-handler): New function for rectangle undo.
12208 (cua--rect-start-position, cua--rect-end-position): Add.
12209 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12210 for restored rectangle. Set point if cua--rect-undo-set-point.
12212 2005-02-06 Jay Belanger <belanger@truman.edu>
12214 * calc/calc-lang.el (calc-tex-language): Display more information
12217 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12220 2005-02-06 Richard M. Stallman <rms@gnu.org>
12222 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12224 2005-02-05 Arne_J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
12226 * net/ldap.el (ldap-search-internal): Support attributes with
12227 optional descriptions separated by a semi-colon, as in
12228 "userCertificate;binary".
12230 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12232 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12233 isn't a cons (i.e. the version is 0).
12235 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12237 * help.el (help-for-help): Doc fix.
12239 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12241 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12242 GDB-Windows on the menu-bar as this works better.
12244 2005-02-04 Jay Belanger <belanger@truman.edu>
12246 * calc/calc-embed.el (calc-embedded-update): Don't put in
12247 unnecessary newlines. Adjust the end of formula marker.
12249 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12250 (math-latex-parse-two-args): New function.
12252 2005-02-03 Lute Kamstra <lute@gnu.org>
12254 * help-fns.el (help-with-tutorial): Make sure that users cannot
12255 remove the entire text of the tutorial by means of `undo'.
12257 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12259 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12260 in recent changes, where the ispell process was repeatedly
12261 killed & restarted.
12263 * international/mule-cmds.el (set-locale-environment): Set file-name
12264 coding system to utf-8 on Darwin systems.
12265 (set-default-coding-systems): Don't set default-file-name-coding-system
12268 2005-02-03 Richard M. Stallman <rms@gnu.org>
12270 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12272 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12274 * faces.el (list-faces-display): Add optional argument.
12276 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12278 * font-core.el (font-lock-default-function): Handle the rare case where
12279 only font-lock-keywords is set.
12281 2005-02-02 Kenichi Handa <handa@m17n.org>
12283 * international/characters.el: Cancel previous change for
12284 I-WITH-DOT-ABOVE and DOTLESS-i.
12286 * international/latin-5.el: Cancel previous change.
12288 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12290 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12292 2005-02-02 Kenichi Handa <handa@m17n.org>
12294 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12297 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12298 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12300 * case-table.el (get-upcase-table): New function.
12301 (copy-case-table): Copy upcaes table too if non-nil.
12302 (set-case-syntax-delims): Maintain upcase table too.
12303 (set-case-syntax-pair): Likewise.
12304 (set-upcase-syntax, set-downcase-syntax): New functions.
12305 (set-case-syntax): Maintain upcase table too.
12307 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12309 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12311 * progmodes/gud.el (gud-goto-info): New function.
12312 (gud-tool-bar-map): Use correct icon.
12314 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12316 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12317 When delegating, order args in the funcall correctly.
12319 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12321 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12323 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12325 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12326 buffer not visiting a file.
12328 2005-01-31 Jay Belanger <belanger@truman.edu>
12330 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12331 bound on the line with the formula.
12333 2005-01-31 Kim F. Storm <storm@cua.dk>
12335 * ses.el (ses-create-cell-variable-range)
12336 (ses-destroy-cell-variable-range, ses-reset-header-string)
12337 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12338 (ses-insert-row): Fix format of apply undo entries.
12340 2005-01-31 Jay Belanger <belanger@truman.edu>
12342 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12345 * calc/calc-embed.el (calc-embedded-open-formula)
12346 (calc-embedded-close-formula): Ignore matrix environments.
12348 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12351 * calc/calc-lang.el (math-function-table, math-oper-table)
12352 (math-variable-table): Adjust the LaTeX portions.
12354 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12355 (math-latex-ignore-words): New constant.
12357 2005-01-31 Richard M. Stallman <rms@gnu.org>
12359 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12360 (ispell-local-dictionary): Doc fix.
12361 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12362 Don't reinitialize at run time. Don't defcustom.
12363 All uses changed to append ispell-local-dictionary-alist,
12365 (ispell-current-dictionary): New variable for dictionary in use.
12366 (ispell-dictionary): Now used only for global default.
12367 (ispell-start-process): Set ispell-current-dictionary,
12368 not ispell-dictionary.
12369 (ispell-change-dictionary): Use this only for setting
12371 (ispell-internal-change-dictionary): New function
12372 to change the current dictionary in use.
12373 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12374 Use ispell-current-dictionary.
12375 Handle ispell-local-dictionary-overridden.
12376 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12378 2005-01-31 Jay Belanger <belanger@truman.edu>
12380 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12382 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12383 (calc-mode-map): Add calc-latex-language.
12385 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12386 (math-latex-print-frac): New functions.
12387 (math-oper-table, math-function-table, math-variable-table)
12388 (math-complex-format, math-input-filter): Add latex properties.
12389 (calc-set-language): Set math-expr-special-function-mapping.
12391 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12392 (calc-write-parse-table-part): Add LaTeX support.
12394 * calc/calc.el (calc-language): Adjust docstring.
12395 (calc-set-mode-line): Add LaTeX support.
12396 (math-expr-special-function-mapping): New variable.
12397 (math-tex-ignore-words): Add to list.
12399 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12401 (math-compose-expr): Add support for special functions.
12403 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12405 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12407 * progmodes/gdb-ui.el (gdb-memory-address)
12408 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12409 (gdb-memory-mode-map, gdb-memory-format-keymap)
12410 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12411 (gdb-memory-unit-menu): New variables for a buffer
12412 that lets the user examine program memory.
12413 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12414 (gdb-memory-format-binary, gdb-memory-format-octal)
12415 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12416 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12417 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12418 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12419 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12420 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12421 (gdb-memory-mode, gdb-memory-buffer-name)
12422 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12423 New functions for above buffer.
12425 2005-01-30 Richard M. Stallman <rms@gnu.org>
12427 * cus-edit.el (custom-bury-buffer): Function deleted.
12428 (custom-buffer-done-function): Option deleted.
12429 (custom-buffer-done-kill): New (replacement option.
12430 (Custom-buffer-done): Call quit-window.
12431 (custom-buffer-create-internal): Update for above changes.
12433 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12435 * simple.el (undo-ask-before-discard): New var.
12436 (undo-outer-limit-truncate): Implement it.
12437 (undo-extra-outer-limit): Doc update.
12439 2005-01-29 Richard M. Stallman <rms@gnu.org>
12441 * ses.el (undo-more): Delete defadvice.
12442 (ses-begin-change): Doc fix.
12444 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12445 instead of rebinding C-x u and C-_.
12447 * files.el (normal-backup-enable-predicate): Return nil for files
12448 in /tmp, regardless of temporary-file-directory.
12450 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12452 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12453 (open-rectangle, delete-whitespace-rectangle-line)
12454 (clear-rectangle-line): If FILL, pass t instead of FILL
12455 for move-to-column's 2nd arg.
12457 * simple.el (undo): Fix the test for continuing a series of undos.
12458 (undo-more): Set pending-undo-list to t when we reach end.
12459 (pending-undo-list): Move up defvar.
12461 * wid-edit.el (widget-button-click):
12462 Shorten the range of the track-mouse binding.
12464 * comint.el (comint-insert-input): Undo previous changes;
12465 use last-input-event in interactive spec.
12467 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12469 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12470 to nil before invoking call-process. Reset buffer's modified flag
12471 after fontifying it in the no-async branch.
12473 * wid-edit.el (widget-specify-button): If mouse pointer shape
12474 cannot be changed, use mouse face instead.
12476 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12478 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12479 (gdb-goto-breakpoint): Make breakpoint handling work on template
12480 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12481 (gdb-assembler-custom): Update to recognize breakpoint information
12482 added on 2005-01-19.
12484 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12486 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12487 (dsssl-mode): Use define-derived-mode.
12488 (scheme-mode-initialize): Remove.
12489 (scheme-mode): Use run-mode-hooks.
12491 * cus-edit.el (customize-group-other-window)
12492 (custom-buffer-create-other-window): Don't override special-display-*.
12493 (custom-mode-map): Make it dense.
12495 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12496 sets the default value.
12498 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12500 * descr-text.el: Add more keywords.
12502 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12504 * speedbar.el: Avoid unnecessary use of locate-library.
12506 * international/mule-cmds.el (standard-display-european-internal):
12507 Don't fiddle with latin-1 non-break space any more since it's now
12508 special cased in the C code.
12509 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12511 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12513 * cus-start.el (all): Add `undo-outer-limit'.
12515 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12517 * textmodes/bibtex.el (bibtex-format-entry):
12518 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12520 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12521 not on part of a buffer.
12523 2005-01-25 Lute Kamstra <lute@gnu.org>
12525 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12526 nonempty field text strings like "{letters\\macro{}more letters}".
12528 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12529 (bibtex-entry-offset, bibtex-parse-association)
12530 (bibtex-parse-field-name): Fix typos in docstrings.
12531 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12533 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12535 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12536 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12537 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12538 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12540 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12541 isearch minor mode.
12543 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12545 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12547 2005-01-24 Lute Kamstra <lute@gnu.org>
12549 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12550 CASECHARS and NOT-CASECHARS regular expressions of the
12551 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12552 striding over charsets" error.
12554 2005-01-24 Jay Belanger <belanger@truman.edu>
12556 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12557 display variable name.
12559 2005-01-24 Kenichi Handa <handa@m17n.org>
12561 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12562 Fix setting of the element of encoded-kbd-iso2022-invocations.
12564 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12566 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12567 (gdb-threads-select): Change to also accept mouse events.
12568 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12569 (gdb-threads-mouse-select): Delete.
12571 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12573 * files.el (insert-directory): Take care of empty directory,
12574 listed without -a switch.
12576 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12578 * textmodes/refill.el (refill-post-command-function):
12579 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12580 to the list of functions that we should be careful not to undo.
12581 (refill-late-fill-paragraph-function): Remove.
12582 (refill-saved-state): New var.
12583 (refill-mode): Use it to save fill-paragraph-function.
12584 Save also the value of auto-fill-function.
12586 * term/w32-win.el: Simplify code.
12588 2005-01-23 Kim F. Storm <storm@cua.dk>
12590 * simple.el (line-move): Adapt to new return value from
12591 pos-visible-in-window-p.
12593 * simple.el (line-move): Fix last change. Check partial
12594 visibility at point rather than at window-start.
12596 2005-01-22 Jason Rumney <jasonr@gnu.org>
12598 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12600 2005-01-22 David Kastrup <dak@gnu.org>
12602 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12604 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12606 * type-break.el (type-break-mode): Add a test for
12607 type-break-file-name being non-nil.
12609 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12611 * net/eudc.el (top level): Call (message "") via progn, so that
12612 eudc-options-file is loaded.
12614 2005-01-22 Kim F. Storm <storm@cua.dk>
12616 * simple.el (line-move-1): Rename from line-move.
12617 (line-move): New function that adjusts vscroll for partially
12618 visible rows, and calls line-move-1 otherwise.
12620 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12622 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12623 since it's not a complete read-event implementation
12625 2005-01-20 Jay Belanger <belanger@truman.edu>
12627 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12628 for called function.
12630 2005-01-20 Steven Tamm <steventamm@mac.com>
12632 * term/mac-win.el (process-connection-type): Remove.
12633 Controlled now by s/darwin.h:PTY_ITERATION.
12635 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12637 * window.el (handle-select-window): Don't switch window when we're
12640 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12642 * subr.el (dotimes-with-progress-reporter): New macro.
12644 * ses.el (ses-dotimes-msg): Remove macro.
12645 Use `dotimes-with-progress-reporter' instead.
12647 2005-01-19 Steven Tamm <steventamm@mac.com>
12649 * term/mac-win.el (process-connection-type): Use new
12650 operating-system-release variable to use ptys on Darwin 7 (OS X
12651 10.3) when using carbon build.
12653 2005-01-19 Jay Belanger <belanger@truman.edu>
12655 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12656 flags if the last command was a tab or M-tab.
12658 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12659 in formula editing buffer.
12661 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12663 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12664 breakpoint image symbol in margin.
12666 2005-01-19 Jay Belanger <belanger@truman.edu>
12668 * calc/calc-prog.el (calc-execute-kbd-macro):
12669 Ignore calc-keep-arg-flag.
12671 2005-01-19 Kenichi Handa <handa@m17n.org>
12673 * textmodes/ispell.el (ispell-looking-at): New function.
12674 (ispell-process-line): Use ispell-looking-at to compare the ispell
12675 output and the buffer contents.
12677 2005-01-18 Jay Belanger <belanger@truman.edu>
12679 * calc/calc.el (calc-display-raw): Fix docstring.
12681 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12683 * simple.el (blink-matching-open): Strip extra info from syntax.
12685 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12686 funny chars in the end-of-here-doc marker.
12688 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12690 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12691 that enable/disabled state of breakpoints is shown correctly in
12692 fringe and on ttys.
12693 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12694 Add breakpoint information as text properties.
12695 (gdb-mouse-toggle-breakpoint):
12696 Rename to gdb-mouse-set-clear-breakpoint.
12697 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12698 breakpoints in the margin.
12699 (gdb-remove-strings): Simplify.
12701 2005-01-17 Jay Belanger <belanger@truman.edu>
12703 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12706 2005-01-17 Richard M. Stallman <rms@gnu.org>
12708 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12709 for calling grep-compute-defaults.
12711 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12712 if buffer is empty.
12714 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12716 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12718 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12720 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12721 non-preloaded variables.
12723 2005-01-17 Steven Tamm <steventamm@mac.com>
12725 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12726 tex-shell cause to force interactivity when using pipes.
12728 2005-01-17 Kim F. Storm <storm@cua.dk>
12730 * simple.el (just-one-space): Make arg optional.
12732 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12734 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12735 posn-at-x-y to t to access left-margin.
12737 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12739 Sync with Tramp 2.0.47.
12741 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12742 catching keep-date problems in cp/scp operations.
12743 (tramp-handle-copy-file): Don't call `set-file-modes'
12744 unconditionally. Specialized functions should know better what is
12745 necessary. This improves performance a little bit, and the
12746 functions could catch errors with `cp -p' and `scp -p'.
12747 (tramp-do-copy-or-rename-file-via-buffer)
12748 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12750 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12751 Call `set-file-modes' when appropriate.
12752 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12753 Johnsson <isak@hypergene.com>
12754 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12755 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12757 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12760 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12761 `find-file-hooks' and `dired-mode-hook'.
12762 (tramp-minor-mode-map): Respective map. Add remapping for
12763 `compile' and `recompile'.
12764 (tramp-remap-command, tramp-recompile): New defuns.
12765 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12766 in buffer "*Compilation*". Call the commands asynchronously.
12768 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12769 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12770 `shell-command', because it isn't magic in XEmacs. Reported by
12771 Adrian Aichner <adrian@xemacs.org>.
12773 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12774 `substitute-in-file-name.
12775 (tramp-smb-handle-substitute-in-file-name): New defun.
12776 (tramp-smb-advice-PC-do-completion): Delete advice.
12778 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12780 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12781 Fix error in deleting region.
12783 2005-01-15 Richard M. Stallman <rms@gnu.org>
12785 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12786 In non-temp buffer, switch syntax table temporarily.
12788 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12790 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12792 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12794 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12795 (imenu--generic-function): Use START, not BEG, as pos of definition.
12797 * simple.el (just-one-space): Argument specifies number of spaces.
12799 * simple.el (eval-expression-print-format): Avoid warning
12800 about edebug-active.
12802 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12804 * progmodes/sh-script.el: Code copied from make-mode.el
12805 with small changes,
12806 (sh-mode-map): Bind C-c C-\.
12807 (sh-backslash-column, sh-backslash-align): New variables.
12808 (sh-backslash-region, sh-append-backslash): New functions.
12810 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12812 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12813 (rmail-pop-password, rmail-pop-password-required): Move to
12814 rmail-obsolete group.
12815 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12816 All callers updated.
12817 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12818 Take an argument specifying whether it is POP or IMAP mailbox we
12819 are using. All callers updated.
12820 (rmail-pop-password-error): Rename to
12821 rmail-remote-password-error. Added mailutils-specific error message.
12822 (rmail-movemail-search-path)
12823 (rmail-movemail-variant-in-use): New variables.
12824 (rmail-remote-password, rmail-remote-password-required):
12825 New customization variables.
12826 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12827 (rmail-parse-url): New function.
12828 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12829 with GNU mailutils movemail.
12831 2005-01-15 Kevin Ryde <user42@zip.com.au>
12833 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12834 suffix to space, $ or '$, to correctly position point when going
12835 to @table style constants like DBL_MAX.
12837 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12839 * type-break.el (type-break-mode, type-break-file-time)
12840 (type-break-file-keystroke-count, type-break-choose-file):
12841 Don't store data in or load data from the file if type-break-file-name
12843 (type-break-file-name): Doc update as per the above.
12845 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12847 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12848 lookup-key might return nil; handle that.
12850 2005-01-15 Alan Mackenzie <acm@muc.de>
12852 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12853 rather than the element found, thus enabling the tree to be setcar'd.
12855 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12857 * textmodes/org.el (org-show-following-heading): New option.
12858 (org-show-hierarchy-above): Use `org-show-following-heading'.
12859 (org-cycle): Documentation fix.
12861 * textmodes/org.el (orgtbl-optimized): New option
12862 (orgtbl-mode): New command, a minor mode.
12863 (orgtbl-mode-map): New variable.
12864 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12865 (orgtbl-error, orgtbl-self-insert-command)
12866 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12868 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12869 a local variable in each org-mode buffer.
12871 * textmodes/org.el (org-set-regexps-and-options): Rename from
12872 `org-set-regexps'. Added checking for STARTUP keyword.
12873 (org-get-current-options): Add STARTUP options.
12874 (org-table-insert-row): Make mode intelligent about when
12875 realignment is needed.
12876 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12878 (org-enable-table-editor): New default value `optimized'.
12879 (org-table-blank-field): Support blanking regions if active.
12881 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12883 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12884 if the year is not given.
12886 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12887 Add new escapes %m and %M, fixed bug with %F by adding
12889 (reftex-reference): Remove ?. from list of spaces.
12890 (reftex-label-info): Add automatic label prefix recognition.
12892 * textmodes/reftex-index.el (reftex-index-next-phrase):
12893 Add slave parameter to call of `reftex-index-this-phrase'.
12894 (reftex-index-this-phrase): New optional argument.
12895 (reftex-index-region-phrases): Add slave parameter to call of
12896 `reftex-index-this-phrase'.
12897 (reftex-display-index): New argument redo.
12898 (reftex-index-rescan): Add 'redo to arguments of
12899 `reftex-display-index'.
12900 (reftex-index-Rescan, reftex-index-revert)
12901 (reftex-index-switch-index-tag): Add 'redo to arguments of
12902 `reftex-display-index'.
12903 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12904 indexing. Fix bug with matching is there is a quote before or
12907 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12908 Fix bug when collecting citation keys in lines with comments.
12909 (reftex-citation): Prefix argument no longer rescans the document,
12910 but forces prompting for optional arguments of cite macros.
12911 (reftex-do-citation): Prompting for optional arguments implemented.
12913 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12914 Add optional arguments to most cite commands.
12915 (reftex-cite-cleanup-optional-args): New option
12916 (reftex-cite-prompt-optional-args): New option.
12917 (reftex-trust-label-prefix): New option.
12919 * textmodes/reftex-toc.el (reftex-toc-find-section):
12920 Add push-mark before changing the position in the buffer.
12922 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12923 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12925 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12927 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12930 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12932 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12933 (sgml-mode): Use it.
12934 (sgml-get-context): Better keep track of implicitly closed tags.
12936 2005-01-13 Kenichi Handa <handa@m17n.org>
12938 * textmodes/ispell.el: These changes are to fix misalignment error
12939 caused by equivalent characters of different Emacs charsets.
12940 (ispell-unified-chars-table): New variable.
12941 (ispell-get-decoded-string): New function.
12942 (ispell-get-casechars, ispell-get-not-casechars)
12943 (ispell-get-otherchars): Call ispell-get-decoded-string.
12945 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
12947 * custom.el (custom-declare-variable): Just put symbol instead
12948 of (defvar . symbol) in `current-load-list'.
12950 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12952 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12954 2005-01-12 Jay Belanger <belanger@truman.edu>
12956 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12957 to create a Calc summary.
12959 2005-01-12 Kim F. Storm <storm@cua.dk>
12961 * mouse.el (mouse-on-link-p): Change functionality and doc
12962 string to comply with latest description in lisp ref.
12964 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12966 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12967 Enable mouse clicks on mode-line, header-line and margin.
12968 (event-type): Give mouse event symbols an 'event-kind property
12969 with value 'mouse-click.
12971 2005-01-12 Juri Linkov <juri@jurta.org>
12973 * facemenu.el (list-colors-display): Add new arg buffer-name.
12974 Use it. Fix docstring. Replace code for identifying duplicate
12975 colors by the name with call to `list-colors-duplicates' which
12976 identifies duplicate colors by the value unless the color
12977 is one of special Windows colors. Set truncate-lines to t.
12978 Print sorted duplicate color names on each line. Indent to 22
12979 \(the longest color name in rgb.txt) instead of 20. Optimize.
12980 (list-colors-duplicates): New function.
12981 (facemenu-color-name-equal): Delete function.
12983 * facemenu.el (list-colors-print): New function created from code
12984 in list-colors-display. Print #RRGGBB at the window right edge.
12985 (list-colors-display): When temp-buffer-show-function is not
12986 defined, call list-colors-print from temp-buffer-show-hook
12987 to get the right value of window-width in list-colors-print
12988 after the buffer is displayed.
12990 * simple.el (pop-mark): Move deactivate-mark out of conditional
12991 part to deactivate the active mark regardless of the state of the
12994 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12995 variables line in desktop files.
12997 2005-01-12 Juri Linkov <juri@jurta.org>
12999 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13000 Bring together isearch highlight related options.
13001 (lazy-highlight): Replace group `replace' by `matching'.
13002 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13003 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13004 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13005 and declare them obsolete.
13006 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13007 (isearch-faces): Remove defgroup.
13008 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13009 Move isearch highlighting code closer to lazy highlighting code.
13011 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13012 (query-replace-highlight, query-replace-lazy-highlight)
13013 (query-replace): Move definitions to the beginning of the file.
13015 2005-01-11 Juri Linkov <juri@jurta.org>
13017 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13018 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13019 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13021 * info.el (Info-history-forward): New variable.
13022 (Info-select-node): Reset Info-history-forward to nil.
13023 (Info-last): Turn into defalias.
13024 (Info-history-back): Rename from Info-last.
13025 Add current node to Info-history-forward.
13026 (Info-history-forward): New fun.
13027 (Info-mode-map): Replace Info-last by Info-history-back.
13028 Bind Info-history-forward to "r".
13029 (Info-mode-menu): Replace Info-last by Info-history-back.
13030 Fix menu item text. Add menu item for Info-history-forward.
13031 (info-tool-bar-map): Replace Info-last by Info-history-back.
13032 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13033 for Info-history-forward.
13034 (Info-mode): Replace Info-last by Info-history-back in docstring.
13035 Add local variable Info-history-forward.
13036 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13038 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13040 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13041 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13042 Ignore select-window events rather than fiddle with
13043 mouse-autoselect-window.
13045 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13047 * type-break.el (type-break-mode): Fix previous change.
13049 2005-01-10 Jay Belanger <belanger@truman.edu>
13051 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13052 calculator; only reset when point is inside a calculator.
13053 Don't adjust the window height if the window takes up the whole height
13056 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13058 * ebuff-menu.el (Electric-buffer-menu-mode):
13059 Preserve value of buffer-local var header-line-format.
13061 2005-01-09 Jay Belanger <belanger@truman.edu>
13063 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13064 Make sure settings file exists before accessing it.
13066 * calc/calc-embed.el (calc-embedded-subst):
13067 Replace math-multi-subst-rec, which is only supposed to be called
13068 by math-multi-subst, by math-multi-subst.
13070 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13072 * vc.el (vc-allow-async-revert): New user option.
13073 (vc-disable-async-diff): New internal variable.
13074 (vc-revert-buffer): Use them to disable asynchronous diff.
13076 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13077 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13078 asynchronously if vc-disable-async-diff is t.
13080 2005-01-09 Jay Belanger <belanger@truman.edu>
13082 * calc/calc.el (defcalcmodevar): New macro.
13083 (calc-mode-var-list-restore-default-values)
13084 (calc-mode-var-list-restore-saved-values): New functions.
13085 (calc-mode-var-list): Use defcalcmodevar to define it.
13086 (calc-always-load-extensions, calc-line-numbering)
13087 (calc-line-breaking, calc-display-just, calc-display-origin)
13088 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13089 (calc-group-char, calc-point-char, calc-frac-format)
13090 (calc-prefer-frac, calc-hms-format, calc-date-format)
13091 (calc-float-format, calc-full-float-format, calc-complex-format)
13092 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13093 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13094 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13095 (calc-matrix-brackets, calc-language, calc-language-option)
13096 (calc-left-label, calc-right-label, calc-word-size)
13097 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13098 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13099 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13100 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13101 (calc-window-height, calc-display-trail, calc-show-selections)
13102 (calc-use-selections, calc-assoc-selections)
13103 (calc-display-working-message, calc-auto-why, calc-timing)
13104 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13105 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13106 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13107 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13108 (calc-gnuplot-geometry, calc-graph-default-resolution)
13109 (calc-graph-default-resolution-3d, calc-invocation-macro)
13110 (calc-show-banner): Use defcalcmodevar to declare them and set
13111 their default values.
13113 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13114 instead of default values (but restore default values if there is
13117 2005-01-09 David Kastrup <dak@gnu.org>
13119 * desktop.el (desktop-restore-eager): Fix typo in type.
13121 2005-01-08 Richard M. Stallman <rms@gnu.org>
13123 * cus-edit.el (customize): Delete :link.
13125 2005-01-08 Jay Belanger <belanger@truman.edu>
13127 * calc/calc.el (calc-mode): Remove the extension from the
13128 `calc-settings-file' file name when loading it.
13130 2005-01-08 Kim F. Storm <storm@cua.dk>
13132 * info.el (Info-mode-map, Info-next-link-keymap)
13133 (Info-prev-link-keymap, Info-up-link-keymap):
13134 Map follow-link to mouse-face.
13135 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13137 2005-01-08 Jay Belanger <belanger@truman.edu>
13139 * calc/calc.el (calc-settings-file): Change default value.
13140 Suggested by cgw in a comment in calc-mode.el.
13142 * calc/calc-mode.el (calc-settings-file-name):
13143 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13144 Replace ~/.emacs in a prompt by calc-settings-file.
13146 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13148 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13149 (desktop-lazy-idle-delay): New customizable variables.
13150 (desktop-buffer-args-list): New variable.
13151 (desktop-append-buffer-args): New function.
13152 (desktop-save): Call desktop-append-buffer-args for some buffers.
13153 (desktop-lazy-create-buffer): New function.
13154 (desktop-idle-create-buffers): New function.
13155 (desktop-read): Add message about buffers to restore lazily.
13156 (desktop-lazy-abort): New command.
13157 (desktop-clear): Call desktop-lazy-abort.
13158 (desktop-lazy-complete): New command.
13160 2005-01-06 Richard M. Stallman <rms@gnu.org>
13162 * emacs-lisp/find-func.el (find-face-definition):
13163 Rename from find-face.
13165 2005-01-06 Kim F. Storm <storm@cua.dk>
13167 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13169 * man.el (Man-xref-man-page, Man-xref-header-file)
13170 (Man-xref-normal-file): Add follow-link property.
13172 2005-01-06 Jay Belanger <belanger@truman.edu>
13174 * calc/calc-units.el: Make sure the proper macro definitions are
13175 available when compiling.
13177 2005-01-06 Juri Linkov <juri@jurta.org>
13179 * isearch.el (isearch-lazy-highlight-update):
13180 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13182 2005-01-06 Miles Bader <miles@gnu.org>
13184 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13185 (isearch-lazy-highlight-face): Use new name.
13187 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13189 * uniquify.el (uniquify-rationalize-file-buffer-names):
13190 Re-add an interactive spec.
13191 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13194 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13195 (isearch-update, isearch-done): Adjust calls accordingly.
13197 2005-01-05 Richard M. Stallman <rms@gnu.org>
13199 * custom.el (custom-set-variables, custom-theme-set-variables):
13200 Clarify documentation.
13202 * emacs-lisp/find-func.el (find-variable)
13203 (find-variable-other-window, find-variable-other-frame):
13204 Fix the TYPE args to find-function-read and find-function-do-it.
13205 (find-function): Doc fix.
13206 (find-function-at-point): Replace function-at-point alias.
13208 2005-01-04 Richard M. Stallman <rms@gnu.org>
13210 * cus-face.el (custom-declare-face):
13211 Record defface in current-load-list.
13213 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13215 * emacs-lisp/find-func.el: Doc fixes.
13216 (find-face-regexp): New variable.
13217 (find-function-regexp-alist): New variable.
13218 (find-function-C-source): Third arg is now TYPE.
13219 (find-function-search-for-symbol): Handle general TYPE.
13220 (find-function-read, find-function-do-it): Handle general TYPE.
13221 (find-definition-noselect, find-face): New functions.
13222 (function-at-point): Alias deleted.
13224 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13226 * battery.el (display-battery-mode): Rename from display-battery.
13227 Handle the case where it gets turned off.
13229 2005-01-04 Richard M. Stallman <rms@gnu.org>
13231 * cus-edit.el (customize): Make :link point to user doc.
13233 * man.el (Man-fontify-manpage): Turn off undo generation.
13235 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13237 2005-01-04 Andreas Schwab <schwab@suse.de>
13239 * files.el (insert-directory): Only look for error lines in
13240 inserted text. Don't move too far after processing --dired markers.
13242 2005-01-04 Richard M. Stallman <rms@gnu.org>
13244 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13245 Don't expand if the character is @, period, dash, etc.
13246 (define-mail-abbrev): Quote names that contain problem characters.
13248 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13250 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13252 2005-01-03 Richard M. Stallman <rms@gnu.org>
13254 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13255 (query-replace-highlight, query-replace-lazy-highlight)
13256 (query-replace): Definitions moved up. Doc fix.
13258 2005-01-03 Richard M. Stallman <rms@gnu.org>
13260 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13261 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13262 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13263 (lazy-highlight-face): Rename from isearch-lazy-...
13264 Change all references to them.
13266 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13268 * cus-edit.el (custom-file): Doc fix for defcustom.
13269 (custom-file): The function no longer sets the variable
13270 `custom-file' to its return value.
13272 * startup.el (command-line): No longer load `custom-file'.
13274 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13276 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13278 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13279 Don't confuse module-prefixed identifiers for labels.
13280 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13282 2005-01-02 Richard M. Stallman <rms@gnu.org>
13284 * files.el (basic-save-buffer-1): Fix previous change.
13286 * loadhist.el (file-loadhist-lookup): New function.
13287 (file-provides, file-requires): Use it.
13289 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13290 instead of calculating the right size.
13292 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13294 * vc-svn.el (vc-svn-diff): Stay local if possible.
13296 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13298 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13300 * files.el (hack-local-variables): Fix last change.
13302 2005-01-02 Jay Belanger <belanger@truman.edu>
13304 * calc/calc-yank.el (calc-edit-top): New variable.
13305 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13306 object. Change header properties.
13307 (calc-edit-finish, calc-edit-finish-stack-object)
13308 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13310 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13311 for the beginning of the edited object.
13312 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13313 for the beginning of the edited object.
13314 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13315 (calc-finish-formula-edit, calc-macro-repeats)
13316 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13317 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13318 beginning of the edited object.
13319 (calc-user-define-edit): Change the header for editing macros.
13320 Remove unnecessary variable.
13322 2005-01-01 Jay Belanger <belanger@truman.edu>
13324 * calc/calc-yank.el (calc-edit-mode): Change default header.
13325 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13326 * calc/calc-store.el (calc-edit-variable): Change title to match new
13328 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13329 mode to match new header.
13330 (calc-user-define-edit): Change titles to include names of commands.
13331 (calc-finish-formula-edit): Adjust to handle new header.
13332 (calc-finish-macro-edit): Remove.
13333 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13334 (calc-edit-macro-command, calc-edit-macro-command-type)
13335 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13336 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13337 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13338 (calc-edit-macro-finish-edit): New functions.
13339 (calc-user-define-edit): Use new functions to edit named calc macros.
13341 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13343 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13345 * ses.el (copy-region-as-kill): Deactivate mark.
13347 2005-01-01 Richard M. Stallman <rms@gnu.org>
13349 * replace.el (occur-1): If the output buffer is also an input,
13350 don't kill it, rename it.
13352 * faces.el (set-face-background, set-face-foreground): Doc fix.
13354 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13355 for :foreground and :background.
13357 * dired.el (dired-view-command-alist): Variable deleted.
13358 (dired-view-file, dired-mouse-find-file-other-window):
13359 Delete the code to use it.
13361 2005-01-01 Kim F. Storm <storm@cua.dk>
13363 * image.el (insert-sliced-image): Use t for line-height property.
13365 See ChangeLog.11 for earlier changes.
13367 ;; Local Variables:
13368 ;; coding: iso-2022-7bit
13371 Copyright (C) 2005 Free Software Foundation, Inc.
13372 Copying and distribution of this file, with or without modification,
13373 are permitted provided the copyright notice and this notice are preserved.
13375 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1