1 2007-11-10 Jason Rumney <jasonr@gnu.org>
3 * w32-fns.el: Sync charset names with setup-default-fontset.
4 Append "-1" where second part missing.
6 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8 * faces.el (face-normalize-spec): Remove function.
9 (frame-set-background-mode): Undo last change.
11 2007-11-10 Juri Linkov <juri@jurta.org>
13 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
16 * custom.el (custom-note-var-changed): Remove the `interactive'
17 spec from this new non-interactive function.
19 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
21 * doc-view.el (doc-view-mode-map, doc-view-menu)
22 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
23 (doc-view-search-backward): New function.
24 (doc-view-search): Query new regexp if prefix arg is given, else
25 jump to next/previous match.
26 (doc-view-mode): Handle compressed files.
27 (jka-compr): Required for compressed files.
29 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
31 * replace.el (query-replace-show-replacement): New defcustom.
32 (perform-replace): Use `match-substitute-replacement' if
33 `query-replace-show-replacement' is non-nil.
35 2007-11-10 David Kastrup <dak@gnu.org>
37 * subr.el (match-substitute-replacement): New function.
39 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
41 * files.el (auto-mode-alist): Select org-mode for files with the
44 2007-11-10 Martin Rudalics <rudalics@gmx.at>
46 * help.el (help-window, help-window-point-marker): New variables.
47 (help-window-select): New option.
48 (with-help-window): New macro for displaying help windows.
49 (help-window-display-message, help-window-setup-finish)
50 (help-window-setup): New functions used for setting up help windows.
51 (print-help-return-message): Reset help-window to nil.
52 (view-lossage): Use with-help-window instead of
53 with-output-to-temp-buffer and move help-window-point-marker after
55 (describe-bindings, describe-key, describe-mode): Use
56 with-help-window instead of with-output-to-temp-buffer.
58 * help-mode.el (help-mode): Set view-exit-action to bury the
59 buffer instead of fiddling with windows. Simplify code.
60 (help-mode-finish): When help-window eqs t set it to the selected
61 window and have with-help-window set up view-return-to-alist.
62 (help-buffer): Add autoload cookie.
64 * view.el (view-remove-frame-by-deleting): Change default value to t.
66 (view-exit-action, view-file, view-file-other-window)
67 (view-file-other-frame, view-buffer, view-buffer-other-window)
68 (view-buffer-other-frame): Rewrite doc strings.
69 (view-return-to-alist-update): New function to remove stale entries
70 from view-return-to-alist.
71 (view-mode-enter): Rewrite doc string and simplify code.
72 (view-mode-exit): Handle new case 'keep-frame. Don't reset
73 view-exit-action to nil. Simplify code and rewrite doc string.
75 * apropos.el (apropos-describe-plist):
76 * descr-text.el (describe-char):
77 * disp-table.el (describe-display-table):
78 * faces.el (list-faces-display, describe-face):
79 * facemenu.el (list-colors-display):
80 * help-fns.el (describe-function, describe-variable)
81 (describe-syntax, describe-categories):
82 Use with-help-window instead of with-output-to-temp-buffer.
84 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
86 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize
87 (featurep 'emacs) to t.
89 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): New
91 (byte-compile-maybe-guarded): Use it to also look for bound
92 symbols inside `and' forms. Comment out non-working code that was
93 trying to avoid warnings for XEmacs code.
95 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
97 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
98 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
99 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
100 (vc-cvs-annotate-command):
101 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
102 is bound, it always is.
104 2007-11-10 Jason Rumney <jasonr@gnu.org>
106 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
107 setup here from global scope.
109 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
111 * ido.el (ido-save-history): Save the history file in UTF-8, not
112 the current filename coding system.
114 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
116 * simple.el (interprogram-cut-function, interprogram-paste-function):
117 Don't make them frame-local any more.
119 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
120 Don't set interprogram-(cut|paste)-function on each frame.
122 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
123 Make them work in tty frames.
124 (interprogram-cut-function, interprogram-paste-function):
127 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
129 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
130 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
131 (iso-iso2duden-trans-tab): Add docstring.
133 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
135 * abbrev.el (define-abbrev-table): Record the variable definition.
137 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
140 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
142 * ps-print.el: Clean the code for checking suitable Emacs version.
143 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
144 (ps-print-version): New version 6.8.1.
146 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
148 * files.el (enable-local-variables): Doc fix.
150 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
152 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
154 2007-11-09 Sven Joachim <svenjoac@gmx.de>
156 * dired-aux.el (dired-copy-file-recursive):
157 Preserve directory permissions.
159 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
161 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
162 (whitespace-unload-function): New-style unload function. When run,
163 unintern `whitespace-unload-hook' and call `unload-feature' recursively
164 to stop the old hook from messing with the unloading.
166 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
168 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
169 (elp-unset-master, elp-results): Fix typos.
170 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
173 * msb.el (msb--many-menus): Remove variable.
174 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
175 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
176 (msb--toggle-menu-type): Fix typos in docstrings.
178 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
179 (shadow-insert-var): Doc fixes.
180 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
182 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
184 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
186 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
187 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
188 Fix typos in autoload docstrings.
190 2007-11-09 Richard Stallman <rms@gnu.org>
192 * savehist.el (savehist-save): Obey savehist-ignored-variables.
194 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
196 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
197 (gdb-var-update-handler-1): Use it.
199 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
201 * loadhist.el (unload-feature): Remove erroneous check for the
202 FEATURE-unload-function variable; check the existence of the
203 function (that's what the docstring says, and it makes more sense).
205 * follow.el (follow-unload-function): Add docstring.
206 (follow-unload-function): Remove variable.
208 * server.el (server-unload-function): Remove variable.
209 (server-unload-function): Unbind `server-edit' from `C-x #'.
211 * ses.el (ses-unload-function): New function.
213 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
215 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
216 (unsafep-progn, unsafep-let): Fix typos in docstrings.
218 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
219 before use to avoid a warning in packages that require uniquify.
220 (uniquify-unload-function): New function and var.
222 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
224 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
225 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
226 (ediff-current-diff-A, ediff-current-diff-B)
227 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
228 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
229 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
230 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
231 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
232 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
233 (ediff-setup-windows-plain-merge)
234 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
235 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
236 * ediff-util.el (ediff-setup-keymap, )
237 (ediff-toggle-wide-display, ediff-toggle-multiframe)
238 (ediff-toggle-use-toolbar, ediff-really-quit)
239 (ediff-good-frame-under-mouse)
240 (ediff-highlight-diff-in-one-buffer)
241 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
242 (ediff-make-bullet-proof-overlay):
243 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
244 (ediff-set-meta-overlay):
245 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
246 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
247 ediff-emacs-p with their former definitions.
249 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
250 (viper-has-face-support-p, viper-inactivate-input-method)
251 (viper-activate-input-method)
252 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
253 * emulation/viper-mous.el (viper-multiclick-timeout)
254 (viper-surrounding-word, viper-mouse-click-insert-word)
255 (viper-mouse-click-search-word, viper-parse-mouse-key):
256 * emulation/viper-macs.el (viper-char-array-to-macro):
257 * emulation/viper.el (viper-go-away, viper-set-hooks)
258 (viper-non-hook-settings):
259 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
260 (viper-get-saved-cursor-color-in-insert-mode)
261 (viper-get-saved-cursor-color-in-emacs-mode)
262 (viper-check-version, viper-get-visible-buffer-window)
263 (viper-file-checked-in-p, viper-set-replace-overlay)
264 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
265 (viper-check-minibuffer-overlay, viper-read-key-sequence)
266 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
267 with their former definitions.
268 (viper-eventify-list-xemacs): Only do work for XEmacs.
269 (viper-set-unread-command-events): Only do work for Emacs.
270 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
271 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
272 (viper-overlay-get, viper-overlay-put, viper-read-event)
273 (viper-characterp, viper-int-to-char, viper-get-face)
274 (viper-color-defined-p, viper-iconify): New defaliases replacing
277 * progmodes/fortran.el (comment-region-function)
278 (uncomment-region-function): Pacify byte compiler.
280 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
282 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
284 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
285 `process-environment'.
287 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
289 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
290 match dir like "a...b".
292 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
294 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
296 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
298 * net/tramp.el (tramp-handle-substitute-in-file-name):
299 Don't expand the remote connection identification.
300 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
301 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
304 * net/tramp-cache.el (tramp-cache-print)
305 (tramp-dump-connection-properties): Fix docstring.
306 (tramp-list-connections): Rename from
307 `tramp-cache-list-connections'.
309 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
311 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
312 remote connection identification when setting connection property.
314 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
315 "//" substitutes only in the local filename part.
317 2007-11-07 David Hansen <david.hansen@gmx.net>
319 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
321 2007-11-07 Glenn Morris <rgm@gnu.org>
323 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
324 Remove superfluous concats. Move final set-buffer to
325 non-emacs-specific code.
327 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
329 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
331 2007-11-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
333 * eshell/esh-mode.el (eshell-output-filter):
334 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
335 Use `with-current-buffer'.
337 2007-11-07 Andreas Schwab <schwab@suse.de>
339 * server.el (server-start): Only register cleanup after server was
342 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
344 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
346 * net/tramp-cache (tramp-cache-print): Move down.
347 (tramp-cache-list-connections): New defun.
349 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
351 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
353 * ido.el (ido-save-history): Write the history file in the current
354 filename coding system, and add `coding' file-local variable.
356 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
358 * textmodes/org.el (org-table-formula-substitute-names):
359 Remove forgotten temporary debugging code.
361 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
363 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
366 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
368 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
370 2007-11-05 Simon Josefsson <simon@josefsson.org>
372 * net/tls.el (tls-end-of-info): Doc fix.
374 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
376 * international/utf-7.el (utf-7-imap): New coding system.
377 (utf-7-imap-post-read-conversion): New function.
378 (utf-7-imap-pre-write-conversion): New function.
380 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
382 * abbrev.el (abbrev--write): Fix up typo.
384 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
386 * abbrev.el (define-abbrev-table): Doc fix.
388 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
390 * info.el (Info-revert-buffer-function): New func.
391 (Info-mode): Arrange to use it for reverting.
392 (Info-copy-current-node-name): Add space between filename and nodename.
394 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
396 * abbrev.el (expand-abbrev): Move point back to expansion's end.
398 2007-11-04 Glenn Morris <rgm@gnu.org>
400 * net/tls.el: Don't require rx when compiling.
401 (tls-end-of-info): Rewrite without using rx.
402 (open-tls-stream): Use with-current-buffer.
404 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
406 * net/tls.el: Require rx when compiling.
407 (tls-end-of-info): New variable.
408 (open-tls-stream): Keep reading input until `tls-end-of-info' is
411 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
413 * register.el (append-to-register, prepend-to-register):
414 Don't signal error on empty register; use the text, instead.
416 2007-11-03 Michael Olson <mwolson@gnu.org>
418 * textmodes/remember.el (remember-buffer):
419 Use define-obsolete-function-alias rather than defalias.
421 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
423 * simple.el (bad-packages-alist): Anchor semantic regexp.
425 2007-11-03 Glenn Morris <rgm@gnu.org>
427 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
428 if defined, for blank lines. Doc fix.
430 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
431 (fortran-mode): Set values for comment-region-function,
432 uncomment-region-function and comment-insert-comment-function.
433 (fortran-uncomment-region): New function.
435 * textmodes/nroff-mode.el (nroff-mode):
436 Set comment-insert-comment-function rather than indent-line-function.
437 (nroff-indent-line-function): Remove.
438 (nroff-insert-comment-function): New function.
440 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
442 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
444 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
446 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
448 * emulation/viper-cmd.el (viper-prev-destructive-command)
449 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
452 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
453 Got rid of ediff-copy-list.
455 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
457 (ediff-test-utility,ediff-diff-mandatory-option)
458 (ediff-reset-diff-options): Remove to simplify the mandatory option
460 (ediff-set-diff-options): Add.
461 (ediff-diff-options): Set "--binary" option as default in some cases.
463 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
464 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
465 ediff-vc-working-revision. Require vc-hooks.
467 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
469 * files.el (hack-local-variables): Fix membership tests to avoid
470 treating all variables as safe if `enable-local-variables' is
471 set to :safe (CVE-2007-5795).
473 2007-11-02 Glenn Morris <rgm@gnu.org>
475 * newcomment.el (comment-indent): Let comment-insert-comment-function,
476 if defined, do all the work of inserting a new comment.
478 * progmodes/etags.el (tags-table-mode): Disable undo.
480 * simple.el (bad-packages-alist): Revert previous change.
482 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
484 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
486 * obsolete/lselect.el: Do not warn about unknown functions.
488 2007-11-02 Michael Olson <mwolson@gnu.org>
490 * textmodes/remember.el (remember-buffer): Make this an alias of
491 remember-finalize, because Org uses it.
493 2007-11-01 Michael Olson <mwolson@gnu.org>
495 * textmodes/remember.el: Improve documentation in heading.
496 (remember-before-remember-hook): Turn into a customizable option.
497 (remember): Document INITIAL argument.
498 (remember-region): Remove autoload cookie. Improve docstring to
499 mention that it is called from the *Remember* buffer, and does not
500 have any functional overlap with the `remember' function.
501 (remember-finalize): Remove autoload cookie. Rename from
502 remember-buffer to emphasize that this does not have any
503 functional overlap with the `remember' function.
504 (remember-destroy): Remove autoload cookie.
505 (remember-mode-map): Define and initialize in one step.
506 (remember-mode): Improve docstring.
507 (remember-annotation-functions): Default to just '(buffer-file-name),
508 and don't try to take the default value from Planner.
510 2007-11-01 Glenn Morris <rgm@gnu.org>
512 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
514 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
516 * emacs-lisp/authors.el (authors-scan-change-log)
517 (authors-scan-el): Don't enable local eval; enable only safe local
518 variables, without querying.
520 * mail/footnote.el (footnote-numeric-regexp)
521 (footnote-english-upper-regexp, footnote-english-lower-regexp)
522 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
523 Match multi-character footnotes.
525 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
526 (nroff-indent-line-function): New function.
527 (nroff-count-text-lines): Use nroff-forward-text-line rather than
530 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
532 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
533 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
534 (rcirc-print): Only update the line count when not marking the
536 (rcirc-log-write): Specify coding system when writing logfile.
537 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
539 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
541 * printing.el (printing): Fix :version, printing.el was included
543 (pr-path-style, pr-path-alist, pr-txt-name)
544 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
545 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
546 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
547 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
548 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
549 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
550 (pr-setting-database, pr-visible-entry-list)
551 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
552 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
554 * ediff-util.el (ediff-nuke-selective-display): Move definition to
555 top level, make it dependent on the emacs flavor.
557 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
558 Test for XEmacs not for itimer.
561 * obsolete/sun-fns.el:
562 * obsolete/sun-curs.el: Remove files.
564 * term/sun.el (select-previous-complex-command): Remove obsolete code.
566 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
568 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
571 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
573 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
574 used normally for goto-line. Change `g' to revert the buffer.
575 Add redundant `r' binding for buffer-revert.
577 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
578 (mail-abbrevs-setup): Use abbrev-expand-functions.
579 (build-mail-abbrevs): Use with-temp-buffer.
580 (define-mail-abbrev): Simplify.
581 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
582 Change it for use on abbrev-expand-functions.
583 (mail-abbrev-complete-alias): Use with-syntax-table.
585 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
587 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
588 directly. Fix bug in deleting temp file.
590 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
592 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
593 Merge defvar and define-abbrev-table.
594 (def-python-skeleton): Use :case-fixed and :enable-function.
595 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
597 (python-mode): Don't modify pre-abbrev-expand-hook.
599 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
601 * ediff-util.el (ediff-file-checked-out-p)
602 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
604 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
606 * abbrev.el (abbrev-symbol): Correct let->let*.
607 (abbrev--before-point): Only use abbrev-start-location if before point.
609 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
611 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
612 (strokes-unload-hook): Remove function and variable.
613 (strokes-unload-function): New-style unload function, adapted
614 from `strokes-unload-hook'.
616 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
617 (cl-unload-hook): Remove variable.
618 (cl-unload-function): New-style unload function, adapted
619 from `cl-cannot-unload'.
621 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
622 (elp-unload-function): New-style unload function, adapted
623 from `elp-unload-hook'.
625 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
627 * emacs-lisp/find-func.el (find-library): Use library at
628 point as default interactive argument.
630 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
632 * shadowfile.el (shadow-join): Remove.
633 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
634 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
635 (shadowfile-unload-hook): Remove function and variable.
636 (shadowfile-unload-function): New-style unload function, adapted
637 from `shadowfile-unload-hook'.
639 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
641 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
644 * textmodes/reftex.el: Move autoloads for before all uses.
645 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
646 (reftex-delete-overlay): Move to the top level with the condition
649 * progmodes/simula.el: Use when instead of if.
651 * iimage.el (iimage-locate-file): Define unconditionally.
653 * mail/mailabbrev.el (mail-abbrev-next-line):
654 * emulation/vip.el (vip-enlarge-region, vip-line)
655 (vip-next-line-at-bol, vip-previous-line)
656 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
657 Wrap with-no-warnings around uses of next-line and previous-line.
659 * ediff.el (run-ediff-from-cvs-buffer):
660 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
661 Remove function not used by pcl-cvs anymore.
662 (noninteractive, generic-sc-get-latest-rev)
663 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
664 Delete support for long obsolete generic-sc.el.
666 2007-10-31 Glenn Morris <rgm@gnu.org>
668 * cvs-status.el: No longer require pcvs when compiling.
670 * doc-view.el (doc-view-conversion-refresh-interval)
671 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
672 (doc-view-reset-slice): Doc fixes.
673 (doc-view-menu): Remove deleted function doc-view-edit-doc.
675 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
677 * help-at-pt.el (help-at-pt-unload-hook): Remove.
678 Timers are automatically canceled by `unload-feature'.
680 * delsel.el (delsel-unload-hook): Remove function and variable.
681 (delsel-unload-function): New-style unload function, adapted
682 from `delsel-unload-hook'.
684 * msb.el (msb-unload-hook): Remove function and variable.
685 (msb-unload-function): New-style unload function, adapted from
688 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
690 * desktop.el (uniquify-managed): Pacify byte compiler.
691 (desktop-buffer-info): If the buffer name is managed by uniquify,
692 save the base name, not the uniquified one.
693 (desktop-create-buffer): Allow `rename-buffer' to generate a new
694 name in case of conflict.
696 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
698 * doc-view.el: Use expand-file-name rather than concat.
699 (doc-view-cache-directory): Add the UID so multiple users won't clash.
700 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
701 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
702 (doc-view-toggle-display): Use an overlay over the whole buffer so as
703 not to have to touch the buffer's content.
704 (doc-view-initiate-display): New function, extracted from doc-view-mode.
705 (doc-view-mode): Use it. Don't mark as a special mode.
706 Put the page numbers in the modeline.
707 Set up the overlay. Hide the cursor. Run the mode hook.
708 Use after-revert-hook rather than revert-buffer-function.
709 (doc-view-search-internal): Fix typo.
710 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
712 (doc-view-reconvert-doc): Don't reset the whole mode.
713 (doc-view-make-safe-dir): New function.
714 (doc-view-current-cache-dir): Use it.
716 2007-10-30 Jason Rumney <jasonr@gnu.org>
718 * time.el (display-time-world-list): Test for zoneinfo support.
720 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
722 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
724 * net/tramp-cache.el (tramp-flush-file-function): Check also
725 `default-directory' if `buffer-file-name' does not return a
726 string. Added to `eshell-pre-command-hook'.
728 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
730 * doc-view.el (doc-view-current-doc): Remove.
731 Replace all uses by buffer-file-name.
732 (doc-view-menu): New menu.
733 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
735 (doc-view-sort): Simplify.
736 (doc-view-buffer-message): Don't change buffer-modified-p.
737 (doc-view-mode): Change it here instead.
738 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
739 Don't modify the global value of revert-buffer-function.
741 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
742 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
743 (image-toggle-display): Take overlays into account and don't assume
746 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
748 * vc.el (vc-annotate): Fix omission bug:
749 Specify value for vc-sentinel-movepoint.
751 2007-10-30 Michael Olson <mwolson@gnu.org>
753 * textmodes/remember.el (remember-mode-hook)
754 (remember-handler-functions, remember-annotation-functions):
755 Add additional items as options, including some Org functions.
757 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
759 * doc-view.el: Remove cl-dependency.
760 (doc-view-buffer-message): Mention new binding K.
761 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
763 (doc-view-current-cache-dir): Better cache dir naming.
764 (doc-view-current-display): Remove variable.
765 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
766 (doc-view-kill-proc): Set converter process to nil.
767 (doc-view-minor-mode): New minor mode.
768 (doc-view-minor-mode-map): New keymap.
769 (doc-view-mode): Remove text/image switching code. Use plain defun.
770 (doc-view-mode-map): New binding K kills converter process.
771 Remove C-c C-e binding.
772 (doc-view-mode-text-map): Remove keymap.
773 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
775 (doc-view-previous-major-mode): New variable.
776 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
777 (doc-view-remove-if): New function.
778 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
779 (doc-view-toggle-display): Toggle modes instead of display styles.
780 (doc-view-reconvert-doc): Adapt to new way of doing things.
782 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
784 2007-10-30 Glenn Morris <rgm@gnu.org>
786 * dirtrack.el (dirtrack-mode): Doc fix.
788 * shell.el (shell-dirtrack-verbose, shell-mode)
789 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
791 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
792 (byte-compile-enable-warning): Doc fix.
794 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
795 suppress byte-opt warning.
797 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
799 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
800 (edt-gnu-emacs19-p): Remove.
801 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
802 (edt-xserver, edt-page-backward, edt-beginning-of-line)
803 (edt-end-of-line-forward, edt-end-of-line-backward)
804 (edt-one-word-forward, edt-one-word-backward, edt-character)
805 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
806 (edt-find-forward, edt-find-backward, edt-find-next-forward)
807 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
808 (edt-define-key, edt-bottom-check, edt-sentence-forward)
809 (edt-sentence-backward, edt-paragraph-forward)
810 (edt-paragraph-backward, edt-restore-key, edt-window-top)
811 (edt-window-bottom, edt-scroll-window-forward-line)
812 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
813 (edt-line-to-top-of-window, edt-paragraph-backward)
814 (edt-restore-key, edt-window-top, edt-window-bottom)
815 (edt-scroll-window-forward-line)
816 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
817 (edt-line-to-middle-of-window, edt-goto-percentage)
818 (edt-display-the-time, edt-remember, edt-split-window)
819 (edt-emulation-on, edt-emulation-off)
820 (edt-default-emulation-setup, edt-user-emulation-setup)
821 (edt-select-default-global-map, edt-select-user-global-map):
822 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
825 * textmodes/reftex-index.el (reftex-index-selection-or-word):
826 Use feature test instead of boundp test so it can be resolved at
829 * net/newsticker.el (replace-regexp-in-string): Only define for
832 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
834 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
836 (abbrev-get, abbrev-put): Simplify.
837 (define-abbrev): Don't store the `force' value in the :system property.
838 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
840 2007-10-30 Michael Olson <mwolson@gnu.org>
842 * desktop.el (desktop-minor-mode-table): Add line for ERC.
844 * textmodes/remember.el: New file that implements a mode for
845 quickly jotting down things to remember.
847 * textmodes/remember-diary.el: A backend for remember.el that
848 implements saving notes to a Diary file.
850 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
852 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
854 (allout-doublecheck-at-and-shallower): Increase to include
855 slightly greater depths, since yank interaction is now ok.
856 Also, elaborate the docstring to explain the situation.
857 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
858 instead of concat, so we accommodate key sequences expressed as
859 vectors as well as strings and lists.
860 (allout-flag-region, allout-hide-by-annotation): Make the
861 hidden-text overlays 'front-advance.
862 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
863 (allout-aberrant-container-p, allout-on-current-heading-p)
864 (allout-e-o-prefix-p, allout-next-heading)
865 (allout-previous-heading, allout-goto-prefix)
866 (allout-end-of-prefix, allout-next-sibling-leap)
867 (allout-next-visible-heading, allout-auto-fill)
868 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
869 (allout-yank-processing, allout-resolve-xref)
870 (allout-current-topic-collapsed-p, allout-hide-region-body)
871 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
872 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
873 (count-trailing-whitespace-region): Preserve match data, so allout
874 outline navigation doesn't disrupt other Emacs operations.
875 (allout-beginning-of-line): Retreat to the beginning of the hidden
876 text, so fields are respected (for submodes that care).
877 (allout-end-of-line): Preserve mark activation status when jumping.
878 (allout-open-topic): Account for opening after a child that
879 contains a hidden trailing newline. Preserve match data.
880 Run allout-structure-added-hook
881 (allout-encrypt-decrypted): Preserve match data.
882 (allout-toggle-current-subtree-exposure): Add new interactive
883 function for toggle subtree exposure - suggested by tassilo.
884 (move-beginning-of-line, move-end-of-line): Don't use
885 line-move-invisible-p, it's obsolete - substitute the code,
888 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
890 * textmodes/flyspell.el (message-signature-separator):
891 * longlines.el (message-indent-citation-function): Pacify byte
894 * emacs-lisp/cl-loaddefs.el:
895 * ldefs-boot.el: Regenerate.
897 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
898 (.el.elc, compile, compile-always, compile-calc)
899 ($(lisp)/progmodes/cc-mode.elc): Use it.
901 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
902 Only do work for XEmacs.
903 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
904 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
906 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
907 (ps-x-color-name, ps-x-color-specifier-p)
908 (ps-x-copy-coding-system, ps-x-device-class)
909 (ps-x-extent-end-position, ps-x-extent-face)
910 (ps-x-extent-priority, ps-x-extent-start-position)
911 (ps-x-face-font-instance, ps-x-find-coding-system)
912 (ps-x-font-instance-properties, ps-x-make-color-instance)
913 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
914 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
915 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
916 (ps-generate-postscript-with-faces): Delete defaliases.
917 (ps-face-foreground-name, ps-face-background-name)
918 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
919 Move definitions to top level, make the body conditional on the Emacs
920 flavor. Replace uses of deleted aliases and renamed functions.
921 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
922 of deleted aliases and renamed functions.
924 * calc/calc.el (calc-emacs-type-lucid): Remove.
925 (calc-digit-map, calcDigit-start, calc-read-key)
926 (calc-clear-unread-commands):
927 * calc/calc-ext.el (calc-user-key-map): Replace uses of
928 calc-emacs-type-lucid with (featurep 'xemacs)
930 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
932 (tpu-lucid-emacs19-p): Remove.
933 (tpu-map-key): Make it a function instead of using fset. Inline
934 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
935 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
937 * ielm.el: Use featurep 'xemacs.
939 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
940 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
941 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
942 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
943 cperl-xemacs-p with (featurep 'xemacs).
944 (font-lock-cache-position): Pacify byte compiler.
946 2007-10-29 Drew Adams <drew.adams@oracle.com>
948 * faces.el (read-color): New function.
949 (face-at-point, foreground-color-at-point)
950 (background-color-at-point): New functions.
952 2007-10-28 Richard Stallman <rms@gnu.org>
954 * net/browse-url.el (browse-url-text-xterm): Rename from
955 browse-url-lynx-xterm and made generic.
956 (browse-url-text-emacs): Likewise.
957 (browse-url-text-browser): New variable.
958 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
959 (browse-url-text-input-field, browse-url-text-input-attempts)
960 (browse-url-kde-program): Likewise.
962 2007-10-29 Glenn Morris <rgm@gnu.org>
964 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
965 Use mapc rather than mapcar (reinstall change deleted without log
968 2007-10-29 Martin Rudalics <rudalics@gmx.at>
970 * wdired.el (wdired-next-line, wdired-previous-line):
971 Use next-line and previous-line wrapped in with-no-warnings.
973 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
975 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
976 (rcirc-recent-quit-alist): New function.
977 (rcirc): Print a better message when there is only one connected server.
978 (rcirc-complete-nick): Do not update the nick table here.
979 (rcirc-mode-map): Add M-o.
980 (rcirc-current-line): Add variable.
981 (rcirc-mode): Setup variables for line based omit.
982 (rcirc-edit-multiline): Strip text properties.
983 (rcirc-omit-responses): Add NICK.
984 (rcirc-omit-threshold): Add variable.
985 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
987 (rcirc-print): Keep track of current line. Do not fill text if
988 `rcirc-fill-flag' is null. Only omit text if the last activity
989 from the sender is more than `rcirc-omit-threshold' lines ago.
990 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
991 numbers instead of time.
992 (rcirc-channel-nicks): Sort by line numbers instead of time.
993 (rcirc-omit-mode): Add `...' when omitting text and recenter.
994 (rcirc-handler-JOIN): Restore the joiners linestamp.
995 (rcirc-maybe-remember-nick-quit): Add function.
996 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
998 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1000 * loadhist.el (unload-feature-special-hooks):
1001 Add `delete-frame-functions' and `suspend-tty-functions'.
1003 * server.el (server-unload-function): Rename from `server-unload-hook'
1004 and adapt to new `unload-feature' functionality. Remove hook from
1005 `kill-buffer-hook' buffer-locally.
1006 (server-unload-hook): Remove.
1007 (server-unload-function): New var; replaces `server-unload-hook'.
1009 2007-10-29 Glenn Morris <rgm@gnu.org>
1011 * dirtrack.el (dirtrack-debug): Doc fix.
1012 (dirtrack-mode, dirtrack-debug-mode): New names for
1013 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
1014 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
1016 (dirtrack-debug-message): Only print message if
1017 dirtrack-debug-mode is non-nil. Use with-current-buffer.
1018 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
1019 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
1021 2007-10-28 Glenn Morris <rgm@gnu.org>
1023 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
1024 (byte-compile-warnings-safe-p): Handle `not'.
1025 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
1026 (byte-compile-enable-warning): New functions.
1027 (byte-compile-eval-before-compile)
1028 (byte-compile-file-form-require): Use byte-compile-disable-warning.
1029 (byte-compile-close-variables): Locally bind byte-compile-warnings,
1030 but do not modify it.
1031 (byte-compile-eval, byte-compile-obsolete)
1032 (byte-compile-warn-about-unresolved-functions)
1033 (byte-compile-file-form-defvar)
1034 (byte-compile-file-form-custom-declare-variable)
1035 (byte-compile-file-form-require)
1036 (byte-compile-file-form-defmumble, byte-compile-lambda)
1037 (byte-compile-form, byte-compile-normal-call)
1038 (byte-compile-variable-ref, byte-compile-defvar)
1039 (byte-compile-make-variable-buffer-local):
1040 Use byte-compile-warning-enabled-p.
1041 * emacs-lisp/advice.el (ad-compile-function):
1042 Use byte-compile-disable-warning.
1043 * emacs-lisp/cl.el: Move local variables to end of file, and set
1044 byte-compile-warnings to `(not cl-functions)'.
1045 * emacs-lisp/cl-compat.el: Add a local variables section, and set
1046 byte-compile-warnings to `(not cl-functions)'.
1047 * emacs-lisp/cl-macs.el: Unify local variable section, and set
1048 byte-compile-warnings to `(not cl-functions)'.
1049 (cl-do-proclaim): Use byte-compile-disable-warning and
1050 byte-compile-enable-warning.
1051 * emacs-lisp/cl-seq.el: Unify local variable section, and set
1052 byte-compile-warnings to `(not cl-functions)'.
1053 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
1054 Use byte-compile-disable-warning.
1056 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
1058 * cus-edit.el (custom-browse-insert-prefix):
1059 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
1061 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
1063 * server.el (server-process-filter): Fix typo in docstring.
1064 (server-log): Reflow docstrings.
1065 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
1066 (server-goto-line-column): Use `when'.
1068 2007-10-28 Juri Linkov <juri@jurta.org>
1070 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
1071 when mouse is clicked on the isearch message.
1072 (isearch-resume): Call `isearch-update' at the end.
1073 Rename argument `search' to `string' to conform to the
1074 isearch terminology.
1076 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1078 Rewrite abbrev.c in Elisp.
1079 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
1080 (abbrev-table-get, abbrev-table-put, abbrev-get)
1081 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
1082 (define-abbrev, abbrev--check-chars, define-global-abbrev)
1083 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
1084 (abbrev-expansion, abbrev--before-point, expand-abbrev)
1085 (unexpand-abbrev, abbrev--write, abbrev--describe)
1086 (insert-abbrev-table-description, define-abbrev-table):
1087 New funs, largely transcribed from abbrev.c.
1088 (abbrev-with-wrapper-hook): New macro.
1089 (abbrev-table-name-list, global-abbrev-table)
1090 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
1091 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
1092 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
1093 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
1094 New vars, largely transcribed from abbrev.c.
1095 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
1096 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
1097 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
1099 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1101 * ps-print.el: Now detect if text foreground and background colors are
1102 equal and replace the foreground color by another color, so the text
1103 becomes visible. Doc fix.
1104 (ps-print-version): New version 6.8.
1105 (ps-default-fg, ps-default-bg): Docstring fix.
1106 (ps-postscript-code-directory): Fix default value code.
1107 (ps-fg-list, ps-fg-validate-p): New options.
1108 (ps-foreground-list): New var.
1109 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1111 2007-10-27 Glenn Morris <rgm@gnu.org>
1113 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
1114 (shell-dirtrack-toggle): Mark as obsolete.
1115 (dirtrack-toggle, dirtrack-mode): No longer alias to
1116 shell-dirtrack-mode.
1118 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
1120 * calc/calc.el (math-standard-opers): Lower the precedence
1122 * calc/calc-lang.el (math-oper-table): Lower precedence of
1123 negation for C, TeX, and eqn.
1125 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1127 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
1129 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1131 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
1132 (desktop-not-loaded-hook): Fix :version tags.
1134 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
1136 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
1137 (tramp-get-remote-tmpdir): New defun.
1138 (tramp-make-tramp-temp-file): Use it.
1139 (tramp-local-call-process): New defun. Replace all calls of
1140 `call-process' by this when appropriate.
1141 (tramp-handle-write-region): Replace calls of `file-attributes' by
1142 `tramp-compat-file-attributes'.
1143 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1144 Make the first command a `tramp-send-command' call, with let-bind
1145 of `tramp-end-of-output'.
1146 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
1147 (tramp-load-report-modules, tramp-append-tramp-buffers):
1148 Move to tramp-cmds.el.
1150 * net/tramp-fish.el (tramp-fish-handle-copy-file)
1151 (tramp-fish-do-copy-or-rename-file)
1152 (tramp-fish-do-copy-or-rename-file-directly):
1153 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1154 Add parameter PRESERVE-UID-GID.
1156 2007-10-27 Eli Zaretskii <eliz@gnu.org>
1158 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
1160 (display-time-world-list): Use them as appropriate for the current
1161 value of `system-type'.
1163 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1165 * printing.el: Pacify byte compiler, that is, no compiler warnings.
1166 Move (again) some variable definitions before use, define some fun
1167 aliases, no code change.
1168 (pr-version): New version 6.9.2.
1169 (pr-path-style, pr-auto-region, pr-menu-char-height)
1170 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1171 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1173 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1174 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1175 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1176 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1177 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
1178 (pr-menu-print-item, pr-ps-printer-menu-modified)
1179 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1180 (pr-even-or-odd-alist): Vars definition moved.
1182 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1184 * emulation/pc-select.el (next-line-mark, next-line-nomark)
1185 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
1186 around uses of previous-line and next-line.
1188 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
1191 * textmodes/css-mode.el (comment-continue):
1192 * net/browse-url.el (url-handler-regexp):
1193 * progmodes/idlw-help.el (idlwave-system-routines):
1194 Pacify byte-compiler.
1196 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
1197 line-move-invisible-p with its former definition: invisible-p.
1198 line-move-invisible-p was removed on 2007-08-29.
1200 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1202 * files.el (kill-emacs-query-functions): Doc fix;
1203 `save-buffers-kill-emacs' is no longer bound to a key.
1205 2007-10-26 Richard Stallman <rms@gnu.org>
1207 * isearch-multi.el (isearch-buffers-multi): New option.
1208 (isearch-buffers-search-fun): Test it.
1210 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1211 Put ps-run-clear on C-c C-l.
1213 * newcomment.el (comment-styles): New style indent-or-triple.
1214 (comment-style): Make that the default.
1215 (comment-add defvar): Doc fix.
1216 (comment-add): Delete arg EXTRA.
1217 (comment-region-default): Open code call to comment-add.
1218 Handle indent-or-triple style which uses `multi-char' for INDENT.
1220 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1222 * eshell/em-unix.el (nil-blank-string): Doc fix.
1224 2007-10-26 John Wiegley <johnw@newartisans.com>
1226 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
1227 function, ensure that the third argument is turned into a nil if
1228 the string is otherwise completely empty (either no characters, or
1229 all tabs/spaces). This fixes a bug from a user who found himself
1230 unable to customize `diff-switches' and still use Eshell's diff
1233 2007-10-26 Glenn Morris <rgm@gnu.org>
1235 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1236 safe-local-variable property.
1238 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1240 * net/browse-url.el (browse-url-browser-function): Delete grail.
1241 (browse-url-grail): Function and variable deleted.
1242 (browse-url-browser-function): Delete IXI Mosaic.
1243 (browse-url-default-browser): Don't try IXI Mosaic.
1244 (browse-url-iximosaic): Function deleted.
1245 (browse-url-browser-function): Delete MMM.
1246 (browse-url-default-browser): Don't try MMM.
1247 (browse-url-mmm): Function deleted.
1249 2007-10-26 Drew Adams <drew.adams@oracle.com>
1251 * custom.el (custom-note-var-changed): New function.
1253 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
1255 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
1256 use with the definition. Remove.
1258 * add-log.el (change-log-start-entry-re): New defconst.
1259 (change-log-sortable-date-at): Use it.
1260 (change-log-beginning-of-defun, change-log-end-of-defun):
1262 (change-log-mode): Use them for beginning-of-defun-function and
1263 end-of-defun-function.
1265 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
1267 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
1268 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
1269 (ses-recalculate-cell): Deal with point being just beyond end of
1270 data area (why does this happen?)
1271 (ses-set-curcell): Ditto.
1272 (ses-column-letter): Handle columns beyond 702. Code written by
1275 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
1277 * textmodes/org.el (org-agenda-get-restriction-and-command):
1278 Use `mapc' instead of `mapcar'.
1279 (org-agenda-list): Numeric prefix argument can specify the number
1281 (remember-register, remember-buffer): Prevent byte compiler from
1283 (org-todo): Save and restore match data.
1284 (org-no-warnings): New macro.
1285 (org-columns-eval): Use `org-no-warnings'.
1287 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
1289 * comint.el (comint-password-prompt-regexp):
1290 Handle `[sudo] password'-style prompt.
1292 2007-10-25 Glenn Morris <rgm@gnu.org>
1294 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
1295 (defcustom): Doc fix.
1297 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
1298 Add `non_intrinsic'.
1299 (f90-constants-re): Add ieee modules.
1300 (f90-typedef-matcher, f90-typedec-matcher)
1301 (f90-imenu-type-matcher): New functions.
1302 (f90-font-lock-keywords-1): Give module procedures function-name face.
1303 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
1304 Add `use, intrinsic'.
1305 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
1306 Move start of `enum' blocks to separate entry.
1307 (f90-start-block-re): Fix `type', `abstract interface'.
1308 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
1310 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
1311 `elemental', change `enumerator'.
1312 (f90-no-block-limit): Fix `abstract interface'.
1314 * progmodes/f90.el (f90-indented-comment-re)
1315 (f90-directive-comment-re, f90-break-delimiters):
1316 * progmodes/fortran.el (fortran-comment-line-start-skip)
1317 (fortran-directive-re):
1318 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1319 as safe if they are strings.
1321 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1323 * startup.el (window-system): Remove. Don't make it frame-local.
1325 2007-10-24 Richard Stallman <rms@gnu.org>
1327 * savehist.el (savehist-save): Omit unreadable elements.
1329 * loadhist.el (unload-function-defs-list): Rename from
1330 unload-function-features-list.
1331 (unload-feature-special-hooks, unload-feature): Doc fixes.
1333 * indent.el (indent-to-left-margin): If point's in the indentation,
1334 move to the end of the indentation.
1336 * cus-edit.el (customize-changed-options): Make arg optional.
1338 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1340 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1342 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1344 * textmodes/org-publish.el (org-publish-attachment): Re-install
1345 accidentally deleted change.
1347 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1349 * term/iris-ansi.el (iris-function-map): Move init into declaration.
1351 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1353 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1354 (Buffer-menu-mode-map): Initialize in the declaration.
1355 (Buffer-menu-mode): Define with `define-derived-mode'.
1357 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
1359 * textmodes/org.el (org-version): Change to 5.13e.
1360 (org-agenda-file-regexp): Fix typo in docstring.
1361 (org-add-planning-info): Fix bug in parenthesis settings.
1362 (org-scan-tags): Catch the case of indirect buffers with no filename.
1363 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
1364 Re-install switch to mapc, had been removed by accident.
1365 (org-columns-map): New binding `C-c C-o'.
1366 (org-columns-menu): Change menu text and added new entry.
1367 (org-columns-eval): Document the use of `next-line'.
1368 (org-columns-open-link): New function.
1369 (org-columns-follow-link): Remove function.
1370 (org-open-link-from-string): New function.
1371 (org-read-date-get-relative): Fix typo in docstring.
1372 (org-read-date-get-relative): Leading +/- is not optional.
1373 (org-agenda-get-restriction-and-command): Always resize window on
1375 (org-agenda-open-link): Make sure the link abbreviations are
1376 present in the agenda buffer.
1377 (org-agenda-copy-local-variable): New function.
1379 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1381 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
1383 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1385 * simple.el (reindent-then-newline-and-indent): Use a `move after
1386 insert' kind of marker in the save-excursion.
1388 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1390 * textmodes/css-mode.el: Require CL.
1391 (comment-continue): Declare.
1393 * subr.el (make-variable-frame-localizable): Remove.
1394 (make-variable-frame-local): Mark obsolete.
1396 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1398 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1399 of the subdirs is unreadable.
1401 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
1403 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
1406 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1408 * progmodes/python.el (python-current-defun): Remove left-over
1409 assignment to `start'.
1411 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1413 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
1414 than `mapcar'; return value is not used.
1416 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1418 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
1419 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
1421 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1423 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1424 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1426 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1428 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
1430 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1432 * emacs-lisp/advice.el (ad-make-advised-docstring):
1433 Add ad-advice-info text property to doc string.
1435 2007-10-23 Glenn Morris <rgm@gnu.org>
1437 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1438 (f90-type-indent, f90-program-indent, f90-associate-indent)
1439 (f90-continuation-indent, f90-comment-region)
1440 (f90-beginning-ampersand, f90-smart-end)
1441 (f90-break-before-delimiters, f90-auto-keyword-case)
1442 (f90-leave-line-no, f90-mode-hook):
1443 Give an appropriate safe-local-variable property.
1445 * progmodes/fortran.el (fortran-tab-mode-default)
1446 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1447 (fortran-structure-indent, fortran-continuation-indent)
1448 (fortran-comment-indent, fortran-comment-line-extra-indent)
1449 (fortran-comment-line-start)
1450 (fortran-minimum-statement-indent-fixed)
1451 (fortran-minimum-statement-indent-tab)
1452 (fortran-comment-indent-char, fortran-line-number-indent)
1453 (fortran-check-all-num-for-matching-do)
1454 (fortran-blink-matching-if, fortran-continuation-string)
1455 (fortran-comment-region, fortran-electric-line-number)
1456 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1457 (fortran-analyze-depth, fortran-break-before-delimiters):
1458 Give an appropriate safe-local-variable property.
1460 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1462 * printing.el: Move variable definitions before use.
1463 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
1465 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1467 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1468 (tpu-edt-off): Use it.
1469 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1470 the global-map before adding it to global-map.
1472 * menu-bar.el (global-buffers-menu-map): New var.
1473 (global-map, menu-bar-update-buffers): Use it.
1474 * msb.el (msb-menu-bar-update-buffers): Use it.
1475 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1476 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1477 Use with-current-buffer.
1479 2007-10-22 Juri Linkov <juri@jurta.org>
1481 * isearch-multi.el: New file.
1483 * isearch.el (isearch-search-string): After finding the next
1484 occurrence switch to buffer isearch-buffers-current-buffer when
1485 isearch-buffers-next-buffer-function is non-nil and
1486 isearch-buffers-current-buffer is live.
1488 * add-log.el (change-log-mode): Make and set buffer-local variable
1489 isearch-buffers-next-buffer-function to change-log-next-buffer.
1490 Call isearch-buffers-minor-mode.
1491 (change-log-next-buffer): New function.
1493 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
1495 * org-export-latex.el (org-export-latex-protect-string):
1496 Renaming of `org-latex-protect'.
1497 (org-export-latex-emphasis-alist): By default, don't protect
1498 any emphasis formatter from further conversion.
1499 (org-export-latex-tables): Honor column grouping for tables.
1500 (org-export-latex-title-command): New option.
1501 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1502 export backslash character.
1504 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1506 * textmodes/org.el (org-read-date-get-relative): New function.
1507 (org-agenda-file-regexp): New variable.
1508 (org-agenda-files): Allow directories in the variable.
1509 (org-agenda-get-restriction-and-command): New function.
1510 (org-agenda): Use `org-agenda-get-restriction-and-command'.
1511 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
1512 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
1514 (org-entry-add-to-multivalued-property)
1515 (org-entry-remove-from-multivalued-property)
1516 (org-entry-member-in-multivalued-property): New functions.
1517 (org-remember-apply-template): Catch C-g and make sure window
1518 configuration is restored.
1519 (org-agenda-open-link): Make it work with several links in the line.
1520 (org-drawers, org-set-regexps-and-options)
1521 (org-get-current-options): Add support for a DRAWERS in-buffer option.
1522 (org-agenda-window-frame-fractions): New option.
1523 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
1524 (org-columns-cleanup-item, org-find-entry-with-id)
1525 (org-insert-columns-dblock, org-listtable-to-string)
1526 (org-dblock-write:columnview, org-columns-capture-view)
1527 (org-edit-headline): New functions.
1528 (org-agenda-to-appt): Require calendar.
1529 (org-entry-get-with-inheritance): Widen for search.
1530 (org-columns-display-here): Don't mark buffer as modified when
1531 adding space characters to accomodate column overlays.
1532 (org-export-as-html): Better formatting of tags in the toc.
1533 (org-columns-display-here): Make the ITEM column as compact as possible.
1534 (org-remember-templates): Customization interface improved.
1535 (org-export-with-property-drawer): Variable removed.
1536 (org-export-with-drawers): New option.
1537 (org-complex-heading-regexp): New variable.
1538 (org-sort-entries): Rewrite using `sort-subr'.
1539 (org-set-property): More appropriate completion during interactive use.
1540 (org-sort-entries): Allow sorting by property.
1541 (org-additional-option-like-keywords): Add more values.
1542 (org-sort-entries-or-items): Rename from `org-sort-entries'.
1544 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1546 * textmodes/org.el (org-get-date-from-calendar): New function.
1547 (org-at-timestamp-p, org-timestamp-change)
1548 (org-remember-templates): First element of each entry is now a
1549 name for the template.
1550 (org-store-log-note): Check for `org-note-abort'.
1551 (org-kill-note-or-show-branches): New command.
1552 (org-fontify-priorities): New option.
1553 (org-fontify-priorities): New function.
1554 (org-cut-subtree, org-copy-subtree): New argument N to
1555 act on N sequential subtrees.
1556 (org-paste-subtree): Fix the level at which a tree is pasted.
1557 (org-fit-agenda-window): Limitations on window size removed.
1558 (org-agenda-find-same-or-today-or-agenda): Rename from
1559 `org-agenda-find-today-or-agenda'.
1560 (org-scheduled-past-days): New option.
1561 (org-agenda-scheduled-leaders)
1562 (org-agenda-deadline-leaders): New options.
1563 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1564 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1565 (org-export-with-tags, org-export-plist-vars)
1566 (org-infile-export-plist): New "tags" option.
1567 (org-use-property-inheritance): New option.
1568 (org-cached-entry-get): Use `org-use-property-inheritance'.
1569 (org-remember-apply-template): Fix typo.
1571 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1573 * net/tramp.el (tramp-find-shell)
1574 (tramp-open-connection-setup-interactive-shell): Improve sending
1576 (tramp-action-terminal): Send debug message.
1577 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1578 (tramp-barf-if-no-shell-prompt): Insert code of
1579 `tramp-wait-for-shell-prompt'.
1581 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1583 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1585 * term/vt200.el (terminal-init-vt200):
1586 * term/vt201.el (terminal-init-vt201):
1587 * term/vt220.el (terminal-init-vt220):
1588 * term/vt240.el (terminal-init-vt240):
1589 * term/vt300.el (terminal-init-vt300):
1590 * term/vt320.el (terminal-init-vt320):
1591 * term/vt400.el (terminal-init-vt400):
1592 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1594 * term/wyse50.el (wyse50-terminal-map): New var.
1595 (terminal-init-wyse50): Use it and input-decode-map.
1596 (enable-arrow-keys): Emasculate.
1598 * term/tvi970.el (tvi970-terminal-map): New var.
1599 (terminal-init-tvi970): Use it and input-decode-map.
1600 (tvi970-keypad-numeric): Remove.
1601 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1603 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1604 (terminal-init-sun): Use it and input-decode-map.
1606 * term/news.el (terminal-init-news):
1607 * term/lk201.el (terminal-init-lk201):
1608 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1610 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1612 * complete.el (PC-expand-many-files): Remove.
1613 (PC-do-completion): Call file-expand-wildcards instead of
1614 PC-expand-many-files.
1616 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1617 (PC-expand-many-files): Remove advice.
1619 2007-10-22 Glenn Morris <rgm@gnu.org>
1621 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1622 Add some support for Fortran 2003 syntax:
1623 (f90-type-indent): Now also applies to `enum'.
1624 (f90-associate-indent): New user option.
1625 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1626 Add some F2003 keywords.
1627 (f90-constants-re): New constant.
1628 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1630 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1631 `class'. Arguments for `type'/`class' may have spaces. Add a new
1632 element for functions with specified types. Add `end enum' and
1633 `select type'. Add `implicit enumerator' and `procedure'.
1634 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1635 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1636 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1637 (f90-blocks-re): Add `enum' and `associate'.
1638 (f90-else-like-re): Add `class is', `type is', and `class default'.
1639 (f90-end-type-re): Add `enum'.
1640 (f90-end-associate-re, f90-typeis-re): New constants.
1641 (f90-end-block-re): Add `enum' and `associate'. Change from
1642 optional whitespace to end-of-word, to avoid `enumerator'.
1643 (f90-start-block-re): Add `select type', `abstract interface', and
1644 `enum'. Avoid `type is', and `type (sometype)'.
1645 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1646 (f90-mode): Doc fix.
1647 (f90-looking-at-select-case): Doc fix. Add `select type'.
1648 (f90-looking-at-associate): New function.
1649 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1650 Add `enum' and `abstract interface'.
1651 (f90-no-block-limit): Add `select type' and `abstract interface'.
1652 (f90-get-correct-indent, f90-calculate-indent)
1653 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1654 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1656 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1658 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1659 Use window-full-width-p.
1661 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1663 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1665 * tooltip.el: Use featurep 'xemacs.
1667 * printing.el: Move variable definitions before use, no code change.
1669 2007-10-22 Juri Linkov <juri@jurta.org>
1671 * simple.el (goto-history-element): Allow minibuffer-default to be
1672 a list of default values accessible by typing M-n in the minibuffer.
1674 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1675 minibuffer default value list instead of pushing them temporarily
1676 to the history list.
1678 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1680 * hexl.el (hexl-menu): New major mode menu.
1682 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1684 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1686 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1688 * w32-fns.el (w32-quote-process-args):
1689 * dos-w32.el (print-region-function, lpr-headers-switches)
1690 (ps-print-region-function): Pacify byte-compiler.
1692 * emulation/edt-mapper.el (function-key-map):
1693 (edt-map-key): Make it a function instead of using fset.
1694 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1695 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1696 (edt-x-emacs-p): Remove.
1697 (edt-emacs-variant, edt-window-system, edt-xserver):
1698 Use featurep 'xemacs.
1700 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1701 Replace eudc-xemacs-p with its definition.
1702 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1703 (eudc-emacs-mule-p): Remove.
1704 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1705 eudc-xemacs-p with feature tests.
1707 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1708 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1709 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1710 (eudc-bob-toggle-inline-display):
1711 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1712 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1714 * net/eudcb-ph.el (eudc-ph-open-session):
1715 Replace eudc-xemacs-mule-p with its former definition.
1717 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1718 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1720 * progmodes/vera-mode.el (vera-xemacs): Remove.
1721 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1723 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1724 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1725 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1726 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1727 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1728 with (featurep 'xemacs).
1730 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1731 (save-buffer-state-x):
1732 * obsolete/fast-lock.el (fast-lock-verbose):
1733 * emulation/viper-init.el (viper-xemacs-p)
1734 (viper-cond-compile-for-xemacs-or-emacs):
1735 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1736 * ps-print.el (case-fold-search):
1737 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1738 * calculator.el (calculator-help): Use featurep 'xemacs.
1740 * progmodes/prolog.el: Undo previous change.
1741 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1743 * progmodes/dcl-mode.el:
1745 * calendar/todo-mode.el:
1746 * calendar/cal-hebrew.el:
1747 * vc-hg.el: Undo previous change.
1749 * vms-patch.el: Likewise.
1750 (print-region-function): Pacify byte-compiler.
1752 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1754 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1757 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1758 compatibility. It is not used, though.
1760 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1761 Require tramp-cmds.el.
1762 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1763 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1764 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1765 (tramp-do-copy-or-rename-file-out-of-band)
1766 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1767 possible, because we don't need to create the temporary file, but
1768 we need a prefix for ssh, which has its own temporary file handling.
1769 (tramp-handle-delete-directory): Add "-f" to rmdir.
1770 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1771 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1772 a signal, in order to give the callee a chance to suppress.
1773 (tramp-handle-write-region): Set owner also in case of short
1774 track. Don't use compatibility calls for `write-region' anymore.
1775 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1776 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1778 * net/tramp-cmds.el: New file.
1780 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1781 `tramp-clear-passwd'.
1783 * net/trampver.el: Update release number.
1785 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1787 * progmodes/gud.el (gud-target-name): Move definition before use.
1789 * progmodes/dcl-mode.el: Require imenu at compile time.
1791 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1792 Pacify byte-compiler.
1794 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1796 * eshell/esh-mode.el (eshell-handle-ansi-color):
1797 Require ansi-color at compile time too.
1799 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1801 * w32-fns.el: Require w32-vars.
1803 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1806 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1808 * double.el ([ignore]): Use `ignore'.
1809 (double-setup): Inline into double-mode.
1810 (double-mode): Use define-minor-mode.
1812 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1814 * textmodes/reftex.el: Move require easymenu before first use.
1815 (reftex-info): Require info at compile too.
1817 * textmodes/org-publish.el (org-publish-org-to-html)
1818 (org-publish-org-to): Require org at compile time too.
1819 (org-publish-attachment): Require at compile time too.
1821 * term/tty-colors.el (w32-tty-standard-colors):
1822 Pacify byte-compiler.
1824 * term/pc-win.el (frame-creation-function-alist): Add to this
1825 instead of setting frame-creation-function.
1827 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1829 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1831 * calendar/todo-mode.el: Require calendar at compile time.
1833 * calendar/cal-hebrew.el: Require holidays at compile time.
1835 * w32-vars.el: Provide w32-vars.
1837 * term/w32-win.el: Require w32-vars.
1838 (w32-color-map): Pacify byte-compiler.
1840 * loadup.el: Load w32-vars before term/w32-win.
1842 2007-10-20 Juri Linkov <juri@jurta.org>
1844 * textmodes/fill.el (fill-paragraph): When the region is active,
1845 don't try other `or' branches regardless of the value returned by
1846 fill-region; just return t.
1848 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1850 * vc.el (vc-do-command): Condition out a misleading message when
1851 running asynchronously.
1852 (vc-deduce-fileset): New argument enables using an unregistered
1853 visited file as a singleton fileset if nothing else is available.
1854 (vc-next-action): Restore file-registering behavior.
1856 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1858 * calc/README: Add recent news.
1860 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1862 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1863 (x-gtk-map-stock): Delete duplicated definitions from merge.
1865 * progmodes/compile.el (compilation-skip-to-next-location)
1866 (compilation-skip-threshold, compilation-skip-visited):
1867 Move definitions earlier.
1869 * play/decipher.el (decipher-keypress):
1870 * play/zone.el (zone-fall-through-ws):
1871 * play/landmark.el (lm-move-down, lm-move-up):
1872 * play/handwrite.el (handwrite):
1873 * mail/mspools.el (mspools-visit-spool):
1874 * wdired.el (wdired-next-line, wdired-previous-line):
1875 * tar-mode.el (tar-subfile-save-buffer):
1876 * scroll-lock.el (scroll-lock-next-line)
1877 (scroll-lock-previous-line):
1878 * image-dired.el (image-dired-next-line)
1879 (image-dired-previous-line):
1880 * ediff-help.el (ediff-help-message-line-length):
1883 * smerge-mode.el (smerge-auto-refine):
1884 * diff-mode.el (diff-auto-refine): Add :group.
1886 * play/yow.el: Require doctor at compile time.
1888 * vmsproc.el: Provide vmsproc.
1889 (command-send-input): Use forward-line.
1891 * vms-patch.el: Require ps-print and vmsproc at compile time.
1893 * vc-mtn.el (log-view-message-re, log-view-file-re)
1894 (log-view-font-lock-keywords): Pacify byte-compiler.
1896 * vc-hg.el: Require log-view at compile time.
1898 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1900 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1902 2007-10-20 Glenn Morris <rgm@gnu.org>
1904 * progmodes/f90.el (f90-font-lock-keywords-2)
1905 (f90-looking-at-type-like): Fix regexp typos.
1907 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1909 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1910 (bs-mode): Set mode-class property to special.
1912 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1914 * diff-mode.el (diff-auto-refine): New var.
1915 (diff-hunk): Use it.
1916 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1917 (diff-refine-change): Rename from diff-fine-change. Change it.
1918 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1919 (diff-refine-hunk): Rename from diff-fine-highlight.
1921 2007-10-20 John Paul Wallington <jpw@pobox.com>
1923 * help-fns.el (describe-variable-custom-version-info): New function
1924 to return variable's version or package version note.
1925 (describe-variable): Use it, display result.
1927 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1929 * smerge-mode.el (smerge-auto-refine): New var.
1930 (smerge-next, smerge-prev): Use it.
1931 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1933 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1934 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1936 * vc-bzr.el (vc-bzr-diff-tree):
1937 * vc-git.el (vc-git-diff-tree):
1938 * vc-hg.el (vc-hg-diff-tree):
1939 * vc-mcvs.el (vc-mcvs-diff-tree):
1940 * vc-mtn.el (vc-mtn-diff-tree):
1941 * vc-svn.el (vc-svn-diff-tree): Remove.
1943 * vc-mtn.el (vc-mtn-revision-completion-table):
1944 * vc-cvs.el (vc-cvs-revision-completion-table):
1945 * vc-arch.el (vc-arch-revision-completion-table):
1946 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1947 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1948 Make it work when the arg is a list of files.
1950 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1952 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1953 Also `revision-completion-table' now takes a list of files.
1954 (vc-deduce-fileset): Remove unused var `regexp'.
1955 Only obey allow-directory-wildcard in dired buffers.
1956 (vc-default-diff-tree): Remove.
1957 (vc-diff-added-files): New var.
1958 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1959 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1960 Remove the `backend' arg.
1961 (vc-contains-version-controlled-file): Remove.
1962 (vc-diff): Bring it closer to the version in Emacs-22.
1963 (vc-revert): Fix typo in let-binding.
1964 (vc-default-unregister): Remove.
1965 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1967 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1969 * textmodes/two-column.el (2C-split, 2C-merge):
1970 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1971 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1972 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1973 * progmodes/ada-xref.el (ada-get-all-references):
1974 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1975 * emulation/vi.el (vi-previous-line-first-nonwhite)
1976 (vi-effective-range, vi-put-before):
1977 * emulation/edt.el (edt-next-line, edt-previous-line)
1978 (edt-paragraph-forward): Use forward-line.
1980 * progmodes/etags.el (tags-apropos): Require apropos at compile
1983 * progmodes/prolog.el: Require comint when compiling.
1984 (inferior-prolog-flavor): Move defvar before use.
1986 2007-10-19 Richard Stallman <rms@gnu.org>
1988 * font-core.el (turn-on-font-lock-if-desired):
1989 Rename from `turn-on-font-lock-if-enabled'.
1990 Fully obey `font-lock-global-modes'.
1992 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1994 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1995 which will not affect the behavior of things like forward-word.
1996 (diff-fine-highlight): Preserve point.
1998 * doc-view.el (doc-view-mode-map): Use remapping.
1999 Don't rebind C-v, M-v to their default value.
2000 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
2002 * smerge-mode.el: Add word-granularity refinement.
2003 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
2004 (smerge-refine-weight-hack): New vars.
2005 (smerge-refine-forward): New fun.
2006 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
2007 (smerge-refine-subst): Use them as well. Preserve point.
2009 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2011 * follow.el (follow-unload-function): New function.
2013 * loadhist.el (unload-function-features-list):
2014 Rename from `unload-hook-features-list'.
2015 (unload-hook-features-list): Add as obsolete alias.
2016 (unload-feature): Use `unload-function-features-list'
2017 and new FEATURE-unload-function.
2019 2007-10-19 Glenn Morris <rgm@gnu.org>
2021 * bindings.el (mouse-minor-mode-menu)
2022 (minor-mode-menu-from-indicator): Move to mouse.el.
2023 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2024 Move here from bindings.el.
2026 2007-10-19 Richard Stallman <rms@gnu.org>
2028 * help-fns.el (describe-function-1): Don't use the advice origname
2029 if it has no function definition.
2031 2007-10-18 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
2033 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
2034 Use `save-restriction' rather than `widen'.
2036 2007-10-18 Richard Stallman <rms@gnu.org>
2038 * time.el (display-time-world-time-format): Display day # not month #.
2040 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2042 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
2044 * doc-view.el: Remove version keyword.
2045 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2046 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
2047 (doc-view-ghostscript-options): Improve custom type.
2048 (doc-view-cache-directory, doc-view-conversion-buffer)
2049 (doc-view-conversion-refresh-interval): Simplify custom type.
2051 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
2053 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
2054 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
2055 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
2056 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
2057 Remove superfluous messages.
2058 (doc-view-mode-map): Use the image-mode scrolling commands.
2061 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2063 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
2064 Add comment about "-dSAFER".
2066 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2068 * term/xterm.el: Don't require xt-mouse.
2069 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
2070 calling turn-on-xterm-mouse-tracking-on-terminal directly.
2072 * xt-mouse.el: Don't change the global function-key-map anny more.
2073 (xterm-mouse-mode): Use terminal-init-xterm-hook.
2074 Don't use after-make-frame-functions now that term/xterm.el calls
2076 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2077 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
2078 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
2079 Setup input-decode-map and remember that xterm-mouse-mode was
2080 enabled in this terminal.
2081 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
2082 terminals where it has been enabled.
2084 * faces.el (tty-create-frame-with-faces): Make sure not only
2085 tty-run-terminal-initialization but also set-locale-environment
2086 are run only once per terminal.
2087 (tty-run-terminal-initialization): Don't check if the terminal was
2090 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
2091 not to remove keymaps that just happen to inherit from one of ours.
2092 When setting up our keymap, make sure it won't be accidentally
2093 modified by someone else.
2095 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2097 * textmodes/artist.el (artist-previous-line, artist-next-line):
2098 * dired.el (dired-next-line, dired-previous-line):
2099 * progmodes/delphi.el (delphi-newline):
2100 * textmodes/org.el (org-columns-eval):
2103 * emerge.el (emerge-setup): Use insert-buffer-substring.
2104 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
2106 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
2108 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2109 (adaptive-fill-function): Doc fix. Remove * from docstring.
2111 2007-10-18 Tom Horsley <tom.horsley@att.net>
2113 * simple.el (interprogram-paste-function): Doc fix.
2114 (current-kill): Accept list of strings as well
2115 as single string from `interprogram-paste-function'.
2117 2007-10-18 Glenn Morris <rgm@gnu.org>
2119 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2121 2007-10-18 Drew Adams <drew.adams@oracle.com>
2123 * bindings.el (mode-line-minor-mode-keymap):
2124 Add mouse-minor-mode-menu on mouse-1.
2125 (mode-line-modes): Add mouse-1 to help-echo text.
2126 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2128 (mode-line-minor-mode-help): Doc fix.
2130 2007-10-17 Juri Linkov <juri@jurta.org>
2132 * textmodes/fill.el (fill-paragraph-or-region): Remove function
2133 at the request of RMS.
2134 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
2135 arg `region'. Fix docstring. At the first `or' branch add call to
2136 `fill-region' if it the region is active in transient-mark-mode.
2138 * bindings.el (esc-map): Bind M-q to fill-paragraph
2139 instead of fill-paragraph-or-region.
2141 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
2142 with fill-paragraph.
2144 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
2147 * indent.el (indent-for-tab-command): Change interactive spec from
2148 "P" to "p". Add check for interactive arg before indenting the
2151 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
2154 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
2156 * emacs-lisp/find-func.el: Don't require loadhist.
2158 * loadhist.el (feature-symbols, file-provides, file-requires)
2159 (file-set-intersect, file-dependents): Simplify.
2160 (unload-feature-special-hooks): Update list of special hooks.
2162 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
2164 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
2165 extensions since they can be viewed with doc-view.
2167 * files.el (auto-mode-alist): Make doc-view-mode the default mode
2168 for pdf, ps and dvi files.
2170 * doc-view.el: Make doc-view-mode the standard mode for viewing
2171 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
2172 text and image display. Add binding C-c C-e to switch to an
2174 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
2175 avoid security problems when rendering files from untrusted sources.
2177 2007-10-17 Aaron Hawley <aaronh@garden.org>
2179 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2180 position is not saved.
2182 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
2184 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
2185 (doc-view-ghostscript-options): Fix typo in doc string.
2187 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2189 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
2190 handling, so compilation-fake-loc works again.
2192 * server.el (server-select-display): Nop if we do not support m-f-o-d.
2193 (server-process-filter): Revert last change.
2195 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
2196 behavior unrelated to filesets.
2198 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2200 * longlines.el (longlines-wrap-follows-window-size): Integer value
2201 specifies wrapping margin.
2202 (longlines-mode, longlines-window-change-function):
2203 Set window-specific wrapping margin based on the above.
2205 2007-10-17 John Wiegley <johnw@newartisans.com>
2207 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2209 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2211 * server.el (server-process-filter): Only set display if X11 is
2214 2007-10-17 Glenn Morris <rgm@gnu.org>
2216 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2217 Tweak regexp to avoid stack overflow.
2219 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2221 * simple.el (reindent-then-newline-and-indent): Don't assume that
2222 indent-according-to-mode preserves point.
2224 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
2226 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
2227 (bs--nth-wrapper): Simplify.
2228 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
2229 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
2230 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
2231 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
2232 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
2233 (bs-configurations, bs-default-configuration)
2234 (bs-alternative-configuration, bs-cycle-configuration-name)
2235 (bs-string-show-always, bs-string-show-never, bs-string-current)
2236 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
2237 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
2238 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
2239 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
2240 (bs--window-config-coming-from): Revert 2006-11-09 change.
2241 (bs--restore-window-config): Keep the selected frame.
2242 (bs--track-window-changes, bs--remove-hooks): New functions.
2243 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
2244 (bs--create-header): Remove.
2245 (bs--create-header-line): New function, based on `bs--create-header'.
2246 (bs--show-header): Use `bs--create-header-line'.
2247 (bs--show-with-configuration): Revert 2006-11-09 change.
2248 Don't reuse window unless it is visible on the selected frame.
2249 Restore window configuration (possibly in a different frame)
2250 before creating any window.
2252 2007-10-16 Glenn Morris <rgm@gnu.org>
2254 * simple.el (blink-matching-open): Don't report false errors with
2255 the `$' syntax class.
2257 2007-10-16 Richard Stallman <rms@gnu.org>
2259 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2260 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2261 (ad-is-advised, ad-get-advice-info-field)
2262 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2264 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2266 * vc-hooks.el (vc-workfile-version): Compatibility alias.
2267 (vc-default-working-revision): Compatibility for backends.
2269 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2271 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2272 (filesets-ormap, filesets-sort-case-sensitive-flag)
2273 (filesets-remake-shortcut, filesets-ingroup-collect-files):
2274 Fix typos in docstrings.
2275 (filesets-conditional-sort, filesets-find-or-display-file)
2276 (filesets-data-get-name, filesets-data-get-data)
2277 (filesets-data-set, filesets-cmd-query-replace-getargs)
2278 (filesets-ingroup-collect): Doc fixes.
2280 2007-10-15 Sam Steingold <sds@gnu.org>
2282 * mail/sendmail.el (sendmail-error-reporting-interactive)
2283 (sendmail-error-reporting-non-interactive): New variables for
2284 sendmail error reporting options to simplify support for imperfect
2286 (sendmail-send-it): Use them instead of list literals.
2288 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2290 * help-fns.el: Revert previous change; it creates a
2291 dependency loop between advice.el and help-fns.el.
2293 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2295 * help-fns.el: Require advice when compiling.
2297 2007-10-14 Drew Adams <drew.adams@oracle.com>
2299 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
2300 (ring-insert+extend, ring-remove+insert+extend, ring-member)
2301 (ring-next, ring-previous): New functions.
2303 2007-10-14 Richard Stallman <rms@gnu.org>
2305 * emacs-lisp/advice.el (documentation): Advice deleted.
2306 Doc for advised functions is now handled at C level.
2307 (ad-stop-advice, ad-start-advice): Don't enable or disable
2308 advice for `documentation'.
2309 (ad-advised-definition-docstring-regexp): Var deleted.
2310 (ad-make-advised-definition-docstring): Store orig name
2311 as text property of string.
2312 (ad-advised-definition-p): Check for text property of docstring.
2314 * help-fns.el (describe-function-1): Find source of advised functions.
2316 2007-10-14 Juri Linkov <juri@jurta.org>
2318 * faces.el (describe-face): Allow handling a string as the face name.
2320 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
2321 active region in transient-mark-mode.
2322 (ispell-region): Change messages displayed at the start and end of
2323 the spell-checking to be the same.
2325 * startup.el (fancy-startup-tail): Say exactly what does the button
2326 dismiss ("Dismiss this startup screen"). Use text "Never show
2327 it again" for the checkbox after this button.
2328 (fancy-startup-screen, fancy-about-screen): Put point before the
2329 first link, so the user can quickly select links with the keyboard.
2330 (normal-mouse-startup-screen): Add more useful text describing how
2333 2007-10-14 Glenn Morris <rgm@gnu.org>
2335 * progmodes/etags.el (select-tags-table): Disable undo in the
2336 `*Tags Table List*' buffer.
2338 2007-10-13 Eli Zaretskii <eliz@gnu.org>
2340 * dired.el (dired-warn-writable): New face.
2341 (dired-warn-writable-face): New variable.
2342 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2343 of dired-warning-face, for group- and world-writable files.
2345 2007-10-13 Richard Stallman <rms@gnu.org>
2347 * files.el (directory-abbrev-alist): Doc fix.
2349 2007-10-13 Jari Aalto <jari.aalto@cante.net>
2351 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2353 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2355 * frame.el (set-frame-configuration): Assign name parameter only
2356 if it has been set explicitly before.
2358 2007-10-11 Tom Tromey <tromey@redhat.com>
2360 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2363 2007-10-10 Richard Stallman <rms@gnu.org>
2365 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2368 * faces.el (face-font-selection-order): Doc fix.
2370 * loadhist.el (unload-feature): Doc fix.
2372 2007-10-13 Glenn Morris <rgm@gnu.org>
2374 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2375 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2376 Add doc string, and an explicit COUNT argument.
2377 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2378 `inc' to search functions.
2380 * faces.el (face-spec-set): When FRAME is nil, set the default for
2381 new frames (restores pre-2007-09-17 behavior). Doc fix.
2383 2007-10-13 John W. Eaton <jwe@octave.org>
2385 * progmodes/octave-mod.el (octave-looking-at-kw)
2386 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2388 (octave-in-defun-p, calculate-octave-indent)
2389 (octave-blink-matching-block-open, octave-beginning-of-defun)
2390 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2391 to search for regexps that contain case-sensitive keywords.
2392 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2393 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2395 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2397 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
2398 Do not use a single clause cond.
2400 * cus-start.el (all): Use test that does not match the X11 version
2403 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
2405 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
2408 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2410 * cus-start.el (all): Undo previous change.
2412 2007-10-13 Glenn Morris <rgm@gnu.org>
2414 * woman.el (woman0-rename): Fix paren typo.
2416 * mail/feedmail.el (feedmail-run-the-queue)
2417 (feedmail-look-at-queue-directory):
2418 * mail/reporter.el (reporter-dump-state):
2419 * net/eudc-hotlist.el (eudc-edit-hotlist):
2420 * net/eudc.el (eudc-display-records)
2421 (eudc-filter-duplicate-attributes)
2422 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
2423 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
2424 (eudc-bbdb-query-internal):
2425 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
2426 * net/socks.el (socks-build-auth-list):
2427 * progmodes/cc-cmds.el (top level):
2428 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
2429 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
2430 (cperl-write-tags, cperl-tags-treeify):
2431 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
2432 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
2433 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
2434 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
2435 (idlwave-toolbar-remove-everywhere):
2436 * progmodes/idlwave.el (idlwave-indent-line)
2437 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
2438 (idlwave-write-paths, idlwave-all-method-classes)
2439 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
2440 (idlwave-fix-keywords, idlwave-display-calling-sequence)
2441 (idlwave-complete-in-buffer):
2442 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
2443 (org-fast-tag-selection):
2444 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
2447 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2449 * diff-mode.el (diff-fine-change): Add :group.
2451 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2453 * cus-start.el (all): Use the same test as the 22.2 branch.
2455 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2457 * diff-mode.el (diff-current-defun): Force recomputation of
2458 change-log-default-name.
2460 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
2462 * startup.el (fancy-startup-screen): Remove an unnecessary newline
2463 and some leftover logic regarding dedicated frames. If showing
2464 concise startup screen, fit window to buffer.
2465 (command-line-1): If we will be using the splash screen, use
2466 find-file instead of find-file-other-window to find additional files.
2467 Comment out unused code for coping with the old sit-for behavior.
2469 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2471 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
2472 `meta' modifier consistently, rather than using sometimes meta
2475 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2477 * window.el (handle-select-window): Revert part of 2007-10-08
2478 change setting the input focus.
2480 2007-10-12 Glenn Morris <rgm@gnu.org>
2482 * startup.el (command-line): Do not read abbrev file in batch mode.
2484 * emacs-lisp/byte-opt.el (top level):
2485 * mail/rmail.el (rmail-list-to-menu):
2486 * obsolete/hilit19.el (hilit-mode):
2487 * progmodes/cc-mode.el (c-postprocess-file-styles)
2488 (c-submit-bug-report):
2489 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2490 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
2491 (reftex-access-parse-file):
2492 * textmodes/reftex-cite.el (reftex-do-citation)
2493 (reftex-insert-bib-matches):
2494 * textmodes/reftex-ref.el (reftex-offer-label-menu):
2495 * textmodes/reftex-sel.el (reftex-select-unmark):
2496 * textmodes/reftex-toc.el (reftex-toc-do-promote):
2497 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
2499 * cus-edit.el (custom-variable-menu, custom-face-menu)
2500 (custom-group-menu): Check init-file-user rather than
2501 user-init-file, in case cus-edit is loaded by site-run-file.
2503 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2505 * vc.el (vc-deduce-fileset): Delete unused code.
2506 (vc-next-action): Fix typos.
2508 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2510 * bs.el (bs--mark-unmark): New function.
2511 (bs-mark-current, bs-unmark-current): Use it.
2513 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2516 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
2517 temporarily disable the check for his edge case of
2518 vc-diff (stopping it from grinding when called from $HOME), as
2519 it's calling some brittle code in vc-hooks.el.
2520 (with-vc-properties): Fix evaluation time of a macro argument.
2521 * ediff-vers.el (ediff-vc-internal):
2523 * loaddefs.el: Follow up on VC terminology change.
2525 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2527 * follow.el (follow-stop-intercept-process-output):
2528 Use `follow-call-process-filter' rather than `process-filter'.
2531 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2533 * vc-hooks.el (vc-registered): Robustify this function a bit
2534 against filenames with no directory component.
2536 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2538 * international/characters.el: Undo unwanted and unexplained change.
2540 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2542 * ps-print.el: Fix the usage of :foreground and :background face
2543 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2544 (ps-print-version): New version 6.7.6.
2545 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2547 (ps-face-foreground-color-p, ps-face-background-color-p)
2548 (ps-face-color-p): New inline funs.
2550 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2552 * textmodes/org.el (org-additional-option-like-keywords): New constant.
2553 (org-complete): Use `org-additional-option-like-keywords'.
2554 (org-parse-local-options): New function.
2556 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2558 * textmodes/org.el (org-in-clocktable-p): New function.
2559 (org-clock-report): Only update the table at point, or insert a new one.
2560 (org-clock-goto): New function.
2561 (org-open-file): Use `start-process-shell-command' instead of
2562 `shell-command' with an ampersand.
2563 (org-deadline, org-schedule): New argument REMOVE to remove the
2564 date from the entry.
2565 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2566 argument to `org-schedule' and `org-deadline'.
2567 (org-trim): Use the correct expressions for beginning and end of
2569 (org-get-cleaned-entry): Trim the string before returning it.
2570 (org-clock-find-position): New function.
2571 (org-clock-into-drawer): New option.
2572 (org-agenda-tags-column): Rename from
2573 `org-agenda-align-tags-to-column'.
2574 (org-agenda-align-tags): Allow negative values for
2575 `org-agenda-tags-column'.
2576 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2577 (org-agenda-to-appt): New optional argument FILTER.
2578 (org-completion-fallback-command): New variable.
2579 (org-complete): Use `org-completion-fallback-command'.
2580 (org-find-base-buffer-visiting): Catch the case that there is no
2581 buffer visiting the file.
2582 (org-property-or-variable-value): New function.
2583 (org-todo): Use `org-property-or-variable-value'
2584 (org-agenda-compact-blocks): New option.
2585 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2586 (org-agenda-schedule, org-agenda-deadline):
2587 Call `org-agenda-show-new-time'.
2588 (org-agenda-show-new-time): New argument PREFIX.
2589 (org-colgroup-info-to-vline-list): Fix but that cause a
2590 shift in the vertical lines.
2591 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2592 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2593 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2594 (org-fix-bullet-type): Remove argument.
2595 (org-read-date): Check for am/pm twice, to catch the end time.
2596 (org-goto-map): Use `suppress-keymap'.
2597 (org-remember-apply-template): Respect the dynamically scoped
2598 selection character.
2600 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2602 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2603 Renaming of `org-latex-protect'.
2604 (org-export-latex-emphasis-alist): By default, don't protect
2605 any emphasis formatter from further conversion.
2606 (org-export-latex-tables): Honor column grouping for tables.
2607 (org-export-latex-title-command): New option.
2608 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2609 export backslash character.
2611 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2613 * frame.el (frame-inherited-parameters): Remove unused `environment'
2614 parameter, and let server.el add `client' when needed.
2616 * server.el (server-create-tty-frame)
2617 (server-create-window-system-frame): Set frame-inherited-parameters.
2619 * frame.el (frame-inherited-parameters): New var.
2620 (make-frame): Use it.
2622 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2624 * env.el (let-environment): Remove. Unused.
2625 (read-envvar-name): Simplify.
2626 (setenv): Remove unused arg `frame'.
2628 * help-fns.el (describe-variable): Add missing " " for multiline
2629 obsolescence info and missing EOL after global value.
2631 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2648 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2649 {find,init,next,previous,annotate-*,log}-version ->
2650 {find,init,next,previous,annotate-*,log}-revision,
2651 annotate-focus-version -> annotate-working-revision, The term
2652 'focus' is gone. The term 'revision' is now used consistently
2653 everywhere that reference to a revision ID is intended, replacing
2654 older use of 'version'.
2656 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2658 * follow.el: Change all instances of "Follow Mode" to "Follow
2659 mode" in docstrings and messages.
2660 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2662 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2664 * vc.el (vc-next-action): Rewrite completely; this principal
2665 entry point now operates on a current fileset selected either
2666 explicitly via VC-Dired or implicitly by visiting a file buffer,
2667 rather than always operating on the file of the current buffer as
2668 in older versions. Rewrite the rest of the mode to match.
2669 (with-vc-properties): Rewrite to operate on a file list.
2670 (with-vc-file): vc-checkin takes a file list argument now.
2671 (vc-post-command-functions): This hook now receives a file list.
2672 (vc-do-command): Take a either a file or a file list as argument.
2673 (vc-deduce-fileset): New function for deducing a file list to
2675 (vc-next-action-on-file, vc-next-action-dired): Remove.
2676 Merge into vc-next-action.
2677 (vc-register): Adapt to the fact that vc-start-entry now takes a
2679 (vc-register-with): New function.
2680 (vc-start-entry): Take a file list argument rather than a
2682 (vc-checkout): Cope with vc-start-entry taking a file list.
2683 (vc-steal-lock): Cope with with-vc-properties taking a
2685 (vc-checkin): Take a file list argument rather than a file argument.
2686 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2687 (vc-diff-internal): Rewrite for filesets.
2688 (vc-diff-sentinel): New function, tests whether changes were
2689 written into a diff buffer.
2690 (vc-diff): Rewrite for filesets.
2691 (vc-version-diff): Rewrite for filesets.
2692 (vc-print-log): Take a fileset argument.
2693 (vc-revert): Revert the entire selected fileset, not just the
2695 (vc-rollback): Roll back the entire selected fileset, if
2696 possible. No longer accepts a prefix argument.
2697 (vc-update): Merge new changes for the entire selected
2698 fileset, not just the current buffer.
2699 (vc-revert-file): Cope with with-vc-properties taking a file list.
2700 (vc-default-dired-state-info): Add + status suffix if the file is
2702 (vc-annotate-warp-version): Use the new diff machinery.
2703 (vc-log-edit): Take a file list argument rather than a file argument.
2705 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2707 Sync with Tramp 2.1.11.
2709 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2710 Pacify byte compiler.
2712 * net/trampver.el: Update release number.
2714 2007-10-09 Richard Stallman <rms@gnu.org>
2716 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2718 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2720 * follow.el: Require easymenu.
2721 (follow-mode-hook, follow-mode): Doc fixes.
2722 (follow-mode-off-hook): Mark as obsolete.
2724 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2726 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2727 select-window or select-frame events.
2728 (handle-select-window): When autoselecting window set input
2731 * frame.el (focus-follows-mouse): Move to frame.c.
2732 * cus-start.el (all): Add focus-follows-mouse.
2734 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2736 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2737 activate font-locking in the *buffer-selection* buffer.
2738 (bs-show-sorted): Doc fix.
2740 * bs.el (bs--get-marked-string, bs--get-modified-string)
2741 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2742 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2743 (bs--format-aux): Doc fix.
2745 2007-10-08 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
2747 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2749 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2751 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2752 (gud-gdb): New function for old M-x gdb (text command mode).
2753 (gud-gdb-command-name, gdb): Move to...
2755 * progmodes/gdb-ui.el: ...here and adapt doc string.
2756 (gud-gdba-command-name, gdba): Delete.
2758 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2760 * bs.el: Don't defvar `font-lock-verbose'.
2761 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2762 (bs--get-file-name): Fix typos in docstrings.
2763 (bs--show-header): Use `dolist' instead of `mapcar'.
2764 (bs-mode): Set `show-trailing-whitespace' to nil.
2765 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2766 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2769 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2771 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2773 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2775 * progmodes/gud.el (gdb): Make graphical mode the default and
2776 switch to text command mode if appropriate, i.e., reverse previous
2778 (gud-gdb-marker-filter): Adapt for above change.
2780 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2781 gud-minor-mode and gud-marker-filter.
2782 (gdb-fullname-regexp): New variable.
2783 (gud-gdba-marker-filter): Use it to switch to text command
2784 mode if appropriate.
2786 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2788 * progmodes/gud.el (gud-display-line): Find source buffer even when
2789 GUD buffer has its own frame.
2791 2007-10-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2793 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2795 2007-10-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2797 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2799 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2801 * allout.el (allout-before-change-handler): Replace got-char by
2804 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2806 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2807 Used to try and automatically enabled smerge-mode in the presence of
2808 conflicts and to call `svn resolved' when the conflicts are gone.
2809 (vc-svn-parse-status): Remember the svn-specific status.
2811 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2813 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2814 menu-bar-apropos-menu. All users changed.
2815 (menu-bar-help-menu): Change menu symbols to better match the text
2816 displayed by the menu.
2818 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2820 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2823 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2825 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2827 * log-view.el (log-view-mode-map): Likewise.
2829 * diff-mode.el (diff-mode-shared-map): Likewise.
2831 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2833 * files.el (file-name-sans-versions): Also allow `A-Z'.
2835 * vc.el: Mention all supported VC backends.
2837 2007-10-08 Richard Stallman <rms@gnu.org>
2839 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2840 neighbouring buttons.
2842 2007-10-08 Andreas Schwab <schwab@suse.de>
2844 * files.el (file-name-sans-versions): Also allow `_'.
2846 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2848 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2850 * log-view.el (log-view-mode-map, log-view-mode-menu):
2851 Bind log-view-annotate-version.
2852 (log-view-beginning-of-defun, log-view-end-of-defun)
2853 (log-view-annotate-version): New functions.
2854 (log-view-mode): Use log-view-beginning-of-defun and
2855 log-view-end-of-defun.
2857 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2859 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2861 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2863 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2864 neighbouring buttons.
2866 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2867 Recognize gcc's use of "note" for informational messages.
2869 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2871 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2872 (css-mode): Update correspondingly.
2874 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2876 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2877 Signed-off-by, Acked-by and Merge.
2879 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2881 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2883 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2885 * vc-mtn.el: New file.
2887 * vc-hooks.el (vc-handled-backends): Add Mtn.
2889 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2891 * files.el (find-file, find-file-other-window)
2892 (find-file-other-frame, find-file-existing, find-file-read-only)
2893 (find-file-read-only-other-window)
2894 (find-file-read-only-other-frame)
2895 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2897 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2899 * progmodes/gud.el (gdb-ready): New variable.
2900 (gdb): Set it to nil. Set gud-running to nil here...
2901 (gud-common-init): ...instead of here.
2903 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2904 Use gdb-ready. Discard input until GDB is ready to accept it.
2906 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2908 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2909 make it show up with eight colors.
2911 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2913 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2914 diffs are concatenated with no intervening line.
2916 2007-10-08 Dave Love <fx@gnu.org>
2918 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2919 (python-font-lock-keywords): Update to the 2.5 version of the language.
2920 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2921 (python-backspace): Only behave funny in code.
2922 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2923 (inferior-python-mode): Add PDB prompt regexp.
2924 (python-fill-paragraph): Refine the fenced-string regexp.
2925 (python-find-imports): Handle imports spanning several lines.
2926 (python-mode): Add `class' to hideshow support.
2928 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2930 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2931 Use add-log-buffer-file-name-function rather than binding
2932 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2933 when `fi' is the ChangeLog file itself.
2935 * outline.el (outline-flag-region): Use front-advance.
2937 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2939 * progmodes/cperl-mode.el: Merge upstream 5.23.
2940 (cperl-where-am-i): Remove function.
2941 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2942 (cperl-sniff-for-indent): De-invert [string] and [comment].
2943 When looking for label, skip s:m:y:tr.
2944 (cperl-indent-line): Likewise.
2945 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2946 (cperl-windowed-init): Wrong `ps-print' handling.
2947 Both thanks to Chong Yidong.
2948 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2949 (cperl-find-pods-heres): If the second part of s()[] is missing,
2950 don't try to highlight delimiters...
2952 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2954 * progmodes/compile.el (compilation-get-file-structure): Complete last
2955 change by also using spec-directory in the puthash.
2957 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2959 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2960 (vc-bzr-status): Fix shadowing of variable 'status'.
2961 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2962 Use `expand-file-name' instead of `concat'.
2963 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2964 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2966 2007-10-08 Jason Rumney <jasonr@gnu.org>
2968 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2970 2007-10-08 Richard Stallman <rms@gnu.org>
2972 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2973 Add `safe-local-variable' property.
2974 (lisp-body-indent): Likewise.
2976 2007-10-08 Richard Stallman <rms@gnu.org>
2978 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2981 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2983 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2985 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2987 * repeat.el (repeat): Use last-repeatable-command instead of
2988 real-last-command. Run pre- and post-command hooks for
2989 self-insertion. Update doc-string.
2991 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2993 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2995 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2996 (vc-git-create-repo): Fix invalid command.
2998 2007-10-08 Richard Stallman <rms@gnu.org>
3000 * textmodes/flyspell.el (flyspell-mode):
3001 Catch errors in flyspell-mode-on.
3003 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3005 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
3007 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3009 * international/encoded-kb.el (encoded-kbd-setup-display):
3010 Use input-decode-map rather than local-key-translation-map.
3012 * term/rxvt.el (rxvt-alternatives-map): New map.
3013 (terminal-init-rxvt): Use it.
3014 Bind rxvt-function-map in input-decode-map.
3016 * term/xterm.el (xterm-alternatives-map): New map.
3017 (terminal-init-xterm): Use it.
3018 Bind xterm-function-map in input-decode-map.
3020 * term/x-win.el (x-alternatives-map): New var.
3021 (x-setup-function-keys): Use it.
3023 * help-fns.el (describe-variable): Slightly change the layout of
3024 meta-info to separate it better from the docstring.
3025 Standardize insertion of extra empty lines in various circumstances.
3027 * diff-mode.el (diff-hunk-style): New fun.
3028 (diff-end-of-hunk): Use it.
3029 (diff-context->unified): Use the new `apply' undo element,
3030 if applicable, so as to save undo-log space.
3031 (diff-fine-change): New face.
3032 (diff-fine-highlight-preproc): New function.
3033 (diff-fine-highlight): New command.
3034 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
3036 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
3037 (smerge-refine-highlight-change): Add `props' argument.
3038 (smerge-refine-subst): New function holding most of smerge-refine.
3039 (smerge-refine): Use it.
3041 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
3043 * vc.el (vc-default-wash-log): Remove unused code, the
3044 log washers all live in the backends now.
3045 (vc-default-comment-history): Correct for the fact
3046 that wash-log is argumentless in the new API.
3048 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
3050 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
3051 (tramp-maybe-send-script): Apply `member' but `memq'.
3052 (tramp-advice-file-expand-wildcards): Simplify implementation.
3054 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3056 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
3058 * mb-depth.el (minibuf-depth-indicator-function): New variable.
3059 (minibuf-depth-setup-minibuffer): Use it.
3061 2007-10-07 Glenn Morris <rgm@gnu.org>
3063 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3066 2007-10-06 Juri Linkov <juri@jurta.org>
3068 * textmodes/fill.el (fill-paragraph-or-region): New function.
3070 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
3071 instead of fill-paragraph.
3073 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
3074 with fill-paragraph-or-region. Suspend command is now the same
3075 `suspend-frame' on window systems and on tty.
3077 * image.el (image-type): Check if image-types is bound to not fail
3080 * delsel.el (delete-selection-pre-hook):
3081 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
3082 is fbound to not fail on mouseless tty.
3084 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
3086 * net/tramp.el (top): Move loading of tramp-util.el and
3087 tramp-vc.el to tramp-compat.el.
3088 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
3089 temporary file if possible, in order to avoid a security hole.
3090 (tramp-do-copy-or-rename-file-out-of-band)
3091 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
3092 with DONT-CREATE, because the connection is not setup yet.
3093 (tramp-handle-process-file): Rewrite temporary file handling.
3094 (tramp-completion-mode): New defvar.
3095 (tramp-completion-mode-p): Use it.
3097 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
3099 * net/tramp-fish.el (tramp-fish-handle-process-file):
3100 Rewrite temporary file handling.
3102 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3104 * vc.el: Workfile version -> focus version change. Port various
3105 comments from new VC to reduce the noise in the diff.
3106 Patch in the new vc-create-repo function to go with the
3107 header comment about it already present.
3108 There are no changes to existing logic in this patch.
3109 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
3111 2007-10-06 Aaron Hawley <aaronh@garden.org>
3113 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
3115 2007-10-05 Chris Moore <dooglus@gmail.com>
3117 * server.el (server-kill-new-buffers): Doc fix.
3119 2007-10-05 John W. Eaton <jwe@octave.org>
3121 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3122 (octave-begin-keywords): Add "do".
3123 (octave-end-keywords): Remove "end".
3124 (octave-reserved-words): Add "end". Remove "all_va_args",
3125 "gplot", and 'gsplot".
3126 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
3127 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
3128 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
3129 "default_return_value", "define_all_return_values",
3130 "do_fortran_indexing", "empty_list_elements_ok",
3131 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
3132 "ok_to_lose_imaginary_part", "prefer_column_vectors",
3133 "prefer_zero_one_indexing", "propagate_empty_matrices",
3134 "resize_on_range_error", "treat_neg_dim_as_zero",
3135 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
3136 "warn_divide_by_zero", "warn_function_name_clash",
3137 "warn_missing_semicolon", "whitespace_in_literal_matrix".
3138 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
3139 "crash_dumps_octave_core", "sighup_dumps_octave_core",
3140 "sigterm_dumps_octave_core".
3141 (octave-block-match-alist): Remove "end" from block-end keywords.
3142 (octave-mode): Update ftp site address.
3144 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3146 * vc.el: Reorder functions, no code changes.
3148 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
3150 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
3151 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
3152 the cond clauses where needed.
3153 (tramp-handle-write-region): Rearrange code for proper handling of
3156 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
3159 * net/tramp-fish.el:
3161 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
3162 `tramp-compat-make-temp-file'.
3164 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
3166 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3168 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3170 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
3171 already uses a more recent copyright version than the "current" one.
3173 2007-10-03 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3175 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
3176 (doc-view-insert-image): Minor aesthetical docstring changes.
3178 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
3180 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
3181 completing filename.
3182 (doc-view-search-internal): Docstring change.
3184 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
3186 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
3187 (tramp-file-name-handler-alist):
3188 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
3189 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
3190 used before, creates the file already, which is not desired.
3191 (tramp-do-copy-or-rename-file-directly): Simplify handling of
3193 (tramp-handle-insert-file-contents): Assign the result in the
3195 (tramp-handle-insert-file-contents-literally): New defun.
3196 (tramp-completion-mode-p): Revert change from 2007-09-24.
3197 Checking for `return' etc as last character is not sufficient, for
3198 example in dired-mode when entering <g> (revert-buffer) or
3201 * net/tramp-compat.el (top): Add also compatibility code for loading
3202 appropriate timer package.
3203 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
3204 order to avoid autoloading problems.
3206 * net/tramp-fish.el:
3207 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
3209 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
3210 where the second parameter of `copy-file' or `rename-file' is a
3211 remote file but not via ftp.
3213 2007-10-02 Richard Stallman <rms@gnu.org>
3215 * frame.el (cursor-in-non-selected-windows): Doc fix.
3217 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3219 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
3220 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
3222 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
3224 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
3225 when `expt' doesn't give range errors.
3227 2007-10-01 Markus Triska <markus.triska@gmx.at>
3229 * calc/calc-math.el (math-smallest-emacs-expt):
3230 Make the computation more robust.
3232 2007-09-30 David Kastrup <dak@gnu.org>
3234 * startup.el (argv): Alias for `command-line-args-left' to use as
3235 `(pop argv)' inside of --eval command sequences. Allows for
3236 passing shell commands into Emacs verbatim without need for Lisp
3239 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
3240 check only for changed size.
3241 (auto-revert-tail-handler): Get size from caller. If the file has
3242 shrunk, tail the whole file again (the file presumably has been
3245 * woman.el (woman-topic-all-completions, woman-mini-help):
3246 Fix fallout from 2007-09-07 introduction of `dolist' when the list
3247 actually was being manipulated in the loop.
3248 (woman-Cyg-to-Win, woman-pre-process-region)
3249 (woman-horizontal-escapes, woman-if-body, woman-unescape)
3250 (woman-strings, woman-special-characters, woman1-hc)
3251 (woman-change-fonts, woman-find-next-control-line):
3252 Use `match-beginning' rather than `match-string' when the result is
3253 just used as a flag.
3255 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
3257 * net/tramp-compat.el: New file.
3260 * net/tramp-fish.el:
3263 * net/trampver.el: Move compatibility code to tramp-compat.el.
3264 Apply `mapc' instead of `mapcar' when the code needs side effects
3265 only. Move utf-8 coding cookie to the second line.
3267 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
3269 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
3270 Improve custom type.
3271 (icon-map-list): Make it customizable. Document how to disable
3274 2007-09-30 Richard Stallman <rms@gnu.org>
3276 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
3278 2007-09-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3280 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3282 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3284 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
3285 (t-mouse-mode): New compatibility alias.
3287 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
3289 * server.el (server-delete-client): Only delete the terminal if it
3292 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
3294 * net/tramp.el (with-file-property, with-connection-property):
3295 Highlight as keyword.
3296 (tramp-rfn-eshadow-setup-minibuffer)
3297 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3298 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
3299 (tramp-do-copy-or-rename-file-directly)
3300 (tramp-do-copy-or-rename-file-out-of-band)
3301 (tramp-handle-shell-command, tramp-get-debug-buffer)
3302 (tramp-send-command-and-read, tramp-equal-remote)
3303 (tramp-get-local-gid): Pacify byte-compiler.
3304 (tramp-handle-file-name-directory): Result shall not be expanded.
3305 (tramp-find-foreign-file-name-handler): Rewrite.
3306 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
3308 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
3310 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3311 Apply `tramp-completion-mode-p'.
3312 (tramp-fish-handle-set-file-times)
3313 (tramp-fish-handle-executable-find)
3314 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
3315 (tramp-fish-retrieve-data): Pacify byte-compiler.
3317 * net/tramp-gw.el (tramp-gw-basic-authentication):
3318 Call `tramp-read-passwd' with first parameter `nil'.
3320 2007-09-28 Glenn Morris <rgm@gnu.org>
3322 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
3325 * textmodes/tex-mode.el (tex-suscript-height-ratio)
3326 (tex-suscript-height-minimum): New customizable variables.
3327 (tex-suscript-height): New function.
3328 (superscript, subscript): Set height using tex-suscript-height
3329 rather than fixing at 0.8.
3330 (tex-fontify-script, tex-font-script-display): Add :version tag.
3332 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
3334 * progmodes/python.el (python-eldoc-function): Doc fix.
3336 2007-09-27 Glenn Morris <rgm@gnu.org>
3338 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
3339 image if it is not in image-type-auto-detectable, or is there with
3342 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
3344 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
3345 connection more robust.
3347 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3349 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
3350 Deal with the case that special &keywords are at the beginning or
3351 end of the argument list. Also add some (incomplete) support for
3352 non-standard arglists.
3354 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3356 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3357 (eldoc-message-commands, eldoc-current-idle-delay)
3358 (eldoc-function-argstring-format): Fix typos in docstrings.
3360 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
3362 * calc/calc-units.el (calc-convert-units)
3363 (calc-convert-temperature): Remove unnecessary colons.
3365 2007-09-26 Bastien Guerry <bzg@altern.org>
3367 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
3369 (org-export-latex-remove-from-headlines): Name changed because of typo.
3370 (org-export-latex-quotation-marks-convention): Option removed.
3371 (org-export-latex-make-preamble): Handle the DATE option.
3372 (org-export-latex-cleaned-string): Now the only cleaning function,
3373 synched up with org.el.
3374 (org-export-latex-lists, org-export-latex-parse-list)
3375 (org-export-list-to-latex): New functions.
3377 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
3379 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
3380 (org-outline-regexp): New constant.
3381 (org-remember-handler): Throw error when the target file is not in
3383 (org-cleaned-string-for-export): No longer call
3384 `org-export-latex-cleaned-string' with an argument.
3385 (org-get-tags): Returns now a list, not a string.
3386 (org-get-tags-string): New function.
3387 (org-archive-subtree): No need to split return of `org-get-tags'.
3388 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
3389 instead of `org-get-tags'.
3390 (org-agenda-format-date): Rename from `org-agenda-date-format'.
3391 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
3392 (org-compatible-face): New argument INHERITS. Inherit from this
3394 (org-level-1, org-level-2, org-level-3, org-level-4)
3395 (org-level-5, org-level-6, org-level-7, org-level-8)
3396 (org-special-keyword, org-drawer, org-column, org-warning)
3397 (org-archived, org-todo, org-done, org-headline-done, org-table)
3398 (org-formula, org-code, org-agenda-structure)
3399 (org-scheduled-today, org-scheduled-previously)
3400 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
3402 (org-get-heading): New argument NO-TAGS.
3403 (org-fast-tag-selection-include-todo): Made defvar instead of
3404 defcustom, feature is not deprecated.
3405 (org-remember-store-without-prompt): New default value t.
3406 (org-todo-log-states): New variable.
3407 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
3408 Compute the log states.
3409 (org-goto-map): More commands copied from global map. Also bind
3411 (org-goto): Made into a general lookup command.
3412 (org-get-location): Complete rewrite.
3413 (org-goto-exit-command): New variable.
3414 (org-goto-selected-point): New variable.
3415 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
3416 Set the new variables.
3417 (org-paste-subtree): Whitespace insertion strategy revised.
3418 (org-remember-apply-template): Protect v-A from the possibility
3419 that v-a might be nil.
3420 (org-remember-handler): Insertion rules revised.
3421 (org-todo): Respect org-todo-log-states.
3422 (org-up-heading-safe): New function.
3423 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
3425 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3427 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
3428 region if in transient-mark-mode.
3430 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3432 * calc/calc-ext.el (calc-init-extensions, calc-reset):
3433 * calc/calc-help.el (calc-full-help):
3434 * calc/calc-misc.el (another-calc):
3435 * calc/calc-store.el (calc-var-name-map):
3436 * calc/calc-stuff.el (calc-flush-caches):
3437 * calc/calc-units.el (math-build-units-table):
3438 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
3440 * calendar/icalendar.el (icalendar--format-ical-event)
3441 (icalendar--convert-ical-to-diary):
3442 * emacs-lisp/authors.el (authors):
3443 * emacs-lisp/cust-print.el (custom-print-install)
3444 (custom-print-uninstall):
3445 * emacs-lisp/disass.el (disassemble-1):
3446 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3447 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
3448 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
3449 (elint-check-let-form, elint-check-condition-case-form)
3451 * emacs-lisp/elp.el (elp-results):
3452 * emacs-lisp/generic.el (generic-mode-internal):
3453 * emacs-lisp/re-builder.el (reb-delete-overlays):
3454 * emacs-lisp/regi.el (regi-interpret):
3455 * emacs-lisp/sregex.el (sregex--char-aux):
3456 * emulation/cua-rect.el (cua--deactivate-rectangle)
3457 (cua--highlight-rectangle, cua--rectangle-post-command):
3458 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
3459 * emulation/viper-macs.el (viper-describe-kbd-macros)
3460 (viper-describe-one-macro):
3461 * emulation/viper-util.el (viper-setup-master-buffer):
3462 * emulation/viper.el (set-viper-state-in-major-mode):
3463 * international/mule-diag.el (describe-current-coding-system):
3464 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
3465 * mail/emacsbug.el (report-emacs-bug):
3466 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
3467 * obsolete/hilit19.el (hilit-unhighlight-region)
3468 (hilit-set-mode-patterns):
3469 * play/solitaire.el (solitaire-check, solitaire-solve):
3470 * play/zone.el (zone-pgm-rotate):
3471 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
3472 * progmodes/ada-prj.el (ada-prj-display-page):
3473 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
3474 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
3475 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
3476 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
3477 * progmodes/sh-script.el (sh-make-vars-local)
3478 (sh-reset-indent-vars-to-global-values):
3479 * progmodes/sql.el (top):
3480 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
3481 * progmodes/xscheme.el (top):
3482 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
3483 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
3484 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
3485 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
3486 (artist-submit-bug-report):
3487 * textmodes/flyspell.el (flyspell-delay-commands)
3488 (flyspell-deplacement-commands):
3489 * textmodes/table.el (table--generate-source-epilogue, table-insert)
3490 (table--generate-source-cells-in-a-row, table--make-cell-map)
3491 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
3493 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
3495 * allout.el (produce-allout-mode-map, allout-process-exposed):
3496 * ansi-color.el (ansi-color-make-color-map):
3497 * autoinsert.el (auto-insert):
3498 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
3499 * dired-aux.el (dired-create-files):
3500 * dired.el (dired-restore-desktop-buffer):
3501 * ediff-diff.el (ediff-setup-fine-diff-regions):
3502 * ediff-mult.el (ediff-intersect-directories)
3503 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
3504 (ediff-redraw-registry-buffer):
3505 * ediff-ptch.el (ediff-fixup-patch-map):
3506 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
3507 (ediff-really-quit, ediff-clear-diff-vector):
3508 * emerge.el (emerge-really-quit):
3509 * ffap.el (ffap-replace-file-component):
3510 * filecache.el (file-cache-add-directory)
3511 (file-cache-add-directory-recursively)
3512 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
3513 (file-cache-delete-directory, file-cache-files-matching-internal)
3514 (file-cache-display):
3516 * find-lisp.el (find-lisp-insert-directory):
3517 * finder.el (finder-compile-keywords):
3518 * help.el (view-emacs-news):
3519 * hi-lock.el (hi-lock-write-interactive-patterns):
3520 * ido.el (ido-to-end, ido-set-matches-1):
3521 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
3522 (image-dired-mark-tagged-files):
3523 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3524 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
3525 * ps-print.el (ps-background, ps-begin-file)
3526 (ps-build-reference-face-lists):
3527 * simple.el (clone-buffer):
3528 * startup.el (command-line):
3529 * tempo.el (tempo-insert-template, tempo-is-user-element)
3530 (tempo-forward-mark, tempo-backward-mark):
3531 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3533 2007-09-25 Glenn Morris <rgm@gnu.org>
3535 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3537 * view.el (view-search-no-match-lines): Add a doc string.
3538 Rewrite to simplify and work better.
3540 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3542 * progmodes/cc-mode.el (c-mode-base-map):
3543 Use c-indent-line-or-region instead of c-indent-line.
3545 * indent.el (indent-for-tab-command): First check if the region is
3548 2007-09-24 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3550 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3551 whitespace-rescan-timer-time is 0.
3553 2007-09-24 Karl Berry <karl@gnu.org>
3555 * international/mule.el (coding-system-base): Fix doc string grammar.
3557 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3559 * net/tramp.el (tramp-completion-mode-p): Rename from
3560 `tramp-completion-mode'. Revert logic, check `return', `newline'
3561 and such alike. Packages like Icicles tend to use other completion
3562 characters but `tab' and `space' only.
3564 2007-09-24 Adam Hupp <adam@hupp.org>
3566 * progmodes/python.el (run-python): Import emacs module without
3567 waiting; prevents lockup on error.
3569 2007-09-23 Richard Stallman <rms@gnu.org>
3571 * mail/sendmail.el (mail-bury): Delete the frame
3572 if this frame looks like it was made for this message.
3574 * completion.el (completion-separator-self-insert-command)
3575 (completion-separator-self-insert-autofilling):
3576 If `self-insert-command' has been remapped, use the substitute.
3578 * simple.el (copy-region-as-kill): Doc fix.
3580 * textmodes/org.el (org-confirm-shell-link-function)
3581 (org-confirm-elisp-link-function): Doc fixes.
3583 2007-09-23 Glenn Morris <rgm@gnu.org>
3585 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3587 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3589 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3591 * term/tvi970.el (terminal-init-tvi970): Likewise.
3593 * term/sun-mouse.el (print-mouse-format): Likewise.
3595 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3596 Use forward-line instead of previous-line and next-line.
3598 2007-09-22 Juri Linkov <juri@jurta.org>
3600 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3602 * tutorial.el (tutorial--default-keys): Update standard bindings:
3603 rename `iconify-or-deiconify-frame' to `suspend-frame',
3604 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3606 2007-09-22 Juri Linkov <juri@jurta.org>
3608 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3609 Add help-echo to external links and to links without description.
3610 (fancy-splash-insert): Use help-echo from the 3rd element of the
3611 link specification list, or "Follow this link" if it's nil. Doc fix.
3613 2007-09-22 Juri Linkov <juri@jurta.org>
3615 * startup.el (command-line): Rename `inhibit-startup-message' to
3616 `inhibit-startup-screen'.
3617 (fancy-about-text): Use shorter label for "Ordering Manuals".
3618 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3619 is nil, display a line with "To start..." and 3 links to useful
3620 tasks. Display the "Dismiss" button and "Don't show this message
3621 again" only when concise is non-nil.
3622 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3623 arg `concise'. If CONCISE is non-nil, display a concise version
3624 of the splash screen in another window. Otherwise, switch to the
3625 startup buffer in the same window.
3626 (startup-echo-area-message): Change displayed binding from
3627 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3628 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3630 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3632 (display-about-screen): Don't check the existence of the buffer
3633 "*About GNU Emacs*".
3634 (display-splash-screen): Make alias to `display-startup-screen'.
3635 (command-line-1): Rename `inhibit-startup-message' to
3636 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3637 started with command line options "-f", "-funcall", "-e", "-eval",
3638 "-execute", "-insert", "-find-file", "-file", "-visit".
3639 Inhibit startup screen when Emacs is started with a file name only
3640 on tty (i.e. don't inhibit it when started with a file name like
3641 "emacs FILE..." on a window system).
3642 (command-line-1): Simplify logic of displaying the startup screen:
3643 if file-count > 0, then display the concise version in another
3644 window, otherwise display full version in the same window.
3646 * help.el (help-map): Bind C-h C-a to about-emacs.
3647 (help-for-help-internal): Add C-a description to C-h help text.
3649 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3651 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3652 (checkdoc-permit-comma-termination-flag): Autoload the
3653 safe-local-variable setting.
3655 * bookmark.el (bookmark-xemacsp): Remove.
3656 (bookmark-make): Don't use bookmark-xemacsp,
3657 use (featurep 'xemacs) instead.
3659 * speedbar.el (speedbar-frame-mode)
3660 (speedbar-frame-reposition-smartly)
3661 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3662 (speedbar-check-vc): Remove use of non-existent variable
3663 dframe-xemacsp, use (featurep 'xemacs) instead.
3665 * indent.el (indent-for-tab-command): Indent the region if
3666 transient-mark-mode and the region is active.
3668 2007-09-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3670 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3671 add inferior-octave-directory-tracker to the buffer-local value
3672 of comint-input-filter-functions.
3674 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3676 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3678 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3680 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3683 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3685 * startup.el (normal-top-level): Remove DISPLAY from
3686 process-environment to let it be computed dynamically in callproc.c.
3688 * frame.el (frame-initialize, make-frame):
3689 * faces.el (tty-set-up-initial-frame-faces):
3690 * env.el (setenv): Don't set display-environment-variable.
3692 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3693 (server-create-tty-frame): Don't set unused `tty' property.
3694 Set `display' instead of display-environment-variable.
3695 (server-create-window-system-frame): No display-environment-variable.
3697 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3699 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3700 (rfn-eshadow-update-overlay-hook): New defvars.
3701 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3704 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3705 (tramp-rfn-eshadow-setup-minibuffer)
3706 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3709 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3712 2007-09-21 Glenn Morris <rgm@gnu.org>
3714 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3715 * term/sun-mouse.el (suspend-emacstool): Remove.
3716 * term/sun.el: Remove emacstool-related code.
3718 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3719 (byte-compile-warnings-safe-p): Add `mapcar'.
3720 (byte-compile-warning-types): Add mapcar and make-local.
3721 (byte-compile-normal-call): Add option to suppress mapcar warning.
3722 (top-level): Use mapc rather than mapcar in eval-when-compile.
3724 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3725 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3726 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3727 Handle escaped parens.
3728 (latex-forward-sexp): Doc fix.
3730 * eshell/esh-mode.el (eshell-output-filter-functions):
3731 Add eshell-postoutput-scroll-to-bottom.
3733 * loadup.el: Remove termdev.
3735 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3736 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3738 2007-09-21 Markus Triska <markus.triska@gmx.at>
3740 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3741 `mapcar' is called for effect.
3743 2007-09-21 Kevin Ryde <user42@zip.com.au>
3745 * international/mule.el (sgml-html-meta-auto-coding-function):
3746 Bind `case-fold-search' to t.
3748 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3750 * termdev.el: Remove.
3752 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3753 (frames-on-display-list): Use it.
3755 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3757 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3759 2007-09-20 Richard Stallman <rms@gnu.org>
3761 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3763 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3765 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3767 2007-09-20 Glenn Morris <rgm@gnu.org>
3769 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3770 motion functions, rather than hard-coding "\n\n".
3771 (tex-validate-region): Check for eobp, to speed up.
3772 (tex-next-unmatched-end): Doc fix.
3774 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3776 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3778 * international/mule.el (auto-coding-alist): Rar archives are binary.
3780 * arc-mode.el: Add basic support for Rar.
3781 (archive-find-type): Recognize Rar's signature.
3782 (archive-desummarize): New fun.
3783 (archive-summarize): Use it to restore the buffer's data in case
3784 someone wants to switch to some other major mode.
3785 (archive-resummarize): Use it as well.
3786 (archive-rar-summarize, archive-rar-extract): New functions.
3788 * filesets.el: Remove spurious * in docstrings.
3789 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3790 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3791 (filesets-ingroup-collect): Remove unused arg `depth'.
3792 (filesets-update): Remove unused arg `version'.
3794 * finder.el (finder-compile-keywords): Fix up comment style.
3795 (finder-mouse-face-on-line): previous-line -> forward-line.
3797 * recentf.el: Remove spurious * in docstrings.
3798 (recentf-save-list): Fix up comment style.
3800 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3801 (octave-mode-map): Move init into declaration and remove \t binding.
3802 (octave-mode-startup-message): Remove unused var.
3803 (octave-scan-blocks): Remove unused arg `from'.
3804 (octave-forward-block, octave-down-block, octave-up-block):
3807 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3808 (meta-mode-map): Likewise and remove \t binding.
3810 * net/snmp-mode.el: Remove spurious * in docstrings.
3811 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3812 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3813 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3814 that completion accepts lists of strings.
3815 (snmp-mode-syntax-table): Move initialization into declaration.
3816 (snmp-mode-map): Likewise and remove \t binding.
3817 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3818 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3819 (snmp-indent-command): Remove.
3821 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3822 binding, so tab-always-indent works right.
3824 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3826 * net/browse-url.el (browse-url-elinks-new-window): New function.
3827 (browse-url-elinks): Use browse-url-elinks-new-window.
3828 Accept optional second argument `new-window'. Fix typo in doc-string.
3829 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3830 Improve error message.
3832 2007-09-19 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3834 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3835 parameter name in the function body.
3836 Reported by Johannes Weiner.
3838 2007-09-19 Glenn Morris <rgm@gnu.org>
3840 * net/socks.el (socks-open-network-stream): Signal an explicit
3841 error if the port associated with a service string can't be found.
3843 * textmodes/tex-mode.el (tex-terminate-paragraph):
3844 Use backward-paragraph.
3846 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3848 * server.el (server-running-p): New function.
3850 2007-09-18 Jason Rumney <jasonr@gnu.org>
3852 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3855 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3856 Use x-focus-frame for w32.
3858 2007-09-17 David Kastrup <dak@gnu.org>
3860 * textmodes/tex-mode.el (tex-verbatim-environments):
3861 Eliminate CL dependency.
3863 2007-09-17 Richard Stallman <rms@gnu.org>
3865 * newcomment.el (comment-add): New arg EXTRA.
3866 (comment-region-default): Pass EXTRA if not indenting lines.
3868 2007-09-17 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3870 * net/browse-url.el (browse-url-url-encode-chars): New function.
3871 URL-encode some chars in a string.
3872 (browse-url-encode-url): Rewrite using the previous function.
3873 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3874 (browse-url-elinks-sentinel): Fix typo.
3875 (browse-url-new-window-flag): Doc change.
3877 2007-09-17 Glenn Morris <rgm@gnu.org>
3879 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3880 filename from `--file-line-error', if it is available.
3882 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3884 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3885 TeX `--file-line-error' format.
3887 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3889 * xt-mouse.el: Delete add-hook calls that were moved to
3891 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3894 2007-09-17 Richard Stallman <rms@gnu.org>
3896 * cus-face.el (custom-theme-set-faces): Undo previous change.
3898 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3900 2007-09-17 Glenn Morris <rgm@gnu.org>
3902 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3903 handling the case where the region is not in `tex-main-file'.
3904 (tex-region-1): Delete.
3905 (tex-region-header): New function, doing the header part of the
3908 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3910 * simple.el (newline): Simplify use of prefix-numeric-value.
3911 (line-move-partial): Remove unused var `ppos'.
3912 (line-move-1): Replace 9999 with most-positive-fixnum.
3913 (move-end-of-line): Use more efficient single-property search.
3914 (move-beginning-of-line): Remove unused var `start'.
3915 (blink-matching-open): Restructure in a more functional style.
3917 2007-09-16 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3919 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3921 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3923 * server.el (server-clients): Only keep procs, no properties any more.
3924 (server-client): Remove.
3925 (server-client-get, server-client-set): Remove, replace all callers by
3926 process-get and process-put resp.
3927 (server-clients-with, server-add-client, server-delete-client)
3928 (server-create-tty-frame, server-create-window-system-frame)
3929 (server-process-filter, server-execute, server-visit-files)
3930 (server-buffer-done, server-kill-buffer-query-function)
3931 (server-kill-emacs-query-function, server-switch-buffer)
3932 (server-save-buffers-kill-terminal): Update accordingly.
3934 * server.el (server-with-environment): Simplify.
3935 (server-select-display, server-unselect-display): Re-add functions that
3936 seem to have been lost in the multi-tty merge.
3937 (server-eval-and-print, server-create-tty-frame)
3938 (server-create-window-system-frame, server-goto-toplevel)
3939 (server-execute, server-return-error): New functions extracted from
3940 server-process-filter.
3941 (server-execute-continuation): New functions.
3942 (server-process-filter): Restructure so that all arguments are analysed
3943 first and then acted upon in a subsequent stage. This way
3944 server-goto-toplevel can be executed later, when we know if
3946 Remove the "-version" and "-version-good" support.
3948 2007-09-16 Drew Adams <drew.adams@oracle.com>
3950 * cus-edit.el (custom-face-edit-activate): Doc fix.
3952 2007-09-16 Glenn Morris <rgm@gnu.org>
3954 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3955 Following cal-bahai renaming, update all instances of
3956 list-bahai-diary-entries to diary-bahai-list-entries,
3957 mark-bahai-diary-entries to diary-bahai-mark-entries,
3958 calendar-goto-bahai-date to calendar-bahai-goto-date,
3959 insert-bahai-diary-entry to diary-bahai-insert-entry,
3960 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3961 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3962 calendar-print-bahai-date to calendar-bahai-print-date.
3964 * textmodes/tex-mode.el (tex-region): Handle the case where the
3965 region is not in `tex-main-file'. Move the old code that applies
3967 (tex-region-1): ...to this new function.
3969 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3971 * vc.el (vc-process-sentinel): New function.
3972 (vc-exec-after): Use it instead of using ugly hackish analysis and
3973 construction of Elisp code.
3974 (vc-sentinel-movepoint): New dynamically scoped var.
3975 (vc-print-log, vc-annotate): Set it to move the user's point.
3977 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3978 inhibit-modification-hooks.
3980 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3981 (calendar-bahai-print-date, calendar-bahai-goto-date)
3982 (diary-bahai-list-entries, diary-bahai-insert-entry):
3983 New names to clean up the namespace a bit more.
3984 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3986 2007-09-15 Glenn Morris <rgm@gnu.org>
3988 * calendar/holidays.el (holiday-list): Rename it back to
3989 `list-holidays', but leave `holiday-list' as an alias.
3991 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3994 * textmodes/css-mode.el (css): New custom group.
3995 (css-electrick-keys, css-selector, css-property)
3996 (css-indent-offset): Specify custom group.
3998 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4000 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
4001 (cvs-execute-single-file): Use process-file.
4002 (cvs-run-process): Use start-file-process.
4004 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4006 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
4007 level. Remove the hooks when turning off the mode.
4009 * term/xterm.el: Require xt-mouse at compile time.
4010 (terminal-init-xterm): Turn on xterm mouse tracking for this
4011 terminal if xterm-mouse-mode is enabled.
4013 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4015 * term/xterm.el (xterm-function-map): Replace bindings that were
4016 deleted by the merge.
4018 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
4020 * play/bubbles.el (bubbles-version): Bump value to "0.5".
4021 (bubbles-mode-map): Move define-key statements here.
4022 (bubbles-game-theme-menu): Ditto.
4023 (bubbles-graphics-theme-menu): Ditto.
4024 (bubbles-menu): Ditto.
4025 (bubbles-mode): Initialize buffer-undo-list, redisplay.
4026 (bubbles--initialize): Reset buffer-undo-list, redisplay.
4027 (bubbles-plop): Set buffer-undo-list, redisplay.
4028 (bubbles-undo): Reset buffer-undo-list, redisplay.
4029 (bubbles--show-images): Take care of missing text properties.
4031 2007-09-14 Glenn Morris <rgm@gnu.org>
4033 * startup.el (fancy-startup-text, fancy-about-text): Fix face
4036 * calendar/cal-hebrew.el, calendar/cal-menu.el
4037 * calendar/calendar.el, calendar/diary-lib.el
4038 * calendar/holidays.el: Rename all instances of
4039 list-calendar-holidays callers to calendar-list-holidays,
4040 list-holidays to holiday-list, check-calendar-holidays to
4041 calendar-check-holidays, mark-calendar-holidays to
4042 calendar-mark-holidays, and filter-visible-calendar-holidays to
4043 holiday-filter-visible-calendar.
4045 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4047 * term/xterm.el (xterm-function-map): Add C-M- bindings.
4049 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4051 * play/bubbles.el (bubbles--initialize-images): Fix bug:
4052 Use transparent background for empty cells in graphics mode.
4054 2007-09-13 Jari Aalto <jari.aalto@cante.net>
4056 * man.el (Man-default-man-entry): At end of line, continue looking
4057 to the next line for possible end of hyphenated command.
4059 2007-09-13 Chris Moore <dooglus@gmail.com>
4061 * shell.el (shell-resync-dirs): Don't move the cursor relative to
4062 the command being edited.
4064 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
4066 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
4068 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
4070 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
4073 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
4075 2007-09-12 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4077 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
4078 New argument `filename-p' to use one set of confusing chars or another.
4079 (browse-url-file-url): Use the argument.
4080 Suggested by Johannes Weiner.
4082 2007-09-12 Romain Francoise <romain@orebokech.com>
4084 * cus-start.el (all): Revert 2007-09-08 change.
4086 2007-09-12 Aaron Hawley <aaronh@garden.org>
4088 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
4089 extract .Z files, since it is more common than uncompress.
4091 2007-09-12 Glenn Morris <rgm@gnu.org>
4093 * textmodes/org-publish.el (org-publish-org-to-html): Remove
4094 duplicate function definition.
4096 2007-09-10 Chris Moore <dooglus@gmail.com>
4098 * diff-mode.el (diff-sanity-check-hunk):
4099 Also accept single-line hunks.
4101 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
4103 * startup.el (startup-screen-inhibit-startup-screen)
4104 (pure-space-overflow-message): New vars.
4105 (fancy-splash-insert): Allow functions for face and link specs.
4106 (fancy-splash-head): Remove unused arg. Move splash text...
4107 (fancy-startup-text, fancy-about-text): ...here.
4108 (fancy-startup-tail): Rename from fancy-splash-tail.
4109 (fancy-startup-screen, fancy-about-screen): Split off from
4110 fancy-splash-screens.
4111 (display-startup-screen): New function.
4112 (display-about-screen): Rename from display-splash-screen.
4113 (command-line-1): Use concise startup screen if necessary.
4115 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4117 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
4118 Reported by Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>.
4120 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4122 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4123 (python-font-lock-keywords): Update to the 2.5 version of the language.
4124 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4125 (python-backspace): Only behave funny in code.
4126 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4127 (inferior-python-mode): Add PDB prompt regexp.
4128 (python-fill-paragraph): Refine the fenced-string regexp.
4129 (python-find-imports): Handle imports spanning several lines.
4130 (python-mode): Add `class' to hideshow support.
4132 2007-09-10 Dave Love <fx@gnu.org>
4134 * outline.el (outline-4, outline-5, outline-7):
4135 Move font-lock-builtin-face down from 4 to 7 to better keep the
4136 progression of color brightness, and to better match Org-mode's faces.
4138 2007-09-10 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4140 * progmodes/meta-mode.el (meta-font-lock-keywords)
4141 (font-lock-match-meta-declaration-item-and-skip-to-next)
4142 (meta-comment-indent, meta-indent-previous-line)
4143 (meta-indent-unfinished-line, meta-beginning-of-defun)
4144 (meta-end-of-defun, meta-common-initialization): Handle \f.
4145 (meta-indent-unfinished-line): Do not handle a `%' in a string as
4148 * files.el (file-modes-char-to-who, file-modes-char-to-right)
4149 (file-modes-rights-to-number): Auxiliary functions for symbolic to
4150 numeric notation of file modes.
4151 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
4153 (read-file-modes): New. Read either an octal value of a file mode or a
4154 symbolic value, and return its numeric value.
4156 * dired-aux.el (dired-do-chmod): Change to use the built-in
4157 `set-file-modes' and the previous symbolic mode parsing functions.
4159 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4161 * textmodes/texinfo.el: Remove spurious * in docstrings.
4162 (texinfo-mode-syntax-table, texinfo-mode-map):
4163 Initialize in the declaration.
4165 * tmm.el: Remove spurious * in docstrings.
4166 (tmm-prompt): Use with-current-buffer.
4168 * vcursor.el: Remove spurious * in docstrings.
4169 (vcursor-map): Initialize in the declaration.
4170 (vcursor-use-vcursor-map): Use define-minor-mode.
4171 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
4173 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
4174 Initialize in the declaration.
4175 (widget-minor-mode): Use define-minor-mode.
4177 * woman.el (woman-mode-map, woman-syntax-table):
4178 Initialize in the declaration.
4180 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
4182 * doc-view.el: New file.
4184 2007-09-09 Juri Linkov <juri@jurta.org>
4186 * Makefile.in (update-authors): Add etc/ to AUTHORS.
4188 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
4190 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
4191 to "Startup screen". Fix docstring.
4192 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
4193 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
4194 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
4195 (initial-scratch-message): Fix docstring.
4196 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
4197 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
4198 Add link to "Customize Startup" and set interval between links to
4200 (fancy-about-text): Add links "Authors" and "Contributing".
4201 (fancy-splash-head): Add text "Welcome to " on the startup screen,
4202 and "This is " on the about screen. Add link to
4203 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
4204 For the about screen move emacs version to the header from
4205 `fancy-splash-tail' (as it's done already for normal about screen).
4206 (fancy-splash-tail): Insert emacs version only for startup screen.
4207 (normal-splash-screen): Remove duplicate empty lines.
4208 (normal-about-screen): Add links "Authors" and "Contributing".
4210 * menu-bar.el (menu-bar-help-menu):
4211 Move "About Emacs" and "About GNU" to the end of the Help menu.
4212 Move "Emacs Psychotherapist" after "Send Bug Report...".
4213 Move "External Packages" after "Find Emacs Packages".
4215 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
4217 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
4218 they are useless with the byte compiler.
4219 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
4220 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
4221 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
4222 (tramp-file-name-real-host, tramp-file-name-port)
4223 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
4226 * net/tramp-cache.el (top): Improve error message when
4227 `tramp-persistency-file-name' is corrupted.
4229 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
4231 * textmodes/org.el (org-re): Also replace the :alpha: class.
4232 (org-todo-tag-alist): Variable removed.
4233 (org-todo-key-alist, org-todo-key-trigger): New variables.
4234 (org-use-fast-todo-selection): New option.
4235 (org-log-done): Docstring fixed.
4236 (org-deadline-warning-days): New default value 14.
4237 (org-edit-timestamp-down-means-later): New option.
4238 (org-tag-alist): Docstring fixed.
4239 (org-fast-tag-selection-include-todo): New option.
4240 (org-export-language-setup): New languages added.
4241 (org-set-regexps-and-options): Compute the new variables.
4242 (org-paste-subtree): Cleaning up.
4243 (org-remember-apply-template): New escape %A.
4244 (org-todo): Call fast TODO selection.
4245 (org-fast-todo-selection): New function.
4246 (org-add-log-note): Allow prefix for abort exit.
4247 (org-at-property-p, org-entry-properties)
4248 (org-columns-get-autowidth-alist): Use :alpha: class.
4249 (org-get-wdays): New function.
4250 (org-agenda-remove-date): New variable.
4251 (org-agenda-get-deadlines): Use `org-get-wdays'.
4252 (org-agenda-get-deadlines): Reverse ee before returning.
4253 (org-format-agenda-item): New argument REMOVE-RE.
4254 (org-agenda-convert-date): Baha'i calendar added.
4255 (org-infile-export-plist): Also find DATE line.
4256 (org-get-min-level): New function.
4257 (org-export-as-html, org-export-as-ascii): Use the date format.
4258 (org-shiftup, org-shiftdown): Use.
4259 `org-edit-timestamp-down-means-later'.
4260 (org-assign-fast-keys): New function.
4262 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
4264 * cus-start.el (all): Add prefer-window-split-horizontally from
4267 2007-09-08 Eli Zaretskii <eliz@gnu.org>
4269 * net/browse-url.el (browse-url-galeon): Fix last change.
4270 (top-level): Require cl when compiling.
4272 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
4274 * textmodes/org-export-latex.el: arch-tag restored.
4276 * textmodes/org-publish.el: arch-tag restored.
4278 2007-09-08 Masatake YAMATO <jet@gyve.org>
4280 * progmodes/which-func.el (which-func-modes): Add diff-mode.
4282 * progmodes/cc-langs.el: Support new keywords added to
4283 objective-c frontend of gcc.
4284 (c-simple-stmt-kwds): Add @throw.
4285 (c-block-stmt-2-kwds): Add @synchronized.
4286 (c-block-stmt-1-kwds): Add @finally and @try.
4288 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
4290 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
4291 (org-agenda-after-show-hook): New variable.
4292 (org-columns-compile-format)
4293 (org-columns-get-autowidth-alist, org-buffer-property-keys)
4294 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
4296 (org-get-wdays): New function.
4298 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4300 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
4302 * term/xterm.el (xterm-function-map): Initialize in the declaration.
4304 * vc-arch.el (vc-arch-checkin): Fix typo.
4306 2007-09-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
4308 * cus-face.el (custom-theme-set-faces): Set face attributes
4309 locally for each frame.
4311 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4313 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
4314 via font-lock-defaults.
4316 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
4319 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
4321 * progmodes/autoconf.el (autoconf-definition-regexp):
4322 Handle optional square brackets around definition name.
4324 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
4326 * net/browse-url.el (browse-url-browser-function): Add elinks.
4327 (browse-url-elinks-wrapper): New option.
4328 (browse-url-encode-url, browse-url-elinks)
4329 (browse-url-elinks-sentinel): New functions.
4330 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
4331 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
4332 Use new function browse-url-encode-url.
4334 2007-09-07 Glenn Morris <rgm@gnu.org>
4336 * version.el (emacs-version): Revert 2007-08-29 change: no need to
4337 say if multi-tty is present.
4339 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4341 * cus-start.el (split-window-preferred-function): Add custom info.
4343 * calendar/holidays.el (holiday-list, calendar-check-holidays)
4344 (calendar-mark-holidays, calendar-list-holidays)
4345 (holiday-filter-visible-calendar): New names to clean up namespace.
4346 (filter-visible-calendar-holidays, list-calendar-holidays)
4347 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
4348 Add compatibility aliases.
4349 (calendar-check-holidays, calendar-mark-holidays)
4350 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
4351 (holiday-sexp): Replace append with list.
4352 (holiday-filter-visible-calendar): Replace append with push.
4354 * woman.el: Remove spurious * in docstrings.
4355 (woman-mini-help, woman-non-underline-faces, woman0-rename)
4356 (woman-topic-all-completions-merge, woman-file-name-all-completions)
4357 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
4358 (woman-write-directory-cache, woman-display-extended-fonts)
4359 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
4360 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
4361 (woman-mode): Use inhibit-read-only.
4362 (woman-negative-vertical-space): Use dotimes.
4363 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
4365 2007-09-06 Romain Francoise <romain@orebokech.com>
4367 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
4368 (vc-bzr-workfile-version): Use it.
4370 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
4372 * complete.el (PC-do-completion): Don't try to treat
4373 empty string as an abbreviation.
4375 2007-09-06 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4377 * help-fns.el (describe-variable): Keep doc's text properties.
4379 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
4381 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
4384 2007-09-06 Glenn Morris <rgm@gnu.org>
4386 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
4387 (checkdoc-minor-mode): Allow user to specify lighter via
4388 checkdoc-minor-mode-string.
4390 2007-09-05 Richard Stallman <rms@gnu.org>
4392 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
4393 Several items removed, simplified, or put on one line.
4394 (fancy-about-text): Add substantial contents, part of startup text.
4395 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
4396 (normal-splash-screen): Call normal-mouse-startup-screen,
4397 normal-no-mouse-startup-screen, or normal-about-screen.
4398 (normal-mouse-startup-screen): New fn, broken out, shortened.
4399 (normal-no-mouse-startup-screen): New fn, broken out.
4400 (normal-about-screen): New function, contents all new.
4402 2007-09-05 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4404 * emacs-lisp/rx.el (rx): Fix typo in docstring.
4406 2007-09-05 Glenn Morris <rgm@gnu.org>
4408 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
4411 2007-09-05 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4413 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
4416 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4418 * server.el (server-start, server-unload-hook): Undo previous change.
4420 * xt-mouse.el: Undo previous change.
4422 2007-09-04 Juri Linkov <juri@jurta.org>
4424 * startup.el (fancy-about-text): New variable.
4425 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
4426 (fancy-current-text, fancy-splash-stop-time)
4427 (fancy-splash-outer-buffer): Remove variables.
4428 (fancy-splash-head, fancy-splash-tail): Add new optional argument
4429 `startup' and use it to conditionally display different texts for
4430 Startup and About screens. Don't display Help commands on the About
4432 (fancy-splash-screens-1): Remove function and move its content to
4433 `fancy-splash-screens' to the part that dislpays the About screen.
4434 (exit-splash-screen): Don't treat specially exiting from
4435 alternating screens.
4436 (fancy-splash-screens): Rename argument `static' to `startup'.
4437 Fix docstring. Remove code for displaying alternating screens.
4438 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
4439 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
4440 for `inhibit-read-only'.
4441 (normal-splash-screen): Rename argument `static' to `startup'.
4442 Fix docstring. Use argument `startup' to conditionally display
4443 different texts for Startup and About screens. Don't display Help
4444 commands on the About screen. Remove `unwind-protect' `sit-for'
4445 delay and `kill-buffer' after it.
4446 (display-startup-echo-area-message): Remove call to
4447 `use-fancy-splash-screens-p' because image.el is preloaded and
4448 doesn't display "Loading image... done".
4449 (display-splash-screen): Rename argument `static' to `startup'.
4452 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4454 * server.el (server-start, server-unload-hook):
4455 suspend-tty-functions has been renamed to suspend-tty-hook.
4457 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
4460 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4462 * loadup.el: Fix merge problem, only load "button" once.
4464 2007-09-03 Glenn Morris <rgm@gnu.org>
4466 * vc-svn.el (vc-svn-print-log): If there is only one file, use
4467 "Working file:" as the prefix, for the sake of
4468 log-view-current-file.
4470 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4472 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
4473 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
4474 if the selected frames is in
4475 xterm-modify-other-keys-terminal-list.
4476 (xterm-turn-off-modify-other-keys): Add an optional frame
4477 parameter. Only turn off modify-other-keys if FRAME is in
4478 xterm-modify-other-keys-terminal-list.
4479 (xterm-remove-modify-other-keys): New function.
4480 (terminal-init-xterm): Use it. Deal with delete-frame hook.
4481 Add the selected frame to xterm-modify-other-keys-terminal-list.
4483 2007-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4485 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
4486 (icon-map-list): New variable.
4487 (x-gtk-map-stock): Use icon-map-list.
4489 2007-09-02 Romain Francoise <romain@orebokech.com>
4491 * log-view.el (log-view-current-file): Balance parens.
4493 2007-09-02 Glenn Morris <rgm@gnu.org>
4495 * comint.el (comint-mode): Don't set scroll-conservatively.
4497 * eshell/em-unix.el (eshell/time): Stringify and flatten the
4498 non-command arguments.
4500 * log-view.el (log-view-current-file): Give a more explicit error
4501 if log-view-file-re fails to find a match.
4503 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4505 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4506 Fix bug: Don't expand top-level file name more than once.
4507 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
4509 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4511 * server.el (server-process-filter): Don't display the splash screen.
4512 It's annoying enough on the initial screen and becomes positively
4515 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4517 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
4518 Change naming to use "avl-tree--" for internal functions.
4520 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
4522 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
4524 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
4525 (provide): Move to the end of file.
4527 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
4529 2007-08-31 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4531 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4532 New variable. List of exceptions for the duplicated word rule.
4533 (flyspell-mark-duplications-flag): Mention it.
4534 (flyspell-word): Treat it.
4536 * files.el (create-file-buffer): If the filename sans directory starts
4537 with spaces, remove them.
4539 2007-08-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4541 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4542 (x-gtk-map-stock): Use two directory elements when matching
4545 2007-08-31 James Wright <james@chumsley.org>
4547 * eshell/em-unix.el (eshell/info): New function.
4549 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4551 * frame.el (frame-initialize, make-frame):
4552 * server.el (server-process-filter):
4553 * faces.el (tty-set-up-initial-frame-faces): Don't set
4554 term-environment-variable since it's not used any more.
4556 * env.el (setenv): Don't treat $TERM specially.
4558 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4559 stated otherwise, subprocesses do not send back escape sequences
4560 corresponding to the terminal from which Emacs was started.
4562 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
4564 * calculator.el: Require cl for compilation.
4566 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
4568 * outline.el (outline-font-lock-levels): Comment out unused var.
4569 (outline-font-lock-face): Wrap around face list to handle any
4570 nesting depth gracefully.
4572 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4574 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4577 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4579 * textmodes/org.el (org-export-visible): Fix drawers before export.
4580 (org-do-sort): Allow sorting by priority.
4581 (org-agenda-files): Ignore non-existing files.
4582 (org-agenda-skip-unavailable-files): New variable.
4583 (org-ellipsis): All a face as value.
4584 (org-mode): Interprete the face value of `org-ellipsis'.
4585 (org-archive-save-context-info): New option.
4586 (org-archive-subtree): Store context info in archived entry.
4587 (org-fast-tag-selection-can-set-todo-state): New variable.
4588 (org-fast-tag-selection): Allow setting TODO states through this
4590 (org-cycle): Docstring updated.
4591 (org-todo-keyword-faces): New option.
4592 (org-get-todo-face): New function.
4593 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4594 Use `org-get-todo-face'.
4595 (org-switch-to-buffer-other-window): New function.
4596 (org-table-edit-field, org-table-show-reference)
4597 (org-table-edit-formulas, org-add-log-note)
4598 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4599 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4600 `switch-to-buffer-other-window' to make sure that the temporary
4601 windows show up on the current frame.
4602 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4603 (org-get-entries-from-diary, org-replace-region-by-html):
4604 Don't allow pop-up frames.
4605 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4606 Fix problems with time-of-day.
4607 (org-export-get-title-from-subtree): New function.
4608 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4609 with listing items that are DONE.
4610 (org-change-tag-in-region): New command.
4611 (org-agenda-skip-scheduled-if-done)
4612 (org-agenda-skip-deadline-if-done): Docstring clarified.
4613 (org-mode): Hide drawers on startup.
4614 (org-get-todo-face): New function.
4615 (org-todo-keyword-faces): New option.
4616 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4617 (org-remove-keyword-keys): New function.
4619 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4621 * progmodes/grep.el (grep-find-ignored-directories):
4622 Add monotone _MTN bookkeeping directory in workspaces.
4623 Add RCS control directory. List items in alphabetical order.
4625 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4626 Sort items in alphabetical order. Fix parens.
4628 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4630 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4631 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4632 (vc-hg-pull): New functions.
4633 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4635 * term/mac-win.el: Don't require url, only autoloaded url
4636 functions are used in this file.
4638 2007-08-29 Andreas Schwab <schwab@suse.de>
4640 * shell.el (shell): Return correct value from interactive spec.
4642 2007-08-29 Glenn Morris <rgm@gnu.org>
4644 * version.el (emacs-version): Increase to 23.0.50.
4646 2007-08-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4648 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4650 2007-08-29 Juri Linkov <juri@jurta.org>
4652 * loadup.el: Add "button" loading after "faces" and move "startup"
4653 to load after "button".
4655 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4657 * loadup.el: Load term/mac-win on a Mac using Carbon.
4659 * term/mac-win.el: Provide mac-win.
4660 (mac-initialized): New variable.
4661 (mac-initialize-window-system): New function. Move global setup here.
4662 (handle-args-function-alist, frame-creation-function-alist):
4663 (window-system-initialization-alist): Add mac entries.
4664 (x-setup-function-keys): New function containing all the
4665 top level function key definitions.
4667 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4669 * env.el (read-envvar-name): Don't consider the environment frame param.
4672 * frame.el (frame-initialize, make-frame):
4673 * faces.el (tty-set-up-initial-frame-faces):
4674 * server.el (server-process-filter): Set
4675 display-environment-variable and term-environment-variable.
4677 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4679 2007-08-29 Jason Rumney <jasonr@gnu.org>
4681 * loadup.el: Only load term/x-win when X is compiled in.
4682 Load term/w32-win and dependencies on windows-nt.
4684 * term/w32-win.el: Reorder to match x-win.el more closely.
4685 Provide w32-win. Don't throw error when global window-system not w32.
4686 (internal-face-interactive): Remove obsolete function.
4687 (x-setup-function-keys): Use local-function-key-map.
4688 (w32-initialized): New variable.
4689 (w32-initialize-window-system): Set it.
4690 Move more global setup here.
4691 (x-setup-function-keys): New function.
4692 (w32-initialize-window-system): Move non function key global setup here.
4693 (x-cut-buffer-max): Remove.
4694 (w32-initialize-window-system): New function.
4695 (handle-args-function-alist, frame-creation-function-alist):
4696 (window-system-initialization-alist): Add w32 entries.
4698 2007-08-29 David Kastrup <dak@gnu.org>
4700 * env.el (getenv): Pass frame to getenv-internal.
4702 2007-08-29 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
4704 * version.el (emacs-version): Show if multi-tty is present.
4706 * loadup.el: Delay loading env; mule-conf gets confused by cl
4707 during bootstrap. Also load termdev and term/x-win.
4709 * bindings.el (mode-line-client): New variable.
4710 (help-echo): Add it to the default mode-line format.
4712 * cus-start.el: Remove bogus window-system reference from GTK test.
4714 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4715 (ebrowse-electric-position-mode-map):
4716 * ebuff-menu.el (electric-buffer-menu-mode-map):
4717 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4718 not `suspend-emacs'.
4720 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4721 (ediff-window-setup-function): Use it as default.
4723 * files.el (save-buffers-kill-terminal): New function.
4724 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4726 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4727 and `with-selected-frame'.
4729 * help-fns.el (describe-variable): Describe frame-local variables
4732 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4734 (normal-erase-is-backspace-setup-frame): New function.
4736 * subr.el (with-selected-frame): New function.
4737 (read-quoted-char): Use terminal-local binding of
4738 local-function-key-map instead of function-key-map.
4740 * talk.el (talk): New function.
4741 (talk-handle-delete-frame): New function.
4742 (talk-add-display): Open a new frame only if FRAME was not a frame.
4744 * termdev.el: New file.
4746 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4747 * term/x-win.el: Don't bind f10.
4748 * tmm.el: Remove autoload binding for f10.
4750 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4751 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4752 Store the saved input method as a terminal parameter. Add keymap
4753 parameter. Use it instead of changing key-translation-map directly.
4754 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4756 (encoded-kbd-setup-display): New function.
4758 * international/mule-cmds.el (set-locale-environment): Fix getenv
4759 call. Use save-buffers-kill-terminal. Ignore window-system; always
4760 set the keyboard coding system. Add DISPLAY parameter.
4761 (set-display-table-and-terminal-coding-system): Add DISPLAY
4762 parameter. Pass it to set-terminal-coding-system.
4764 * international/mule.el (keyboard-coding-system): Test for
4765 encoded-kbd-setup-display, not encoded-kbd-mode.
4766 (set-terminal-coding-system, set-keyboard-coding-system): Add
4768 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4770 * term/README: Update.
4772 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4774 * term/x-win.el (x-setup-function-keys): New function. Move
4775 function-key-map tweaks here. Protect against multiple calls on
4776 the same terminal. Use terminal-local binding of
4777 local-function-key-map instead of function-key-map.
4778 (x-initialize-window-system): Make a copy of pure list. Pass a
4781 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4782 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4783 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4784 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4785 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4786 local-function-key-map instead of function-key-map.
4788 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4789 `substitute-key-definition' and `define-key' calls against
4790 multiple execution. Use terminal-local binding of
4791 local-function-key-map instead of function-key-map. Pass a frame
4794 * edmacro.el (edmacro-format-keys):
4795 * emulation/cua-base.el (cua--pre-command-handler):
4796 * isearch.el (isearch-other-meta-char):
4797 * xt-mouse.el: Use terminal-local binding of
4798 local-function-key-map instead of function-key-map.
4800 * fringe.el (set-fringe-mode): Simplify and fix using
4801 `modify-all-frames-parameters'.
4802 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4803 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4804 check before calling `tool-bar-setup'.
4805 (tool-bar-setup): New variable.
4806 (tool-bar-setup): Use it to guard against multiple calls. Add
4807 optional frame parameter, and select that frame before adding items.
4808 (toggle-tool-bar-mode-from-frame): New function.
4810 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4811 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4812 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4813 "Tool-bar" toggles to reflect the state of the current frame.
4814 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4816 * env.el: Require cl for byte compilation (for `block' and `return').
4817 (environment, setenv-internal): New functions.
4818 (let-environment): New macro.
4819 (setenv, getenv): Add optional terminal parameter. Update docs.
4820 (setenv): Use setenv-internal. Always set process-environment.
4821 Handle `local-environment-variables'.
4822 (read-envvar-name, setenv, getenv): Use frame parameters
4823 to store the local environment, not terminal parameters. Include
4824 `process-environment' as well.
4826 * faces.el (tty-run-terminal-initialization): New function.
4827 (tty-create-frame-with-faces): Use it. Set up faces and
4828 background mode only after the terminal has been initialized.
4829 Call terminal-init-*. Don't load the initialization file more
4830 than once. Call set-locale-environment.
4831 (frame-set-background-mode): Handle the 'background-mode terminal
4833 (tty-find-type): New function.
4834 (x-create-frame-with-faces): Remove bogus check for
4835 first frame. Call `tool-bar-setup'. Don't make frame visible
4836 until we are done setting up all its parameters. Call
4837 x-setup-function-keys.
4839 * frame.el (make-frame): Always inherit 'environment and 'client
4840 parameters. Set up the 'environment frame parameter, when needed.
4841 Also inherit 'client parameter. Don't override explicitly
4842 specified values with inherited ones. Add 'terminal frame
4843 parameter. Append window-system-default-frame-alist to parameters
4844 before calling frame-creation-function.
4845 (frame-initialize): Copy the environment from the initial frame.
4846 (window-system-default-frame-alist): Enhance doc string.
4847 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4848 `default-frame-alist' when initial frame is on a tty.
4849 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4850 Remove specified parameters from `window-system-default-frame-alist'.
4851 (make-frame-on-tty, framep-on-display, suspend-frame):
4852 Extend doc string, update parameter names.
4853 (frames-on-display-list): Use terminal-id to get the display id.
4854 (frame-notice-user-settings): Extend to apply
4855 settings in `window-system-default-frame-alist' as well.
4856 (terminal-id, terminal-parameters, terminal-parameter)
4857 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4858 (delete-frame-functions): Add to `delete-frame-functions' hook.
4859 (blink-cursor-mode): Adapt blink-cursor-mode default
4860 value from startup.el.
4861 (make-frame-on-display): Protect condition on x-initialized when
4862 x-win.el is not loaded. Update doc.
4863 (suspend-frame): Use display-controlling-tty-p to decide between
4864 suspend-emacs and suspend-tty.
4865 (frames-on-display-list): Update for display ids.
4866 (framep-on-display): Ditto.
4867 (suspend-frame): Use display-name, not frame-tty-name.
4868 (selected-terminal): New function.
4870 * server.el: Use `device' instead of `display' or `display-id' in
4871 variable and client parameter names.
4872 (server-select-display): Remove (unused).
4873 (server-tty-live-p, server-handle-delete-tty): Remove.
4874 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4876 (server-getenv-from, server-with-environment, server-send-string)
4877 (server-save-buffers-kill-terminal): New functions.
4878 (server-delete-client): Handle quits in kill-buffer. Don't kill
4879 modified buffers. Add extra logging. Delete frames after
4880 deleting the tty. Clear 'client parameter before deleting a frame.
4881 Use delete-display, not delete-tty.
4882 (server-visit-files): Don't set `server-existing-buffer' if the
4883 buffer already has other clients. Return list of buffers
4884 created. Update doc. Don't set client-record when nowait.
4885 (server-handle-delete-frame): Delete the client if this was its
4886 last frame. Check that the frame is alive. Remove bogus comment.
4887 Add note on possible race condition. Delete tty clients, if needed.
4888 (server-handle-suspend-tty): Use server-send-string. Kill the
4889 client in case of errors from process-send-string. Use the display
4891 (server-unload-hook): Remove obsolete delete-tty hook.
4892 (server-start): Ask before restarting if the old server still has
4893 clients. Add feedback messages. Remove obsolete delete-tty hook.
4894 (server-process-filter): Use server-send-string. Accept `-dir'
4895 command. Switch to *scratch* immediately after creating the frame,
4896 before evaluating any -evals. Protect `display-splash-screen'
4897 call in a condition-case. Explain why. Call
4898 `display-startup-echo-area-message' before
4899 `display-splash-screen'. Don't display the splash screen when no
4900 frame was created. Show the Emacs splash screen and startup echo
4901 area message. Display the *scratch* buffer by default. Store the
4902 local environment in a frame (not terminal) parameter. Do not try
4903 to decode environment strings. Fix reference to the 'display
4904 frame parameter. Change syntax of environment variables. Put
4905 environment into terminal parameters, not client parameters. Use
4906 a dummy client with --no-wait's X frames. In `-position LINE'
4907 handler, don't ruin the request string until the line number is
4908 extracted. Log opened files. Handle -current-frame command.
4909 Don't create frames when it is given. Don't bind X frames to the
4910 client when we are in -no-wait mode. Set locale environment
4911 variables from client while creating tty frames. Disable call to
4912 configure-display-for-locale. When processing -position command,
4913 don't change the request string until the parameters are
4914 extracted. Don't try to create an X frame when Emacs does not
4915 support it. Improve logging. Temporarily set ncurses-related
4916 environment variables to those of the client while creating a new
4917 tty frame. Select buffers opened by nowait clients, don't leave
4918 them buried under others. Set the display parameter, and use it
4921 * startup.el (display-startup-echo-area-message): Handle
4922 `inhibit-startup-echo-area-message' here.
4923 (command-line-1): Moved from here.
4924 (fancy-splash-screens): Use `overriding-local-map' instead of
4925 `overriding-terminal-local-map' for now; the latter doesn't work
4926 right, it looses keypresses to another terminal. Use
4927 `overriding-terminal-local-map' to set up keymap. Install a
4928 `delete-frame-functions' hook to catch `delete-frame' events.
4929 Ignore `select-window' events to cope better with
4930 `focus-follows-mouse'. Don't switch back to the original buffer
4931 if the splash frame has been killed. Restore previous buffer, even
4933 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4934 changes the global binding - setq it instead. Use
4935 `save-buffers-kill-terminal'.
4936 (display-splash-screen): Don't do anything if the splash screen is
4937 already displayed elsewhere.
4938 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4939 (command-line): Replace duplicated code with a call to
4940 tty-run-terminal-initialization. Don't load the terminal
4941 initialization file more than once. Remove call to nonexistent
4942 function `set-locale-translation-file-name'.
4944 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4946 (xterm-mouse-position-function, xterm-mouse-event): Update.
4947 (xterm-mouse-mode): Don't depend on current value of window-system.
4948 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4949 Update for multi-tty.
4950 (turn-on-xterm-mouse-tracking-on-terminal)
4951 (turn-off-xterm-mouse-tracking-on-terminal)
4952 (xterm-mouse-handle-delete-frame): New functions.
4953 (delete-frame-functions, after-make-frame-functions)
4954 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4957 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4959 * simple.el (invisible-p): Remove: implemented in C now.
4960 (line-move-invisible-p): Remove obsolete alias.
4962 2007-08-28 Juri Linkov <juri@jurta.org>
4964 * image-mode.el (image-type): New variable.
4965 (image-mode): Set default major mode name to "Image[text]".
4966 (image-minor-mode): Change LIGHTER to display image-type in the
4968 (image-minor-mode): Set default image-type to "text".
4969 (image-toggle-display): After switching to text mode, set
4970 image-type to "text" and major mode name to "Image[text]".
4971 After switching to image mode, set image-type to actual image
4972 type, and add image type to major mode name. Let-bind the same
4973 variable names as arguments of `image-type' and `create-image'.
4974 Bind `type' to the result of `image-type' and use it as arg
4975 of `create-image' to not determine the image type twice.
4977 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4979 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4980 (tramp-set-file-uid-gid, tramp-get-local-uid)
4981 (tramp-get-local-gid): New defuns.
4982 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4983 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4985 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4986 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4987 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4988 (tramp-handle-write-region): Improve fast track.
4989 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4990 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4993 2007-08-28 Ivan Kanis <apple@kanis.eu>
4995 * time.el: New feature to display several time zones in a buffer.
4996 (display-time-world-mode, display-time-world-display)
4997 (display-time-world, display-time-world-timer): New functions.
4998 (display-time-world-list, display-time-world-time-format)
4999 (display-time-world-buffer-name, display-time-world-timer-enable)
5000 (display-time-world-timer-second, display-time-world-mode-map):
5003 2007-08-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5005 * term/x-win.el (x-gtk-stock-map): New variable.
5006 (x-gtk-map-stock): New function.
5008 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
5011 2007-08-28 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
5013 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
5015 2007-08-28 Glenn Morris <rgm@gnu.org>
5017 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
5019 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5021 * progmodes/modula2.el (m2-definition, m2-module):
5022 Don't use previous-line. Reported by T. V. Raman.
5024 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5026 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
5027 argument to tool-bar-mode call.
5029 2007-08-27 Glenn Morris <rgm@gnu.org>
5031 * diff-mode.el (diff-find-file-name): Only accept regular files,
5032 to rule out /dev/null, directories, etc.
5034 * vc-svn.el (vc-svn-diff): If the repository version of all the
5035 files is the same as the specified OLDVERS, do a local diff.
5037 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5039 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
5040 of buffers in uniquify-managed.
5042 * simple.el (invisible-p): Rename from text-invisible-p.
5045 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5047 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
5048 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
5049 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
5050 (cperl-etags-goto-tag-location): Use new style backquotes.
5052 * net/browse-url.el: Remove spurious * in custom docstrings.
5053 (browse-url-filename-alist): Use new-style backquote.
5055 * emacs-lisp/backquote.el (backquote-unquote-symbol)
5056 (backquote-splice-symbol): Clarify they're not new-style unquotes.
5058 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
5059 (\,@): Backslash the , and ,@ which are not new-style unquotes.
5061 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
5063 * net/socks.el (socks-username/password-auth-filter):
5064 Remove unused vars `state' and `desired-len'.
5065 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
5066 (socks-wait-for-state-change): Use new-style backquotes.
5068 * pcvs.el (cvs-mode-status): Fix long-standing typo.
5070 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
5071 backquotes after each `read' rather than once per buffer.
5073 * dframe.el: Remove spurious * in custom docstrings.
5074 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
5075 (dframe-xemacs20p): Remove, inline at the sole use point.
5076 (defface): Don't defvar the face, don't use old-style backquote.
5077 (defcustom): Don't use old-style backquote.
5078 (dframe-frame-parameter, dframe-mouse-event-p):
5079 Make it obvious that it's always defined.
5080 (dframe-popup-kludge): New function to replace
5081 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
5082 (dframe-frame-mode, dframe-set-timer-internal)
5083 (dframe-mouse-set-point): Remove use of with-no-warnings from
5084 XEmacs-specific code.
5085 (dframe-set-timer-internal): Fix very old bug with
5086 post-command-idle-hook.
5088 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
5090 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5092 * emacs-lisp/avl-tree.el: New file.
5094 2007-08-26 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
5096 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
5099 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
5101 * complete.el (PC-do-completion): Make RET accept a non-unique but
5102 complete expansion again.
5104 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
5106 * eshell/esh-opt.el (eshell-eval-using-options):
5107 Add debug declaration.
5109 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5111 * log-view.el (log-view-toggle-mark-entry): Add docstring.
5112 (log-view-get-marked): Likewise.
5114 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
5115 (vc-delete-automatic-version-backups): Likewise.
5117 * vc.el (vc-dired-buffers-for-dir): Likewise.
5119 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
5121 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
5122 safe-local-variable setting.
5123 * progmodes/perl-mode.el (perl-indent-level): Likewise.
5125 * log-view.el (log-view-marked-list): Delete variable.
5126 (log-view-mode): Don't use it.
5127 (log-view-toggle-mark-entry): Likewise, simplify.
5128 (log-view-current-tag): Don't return properties.
5129 (log-view-get-marked): New function.
5131 2007-08-25 Alexandre Julliard <julliard@winehq.org>
5133 * vc-git.el (vc-git-mode-line-string): New function.
5135 2007-08-25 Alan Mackenzie <acm@muc.de>
5137 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
5138 new language variable.
5140 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
5141 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
5142 "extern" etc., rather than BOI. Fix addition of spurious
5143 syntactic-symbol 'defun-block-intro, replacing it with
5146 2007-08-25 Juri Linkov <juri@jurta.org>
5148 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
5150 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
5151 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
5152 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
5154 * image.el (image-type-header-regexps): Use more complex regexp for svg.
5155 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
5156 (image-type-auto-detectable): Add (svg . maybe).
5158 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
5159 to treat it like .tgz.
5161 * calendar/cal-bahai.el: Add file coding cookie.
5163 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
5165 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
5166 Don't behave differently when executed via M-x. Add doc string.
5168 * sort.el (sort-fold-case, sort-numeric-base): Mark as
5169 safe-local-variable.
5171 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
5173 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
5175 (math-calendar-tzinfo): New variable.
5176 (math-get-calendar-tzinfo): New function.
5177 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
5178 to get information when zone is nil.
5180 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5182 * log-view.el (log-view-toggle-mark-entry): New function.
5183 (log-view-mode-map): Bind it.
5184 (log-view-marked-list): New variable.
5185 (log-view-mode): Make it local.
5187 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5189 * play/zone.el (zone-pgm-rat-race): New func.
5190 (zone-programs): Add `zone-pgm-rat-race'.
5192 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5194 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
5197 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5199 * progmodes/hideshow.el (hs-match-data): Delete alias.
5200 (hs-hide-block-at-point, hs-find-block-beginning)
5201 (hs-show-block): Use `match-data' directly.
5203 2007-08-24 Martin Rudalics <rudalics@gmx.at>
5205 * format.el (format-alist): Fix typo in doc-string.
5207 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
5209 * net/tramp.el (tramp-local-host-p): New defun.
5210 (tramp-handle-file-local-copy, tramp-handle-write-region):
5211 Implement fast track when being on the local host.
5212 (tramp-file-name-handler): Don't set "started" property. It shall
5213 be reserved for the "ftp" method.
5214 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
5216 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
5217 (tramp-ftp-file-name-handler): Set "started" property.
5219 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5221 * files.el (backup-buffer-copy): Don't wrap delete in
5222 condition-case, only try to delete if file exists.
5224 2007-08-24 Glenn Morris <rgm@gnu.org>
5226 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
5228 * startup.el (tutorial-directory): Set with eval-at-startup so it
5229 gets the right value in an installed Emacs.
5231 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5233 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
5234 (eldoc-highlight-function-argument): Use it.
5236 2007-08-23 Masatake YAMATO <jet@gyve.org>
5238 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
5239 name of parameters in document body.
5241 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5243 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
5244 (byte-compile-output-as-comment): Use with-current-buffer rather than
5245 a weird set-buffer&prog1 combination.
5247 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
5248 test so as to optimise cases where the `progn's result is constant.
5250 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5252 * locate.el (locate-get-file-positions):
5253 Use line-beginning-position and line-end-position.
5255 2007-08-23 John Wiegley <johnw@newartisans.com>
5257 * calendar/cal-bahai.el: Added in the diacriticals that were
5258 missing for many of the month names.
5260 2007-08-22 Jason Rumney <jasonr@gnu.org>
5262 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
5264 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
5266 * image-mode.el (image-minor-mode): Use image-mode-text-map.
5268 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5270 * dabbrev.el (dabbrev--progress-reporter): New variable.
5271 (dabbrev--scanning-message): Delete func.
5272 (dabbrev--find-expansion): Use a progress reporter
5273 instead of dabbrev--scanning-message.
5275 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5277 * comint.el (comint-exec-1): Raise an error if
5278 `start-file-process' does not return a process object.
5280 * shell.el (shell): Prompt for `default-directory' if it is a
5281 remote file name, and if called with a prefix arg.
5283 2007-08-22 Sam Steingold <sds@gnu.org>
5285 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
5287 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
5289 * textmodes/org-export-latex.el: New file.
5291 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
5293 * textmodes/org.el (org-agenda-skip): Allow a form for
5294 `org-agenda-skip-function'.
5295 (org-agenda-redo): Re-use local settings.
5296 (org-agenda): Store local settings.
5297 (org-agenda-deadline-faces): New option.
5298 (org-agenda-deadline-face): New function.
5299 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
5300 entries on their due date.
5301 (org-agenda-get-timestamps): No longer handle the due dates of
5302 schedules and deadline items.
5303 (org-insert-link-global, org-open-at-point-global): New commands.
5304 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
5305 :for-ascii parameter.
5306 (org-skip-comments): Function removed.
5307 (org-cleaned-string-for-export): Handle special table lines.
5308 (org-global-properties): New option.
5309 (org-entry-get-with-inheritance): Check global properties.
5310 (org-local-properties): New variable.
5311 (org-set-regexps-and-options): Find the #+PROPERTY line.
5312 (org-link-types): Change type into variable (was constant).
5313 (org-make-link-regexps): New function.
5314 (org-link-re-with-space, org-link-re-with-space2)
5315 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
5316 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
5317 these regular expressions happens now in the function
5318 `org-make-link-regexps'.
5319 (org-store-link): Call the functions in
5320 `org-store-link-functions'.
5321 (org-add-link-type): New function.
5322 (org-store-link-functions): New variable.
5323 (org-activate-tags): Force matches to be in headlines.
5324 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
5325 (org-columns-display-here): Make sure this works in a narrowed
5326 buffer by checking for point-min.
5327 (org-columns-display-here): Make the rest of the line intangible,
5328 so that point never can be there.
5329 (org-cleaned-string-for-export): Use `with-current-buffer'.
5330 (org-replace-region-by-html): Use `with-current-buffer'.
5331 (org-unfontify-region, org-do-occur, org-columns-display-here)
5332 (org-columns-remove-overlays, org-columns-quit)
5333 (org-columns-edit-value, org-columns-next-allowed-value)
5334 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
5335 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
5336 (org-agenda-todo, org-agenda-change-all-lines)
5337 (org-agenda-align-tags, org-agenda-priority)
5338 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
5339 (org-agenda-show-new-time, org-cleaned-string-for-export)
5340 (org-export-grab-title-from-buffer)
5341 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
5342 instead of `buffer-read-only'.
5343 (org-export-as-html): Set `coding-system-for-write'.
5344 (org-remember-store-without-prompt): New option.
5345 (org-archive-subtree): Fixed bug with modifying TODO keyword.
5346 (org-beginning-of-line): Also treat C-a special in items.
5347 (org-table-convert-refs-to-rc): Fixed problem with column
5348 reference after "..".
5349 (org-columns-compute): Don't mark buffer modified because of text
5351 (org-batch-store-agenda-views): Use the variable
5352 `default-directory', not the function.
5353 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
5354 (org-clock-out-when-done): New option.
5355 (org-html-entities): Added HTML entities for smileys.
5357 2007-08-22 Glenn Morris <rgm@gnu.org>
5359 * image.el (create-image): Doc fix.
5361 * startup.el (tutorial-directory): New constant.
5362 (fancy-splash-text): Tutorials now in tutorial-directory.
5363 * tutorial.el (help-with-tutorial): Tutorials now in
5366 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5368 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
5370 (tramp-get-remote-path): New defun. Replace occurrences of
5371 `tramp-default-remote-path' by this function.
5372 (tramp-set-remote-path): Move most of the code to
5373 `tramp-get-remote-path'.
5374 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
5375 existing directories, this is done already in
5376 `tramp-get-remote-path'.
5378 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5380 * image-file.el (image-file-name-extensions): Add "svg".
5381 * image.el (image-type-header-regexps): Add svg entry.
5383 2007-08-22 Glenn Morris <rgm@gnu.org>
5385 * files.el (backup-buffer-copy): Check backup directory is
5386 writable, to avoid infloop deleting old backup.
5388 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
5389 movemail related variables.
5390 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
5391 will now be set before this is called.
5393 2007-08-21 Juri Linkov <juri@jurta.org>
5395 * delsel.el (delete-selection-pre-hook):
5396 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
5397 instead of checking last-command.
5399 2007-08-21 Juri Linkov <juri@jurta.org>
5401 * loadup.el: Preload "button".
5403 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5405 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5406 Add previous-line and next-line.
5408 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
5409 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
5411 * vc-hooks.el (vc-menu-entry): New var.
5412 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
5413 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
5414 (vc-menu-map): Declare and initialize in one step.
5415 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
5417 * menu-bar.el (vc-menu-map): Don't setup any more.
5418 Instead, just create the proper spot in the menu.
5420 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5422 * smerge-mode.el (smerge-resolve): New arg `safe'.
5423 (smerge-resolve-all, smerge-batch-resolve): New function.
5424 (smerge-refine): Make sure `diff' returns the expected result.
5425 (smerge-parsep-re): New const.
5426 (smerge-mode): Use it to adjust paragraph-separate.
5428 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5429 Correctly match / regexp matchers as first char on a line when
5430 fontifying only that line.
5432 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
5434 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5436 * vc-bzr.el: Don't fiddle with vc-handled-backend.
5437 (vc-bzr-registered): Don't redundantly protect against
5438 file-error. Actually use the format-specific code.
5439 (vc-bzr-buffer-nonblank-p): Remove.
5440 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
5442 2007-08-20 Juri Linkov <juri@jurta.org>
5444 * startup.el (fancy-splash-text): Change multiple tabs into one
5445 tab. Remove "Useful File menu items" section (with "Exit Emacs"
5446 and "Recover Crashed Session").
5447 (fancy-splash-screens): Set tab-width to 22.
5448 (normal-splash-screen): Replace literal tabs with \t and
5449 fix whitespace. Remove "Useful File menu items" section (with
5450 "Exit Emacs" and "Recover Crashed Session").
5452 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5454 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
5455 extracted from `eval-last-sexp-1'.
5456 (eval-last-sexp-1): Call `preceding-sexp'.
5458 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5460 * vc-rcs.el (vc-rcs-annotate-command):
5461 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
5462 Add back :vc-annotate-prefix propertization.
5464 2007-08-20 Andreas Schwab <schwab@suse.de>
5466 * mail/rmail.el (rmail-autodetect): Doc fix.
5468 2007-08-19 Juri Linkov <juri@jurta.org>
5470 * startup.el (normal-splash-screen): Add more links.
5472 2007-08-19 Juri Linkov <juri@jurta.org>
5474 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
5475 because it's common to both types of splash screen: fancy and normal.
5476 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
5477 (exit-splash-screen): Rename from `fancy-splash-quit'.
5478 Use `quit-window' instead of `kill-buffer'.
5479 (fancy-splash-head): Use make-button to insert GNU image link.
5480 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
5481 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
5482 (normal-splash-screen): Put "Browse manuals" on the same line with
5483 "Emacs manual". Remove descriptions from "Useful tasks" and put
5484 all links in two columns on two lines.
5486 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
5488 * emulation/viper.el (viper-remove-hooks): Remove some additional
5489 viper hooks when the user calls viper-go-away.
5490 (viper-go-away): Restore the default of default-major-mode.
5491 Save the value of default-major-mode before vaperization.
5493 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
5495 * emulation/viper-ex.el: Replace error "" with "Viper bell".
5497 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
5498 buffer for which file is created.
5500 2007-08-19 Glenn Morris <rgm@gnu.org>
5502 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
5503 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
5504 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
5505 shadow files messing up the compilation.
5507 2007-08-18 Glenn Morris <rgm@gnu.org>
5509 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
5510 string. Also apply eldoc-argument-case in the help-split-fundoc
5511 case. Adapt for changed behavior of eldoc-function-argstring,
5512 eldoc-function-argstring-format, and
5513 eldoc-highlight-function-argument.
5514 (eldoc-highlight-function-argument): Handle nil INDEX argument,
5515 just call eldoc-docstring-format-sym-doc in that case.
5516 (eldoc-function-argstring): Change the behavior. Now it converts
5517 an argument list to a string.
5518 (eldoc-function-argstring-format): Change the behavior. Now it
5519 applies `eldoc-argument-case' to a string.
5521 * progmodes/scheme.el (scheme-mode-variables): Set
5522 font-lock-comment-start-skip.
5524 2007-08-18 Martin Rudalics <rudalics@gmx.at>
5526 * progmodes/ada-mode.el (ada-create-syntax-table): Move
5527 set-syntax-table from here to ...
5528 (ada-mode): ... here. Do not change global value of
5529 comment-multi-line. Call new function
5530 ada-initialize-syntax-table-properties and add new function
5531 ada-handle-syntax-table-properties to font-lock-mode-hook.
5532 (ada-deactivate-properties, ada-initialize-properties): Replace
5533 by new functions ...
5534 (ada-handle-syntax-table-properties)
5535 (ada-initialize-syntax-table-properties)
5536 (ada-set-syntax-table-properties): ... to set up syntax-table
5537 properties uniformly, independently from whether font-lock-mode
5538 is enabled or not. Handle read-only buffers and do not change
5539 undo-list when setting syntax-table properties.
5540 (ada-after-change-function): Use ada-set-syntax-table-properties.
5542 2007-08-18 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
5544 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5545 (meta-indent-current-nesting): Use a computation of the nesting
5547 (meta-indent-current-indentation): Indentation is given according
5548 to nesting and if the previous line was finished or not.
5549 (meta-indent-unfinished-line): Tell if the current line ends with
5550 a finished expression.
5551 (meta-indent-looking-at-code): Like `looking-at', but checks if
5552 the point is in a string before.
5553 (meta-indent-level-count): Use it. Don't count parenthesis as it's
5554 done in the nesting function.
5555 (meta-indent-in-string-p): Tell if the current point is in a
5557 (meta-indent-calculate): Treat b-o-b as a special case. Use the
5560 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
5562 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5563 (copyright-update-year, copyright-update)
5564 (copyright-fix-years): Use it.
5566 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
5568 * emacs-lisp/copyright.el (copyright-update-year):
5569 Fix bug: Handle nil copyright-limit.
5571 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5573 * calc/calc-units.el (math-standard-units): Give exact
5576 * calc/calc.el (math-bignum-digit-length): Compute the
5579 * calc/calc-bin.el (math-bignum-logb-digit-size)
5580 (math-bignum-digit-power-of-two):
5581 * calc/calc-comb.el (math-small-factorial-table):
5582 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5583 (math-approx-gamma-const):
5584 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5585 (math-besY1, math-bernoulli-b-cache):
5586 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5587 Remove `eval-when-compile's.
5589 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5591 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5592 (cperl-find-pods-heres): Fix an error when typing expressions like
5595 2007-08-17 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
5597 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5598 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5599 a special case (there's no build number).
5601 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5603 * completion.el (symbol-under-point, symbol-before-point)
5604 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5606 2007-08-17 Glenn Morris <rgm@gnu.org>
5608 * progmodes/compile.el (compilation-get-file-structure): Make use
5609 of the directory part when checking for an existing entry, to
5610 handle files with same basename in different directories.
5612 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5614 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5616 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5618 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5619 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5620 (ps-paragraph-spacing): Docstring fix.
5622 2007-08-16 Glenn Morris <rgm@gnu.org>
5624 * ps-print.el (ps-font-size): Doc fix.
5626 2007-08-16 Richard Stallman <rms@gnu.org>
5628 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5630 2007-08-15 Juri Linkov <juri@jurta.org>
5632 * startup.el (initialization): Change parent group from `internal'
5634 (initial-buffer-choice): New variable.
5635 (command-line): Revert 2007-07-02 change that sets
5636 buffer-offer-save in *scratch* and enables auto-save in it.
5637 (fancy-splash-text): Add links to existing items. Add new items
5638 with links for useful tasks. Move information about Control-g to
5639 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5640 (fancy-splash-keymap): New variable.
5641 (fancy-splash-last-input-event): Remove variable.
5642 (fancy-splash-insert): Add processing of `:link' element.
5643 (fancy-splash-head): Replace "Type Control-l to begin editing"
5644 with "Type `q' to exit".
5645 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5646 (fancy-splash-default-action, fancy-splash-special-event-action):
5648 (fancy-splash-quit): New function.
5649 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5650 `static' and reverse the condition of its usage. Don't preserve
5651 original values of `minor-mode-map-alist',
5652 `emulation-mode-map-alists', `special-event-map'.
5653 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5654 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5655 Remove processing of special events. Use local key map
5656 `fancy-splash-keymap'. Set buffer to read-only.
5657 (normal-splash-screen): Rename input arg from `hide-on-input' to
5658 `static' and reverse the condition of its usage.
5659 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5660 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5661 Add links to existing items. Add new items with links for useful
5662 tasks. Use local key map `fancy-splash-keymap'.
5663 (display-splash-screen): Rename input arg from `hide-on-input' to
5665 (about-emacs): Add alias to display-splash-screen.
5666 (command-line-1): Use `initial-buffer-choice'.
5668 * menu-bar.el (menu-bar-help-menu):
5669 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5670 item to about-emacs instead of display-splash-screen.
5672 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5674 * calc/calc-units.el (math-standard-units): Update values.
5675 Put in exact, rational values when possible.
5676 (math-unit-prefixes): Replace floats with powers of ten.
5677 (math-standard-units-systems): Replace floats with integers.
5678 (math-make-unit-string): Remove extra spaces in output.
5680 2007-08-15 Glenn Morris <rgm@gnu.org>
5682 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5683 sloppier, for the sake of GNU Mailman.
5684 (rmail-digest-rfc1153): Initialize `result' correctly.
5686 2007-08-15 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
5688 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5689 in the mail title. Suggested by Reiner Steib.
5691 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5693 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5694 representation of integers to the list of outputs.
5696 2007-08-14 Glenn Morris <rgm@gnu.org>
5698 * simple.el (bad-packages-alist): New constant.
5699 (bad-package-check): New function. Together, these two add elements
5700 to `after-load-alist' to check for problematic external packages.
5701 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5703 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5705 * calc/calc-units.el (math-get-standard-units)
5706 (math-get-units, math-make-unit-string)
5707 (math-get-default-units, math-put-default-units): New functions.
5708 (math-default-units-table): New variable.
5709 (calc-convert-units, calc-convert-temperature): Add machinery
5710 to supply default values.
5712 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5714 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5715 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5716 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5717 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5719 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5720 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5721 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5722 Make into a proper minor-mode.
5723 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5724 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5725 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5726 (tpu-set-cursor-free, tpu-set-cursor-bound):
5727 Delegate to tpu-cursor-free-mode.
5728 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5729 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5730 Use line-move or forward-line instead of next-line-internal.
5732 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5734 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5736 2007-08-12 Richard Stallman <rms@gnu.org>
5738 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5739 (cvs-execute-single-file): Use new name split-string-and-unquote.
5740 (cvs-header-msg): Use new name combine-and-quote-strings.
5742 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5744 * progmodes/gud.el (gud-common-init): Use new name
5745 split-string-and-unquote.
5747 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5750 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5751 combine-and-quote-strings and split-string-and-unquote.
5753 * subr.el (combine-and-quote-strings): Rename from strings->string.
5754 (split-string-and-unquote): Rename from string->strings.
5756 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5758 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5759 to buffer-local settings.
5761 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5762 (backquote-process): Add internal arg `level'. Use the two to
5763 correctly handle nested backquotes.
5765 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5767 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5768 (vc-bzr-state-words): Add "kind changed" state word.
5769 (vc-bzr-status): New function. Return Bzr idea of file status,
5770 which is different from VC's.
5771 (vc-bzr-state): Use vc-bzr-status.
5772 (vc-workfile-unchanged-p): Use vc-bzr-status.
5773 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5774 (vc-dired-state): Process "kind changed" state word.
5776 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5778 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5780 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5781 Move from vc-default-find-file-not-found-hook.
5783 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5785 * man.el: Remove spurious * in docstrings.
5786 Merge defvars and toplevel setq-defaults.
5787 (Man-highlight-references0): Limit=nil rather than point-max.
5788 (Man-mode-map): Move initialization into the declaration.
5789 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5790 (Man-view-header-file): Use expand-file-name rather than concat.
5791 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5793 * man.el (Man-next-section): Make sure we do not move backward.
5795 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5797 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5799 2007-08-08 Glenn Morris <rgm@gnu.org>
5801 * Replace `iff' in doc-strings and comments.
5803 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5805 * dired.el (dired-pop-to-buffer):
5806 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5807 * calendar/calendar.el (generate-calendar-window):
5808 * progmodes/compile.el (compilation-set-window-height):
5809 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5810 Use window-full-width-p instead of comparing frame-width and
5813 * progmodes/compile.el (compilation-find-buffer): Remove extra
5814 argument in call to compilation-buffer-internal-p.
5816 2007-08-07 Tom Tromey <tromey@redhat.com>
5818 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5819 Add safe-local-variable property.
5821 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5823 * image-mode.el (image-toggle-display): Use image-refresh.
5825 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5827 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5829 (vc-bzr-command): Remove redundant setting of process-connection-type.
5830 (vc-bzr-admin-checkout-format-file): Add autoload.
5831 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5832 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5833 (vc-bzr-registered): Compare dirstate format tag with known good
5834 value, abort parsing if match fails. Warn user in docstring.
5835 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5836 See bzrlib/branch.py in Bzr sources.
5837 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5838 (vc-bzr-shell-command): Remove in favor of
5839 vc-bzr-command-discarding-stderr.
5840 (vc-bzr-command-discarding-stderr): New function.
5842 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5844 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5845 program, and return nil.
5846 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5847 (vc-bzr-state): Look for path names relative to the repository
5848 root after status keyword.
5849 (vc-bzr-file-name-relative): New function.
5850 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5852 (vc-bzr-admin-dirname, ...-checkout-format-file)
5853 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5854 files that we now parse directly for speed.
5855 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5856 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5857 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5858 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5859 Bzr warnings, so we must discard it.
5860 (vc-bzr-workfile-version): Speedup counting lines from
5861 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5862 if that file doesn't exist.
5863 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5864 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5865 to `vc-directory-exclusion-list'.
5866 (vc-bzr-shell-command): New function.
5868 2007-08-06 Tom Tromey <tromey@redhat.com>
5870 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5871 (diff-fixup-modifs): Typo in docstring.
5873 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5875 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5877 (tpu-edt-off): Disable relevant pieces of advice.
5879 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5880 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5881 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5882 redefining the function.
5883 (tpu-set-scroll-margins): Activate the pieces of advice.
5885 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5887 * help.el (resize-temp-buffer-window): Use window-full-width-p
5888 instead of comparing frame-width and window-width.
5890 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5892 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5893 optional quotes around files in NEED-UPDATE . REMOVED case.
5895 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5896 (ada-treat-cmd-string): Improve error message.
5897 (ada-do-file-completion): Call `ada-require-project-file', so
5898 project variables are set properly.
5899 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5900 (ada-gnatfind-buffer-name): New constant.
5901 (ada-find-any-references): Use new constant. Set buffer name
5902 properly in compilation-start. Toggle read-only properly.
5903 (ada-find-in-src-path): Fix spelling error in docstring.
5905 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5908 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5910 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5912 2007-08-12 Richard Stallman <rms@gnu.org>
5914 * progmodes/sh-script.el (sh): Delete group `unix'.
5916 * progmodes/gud.el (gud): Change to group `processes'.
5918 2007-08-11 Glenn Morris <rgm@gnu.org>
5920 * progmodes/compile.el (compilation-buffer-name): Don't check
5921 compilation-arguments. It is superfluous, and the variable isn't
5922 even set when this function is called.
5924 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5926 * term/mac-win.el (mac-ae-reopen-application): New function.
5927 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5929 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5931 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5932 take tex-font-script-display into account.
5933 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5934 cell to a list of 2 elements to simplify the unfontify code.
5936 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5938 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5939 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5940 ps-print-color-p is neither nil nor black-white. Reported by Christian
5941 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5943 2007-08-08 Andreas Schwab <schwab@suse.de>
5945 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5946 self-insert-command, not self-insert.
5948 2007-08-08 Glenn Morris <rgm@gnu.org>
5950 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5951 argument optional, for backwards compatibility, and only highlight
5952 args when present. Fix symbol name typo (doc/args).
5954 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5955 rather than just `-'.
5957 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5959 * calc/calc-units.el (calc-convert-temperature):
5960 Use `/' to create fractions.
5962 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5964 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5966 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5967 ERROR-BUFFER more robust. Display output.
5968 (tramp-file-name-handler): Add a connection property when we found
5969 a foreign file name handler. This allows backends like ftp to
5970 profit also from usr/host name completion based on connection
5972 (tramp-send-command-and-read): Search for trash after the regexp
5973 until eol only. In XEmacs, there is a problem with \n.
5975 * net/tramp-cache.el (top): Read persistent connection history
5976 when cache is empty.
5978 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5980 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5983 2007-08-07 Sam Steingold <sds@gnu.org>
5985 * progmodes/compile.el (compilation-start): Pass nil as startfile
5988 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5990 * longlines.el (longlines-decoded): New variable.
5991 (longlines-mode): Avoid encoding or decoding the buffer twice.
5993 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5995 * format.el (format-insert-file): Make sure that at most one undo
5996 entry is recorded for the insertion. Inhibit point-motion and
5997 modification hooks around call to insert-file-contents.
5999 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6001 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
6002 Select the buffer's window before moving point.
6004 2007-08-07 Richard Stallman <rms@gnu.org>
6006 * term.el (term): Remove parent group `unix'.
6008 * simple.el (default-indent-new-line): New function.
6009 It calls comment-line-break-function if there are comments.
6010 (do-auto-fill): Use that.
6012 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
6014 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
6015 (PC-do-completion): Add "acronym completion" for symbols and
6016 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
6018 2007-08-06 Sam Steingold <sds@gnu.org>
6020 * mouse.el (mouse-buffer-menu): Pass mode-name through
6021 format-mode-line because it may be a list,
6022 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
6024 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
6026 * printing.el (pr-update-menus): Docstring fix.
6028 2007-08-06 Jason Rumney <jasonr@gnu.org>
6030 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
6032 * vc-hooks.el (vc-call): Add doc string.
6034 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
6036 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
6039 2007-08-06 Kenichi Handa <handa@m17n.org>
6041 * international/quail.el: Wrap (require 'help-mode) by
6043 (quail-help-init): New function.
6044 (quail-help): Call quail-help-init.
6045 (quail-store-decode-map-key): Change it to a function.
6047 2007-08-05 Jason Rumney <jasonr@gnu.org>
6049 * vc.el (vc-rollback): Add norevert argument back.
6050 (vc-revert-buffer): Add back as obsolete alias.
6052 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
6054 * term.el: Honor term-default-fg-color and term-default-bg-color
6055 settings when modifying term-current-face.
6056 (term-default-fg-color, term-default-bg-color): Initialize from
6057 default term-current-face.
6058 (term-mode, term-reset-terminal): Set term-current-face with
6059 term-default-fg-color and term-default-bg-color.
6060 (term-handle-colors-array): term-current-face has term-default-fg-color
6061 and term-default-bg-color after reset escape sequence.
6062 (term-handle-colors-array): Set term-current-color with
6063 term-default-fg/bg-color instead of ansi-term-color-vector when the
6064 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
6066 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6068 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
6069 (math-nlfit-givens): Let bind free variables.
6071 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
6073 * printing.el: Require lpr and ps-print when loading printing package.
6074 Reported by Glenn Morris <rgm@gnu.org>.
6076 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
6078 * files.el (set-auto-mode): Handle also remote files wrt
6081 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
6083 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
6084 curves and plotting.
6086 * calc/calc-nlfit.el: New file.
6088 2007-08-04 Glenn Morris <rgm@gnu.org>
6090 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
6091 zero, not nil, when the library is first loaded. Check for a file
6092 that has been modified on disk.
6094 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
6095 Remove duplicate defvar preventing initialization.
6096 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
6098 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6100 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
6101 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
6102 may match up to 4 lines.
6103 (diff-beginning-of-file-and-junk): Rewrite.
6105 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6107 * printing.el: Evaluate require only during compilation.
6108 (pr-version): New version 6.9.1.
6109 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
6110 (pr-global-menubar): Fix code.
6112 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
6114 * term.el (term-erase-in-display): Fix case when point is not at
6115 the beginning of the line.
6117 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6119 * calc/calc-ext.el (math-get-value, math-get-sdev)
6120 (math-contains-sdev): New functions.
6122 * calc/calc-graph.el (calc-graph-format-data)
6123 (calc-graph-add-curve): Check for error forms.
6124 (calc-graph-set-styles): Add option for error forms.
6126 2007-08-03 Miles Bader <miles@gnu.org>
6128 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
6129 backend names for new backends to `Git', `Hg', and `Bzr'.
6130 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
6132 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
6134 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
6135 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
6137 2007-08-03 Richard Stallman <rms@gnu.org>
6139 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
6140 to update deleted flag.
6142 * cus-edit.el (customize-apropos, customize-apropos-options)
6143 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
6145 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
6147 * startup.el (fancy-splash-head, startup-echo-area-message):
6148 Change message text.
6150 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
6151 All callers use line-move.
6153 * progmodes/compile.el (compilation-find-buffer): Return current
6154 buffer immediately if suitable.
6155 (compile, compilation-buffer-name, compilation-start): Doc fixes.
6157 2007-08-03 Daiki Ueno <ueno@unixuser.org>
6159 * faces.el (face-normalize-spec): New function.
6160 (frame-set-background-mode): Normalize face-spec before calling
6163 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6165 * server.el (server-window): Add switch-to-buffer-other-frame option.
6167 2007-08-03 Glenn Morris <rgm@gnu.org>
6169 * cus-edit.el (customize-apropos): Make the error message indicate
6170 what kind of thing the user was trying to customize.
6172 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
6174 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
6175 Fix off-by-one error in previous change.
6177 2007-08-03 Drew Adams <drew.adams@oracle.com>
6179 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
6180 Make buffer writable.
6182 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6184 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
6185 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
6186 Use native Emacs functions, when appropriate.
6188 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6189 Stefan Monnier <monnier@iro.umontreal.ca>
6191 * vc.el: Document new VC operation `extra-menu'.
6193 * vc-hooks.el (vc-default-extra-menu): New function.
6195 * menu-bar.el (menu-bar-vc-filter): New function.
6196 (menu-bar-tools-menu): Use it as a filter.
6198 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
6200 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
6202 2007-08-01 Glenn Morris <rgm@gnu.org>
6204 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
6206 (fortran-tab-mode-default): Remove needless autoload.
6207 (fortran-tab-mode-string): Add help-echo and mouse properties, and
6209 (fortran-line-length): New buffer-local variable, safe if integer.
6210 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
6211 Change from variables to constants.
6212 (fortran-font-lock-syntactic-keywords): Delete as a variable,
6213 replace with a new function definition.
6214 (fortran-mode): Use fortran-line-length, and
6215 fortran-font-lock-syntactic-keywords as a function. Add a
6216 hack-local-variables-hook function.
6217 (fortran-line-length, fortran-hack-local-variables): New functions.
6218 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
6219 Use fortran-line-length rather than 72.
6220 (fortran-window-create-momentarily): Doc fix.
6222 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
6224 * cus-edit.el (custom-group-value-create, custom-goto-parent):
6225 Fix parent groups link.
6227 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
6229 * progmodes/python.el (python-current-defun): Adjust to never fall
6232 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
6234 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
6236 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
6238 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
6239 (copyright-fix-years, copyright): Correctly handle the case where
6240 copyright-limit is nil.
6242 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
6244 * progmodes/python.el (run-python): Fix path separator under w32.
6246 2007-07-30 Richard Stallman <rms@gnu.org>
6248 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6249 Treat non-break space as whitespace in Lisp.
6251 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
6253 * vc.el (vc-dired-hook): Use inhibit-read-only.
6255 * progmodes/compile.el (compilation-forget-errors):
6256 Reset compilation-auto-jump-to-next.
6258 2007-07-30 Michael Olson <mwolson@gnu.org>
6260 * cus-edit.el (custom-group-save): Fix void function definition
6261 error. Thanks to Zhang Wei for the report.
6263 * ps-print.el: Check in trivial changes to the autoloads section
6264 caused by the build process. These autoloads really ought to be
6265 placed in a separate file, methinks.
6267 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
6269 * calendar/calendar.el (calendar-mode): Make sure
6270 displayed-(month|year) are set.
6271 (calendar-basic-setup): Display buffer before adjusting window sizes.
6272 (generate-calendar-window): Use inhibit-read-only. Simplify.
6273 Generate buffer and set displayed-month and displayed-year before
6274 calling update-calendar-mode-line.
6276 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
6280 * net/trampver.el: Use utf-8 encoding with coding cookie.
6282 * net/tramp-cache.el:
6283 * net/tramp-fish.el:
6286 * net/tramp-smb.el: Remove coding cookie.
6288 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6289 Flush buffer file-name's file property.
6290 (tramp-handle-file-remote-p): The first parameter is FILENAME.
6292 * net/trampver.el: Update release number.
6294 2007-07-29 Juri Linkov <juri@jurta.org>
6296 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
6297 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
6298 when major-mode is not dired-mode.
6299 (dired-toggle-read-only): New function.
6300 (dired-recursive-deletes): Remove obsolete comments about old
6302 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
6304 * wdired.el (wdired-exit): New function.
6305 (wdired-mode-map): Bind C-x C-q to wdired-exit.
6307 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
6309 * cus-edit.el (customize-read-group): New fun.
6310 (customize-group-other-window, customize-face-other-window):
6311 Prompt before delegating to customize-(group|face).
6312 Bind pop-up-windows rather than use the other-window argument.
6313 (customize-group, customize-face): Prompt from the interactive spec.
6314 Remove args `prompt-for-group' and `other-window'.
6316 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
6317 (ad-body-forms, ad-advised-interactive-form): Revert this part of
6320 2007-07-28 Masatake YAMATO <jet@gyve.org>
6322 * vc.el (vc-dired-mode): Add a menu for VC related operation.
6323 Use backend name as the menu label. Suggested by David Kastrup.
6325 2007-07-28 Alan Mackenzie <acm@muc.de>
6327 Fix problem with modes derived from CC Mode:
6328 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
6330 (c-init-language-vars-for): Remove call to above macro.
6331 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
6333 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
6335 2007-07-28 Eli Zaretskii <eliz@gnu.org>
6337 * net/trampver.el: Fix the `coding' cookie.
6339 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6341 * vc-git.el (vc-git-print-log): Support both the old single file
6342 interface and the new one.
6344 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
6346 * bindings.el (mode-line-remote): Use updated %@ construct.
6348 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
6350 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6351 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
6352 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
6353 (diary-list-bahai-entries, diary-bahai-mark-entries)
6354 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
6355 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6356 New names to clean up namespace.
6357 (list-bahai-diary-entries, mark-bahai-diary-entries)
6358 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
6359 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
6360 Add compatibility aliases.
6362 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
6364 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
6365 (calendar-scroll-left-three-months)
6366 (calendar-scroll-right-three-months): Clean up namespace.
6367 (scroll-calendar-left, scroll-calendar-right)
6368 (scroll-calendar-left-three-months)
6369 (scroll-calendar-right-three-months): Add compatibility aliases.
6371 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6372 Behave like mouse-scroll-calendar-* when used from the mouse.
6374 * calendar/cal-menu.el (cal-menu-scroll-menu)
6375 (cal-menu-global-mouse-menu):
6376 * calendar/calendar.el (calendar-mode-map):
6377 Use new calendar-scroll-* names.
6378 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
6379 Remove. Use calendar-scroll-* directly instead.
6381 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6383 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
6384 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
6385 (ad-make-advised-definition, ad-cache-id-verification-code):
6386 Use commandp and interactive-form instead.
6388 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
6390 * vc-git.el: Relicense to GPLv3 or later.
6391 (vc-directory-exclusion-list, vc-handled-backends): Remove.
6393 * vc-hooks.el (vc-handled-backends): Add GIT.
6395 * vc.el (vc-directory-exclusion-list): Add .git.
6397 2007-07-26 Alexandre Julliard <julliard@winehq.org>
6399 * vc-git.el (vc-git-revision-table)
6400 (vc-git-revision-completion-table): New functions.
6402 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6404 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6405 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6406 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6407 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6408 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6409 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6410 New command actions for EPS header and EPS footer.
6412 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6413 footer. Fix some problems with one-or-more, zero-or-more and
6414 alternative constructions generation. Some log messages
6415 implementation. Doc fix.
6416 (ebnf-version): New version 4.4.
6417 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6418 (ebnf-eps-footer, ebnf-log): New options.
6419 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6420 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6421 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6422 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6423 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
6424 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6425 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6426 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6427 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6428 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6429 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6430 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6431 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6432 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6433 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6434 (ebnf-except-dimension, ebnf-alternative-dimension)
6435 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6436 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
6438 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6439 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6440 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6441 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6442 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6443 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6444 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6445 compatibility with Emacs 20 & 21.
6446 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6447 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6448 (ebnf-basic-empty-height): New vars.
6449 (ebnf-prologue): Fix PostScript code.
6450 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6451 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6452 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6453 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6455 2007-07-25 Glenn Morris <rgm@gnu.org>
6457 * Relicense all FSF files to GPLv3 or later.
6459 * COPYING: Switch to GPLv3.
6461 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6463 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
6464 Replace it with another one which disables undo before calling
6465 erase-buffer and then turns it back on if needed.
6467 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6469 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
6471 2007-07-24 Glenn Morris <rgm@gnu.org>
6473 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6474 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6475 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6476 (cal-tex-cursor-week, cal-tex-cursor-week2)
6477 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6478 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6479 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6480 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6482 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6484 * calendar/calendar.el (calendar-mode-map): Move initialization
6485 into declaration. Add menu bindings (used to be done in cal-menu).
6486 (calendar-mode): Don't add an activate-menubar-hook.
6488 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
6489 modify calendar-mode-map), use easy-menu, and make sure that C-h k
6490 can be used on the menu entries.
6491 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
6492 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
6493 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
6494 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
6495 (calendar-flatten, cal-menu-update): Remove.
6496 (calendar-mouse-insert-hebrew-diary-entry)
6497 (calendar-mouse-insert-islamic-diary-entry)
6498 (calendar-mouse-insert-bahai-diary-entry):
6499 Remove (fold into cal-menu-diary-menu).
6500 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
6501 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
6502 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
6503 (calendar-mouse-view-diary-entries): Minor simplifications.
6504 (calendar-event-to-date): Use with-current-buffer.
6506 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
6508 * add-log.el (change-log-redate): Remove (not needed anymore and
6509 doesn't appear to work).
6511 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6513 * frame.el: Use mapc and dolist instead of mapcar where possible.
6514 (close-display-connection): New command.
6516 2007-07-25 Alexandre Julliard <julliard@winehq.org>
6518 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
6519 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6521 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6523 * ps-print.el (ps-multibyte-buffer): Docstring fix.
6525 * ps-mule.el: Doc fix.
6526 (ps-multibyte-buffer, ps-mule-font-info-database-default)
6527 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6529 2007-07-25 Glenn Morris <rgm@gnu.org>
6531 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6532 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6533 (cal-tex-daily-end, cal-tex-hook)
6534 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6535 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6536 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6537 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6538 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6539 (cal-tex-day-prefix, cal-tex-day-name-format)
6540 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6541 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6542 (cal-tex-LaTeX-subst-list): Change from variables to constants.
6543 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6544 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6545 etc, rather than \bf.
6546 (cal-tex-mini-calendar): Fix typos in previous change.
6547 (cal-tex-latexify-list): Remove inner let binding.
6548 (cal-tex-end-document, cal-tex-banner): Use multi-line
6550 (cal-tex-comment): Handle embedded newlines.
6551 (cal-tex-LaTeXify-string): Use substring-no-properties.
6553 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
6555 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6556 Add support for the Maden build tool.
6558 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6560 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6562 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6564 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6566 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6568 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6571 * vc-git.el (vc-git-print-log): Fix previous change.
6573 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6575 * window.el (save-selected-window): Minor optimization.
6576 (bw-adjust-window): If operation failed, try with a smaller delta.
6577 (window-fixed-size-p): New function.
6578 (window-area-factor): New var.
6579 (balance-windows-area): New command.
6581 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6582 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6583 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6584 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6585 (ps-mule-begin-job): Use dolist.
6587 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6589 * subr.el (start-file-process-shell-command)
6590 (process-file-shell-command): New defuns.
6592 * progmodes/compile.el (compilation-start):
6593 Apply `start-file-process-shell-command'.
6595 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6597 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6599 2007-07-24 Alan Mackenzie <acm@muc.de>
6601 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6602 Initialise byte-compile-unresolved-functions before rather than
6603 after a compilation.
6604 (byte-compile-unresolved-functions): Amplify doc string.
6606 2007-07-24 Glenn Morris <rgm@gnu.org>
6608 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6610 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6611 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6612 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6613 (cal-tex-cursor-week, cal-tex-cursor-week2)
6614 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6615 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6616 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6617 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6619 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6620 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6621 (cal-tex-day-name-format, cal-tex-cal-one-month)
6622 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6623 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6624 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6625 (cal-tex-list-holidays, cal-tex-cursor-year)
6626 (cal-tex-cursor-year-landscape, cal-tex-year)
6627 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6628 (cal-tex-cursor-month, cal-tex-insert-days)
6629 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6630 (cal-tex-first-blank-p, cal-tex-cursor-week)
6631 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6632 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6633 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6634 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6635 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6636 (cal-tex-latexify-list, cal-tex-previous-month)
6637 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6638 modernization, including using dotimes rather than
6640 (cal-tex-LaTeX-subst-list): Remove `@'.
6641 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6642 Use \textit and \textbf rather than \em and \it.
6644 * calendar/cal-bahai.el (list-bahai-diary-entries)
6645 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6646 * calendar/cal-islam.el (list-islamic-diary-entries)
6647 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6648 * calendar/diary-lib.el (diary-list-entries)
6649 (mark-calendar-date-pattern): Use `dotimes' rather than
6650 `calendar-for-loop'.
6652 * calendar/calendar.el (calendar-for-loop): Doc fix.
6654 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6656 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6657 underlying file is uptodate.
6659 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6661 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6663 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6665 * vc-hooks.el (vc-mode-line-map): New const.
6666 (vc-mode-line): Use it.
6668 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6670 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6671 (vc-git-unregister): New functions.
6672 (vc-git-find-version): Use the result of ls-files as a parameter
6675 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6677 * net/tramp.el (tramp-perl-file-attributes)
6678 (tramp-perl-directory-files-and-attributes)
6679 (tramp-handle-file-attributes-with-stat)
6680 (tramp-handle-directory-files-and-attributes-with-stat)
6681 (tramp-convert-file-attributes): Handle huge file sizes.
6683 2007-07-23 Juri Linkov <juri@jurta.org>
6685 * isearch.el (isearch-message-function): New variable.
6686 (isearch-update, isearch-search): Use it.
6688 * simple.el (goto-history-element): New function created from
6689 next-history-element.
6690 (next-history-element): Most code moved to goto-history-element.
6691 Call goto-history-element with (- minibuffer-history-position n).
6692 (previous-history-element): Call goto-history-element with (+
6693 minibuffer-history-position n).
6694 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6695 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6696 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6697 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6698 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6699 (minibuffer-history-isearch-pop-state): New functions.
6701 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6703 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6704 Also, if FILE is a list, return non-nil if any of its elements
6705 should stay local. Update docstring.
6707 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6709 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6710 change by reverting a small part.
6712 2007-07-23 Richard Stallman <rms@gnu.org>
6714 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6716 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6718 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6719 handling it. Use vc-git-command.
6720 (vc-git-find-version, vc-git-diff-tree): New functions.
6721 (vc-git-revert): Use vc-git-command.
6722 (vc-git--run-command): Delete.
6724 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6726 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6728 2007-07-20 Kenichi Handa <handa@m17n.org>
6730 * international/utf-8.el (utf-8-post-read-conversion):
6731 Temporarily bind utf-8-compose-scripts to nil while running
6732 *-compose-region functions.
6734 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6736 * vc-git.el: Update status.
6737 (vc-directory-exclusion-list): Use eval-after-load.
6739 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6741 * bindings.el (mode-line-remote): New variable.
6742 (help-echo): Add to default values of mode-line-format.
6744 * files.el: Mark mode-line-remote as risky.
6746 2007-07-22 Juri Linkov <juri@jurta.org>
6748 * isearch.el (isearch-edit-string): Save old point and
6749 isearch-other-end to old-point and old-other-end before reading
6750 the search string from minibuffer. After exiting minibuffer set
6751 point to old-other-end if point and the search direction is the
6752 same as before reading the search string.
6753 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6754 to isearch-other-end. Instead of isearch-search-and-update call
6755 three functions isearch-search, isearch-push-state and isearch-update.
6757 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6759 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6760 deal with multiple file arguments.
6761 (vc-git-print-log): Deal with multiple file arguments.
6763 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6765 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6766 diff-refine-hunk. Adjust users.
6767 (diff-unified-hunk-p, diff-splittable-p): New functions.
6768 (diff-mode-menu): Use it to disable Split when it doesn't work.
6770 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6772 * diff-mode.el (diff-mode-menu): New entries.
6774 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6776 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6777 if applicable, so as to save undo-log space.
6779 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6781 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6782 (diff-file-kill): Use it.
6783 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6784 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6785 Use it so they find the hunk even when we're in the file header.
6787 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6789 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6790 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6791 (vc-git-create-repo): New functions.
6792 (vc-git-registered): New autoloaded function definition.
6793 (vc-git-registered): Use vc-git-root.
6794 (vc-git-responsible-p): New defalias.
6795 (vc-git-annotate-extract-revision-at-line): Uncomment.
6796 (vc-git-print-log): Add the file name to the log.
6797 (vc-git-log-view-mode): New derived mode.
6798 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6800 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6802 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6804 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6806 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6807 file in a way that does not interfere with recentf mode.
6808 (reftex-access-parse-file): Do not risk destroying an existing
6811 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6813 * vc-git.el: New file.
6815 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6817 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6819 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6821 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6822 for branches and new files.
6824 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6825 local-map handling ...
6826 (vc-mode-line): ... here. Improve handling of help-echo.
6828 * vc.el (mode-line-string): Document help-echo usage.
6830 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6832 Sync with Tramp 2.1.10.
6834 * net/tramp.el (tramp-get-ls-command): Fix typo.
6836 * net/trampver.el: Update release number.
6838 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6840 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6842 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6844 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6846 * add-log.el (change-log-fill-parenthesized-list): New function.
6847 (change-log-indent): Call change-log-fill-parenthesized-list.
6848 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6849 Have lines with leading asterisk start a paragraph.
6851 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6853 * calc/calc-math.el (math-emacs-precision)
6854 (math-largest-emacs-expt, math-smallest-emacs-expt):
6856 (math-use-emacs-fn): New function.
6857 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6860 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6862 * image-dired.el (image-dired-sane-db-file): New func.
6863 (image-dired-write-tags, image-dired-remove-tag)
6864 (image-dired-list-tags, image-dired-write-comments)
6865 (image-dired-get-comment, image-dired-mark-tagged-files)
6866 (image-dired-create-gallery-lists): Call new func.
6867 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6869 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6871 * vc-hg.el (vc-hg-dir-state): Fix loop.
6872 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6873 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6874 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6875 (vc-hg-revert): Likewise.
6876 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6879 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6881 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6884 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6886 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6887 Add group and version.
6889 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6891 * add-log.el (add-log-file-name): Use file-relative-name.
6892 (add-change-log-entry): Delay reading
6893 add-log-(full-name|mailing-address) to after we've switched to the
6894 ChangeLog buffer so we get the right value.
6895 (add-change-log-entry, add-log-current-defun, change-log-merge):
6896 Use derived-mode-p rather than checking major-mode directly.
6898 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6899 name for buffer-file-name if it refers to a directory.
6901 * vc-arch.el (vc-arch-diff): Fix last change.
6903 * progmodes/compile.el (compilation-start): Remember the original
6904 directory in a buffer-local compilation-directory.
6905 (compile): Set the global value of compilation-directory.
6906 (recompile): Use compilation-directory even in the compilation buffer.
6908 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6910 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6912 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6914 * ps-print.el: Problem with foreground and background color when
6915 printing a buffer with and without faces. Reported by Christian
6916 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6917 (ps-print-version): New version 6.7.5.
6918 (ps-default-fg): Change default value to nil, so black color is used
6919 when a face does not specify a foreground color.
6920 (ps-default-bg): Change default value to nil, so white color is used
6921 for background color.
6922 (ps-begin-job): Fix code.
6924 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6926 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6927 in $(INSTALL_DIR)/lisp/ if they already exist.
6929 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6931 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6932 in $(INSTALL_DIR)/lisp/ if they already exist.
6934 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6936 * progmodes/vera-mode.el (vera-re-search-forward)
6937 (vera-re-search-backward): Remove use of store-match-data.
6938 (vera-mode-map): Move initialization into declaration.
6940 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6941 (flymake-find-buildfile): Use locate-dominating-file.
6943 * vc.el (vc-delistify): Use mapconcat.
6944 (vc-do-command): Minor simplification.
6945 (vc-expand-dirs): Use push.
6947 * vc-mcvs.el (vc-mcvs-create-repo):
6948 * vc-cvs.el (vc-cvs-create-repo): Remove.
6950 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6951 directory and the root as well.
6953 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6955 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6958 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6959 (vc-hg-registered): Replace if with when.
6960 (vc-hg-state): Deal with nonexistent files and handle removed files.
6961 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6962 (vc-hg-checkout): Re-enable.
6963 (vc-hg-create-repo): Fix typos.
6964 (vc-hg-print-log): Fix for multiple files.
6965 (vc-hg-workfile-unchanged-p): New function.
6968 (vc-print-log): Fix call to print-log.
6969 (vc-default-comment-history): Likewise.
6970 (vc-directory-exclusion-list): Add .hg and .bzr.
6971 (vc-diff-internal): Pass a list instead of a file.
6973 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6975 * vc-bzr.el (vc-bzr-create-repo): New function.
6977 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6979 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6980 `file' from which to start the search.
6982 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6984 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6985 having a single file argument to having a list of files as the
6988 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6990 * files.el (locate-dominating-file): New function.
6992 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6994 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6995 (grep-compute-defaults): Use it.
6997 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6999 * uniquify.el: Docstring fixes.
7001 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
7003 * vc.el (revision-granularity, create-repo): Document new vc
7005 (vc-rollback): Renamed from vc-cancel-version. Update
7006 references. Pass a list instead of a file.
7007 (vc-revert): Renamed from vc-revert-buffer. Update references.
7008 (vc-delistify, vc-expand-dirs): New functions.
7009 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
7010 of files instead of a single file.
7011 (vc-position-context, vc-resync-window, vc-diff-internal)
7012 (vc-print-log): Pass a list instead of a file.
7014 * vc-hooks.el (vc-stay-local-p, vc-backend)
7015 (vc-backend-subdirectory-name): Work on a file list, not a single
7017 (vc-workfile-version): Update docstring.
7018 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
7019 vc-revert instead of vc-revert-buffer.
7020 (vc-prefix-map): Likewise. Bind vc-update.
7022 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
7023 (vc-svn-wash-log): New functions.
7024 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
7025 (vc-svn-command): Deal with a list of files, not a single file.
7027 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
7028 (vc-rcs-wash-log): New functions.
7029 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
7030 Deal with a list of files, not a single file.
7031 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
7033 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
7035 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
7036 list of files, not a single file.
7038 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
7040 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
7041 (vc-mcvs-diff): Deal with a list of files, not a single file.
7043 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
7045 (vc-hg-print-log): Deal with a list of files, not a single file.
7046 (vc-hg-diff-tree): New function, replace defalias with the same
7048 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
7049 FILES to denote that it is a file list, not a single file.
7051 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
7052 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
7054 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
7055 that it is a file list, not a single file.
7056 (vc-cvs-diff): Likewise. Simplify.
7058 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
7059 Deal with a list of files, not a single file.
7061 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
7062 (vc-bzr-print-log): Update FILE parameter name to denote that it
7063 is a file list, not a single file.
7064 (vc-bzr-diff): Likewise. Use the car of files.
7066 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
7068 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
7069 (follow-delete-other-windows-and-split, follow-recenter)
7070 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
7071 (follow-redisplay, follow-estimate-first-window-start)
7072 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
7073 Fix typos in docstrings.
7075 2007-07-18 Martin Rudalics <rudalics@gmx.at>
7077 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
7078 avoid that filling introduces lines with a single asterisk.
7080 * kmacro.el (kmacro-end-macro): When ignoring empty macro
7081 avoid incorrect kmacro-ring-empty-p messages.
7082 Reported by Michael Schierl <schierlm@gmx.de>.
7084 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7086 * vc.el: Add more info about the vc-registered function.
7088 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7090 * files.el (file-remote-p): Introduce optional parameter
7093 * recentf.el (recentf-keep-default-predicate): Adapt call of
7096 * progmodes/grep.el (grep-probe): Use `process-file'.
7097 (grep-compute-defaults): Handle variables host specific.
7099 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
7100 parameter IDENTIFICATION.
7102 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
7103 parameter IDENTIFICATION.
7104 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
7105 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7106 Add entry for `set-file-times'.
7107 (tramp-do-copy-or-rename-file-via-buffer)
7108 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
7109 (tramp-handle-unhandled-file-name-directory): Rewrite.
7110 (tramp-convert-file-attributes): Add error handling when inode is
7112 (tramp-get-inode): Change parameter from FILE to VEC.
7113 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
7114 is nil. This is according to the specification. Goto (point-max)
7116 (tramp-handle-shell-command): Rewrite completely, using
7117 `process-file' and `start-file-process'.
7118 (tramp-methods, tramp-find-shell)
7119 (tramp-open-connection-setup-interactive-shell)
7120 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
7121 var. Reported by Steve Youngs <steve@sxemacs.org>.
7123 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
7124 entry for `set-file-times'. Rename `start-process' into
7125 `start-file-process'. Remove `call-process' entry.
7126 (tramp-fish-handle-set-file-times): New defun.
7127 (tramp-fish-handle-executable-find): Use `process-file'.
7128 (tramp-fish-handle-process-file): New defun. Replaces
7129 `tramp-fish-handle-call-process'.
7130 (tramp-fish-do-copy-or-rename-file-directly): Use
7132 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
7134 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
7135 `tramp-get-inode' parameter.
7137 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7139 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
7140 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
7141 nowadays, and by the time Emacs-23 comes out, nobody will even remember
7142 it has ever existed.
7144 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7146 * vc.el: Undo previous change.
7148 2007-07-16 Eli Zaretskii <eliz@gnu.org>
7150 * makefile.w32-in (clean): Don't delete *~.
7152 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7154 * textmodes/tex-mode.el (tex-verbatim-environments):
7155 Add safe-local-variable property.
7156 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
7157 when starting font-lock rather than when loading tex-mode.el.
7159 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
7160 whole $( rather than just the $. Rename from sh-quoted-subshell.
7161 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
7163 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7165 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
7166 bookmark-alist. Instead, if not sorting, simply return it.
7167 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
7168 for its return value, not for its side effect.
7170 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
7171 case of alignment under a constant symbol, find and consider
7172 the sexp actually at indentation to be the "last sexp".
7174 2007-07-16 Drew Adams <drew.adams@oracle.com>
7176 * mouse.el (mouse-yank-secondary): Better error message if no
7177 secondary selection.
7179 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7181 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
7183 * term/xterm.el (xterm-turn-on-modify-other-keys)
7184 (xterm-turn-off-modify-other-keys): New functions.
7185 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
7186 terminal supports it.
7188 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7190 * bookmark.el (bookmark-show-all-annotations):
7191 Make sure each inserted annotation ends with newline.
7193 2007-07-15 Richard Stallman <rms@gnu.org>
7195 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
7197 * tutorial.el (tutorial--find-changed-keys):
7198 Handle C-x specially like ESC.
7200 2007-07-15 Aaron Hawley <aaronh@garden.org>
7202 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
7204 2007-07-15 Juri Linkov <juri@jurta.org>
7206 * delsel.el (delete-selection-pre-hook):
7207 * emulation/cua-base.el (cua-paste): Before a yank command,
7208 check also whether last-command is one of mouse-save-then-kill,
7209 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
7211 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
7213 * recentf.el (recentf-keep-default-predicate): New defun.
7214 (recentf-keep): Use it as initial value.
7216 2007-07-15 Karl Fogel <kfogel@red-bean.com>
7218 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
7219 thus restoring bookmark bindings to three slots under C-x r. See
7220 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
7222 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7224 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
7226 2007-07-15 Jason Rumney <jasonr@gnu.org>
7228 * w32-fns.el (set-default-process-coding-system): Use dos line ends
7229 for input to cmdproxy on all versions of Windows.
7230 Use dos line ends for input to plink.
7232 * comint.el (comint-simple-send): Concat newline before sending.
7233 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
7235 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7237 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
7238 safe-local-variable setting.
7240 2007-07-14 David Kastrup <dak@gnu.org>
7242 * emacs-lisp/advice.el (defadvice): Doc fix.
7244 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
7246 * subr.el (when, unless): Doc fix.
7248 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7250 * replace.el (match): Use yellow1 instead of yellow.
7252 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
7255 * pcvs-info.el (cvs-unknown): Likewise.
7257 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7259 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
7260 (install): Use them to copy all *.el files before *.elc.
7262 2007-07-13 Drew Adams <drew.adams@oracle.com>
7264 * bookmark.el (bookmark-jump-other-window): New function.
7265 (bookmark-map): Bind it to "o".
7267 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
7268 and its thread contains discussion about this change.
7269 The original patch was slightly tweaked by Karl Fogel
7270 <kfogel@red-bean.com> before committing.
7272 2007-07-13 Karl Fogel <kfogel@red-bean.com>
7274 * bookmark.el: Shorten some comments to fit within 80 lines.
7276 2007-07-13 Karl Fogel <kfogel@red-bean.com>
7278 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
7279 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
7280 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
7281 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
7283 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
7285 * textmodes/org.el: Bug fixes.
7286 (org-end-of-line): Move to end of line if in headline without tags.
7288 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7290 * vc-hooks.el: Remove spurious * in docstrings.
7291 (vc-handled-backends): Add BZR.
7293 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
7295 2007-07-12 Davis Herring <herring@lanl.gov>
7297 * desktop.el (desktop-buffer-info, desktop-save):
7298 Use `desktop-dirname' instead of `dirname'.
7300 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7302 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
7304 * progmodes/python.el (python-which-func-length-limit): New var.
7305 (python-which-func): New function.
7306 (python-current-defun): Add optional `length-limit' and try to fit
7307 computed function name to that length.
7308 (python-mode): Hook `python-which-func' up.
7310 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7312 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
7314 * comint.el (comint-dynamic-complete-as-filename):
7315 Use read-file-name-completion-ignore-case.
7317 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
7319 * comint.el (comint-dynamic-list-filename-completions):
7320 Use read-file-name-completion-ignore-case.
7322 * vc-cvs.el: Require CL.
7323 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
7324 New functions to provide completion of revision names.
7326 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
7327 (vc-cvs-annotate-first-line-re): New const.
7328 (vc-cvs-annotate-process-filter): New fun.
7329 (vc-cvs-annotate-command): Use them and run the command asynchronously.
7331 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7333 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
7334 (eldoc-print-current-symbol-info): Adjust for changed helper
7335 function signatures.
7336 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
7337 `eldoc-highlight-function-argument'.
7338 (eldoc-highlight-function-argument): New function.
7339 (eldoc-get-var-docstring): Format documentation with
7340 `font-lock-variable-name-face'.
7341 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
7343 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
7344 (eldoc-beginning-of-sexp): Return number of skipped sexps.
7346 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
7348 * progmodes/compile.el (compilation-start): `start-process' must
7349 still be redefined when calling `start-process-shell-command'.
7351 * progmodes/gud.el (gud-file-name): When `default-directory' is a
7352 remote file name, prepend its remote part to the filename.
7353 (gud-common-init): When `default-directory' is a remote file name,
7354 make the filename relative to it.
7355 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
7357 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7359 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
7360 mouse binding and a tooltip.
7362 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7364 * menu-bar.el (vc-menu-map): New defalias.
7366 2007-07-10 Richard Stallman <rms@gnu.org>
7368 * emacs-lisp/lisp-mode.el (eval-defun):
7369 Explain special handling of `defface'.
7371 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
7373 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
7375 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
7377 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7379 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
7381 * vc-arch.el (vc-arch-complete): Remove.
7382 (vc-arch-revision-completion-table): Use complete-with-action.
7384 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
7385 (complete-with-action): New function.
7386 (dynamic-completion-table): Use it.
7388 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
7390 * comint.el (make-comint, make-comint-in-buffer)
7391 (comint-exec-1): Replace `start-process' by `start-file-process'.
7393 * progmodes/compile.el (compilation-start): Revert redefining
7396 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7398 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
7399 with EOLs when generating MD5 checksums.
7401 * follow.el: Don't change the global map from the follow-mode-map
7402 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
7404 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
7405 since `follow-mode' should be used instead for that.
7407 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
7408 (easy-menu-do-define): Use it.
7409 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
7411 * progmodes/compile.el (compilation-auto-jump-to-first-error)
7412 (compilation-auto-jump-to-next): New vars.
7413 (compilation-auto-jump): New function.
7414 (compilation-error-properties): Use them to jump to first error.
7415 (compilation-start): Set the var if requested.
7417 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
7418 duplicates without also removing entries from other directories.
7420 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7422 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
7423 Remember span as default.
7424 (org-columns-edit-value): Rename from `org-column-edit'.
7425 (org-columns-display-here-title): Rename from
7426 `org-overlay-columns-title'.
7427 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
7428 (org-columns-get-autowidth-alist): Rename from
7429 `org-get-columns-autowidth-alist'.
7430 (org-columns-display-here): Rename from `org-overlay-columns'.
7431 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
7432 (org-columns-quit): Rename from `org-column-quit'.
7433 (org-columns-show-value): Rename from `org-column-show-value'.
7434 (org-columns-content, org-columns-widen)
7435 (org-columns-next-allowed-value)
7436 (org-columns-edit-allowed, org-columns-store-format)
7437 (org-columns-uncompile-format, org-columns-redo)
7438 (org-columns-edit-attributes, org-delete-property)
7439 (org-set-property, org-columns-update)
7440 (org-columns-compute, org-columns-eval)
7441 (org-columns-not-in-agenda, org-columns-compute-all)
7442 (org-property-next-allowed-value)
7443 (org-columns-compile-format)
7444 (org-fill-paragraph-experimental)
7445 (org-string-to-number, org-property-action)
7446 (org-columns-move-left, org-columns-new)
7447 (org-column-number-to-string)
7448 (org-property-previous-allowed-value)
7449 (org-at-property-p, org-columns-delete)
7450 (org-columns-previous-allowed-value)
7451 (org-columns-move-right, org-columns-narrow)
7452 (org-property-get-allowed-values)
7453 (org-verify-version, org-column-string-to-number)
7454 (org-delete-property-globally): New functions.
7455 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
7456 (org-columns-overlays): Rename from `org-column-overlays'.
7457 (org-columns-map): Rename from `org-column-map'.
7458 (org-columns-current-maxwidths): Rename from
7459 `org-current-columns-maxwidths'.
7460 (org-columns-begin-marker, org-columns-current-fmt-compiled)
7461 (org-previous-header-line-format)
7462 (org-columns-inhibit-recalculation)
7463 (org-columns-top-level-marker): New variables.
7464 (org-columns-default-format): Rename from `org-default-columns-format'.
7465 (org-property-re): New constant.
7467 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
7469 * subr.el (looking-at-p, string-match-p): New functions.
7471 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
7473 * textmodes/tex-mode.el (tex-fontify-script)
7474 (tex-font-script-display): New variables to make display of
7475 superscripts and subscripts customizable.
7476 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
7478 2007-07-09 Richard Stallman <rms@gnu.org>
7480 * isearch.el (isearch-edit-string): Call to isearch-push-state
7483 2007-07-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7485 * window.el (fit-window-to-buffer): Remove setting of window-min-height
7486 to 1 as enlarge-window uses the value to resize/shrink windows other
7487 than WINDOW if needed.
7489 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7491 * cus-start.el (file-coding-system-alist): Fix custom type.
7493 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
7495 * longlines.el (longlines-wrap-region): Avoid marking buffer as
7497 (longlines-auto-wrap, longlines-window-change-function):
7498 Remove unnecessary calls to set-buffer-modified-p.
7500 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7502 * cus-start.el (file-coding-system-alist): Fix custom type.
7504 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7506 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
7507 (vc-cvs-checkout): Remove last arg now unused; simplify.
7509 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7511 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
7517 * net/trampver.el: Migrate to Tramp 2.1.
7519 * net/tramp-cache.el:
7520 * net/tramp-fish.el:
7521 * net/tramp-gw.el: New Tramp packages.
7523 * net/tramp-util.el:
7524 * net/tramp-vc.el: Removed.
7526 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7527 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7529 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7531 * progmodes/compile.el (compilation-start): Redefine
7532 `start-process' temporarily when `default-directory' is remote.
7533 Remove case of synchronous compilation, this won't happen ever.
7534 (compilation-setup): Make local variable `comint-file-name-prefix'
7535 for remote compilation.
7537 2007-07-08 Martin Rudalics <rudalics@gmx.at>
7539 * novice.el (disabled-command-function): Fit window to buffer to
7540 make last line visible.
7541 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7543 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7544 when handling the terminating event.
7546 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7548 * calc/calc.el (math-read-number-simple): Remove leading 0s.
7549 (math-bignum-digit-length): Change to optimal value.
7551 * calc/calc-bin.el (math-bignum-logb-digit-size)
7552 (math-bignum-digit-power-of-two): Evaluate when compiled.
7554 * calc/calc-comb.el (math-small-factorial-table)
7555 (math-init-random-base, math-prime-test): Remove unnecessary calls
7556 to `math-read-number-simple'.
7558 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7559 (math-approx-gamma-const): Add docstrings.
7561 * calc/calc-forms.el (math-julian-date-beginning)
7562 (math-julian-date-beginning-int): New constants.
7563 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7564 Use the new constants.
7566 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7568 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7571 2007-07-07 Tom Tromey <tromey@redhat.com>
7573 * vc.el (vc-annotate): Jump to line and output message only after the
7574 process is really all done.
7576 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7578 * vc.el (vc-exec-after): Don't move point from the sentinel.
7579 Forcefully read all the remaining text in the pipe upon process exit.
7580 (vc-annotate-display-autoscale, vc-annotate-lines):
7581 Don't stop at the first unrecognized line.
7582 (vc-annotate-display-select): Run autoscale after the process is done
7583 since it depends on the whole result.
7585 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7587 * term/w32-win.el (menu-bar-open): New function.
7590 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7592 * simple.el (start-file-process): New defun.
7594 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7596 * files.el (find-file-confirm-nonexistent-file): Rename from
7597 find-file-confirm-inexistent-file. Update users.
7599 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7600 format of autoload block where the file's time-stamp is replaced by its
7602 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7603 time-stamp for secondary autoloads files.
7604 (update-directory-autoloads): Remove duplicate entries.
7605 Use time-less-p for time-stamps, as done in autoload-find-destination.
7607 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7609 * calc/calc.el (math-read-number): Replace number by variable.
7610 (math-read-number-simple): Properly parse small integers.
7612 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7614 * vc.el: Fix doc for the checkout function.
7616 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7618 * vc-hg.el (vc-hg-root): New function.
7619 (vc-hg-registered): Use it.
7620 (vc-hg-diff-tree): New defalias.
7621 (vc-hg-responsible-p): Likewise.
7622 (vc-hg-checkout): Comment out, not needed.
7623 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7624 (vc-hg-find-version, vc-hg-next-version): New functions.
7626 2007-07-06 Andreas Schwab <schwab@suse.de>
7628 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7629 dynamic bindings around the evaluation of the expression.
7630 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7632 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7634 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7635 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7636 Use run-hooks rather than run-mode-hooks.
7638 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7640 * calc/calc-comb.el (math-random-digit): Rename to
7641 `math-random-three-digit-number'.
7642 (math-random-digits): Don't depend on representation of integer.
7644 * calc/calc-bin.el (math-bignum-logb-digit-size)
7645 (math-bignum-digit-power-of-two): New constants.
7646 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7647 (math-not-bignum, math-clip-bignum): Use the constants
7648 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7649 instead of their values.
7650 (math-clip): Use math-small-integer-size instead of its value.
7652 * calc/calc.el (math-add-bignum): Replace number by constant.
7654 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7656 * wid-edit.el (widget-documentation-string-value-create):
7657 Insert indentation spaces.
7659 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7661 * emacs-lisp/byte-opt.el: Revert last change.
7663 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7665 * vc-hooks.el (vc-handled-backends): Add HG.
7667 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7669 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7671 * complete.el (PC-do-complete-and-exit): Add support for the new
7672 `confirm-only' confirmation mode.
7674 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7676 * cus-edit.el (custom-commands): New variable.
7677 (custom-tool-bar-map): New variable. Initialize using
7679 (custom-mode): Use `custom-tool-bar-map'.
7680 (custom-buffer-create-internal): Insert action buttons only if
7681 tool bar is not used. Use `custom-commands'.
7682 (Custom-help, custom-command-apply): New function.
7683 (custom-command-apply, Custom-set, Custom-save)
7684 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7685 Use `custom-command-apply' instead of duplicating code.
7686 (customize-group-other-window): Call `customize-group' instead of
7688 (customize-face-other-window): Call `customize-face' instead of
7690 (customize-group, customize-face): Add optional args for opening
7692 (custom-variable-tag): Don't inherit `variable-pitch' face.
7693 (custom-group-tag): Inherit `variable-pitch' face.
7694 (custom-variable-value-create): Set documentation indentation.
7695 (custom-group-value-create): Make group name a link, instead of
7696 using an extra "go to group" button.
7697 (custom-prompt-variable, custom-group-set, custom-group-save)
7698 (custom-group-reset-current, custom-group-reset-saved)
7699 (custom-group-reset-standard): Minor cleanup.
7701 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7703 * Makefile.in (bootstrap-prepare): When copying from
7704 ldefs-boot.el, make sure loaddefs.el is writeable.
7706 (bootstrap-prepare): Make $(lisp)/ps-print.el
7707 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7709 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7711 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7712 only caller, and delete.
7713 (vc-hg-state): Deal with exceptions and only parse the output on
7715 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7717 (vc-hg-workfile-version): Deal with exceptions and only parse the
7718 output on successful return.
7719 (vc-hg-revert): New function.
7721 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7723 * calculator.el (calculator-expt): Use more cases to determine
7726 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7728 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7731 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7733 * calculator.el (calculator-expt, calculator-integer-p):
7735 (calculator-fact): Check to see if the factorial will be too
7736 large before computing it.
7737 (calculator-initial-operators): Use `calculator-expt' to
7739 (calculator-mode): Mention that results which are too large
7741 * calc/calc-comb.el (math-small-factorial-table): Replace list
7744 2007-07-03 David Kastrup <dak@gnu.org>
7746 * shell.el: On request of the authors, remove their addresses for
7747 the sake of bug reports, and add the developer list address as
7748 maintainer information.
7750 2007-07-03 Richard Stallman <rms@gnu.org>
7752 * files.el (make-directory): Doc fix.
7753 (find-file-confirm-inexistent-file): Make it a defcustom.
7754 Make nil the default.
7756 2007-07-02 Richard Stallman <rms@gnu.org>
7758 * startup.el (command-line): Set buffer-offer-save in *scratch*
7759 and enable auto-save in it.
7761 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7763 * textmodes/org.el (orgstruct-mode-map): New variable.
7764 (orgstruct-mode): New minor mode.
7765 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7766 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7767 (org-run-like-in-org-mode): New functions.
7768 (org-cycle-list-bullet): New command.
7769 (org-special-properties, org-property-start-re)
7770 (org-property-end-re): New constants.
7771 (org-with-point-at): New macro.
7772 (org-get-property-block, org-entry-properties, org-entry-get)
7773 (org-entry-delete, org-entry-get-with-inheritance)
7774 (org-entry-put, org-buffer-property-keys): New functions.
7775 (org-insert-property-drawer): New command.
7776 (org-entry-property-inherited-from): New variable.
7777 (org-column): New face.
7778 (org-column-overlays, org-current-columns-fmt)
7779 (org-current-columns-maxwidths, org-column-map): New variables.
7780 (org-column-menu): New menu.
7781 (org-new-column-overlay, org-overlay-columns)
7782 (org-overlay-columns-title, org-remove-column-overlays)
7783 (org-column-show-value, org-column-quit, org-column-edit):
7785 (org-columns, org-agenda-columns): New commands.
7786 (org-get-columns-autowidth-alist): New functions.
7787 (org-properties): New customize group.
7788 (org-default-columns-format): New option.
7789 (org-priority): Realign tags after changing priority.
7790 (org-preserve-lc): New macro.
7791 (org-update-checkbox-count): Catch case when there is no headline.
7792 (org-agenda-quit): Remove any column overlays.
7793 (org-beginning-of-item-list): Fixed bug when non-item line is
7795 (org-cached-props): New variable.
7796 (org-cached-entry-get): New function.
7797 (org-make-tags-matcher): Handle property matches.
7798 (org-table-recalculate): Swap evaluation order: Field formula
7799 first, then column formulas, but don't allow them to overwrite the
7801 (org-table-eval-formula): New argument untouchable.
7802 (org-table-put-field-property): New function.
7804 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7806 * help-mode.el (help-make-xrefs): Skip spaces too when
7809 * ffap.el (dired-at-point-prompter): Improve prompt in
7810 list-directory case.
7812 2007-07-01 Richard Stallman <rms@gnu.org>
7814 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7816 2007-07-01 Richard Stallman <rms@gnu.org>
7818 * cus-start.el (max-mini-window-height): Added.
7820 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7822 * complete.el (partial-completion-mode): Remove advice of
7823 read-file-name-internal.
7824 (PC-do-completion): Rebind minibuffer-completion-table.
7825 (PC-read-file-name-internal): New function doing what
7826 read-file-name-internal advice did.
7828 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7830 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7831 property on a few symbols.
7832 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7833 (byte-optimize-lapcode): Remove bindings that are not referenced
7834 and certainly will not effect through dynamic scoping.
7836 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7838 * files.el (find-file-confirm-inexistent-file): New var.
7839 (find-file, find-file-other-window, find-file-other-frame)
7840 (find-file-read-only, find-file-read-only-other-window)
7841 (find-file-read-only-other-frame): Use it.
7843 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7845 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7847 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7849 * generic-x.el (generic-define-mswindows-modes)
7850 (generic-define-unix-modes, apache-log-generic-mode)
7851 (bat-generic-mode-keymap, java-manifest-generic-mode)
7852 (show-tabs-generic-mode): Fix typos in docstrings.
7854 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7856 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7857 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7858 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7859 (rcirc-print): Never ignore messages from ourself.
7861 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7863 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7864 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7866 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7868 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7869 replace-regexp-in-string.
7871 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7873 * emacs-lisp/cl.el: Set edebug and indentation before loading
7874 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7876 2007-06-28 Andreas Schwab <schwab@suse.de>
7878 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7881 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7883 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7884 the speedbar frame if nil; that deletes the current frame or
7885 causes an error if it is the only frame.
7886 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7888 2007-06-28 Kevin Ryde <user42@zip.com.au>
7890 * textmodes/nroff-mode.el: Groff \# comments.
7891 (nroff-mode-syntax-table): \# comment intro,
7892 plain # as punct per global table.
7893 (nroff-font-lock-keywords): Add # as a single char escape.
7894 (nroff-mode): In comment-start-skip, match \#.
7896 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7898 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7899 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7902 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7904 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7905 Rename and move to...
7907 * subr.el (strings->string, string->strings): ...here.
7909 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7910 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7912 * progmodes/gud.el (gud-common-init): Call string->strings instead
7915 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7917 * dired-aux.el: Remove `dired-call-process'.
7918 (dired-check-process): Call `process-file'.
7920 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7922 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7923 `ange-ftp-process-file'.
7925 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7927 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7929 * emacs-lisp/cl-extra.el:
7930 * emacs-lisp/cl-seq.el:
7931 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7932 Add autoload cookies on all defs autoloaded manually in cl.el.
7934 * emacs-lisp/cl-loaddefs.el: New file.
7936 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7937 (texinfo-lowersections-alist): Merge definition and declaration.
7938 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7939 (texinfo-format-syntax-table): Merge init into declaration.
7940 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7941 (texinfo-format-parse-defun-args, texinfo-format-node)
7942 (texinfo-push-stack, texinfo-multitable-widths)
7943 (texinfo-define-info-enclosure, texinfo-alias)
7944 (texinfo-format-defindex, batch-texinfo-format): Use push.
7945 (texinfo-footnote-number): Remove duplicate declaration.
7947 * ps-print.el: Update with auto-generated autoloads.
7949 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7951 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7953 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7954 relative to current dir for file-local settings.
7955 (autoload-generate-file-autoloads): Add `outfile' arg.
7956 (update-directory-autoloads): Use it to directly call
7957 autoload-generate-file-autoloads instead of going through
7958 update-file-autoloads so we avoid redundant searches and so we can know
7959 the set of buffers changed so we can save them all.
7961 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7962 rather than throwing `up-to-date'.
7963 (autoload-generate-file-autoloads): Adjust correspondingly.
7964 (update-file-autoloads): Be careful to let-bind
7965 autoload-modified-buffers and adjust to new calling conventions.
7966 (autoload-modified-buffers): Make it a dynamically scoped var.
7967 (update-directory-autoloads): Use file-relative-name instead of
7968 autoload-trim-file-name.
7969 (autoload-insert-section-header): Don't use autoload-trim-file-name
7970 since the file is already relative now.
7971 (autoload-trim-file-name): Remove.
7973 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7974 (vc-arch-complete, vc-arch--version-completion-table)
7975 (vc-arch-revision-completion-table): New functions to provide
7976 completion of revision names.
7977 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7978 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7979 to let the user trim the revlib.
7981 * vc.el: Add new VC operation `revision-completion-table'.
7982 (vc-default-revision-completion-table): New function.
7983 (vc-version-diff, vc-version-other-window): Use it to provide
7984 completion of revision names if the backend provides it.
7986 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7988 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7989 of newer .svn/entries.
7991 2007-06-25 David Kastrup <dak@gnu.org>
7993 * calc/calc-poly.el (math-padded-polynomial)
7994 (math-partial-fractions): Add some function comments.
7996 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7998 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7999 Make `outbuf' optional.
8000 (update-file-autoloads): Use it.
8002 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8004 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
8005 (autoload-find-destination): Keep it uptodate.
8006 (autoload-save-buffers): New fun.
8007 (update-file-autoloads): Use it. Re-add the "up to date" message.
8009 * emacs-lisp/autoload.el: Refactor for upcoming changes.
8010 (autoload-find-destination): New function extracted from
8011 update-file-autoloads.
8012 (update-file-autoloads): Use it.
8013 (autoload-generate-file-autoloads): New function extracted from
8014 generate-file-autoloads. Use file-relative-name. Delay computation of
8015 output-start to the first cookie. Remove done-any, replaced by
8017 (generate-file-autoloads): Use it.
8019 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8021 * calc/calc-comb.el (math-init-random-base, math-prime-test):
8022 Use math-read-number-simple to insert constants.
8023 (math-prime-test): Redo calculation of sum.
8025 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
8027 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
8028 math-scale-bignum-3.
8029 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
8030 math-bignum-digit-size.
8031 (math-isqrt-small): Add another possible initial guess.
8033 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8035 * textmodes/bibtex.el (bibtex-entry-format): New options
8036 `whitespace', `braces', and `string'.
8037 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8038 (bibtex-field-braces-opt, bibtex-field-strings-opt)
8039 (bibtex-cite-matcher-alist): New variables.
8040 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
8041 (bibtex-flash-head): Use blink-matching-delay.
8042 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
8043 (bibtex-format-entry, bibtex-reformat): Handle new options of
8044 bibtex-entry-format.
8045 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
8047 (bibtex-complete-internal): Do not display messages while
8048 minibuffer is used. Do not leave around a completions buffer
8049 that is out of date.
8050 (bibtex-copy-summary-as-kill): New optional arg.
8051 (bibtex-font-lock-url): New optional arg no-button.
8052 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
8053 (bibtex-url): Allow multiple URLs per entry.
8055 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8057 * emacs-lisp/autoload.el (autoload-generated-file): New function.
8058 (update-file-autoloads, update-directory-autoloads): Use it.
8059 (autoload-file-load-name): New function.
8060 (generate-file-autoloads, update-file-autoloads): Use it.
8061 (autoload-find-file): Accept non-absolute argument. Set default-dir.
8062 (generate-file-autoloads): If the autoloaded form is malformed,
8063 indicate the problem with a warning instead of aborting.
8065 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8067 * simple.el (next-error-recenter): Accept `(4)' as well;
8068 also, specify `integer' instead of `number'.
8070 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8072 * ls-lisp.el (insert-directory): If an invalid regexp error is
8073 thrown, try using FILE as a literal file name, not a wildcard.
8075 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
8077 * ruler-mode.el (ruler-mode): Prevent clobbering the original
8078 `header-line-format' when reentering ruler mode.
8080 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8082 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
8083 FILE exists as a file.
8085 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8087 * calc/calc.el (math-bignum-digit-length)
8088 (math-bignum-digit-size, math-small-integer-size):
8090 (math-normalize, math-bignum-big, math-make-float)
8091 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
8092 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
8093 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
8094 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
8095 (math-quotient, math-div-bignum, math-div-bignum-digit)
8096 (math-div-bignum-part, math-format-bignum-decimal)
8097 (math-read-bignum): Use math-bignum-digit-length,
8098 math-bignum-digit-size and math-small-integer-size.
8100 * calc/calc-ext.el (math-fixnum-big): Use the variable
8101 math-bignum-digit-size.
8103 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8105 * log-view.el (log-view-mode-menu): New menu.
8107 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8109 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
8112 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
8113 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
8115 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8117 * vc-hg.el (vc-hg-print-log): Insert the file name.
8118 (vc-hg-log-view-mode): Fontify the file name.
8120 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8122 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
8123 (calcFunc-julian): Fix incorrect number used in calculations.
8125 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
8127 * simple.el (next-error-recenter): New defcustom.
8128 (next-error, next-error-internal): Recenter if specified,
8129 immediately prior to running `next-error-hook'.
8131 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
8132 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
8134 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
8136 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8138 * calc/calc-comb.el (math-small-factorial-table): New variable.
8139 (calcFunc-fact): Use `math-small-factorial-table'.
8141 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
8143 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
8144 New variables to use in caches.
8146 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
8147 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
8149 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
8150 (math-bernoulli-b-cache): Use math-read-number-simple to insert
8153 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8154 New variables to use in caches.
8156 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8158 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
8160 * vc-hg.el (vc-hg-log-view-mode): New mode.
8162 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
8164 * calc/calc.el (math-read-number-simple): New function.
8166 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8168 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
8169 (vera-font-lock-match-item): Fix doc string.
8170 (vera-in-comment-p): Remove unused function.
8171 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
8173 (vera-forward-syntactic-ws): Fix argument order.
8174 (vera-prepare-search): Use `with-syntax-table'.
8175 (vera-indent-line): Fix doc string.
8176 (vera-electric-tab): Fix doc string.
8177 (vera-expand-abbrev): Define alias instead of using `fset'.
8178 (vera-comment-uncomment-region): Use `comment-start-skip'.
8180 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
8182 * textmodes/org.el (org-export-with-footnotes): New option.
8183 (org-export-as-html): Fix replacement bug for XEmacs.
8184 (org-agenda-default-appointment-duration): New option.
8186 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8188 * vc-hg.el: Add to do items.
8189 (vc-hg-diff): Add support for comparing different revisions.
8190 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
8191 (vc-hg-annotate-extract-revision-at-line)
8192 (vc-hg-previous-version, vc-hg-checkin): New functions.
8193 (vc-hg-annotate-re): New constant.
8195 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8197 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
8199 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8201 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
8202 buffer-local value of log-view-*-re if applicable.
8204 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
8205 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
8206 (vc-bzr-command*): Remove both (incompatible) versions.
8207 (vc-bzr-do-command*): Remove.
8208 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
8209 Remove by folding into its only caller vc-bzr-command.
8210 (vc-bzr-command): Always set the environment, even when ineffective.
8211 (vc-bzr-version): Minor fix up.
8212 (vc-bzr-admin-dirname): New var.
8213 (vc-bzr-bzr-dir): Remove.
8214 (vc-bzr-root-dir): New fun.
8215 (vc-bzr-registered): Use it. Add an autoloaded version.
8216 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
8217 (vc-bzr-view-log-function): Remove.
8218 (vc-bzr-log-view-mode): New major mode to replace it.
8219 (vc-bzr-print-log): Only activate the old hack if needed.
8221 * vc.el (vc-default-log-view-mode): New function.
8222 (vc-print-log): Add new `log-view-mode' VC operation.
8224 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
8226 * ido.el (ido-find-file-in-dir): Don't signal an error for
8229 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
8231 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
8232 directory where the desktop file was found, as the docstring says.
8233 (desktop-kill): Use `read-directory-name'.
8235 2007-06-20 Alan Mackenzie <acm@muc.de>
8237 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
8238 When removing lines, also remove the \n. Correction of patch of
8241 2007-06-20 Martin Rudalics <rudalics@gmx.at>
8243 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
8244 event is not a cons cell. Do not unread drag-mouse-1 events.
8245 Select right window in check whether space was stolen from
8248 * help-mode.el (help-make-xrefs): Adjust position of new forward
8251 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
8253 * vc-bzr.el (vc-bzr-with-process-environment)
8254 (vc-bzr-std-process-invocation): New macros.
8255 (vc-bzr-command, vc-bzr-command*): Use them.
8256 (vc-bzr-with-c-locale): Remove.
8257 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
8258 (vc-bzr-buffer-nonblank-p): New function.
8259 (vc-bzr-state-words): New const.
8260 (vc-bzr-state): Look for `bzr status' keywords in output.
8261 Display everything else as a warning message to the user.
8262 Fix status report with bzr >= 0.15.
8264 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8266 * vc-hg.el (vc-hg-global-switches): Simplify.
8267 (vc-hg-state): Handle more states.
8268 (vc-hg-diff): Fix doc-string.
8269 (vc-hg-register): New function.
8270 (vc-hg-checkout): Likewise.
8272 2007-06-20 Reto Zimmermann <reto@gnu.org>
8274 * progmodes/vera-mode.el: New file.
8276 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8278 * calc/calc.el (calc-multiplication-has-precendence):
8280 (math-standard-ops, math-standard-ops-p, math-expr-ops):
8282 (math-expr-opers): Define using math-standard-ops rather than
8283 math-standard-opers.
8284 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
8285 equal the function math-standard-ops rather than the variable
8286 math-standard-opers.
8287 (calc-algebraic-entry): Let math-expr-opers equal
8288 math-standard-ops or math-expr-ops, as appropriate.
8289 (math-expr-read-level, math-read-factor): Let math-expr-opers
8290 equal math-expr-ops.
8291 * calc/calc-embed.el (calc-embedded-finish-edit):
8292 Let math-expr-opers equal the function math-standard-ops
8293 rather than the variable math-standard-opers.
8294 * calc/calc-ext.el (math-read-plain-expr)
8295 (math-format-flat-expr-fancy): Let math-expr-opers equal the
8296 function math-standard-ops rather than the variable
8297 math-standard-opers.
8298 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
8299 Let math-expr-opers equal the function math-standard-ops rather
8300 than the variable math-standard-opers.
8301 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
8302 equal the function math-standard-ops rather than the variable
8303 math-standard-opers.
8304 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
8305 equal the function math-standard-ops rather than the variable
8306 math-standard-opers.
8307 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
8310 2007-06-19 Ivan Kanis <apple@kanis.eu>
8312 * vc-hg.el: New file.
8314 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8316 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
8317 with font-lock-multiline.
8319 2007-06-17 Glenn Morris <rgm@gnu.org>
8321 * lpr.el (lpr-page-header-switches): Move %s to separate element
8322 for correct quoting. Doc fix.
8324 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8326 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
8327 than setting sgml-xml-mode.
8328 (sgml-mode, html-mode): Set sgml-xml-mode.
8329 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
8330 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
8331 (sgml-electric-tag-pair-before-change-function)
8332 (sgml-electric-tag-pair-flush-overlays): New functions.
8333 (sgml-electric-tag-pair-mode): New minor mode.
8334 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
8335 (sgml-calculate-indent): Use assoc-string.
8337 2007-06-16 Karl Fogel <kfogel@red-bean.com>
8339 * thingatpt.el (thing-at-point-email-regexp): Don't require two
8340 chars before the "@" in an email address. Andreas Roehler noticed
8343 2007-06-15 Karl Fogel <kfogel@red-bean.com>
8345 * thingatpt.el: Add support for email addresses (`email').
8346 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
8347 (thing-at-point-email-regexp): New variable.
8348 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
8349 properties on this symbol, with lambda forms for values.
8351 2007-06-15 Masatake YAMATO <jet@gyve.org>
8353 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
8355 * vc.el (vc-dired-hook): Check the backend returned from
8356 `vc-responsible-backend' can really handle `subdir'.
8358 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
8360 * wid-edit.el (widget-add-documentation-string-button):
8361 Fix handling of documentation indent.
8363 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
8365 * mb-depth.el: New file.
8367 2007-06-15 Masatake YAMATO <jet@gyve.org>
8369 * vc.el (vc-dired-mode): Show backend name as part of mode name.
8371 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
8373 * wid-edit.el (widget-default-create): Move ?h handling here...
8374 (widget-default-format-handler): ...from here.
8375 (widget-docstring, widget-add-documentation-string-button): New funs.
8376 (documentation-string): Add :visibility-widget property.
8377 (widget-documentation-string-value-create): Use it.
8379 * cus-edit.el (custom-split-regexp-maybe): Simplify.
8380 (custom-buffer-create-internal): Simplify message.
8381 (custom-variable-tag): Reduce height to normal.
8382 (custom-variable-value-create, custom-face-value-create)
8383 (custom-visibility): New widget.
8384 (custom-visibility): New face.
8385 (custom-group-value-create):
8386 Call widget-add-documentation-string-button, using `custom-visibility'.
8388 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8390 * emacs-lisp/bytecomp.el (byte-compile-current-group)
8391 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
8392 change. Apparently the "warning even if the group is implicit" is
8393 a feature rather than a bug.
8395 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
8397 * emulation/viper.el (viper-describe-key-ad)
8398 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
8399 Compile them conditionally.
8400 (viper-version): Belated version change.
8402 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
8404 * follow.el (follow-all-followers, follow-generic-filter):
8405 * pcomplete.el (pcomplete-restore-windows):
8406 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
8408 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
8409 * progmodes/python.el (python-complete-symbol):
8410 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
8412 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
8414 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
8415 around bright and dim regexps. Make sure bright and dim matches
8416 use word anchors. Send text through rcirc-markup functions.
8417 (rcirc-url-regexp): Add single quote character.
8418 (rcirc-connect): Write logs to disk on auto-save-hook.
8419 Make server a non-optional argument.
8420 (rcirc-log-alist): New variable.
8421 (rcirc-log-directory): Make customizable.
8422 (rcirc-log-flag): New customizable variable.
8423 (rcirc-log): New function.
8424 (rcirc-print): Use above function.
8425 (rcirc-log-write): New function.
8426 (rcirc-generate-new-buffer-name): Strip text properties.
8427 (rcirc-switch-to-buffer-function): Remove variable.
8428 (rcirc-last-non-irc-buffer): Remove variable.
8429 (rcirc-non-irc-buffer): Add function.
8430 (rcirc-next-active-buffer): Use above function.
8431 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
8432 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
8433 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
8434 (rcirc-omit-mode): Add minor-mode.
8435 (rcirc-mode-map): Change C-c C-o binding.
8436 (rcirc-mode): Clear mode-line-process. Use a custom
8437 fill-paragraph-function. Set up buffer-invisibility-spec.
8438 (rcirc-response-formats): Remove timestamp code.
8439 (rcirc-omit-responses): Add variable.
8440 (rcirc-print): Don't put the overlay arrow on potentially omitted
8441 lines. Log line to disk. Record activity for private messages
8442 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
8443 (rcirc-jump-to-first-unread-line): Print message if there is no
8445 (rcirc-clear-unread): New function.
8446 (rcirc-markup-text-functions): Add variable.
8447 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
8448 (rcirc-debug): Don't mess with window configuration.
8449 (rcirc-send-message): Send message before printing locally.
8450 Add SILENT argument, do not print message if non-nil.
8451 (rcirc-visible-buffers): New function and variable.
8452 (rcirc-window-configuration-change-1): Add function.
8453 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
8455 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
8456 (rcirc-fill-paragraph): Add function.
8457 (rcirc-record-activity, rcirc-window-configuration-change-1):
8458 Only update the activity string if it has actually changed.
8459 (rcirc-update-activity-string): Remove padding characters from the
8461 (rcirc-disconnect-buffer): New function to be called when a
8462 channel is parted or the user quits.
8463 (rcirc-server-name): Warn when the server-name hasn't been set.
8464 (rcirc-window-configuration-change): Postpone work until
8466 (rcirc-window-configuration-change-1): Update mode-line and
8467 overlay arrows here.
8468 (rcirc-authenticate): Fixc hanserv identification.
8469 (rcirc-default-server): Remove variable.
8470 (rcirc): Connect according to rcirc-connections.
8471 (rcirc-connections): Add variable.
8472 (rcirc-startup-channels-alist): Remove variable.
8473 (rcirc-startup-channels): Remove function.
8475 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8477 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
8479 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8481 * term/xterm.el (terminal-init-xterm): Escape parens in character
8484 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8486 * progmodes/sh-script.el: Remove unneeded * from docstrings.
8487 Use [:alpha:] and [:alnum:] where applicable.
8488 (sh-quoted-subshell): Rewrite to correctly
8489 handle nested mixes of `...' and $(...).
8490 (sh-apply-quoted-subshell): Remove.
8491 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
8493 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
8495 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
8497 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
8500 2007-06-12 Tom Tromey <tromey@redhat.com>
8502 * subr.el (user-emacs-directory): New defconst.
8503 * cmuscheme.el (scheme-start-file):
8505 * completion.el (save-completions-file-name):
8506 * custom.el (custom-theme-directory):
8507 * term/x-win.el (emacs-session-filename):
8508 * filesets.el (filesets-menu-cache-file):
8509 * thumbs.el (thumbs-thumbsdir):
8510 * server.el (server-auth-dir):
8511 * image-dired.el (image-dired-dir):
8512 (image-dired-db-file):
8513 (image-dired-temp-image-file):
8514 (image-dired-gallery-dir):
8515 (image-dired-temp-rotate-image-file):
8516 * play/gamegrid.el (gamegrid-user-score-file-directory):
8517 * savehist.el (savehist-file):
8518 * tutorial.el (tutorial--saved-dir):
8519 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8521 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
8523 * scroll-lock.el (scroll-lock-mode): Doc fix.
8525 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8527 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8529 * ediff-init.el: Doc strings.
8531 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8533 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8534 (byte-compile-file): Bind it.
8535 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8536 group argument is provided implicitly.
8537 (byte-compile-format-warn, byte-compile-from-buffer)
8538 (byte-compile-insert-header): Don't hardcode point-min==1.
8539 (byte-compile-file-form-require): Remove unused var old-load-list.
8540 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8542 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8544 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8545 Display error messages.
8546 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8547 Get rid of cl.el dependencies.
8549 * emulation/viper-init.el (viper-suppress-input-method-change-message):
8551 (viper-activate-input-method-action)
8552 (viper-inactivate-input-method-action):
8553 Use viper-suppress-input-method-change-message.
8555 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8558 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8559 Use viper-replace-overlay-cursor-color instead of
8560 viper-replace-overlay-cursor-color.
8561 (viper-sit-for-short): Use sit-for with 3 arguments.
8563 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8564 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8567 * ediff-mult.el (ediff-meta-buffer-brief-message)
8568 (ediff-meta-buffer-verbose-message): New variables.
8569 (ediff-meta-buffer-message): Variable deleted.
8570 (ediff-verbose-help-enabled): New variable.
8571 (ediff-toggle-verbose-help-meta-buffer): New function.
8572 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8575 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8576 (ediff-fixup-patch-map): Improve heuristic.
8578 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8580 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8581 (log-view-font-lock-keywords): Simplify.
8582 (log-view-current-file, log-view-current-tag): Simplify.
8584 2007-06-12 Sam Steingold <sds@gnu.org>
8586 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8588 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8590 * desktop.el (desktop-load-locked-desktop): New option.
8591 (desktop-read): Use it.
8592 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8595 2007-06-12 Davis Herring <herring@lanl.gov>
8597 * desktop.el (desktop-save-mode-off): New function.
8598 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8599 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8600 (desktop-claim-lock, desktop-release-lock): New functions.
8601 (desktop-kill): Tell `desktop-save' that this is the last save.
8602 Release the lock afterwards.
8603 (desktop-buffer-info): New function.
8604 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8605 says to. Detect conflicts, and manage the lock.
8606 (desktop-read): Detect conflicts. Manage the lock.
8608 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8610 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8612 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8613 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8614 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8615 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8616 keysyms rather than byte sequences.
8617 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8619 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8621 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8622 half-activated, forcefully activate it completely.
8624 2007-06-11 Richard Stallman <rms@gnu.org>
8626 * cus-edit.el (custom-variable-type): Doc fix.
8628 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8630 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8631 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8632 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8633 different possible cases for \'.
8635 * complete.el (PC-bindings): Don't bind things already bound in the
8638 * textmodes/bibtex-style.el: New file.
8640 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8642 * vc-bzr.el: New file.
8644 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8646 * vc-svn.el (vc-svn-program): New var.
8647 (vc-svn-command): Use it.
8649 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8651 * server.el (server-switch-buffer): Remove redundant check.
8653 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8655 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8656 Match against file-name-nondirectory.
8657 Fix text on user customization variables.
8658 Reported by Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>.
8660 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8662 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8664 2007-06-09 Davis Herring <herring@lanl.gov>
8666 * desktop.el (desktop-minor-mode-table): Doc fix.
8668 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8670 * textmodes/css-mode.el (css-navigation-syntax-table):
8671 Use set-char-table-range so it also works in the unicode branch.
8673 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8675 * help-mode.el (help-xref-forward-stack)
8676 (help-xref-stack-forward-item, help-forward-label): New variables.
8677 (help-forward): New button type.
8678 (help-setup-xref): Initialise help-xref-forward-stack.
8679 (help-make-xrefs): Add forward button, if appropriate.
8680 (help-xref-go-back): Push item on forward stack.
8681 (help-xref-go-forward, help-go-forward): New functions.
8683 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8685 * dired.el (dired-mode-map): Remove spurious separator.
8687 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8689 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8691 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8692 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8694 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8696 * textmodes/org.el: Version number fixed.
8698 2007-06-07 Glenn Morris <rgm@gnu.org>
8700 * version.el (emacs-copyright): New constant.
8701 * startup.el (fancy-splash-tail): Use emacs-copyright.
8702 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8704 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8706 (byte-compile-warnings-safe-p): Add `make-local'.
8707 (byte-compile-make-variable-buffer-local):
8708 Allow byte-compile-warnings to suppress this warning.
8710 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8711 format of "menu" description.
8712 (tutorial--find-changed-keys): Describe the specific menu a
8715 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8716 Rewrite compatibility functions to silence byte-compiler.
8718 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8720 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8721 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8723 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8725 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8727 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8729 * progmodes/ebrowse.el (ebrowse-member-table):
8730 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8731 (org-batch-agenda-csv): Fix typos in docstrings.
8733 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8735 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8736 (sort-coding-systems, search-unencodable-char): Doc fixes.
8737 (coding-system-change-eol-conversion, set-default-coding-systems)
8738 (prefer-coding-system, find-multibyte-characters, princ-list)
8739 (leim-list-entry-regexp, set-input-method, locale-language-names)
8740 (input-method-exit-on-first-char, exit-language-environment-hook)
8741 (locale-charset-language-names): Fix typos in docstrings.
8743 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8745 * pgg.el (pgg-sign-region, pgg-sign):
8746 * ses.el (ses-call-printer):
8747 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8748 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8750 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8752 * textmodes/org.el (org-export-region-as-html)
8753 (org-replace-region-by-html, org-number-to-letters)
8754 (org-table-fedit-finish, org-normalize-color)
8755 (org-table-fedit-ref-right, org-date-to-gregorian)
8756 (org-table-fedit-move, org-table-convert-refs-to-rc)
8757 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8758 (org-write-agenda, org-colgroup-info-to-vline-list)
8759 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8760 (org-indent-line-function, org-export-as-html-to-buffer)
8761 (org-store-agenda-views, org-update-mode-line)
8762 (org-find-if, org-delete-all)
8763 (org-table-fedit-convert-buffer, org-emphasize)
8764 (org-uniquify, org-table-fedit-lisp-indent)
8765 (org-table-fedit-scroll, org-get-todo-sequence-head)
8766 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8767 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8768 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8769 (org-table-fedit-line-up, org-table-fedit-ref-down)
8770 (org-table-formula-from-user, org-mode-flyspell-verify)
8771 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8772 (org-table-formula-to-user, org-diary-to-ical-string)
8773 (orgtbl-export, org-table-fedit-post-command)
8774 (org-closed-in-range, org-shiftcontrolright)
8775 (org-table-convert-refs-to-an, org-table-hline-and-move)
8776 (org-table-formula-less-p, org-format-table-ascii)
8777 (org-agenda-get-sexps, org-shift-refpart)
8778 (org-diary-sexp-entry, org-time-string-to-absolute)
8779 (org-table-show-reference, org-letters-to-number)
8780 (org-fix-agenda-info, org-table-fedit-ref-up)
8781 (org-table-fedit-shift-reference, org-table-fedit-abort)
8782 (org-closest-date, org-shiftcontrolleft)
8783 (org-at-heading-or-item-p, org-rematch-and-replace)
8784 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8786 (org-table-edit-scroll-down, org-finish-edit-formulas)
8787 (org-table-edit-next-field, org-abort-edit-formulas)
8788 (org-font-lock-level, org-export-find-first-heading-line)
8789 (org-table-edit-line-down, org-table-edit-backward-field)
8790 (org-edit-formula-lisp-indent, org-table-edit-move)
8791 (org-check-log-option, org-this-word)
8792 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8793 (org-agenda-file-to-end, org-expand-file-name)
8794 (org-fake-empty-table-line, org-table-edit-scroll)
8795 (org-toggle-log-option, org-show-reference): Function removed.
8796 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8798 (org-unmodified, org-batch-store-agenda-views)
8799 (org-batch-agenda-csv): New macro.
8800 (org-agenda-export): New customization group.
8801 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8802 (org-highest-priority, org-agenda-exporter-settings)
8803 (org-log-done-with-time, org-replace-disputed-keys)
8804 (org-format-latex-header, org-export-table-header-tags)
8805 (org-cycle-separator-lines, org-export-table-data-tags)
8806 (org-icalendar-include-sexps)
8807 (org-empty-line-terminates-plain-lists)
8808 (org-log-repeat, org-special-ctrl-a)
8809 (org-table-use-standard-references, org-disputed-keys)
8810 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8811 (org-agenda-export-html-style): New option.
8812 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8813 (org-CUA-compatible): Option removed.
8814 (org-agenda-structure, org-sexp-date): New face.
8815 (org-todo-keywords-for-agenda, org-not-done-keywords)
8816 (org-planning-or-clock-line-re, org-agenda-name)
8817 (org-table-colgroup-info, org-todo-sets)
8818 (constants-unit-system, org-clock-mode-line-entry)
8819 (org-mode-line-timer, org-table-current-begin-pos)
8820 (org-todo-keywords-1, org-mode-line-string)
8821 (org-table-clean-did-remove-column, org-table-fedit-map)
8822 (org-clock-heading, org-table-buffer-is-an)
8823 (org-agenda-info, org-done-keywords)
8824 (org-done-keywords-for-agenda, org-todo-heads)
8825 (org-todo-kwd-alist, org-clock-start-time): New variable.
8826 (org-todo-kwd-priority-p, org-edit-formulas-map)
8827 (org-repeat-re, org-todo-kwd-max-priority)
8828 (org-version, org-done-string)
8829 (org-table-clean-did-remove-column-1, org-disputed-keys):
8831 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8832 (org-ts-lengths): Constant removed.
8833 (org-follow-gnus-link): Don't ask how many articles to read.
8834 (org-export-find-first-export-line): Rename from
8835 `org-export-find-first-heading'.
8836 Use `org-export-skip-text-before-1st-heading'.
8837 (org-table-fedit-post-command): Rename from
8838 `org-table-edit-formulas-post-command'.
8839 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8840 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8841 (org-table-fedit-lisp-indent): Rename from
8842 `org-edit-formula-lisp-indent'.
8843 (org-table-show-reference): Rename from `org-show-reference'.
8844 (org-table-store-formulas): Use `org-table-formula-less-p'.
8845 (org-table-edit-formulas): Position cursor to current field equation.
8846 (org-update-checkbox-count, org-hide-archived-subtrees)
8847 (org-timestamp-up-day, org-timestamp-down-day)
8848 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8849 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8850 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8851 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8852 Let `org-on-heading-p' also check for invisible heading.
8853 (org-read-date): Match am/pm times.
8854 (org-eval-in-calendar): Fix default date in prompt.
8856 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8858 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8859 "ChangeLog.a" entries, giving the latter lower priority.
8861 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8863 * faces.el (face-id): If the argument is a face alias,
8864 return the ID of the target face.
8866 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8868 * net/socks.el (top): Remove unnecessary copyright line.
8870 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8872 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8874 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8876 * net/socks.el: New file, taken from w3 repository.
8877 (top): Update Copyright. Don't load cl.el.
8878 (all): Replace `case' by `cond', `string-to-int' by
8879 `string-to-number', and `process-kill-without-query' by
8880 `set-process-query-on-exit-flag'.
8881 (socks-char-int): Remove defalias and all occurrences.
8883 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8885 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8886 Fix typos in docstrings.
8887 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8888 (compilation-finish-function): Fix typo in obsolescence declaration.
8890 2007-06-03 Sam Steingold <sds@gnu.org>
8892 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8893 handle unending automatic recompilation of changed files (`omake -P').
8894 (compilation-loop): VISITED is now 5th CDR.
8895 (compilation-next-error-function): Set TIMESTAMP.
8897 2007-06-03 Sam Steingold <sds@gnu.org>
8899 * files.el (kill-buffer-ask): New function.
8900 (kill-some-buffers): Use it.
8901 (kill-matching-buffers): New user command.
8903 2007-06-01 David Kastrup <dak@gnu.org>
8905 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8906 Change default to `top'.
8908 2007-05-31 Richard Stallman <rms@gnu.org>
8910 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8912 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8914 * textmodes/css-mode.el: New file.
8916 2007-05-30 Michael Olson <mwolson@gnu.org>
8918 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8919 died and we are trying to send a signal to it. The program using
8920 tq.el should periodically check to see whether the process has
8921 died and react appropriately -- this is not the responsibility of
8922 tq.el, and is consistent with the rest of the tq.el source code.
8924 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8926 * textmodes/table.el (table--point-entered-cell-function)
8927 (table--point-left-cell-function):
8928 Bind `inhibit-point-motion-hooks' to t.
8930 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8932 * emacs-lisp/rx.el (rx): Doc fix.
8934 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8936 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8938 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8940 Sync with Tramp 2.0.56.
8945 * net/tramp-util.el:
8947 Don't load cl.el, because that pollutes the namespace. Replace cl
8948 macros by their implementations where necessary. Requested by
8949 Richard Stallman <rms@gnu.org>.
8951 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8953 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8954 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8955 (tramp-file-name-p, tramp-file-name-multi-method)
8956 (tramp-file-name-method, tramp-file-name-user)
8957 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8958 replacing defstruct `tramp-file-name'.
8959 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8960 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8961 Apply `vector' instead of `make-tramp-file-name'.
8962 (tramp-handle-make-auto-save-file-name):
8963 Apply `tramp-temporary-file-directory' for compatibility reasons.
8964 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8966 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8969 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8971 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8973 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8975 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8976 as the end of the ChangeLog paragraph when it ends without a line
8979 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8981 * net/webjump.el (webjump-sample-sites):
8982 Add simple Wikipedia query.
8984 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8986 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8989 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8990 (copyright-update-year): Use it.
8992 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8994 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8995 Add indentation and debugging info. Fix up comment convention.
8997 * cus-dep.el (custom-make-dependencies): Simplify.
8999 * composite.el (compose-region, decompose-region):
9000 Use inhibit-read-only and restore-buffer-modified-p.
9002 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
9003 (xterm-mouse-event): Use it.
9005 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
9007 * bs.el (bs-cycle-previous): Don't modify the cycle list until
9008 `switch-to-buffer' has returned succesfully.
9009 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
9010 window is dedicated (it could iconify the frame).
9012 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
9014 * vc-hooks.el (vc-find-root): Fix file attribute test.
9016 2007-05-24 Richard Stallman <rms@gnu.org>
9018 * textmodes/flyspell.el (flyspell-correct-word-before-point):
9019 Don't let opoint be nil.
9020 (flyspell-emacs-popup): Explicit error if no dialogs.
9022 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
9024 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
9025 (image-next-line, image-previous-line, image-scroll-up)
9026 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
9028 (image-mode-map): Remap motion commands.
9029 (image-mode-text-map): New keymap for viewing images as text.
9030 (image-mode): Use image-mode-map.
9031 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
9033 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9035 * textmodes/fill.el (canonically-space-region): Make the second arg
9036 a marker if it's not already the case.
9038 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9040 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
9041 (tar-get-descriptor): Handle type 55, an extended pax header.
9043 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9045 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
9046 to confuse outline-minor-mode.
9048 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9050 * tar-mode.el (tar-file-name-handler): New function.
9051 (tar-extract): Bind file-name-handler-alist to it to force
9052 find-buffer-file-type-coding-system behave as if the file being
9053 extracted existed. Use last-coding-system-used to force
9054 buffer-file-coding-system to what decode-coding-region actually
9055 used to decode the file.
9057 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9059 * progmodes/compile.el (compilation-handle-exit):
9060 `compilation-finish-function' may change the current buffer.
9062 2007-05-22 Richard Stallman <rms@gnu.org>
9064 * files.el (set-auto-mode): Doc fix.
9066 2007-05-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9068 * help-fns.el (find-source-lisp-file): New function.
9069 (describe-function-1): Use find-source-lisp-file to find source
9070 file in compile tree.
9072 2007-05-22 Eli Zaretskii <eliz@gnu.org>
9074 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9076 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
9078 * emacs-lisp/easy-mmode.el (define-minor-mode)
9079 (easy-mmode-define-navigation): Fix typos in docstrings.
9081 2007-05-22 Glenn Morris <rgm@gnu.org>
9083 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
9085 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
9087 * mail/mail-extr.el (mail-extract-address-components):
9088 Recognize non-ASCII characters except for NBSP as words.
9090 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
9092 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
9093 (rcirc-print): Handle `window-width'.
9094 (rcirc-buffer-maximum-lines): Doc fix.
9096 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
9098 * image-mode.el (image-toggle-display): Don't clear image cache.
9099 Only use filename in image spec if the file is readable.
9102 * image.el (image-type-from-file-name, image-type): Simplify.
9103 (image-type-auto-detected-p): Don't scan auto-mode-alist.
9105 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
9106 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
9108 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9110 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
9113 * term/linux.el (terminal-init-linux): Don't signal an error
9114 if gpm isn't running.
9116 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9118 * t-mouse.el: Reduce to a minor-mode macro call.
9119 (t-mouse-mode): Remove the lighter.
9121 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
9123 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
9125 * files.el (auto-mode-alist): Change the regexp so that
9126 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
9128 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
9130 * Version 22.1 released.
9132 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
9134 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
9137 2007-05-19 Kevin Ryde <user42@zip.com.au>
9139 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
9141 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
9143 * textmodes/sgml-mode.el: Revert last change.
9145 2007-05-18 Richard Stallman <rms@gnu.org>
9147 * simple.el (push-mark): Doc fix.
9149 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
9151 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
9153 (tpu-original-global-map): Variable deleted.
9154 (tpu-control-keys-map): New keymap variable.
9155 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
9156 setting keymapping directly.
9157 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
9159 (tpu-edt-on): Activate the tpu-global-map.
9160 (tpu-edt-off): Deactivate the tpu-global-map.
9162 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
9164 * textmodes/ispell.el (ispell-get-word): Return markers
9165 for start and end positions.
9166 (ispell-word): Assume END is a marker.
9168 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9170 * printing.el: Group together all XEmacs/Emacs definitions.
9171 (pr-version): New version 6.9.
9172 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
9173 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
9174 (pr-menu-bind): Fix code.
9175 (pr-e-frame-char-height, pr-e-frame-char-width)
9176 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
9177 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
9178 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
9179 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
9180 (pr-x-event-y-pixel): Aliases eliminated.
9181 (pr-xemacs-global-menubar): Macro moved.
9182 (current-menubar, current-mouse-event, zmacs-region-stays)
9183 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
9184 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
9186 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
9187 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
9188 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
9189 (pr-menu-set-utility-title, pr-even-or-odd-pages)
9190 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
9191 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
9194 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
9196 * textmodes/sgml-mode.el (sgml-tag):
9197 Fix bug: Call sgml-transformation-function.
9199 2007-05-17 Martin Rudalics <rudalics@gmx.at>
9201 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
9202 modified flag of buffer. Use `inhibit-modification-hooks'.
9204 2007-05-16 Richard Stallman <rms@gnu.org>
9206 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
9208 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9210 * files.el (magic-mode-alist, magic-fallback-mode-alist):
9211 Move the *ml, Postscript, and XmCD entries to the fallback part.
9213 * files.el (magic-fallback-mode-alist):
9214 Rename from file-start-mode-alist.
9216 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9218 * progmodes/compile.el (compilation-handle-exit): Quote first
9219 argument of `run-hook-with-args'.
9221 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
9223 * buff-menu.el (Buffer-menu-sort-column):
9224 * dabbrev.el (dabbrev-upcase-means-case-search):
9225 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9226 * info.el (Info-current-subfile):
9227 * ls-lisp.el (ls-lisp-verbosity):
9228 * msb.el (msb-menu-cond):
9229 * pcvs.el (cvs-dired-use-hook):
9230 * simple.el (set-mark-command-repeat-pop):
9231 * time.el (display-time-24hr-format, display-time-mail-file):
9234 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
9235 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
9237 * view.el (view-inhibit-help-message): Fix typo in docstring.
9238 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
9240 2007-05-16 Martin Rudalics <rudalics@gmx.at>
9242 * textmodes/ispell.el (ispell-start-process): Defend against bad
9245 2007-05-14 Eli Zaretskii <eliz@gnu.org>
9247 * mail/rmail.el (rmail-convert-to-babyl-format): Check
9248 content-transfer-encoding _last_, because it's its position that
9249 we need as value of base64-header-field-end.
9251 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
9253 * files.el (mode-require-final-newline, require-final-newline)
9254 (enable-local-variables, enable-local-eval): Doc fixes.
9256 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9258 * ps-print.el: Use default color when foreground or background color
9259 are unspecified. Reported by Leo <sdl.web@gmail.com>.
9260 (ps-print-version): New version 6.7.4.
9261 (ps-rgb-color): New argument. Use default color when color is
9263 (ps-begin-job): Fix code.
9265 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
9267 * longlines.el (longlines-mode): Make longlines-auto-wrap
9268 buffer-local. Add hooks unconditionally.
9269 (longlines-auto-wrap): Toggle wrapping.
9270 (longlines-after-change-function)
9271 (longlines-post-command-function): Check longlines-auto-wrap.
9273 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
9275 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
9276 (xterm-mouse-translate): Use it.
9278 2007-05-10 Richard Stallman <rms@gnu.org>
9280 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
9281 (iso-cvt-write-only): Likewise.
9283 * emacs-lisp/easy-mmode.el (define-minor-mode):
9284 Fix generated doc string.
9286 * startup.el (fancy-splash-text): Add URL of guided tour.
9287 Adjust horizontal and vertical whitespace.
9289 * progmodes/compile.el (compilation-handle-exit):
9290 Use run-hook-with-args to run compilation-finish-functions.
9292 * files.el (file-start-mode-alist): New variable.
9293 (magic-mode-regexp-match-limit): Doc fix.
9294 (set-auto-mode): Handle file-start-mode-alist.
9295 A little cleanup of structure.
9297 * dabbrev.el (dabbrev-eliminate-newlines):
9298 Renamed from dabbrev--eliminate-newlines. All uses changed.
9300 2007-05-10 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
9302 * man.el (Man-next-section): Don't consider the last line of the page
9303 as being part of any section.
9305 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9307 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
9308 can take any number of values.
9310 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9312 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
9313 to the list of citation commands.
9315 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9317 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
9319 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
9321 * progmodes/python.el (python-font-lock-keywords)
9322 (python-open-block-statement-p, python-mode): Add support for the new
9325 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9327 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
9328 the exact opposite of diff-goto-source.
9330 * emacs-lisp/advice.el (ad-special-forms): Remove.
9331 (ad-special-form-p): Use subr-arity.
9333 * newcomment.el (comment-search-forward): Make sure we search forward.
9334 (comment-enter-backward): Try and distinguish the non-matching case at
9335 EOB from the non-matching case with a missing comment-end-skip for
9336 a 2-char comment ender.
9337 (comment-choose-indent): New function extracted from comment-indent.
9338 Improve the alignment algorithm.
9339 (comment-indent): Use it.
9341 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
9342 XML style Processing Instructions.
9343 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
9344 (sgml-calculate-indent): Handle `pi' context.
9346 * vc.el: Ensure that update-changelog issues an error when used with
9347 a backend that does not implement it.
9348 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
9349 Remove `backend' argument. Use expand-file-name.
9350 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
9352 * progmodes/python.el (python-end-of-block): Revert last change.
9353 (python-end-of-statement): Make sure we move *forward*.
9355 2007-05-08 Richard Stallman <rms@gnu.org>
9357 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9358 Don't include non-self-insert commands in the exception for `-'.
9360 2007-05-08 David Reitter <david.reitter@gmail.com>
9362 * progmodes/python.el (python-guess-indent): Check non-nullness
9363 before comparing indent against the 2..8 interval.
9365 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9367 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
9370 2007-05-06 Richard Stallman <rms@gnu.org>
9372 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
9374 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9376 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
9377 rather than storing their value in the revert-buffer function.
9379 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
9381 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
9382 when disabling t-mouse-mode.
9384 2007-05-01 Davis Herring <herring@lanl.gov>
9386 * calendar/timeclock.el: Update version number.
9387 (timeclock-modeline-display): Mention timeclock-use-display-time
9388 in explanatory message.
9389 (timeclock-in): Fix non-interactive workday specifications.
9390 (timeclock-log): Don't kill the log buffer if it already existed.
9391 Suppress warnings when finding the log. Don't check for a nil
9392 project twice. Run hooks after killing the buffer (if applicable).
9393 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
9394 was geometric). All uses changed.
9395 (timeclock-generate-report): Support prefix argument.
9397 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
9399 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
9402 2007-05-01 Romain Francoise <romain@orebokech.com>
9404 * dired-x.el: Revert 2007-04-06 change.
9406 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
9408 * find-dired.el (find-dired-filter): Propertize all text down to eob.
9410 2007-04-29 Richard Stallman <rms@gnu.org>
9412 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
9414 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9416 * progmodes/cc-mode.el (c-before-change): Use point-min rather
9419 2007-04-28 Richard Stallman <rms@gnu.org>
9421 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
9423 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
9425 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
9426 don't put stop on toolbar.
9428 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9430 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
9432 2007-04-28 Eli Zaretskii <eliz@gnu.org>
9434 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
9435 instead of $(lisp)/mh-e.
9437 2007-04-28 Glenn Morris <rgm@gnu.org>
9439 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9440 (image-dired-cmd-create-temp-image-options): Replace option
9441 +profile "*" with -strip.
9443 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
9445 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9446 Use window-start and window-end.
9448 2007-04-27 Andreas Schwab <schwab@suse.de>
9450 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9452 2007-04-27 Eli Zaretskii <eliz@gnu.org>
9454 * textmodes/fill.el (fill-paragraph): Doc fix.
9456 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
9458 * locate.el (locate-in-alternate-database): Doc fix.
9460 2007-04-26 Glenn Morris <rgm@gnu.org>
9462 * button.el (button): Use underline if supported, else fall back
9465 * version.el (emacs-version): Increase to 22.1.50.
9467 2007-04-25 Richard Stallman <rms@gnu.org>
9469 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9471 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
9473 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
9474 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
9476 (idlwave-current-routine): Don't push mark.
9478 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
9480 * image-dired.el (image-dired-display-image): Derive image-type from
9481 filename rather than assuming jpeg, in case no resizing was needed.
9483 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9485 * custom.el (defface): Doc fix.
9487 See ChangeLog.12 for earlier changes.
9490 ;; coding: iso-2022-7bit
9491 ;; add-log-time-zone-rule: t
9494 Copyright (C) 2007 Free Software Foundation, Inc.
9496 This file is part of GNU Emacs.
9498 GNU Emacs is free software; you can redistribute it and/or modify
9499 it under the terms of the GNU General Public License as published by
9500 the Free Software Foundation; either version 3, or (at your option)
9503 GNU Emacs is distributed in the hope that it will be useful,
9504 but WITHOUT ANY WARRANTY; without even the implied warranty of
9505 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9506 GNU General Public License for more details.
9508 You should have received a copy of the GNU General Public License
9509 along with GNU Emacs; see the file COPYING. If not, write to the
9510 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
9511 Boston, MA 02110-1301, USA.
9513 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af