(vc-arch-revision-completion-table): Make it work when the
[emacs.git] / lisp / ChangeLog
blobb05862f05dcb87be03d8c976c3b8d4fb7bbf5400
1 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc-arch.el (vc-arch-revision-completion-table): Make it work when the
4         arg is a list of files.
6 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
9         Also `revision-completion-table' now takes a list of files.
10         (vc-deduce-fileset): Remove unused var `regexp'.
11         Only obey allow-directory-wildcard in dired buffers.
12         (vc-default-diff-tree): Remove.
13         (vc-diff-added-files): New var.
14         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
15         (vc-version-diff): Revert from `vc-history-diff' to the original name.
16         Remove the `backend' arg.
17         (vc-contains-version-controlled-file): Remove.
18         (vc-diff): Bring it closer to the version in Emacs-22.
19         (vc-revert): Fix typo in let-binding.
20         (vc-default-unregister): Remove.
21         (vc-dired-buffers-for-dir): Remove N^2 behavior.
23 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
25         * textmodes/two-column.el (2C-split, 2C-merge):
26         * textmodes/bib-mode.el (bib-find-key, mark-bib):
27         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
28         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
29         * progmodes/ada-xref.el (ada-get-all-references):
30         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
31         * emulation/vi.el (vi-previous-line-first-nonwhite)
32         (vi-effective-range, vi-put-before):
33         * emulation/edt.el (edt-next-line, edt-previous-line)
34         (edt-paragraph-forward): Use forward-line.
36         * progmodes/etags.el (tags-apropos): Require apropos at compile
37         time too.
39         * progmodes/prolog.el: Require comint when compiling.
40         (inferior-prolog-flavor): Move defvar before use.
42 2007-10-19  Richard Stallman  <rms@gnu.org>
44         * font-core.el (turn-on-font-lock-if-desired):
45         Rename from `turn-on-font-lock-if-enabled'.
46         Fully obey `font-lock-global-modes'.
48 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
51         which will not affect the behavior of things like forward-word.
52         (diff-fine-highlight): Preserve point.
54         * doc-view.el (doc-view-mode-map): Use remapping.
55         Don't rebind C-v, M-v to their default value.
56         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
58         * smerge-mode.el: Add word-granularity refinement.
59         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
60         (smerge-refine-weight-hack): New vars.
61         (smerge-refine-forward): New fun.
62         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
63         (smerge-refine-subst): Use them as well.  Preserve point.
65 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
67         * follow.el (follow-unload-function): New function.
69         * loadhist.el (unload-function-features-list):
70         Rename from `unload-hook-features-list'.
71         (unload-hook-features-list): Add as obsolete alias.
72         (unload-feature): Use `unload-function-features-list'
73         and new FEATURE-unload-function.
75 2007-10-19  Glenn Morris  <rgm@gnu.org>
77         * bindings.el (mouse-minor-mode-menu)
78         (minor-mode-menu-from-indicator): Move to mouse.el.
79         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
80         Move here from bindings.el.
82 2007-10-19  Richard Stallman  <rms@gnu.org>
84         * help-fns.el (describe-function-1): Don't use the advice origname
85         if it has no function definition.
87 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
89         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
90         Use `save-restriction' rather than `widen'.
92 2007-10-18  Richard Stallman  <rms@gnu.org>
94         * time.el (display-time-world-time-format): Display day # not month #.
96 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
98         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
100         * doc-view.el: Remove version keyword.
101         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
102         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
103         (doc-view-ghostscript-options): Improve custom type.
104         (doc-view-cache-directory, doc-view-conversion-buffer)
105         (doc-view-conversion-refresh-interval): Simplify custom type.
107 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
109         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
110         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
111         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
112         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
113         Remove superfluous messages.
114         (doc-view-mode-map): Use the image-mode scrolling commands.
115         Don't rebind C-x k.
117 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
119         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
120         Add comment about "-dSAFER".
122 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * term/xterm.el: Don't require xt-mouse.
125         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
126         calling turn-on-xterm-mouse-tracking-on-terminal directly.
128         * xt-mouse.el: Don't change the global function-key-map anny more.
129         (xterm-mouse-mode): Use terminal-init-xterm-hook.
130         Don't use after-make-frame-functions now that term/xterm.el calls
131         us directly.
132         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
133         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
134         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
135         Setup input-decode-map and remember that xterm-mouse-mode was
136         enabled in this terminal.
137         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
138         terminals where it has been enabled.
140         * faces.el (tty-create-frame-with-faces): Make sure not only
141         tty-run-terminal-initialization but also set-locale-environment
142         are run only once per terminal.
143         (tty-run-terminal-initialization): Don't check if the terminal was
144         already initted.
146         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
147         not to remove keymaps that just happen to inherit from one of ours.
148         When setting up our keymap, make sure it won't be accidentally
149         modified by someone else.
151 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
153         * textmodes/artist.el (artist-previous-line, artist-next-line):
154         * dired.el (dired-next-line, dired-previous-line):
155         * progmodes/delphi.el (delphi-newline):
156         * textmodes/org.el (org-columns-eval):
157         Use forward-line.
159         * emerge.el (emerge-setup): Use insert-buffer-substring.
160         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
162 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
164         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
165         (adaptive-fill-function): Doc fix.  Remove * from docstring.
167 2007-10-18  Tom Horsley  <tom.horsley@att.net>
169         * simple.el (interprogram-paste-function): Doc fix.
170         (current-kill): Accept list of strings as well
171         as single string from `interprogram-paste-function'.
173 2007-10-18  Glenn Morris  <rgm@gnu.org>
175         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
177 2007-10-18  Drew Adams  <drew.adams@oracle.com>
179         * bindings.el (mode-line-minor-mode-keymap):
180         Add mouse-minor-mode-menu on mouse-1.
181         (mode-line-modes): Add mouse-1 to help-echo text.
182         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
183         New functions.
184         (mode-line-minor-mode-help): Doc fix.
186 2007-10-17  Juri Linkov  <juri@jurta.org>
188         * textmodes/fill.el (fill-paragraph-or-region): Remove function
189         at the request of RMS.
190         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
191         arg `region'.  Fix docstring.  At the first `or' branch add call to
192         `fill-region' if it the region is active in transient-mark-mode.
194         * bindings.el (esc-map): Bind M-q to fill-paragraph
195         instead of fill-paragraph-or-region.
197         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
198         with fill-paragraph.
200         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
201         Fix docstring.
203         * indent.el (indent-for-tab-command): Change interactive spec from
204         "P" to "p".  Add check for interactive arg before indenting the
205         active region.
207         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
208         Regroup.
210 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
212         * emacs-lisp/find-func.el: Don't require loadhist.
214         * loadhist.el (feature-symbols, file-provides, file-requires)
215         (file-set-intersect, file-dependents): Simplify.
216         (unload-feature-special-hooks): Update list of special hooks.
218 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
220         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
221         extensions since they can be viewed with doc-view.
223         * files.el (auto-mode-alist): Make doc-view-mode the default mode
224         for pdf, ps and dvi files.
226         * doc-view.el: Make doc-view-mode the standard mode for viewing
227         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
228         text and image display.  Add binding C-c C-e to switch to an
229         editing mode.
230         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
231         avoid security problems when rendering files from untrusted sources.
233 2007-10-17  Aaron Hawley  <aaronh@garden.org>
235         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
236         position is not saved.
238 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
240         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
241         (doc-view-ghostscript-options): Fix typo in doc string.
243 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
246         handling, so compilation-fake-loc works again.
248         * server.el (server-select-display): Nop if we do not support m-f-o-d.
249         (server-process-filter): Revert last change.
251         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
252         behavior unrelated to filesets.
254 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
256         * longlines.el (longlines-wrap-follows-window-size): Integer value
257         specifies wrapping margin.
258         (longlines-mode, longlines-window-change-function):
259         Set window-specific wrapping margin based on the above.
261 2007-10-17  John Wiegley  <johnw@newartisans.com>
263         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
265 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
267         * server.el (server-process-filter): Only set display if X11 is
268         supported.
270 2007-10-17  Glenn Morris  <rgm@gnu.org>
272         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
273         Tweak regexp to avoid stack overflow.
275 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
277         * simple.el (reindent-then-newline-and-indent): Don't assume that
278         indent-according-to-mode preserves point.
280 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
282         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
283         (bs--nth-wrapper): Simplify.
284         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
285         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
286         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
287         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
288         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
289         (bs-configurations, bs-default-configuration)
290         (bs-alternative-configuration, bs-cycle-configuration-name)
291         (bs-string-show-always, bs-string-show-never, bs-string-current)
292         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
293         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
294         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
295         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
296         (bs--window-config-coming-from): Revert 2006-11-09 change.
297         (bs--restore-window-config): Keep the selected frame.
298         (bs--track-window-changes, bs--remove-hooks): New functions.
299         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
300         (bs--create-header): Remove.
301         (bs--create-header-line): New function, based on `bs--create-header'.
302         (bs--show-header): Use `bs--create-header-line'.
303         (bs--show-with-configuration): Revert 2006-11-09 change.
304         Don't reuse window unless it is visible on the selected frame.
305         Restore window configuration (possibly in a different frame)
306         before creating any window.
308 2007-10-16  Glenn Morris  <rgm@gnu.org>
310         * simple.el (blink-matching-open): Don't report false errors with
311         the `$' syntax class.
313 2007-10-16  Richard Stallman  <rms@gnu.org>
315         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
316         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
317         (ad-is-advised, ad-get-advice-info-field)
318         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
320 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * vc-hooks.el (vc-workfile-version): Compatibility alias.
323         (vc-default-working-revision): Compatibility for backends.
325 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
327         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
328         (filesets-ormap, filesets-sort-case-sensitive-flag)
329         (filesets-remake-shortcut, filesets-ingroup-collect-files):
330         Fix typos in docstrings.
331         (filesets-conditional-sort, filesets-find-or-display-file)
332         (filesets-data-get-name, filesets-data-get-data)
333         (filesets-data-set, filesets-cmd-query-replace-getargs)
334         (filesets-ingroup-collect): Doc fixes.
336 2007-10-15  Sam Steingold  <sds@gnu.org>
338         * mail/sendmail.el (sendmail-error-reporting-interactive)
339         (sendmail-error-reporting-non-interactive): New variables for
340         sendmail error reporting options to simplify support for imperfect
341         sendmail emulators.
342         (sendmail-send-it): Use them instead of list literals.
344 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
346         * help-fns.el: Revert previous change; it creates a
347         dependency loop between advice.el and help-fns.el.
349 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
351         * help-fns.el: Require advice when compiling.
353 2007-10-14  Drew Adams  <drew.adams@oracle.com>
355         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
356         (ring-insert+extend, ring-remove+insert+extend, ring-member)
357         (ring-next, ring-previous): New functions.
359 2007-10-14  Richard Stallman  <rms@gnu.org>
361         * emacs-lisp/advice.el (documentation): Advice deleted.
362         Doc for advised functions is now handled at C level.
363         This is now handled at C level.
364         (ad-stop-advice, ad-start-advice): Don't enable or disable
365         advice for `documentation'.
366         (ad-advised-definition-docstring-regexp): Var deleted.
367         (ad-make-advised-definition-docstring): Store orig name
368         as text property of string.
369         (ad-advised-definition-p): Check for text property of docstring.
371         * help-fns.el (describe-function-1): Find source of advised functions.
373 2007-10-14  Juri Linkov  <juri@jurta.org>
375         * faces.el (describe-face): Allow handling a string as the face name.
377         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
378         active region in transient-mark-mode.
379         (ispell-region): Change messages displayed at the start and end of
380         the spell-checking to be the same.
382         * startup.el (fancy-startup-tail): Say exactly what does the button
383         dismiss ("Dismiss this startup screen").  Use text "Never show
384         it again" for the checkbox after this button.
385         (fancy-startup-screen, fancy-about-screen): Put point before the
386         first link, so the user can quickly select links with the keyboard.
387         (normal-mouse-startup-screen): Add more useful text describing how
388         to follow a link.
390 2007-10-14  Glenn Morris  <rgm@gnu.org>
392         * progmodes/etags.el (select-tags-table): Disable undo in the
393         `*Tags Table List*' buffer.
395 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
397         * dired.el (dired-warn-writable): New face.
398         (dired-warn-writable-face): New variable.
399         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
400         of dired-warning-face, for group- and world-writable files.
402 2007-10-13  Richard Stallman  <rms@gnu.org>
404         * files.el (directory-abbrev-alist): Doc fix.
406 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
408         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
410 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
412         * frame.el (set-frame-configuration): Assign name parameter only
413         if it has been set explicitly before.
415 2007-10-11  Tom Tromey  <tromey@redhat.com>
417         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
418         frame is visible.
420 2007-10-10  Richard Stallman  <rms@gnu.org>
422         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
423         in *Backtrace*.
425         * faces.el (face-font-selection-order): Doc fix.
427         * loadhist.el (unload-feature): Doc fix.
429 2007-10-13  Glenn Morris  <rgm@gnu.org>
431         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
432         (octave-re-search-forward-kw, octave-re-search-backward-kw):
433         Add doc string, and an explicit COUNT argument.
434         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
435         `inc' to search functions.
437         * faces.el (face-spec-set): When FRAME is nil, set the default for
438         new frames (restores pre-2007-09-17 behavior).  Doc fix.
440 2007-10-13  John W. Eaton  <jwe@octave.org>
442         * progmodes/octave-mod.el (octave-looking-at-kw)
443         (octave-re-search-forward-kw, octave-re-search-backward-kw):
444         New functions.
445         (octave-in-defun-p, calculate-octave-indent)
446         (octave-blink-matching-block-open, octave-beginning-of-defun)
447         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
448         to search for regexps that contain case-sensitive keywords.
449         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
450         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
452 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
454         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
455         Do not use a single clause cond.
457         * cus-start.el (all): Use test that does not match the X11 version
458         for mac.
460 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
462         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
463         BROWSE buffer.
465 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
467         * cus-start.el (all): Undo previous change.
469 2007-10-13  Glenn Morris  <rgm@gnu.org>
471         * woman.el (woman0-rename): Fix paren typo.
473         * mail/feedmail.el (feedmail-run-the-queue)
474         (feedmail-look-at-queue-directory):
475         * mail/reporter.el (reporter-dump-state):
476         * net/eudc-hotlist.el (eudc-edit-hotlist):
477         * net/eudc.el (eudc-display-records)
478         (eudc-filter-duplicate-attributes)
479         (eudc-distribute-field-on-records, eudc-query-form)
480         (eudc-process-form):
481         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
482         (eudc-bbdb-query-internal):
483         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
484         * net/socks.el (socks-build-auth-list):
485         * progmodes/cc-cmds.el (top level):
486         * progmodes/cc-styles.el (c-make-styles-buffer-local)
487         (c-set-style):
488         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
489         (cperl-write-tags, cperl-tags-treeify):
490         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
491         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
492         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
493         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
494         (idlwave-toolbar-remove-everywhere):
495         * progmodes/idlwave.el (idlwave-indent-line)
496         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
497         (idlwave-write-paths, idlwave-all-method-classes)
498         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
499         (idlwave-fix-keywords, idlwave-display-calling-sequence)
500         (idlwave-complete-in-buffer):
501         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
502         (org-fast-tag-selection):
503         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
504         than mapcar.
506 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
508         * diff-mode.el (diff-fine-change): Add :group.
510 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
512         * cus-start.el (all): Use the same test as the 22.2 branch.
514 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * diff-mode.el (diff-current-defun): Force recomputation of
517         change-log-default-name.
519 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
521         * startup.el (fancy-startup-screen): Remove an unnecessary newline
522         and some leftover logic regarding dedicated frames.  If showing
523         concise startup screen, fit window to buffer.
524         (command-line-1): If we will be using the splash screen, use
525         find-file instead of find-file-other-window to find additional files.
526         Comment out unused code for coping with the old sit-for behavior.
528 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
531         `meta' modifier consistently, rather than using sometimes meta
532         sometimes alt.
534 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
536         * window.el (handle-select-window): Revert part of 2007-10-08
537         change setting the input focus.
539 2007-10-12  Glenn Morris  <rgm@gnu.org>
541         * startup.el (command-line): Do not read abbrev file in batch mode.
543         * emacs-lisp/byte-opt.el (top level):
544         * mail/rmail.el (rmail-list-to-menu):
545         * obsolete/hilit19.el (hilit-mode):
546         * progmodes/cc-mode.el (c-postprocess-file-styles)
547         (c-submit-bug-report):
548         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
549         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
550         (reftex-access-parse-file):
551         * textmodes/reftex-cite.el (reftex-do-citation)
552         (reftex-insert-bib-matches):
553         * textmodes/reftex-ref.el (reftex-offer-label-menu):
554         * textmodes/reftex-sel.el (reftex-select-unmark):
555         * textmodes/reftex-toc.el (reftex-toc-do-promote):
556         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
558         * cus-edit.el (custom-variable-menu, custom-face-menu)
559         (custom-group-menu): Check init-file-user rather than
560         user-init-file, in case cus-edit is loaded by site-run-file.
562 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
564         * vc.el (vc-deduce-fileset): Delete unused code.
565         (vc-next-action): Fix typos.
567 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
569         * bs.el (bs--mark-unmark): New function.
570         (bs-mark-current, bs-unmark-current): Use it.
572 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
574         * vc.el (vc-diff):
575         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
576         emporarily disable the check for his edge case of
577         vc-diff (stopping it from grinding when callerd from $HOME), as
578         it's calling some brittle code in vc-hooks.el.
579         (with-vc-properties): Fix evaluation time of a macro argument.
580         * ediff-vers.el (ediff-vc-internal):
581         * vc-hooks.el:
582         * loaddefs.el: Follow up on VC terminology change.
584 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
586         * follow.el (follow-stop-intercept-process-output):
587         Use `follow-call-process-filter' rather than `process-filter'.
588         Simplify.
590 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
592         * vc.el: Address an edge case in vc-diff pointed out by
593         Juanma Barranquero.  This is an experimental fix and may change.
595         * vc-hooks.el (vc-registered): Robustify this function a bit
596         against filenames with no directory component.
598 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * international/characters.el: Undo unwanted and unexplained change.
602 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
604         * ps-print.el: Fix the usage of :foreground and :background face
605         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
606         (ps-print-version): New version 6.7.6.
607         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
608         Fix code.
609         (ps-face-foreground-color-p, ps-face-background-color-p)
610         (ps-face-color-p): New inline funs.
612 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
614         * org.el (org-additional-option-like-keywords): New constant.
615         (org-complete): Use `org-additional-option-like-keywords'.
616         (org-parse-local-options): New function.
618 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
620         * org.el (org-in-clocktable-p): New function.
621         (org-clock-report): Only update the table at point, or insert a
622         new one.
623         (org-clock-goto): New function.
624         (org-open-file): Use `start-process-shell-command' instead of
625         `shell-command' with an ampersand.
626         (org-deadline, org-schedule): New argument REMOVE to remove the
627         date from the entry.
628         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
629         argument to `org-schedule' and `org-deadline'.
630         (org-trim): Use the correct expressions for beginning and end of
631         the string.
632         (org-get-cleaned-entry): Trim the string before returning it.
633         (org-clock-find-position): New function.
634         (org-clock-into-drawer): New option.
635         (org-agenda-tags-column): Rename from
636         `org-agenda-align-tags-to-column'.
637         (org-agenda-align-tags): Allow negative values for
638         `org-agenda-tags-column'.
639         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
640         (org-agenda-to-appt): New optional argument FILTER.
641         (org-completion-fallback-command): New variable.
642         (org-complete): Use `org-completion-fallback-command'.
643         (org-find-base-buffer-visiting): Catch the case that there is no
644         buffer visiting the file.
645         (org-property-or-variable-value): New function.
646         (org-todo): Use `org-property-or-variable-value'
647         (org-agenda-compact-blocks): New option.
648         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
649         (org-agenda-schedule, org-agenda-deadline):
650         Call `org-agenda-show-new-time'.
651         (org-agenda-show-new-time): New argument PREFIX.
652         (org-colgroup-info-to-vline-list): Fix but that cause a
653         shift in the vertical lines.
654         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
655         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
656         (org-indent-item): No arg in call to `org-fix-bullet-type'.
657         (org-fix-bullet-type): Remove argument.
658         (org-read-date): Check for am/pm twice, to catch the end time.
659         (org-goto-map): Use `suppress-keymap'.
660         (org-remember-apply-template): Respect the dynamically scoped
661         selection character.
663         * org.texi (Appointment reminders): New section.
665 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
667         * org-export-latex.el (org-export-latex-protect-string):
668         Renaming of `org-latex-protect'.
669         (org-export-latex-emphasis-alist): By default, don't protect
670         any emphasis formatter from further conversion.
671         (org-export-latex-tables): Honor column grouping for tables.
672         (org-export-latex-title-command): New option.
673         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
674         export backslash character.
676 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * frame.el (frame-inherited-parameters): Remove unused `environment'
679         parameter, and let server.el add `client' when needed.
681         * server.el (server-create-tty-frame)
682         (server-create-window-system-frame): Set frame-inherited-parameters.
684         * frame.el (frame-inherited-parameters): New var.
685         (make-frame): Use it.
687         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
689         * env.el (let-environment): Remove.  Unused.
690         (read-envvar-name): Simplify.
691         (setenv): Remove unused arg `frame'.
693         * help-fns.el (describe-variable): Add missing "  " for multiline
694         obsolescence info and missing EOL after global value.
696 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
698         * add-log.el:
699         * ediff-vers.el:
700         * log-view.el:
701         * pcvs.el:
702         * vc-arch.el:
703         * vc-bzr.el:
704         * vc-cvs.el:
705         * vc.el:
706         * vc-git.el:
707         * vc-hg.el:
708         * vc-hooks.el:
709         * vc-mcvs.el:
710         * vc-mtn.el:
711         * vc-rcs.el:
712         * vc-sccs.el:
713         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
714         {find,init,next,previous,annotate-*,log}-version ->
715         {find,init,next,previous,annotate-*,log}-revision,
716         annotate-focus-version -> annotate-working-revision, The term
717         'focus' is gone.  The term 'revision' is now used consistently
718         everywhere that reference to a revision ID is intended, replacing
719         older use of 'version'.
721 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
723         * follow.el: Change all instances of "Follow Mode" to "Follow
724         mode" in docstrings and messages.
725         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
727 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
729         * vc.el (vc-next-action): Rewrite completely; this principal
730         entry point now operates on a current fileset selected either
731         explicitly via VC-Dired or implicitly by visiting a file buffer,
732         rather than always operating on the file of the current buffer as
733         in older versions.  Rewrite the rest of the mode to match.
734         (with-vc-properties): Rewrite to operate on a file list.
735         (with-vc-file): vc-checkin takes a file list argument now.
736         (vc-post-command-functions): This hook now receives a file list.
737         (vc-do-command): Take a either a file or a file list as argument.
738         (vc-deduce-fileset): New function for deducing a file list to
739         operate on.
740         (vc-next-action-on-file, vc-next-action-dired): Remove.
741         Merge into vc-next-action.
742         (vc-register): Adapt to the fact that vc-start-entry now takes a
743         file list.
744         (vc-register-with): New function.
745         (vc-start-entry): Take a file list argument rather than a
746         file argument.
747         (vc-checkout): Cope with vc-start-entry taking a file list.
748         (vc-steal-lock): Cope with with-vc-properties taking a
749         file list.
750         (vc-checkin): Take a file list argument rather than a file argument.
751         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
752         (vc-diff-internal): Rewrite for filesets.
753         (vc-diff-sentinel): New function, tests whether changes were
754         written into a diff buffer.
755         (vc-diff): Rewrite for filesets.
756         (vc-version-diff): Rewrite for filesets.
757         (vc-print-log): Take a fileset argument.
758         (vc-revert): Revert the entire selected fileset, not just the
759         current buffer.
760         (vc-rollback): Roll back the entire selected fileset, if
761         possible.  No longer accepts a prefix argument.
762         (vc-update): Merge new changes for the entire selected
763         fileset, not just the current buffer.
764         (vc-revert-file): Cope with with-vc-properties taking a file list.
765         (vc-default-dired-state-info): Add + status suffix if the file is
766         modified.
767         (vc-annotate-warp-version): Use the new diff machinery.
768         (vc-log-edit): Take a file list argument rather than a file argument.
770 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
772         Sync with Tramp 2.1.11.
774         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
775         Pacify byte compiler.
777         * net/trampver.el: Update release number.
779 2007-10-09  Richard Stallman  <rms@gnu.org>
781         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
783 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
785         * follow.el: Require easymenu.
786         (follow-mode-hook, follow-mode): Doc fixes.
787         (follow-mode-off-hook): Mark as obsolete.
789 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
791         * window.el (mouse-autoselect-window-cancel): Don't cancel for
792         select-window or select-frame events.
793         (handle-select-window): When autoselecting window set input
794         focus.  Restructure.
796         * frame.el (focus-follows-mouse): Move to frame.c.
797         * cus-start.el (all): Add focus-follows-mouse.
799 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
801         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
802         activate font-locking in the *buffer-selection* buffer.
803         (bs-show-sorted): Doc fix.
805         * bs.el (bs--get-marked-string, bs--get-modified-string)
806         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
807         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
808         (bs--format-aux): Doc fix.
810 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
812         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
814 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
816         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
817         (gud-gdb): New function for old M-x gdb (text command mode).
818         (gud-gdb-command-name, gdb): Move to...
820         * progmodes/gdb-ui.el: ...here and adapt doc string.
821         (gud-gdba-command-name, gdba): Delete.
823 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
825         * bs.el: Don't defvar `font-lock-verbose'.
826         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
827         (bs--get-file-name): Fix typos in docstrings.
828         (bs--show-header): Use `dolist' instead of `mapcar'.
829         (bs-mode): Set `show-trailing-whitespace' to nil.
830         (bs-buffer-sort-function, bs-mouse-select-other-frame)
831         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
832         Doc fixes.
834 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
836         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
838 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
840         * progmodes/gud.el (gdb): Make graphical mode the default and
841         switch to text command mode if appropriate, i.e., reverse previous
842         arrangement.
843         (gud-gdb-marker-filter): Adapt for above change.
845         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
846         gud-minor-mode and gud-marker-filter.
847         (gdb-fullname-regexp): New variable.
848         (gud-gdba-marker-filter): Use it to switch to text command
849         mode if appropriate.
851 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
853         * progmodes/gud.el (gud-display-line): Find source buffer even when
854         GUD buffer has its own frame.
856 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
858         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
860 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
862         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
864 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
866         * allout.el (allout-before-change-handler): Replace got-char by
867         goto-char.
869 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
871         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
872         Used to try and automatically enabled smerge-mode in the presence of
873         conflicts and to call `svn resolved' when the conflicts are gone.
874         (vc-svn-parse-status): Remember the svn-specific status.
876 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
878         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
879         menu-bar-apropos-menu.  All users changed.
880         (menu-bar-help-menu): Change menu symbols to better match the text
881         displayed by the menu.
883 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
885         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
886         #, @, : and ^.
888 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
890         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
892         * log-view.el (log-view-mode-map): Likewise.
894         * diff-mode.el (diff-mode-shared-map): Likewise.
896 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
898         * files.el (file-name-sans-versions): Also allow `A-Z'.
900         * vc.el: Mention all supported VC backends.
902 2007-10-08  Richard Stallman  <rms@gnu.org>
904         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
905         neighbouring buttons.
907 2007-10-08  Andreas Schwab  <schwab@suse.de>
909         * files.el (file-name-sans-versions): Also allow `_'.
911 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
913         * files.el (file-name-sans-versions): Allow - and a-z in version names.
915         * log-view.el (log-view-mode-map, log-view-mode-menu):
916         Bind log-view-annotate-version.
917         (log-view-beginning-of-defun, log-view-end-of-defun)
918         (log-view-annotate-version): New functions.
919         (log-view-mode): Use log-view-beginning-of-defun and
920         log-view-end-of-defun.
922 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
926 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
928         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
929         neighbouring buttons.
931         * progmodes/compile.el (compilation-error-regexp-alist-alist):
932         Recognize gcc's use of "note" for informational messages.
934 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
936         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
937         (css-mode): Update correspondingly.
939 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
941         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
942         Signed-off-by, Acked-by and Merge.
944 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
946         * ediff-init.el (ediff-verbose-p): This var is not a constant.
948 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * vc-mtn.el: New file.
952         * vc-hooks.el (vc-handled-backends): Add Mtn.
954 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
956         * files.el (find-file, find-file-other-window)
957         (find-file-other-frame, find-file-existing, find-file-read-only)
958         (find-file-read-only-other-window)
959         (find-file-read-only-other-frame)
960         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
962 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
964         * progmodes/gud.el (gdb-ready): New variable.
965         (gdb): Set it to nil.  Set gud-running to nil here...
966         (gud-common-init): ...instead of here.
968         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
969         Use gdb-ready.  Discard input until GDB is ready to accept it.
971 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
973         * dired.el (dired-warning): Inherit from font-lock-warning-face to
974         make it show up with eight colors.
976 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
978         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
979         diffs are concatenated with no intervening line.
981 2007-10-08  Dave Love  <fx@gnu.org>
983         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
984         (python-font-lock-keywords): Update to the 2.5 version of the language.
985         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
986         (python-backspace): Only behave funny in code.
987         (python-compilation-regexp-alist): Add PDB stack trace regexp.
988         (inferior-python-mode): Add PDB prompt regexp.
989         (python-fill-paragraph): Refine the fenced-string regexp.
990         (python-find-imports): Handle imports spanning several lines.
991         (python-mode): Add `class' to hideshow support.
993 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
995         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
996         Use add-log-buffer-file-name-function rather than binding
997         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
998         when `fi' is the ChangeLog file itself.
1000         * outline.el (outline-flag-region): Use front-advance.
1002 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
1004         * progmodes/cperl-mode.el: Merge upstream 5.23.
1005         (cperl-where-am-i): Remove function.
1006         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1007         (cperl-sniff-for-indent): De-invert [string] and [comment].
1008         When looking for label, skip s:m:y:tr.
1009         (cperl-indent-line): Likewise.
1010         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1011         (cperl-windowed-init): Wrong `ps-print' handling.
1012         Both thanks to Chong Yidong.
1013         (cperl-look-at-leading-count): Could fail with unfinished RExen.
1014         (cperl-find-pods-heres): If the second part of s()[] is missing,
1015         don't try to highlight delimiters...
1017 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * progmodes/compile.el (compilation-get-file-structure): Complete last
1020         change by also using spec-directory in the puthash.
1022 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
1024         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1025         (vc-bzr-status): Fix shadowing of variable 'status'.
1026         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1027         Use `expand-file-name' instead of `concat'.
1028         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1029         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
1031 2007-10-08  Jason Rumney  <jasonr@gnu.org>
1033         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1035 2007-10-08  Richard Stallman  <rms@gnu.org>
1037         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1038         Add `safe-local-variable' property.
1039         (lisp-body-indent): Likewise.
1041 2007-10-08  Richard Stallman  <rms@gnu.org>
1043         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1044         Add doc string.
1046 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1048         * files.el (backup-buffer-copy): Try to overwrite old backup first.
1050 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1052         * repeat.el (repeat): Use last-repeatable-command instead of
1053         real-last-command.  Run pre- and post-command hooks for
1054         self-insertion.  Update doc-string.
1056 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
1058         * vc-git.el (vc-git-state): Call git-add --refresh to update the
1059         state of the file.
1060         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1061         (vc-git-create-repo): Fix invalid command.
1063 2007-10-08  Richard Stallman  <rms@gnu.org>
1065         * textmodes/flyspell.el (flyspell-mode):
1066         Catch errors in flyspell-mode-on.
1068 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
1070         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1072 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1074         * international/encoded-kb.el (encoded-kbd-setup-display):
1075         Use input-decode-map rather than local-key-translation-map.
1077         * term/rxvt.el (rxvt-alternatives-map): New map.
1078         (terminal-init-rxvt): Use it.
1079         Bind rxvt-function-map in input-decode-map.
1081         * term/xterm.el (xterm-alternatives-map): New map.
1082         (terminal-init-xterm): Use it.
1083         Bind xterm-function-map in input-decode-map.
1085         * term/x-win.el (x-alternatives-map): New var.
1086         (x-setup-function-keys): Use it.
1088         * help-fns.el (describe-variable): Slightly change the layout of
1089         meta-info to separate it better from the docstring.
1090         Standardize insertion of extra empty lines in various circumstances.
1092         * diff-mode.el (diff-hunk-style): New fun.
1093         (diff-end-of-hunk): Use it.
1094         (diff-context->unified): Use the new `apply' undo element,
1095         if applicable, so as to save undo-log space.
1096         (diff-fine-change): New face.
1097         (diff-fine-highlight-preproc): New function.
1098         (diff-fine-highlight): New command.
1099         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1101         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1102         (smerge-refine-highlight-change): Add `props' argument.
1103         (smerge-refine-subst): New function holding most of smerge-refine.
1104         (smerge-refine): Use it.
1106 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
1108         * vc.el (vc-default-wash-log): Remove unused code, the
1109         log washers all live in the backends now.
1110         (vc-default-comment-history): Correct for the fact
1111         that wash-log is argumentless in the new API.
1113 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
1115         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1116         (tramp-maybe-send-script): Apply `member' but `memq'.
1117         (tramp-advice-file-expand-wildcards): Simplify implementation.
1119 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
1121         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
1123         * mb-depth.el (minibuf-depth-indicator-function): New variable.
1124         (minibuf-depth-setup-minibuffer): Use it.
1126 2007-10-07  Glenn Morris  <rgm@gnu.org>
1128         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1129         version numbers.
1131 2007-10-06  Juri Linkov  <juri@jurta.org>
1133         * textmodes/fill.el (fill-paragraph-or-region): New function.
1135         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1136         instead of fill-paragraph.
1138         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1139         with fill-paragraph-or-region.  Suspend command is now the same
1140         `suspend-frame' on window systems and on tty.
1142         * image.el (image-type): Check if image-types is bound to not fail
1143         on tty.
1145         * delsel.el (delete-selection-pre-hook):
1146         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1147         is fbound to not fail on mouseless tty.
1149 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
1151         * net/tramp.el (top): Move loading of tramp-util.el and
1152         tramp-vc.el to tramp-compat.el.
1153         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
1154         temporary file if possible, in order to avoid a security hole.
1155         (tramp-do-copy-or-rename-file-out-of-band)
1156         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1157         with DONT-CREATE, because the connection is not setup yet.
1158         (tramp-handle-process-file): Rewrite temporary file handling.
1159         (tramp-completion-mode): New defvar.
1160         (tramp-completion-mode-p): Use it.
1162         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1164         * net/tramp-fish.el (tramp-fish-handle-process-file):
1165         Rewrite temporary file handling.
1167 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
1169         * vc.el: Workfile version -> focus version change.  Port various
1170         comments from new VC to reduce the noise in the diff.
1171         Patch in the new vc-create-repo function to go with the
1172         header comment about it already present.
1173         There are no changes to existing logic in this patch.
1174         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1176 2007-10-06  Aaron Hawley  <aaronh@garden.org>
1178         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1180 2007-10-05  Chris Moore  <dooglus@gmail.com>
1182         * server.el (server-kill-new-buffers): Doc fix.
1184 2007-10-05  John W. Eaton  <jwe@octave.org>
1186         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1187         (octave-begin-keywords): Add "do".
1188         (octave-end-keywords): Remove "end".
1189         (octave-reserved-words): Add "end".  Remove "all_va_args",
1190         "gplot", and 'gsplot".
1191         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1192         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1193         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1194         "default_return_value", "define_all_return_values",
1195         "do_fortran_indexing", "empty_list_elements_ok",
1196         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1197         "ok_to_lose_imaginary_part", "prefer_column_vectors",
1198         "prefer_zero_one_indexing", "propagate_empty_matrices",
1199         "resize_on_range_error", "treat_neg_dim_as_zero",
1200         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1201         "warn_divide_by_zero", "warn_function_name_clash",
1202         "warn_missing_semicolon", "whitespace_in_literal_matrix".
1203         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1204         "crash_dumps_octave_core", "sighup_dumps_octave_core",
1205         "sigterm_dumps_octave_core".
1206         (octave-block-match-alist): Remove "end" from block-end keywords.
1207         (octave-mode): Update ftp site address.
1209 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1211         * vc.el: Reorder functions, no code changes.
1213 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
1215         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1216         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1217         the cond clauses where needed.
1218         (tramp-handle-write-region): Rearrange code for proper handling of
1219         tmpfile.
1221         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1223         * net/tramp.el:
1224         * net/tramp-fish.el:
1225         * net/tramp-ftp.el:
1226         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1227         `tramp-compat-make-temp-file'.
1229 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1231         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1233 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
1236         already uses a more recent copyright version than the "current" one.
1238 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1240         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
1241         (doc-view-insert-image): Minor aesthetical docstring changes.
1243 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
1245         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
1246         completing filename.
1247         (doc-view-search-internal): Docstring change.
1249 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
1251         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
1252         (tramp-file-name-handler-alist):
1253         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
1254         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
1255         used before, creates the file already, which is not desired.
1256         (tramp-do-copy-or-rename-file-directly): Simplify handling of
1257         temporary file.
1258         (tramp-handle-insert-file-contents): Assign the result in the
1259         short track case.
1260         (tramp-handle-insert-file-contents-literally): New defun.
1261         (tramp-completion-mode-p): Revert change from 2007-09-24.
1262         Checking for `return' etc as last character is not sufficient, for
1263         example in dired-mode when entering <g> (revert-buffer) or
1264         <s> (dired-sort).
1266         * net/tramp-compat.el (top): Add also compatibility code for loading
1267         appropriate timer package.
1268         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
1269         order to avoid autoloading problems.
1271         * net/tramp-fish.el:
1272         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
1274         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
1275         where the second parameter of `copy-file' or `rename-file' is a
1276         remote file but not via ftp.
1278 2007-10-02  Richard Stallman  <rms@gnu.org>
1280         * frame.el (cursor-in-non-selected-windows): Doc fix.
1282 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1284         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
1285         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
1287 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
1289         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
1290         when `expt' doesn't give range errors.
1292 2007-10-01  Markus Triska  <markus.triska@gmx.at>
1294         * calc/calc-math.el (math-smallest-emacs-expt):
1295         Make the computation more robust.
1297 2007-09-30  David Kastrup  <dak@gnu.org>
1299         * startup.el (argv): Alias for `command-line-args-left' to use as
1300         `(pop argv)' inside of --eval command sequences.  Allows for
1301         passing shell commands into Emacs verbatim without need for Lisp
1302         quoting.
1304         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
1305         check only for changed size.
1306         (auto-revert-tail-handler): Get size from caller.  If the file has
1307         shrunk, tail the whole file again (the file presumably has been
1308         rewritten).
1310         * woman.el (woman-topic-all-completions, woman-mini-help):
1311         Fix fallout from 2007-09-07 introduction of `dolist' when the list
1312         actually was being manipulated in the loop.
1313         (woman-Cyg-to-Win, woman-pre-process-region)
1314         (woman-horizontal-escapes, woman-if-body, woman-unescape)
1315         (woman-strings, woman-special-characters, woman1-hc)
1316         (woman-change-fonts, woman-find-next-control-line):
1317         Use `match-beginning' rather than `match-string' when the result is
1318         just used as a flag.
1320 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
1322         * net/tramp-compat.el: New file.
1324         * net/tramp.el:
1325         * net/tramp-fish.el:
1326         * net/tramp-smb.el:
1327         * net/tramp-uu.el:
1328         * net/trampver.el: Move compatibility code to tramp-compat.el.
1329         Apply `mapc' instead of `mapcar' when the code needs side effects
1330         only.  Move utf-8 coding cookie to the second line.
1332 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1334         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
1335         Improve custom type.
1336         (icon-map-list): Make it customizable.  Document how to disable
1337         stock icons.
1339 2007-09-30  Richard Stallman  <rms@gnu.org>
1341         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
1343 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1345         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1347 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1349         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
1350         (t-mouse-mode): New compatibility alias.
1352 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
1354         * server.el (server-delete-client): Only delete the terminal if it
1355         is non-nil.
1357 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
1359         * net/tramp.el (with-file-property, with-connection-property):
1360         Highlight as keyword.
1361         (tramp-rfn-eshadow-setup-minibuffer)
1362         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1363         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
1364         (tramp-do-copy-or-rename-file-directly)
1365         (tramp-do-copy-or-rename-file-out-of-band)
1366         (tramp-handle-shell-command, tramp-get-debug-buffer)
1367         (tramp-send-command-and-read, tramp-equal-remote)
1368         (tramp-get-local-gid): Pacify byte-compiler.
1369         (tramp-handle-file-name-directory): Result shall not be expanded.
1370         (tramp-find-foreign-file-name-handler): Rewrite.
1371         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
1373         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
1375         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1376         Apply `tramp-completion-mode-p'.
1377         (tramp-fish-handle-set-file-times)
1378         (tramp-fish-handle-executable-find)
1379         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
1380         (tramp-fish-retrieve-data): Pacify byte-compiler.
1382         * net/tramp-gw.el (tramp-gw-basic-authentication):
1383         Call `tramp-read-passwd' with first parameter `nil'.
1385 2007-09-28  Glenn Morris  <rgm@gnu.org>
1387         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
1388         than mapcar.
1390         * textmodes/tex-mode.el (tex-suscript-height-ratio)
1391         (tex-suscript-height-minimum): New customizable variables.
1392         (tex-suscript-height): New function.
1393         (superscript, subscript): Set height using tex-suscript-height
1394         rather than fixing at 0.8.
1395         (tex-fontify-script, tex-font-script-display): Add :version tag.
1397 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
1399         * progmodes/python.el (python-eldoc-function): Doc fix.
1401 2007-09-27  Glenn Morris  <rgm@gnu.org>
1403         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
1404         image if it is not in image-type-auto-detectable, or is there with
1405         a nil value.
1407 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
1409         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
1410         connection more robust.
1412 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1414         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1415         Deal with the case that special &keywords are at the beginning or
1416         end of the argument list.  Also add some (incomplete) support for
1417         non-standard arglists.
1419 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1421         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1422         (eldoc-message-commands, eldoc-current-idle-delay)
1423         (eldoc-function-argstring-format): Fix typos in docstrings.
1425 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
1427         * calc/calc-units.el (calc-convert-units)
1428         (calc-convert-temperature): Remove unnecessary colons.
1430 2007-09-26  Bastien Guerry  <bzg@altern.org>
1432         * org-export-latex.el (org-export-latex-tables-verbatim): New function.
1433         (org-export-latex-remove-from-headlines): Name changed because of typo.
1434         (org-export-latex-quotation-marks-convention): Option removed.
1435         (org-export-latex-make-preamble): Handle the DATE option.
1436         (org-export-latex-cleaned-string): Now the only cleaning function,
1437         synched up with org.el.
1438         (org-export-latex-lists, org-export-latex-parse-list)
1439         (org-export-list-to-latex): New functions.
1441 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
1443         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
1444         (org-outline-regexp): New constant.
1445         (org-remember-handler): Throw error when the target file is not in
1446         org-mode.
1447         (org-cleaned-string-for-export): No longer call
1448         `org-export-latex-cleaned-string' with an argument.
1449         (org-get-tags): Returns now a list, not a string.
1450         (org-get-tags-string): New function.
1451         (org-archive-subtree): No need to split return of `org-get-tags'.
1452         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
1453         instead of `org-get-tags'.
1454         (org-agenda-format-date): Rename from `org-agenda-date-format'.
1455         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
1456         (org-compatible-face): New argument INHERITS.  Inherit from this
1457         face if possible.
1458         (org-level-1, org-level-2, org-level-3, org-level-4)
1459         (org-level-5, org-level-6, org-level-7, org-level-8)
1460         (org-special-keyword, org-drawer, org-column, org-warning)
1461         (org-archived, org-todo, org-done, org-headline-done, org-table)
1462         (org-formula, org-code, org-agenda-structure)
1463         (org-scheduled-today, org-scheduled-previously)
1464         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
1465         in the new way.
1466         (org-get-heading): New argument NO-TAGS.
1467         (org-fast-tag-selection-include-todo): Made defvar instead of
1468         defcustom, feature is not deprecated.
1469         (org-remember-store-without-prompt): New default value t.
1470         (org-todo-log-states): New variable.
1471         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
1472         Compute the log states.
1473         (org-goto-map): More commands copied from global map.  Also bind
1474         `org-occur'.
1475         (org-goto): Made into a general lookup command.
1476         (org-get-location): Complete rewrite.
1477         (org-goto-exit-command): New variable.
1478         (org-goto-selected-point): New variable.
1479         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
1480         Set the new variables.
1481         (org-paste-subtree): Whitespace insertion strategy revised.
1482         (org-remember-apply-template): Protect v-A from the possibility
1483         that v-a might be nil.
1484         (org-remember-handler): Insertion rules revised.
1485         (org-todo): Respect org-todo-log-states.
1486         (org-up-heading-safe): New function.
1487         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
1489 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1491         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
1492         region if in transient-mark-mode.
1494 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1496         * calc/calc-ext.el (calc-init-extensions, calc-reset):
1497         * calc/calc-help.el (calc-full-help):
1498         * calc/calc-misc.el (another-calc):
1499         * calc/calc-store.el (calc-var-name-map):
1500         * calc/calc-stuff.el (calc-flush-caches):
1501         * calc/calc-units.el (math-build-units-table):
1502         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
1503         (calc-quit):
1504         * calendar/icalendar.el (icalendar--format-ical-event)
1505         (icalendar--convert-ical-to-diary):
1506         * emacs-lisp/authors.el (authors):
1507         * emacs-lisp/cust-print.el (custom-print-install)
1508         (custom-print-uninstall):
1509         * emacs-lisp/disass.el (disassemble-1):
1510         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1511         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
1512         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
1513         (elint-check-let-form, elint-check-condition-case-form)
1514         (elint-initialize):
1515         * emacs-lisp/elp.el (elp-results):
1516         * emacs-lisp/generic.el (generic-mode-internal):
1517         * emacs-lisp/re-builder.el (reb-delete-overlays):
1518         * emacs-lisp/regi.el (regi-interpret):
1519         * emacs-lisp/sregex.el (sregex--char-aux):
1520         * emulation/cua-rect.el (cua--deactivate-rectangle)
1521         (cua--highlight-rectangle, cua--rectangle-post-command):
1522         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
1523         * emulation/viper-macs.el (viper-describe-kbd-macros)
1524         (viper-describe-one-macro):
1525         * emulation/viper-util.el (viper-setup-master-buffer):
1526         * emulation/viper.el (set-viper-state-in-major-mode):
1527         * international/mule-diag.el (describe-current-coding-system):
1528         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
1529         * mail/emacsbug.el (report-emacs-bug):
1530         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
1531         * obsolete/hilit19.el (hilit-unhighlight-region)
1532         (hilit-set-mode-patterns):
1533         * play/solitaire.el (solitaire-check, solitaire-solve):
1534         * play/zone.el (zone-pgm-rotate):
1535         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
1536         * progmodes/ada-prj.el (ada-prj-display-page):
1537         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
1538         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
1539         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
1540         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
1541         * progmodes/sh-script.el (sh-make-vars-local)
1542         (sh-reset-indent-vars-to-global-values):
1543         * progmodes/sql.el (top):
1544         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
1545         * progmodes/xscheme.el (top):
1546         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
1547         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
1548         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
1549         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
1550         (artist-submit-bug-report):
1551         * textmodes/flyspell.el (flyspell-delay-commands)
1552         (flyspell-deplacement-commands):
1553         * textmodes/table.el (table--generate-source-epilogue, table-insert)
1554         (table--generate-source-cells-in-a-row, table--make-cell-map)
1555         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
1557 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
1559         * allout.el (produce-allout-mode-map, allout-process-exposed):
1560         * ansi-color.el (ansi-color-make-color-map):
1561         * autoinsert.el (auto-insert):
1562         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
1563         * dired-aux.el (dired-create-files):
1564         * dired.el (dired-restore-desktop-buffer):
1565         * ediff-diff.el (ediff-setup-fine-diff-regions):
1566         * ediff-mult.el (ediff-intersect-directories)
1567         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
1568         (ediff-redraw-registry-buffer):
1569         * ediff-ptch.el (ediff-fixup-patch-map):
1570         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
1571         (ediff-really-quit, ediff-clear-diff-vector):
1572         * emerge.el (emerge-really-quit):
1573         * ffap.el (ffap-replace-file-component):
1574         * filecache.el (file-cache-add-directory)
1575         (file-cache-add-directory-recursively)
1576         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
1577         (file-cache-delete-directory, file-cache-files-matching-internal)
1578         (file-cache-display):
1579         * files.el (cd):
1580         * find-lisp.el (find-lisp-insert-directory):
1581         * finder.el (finder-compile-keywords):
1582         * help.el (view-emacs-news):
1583         * hi-lock.el (hi-lock-write-interactive-patterns):
1584         * ido.el (ido-to-end, ido-set-matches-1):
1585         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
1586         (image-dired-mark-tagged-files):
1587         * jka-cmpr-hook.el (jka-compr-get-compression-info):
1588         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
1589         * ps-print.el (ps-background, ps-begin-file)
1590         (ps-build-reference-face-lists):
1591         * simple.el (clone-buffer):
1592         * startup.el (command-line):
1593         * tempo.el (tempo-insert-template, tempo-is-user-element)
1594         (tempo-forward-mark, tempo-backward-mark):
1595         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
1597 2007-09-25  Glenn Morris  <rgm@gnu.org>
1599         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
1601         * view.el (view-search-no-match-lines): Add a doc string.
1602         Rewrite to simplify and work better.
1604 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * progmodes/cc-mode.el (c-mode-base-map):
1607         Use c-indent-line-or-region instead of c-indent-line.
1609         * indent.el (indent-for-tab-command): First check if the region is
1610         active.
1612 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1614         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
1615         whitespace-rescan-timer-time is 0.
1617 2007-09-24  Karl Berry  <karl@gnu.org>
1619         * international/mule.el (coding-system-base): Fix doc string grammar.
1621 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
1623         * net/tramp.el (tramp-completion-mode-p): Rename from
1624         `tramp-completion-mode'.  Revert logic, check `return', `newline'
1625         and such alike.  Packages like Icicles tend to use other completion
1626         characters but `tab' and `space' only.
1628 2007-09-24  Adam Hupp  <adam@hupp.org>
1630         * progmodes/python.el (run-python): Import emacs module without
1631         waiting; prevents lockup on error.
1633 2007-09-23  Richard Stallman  <rms@gnu.org>
1635         * mail/sendmail.el (mail-bury): Delete the frame
1636         if this frame looks like it was made for this message.
1638         * completion.el (completion-separator-self-insert-command)
1639         (completion-separator-self-insert-autofilling):
1640         If `self-insert-command' has been remapped, use the substitute.
1642         * simple.el (copy-region-as-kill): Doc fix.
1644         * textmodes/org.el (org-confirm-shell-link-function)
1645         (org-confirm-elisp-link-function): Doc fixes.
1647 2007-09-23  Glenn Morris  <rgm@gnu.org>
1649         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1651 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
1653         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
1655         * term/tvi970.el (terminal-init-tvi970): Likewise.
1657         * term/sun-mouse.el (print-mouse-format): Likewise.
1659         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
1660         Use forward-line instead of previous-line and next-line.
1662 2007-09-22  Juri Linkov  <juri@jurta.org>
1664         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
1666         * tutorial.el (tutorial--default-keys): Update standard bindings:
1667         rename `iconify-or-deiconify-frame' to `suspend-frame',
1668         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
1670 2007-09-22  Juri Linkov  <juri@jurta.org>
1672         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
1673         Add help-echo to external links and to links without description.
1674         (fancy-splash-insert): Use help-echo from the 3rd element of the
1675         link specification list, or "Follow this link" if it's nil.  Doc fix.
1677 2007-09-22  Juri Linkov  <juri@jurta.org>
1679         * startup.el (command-line): Rename `inhibit-startup-message' to
1680         `inhibit-startup-screen'.
1681         (fancy-about-text): Use shorter label for "Ordering Manuals".
1682         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
1683         is nil, display a line with "To start..." and 3 links to useful
1684         tasks.  Display the "Dismiss" button and "Don't show this message
1685         again" only when concise is non-nil.
1686         (fancy-startup-screen): Call `fancy-startup-tail' with optional
1687         arg `concise'.  If CONCISE is non-nil, display a concise version
1688         of the splash screen in another window.  Otherwise, switch to the
1689         startup buffer in the same window.
1690         (startup-echo-area-message): Change displayed binding from
1691         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
1692         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
1693         the GNU system".
1694         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
1695         to "*GNU Emacs*".
1696         (display-about-screen): Don't check the existence of the buffer
1697         "*About GNU Emacs*".
1698         (display-splash-screen): Make alias to `display-startup-screen'.
1699         (command-line-1): Rename `inhibit-startup-message' to
1700         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
1701         started with command line options "-f", "-funcall", "-e", "-eval",
1702         "-execute", "-insert", "-find-file", "-file", "-visit".
1703         Inhibit startup screen when Emacs is started with a file name only
1704         on tty (i.e. don't inhibit it when started with a file name like
1705         "emacs FILE..." on a window system).
1706         (command-line-1): Simplify logic of displaying the startup screen:
1707         if file-count > 0, then display the concise version in another
1708         window, otherwise display full version in the same window.
1710         * help.el (help-map): Bind C-h C-a to about-emacs.
1711         (help-for-help-internal): Add C-a description to C-h help text.
1713 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1715         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
1716         (checkdoc-permit-comma-termination-flag): Autoload the
1717         safe-local-variable setting.
1719         * bookmark.el (bookmark-xemacsp): Remove.
1720         (bookmark-make): Don't use bookmark-xemacsp,
1721         use (featurep 'xemacs) instead.
1723         * speedbar.el (speedbar-frame-mode)
1724         (speedbar-frame-reposition-smartly)
1725         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1726         (speedbar-check-vc): Remove use of non-existent variable
1727         dframe-xemacsp, use (featurep 'xemacs) instead.
1729         * indent.el (indent-for-tab-command): Indent the region if
1730         transient-mark-mode and the region is active.
1732 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1734         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1735         add inferior-octave-directory-tracker to the buffer-local value
1736         of comint-input-filter-functions.
1738 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1740         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
1742 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
1744         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
1745         on w32 frames.
1747 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1749         * startup.el (normal-top-level): Remove DISPLAY from
1750         process-environment to let it be computed dynamically in callproc.c.
1752         * frame.el (frame-initialize, make-frame):
1753         * faces.el (tty-set-up-initial-frame-faces):
1754         * env.el (setenv): Don't set display-environment-variable.
1756         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
1757         (server-create-tty-frame): Don't set unused `tty' property.
1758         Set `display' instead of display-environment-variable.
1759         (server-create-window-system-frame): No display-environment-variable.
1761 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
1763         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
1764         (rfn-eshadow-update-overlay-hook): New defvars.
1765         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
1766         Run the hooks.
1768         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
1769         (tramp-rfn-eshadow-setup-minibuffer)
1770         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
1771         rfn-eshadow.el.
1773         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
1774         timeout.
1776 2007-09-21  Glenn Morris  <rgm@gnu.org>
1778         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
1779         * term/sun-mouse.el (suspend-emacstool): Remove.
1780         * term/sun.el: Remove emacstool-related code.
1782         * emacs-lisp/bytecomp.el (byte-compile-warnings)
1783         (byte-compile-warnings-safe-p): Add `mapcar'.
1784         (byte-compile-warning-types): Add mapcar and make-local.
1785         (byte-compile-normal-call): Add option to suppress mapcar warning.
1786         (top-level): Use mapc rather than mapcar in eval-when-compile.
1788         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
1789         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
1790         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
1791         Handle escaped parens.
1792         (latex-forward-sexp): Doc fix.
1794         * eshell/esh-mode.el (eshell-output-filter-functions): Add
1795         eshell-postoutput-scroll-to-bottom.
1797         * loadup.el: Remove termdev.
1799         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
1800         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
1802 2007-09-21  Markus Triska  <markus.triska@gmx.at>
1804         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
1805         `mapcar' is called for effect.
1807 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1809         * international/mule.el (sgml-html-meta-auto-coding-function):
1810         Bind `case-fold-search' to t.
1812 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * termdev.el: Remove.
1816         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
1817         (frames-on-display-list): Use it.
1819         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
1821         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
1823 2007-09-20  Richard Stallman  <rms@gnu.org>
1825         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
1827 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1829         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
1831 2007-09-20  Glenn Morris  <rgm@gnu.org>
1833         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1834         motion functions, rather than hard-coding "\n\n".
1835         (tex-validate-region): Check for eobp, to speed up.
1836         (tex-next-unmatched-end): Doc fix.
1838 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1840         * files.el (auto-mode-alist): Use archive-mode for .rar files.
1842         * international/mule.el (auto-coding-alist): Rar archives are binary.
1844         * arc-mode.el: Add basic support for Rar.
1845         (archive-find-type): Recognize Rar's signature.
1846         (archive-desummarize): New fun.
1847         (archive-summarize): Use it to restore the buffer's data in case
1848         someone wants to switch to some other major mode.
1849         (archive-resummarize): Use it as well.
1850         (archive-rar-summarize, archive-rar-extract): New functions.
1852         * filesets.el: Remove spurious * in docstrings.
1853         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
1854         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
1855         (filesets-ingroup-collect): Remove unused arg `depth'.
1856         (filesets-update): Remove unused arg `version'.
1858         * finder.el (finder-compile-keywords): Fix up comment style.
1859         (finder-mouse-face-on-line): previous-line -> forward-line.
1861         * recentf.el: Remove spurious * in docstrings.
1862         (recentf-save-list): Fix up comment style.
1864         * progmodes/octave-mod.el: Remove spurious * in docstrings.
1865         (octave-mode-map): Move init into declaration and remove \t binding.
1866         (octave-mode-startup-message): Remove unused var.
1867         (octave-scan-blocks): Remove unused arg `from'.
1868         (octave-forward-block, octave-down-block, octave-up-block):
1869         Update callers.
1871         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
1872         (meta-mode-map): Likewise and remove \t binding.
1874         * net/snmp-mode.el: Remove spurious * in docstrings.
1875         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
1876         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
1877         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
1878         that completion accepts lists of strings.
1879         (snmp-mode-syntax-table): Move initialization into declaration.
1880         (snmp-mode-map): Likewise and remove \t binding.
1881         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
1882         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
1883         (snmp-indent-command): Remove.
1885         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
1886         binding, so tab-always-indent works right.
1888 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
1890         * net/browse-url.el (browse-url-elinks-new-window): New function.
1891         (browse-url-elinks): Use browse-url-elinks-new-window.
1892         Accept optional second argument `new-window'.  Fix typo in doc-string.
1893         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
1894         Improve error message.
1896 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1898         * net/browse-url.el (browse-url-url-encode-chars): Use the right
1899         parameter name in the function body.
1900         Reported by Johannes Weiner.
1902 2007-09-19  Glenn Morris  <rgm@gnu.org>
1904         * net/socks.el (socks-open-network-stream): Signal an explicit
1905         error if the port associated with a service string can't be found.
1907         * textmodes/tex-mode.el (tex-terminate-paragraph):
1908         Use backward-paragraph.
1910 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * server.el (server-running-p): New function.
1914 2007-09-18  Jason Rumney  <jasonr@gnu.org>
1916         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
1917         x-focus-frame.
1919         * frame.el (select-frame-set-input-focus, select-frame-by-name):
1920         Use x-focus-frame for w32.
1922 2007-09-17  David Kastrup  <dak@gnu.org>
1924         * textmodes/tex-mode.el (tex-verbatim-environments):
1925         Eliminate CL dependency.
1927 2007-09-17  Richard Stallman  <rms@gnu.org>
1929         * newcomment.el (comment-add): New arg EXTRA.
1930         (comment-region-default): Pass EXTRA if not indenting lines.
1932 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1934         * net/browse-url.el (browse-url-url-encode-chars): New function.
1935         URL-encode some chars in a string.
1936         (browse-url-encode-url): Rewrite using the previous function.
1937         (browse-url-file-url): Use `browse-url-url-encode-chars'.
1938         (browse-url-elinks-sentinel): Fix typo.
1939         (browse-url-new-window-flag): Doc change.
1941 2007-09-17  Glenn Morris  <rgm@gnu.org>
1943         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1944         filename from `--file-line-error', if it is available.
1946 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1948         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1949         TeX `--file-line-error' format.
1951 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1953         * xt-mouse.el: Delete add-hook calls that were moved to
1954         xterm-mouse-mode.
1955         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
1956         does not work.
1958 2007-09-17  Richard Stallman  <rms@gnu.org>
1960         * cus-face.el (custom-theme-set-faces): Undo previous change.
1962         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
1964 2007-09-17  Glenn Morris  <rgm@gnu.org>
1966         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1967         handling the case where the region is not in `tex-main-file'.
1968         (tex-region-1): Delete.
1969         (tex-region-header): New function, doing the header part of the
1970         old tex-region-1.
1972 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1974         * simple.el (newline): Simplify use of prefix-numeric-value.
1975         (line-move-partial): Remove unused var `ppos'.
1976         (line-move-1): Replace 9999 with most-positive-fixnum.
1977         (move-end-of-line): Use more efficient single-property search.
1978         (move-beginning-of-line): Remove unused var `start'.
1979         (blink-matching-open): Restructure in a more functional style.
1981 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1983         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
1985 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1987         * server.el (server-clients): Only keep procs, no properties any more.
1988         (server-client): Remove.
1989         (server-client-get, server-client-set): Remove, replace all callers by
1990         process-get and process-put resp.
1991         (server-clients-with, server-add-client, server-delete-client)
1992         (server-create-tty-frame, server-create-window-system-frame)
1993         (server-process-filter, server-execute, server-visit-files)
1994         (server-buffer-done, server-kill-buffer-query-function)
1995         (server-kill-emacs-query-function, server-switch-buffer)
1996         (server-save-buffers-kill-terminal): Update accordingly.
1998         * server.el (server-with-environment): Simplify.
1999         (server-select-display, server-unselect-display): Re-add functions that
2000         seem to have been lost in the multi-tty merge.
2001         (server-eval-and-print, server-create-tty-frame)
2002         (server-create-window-system-frame, server-goto-toplevel)
2003         (server-execute, server-return-error): New functions extracted from
2004         server-process-filter.
2005         (server-execute-continuation): New functions.
2006         (server-process-filter): Restructure so that all arguments are analysed
2007         first and then acted upon in a subsequent stage.  This way
2008         server-goto-toplevel can be executed later, when we know if
2009         it's necessary.
2010         Remove the "-version" and "-version-good" support.
2012 2007-09-16  Drew Adams  <drew.adams@oracle.com>
2014         * cus-edit (custom-face-edit-activate): Doc fix.
2016 2007-09-16  Glenn Morris  <rgm@gnu.org>
2018         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
2019         Following cal-bahai renaming, update all instances of
2020         list-bahai-diary-entries to diary-bahai-list-entries,
2021         mark-bahai-diary-entries to diary-bahai-mark-entries,
2022         calendar-goto-bahai-date to calendar-bahai-goto-date,
2023         insert-bahai-diary-entry to diary-bahai-insert-entry,
2024         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
2025         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
2026         calendar-print-bahai-date to calendar-bahai-print-date.
2028         * textmodes/tex-mode.el (tex-region): Handle the case where the
2029         region is not in `tex-main-file'.  Move the old code that applies
2030         to both cases...
2031         (tex-region-1): ...to this new function.
2033 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2035         * vc.el (vc-process-sentinel): New function.
2036         (vc-exec-after): Use it instead of using ugly hackish analysis and
2037         construction of Elisp code.
2038         (vc-sentinel-movepoint): New dynamically scoped var.
2039         (vc-print-log, vc-annotate): Set it to move the user's point.
2041         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
2042         inhibit-modification-hooks.
2044         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
2045         (calendar-bahai-print-date, calendar-bahai-goto-date)
2046         (diary-bahai-list-entries, diary-bahai-insert-entry):
2047         New names to clean up the namespace a bit more.
2048         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2050 2007-09-15  Glenn Morris  <rgm@gnu.org>
2052         * calendar/holidays.el (holiday-list): Rename it back to
2053         `list-holidays', but leave `holiday-list' as an alias.
2055         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2056         custom group.
2058         * textmodes/css-mode.el (css): New custom group.
2059         (css-electrick-keys, css-selector, css-property)
2060         (css-indent-offset): Specify custom group.
2062 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2064         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2065         (cvs-execute-single-file): Use process-file.
2066         (cvs-run-process): Use start-file-process.
2068 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
2070         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2071         level.  Remove the hooks when turning off the mode.
2073         * term/xterm.el: Require xt-mouse at compile time.
2074         (terminal-init-xterm): Turn on xterm mouse tracking for this
2075         terminal if xterm-mouse-mode is enabled.
2077 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2079         * term/xterm.el (xterm-function-map): Replace bindings that were
2080         deleted by the merge.
2082 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
2084         * play/bubbles.el (bubbles-version): Bump value to "0.5".
2085         (bubbles-mode-map): Move define-key statements here.
2086         (bubbles-game-theme-menu): Ditto.
2087         (bubbles-graphics-theme-menu): Ditto.
2088         (bubbles-menu): Ditto.
2089         (bubbles-mode): Initialize buffer-undo-list, redisplay.
2090         (bubbles--initialize): Reset buffer-undo-list, redisplay.
2091         (bubbles-plop): Set buffer-undo-list, redisplay.
2092         (bubbles-undo): Reset buffer-undo-list, redisplay.
2093         (bubbles--show-images): Take care of missing text properties.
2095 2007-09-14  Glenn Morris  <rgm@gnu.org>
2097         * startup.el (fancy-startup-text, fancy-about-text): Fix face
2098         quoting.
2100         * calendar/cal-hebrew.el, calendar/cal-menu.el
2101         * calendar/calendar.el, calendar/diary-lib.el
2102         * calendar/holidays.el: Rename all instances of
2103         list-calendar-holidays callers to calendar-list-holidays,
2104         list-holidays to holiday-list, check-calendar-holidays to
2105         calendar-check-holidays, mark-calendar-holidays to
2106         calendar-mark-holidays, and filter-visible-calendar-holidays to
2107         holiday-filter-visible-calendar.
2109 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2111         * term/xterm.el (xterm-function-map): Add C-M- bindings.
2113 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
2115         * play/bubbles.el (bubbles--initialize-images): Fix bug:
2116         Use transparent background for empty cells in graphics mode.
2118 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
2120         * man.el (Man-default-man-entry): At end of line, continue looking
2121         to the next line for possible end of hyphenated command.
2123 2007-09-13  Chris Moore  <dooglus@gmail.com>
2125         * shell.el (shell-resync-dirs): Don't move the cursor relative to
2126         the command being edited.
2128 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
2130         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2132 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
2134         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2135         C-M-S- keys.
2137         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2139 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2141         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2142         New argument `filename-p' to use one set of confusing chars or another.
2143         (browse-url-file-url): Use the argument.
2144         Suggested by Johannes Weiner.
2146 2007-09-12  Romain Francoise  <romain@orebokech.com>
2148         * cus-start.el (all): Revert 2007-09-08 change.
2150 2007-09-12  Aaron Hawley  <aaronh@garden.org>
2152         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
2153         extract .Z files, since it is more common than uncompress.
2155 2007-09-12  Glenn Morris  <rgm@gnu.org>
2157         * textmodes/org-publish.el (org-publish-org-to-html): Remove
2158         duplicate function definition.
2160 2007-09-10  Chris Moore  <dooglus@gmail.com>
2162         * diff-mode.el (diff-sanity-check-hunk):
2163         Also accept single-line hunks.
2165 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
2167         * startup.el (startup-screen-inhibit-startup-screen)
2168         (pure-space-overflow-message): New vars.
2169         (fancy-splash-insert): Allow functions for face and link specs.
2170         (fancy-splash-head): Remove unused arg.  Move splash text...
2171         (fancy-startup-text, fancy-about-text): ...here.
2172         (fancy-startup-tail): Rename from fancy-splash-tail.
2173         (fancy-startup-screen, fancy-about-screen): Split off from
2174         fancy-splash-screens.
2175         (display-startup-screen): New function.
2176         (display-about-screen): Rename from display-splash-screen.
2177         (command-line-1): Use concise startup screen if necessary.
2179 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2181         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2182         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2184 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2187         (python-font-lock-keywords): Update to the 2.5 version of the language.
2188         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2189         (python-backspace): Only behave funny in code.
2190         (python-compilation-regexp-alist): Add PDB stack trace regexp.
2191         (inferior-python-mode): Add PDB prompt regexp.
2192         (python-fill-paragraph): Refine the fenced-string regexp.
2193         (python-find-imports): Handle imports spanning several lines.
2194         (python-mode): Add `class' to hideshow support.
2196 2007-09-10  Dave Love  <fx@gnu.org>
2198         * outline.el (outline-4, outline-5, outline-7):
2199         Move font-lock-builtin-face down from 4 to 7 to better keep the
2200         progression of color brightness, and to better match Org-mode's faces.
2202 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2204         * progmodes/meta-mode.el (meta-font-lock-keywords)
2205         (font-lock-match-meta-declaration-item-and-skip-to-next)
2206         (meta-comment-indent, meta-indent-previous-line)
2207         (meta-indent-unfinished-line, meta-beginning-of-defun)
2208         (meta-end-of-defun, meta-common-initialization): Handle \f.
2209         (meta-indent-unfinished-line): Do not handle a `%' in a string as
2210         a comment-start.
2212         * files.el (file-modes-char-to-who, file-modes-char-to-right)
2213         (file-modes-rights-to-number): Auxiliary functions for symbolic to
2214         numeric notation of file modes.
2215         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
2216         numeric value.
2217         (read-file-modes): New.  Read either an octal value of a file mode or a
2218         symbolic value, and return its numeric value.
2220         * dired-aux.el (dired-do-chmod): Change to use the built-in
2221         `set-file-modes' and the previous symbolic mode parsing functions.
2223 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2225         * textmodes/texinfo.el: Remove spurious * in docstrings.
2226         (texinfo-mode-syntax-table, texinfo-mode-map):
2227         Initialize in the declaration.
2229         * tmm.el: Remove spurious * in docstrings.
2230         (tmm-prompt): Use with-current-buffer.
2232         * vcursor.el: Remove spurious * in docstrings.
2233         (vcursor-map): Initialize in the declaration.
2234         (vcursor-use-vcursor-map): Use define-minor-mode.
2235         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
2237         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
2238         Initialize in the declaration.
2239         (widget-minor-mode): Use define-minor-mode.
2241         * woman.el (woman-mode-map, woman-syntax-table):
2242         Initialize in the declaration.
2244 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
2246         * doc-view.el: New file.
2248 2007-09-09  Juri Linkov  <juri@jurta.org>
2250         * Makefile.in (update-authors): Add etc/ to AUTHORS.
2252         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
2254         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
2255         to "Startup screen".  Fix docstring.
2256         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2257         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2258         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2259         (initial-scratch-message): Fix docstring.
2260         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
2261         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
2262         Add link to "Customize Startup" and set interval between links to
2263         5 spaces.
2264         (fancy-about-text): Add links "Authors" and "Contributing".
2265         (fancy-splash-head): Add text "Welcome to " on the startup screen,
2266         and "This is " on the about screen.  Add link to
2267         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
2268         For the about screen move emacs version to the header from
2269         `fancy-splash-tail' (as it's done already for normal about screen).
2270         (fancy-splash-tail): Insert emacs version only for startup screen.
2271         (normal-splash-screen): Remove duplicate empty lines.
2272         (normal-about-screen): Add links "Authors" and "Contributing".
2274         * menu-bar.el (menu-bar-help-menu):
2275         Move "About Emacs" and "About GNU" to the end of the Help menu.
2276         Move "Emacs Psychotherapist" after "Send Bug Report...".
2277         Move "External Packages" after "Find Emacs Packages".
2279 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
2281         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
2282         they are useless with the byte compiler.
2283         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
2284         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
2285         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
2286         (tramp-file-name-real-host, tramp-file-name-port)
2287         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
2288         defuns.
2290         * net/tramp-cache.el (top): Improve error message when
2291         `tramp-persistency-file-name' is corrupted.
2293 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
2295         * textmodes/org.el (org-re): Also replace the :alpha: class.
2296         (org-todo-tag-alist): Variable removed.
2297         (org-todo-key-alist, org-todo-key-trigger) New variables.
2298         (org-use-fast-todo-selection): New option.
2299         (org-log-done): Docstring fixed.
2300         (org-deadline-warning-days): New default value 14.
2301         (org-edit-timestamp-down-means-later) New option.
2302         (org-tag-alist): Docstring fixed.
2303         (org-fast-tag-selection-include-todo): New option.
2304         (org-export-language-setup): New languages added.
2305         (org-set-regexps-and-options): Compute the new variables.
2306         (org-paste-subtree): Cleaning up.
2307         (org-remember-apply-template): New escape %A.
2308         (org-todo): Call fast TODO selection.
2309         (org-fast-todo-selection): New function.
2310         (org-add-log-note): Allow prefix for abort exit.
2311         (org-at-property-p, org-entry-properties)
2312         (org-columns-get-autowidth-alist): Use :alpha: class.
2313         (org-get-wdays): New function.
2314         (org-agenda-remove-date): New variable.
2315         (org-agenda-get-deadlines): Use `org-get-wdays'.
2316         (org-agenda-get-deadlines): Reverse ee before returning.
2317         (org-format-agenda-item): New argument REMOVE-RE.
2318         (org-agenda-convert-date): Baha'i calendar added.
2319         (org-infile-export-plist): Also find DATE line.
2320         (org-get-min-level): New function.
2321         (org-export-as-html, org-export-as-ascii): Use the date format.
2322         (org-shiftup, org-shiftdown): Use.
2323         `org-edit-timestamp-down-means-later'.
2324         (org-assign-fast-keys): New function.
2326 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
2328         * cus-start.el (all): Add prefer-window-split-horizontally from
2329         window.c.
2331 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
2333         * net/browse-url.el (browse-url-galeon): Fix last change.
2334         (top-level): Require cl when compiling.
2336 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
2338         * textmodes/org-export-latex.el: arch-tag restored.
2340         * textmodes/org-publish.el: arch-tag restored.
2342 2007-09-08  Masatake YAMATO  <jet@gyve.org>
2344         * progmodes/which-func.el (which-func-modes): Add diff-mode.
2346         * progmodes/cc-langs.el: Support new keywords added to
2347         objective-c frontend of gcc.
2348         (c-simple-stmt-kwds): Add @throw.
2349         (c-block-stmt-2-kwds): Add @synchronized.
2350         (c-block-stmt-1-kwds): Add @finally and @try.
2352 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
2354         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
2355         (org-agenda-after-show-hook): New variable.
2356         (org-columns-compile-format)
2357         (org-columns-get-autowidth-alist, org-buffer-property-keys)
2358         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
2359         property names.
2360         (org-get-wdays): New function.
2362 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2364         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
2366         * term/xterm.el (xterm-function-map): Initialize in the declaration.
2368         * vc-arch.el (vc-arch-checkin): Fix typo.
2370 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2372         * cus-face.el (custom-theme-set-faces): Set face attributes
2373         locally for each frame.
2375 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
2378         via font-lock-defaults.
2380         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
2381         derived-mode-p.
2383 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
2385         * progmodes/autoconf.el (autoconf-definition-regexp):
2386         Handle optional square brackets around definition name.
2388 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
2390         * net/browse-url.el (browse-url-browser-function): Add elinks.
2391         (browse-url-elinks-wrapper): New option.
2392         (browse-url-encode-url, browse-url-elinks)
2393         (browse-url-elinks-sentinel): New functions.
2394         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
2395         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
2396         Use new function browse-url-encode-url.
2398 2007-09-07  Glenn Morris  <rgm@gnu.org>
2400         * version.el (emacs-version): Revert 2007-08-29 change: no need to
2401         say if multi-tty is present.
2403 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * cus-start.el (split-window-preferred-function): Add custom info.
2407         * calendar/holidays.el (holiday-list, calendar-check-holidays)
2408         (calendar-mark-holidays, calendar-list-holidays)
2409         (holiday-filter-visible-calendar): New names to clean up namespace.
2410         (filter-visible-calendar-holidays, list-calendar-holidays)
2411         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
2412         Add compatibility aliases.
2413         (calendar-check-holidays, calendar-mark-holidays)
2414         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
2415         (holiday-sexp): Replace append with list.
2416         (holiday-filter-visible-calendar): Replace append with push.
2418         * woman.el: Remove spurious * in docstrings.
2419         (woman-mini-help, woman-non-underline-faces, woman0-rename)
2420         (woman-topic-all-completions-merge, woman-file-name-all-completions)
2421         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
2422         (woman-write-directory-cache, woman-display-extended-fonts)
2423         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
2424         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
2425         (woman-mode): Use inhibit-read-only.
2426         (woman-negative-vertical-space): Use dotimes.
2427         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
2429 2007-09-06  Romain Francoise  <romain@orebokech.com>
2431         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
2432         (vc-bzr-workfile-version): Use it.
2434 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2436         * complete.el (PC-do-completion): Don't try to treat
2437         empty string as an abbreviation.
2439 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2441         * help-fns.el (describe-variable): Keep doc's text properties.
2443 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
2445         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
2446         instead of a file.
2448 2007-09-06  Glenn Morris  <rgm@gnu.org>
2450         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
2451         (checkdoc-minor-mode): Allow user to specify lighter via
2452         checkdoc-minor-mode-string.
2454 2007-09-05  Richard Stallman  <rms@gnu.org>
2456         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
2457         Several items removed, simplified, or put on one line.
2458         (fancy-about-text): Add substantial contents, part of startup text.
2459         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
2460         (normal-splash-screen): Call normal-mouse-startup-screen,
2461         normal-no-mouse-startup-screen, or normal-about-screen.
2462         (normal-mouse-startup-screen): New fn, broken out, shortened.
2463         (normal-no-mouse-startup-screen): New fn, broken out.
2464         (normal-about-screen): New function, contents all new.
2466 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2468         * emacs-lisp/rx.el (rx): Fix typo in docstring.
2470 2007-09-05  Glenn Morris  <rgm@gnu.org>
2472         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
2473         is bound.
2475 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2477         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
2478         in doc string.
2480 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2482         * server.el (server-start, server-unload-hook): Undo previous change.
2484         * xt-mouse.el: Undo previous change.
2486 2007-09-04  Juri Linkov  <juri@jurta.org>
2488         * startup.el (fancy-about-text): New variable.
2489         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
2490         (fancy-current-text, fancy-splash-stop-time)
2491         (fancy-splash-outer-buffer): Remove variables.
2492         (fancy-splash-head, fancy-splash-tail): Add new optional argument
2493         `startup' and use it to conditionally display different texts for
2494         Startup and About screens.  Don't display Help commands on the About
2495         screen.
2496         (fancy-splash-screens-1): Remove function and move its content to
2497         `fancy-splash-screens' to the part that dislpays the About screen.
2498         (exit-splash-screen): Don't treat specially exiting from
2499         alternating screens.
2500         (fancy-splash-screens): Rename argument `static' to `startup'.
2501         Fix docstring.  Remove code for displaying alternating screens.
2502         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
2503         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
2504         for `inhibit-read-only'.
2505         (normal-splash-screen): Rename argument `static' to `startup'.
2506         Fix docstring.  Use argument `startup' to conditionally display
2507         different texts for Startup and About screens.  Don't display Help
2508         commands on the About screen.  Remove `unwind-protect' `sit-for'
2509         delay and `kill-buffer' after it.
2510         (display-startup-echo-area-message): Remove call to
2511         `use-fancy-splash-screens-p' because image.el is preloaded and
2512         doesn't display "Loading image... done".
2513         (display-splash-screen): Rename argument `static' to `startup'.
2514         Fix docstring.
2516 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2518         * server.el (server-start, server-unload-hook):
2519         suspend-tty-functions has been renamed to suspend-tty-hook.
2521         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
2522         resume-tty-hook.
2524 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
2526         * loadup.el: Fix merge problem, only load "button" once.
2528 2007-09-03  Glenn Morris  <rgm@gnu.org>
2530         * vc-svn.el (vc-svn-print-log): If there is only one file, use
2531         "Working file:" as the prefix, for the sake of
2532         log-view-current-file.
2534 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2536         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
2537         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
2538         if the selected frames is in
2539         xterm-modify-other-keys-terminal-list.
2540         (xterm-turn-off-modify-other-keys): Add an optional frame
2541         parameter.  Only turn off modify-other-keys if FRAME is in
2542         xterm-modify-other-keys-terminal-list.
2543         (xterm-remove-modify-other-keys): New function.
2544         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
2545         Add the selected frame to xterm-modify-other-keys-terminal-list.
2547 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2549         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
2550         (icon-map-list): New variable.
2551         (x-gtk-map-stock): Use icon-map-list.
2553 2007-09-02  Romain Francoise  <romain@orebokech.com>
2555         * log-view.el (log-view-current-file): Balance parens.
2557 2007-09-02  Glenn Morris  <rgm@gnu.org>
2559         * comint.el (comint-mode): Don't set scroll-conservatively.
2561         * eshell/em-unix.el (eshell/time): Stringify and flatten the
2562         non-command arguments.
2564         * log-view.el (log-view-current-file): Give a more explicit error
2565         if log-view-file-re fails to find a match.
2567 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
2569         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2570         Fix bug: Don't expand top-level file name more than once.
2571         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2573 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2575         * server.el (server-process-filter): Don't display the splash screen.
2576         It's annoying enough on the initial screen and becomes positively
2577         obnoxious here.
2579 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2581         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
2582         Change naming to use "avl-tree--" for internal functions.
2584 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
2586         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
2587         the merge.
2588         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
2589         (provide): Move to the end of file.
2591         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
2593 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2595         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
2596         New variable.  List of exceptions for the duplicated word rule.
2597         (flyspell-mark-duplications-flag): Mention it.
2598         (flyspell-word): Treat it.
2600         * files.el (create-file-buffer): If the filename sans directory starts
2601         with spaces, remove them.
2603 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2605         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
2606         (x-gtk-map-stock): Use two directory elements when matching
2607         file name.
2609 2007-08-31  James Wright  <james@chumsley.org>
2611         * eshell/em-unix.el (eshell/info): New function.
2613 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2615         * frame.el (frame-initialize, make-frame):
2616         * server.el (server-process-filter):
2617         * faces.el (tty-set-up-initial-frame-faces): Don't set
2618         term-environment-variable since it's not used any more.
2620         * env.el (setenv): Don't treat $TERM specially.
2622         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
2623         stated otherwise, subprocesses do not send back escape sequences
2624         corresponding to the terminal from which Emacs was started.
2626 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
2628         * calculator.el: Require cl for compilation.
2630 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
2632         * outline.el (outline-font-lock-levels): Comment out unused var.
2633         (outline-font-lock-face): Wrap around face list to handle any
2634         nesting depth gracefully.
2636 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
2638         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
2639         `set-file-times'.
2641 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
2643         * textmodes/org.el (org-export-visible): Fix drawers before export.
2644         (org-do-sort): Allow sorting by priority.
2645         (org-agenda-files): Ignore non-existing files.
2646         (org-agenda-skip-unavailable-files): New variable.
2647         (org-ellipsis): All a face as value.
2648         (org-mode): Interprete the face value of `org-ellipsis'.
2649         (org-archive-save-context-info): New option.
2650         (org-archive-subtree): Store context info in archived entry.
2651         (org-fast-tag-selection-can-set-todo-state): New variable.
2652         (org-fast-tag-selection): Allow setting TODO states through this
2653         interface.
2654         (org-cycle): Docstring updated.
2655         (org-todo-keyword-faces): New option.
2656         (org-get-todo-face): New function.
2657         (org-set-font-lock-defaults, org-agenda-highlight-todo):
2658         Use `org-get-todo-face'.
2659         (org-switch-to-buffer-other-window): New function.
2660         (org-table-edit-field, org-table-show-reference)
2661         (org-table-edit-formulas, org-add-log-note)
2662         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
2663         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
2664         `switch-to-buffer-other-window' to make sure that the temporary
2665         windows show up on the current frame.
2666         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
2667         (org-get-entries-from-diary, org-replace-region-by-html):
2668         Don't allow pop-up frames.
2669         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2670         Fix problems with time-of-day.
2671         (org-export-get-title-from-subtree): New function.
2672         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
2673         with listing items that are DONE.
2674         (org-change-tag-in-region): New command.
2675         (org-agenda-skip-scheduled-if-done)
2676         (org-agenda-skip-deadline-if-done): Docstring clarified.
2677         (org-mode): Hide drawers on startup.
2678         (org-get-todo-face): New function.
2679         (org-todo-keyword-faces): New option.
2680         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
2681         (org-remove-keyword-keys): New function.
2683 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
2685         * progmodes/grep.el (grep-find-ignored-directories):
2686         Add monotone _MTN bookkeeping directory in workspaces.
2687         Add RCS control directory.  List items in alphabetical order.
2689         * progmodes/grep.el (grep-files-aliases): Add cc alias.
2690         Sort items in alphabetical order.  Fix parens.
2692 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2694         * vc-hg.el (vc-hg-extra-menu-map): New variable.
2695         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
2696         (vc-hg-pull): New functions.
2697         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
2699         * term/mac-win.el: Don't require url, only autoloaded url
2700         functions are used in this file.
2702 2007-08-29  Andreas Schwab  <schwab@suse.de>
2704         * shell.el (shell): Return correct value from interactive spec.
2706 2007-08-29  Glenn Morris  <rgm@gnu.org>
2708         * version.el (emacs-version): Increase to 23.0.50.
2710 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2712         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
2714 2007-08-29  Juri Linkov  <juri@jurta.org>
2716         * loadup.el: Add "button" loading after "faces" and move "startup"
2717         to load after "button".
2719 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2721         * loadup.el: Load term/mac-win on a Mac using Carbon.
2723         * term/mac-win.el: Provide mac-win.
2724         (mac-initialized): New variable.
2725         (mac-initialize-window-system): New function.  Move global setup here.
2726         (handle-args-function-alist, frame-creation-function-alist):
2727         (window-system-initialization-alist): Add mac entries.
2728         (x-setup-function-keys): New function containing all the
2729         top level function key definitions.
2731         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
2733         * env.el (read-envvar-name): Don't consider the environment frame param.
2735         * env.el (setenv):
2736         * frame.el (frame-initialize, make-frame):
2737         * faces.el (tty-set-up-initial-frame-faces):
2738         * server.el (server-process-filter): Set
2739         display-environment-variable and term-environment-variable.
2741         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
2743 2007-08-29  Jason Rumney  <jasonr@gnu.org>
2745         * loadup.el: Only load term/x-win when X is compiled in.
2746         Load term/w32-win and dependencies on windows-nt.
2748         * term/w32-win.el: Reorder to match x-win.el more closely.
2749         Provide w32-win.  Don't throw error when global window-system not w32.
2750         (internal-face-interactive): Remove obsolete function.
2751         (x-setup-function-keys): Use local-function-key-map.
2752         (w32-initialized): New variable.
2753         (w32-initialize-window-system): Set it.
2754         Move more global setup here.
2755         (x-setup-function-keys): New function.
2756         (w32-initialize-window-system): Move non function key global setup here.
2757         (x-cut-buffer-max): Remove.
2758         (w32-initialize-window-system): New function.
2759         (handle-args-function-alist, frame-creation-function-alist):
2760         (window-system-initialization-alist): Add w32 entries.
2762 2007-08-29  David Kastrup  <dak@gnu.org>
2764         * env.el (getenv): Pass frame to getenv-internal.
2766 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
2768         * version.el (emacs-version): Show if multi-tty is present.
2770         * loadup.el: Delay loading env; mule-conf gets confused by cl
2771         during bootstrap.  Also load termdev and term/x-win.
2773         * bindings.el (mode-line-client): New variable.
2774         (help-echo): Add it to the default mode-line format.
2776         * cus-start.el: Remove bogus window-system reference from GTK test.
2778         * ebrowse.el (ebrowse-electric-list-mode-map)
2779         (ebrowse-electric-position-mode-map):
2780         * ebuff-menu.el (electric-buffer-menu-mode-map):
2781         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
2782         not `suspend-emacs'.
2784         * ediff-wind.el (ediff-setup-windows-automatic): New function.
2785         (ediff-window-setup-function): Use it as default.
2787         * files.el (save-buffers-kill-terminal): New function.
2788         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
2790         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
2791         and `with-selected-frame'.
2793         * help-fns.el (describe-variable): Describe frame-local variables
2794         correctly.
2796         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
2797         display support.
2798         (normal-erase-is-backspace-setup-frame): New function.
2800         * subr.el (with-selected-frame): New function.
2801         (read-quoted-char): Use terminal-local binding of
2802         local-function-key-map instead of function-key-map.
2804         * talk.el (talk): New function.
2805         (talk-handle-delete-frame): New function.
2806         (talk-add-display): Open a new frame only if FRAME was not a frame.
2808         * termdev.el: New file.
2810         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
2811         * term/x-win.el: Don't bind f10.
2812         * tmm.el: Remove autoload binding for f10.
2814         * international/encoded-kb.el (encoded-kbd-setup-display): Use
2815         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
2816         Store the saved input method as a terminal parameter.  Add keymap
2817         parameter.  Use it instead of changing key-translation-map directly.
2818         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
2819         Remove.
2820         (encoded-kbd-setup-display): New function.
2822         * international/mule-cmds.el (set-locale-environment): Fix getenv
2823         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
2824         set the keyboard coding system.  Add DISPLAY parameter.
2825         (set-display-table-and-terminal-coding-system): Add DISPLAY
2826         parameter.  Pass it to set-terminal-coding-system.
2828         * international/mule.el (keyboard-coding-system): Test for
2829         encoded-kbd-setup-display, not encoded-kbd-mode.
2830         (set-terminal-coding-system, set-keyboard-coding-system): Add
2831         DISPLAY parameter.
2832         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
2834         * term/README: Update.
2836         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
2838         * term/x-win.el (x-setup-function-keys): New function.  Move
2839         function-key-map tweaks here.  Protect against multiple calls on
2840         the same terminal.  Use terminal-local binding of
2841         local-function-key-map instead of function-key-map.
2842         (x-initialize-window-system): Make a copy of pure list.  Pass a
2843         frame getenv.
2845         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
2846         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
2847         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
2848         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
2849         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
2850         local-function-key-map instead of function-key-map.
2852         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
2853         `substitute-key-definition' and `define-key' calls against
2854         multiple execution.  Use terminal-local binding of
2855         local-function-key-map instead of function-key-map.  Pass a frame
2856         to getenv.
2858         * edmacro.el (edmacro-format-keys):
2859         * emulation/cua-base.el (cua--pre-command-handler):
2860         * isearch.el (isearch-other-meta-char):
2861         * xt-mouse.el: Use terminal-local binding of
2862         local-function-key-map instead of function-key-map.
2864         * fringe.el (set-fringe-mode): Simplify and fix using
2865         `modify-all-frames-parameters'.
2866         * scroll-bar.el (set-scroll-bar-mode): Ditto.
2867         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
2868         check before calling `tool-bar-setup'.
2869         (tool-bar-setup): New variable.
2870         (tool-bar-setup): Use it to guard against multiple calls.  Add
2871         optional frame parameter, and select that frame before adding items.
2872         (toggle-tool-bar-mode-from-frame): New function.
2874         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
2875         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
2876         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
2877         "Tool-bar" toggles to reflect the state of the current frame.
2878         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
2880         * env.el: Require cl for byte compilation (for `block' and `return').
2881         (environment, setenv-internal): New functions.
2882         (let-environment): New macro.
2883         (setenv, getenv): Add optional terminal parameter.  Update docs.
2884         (setenv): Use setenv-internal.  Always set process-environment.
2885         Handle `local-environment-variables'.
2886         (read-envvar-name, setenv, getenv): Use frame parameters
2887         to store the local environment, not terminal parameters.  Include
2888         `process-environment' as well.
2890         * faces.el (tty-run-terminal-initialization): New function.
2891         (tty-create-frame-with-faces): Use it.  Set up faces and
2892         background mode only after the terminal has been initialized.
2893         Call terminal-init-*.  Don't load the initialization file more
2894         than once.  Call set-locale-environment.
2895         (frame-set-background-mode): Handle the 'background-mode terminal
2896         parameter.
2897         (tty-find-type): New function.
2898         (x-create-frame-with-faces): Remove bogus check for
2899         first frame.  Call `tool-bar-setup'.  Don't make frame visible
2900         until we are done setting up all its parameters.  Call
2901         x-setup-function-keys.
2903         * frame.el (make-frame): Always inherit 'environment and 'client
2904         parameters.  Set up the 'environment frame parameter, when needed.
2905         Also inherit 'client parameter.  Don't override explicitly
2906         specified values with inherited ones.  Add 'terminal frame
2907         parameter.  Append window-system-default-frame-alist to parameters
2908         before calling frame-creation-function.
2909         (frame-initialize): Copy the environment from the initial frame.
2910         (window-system-default-frame-alist): Enhance doc string.
2911         (frame-notice-user-settings): Don't put 'tool-bar-lines in
2912         `default-frame-alist' when initial frame is on a tty.
2913         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
2914         Remove specified parameters from `window-system-default-frame-alist'.
2915         (make-frame-on-tty, framep-on-display, suspend-frame):
2916         Extend doc string, update parameter names.
2917         (frames-on-display-list): Use terminal-id to get the display id.
2918         (frame-notice-user-settings): Extend to apply
2919         settings in `window-system-default-frame-alist' as well.
2920         (terminal-id, terminal-parameters, terminal-parameter)
2921         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
2922         (delete-frame-functions): Add to `delete-frame-functions' hook.
2923         (blink-cursor-mode): Adapt blink-cursor-mode default
2924         value from startup.el.
2925         (make-frame-on-display): Protect condition on x-initialized when
2926         x-win.el is not loaded.  Update doc.
2927         (suspend-frame): Use display-controlling-tty-p to decide between
2928         suspend-emacs and suspend-tty.
2929         (frames-on-display-list): Update for display ids.
2930         (framep-on-display): Ditto.
2931         (suspend-frame): Use display-name, not frame-tty-name.
2932         (selected-terminal): New function.
2934         * server.el: Use `device' instead of `display' or `display-id' in
2935         variable and client parameter names.
2936         (server-select-display): Remove (unused).
2937         (server-tty-live-p, server-handle-delete-tty): Remove.
2938         (server-unquote-arg, server-quote-arg, server-buffer-clients):
2939         Update docs.
2940         (server-getenv-from, server-with-environment, server-send-string)
2941         (server-save-buffers-kill-terminal): New functions.
2942         (server-delete-client): Handle quits in kill-buffer.  Don't kill
2943         modified buffers.  Add extra logging.  Delete frames after
2944         deleting the tty.  Clear 'client parameter before deleting a frame.
2945         Use delete-display, not delete-tty.
2946         (server-visit-files): Don't set `server-existing-buffer' if the
2947         buffer already has other clients.  Return list of buffers
2948         created.  Update doc.  Don't set client-record when nowait.
2949         (server-handle-delete-frame): Delete the client if this was its
2950         last frame.  Check that the frame is alive.  Remove bogus comment.
2951         Add note on possible race condition.  Delete tty clients, if needed.
2952         (server-handle-suspend-tty): Use server-send-string.  Kill the
2953         client in case of errors from process-send-string.  Use the display
2954         parameter.
2955         (server-unload-hook): Remove obsolete delete-tty hook.
2956         (server-start): Ask before restarting if the old server still has
2957         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
2958         (server-process-filter): Use server-send-string.  Accept `-dir'
2959         command.  Switch to *scratch* immediately after creating the frame,
2960         before evaluating any -evals.  Protect `display-splash-screen'
2961         call in a condition-case.  Explain why.  Call
2962         `display-startup-echo-area-message' before
2963         `display-splash-screen'.  Don't display the splash screen when no
2964         frame was created.  Show the Emacs splash screen and startup echo
2965         area message.  Display the *scratch* buffer by default.  Store the
2966         local environment in a frame (not terminal) parameter.  Do not try
2967         to decode environment strings.  Fix reference to the 'display
2968         frame parameter.  Change syntax of environment variables.  Put
2969         environment into terminal parameters, not client parameters.  Use
2970         a dummy client with --no-wait's X frames.  In `-position LINE'
2971         handler, don't ruin the request string until the line number is
2972         extracted.  Log opened files.  Handle -current-frame command.
2973         Don't create frames when it is given.  Don't bind X frames to the
2974         client when we are in -no-wait mode.  Set locale environment
2975         variables from client while creating tty frames.  Disable call to
2976         configure-display-for-locale.  When processing -position command,
2977         don't change the request string until the parameters are
2978         extracted.  Don't try to create an X frame when Emacs does not
2979         support it.  Improve logging.  Temporarily set ncurses-related
2980         environment variables to those of the client while creating a new
2981         tty frame.  Select buffers opened by nowait clients, don't leave
2982         them buried under others.  Set the display parameter, and use it
2983         when appropriate.
2985         * startup.el (display-startup-echo-area-message): Handle
2986         `inhibit-startup-echo-area-message' here.
2987         (command-line-1): Moved from here.
2988         (fancy-splash-screens): Use `overriding-local-map' instead of
2989         `overriding-terminal-local-map' for now; the latter doesn't work
2990         right, it looses keypresses to another terminal.  Use
2991         `overriding-terminal-local-map' to set up keymap.  Install a
2992         `delete-frame-functions' hook to catch `delete-frame' events.
2993         Ignore `select-window' events to cope better with
2994         `focus-follows-mouse'.  Don't switch back to the original buffer
2995         if the splash frame has been killed.  Restore previous buffer, even
2996         if it's *scratch*.
2997         (normal-splash-screen): Don't let-bind `mode-line-format'; it
2998         changes the global binding - setq it instead.  Use
2999         `save-buffers-kill-terminal'.
3000         (display-splash-screen): Don't do anything if the splash screen is
3001         already displayed elsewhere.
3002         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
3003         (command-line): Replace duplicated code with a call to
3004         tty-run-terminal-initialization.  Don't load the terminal
3005         initialization file more than once.  Remove call to nonexistent
3006         function `set-locale-translation-file-name'.
3008         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
3009         parameters.
3010         (xterm-mouse-position-function, xterm-mouse-event): Update.
3011         (xterm-mouse-mode): Don't depend on current value of window-system.
3012         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3013         Update for multi-tty.
3014         (turn-on-xterm-mouse-tracking-on-terminal)
3015         (turn-off-xterm-mouse-tracking-on-terminal)
3016         (xterm-mouse-handle-delete-frame): New functions.
3017         (delete-frame-functions, after-make-frame-functions)
3018         (suspend-tty-functions, resume-tty-functions): Install extra hooks
3019         for multi-tty.
3021 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         * simple.el (invisible-p): Remove: implemented in C now.
3024         (line-move-invisible-p): Remove obsolete alias.
3026 2007-08-28  Juri Linkov  <juri@jurta.org>
3028         * image-mode.el (image-type): New variable.
3029         (image-mode): Set default major mode name to "Image[text]".
3030         (image-minor-mode): Change LIGHTER to display image-type in the
3031         mode line.
3032         (image-minor-mode): Set default image-type to "text".
3033         (image-toggle-display): After switching to text mode, set
3034         image-type to "text" and major mode name to "Image[text]".
3035         After switching to image mode, set image-type to actual image
3036         type, and add image type to major mode name.  Let-bind the same
3037         variable names as arguments of `image-type' and `create-image'.
3038         Bind `type' to the result of `image-type' and use it as arg
3039         of `create-image' to not determine the image type twice.
3041 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
3043         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
3044         (tramp-set-file-uid-gid, tramp-get-local-uid)
3045         (tramp-get-local-gid): New defuns.
3046         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
3047         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
3048         Improve fast track.
3049         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
3050         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
3051         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3052         (tramp-handle-write-region): Improve fast track.
3053         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3054         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3055         be nil.
3057 2007-08-28  Ivan Kanis  <apple@kanis.eu>
3059         * time.el: New feature to display several time zones in a buffer.
3060         (display-time-world-mode, display-time-world-display)
3061         (display-time-world, display-time-world-timer): New functions.
3062         (display-time-world-list, display-time-world-time-format)
3063         (display-time-world-buffer-name, display-time-world-timer-enable)
3064         (display-time-world-timer-second, display-time-world-mode-map):
3065         New variables.
3067 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3069         * term/x-win.el (x-gtk-stock-map): New variable.
3070         (x-gtk-map-stock): New function.
3072         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3073         prev/next-node.
3075 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
3077         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3079 2007-08-28  Glenn Morris  <rgm@gnu.org>
3081         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3083 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3085         * progmodes/modula2.el (m2-definition, m2-module):
3086         Don't use previous-line.  Reported by T. V. Raman.
3088 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3090         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3091         argument to tool-bar-mode call.
3093 2007-08-27  Glenn Morris  <rgm@gnu.org>
3095         * diff-mode.el (diff-find-file-name): Only accept regular files,
3096         to rule out /dev/null, directories, etc.
3098         * vc-svn.el (vc-svn-diff): If the repository version of all the
3099         files is the same as the specified OLDVERS, do a local diff.
3101 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3103         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3104         of buffers in uniquify-managed.
3106         * simple.el (invisible-p): Rename from text-invisible-p.
3107         Update callers.
3109 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3111         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3112         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3113         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3114         (cperl-etags-goto-tag-location): Use new style backquotes.
3116         * net/browse-url.el: Remove spurious * in custom docstrings.
3117         (browse-url-filename-alist): Use new-style backquote.
3119         * emacs-lisp/backquote.el (backquote-unquote-symbol)
3120         (backquote-splice-symbol): Clarify they're not new-style unquotes.
3122         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3123         (\,@): Backslash the , and ,@ which are not new-style unquotes.
3125         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3127         * net/socks.el (socks-username/password-auth-filter):
3128         Remove unused vars `state' and `desired-len'.
3129         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3130         (socks-wait-for-state-change): Use new-style backquotes.
3132         * pcvs.el (cvs-mode-status): Fix long-standing typo.
3134         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3135         backquotes after each `read' rather than once per buffer.
3137         * dframe.el: Remove spurious * in custom docstrings.
3138         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3139         (dframe-xemacs20p): Remove, inline at the sole use point.
3140         (defface): Don't defvar the face, don't use old-style backquote.
3141         (defcustom): Don't use old-style backquote.
3142         (dframe-frame-parameter, dframe-mouse-event-p):
3143         Make it obvious that it's always defined.
3144         (dframe-popup-kludge): New function to replace
3145         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3146         (dframe-frame-mode, dframe-set-timer-internal)
3147         (dframe-mouse-set-point): Remove use of with-no-warnings from
3148         XEmacs-specific code.
3149         (dframe-set-timer-internal): Fix very old bug with
3150         post-command-idle-hook.
3152         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3154 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3156         * emacs-lisp/avl-tree.el: New file.
3158 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3160         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3161         was used.
3163 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
3165         * complete.el (PC-do-completion): Make RET accept a non-unique but
3166         complete expansion again.
3168 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
3170         * eshell/esh-opt.el (eshell-eval-using-options):
3171         Add debug declaration.
3173 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3175         * log-view.el (log-view-toggle-mark-entry): Add docstring.
3176         (log-view-get-marked): Likewise.
3178         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3179         (vc-delete-automatic-version-backups): Likewise.
3181         * vc.el (vc-dired-buffers-for-dir): Likewise.
3183 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3185         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3186         safe-local-variable setting.
3187         * progmodes/perl-mode.el (perl-indent-level): Likewise.
3189         * log-view.el (log-view-marked-list): Delete variable.
3190         (log-view-mode): Don't use it.
3191         (log-view-toggle-mark-entry): Likewise, simplify.
3192         (log-view-current-tag): Don't return properties.
3193         (log-view-get-marked): New function.
3195 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
3197         * vc-git.el (vc-git-mode-line-string): New function.
3199 2007-08-25  Alan Mackenzie  <acm@muc.de>
3201         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3202         new language variable.
3204         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3205         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3206         "extern" etc., rather than BOI.  Fix addition of spurious
3207         syntactic-symbol 'defun-block-intro, replacing it with
3208         'innamespace, etc.
3210 2007-08-25  Juri Linkov  <juri@jurta.org>
3212         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3214         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3215         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3216         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3218         * image.el (image-type-header-regexps): Use more complex regexp for svg.
3219         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3220         (image-type-auto-detectable): Add (svg . maybe).
3222         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
3223         to treat it like .tgz.
3225         * calendar/cal-bahai.el: Add file coding cookie.
3227 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
3229         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3230         Don't behave differently when executed via M-x.  Add doc string.
3232         * sort.el (sort-fold-case, sort-numeric-base): Mark as
3233         safe-local-variable.
3235 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
3237         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
3238         the default value.
3239         (math-calendar-tzinfo): New variable.
3240         (math-get-calendar-tzinfo): New function.
3241         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
3242         to get information when zone is nil.
3244 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
3246         * log-view.el (log-view-toggle-mark-entry): New function.
3247         (log-view-mode-map): Bind it.
3248         (log-view-marked-list): New variable.
3249         (log-view-mode): Make it local.
3251 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3253         * play/zone.el (zone-pgm-rat-race): New func.
3254         (zone-programs): Add `zone-pgm-rat-race'.
3256 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3258         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
3259         a list.
3261 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3263         * progmodes/hideshow.el (hs-match-data): Delete alias.
3264         (hs-hide-block-at-point, hs-find-block-beginning)
3265         (hs-show-block): Use `match-data' directly.
3267 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
3269         * format.el (format-alist): Fix typo in doc-string.
3271 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
3273         * net/tramp.el (tramp-local-host-p): New defun.
3274         (tramp-handle-file-local-copy, tramp-handle-write-region):
3275         Implement fast track when being on the local host.
3276         (tramp-file-name-handler): Don't set "started" property.  It shall
3277         be reserved for the "ftp" method.
3278         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
3280         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
3281         (tramp-ftp-file-name-handler): Set "started" property.
3283 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3285         * files.el (backup-buffer-copy): Don't wrap delete in
3286         condition-case, only try to delete if file exists.
3288 2007-08-24  Glenn Morris  <rgm@gnu.org>
3290         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3292         * startup.el (tutorial-directory): Set with eval-at-startup so it
3293         gets the right value in an installed Emacs.
3295 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3297         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
3298         (eldoc-highlight-function-argument): Use it.
3300 2007-08-23  Masatake YAMATO  <jet@gyve.org>
3302         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
3303         name of parameters in document body.
3305 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3307         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
3308         (byte-compile-output-as-comment): Use with-current-buffer rather than
3309         a weird set-buffer&prog1 combination.
3311         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
3312         test so as to optimise cases where the `progn's result is constant.
3314 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
3316         * locate.el (locate-get-file-positions):
3317         Use line-beginning-position and line-end-position.
3319 2007-08-23  John Wiegley  <johnw@newartisans.com>
3321         * calendar/cal-bahai.el: Added in the diacriticals that were
3322         missing for many of the month names.
3324 2007-08-22  Jason Rumney  <jasonr@gnu.org>
3326         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
3328 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3330         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3332 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3334         * dabbrev.el (dabbrev--progress-reporter): New variable.
3335         (dabbrev--scanning-message): Delete func.
3336         (dabbrev--find-expansion): Use a progress reporter
3337         instead of dabbrev--scanning-message.
3339 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3341         * comint.el (comint-exec-1): Raise an error if
3342         `start-file-process' does not return a process object.
3344         * shell.el (shell): Prompt for `default-directory' if it is a
3345         remote file name, and if called with a prefix arg.
3347 2007-08-22  Sam Steingold  <sds@gnu.org>
3349         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
3351 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
3353         * textmodes/org-export-latex.el: New file.
3355         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
3357         * textmodes/org.el (org-agenda-skip): Allow a form for
3358         `org-agenda-skip-function'.
3359         (org-agenda-redo): Re-use local settings.
3360         (org-agenda): Store local settings.
3361         (org-agenda-deadline-faces): New option.
3362         (org-agenda-deadline-face): New function.
3363         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
3364         entries on their due date.
3365         (org-agenda-get-timestamps): No longer handle the due dates of
3366         schedules and deadline items.
3367         (org-insert-link-global, org-open-at-point-global): New commands.
3368         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
3369         :for-ascii parameter.
3370         (org-skip-comments): Function removed.
3371         (org-cleaned-string-for-export): Handle special table lines.
3372         (org-global-properties): New option.
3373         (org-entry-get-with-inheritance): Check global properties.
3374         (org-local-properties): New variable.
3375         (org-set-regexps-and-options): Find the #+PROPERTY line.
3376         (org-link-types): Change type into variable (was constant).
3377         (org-make-link-regexps): New function.
3378         (org-link-re-with-space, org-link-re-with-space2)
3379         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
3380         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
3381         these regular expressions happens now in the function
3382         `org-make-link-regexps'.
3383         (org-store-link): Call the functions in
3384         `org-store-link-functions'.
3385         (org-add-link-type): New function.
3386         (org-store-link-functions): New variable.
3387         (org-activate-tags): Force matches to be in headlines.
3388         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
3389         (org-columns-display-here): Make sure this works in a narrowed
3390         buffer by checking for point-min.
3391         (org-columns-display-here): Make the rest of the line intangible,
3392         so that point never can be there.
3393         (org-cleaned-string-for-export): Use `with-current-buffer'.
3394         (org-replace-region-by-html): Use `with-current-buffer'.
3395         (org-unfontify-region, org-do-occur, org-columns-display-here)
3396         (org-columns-remove-overlays, org-columns-quit)
3397         (org-columns-edit-value, org-columns-next-allowed-value)
3398         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
3399         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
3400         (org-agenda-todo, org-agenda-change-all-lines)
3401         (org-agenda-align-tags, org-agenda-priority)
3402         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
3403         (org-agenda-show-new-time, org-cleaned-string-for-export)
3404         (org-export-grab-title-from-buffer)
3405         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
3406         instead of `buffer-read-only'.
3407         (org-export-as-html): Set `coding-system-for-write'.
3408         (org-remember-store-without-prompt): New option.
3409         (org-archive-subtree): Fixed bug with modifying TODO keyword.
3410         (org-beginning-of-line): Also treat C-a special in items.
3411         (org-table-convert-refs-to-rc): Fixed problem with column
3412         reference after "..".
3413         (org-columns-compute): Don't mark buffer modified because of text
3414         properties.
3415         (org-batch-store-agenda-views): Use the variable
3416         `default-directory', not the function.
3417         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
3418         (org-clock-out-when-done): New option.
3419         (org-html-entities): Added HTML entities for smileys.
3421 2007-08-22  Glenn Morris  <rgm@gnu.org>
3423         * image.el (create-image): Doc fix.
3425         * startup.el (tutorial-directory): New constant.
3426         (fancy-splash-text): Tutorials now in tutorial-directory.
3427         * tutorial.el (help-with-tutorial): Tutorials now in
3428         tutorial-directory.
3430 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3432         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
3433         otherwise.
3434         (tramp-get-remote-path): New defun.  Replace occurrences of
3435         `tramp-default-remote-path' by this function.
3436         (tramp-set-remote-path): Move most of the code to
3437         `tramp-get-remote-path'.
3438         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
3439         existing directories, this is done already in
3440         `tramp-get-remote-path'.
3442 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
3444         * image-file.el (image-file-name-extensions): Add "svg".
3445         * image.el (image-type-header-regexps): Add svg entry.
3447 2007-08-22  Glenn Morris  <rgm@gnu.org>
3449         * files.el (backup-buffer-copy): Check backup directory is
3450         writable, to avoid infloop deleting old backup.
3452         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3453         movemail related variables.
3454         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3455         will now be set before this is called.
3457 2007-08-21  Juri Linkov  <juri@jurta.org>
3459         * delsel.el (delete-selection-pre-hook):
3460         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
3461         instead of checking last-command.
3463 2007-08-21  Juri Linkov  <juri@jurta.org>
3465         * loadup.el: Preload "button".
3467 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3469         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3470         Add previous-line and next-line.
3472         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3473         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
3475         * vc-hooks.el (vc-menu-entry): New var.
3476         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3477         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3478         (vc-menu-map): Declare and initialize in one step.
3479         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
3481         * menu-bar.el (vc-menu-map): Don't setup any more.
3482         Instead, just create the proper spot in the menu.
3484 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3486         * smerge-mode.el (smerge-resolve): New arg `safe'.
3487         (smerge-resolve-all, smerge-batch-resolve): New function.
3488         (smerge-refine): Make sure `diff' returns the expected result.
3489         (smerge-parsep-re): New const.
3490         (smerge-mode): Use it to adjust paragraph-separate.
3492         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3493         Correctly match / regexp matchers as first char on a line when
3494         fontifying only that line.
3496         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3498 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3500         * vc-bzr.el: Don't fiddle with vc-handled-backend.
3501         (vc-bzr-registered): Don't redundantly protect against
3502         file-error.  Actually use the format-specific code.
3503         (vc-bzr-buffer-nonblank-p): Remove.
3504         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3506 2007-08-20  Juri Linkov  <juri@jurta.org>
3508         * startup.el (fancy-splash-text): Change multiple tabs into one
3509         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
3510         and "Recover Crashed Session").
3511         (fancy-splash-screens): Set tab-width to 22.
3512         (normal-splash-screen): Replace literal tabs with \t and
3513         fix whitespace.  Remove "Useful File menu items" section (with
3514         "Exit Emacs" and "Recover Crashed Session").
3516 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
3518         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3519         extracted from `eval-last-sexp-1'.
3520         (eval-last-sexp-1): Call `preceding-sexp'.
3522 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
3524         * vc-rcs.el (vc-rcs-annotate-command):
3525         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
3526         Add back :vc-annotate-prefix propertization.
3528 2007-08-20  Andreas Schwab  <schwab@suse.de>
3530         * mail/rmail.el (rmail-autodetect): Doc fix.
3532 2007-08-19  Juri Linkov  <juri@jurta.org>
3534         * startup.el (normal-splash-screen): Add more links.
3536 2007-08-19  Juri Linkov  <juri@jurta.org>
3538         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
3539         because it's common to both types of splash screen: fancy and normal.
3540         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
3541         (exit-splash-screen): Rename from `fancy-splash-quit'.
3542         Use `quit-window' instead of `kill-buffer'.
3543         (fancy-splash-head): Use make-button to insert GNU image link.
3544         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
3545         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
3546         (normal-splash-screen): Put "Browse manuals" on the same line with
3547         "Emacs manual".  Remove descriptions from "Useful tasks" and put
3548         all links in two columns on two lines.
3550 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3552         * viper.el (viper-remove-hooks): Remove some additional viper hooks
3553         when the user calls viper-go-away.
3554         (viper-go-away): Restore the default of default-major-mode.
3555         Save the value of default-major-mode before vaperization.
3557         * viper-cmd.el: Replace error "" with "Viper bell".
3559         * viper-ex.el: Replace error "" with "Viper bell".
3561         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
3562         buffer for which file is created.
3564 2007-08-19  Glenn Morris  <rgm@gnu.org>
3566         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3567         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3568         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
3569         shadow files messing up the compilation.
3571 2007-08-18  Glenn Morris  <rgm@gnu.org>
3573         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
3574         string.  Also apply eldoc-argument-case in the help-split-fundoc
3575         case.  Adapt for changed behavior of eldoc-function-argstring,
3576         eldoc-function-argstring-format, and
3577         eldoc-highlight-function-argument.
3578         (eldoc-highlight-function-argument): Handle nil INDEX argument,
3579         just call eldoc-docstring-format-sym-doc in that case.
3580         (eldoc-function-argstring): Change the behavior.  Now it converts
3581         an argument list to a string.
3582         (eldoc-function-argstring-format): Change the behavior.  Now it
3583         applies `eldoc-argument-case' to a string.
3585         * progmodes/scheme.el (scheme-mode-variables): Set
3586         font-lock-comment-start-skip.
3588 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
3590         * progmodes/ada-mode.el (ada-create-syntax-table): Move
3591         set-syntax-table from here to ...
3592         (ada-mode): ... here.  Do not change global value of
3593         comment-multi-line.  Call new function
3594         ada-initialize-syntax-table-properties and add new function
3595         ada-handle-syntax-table-properties to font-lock-mode-hook.
3596         (ada-deactivate-properties, ada-initialize-properties): Replace
3597         by new functions ...
3598         (ada-handle-syntax-table-properties)
3599         (ada-initialize-syntax-table-properties)
3600         (ada-set-syntax-table-properties): ... to set up syntax-table
3601         properties uniformly, independently from whether font-lock-mode
3602         is enabled or not.  Handle read-only buffers and do not change
3603         undo-list when setting syntax-table properties.
3604         (ada-after-change-function): Use ada-set-syntax-table-properties.
3606 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3608         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
3609         (meta-indent-current-nesting): Use a computation of the nesting
3610         instead.
3611         (meta-indent-current-indentation): Indentation is given according
3612         to nesting and if the previous line was finished or not.
3613         (meta-indent-unfinished-line): Tell if the current line ends with
3614         a finished expression.
3615         (meta-indent-looking-at-code): Like `looking-at', but checks if
3616         the point is in a string before.
3617         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
3618         done in the nesting function.
3619         (meta-indent-in-string-p): Tell if the current point is in a
3620         string.
3621         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
3622         previous functions.
3624 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
3626         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
3627         (copyright-update-year, copyright-update)
3628         (copyright-fix-years): Use it.
3630 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3632         * emacs-lisp/copyright.el (copyright-update-year):
3633         Fix bug: Handle nil copyright-limit.
3635 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3637         * calc/calc-units.el (math-standard-units): Give exact
3638         conversion for tsp.
3640         * calc/calc.el (math-bignum-digit-length): Compute the
3641         appropriate value.
3643         * calc/calc-bin.el (math-bignum-logb-digit-size)
3644         (math-bignum-digit-power-of-two):
3645         * calc/calc-comb.el (math-small-factorial-table):
3646         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
3647         (math-approx-gamma-const):
3648         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
3649         (math-besY1, math-bernoulli-b-cache):
3650         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3651         Remove `eval-when-compile's.
3653 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3655         * progmode/cperl-mode.el (cperl-look-at-leading-count)
3656         (cperl-find-pods-heres): Fix an error when typing expressions like
3657         `s{a}{b}'.
3659 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3661         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
3662         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
3663         a special case (there's no build number).
3665 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
3667         * completion.el (symbol-under-point, symbol-before-point)
3668         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
3670 2007-08-17  Glenn Morris  <rgm@gnu.org>
3672         * progmodes/compile.el (compilation-get-file-structure): Make use
3673         of the directory part when checking for an existing entry, to
3674         handle files with same basename in different directories.
3676 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3678         * calc/calc.el (calc-language-alist): Add texinfo-mode.
3680 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3682         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3683         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3684         (ps-paragraph-spacing): Docstring fix.
3686 2007-08-16  Glenn Morris  <rgm@gnu.org>
3688         * ps-print.el (ps-font-size): Doc fix.
3690 2007-08-16  Richard Stallman  <rms@gnu.org>
3692         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
3694 2007-08-15  Juri Linkov  <juri@jurta.org>
3696         * startup.el (initialization): Change parent group from `internal'
3697         to `environment'.
3698         (initial-buffer-choice): New variable.
3699         (command-line): Revert 2007-07-02 change that sets
3700         buffer-offer-save in *scratch* and enables auto-save in it.
3701         (fancy-splash-text): Add links to existing items.  Add new items
3702         with links for useful tasks.  Move information about Control-g to
3703         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
3704         (fancy-splash-keymap): New variable.
3705         (fancy-splash-last-input-event): Remove variable.
3706         (fancy-splash-insert): Add processing of `:link' element.
3707         (fancy-splash-head): Replace "Type Control-l to begin editing"
3708         with "Type `q' to exit".
3709         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
3710         (fancy-splash-default-action, fancy-splash-special-event-action):
3711         Remove functions.
3712         (fancy-splash-quit): New function.
3713         (fancy-splash-screens): Rename input arg from `hide-on-input' to
3714         `static' and reverse the condition of its usage.  Don't preserve
3715         original values of `minor-mode-map-alist',
3716         `emulation-mode-map-alists', `special-event-map'.
3717         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3718         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3719         Remove processing of special events.  Use local key map
3720         `fancy-splash-keymap'.  Set buffer to read-only.
3721         (normal-splash-screen): Rename input arg from `hide-on-input' to
3722         `static' and reverse the condition of its usage.
3723         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3724         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3725         Add links to existing items.  Add new items with links for useful
3726         tasks.  Use local key map `fancy-splash-keymap'.
3727         (display-splash-screen): Rename input arg from `hide-on-input' to
3728         `static'.
3729         (about-emacs): Add alias to display-splash-screen.
3730         (command-line-1): Use `initial-buffer-choice'.
3732         * menu-bar.el (menu-bar-help-menu):
3733         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
3734         item to about-emacs instead of display-splash-screen.
3736 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
3738         * calc/calc-units.el (math-standard-units): Update values.
3739         Put in exact, rational values when possible.
3740         (math-unit-prefixes): Replace floats with powers of ten.
3741         (math-standard-units-systems): Replace floats with integers.
3742         (math-make-unit-string): Remove extra spaces in output.
3744 2007-08-15  Glenn Morris  <rgm@gnu.org>
3746         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3747         sloppier, for the sake of GNU Mailman.
3748         (rmail-digest-rfc1153): Initialize `result' correctly.
3750 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3752         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
3753         in the mail title.  Suggested by Reiner Steib.
3755 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
3757         * calc/calc-aent.el (calc-do-quick-calc): Add binary
3758         representation of integers to the list of outputs.
3760 2007-08-14  Glenn Morris  <rgm@gnu.org>
3762         * simple.el (bad-packages-alist): New constant.
3763         (bad-package-check): New function.  Together, these two add elements
3764         to `after-load-alist' to check for problematic external packages.
3765         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3767 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
3769         * calc/calc-units.el (math-get-standard-units)
3770         (math-get-units, math-make-unit-string)
3771         (math-get-default-units, math-put-default-units): New functions.
3772         (math-default-units-table): New variable.
3773         (calc-convert-units, calc-convert-temperature): Add machinery
3774         to supply default values.
3776 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3778         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
3779         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
3780         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
3781         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
3783         * emulation/tpu-extras.el: Remove spurious * in docstrings.
3784         Put its autoloads into tpu-edt.el rather than loaddefs.el.
3785         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
3786         Make into a proper minor-mode.
3787         (tpu-backward-char, tpu-next-line, tpu-previous-line)
3788         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
3789         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
3790         (tpu-set-cursor-free, tpu-set-cursor-bound):
3791         Delegate to tpu-cursor-free-mode.
3792         (tpu-next-line, tpu-previous-line, tpu-forward-line)
3793         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
3794         Use line-move or forward-line instead of next-line-internal.
3796 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3798         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3800 2007-08-12  Richard Stallman  <rms@gnu.org>
3802         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3803         (cvs-execute-single-file): Use new name split-string-and-unquote.
3804         (cvs-header-msg): Use new name combine-and-quote-strings.
3806         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3808         * progmodes/gud.el (gud-common-init): Use new name
3809         split-string-and-unquote.
3811         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3812         in javac regexp.
3814         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3815         combine-and-quote-strings and split-string-and-unquote.
3817         * subr.el (combine-and-quote-strings): Rename from strings->string.
3818         (split-string-and-unquote): Rename from string->strings.
3820 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3822         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3823         to buffer-local settings.
3825         * emacs-lisp/backquote.el (backquote-delay-process): New function.
3826         (backquote-process): Add internal arg `level'.  Use the two to
3827         correctly handle nested backquotes.
3829 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3831         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3832         (vc-bzr-state-words): Add "kind changed" state word.
3833         (vc-bzr-status): New function.  Return Bzr idea of file status,
3834         which is different from VC's.
3835         (vc-bzr-state): Use vc-bzr-status.
3836         (vc-workfile-unchanged-p): Use vc-bzr-status.
3837         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3838         (vc-dired-state): Process "kind changed" state word.
3840 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3842         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3844         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3845         Move from vc-default-find-file-not-found-hook.
3847 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3849         * man.el: Remove spurious * in docstrings.
3850         Merge defvars and toplevel setq-defaults.
3851         (Man-highlight-references0): Limit=nil rather than point-max.
3852         (Man-mode-map): Move initialization into the declaration.
3853         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3854         (Man-view-header-file): Use expand-file-name rather than concat.
3855         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3857         * man.el (Man-next-section): Make sure we do not move backward.
3859 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3861         * files.el (auto-mode-alist): Use the purecopied text (duh!).
3863 2007-08-08  Glenn Morris  <rgm@gnu.org>
3865         * Replace `iff' in doc-strings and comments.
3867 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3869         * dired.el (dired-pop-to-buffer):
3870         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3871         * calendar/calendar.el (generate-calendar-window):
3872         * progmodes/compile.el (compilation-set-window-height):
3873         * textmodes/two-column.el (2C-two-columns, 2C-merge):
3874         Use window-full-width-p instead of comparing frame-width and
3875         window-width.
3877         * progmodes/compile.el (compilation-find-buffer): Remove extra
3878         argument in call to compilation-buffer-internal-p.
3880 2007-08-07  Tom Tromey  <tromey@redhat.com>
3882         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3883         Add safe-local-variable property.
3885 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3887         * image-mode.el (image-toggle-display): Use image-refresh.
3889 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
3891         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3892         unofficial version.
3893         (vc-bzr-command): Remove redundant setting of process-connection-type.
3894         (vc-bzr-admin-checkout-format-file): Add autoload.
3895         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3896         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3897         (vc-bzr-registered): Compare dirstate format tag with known good
3898         value, abort parsing if match fails.  Warn user in docstring.
3899         (vc-bzr-workfile-version): Case for different Bzr branch formats.
3900         See bzrlib/branch.py in Bzr sources.
3901         (vc-bzr-diff): First argument FILES may be a string rather than a list.
3902         (vc-bzr-shell-command): Remove in favor of
3903         vc-bzr-command-discarding-stderr.
3904         (vc-bzr-command-discarding-stderr): New function.
3906 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
3908         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3909         program, and return nil.
3910         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3911         (vc-bzr-state): Look for path names relative to the repository
3912         root after status keyword.
3913         (vc-bzr-file-name-relative): New function.
3914         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3915         depend on it.
3916         (vc-bzr-admin-dirname, ...-checkout-format-file)
3917         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3918         files that we now parse directly for speed.
3919         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3920         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3921         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
3922         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3923         Bzr warnings, so we must discard it.
3924         (vc-bzr-workfile-version): Speedup counting lines from
3925         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3926         if that file doesn't exist.
3927         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3928         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
3929         to `vc-directory-exclusion-list'.
3930         (vc-bzr-shell-command): New function.
3932 2007-08-06  Tom Tromey  <tromey@redhat.com>
3934         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3935         (diff-fixup-modifs): Typo in docstring.
3937 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3939         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3940         count-screen-lines.
3941         (tpu-edt-off): Disable relevant pieces of advice.
3943         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3944         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3945         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3946         redefining the function.
3947         (tpu-set-scroll-margins): Activate the pieces of advice.
3949 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3951         * help.el (resize-temp-buffer-window): Use window-full-width-p
3952         instead of comparing frame-width and window-width.
3954 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3956         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3957         optional quotes around files in NEED-UPDATE . REMOVED case.
3959         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3960         (ada-treat-cmd-string): Improve error message.
3961         (ada-do-file-completion): Call `ada-require-project-file', so
3962         project variables are set properly.
3963         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3964         (ada-gnatfind-buffer-name): New constant.
3965         (ada-find-any-references): Use new constant.  Set buffer name
3966         properly in compilation-start.  Toggle read-only properly.
3967         (ada-find-in-src-path): Fix spelling error in docstring.
3969         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3970         by zero error.
3972 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
3976 2007-08-12  Richard Stallman  <rms@gnu.org>
3978         * progmodes/sh-script.el (sh): Delete group `unix'.
3980         * progmodes/gud.el (gud): Change to group `processes'.
3982 2007-08-11  Glenn Morris  <rgm@gnu.org>
3984         * progmodes/compile.el (compilation-buffer-name): Don't check
3985         compilation-arguments.  It is superfluous, and the variable isn't
3986         even set when this function is called.
3988 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3990         * term/mac-win.el (mac-ae-reopen-application): New function.
3991         (mac-apple-event-map): Bind "reopen application" Apple event to it.
3993 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3995         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
3996         take tex-font-script-display into account.
3997         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
3998         cell to a list of 2 elements to simplify the unfontify code.
4000 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4002         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
4003         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
4004         ps-print-color-p is neither nil nor black-white.  Reported by Christian
4005         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4007 2007-08-08  Andreas Schwab  <schwab@suse.de>
4009         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
4010         self-insert-command, not self-insert.
4012 2007-08-08  Glenn Morris  <rgm@gnu.org>
4014         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
4015         argument optional, for backwards compatibility, and only highlight
4016         args when present.  Fix symbol name typo (doc/args).
4018         * help-mode.el (help-make-xrefs): Search for symbol constituents,
4019         rather than just `-'.
4021 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
4023         * calc/calc-units.el (calc-convert-temperature):
4024         Use `/' to create fractions.
4026 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
4028         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
4029         global matching.
4030         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
4031         ERROR-BUFFER more robust.  Display output.
4032         (tramp-file-name-handler): Add a connection property when we found
4033         a foreign file name handler.  This allows backends like ftp to
4034         profit also from usr/host name completion based on connection
4035         cache.
4036         (tramp-send-command-and-read): Search for trash after the regexp
4037         until eol only.  In XEmacs, there is a problem with \n.
4039         * net/tramp-cache.el (top): Read persistent connection history
4040         when cache is empty.
4042 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
4044         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
4045         resulting output.
4047 2007-08-07  Sam Steingold  <sds@gnu.org>
4049         * progmodes/compile.el (compilation-start): Pass nil as startfile
4050         to comint-exec.
4052 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4054         * longlines.el (longlines-decoded): New variable.
4055         (longlines-mode): Avoid encoding or decoding the buffer twice.
4057 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
4059         * format.el (format-insert-file): Make sure that at most one undo
4060         entry is recorded for the insertion.  Inhibit point-motion and
4061         modification hooks around call to insert-file-contents.
4063 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4065         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4066         Select the buffer's window before moving point.
4068 2007-08-07  Richard Stallman  <rms@gnu.org>
4070         * term.el (term): Remove parent group `unix'.
4072         * simple.el (default-indent-new-line): New function.
4073         It calls comment-line-break-function if there are comments.
4074         (do-auto-fill): Use that.
4076 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4078         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4079         (PC-do-completion): Add "acronym completion" for symbols and
4080         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4082 2007-08-06  Sam Steingold  <sds@gnu.org>
4084         * mouse.el (mouse-buffer-menu): Pass mode-name through
4085         format-mode-line because it may be a list,
4086         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4088 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
4090         * printing.el (pr-update-menus): Docstring fix.
4092 2007-08-06  Jason Rumney  <jasonr@gnu.org>
4094         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4096         * vc-hooks.el (vc-call): Add doc string.
4098 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
4100         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4101         process-filter.
4103 2007-08-06  Kenichi Handa  <handa@m17n.org>
4105         * international/quail.el: Wrap (require 'help-mode) by
4106         eval-when-compile.
4107         (quail-help-init): New function.
4108         (quail-help): Call quail-help-init.
4109         (quail-store-decode-map-key): Change it to a function.
4111 2007-08-05  Jason Rumney  <jasonr@gnu.org>
4113         * vc.el (vc-rollback): Add norevert argument back.
4114         (vc-revert-buffer): Add back as obsolete alias.
4116 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
4118         * term.el: Honor term-default-fg-color and term-default-bg-color
4119         settings when modifying term-current-face.
4120         (term-default-fg-color, term-default-bg-color): Initialize from
4121         default term-current-face.
4122         (term-mode, term-reset-terminal): Set term-current-face with
4123         term-default-fg-color and term-default-bg-color.
4124         (term-handle-colors-array): term-current-face has term-default-fg-color
4125         and term-default-bg-color after reset escape sequence.
4126         (term-handle-colors-array): Set term-current-color with
4127         term-default-fg/bg-color instead of ansi-term-color-vector when the
4128         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4130 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4132         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4133         (math-nlfit-givens): Let bind free variables.
4135 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
4137         * printing.el: Require lpr and ps-print when loading printing package.
4138         Reported by Glenn Morris <rgm@gnu.org>.
4140 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
4142         * files.el (set-auto-mode): Handle also remote files wrt
4143         `auto-mode-alist'.
4145 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
4147         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4148         curves and plotting.
4150         * calc/calc-nlfit.el: New file.
4152 2007-08-04  Glenn Morris  <rgm@gnu.org>
4154         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4155         zero, not nil, when the library is first loaded.  Check for a file
4156         that has been modified on disk.
4158         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4159         Remove duplicate defvar preventing initialization.
4160         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4162 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4164         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4165         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4166         may match up to 4 lines.
4167         (diff-beginning-of-file-and-junk): Rewrite.
4169 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4171         * printing.el: Evaluate require only during compilation.
4172         (pr-version): New version 6.9.1.
4173         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4174         (pr-global-menubar): Fix code.
4176 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
4178         * term.el (term-erase-in-display): Fix case when point is not at
4179         the beginning of the line.
4181 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
4183         * calc/calc-ext.el (math-get-value, math-get-sdev)
4184         (math-contains-sdev): New functions.
4186         * calc/calc-graph.el (calc-graph-format-data)
4187         (calc-graph-add-curve): Check for error forms.
4188         (calc-graph-set-styles): Add option for error forms.
4190 2007-08-03  Miles Bader  <miles@gnu.org>
4192         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4193         backend names for new backends to `Git', `Hg', and `Bzr'.
4194         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4195         not `HG'.
4196         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4197         name, not `GIT'.
4198         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4199         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4201 2007-08-03  Richard Stallman  <rms@gnu.org>
4203         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4204         to update deleted flag.
4206         * cus-edit.el (customize-apropos, customize-apropos-options)
4207         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4209         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4211         * startup.el (fancy-splash-head, startup-echo-area-message):
4212         Change message text.
4214         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4215         All callers use line-move.
4217         * progmodes/compile.el (compilation-find-buffer): Return current
4218         buffer immediately if suitable.
4219         (compile, compilation-buffer-name, compilation-start): Doc fixes.
4221 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
4223         * faces.el (face-normalize-spec): New function.
4224         (frame-set-background-mode): Normalize face-spec before calling
4225         face-spec-match-p.
4227 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4229         * server.el (server-window): Add switch-to-buffer-other-frame option.
4231 2007-08-03  Glenn Morris  <rgm@gnu.org>
4233         * cus-edit.el (customize-apropos): Make the error message indicate
4234         what kind of thing the user was trying to customize.
4236         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4238         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
4239         Fix off-by-one error in previous change.
4241 2007-08-03  Drew Adams  <drew.adams@oracle.com>
4243         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
4244         Make buffer writable.
4246 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
4248         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
4249         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
4250         Use native Emacs functions, when appropriate.
4252 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
4253             Stefan Monnier  <monnier@iro.umontreal.ca>
4255         * vc.el: Document new VC operation `extra-menu'.
4257         * vc-hooks.el (vc-default-extra-menu): New function.
4259         * menu-bar.el (menu-bar-vc-filter): New function.
4260         (menu-bar-tools-menu): Use it as a filter.
4262 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4264         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4266 2007-08-01  Glenn Morris  <rgm@gnu.org>
4268         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
4269         strings.
4270         (fortran-tab-mode-default): Remove needless autoload.
4271         (fortran-tab-mode-string): Add help-echo and mouse properties, and
4272         mark as risky.
4273         (fortran-line-length): New buffer-local variable, safe if integer.
4274         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
4275         Change from variables to constants.
4276         (fortran-font-lock-syntactic-keywords): Delete as a variable,
4277         replace with a new function definition.
4278         (fortran-mode): Use fortran-line-length, and
4279         fortran-font-lock-syntactic-keywords as a function.  Add a
4280         hack-local-variables-hook function.
4281         (fortran-line-length, fortran-hack-local-variables): New functions.
4282         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
4283         Use fortran-line-length rather than 72.
4284         (fortran-window-create-momentarily): Doc fix.
4286 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4288         * cus-edit.el (custom-group-value-create, custom-goto-parent):
4289         Fix parent groups link.
4291 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
4293         * progmodes/python.el (python-current-defun): Adjust to never fall
4294         into infinite loop.
4296 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4298         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
4300 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4302         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4303         (copyright-fix-years, copyright): Correctly handle the case where
4304         copyright-limit is nil.
4306 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
4308         * progmodes/python.el (run-python): Fix path separator under w32.
4310 2007-07-30  Richard Stallman  <rms@gnu.org>
4312         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4313         Treat non-break space as whitespace in Lisp.
4315 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4317         * vc.el (vc-dired-hook): Use inhibit-read-only.
4319         * progmodes/compile.el (compilation-forget-errors):
4320         Reset compilation-auto-jump-to-next.
4322 2007-07-30  Michael Olson  <mwolson@gnu.org>
4324         * cus-edit.el (custom-group-save): Fix void function definition
4325         error.  Thanks to Zhang Wei for the report.
4327         * ps-print.el: Check in trivial changes to the autoloads section
4328         caused by the build process.  These autoloads really ought to be
4329         placed in a separate file, methinks.
4331 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4333         * calendar/calendar.el (calendar-mode): Make sure
4334         displayed-(month|year) are set.
4335         (calendar-basic-setup): Display buffer before adjusting window sizes.
4336         (generate-calendar-window): Use inhibit-read-only.  Simplify.
4337         Generate buffer and set displayed-month and displayed-year before
4338         calling update-calendar-mode-line.
4340 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
4342         * net/tramp.el:
4343         * net/tramp-uu.el:
4344         * net/trampver.el: Use utf-8 encoding with coding cookie.
4346         * net/tramp-cache.el:
4347         * net/tramp-fish.el:
4348         * net/tramp-ftp.el:
4349         * net/tramp-gw.el:
4350         * net/tramp-smb.el: Remove coding cookie.
4352         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4353         Flush buffer file-name's file property.
4354         (tramp-handle-file-remote-p): The first parameter is FILENAME.
4356         * net/trampver.el: Update release number.
4358 2007-07-29  Juri Linkov  <juri@jurta.org>
4360         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
4361         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
4362         when major-mode is not dired-mode.
4363         (dired-toggle-read-only): New function.
4364         (dired-recursive-deletes): Remove obsolete comments about old
4365         default value.
4366         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
4368         * wdired.el (wdired-exit): New function.
4369         (wdired-mode-map): Bind C-x C-q to wdired-exit.
4371 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * cus-edit.el (customize-read-group): New fun.
4374         (customize-group-other-window, customize-face-other-window):
4375         Prompt before delegating to customize-(group|face).
4376         Bind pop-up-windows rather than use the other-window argument.
4377         (customize-group, customize-face): Prompt from the interactive spec.
4378         Remove args `prompt-for-group' and `other-window'.
4380         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
4381         (ad-body-forms, ad-advised-interactive-form): Revert this part of
4382         last change.
4384 2007-07-28  Masatake YAMATO  <jet@gyve.org>
4386         * vc.el (vc-dired-mode): Add a menu for VC related operation.
4387         Use backend name as the menu label.  Suggested by David Kastrup.
4389 2007-07-28  Alan Mackenzie  <acm@muc.de>
4391         Fix problem with modes derived from CC Mode:
4392         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4393         macro to cc-langs.
4394         (c-init-language-vars-for): Remove call to above macro.
4395         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4396         been moved to here.
4397         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4399 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4401         * net/trampver.el: Fix the `coding' cookie.
4403 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4405         * vc-git.el (vc-git-print-log): Support both the old single file
4406         interface and the new one.
4408 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
4410         * bindings.el (mode-line-remote): Use updated %@ construct.
4412 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4414         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4415         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
4416         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
4417         (diary-list-bahai-entries, diary-bahai-mark-entries)
4418         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
4419         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4420         New names to clean up namespace.
4421         (list-bahai-diary-entries, mark-bahai-diary-entries)
4422         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
4423         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
4424         Add compatibility aliases.
4426         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
4428         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
4429         (calendar-scroll-left-three-months)
4430         (calendar-scroll-right-three-months): Clean up namespace.
4431         (scroll-calendar-left, scroll-calendar-right)
4432         (scroll-calendar-left-three-months)
4433         (scroll-calendar-right-three-months): Add compatibility aliases.
4435         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4436         Behave like mouse-scroll-calendar-* when used from the mouse.
4438         * calendar/cal-menu.el (cal-menu-scroll-menu)
4439         (cal-menu-global-mouse-menu):
4440         * calendar/calendar.el (calendar-mode-map):
4441         Use new calendar-scroll-* names.
4442         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
4443         Remove.  Use calendar-scroll-* directly instead.
4445 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4447         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
4448         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
4449         (ad-make-advised-definition, ad-cache-id-verification-code):
4450         Use commandp and interactive-form instead.
4452 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
4454         * vc-git.el: Relicense to GPLv3 or later.
4455         (vc-directory-exclusion-list, vc-handled-backends): Remove.
4457         * vc-hooks.el (vc-handled-backends): Add GIT.
4459         * vc.el (vc-directory-exclusion-list): Add .git.
4461 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
4463         * vc-git.el (vc-git-revision-table)
4464         (vc-git-revision-completion-table): New functions.
4466 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4468         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
4469         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
4470         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
4471         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
4472         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
4473         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
4474         New command actions for EPS header and EPS footer.
4476         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
4477         footer.  Fix some problems with one-or-more, zero-or-more and
4478         alternative constructions generation.  Some log messages
4479         implementation.  Doc fix.
4480         (ebnf-version): New version 4.4.
4481         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
4482         (ebnf-eps-footer, ebnf-log): New options.
4483         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
4484         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
4485         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
4486         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
4487         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
4488         (ebnf-style-custom-list, ebnf-style-database): Put new values.
4489         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
4490         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
4491         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
4492         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
4493         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
4494         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
4495         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
4496         (ebnf-non-terminal-dimension, ebnf-special-dimension)
4497         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
4498         (ebnf-except-dimension, ebnf-alternative-dimension)
4499         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
4500         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
4501         message fun.
4502         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
4503         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
4504         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
4505         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
4506         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
4507         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
4508         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
4509         compatibility with Emacs 20 & 21.
4510         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
4511         (ebnf-eps-file-alist, ebnf-basic-width-extra)
4512         (ebnf-basic-empty-height): New vars.
4513         (ebnf-prologue): Fix PostScript code.
4514         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
4515         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
4516         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
4517         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
4519 2007-07-25  Glenn Morris  <rgm@gnu.org>
4521         * Relicense all FSF files to GPLv3 or later.
4523         * COPYING: Switch to GPLv3.
4525 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4527         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4528         Replace it with another one which disables undo before calling
4529         erase-buffer and then turns it back on if needed.
4531 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4533         * ps-print.el: Problem with foreground and background color when
4534         printing a buffer with and without faces.  Reported by Christian
4535         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4536         (ps-print-version): New version 6.7.5.
4537         (ps-default-fg): Change default value to nil, so black color is used
4538         when a face does not specify a foreground color.
4539         (ps-default-bg): Change default value to nil, so white color is used
4540         for background color.
4541         (ps-begin-job): Fix code.
4543 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4545         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4547 2007-07-24  Glenn Morris  <rgm@gnu.org>
4549         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4550         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4551         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4552         (cal-tex-cursor-week, cal-tex-cursor-week2)
4553         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4554         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4555         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4556         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4558 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4560         * calendar/calendar.el (calendar-mode-map): Move initialization
4561         into declaration.  Add menu bindings (used to be done in cal-menu).
4562         (calendar-mode): Don't add an activate-menubar-hook.
4564         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
4565         modify calendar-mode-map), use easy-menu, and make sure that C-h k
4566         can be used on the menu entries.
4567         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
4568         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
4569         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
4570         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
4571         (calendar-flatten, cal-menu-update): Remove.
4572         (calendar-mouse-insert-hebrew-diary-entry)
4573         (calendar-mouse-insert-islamic-diary-entry)
4574         (calendar-mouse-insert-bahai-diary-entry):
4575         Remove (fold into cal-menu-diary-menu).
4576         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
4577         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
4578         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
4579         (calendar-mouse-view-diary-entries): Minor simplifications.
4580         (calendar-event-to-date): Use with-current-buffer.
4582 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
4584         * add-log.el (change-log-redate): Remove (not needed anymore and
4585         doesn't appear to work).
4587 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4589         * frame.el: Use mapc and dolist instead of mapcar where possible.
4590         (close-display-connection): New command.
4592 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
4594         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
4595         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
4597 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4599         * ps-print.el (ps-multibyte-buffer): Docstring fix.
4601         * ps-mule.el: Doc fix.
4602         (ps-multibyte-buffer, ps-mule-font-info-database-default)
4603         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
4605 2007-07-25  Glenn Morris  <rgm@gnu.org>
4607         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
4608         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
4609         (cal-tex-daily-end, cal-tex-hook)
4610         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
4611         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
4612         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4613         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4614         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
4615         (cal-tex-day-prefix, cal-tex-day-name-format)
4616         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
4617         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
4618         (cal-tex-LaTeX-subst-list): Change from variables to constants.
4619         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
4620         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
4621         etc, rather than \bf.
4622         (cal-tex-mini-calendar): Fix typos in previous change.
4623         (cal-tex-latexify-list): Remove inner let binding.
4624         (cal-tex-end-document, cal-tex-banner): Use multi-line
4625         cal-tex-comment.
4626         (cal-tex-comment): Handle embedded newlines.
4627         (cal-tex-LaTeXify-string): Use substring-no-properties.
4629 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
4631         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4632         Add support for the Maden build tool.
4634 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
4636         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
4638 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4640         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4642 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4644         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
4645         C-x C-q.
4647         * vc-git.el (vc-git-print-log): Fix previous change.
4649 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * window.el (save-selected-window): Minor optimization.
4652         (bw-adjust-window): If operation failed, try with a smaller delta.
4653         (window-fixed-size-p): New function.
4654         (window-area-factor): New var.
4655         (balance-windows-area): New command.
4657         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
4658         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
4659         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
4660         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
4661         (ps-mule-begin-job): Use dolist.
4663 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4665         * subr.el (start-file-process-shell-command)
4666         (process-file-shell-command): New defuns.
4668         * progmodes/compile.el (compilation-start):
4669         Apply `start-file-process-shell-command'.
4671 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
4673         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
4675 2007-07-24  Alan Mackenzie  <acm@muc.de>
4677         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4678         Initialise byte-compile-unresolved-functions before rather than
4679         after a compilation.
4680         (byte-compile-unresolved-functions): Amplify doc string.
4682 2007-07-24  Glenn Morris  <rgm@gnu.org>
4684         * startup.el (normal-splash-screen): Use `emacs-copyright'.
4686         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4687         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4688         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4689         (cal-tex-cursor-week, cal-tex-cursor-week2)
4690         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4691         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4692         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4693         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4695         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
4696         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
4697         (cal-tex-day-name-format, cal-tex-cal-one-month)
4698         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
4699         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
4700         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
4701         (cal-tex-list-holidays, cal-tex-cursor-year)
4702         (cal-tex-cursor-year-landscape, cal-tex-year)
4703         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
4704         (cal-tex-cursor-month, cal-tex-insert-days)
4705         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4706         (cal-tex-first-blank-p, cal-tex-cursor-week)
4707         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4708         (cal-tex-week-hours, cal-tex-cursor-week-monday)
4709         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
4710         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
4711         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
4712         (cal-tex-latexify-list, cal-tex-previous-month)
4713         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
4714         modernization, including using dotimes rather than
4715         calendar-for-loop.
4716         (cal-tex-LaTeX-subst-list): Remove `@'.
4717         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
4718         Use \textit and \textbf rather than \em and \it.
4720         * calendar/cal-bahai.el (list-bahai-diary-entries)
4721         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
4722         * calendar/cal-islam.el (list-islamic-diary-entries)
4723         * calendar/calendar.el (generate-calendar, generate-calendar-month)
4724         * calendar/diary-lib.el (diary-list-entries)
4725         (mark-calendar-date-pattern): Use `dotimes' rather than
4726         `calendar-for-loop'.
4728         * calendar/calendar.el (calendar-for-loop): Doc fix.
4730 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4732         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4733         underlying file is uptodate.
4735 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
4737         * replace.el (perform-replace): Use isearch-no-upper-case-p.
4739 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4741         * vc-hooks.el (vc-mode-line-map): New const.
4742         (vc-mode-line): Use it.
4744 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4746         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
4747         (vc-git-unregister): New functions.
4748         (vc-git-find-version): Use the result of ls-files as a parameter
4749         for cat-file.
4751 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
4753         * net/tramp.el (tramp-perl-file-attributes)
4754         (tramp-perl-directory-files-and-attributes)
4755         (tramp-handle-file-attributes-with-stat)
4756         (tramp-handle-directory-files-and-attributes-with-stat)
4757         (tramp-convert-file-attributes): Handle huge file sizes.
4759 2007-07-23  Juri Linkov  <juri@jurta.org>
4761         * isearch.el (isearch-message-function): New variable.
4762         (isearch-update, isearch-search): Use it.
4764         * simple.el (goto-history-element): New function created from
4765         next-history-element.
4766         (next-history-element): Most code moved to goto-history-element.
4767         Call goto-history-element with (- minibuffer-history-position n).
4768         (previous-history-element): Call goto-history-element with (+
4769         minibuffer-history-position n).
4770         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
4771         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
4772         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
4773         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
4774         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
4775         (minibuffer-history-isearch-pop-state): New functions.
4777 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4779         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
4780         Also, if FILE is a list, return non-nil if any of its elements
4781         should stay local.  Update docstring.
4783 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
4786         change by reverting a small part.
4788 2007-07-23  Richard Stallman  <rms@gnu.org>
4790         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4792 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4794         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
4795         handling it.  Use vc-git-command.
4796         (vc-git-find-version, vc-git-diff-tree): New functions.
4797         (vc-git-revert): Use vc-git-command.
4798         (vc-git--run-command): Delete.
4800 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4802         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
4804 2007-07-20  Kenichi Handa  <handa@m17n.org>
4806         * international/utf-8.el (utf-8-post-read-conversion):
4807         Temporarily bind utf-8-compose-scripts to nil while running
4808         *-compose-region functions.
4810 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4812         * vc-git.el: Update status.
4813         (vc-directory-exclusion-list): Use eval-after-load.
4815 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
4817         * bindings.el (mode-line-remote): New variable.
4818         (help-echo): Add to default values of mode-line-format.
4820         * files.el: Mark mode-line-remote as risky.
4822 2007-07-22  Juri Linkov  <juri@jurta.org>
4824         * isearch.el (isearch-edit-string): Save old point and
4825         isearch-other-end to old-point and old-other-end before reading
4826         the search string from minibuffer.  After exiting minibuffer set
4827         point to old-other-end if point and the search direction is the
4828         same as before reading the search string.
4829         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4830         to isearch-other-end.  Instead of isearch-search-and-update call
4831         three functions isearch-search, isearch-push-state and isearch-update.
4833 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4835         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
4836         deal with multiple file arguments.
4837         (vc-git-print-log): Deal with multiple file arguments.
4839 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4841         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
4842         diff-refine-hunk.  Adjust users.
4843         (diff-unified-hunk-p, diff-splittable-p): New functions.
4844         (diff-mode-menu): Use it to disable Split when it doesn't work.
4846 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4848         * diff-mode.el (diff-mode-menu): New entries.
4850 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
4853         if applicable, so as to save undo-log space.
4855         * diff-mode.el (diff-find-file-name): Add arg `batch'.
4857         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4858         (diff-file-kill): Use it.
4859         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4860         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4861         Use it so they find the hunk even when we're in the file header.
4863 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4865         * vc-git.el (vc-git-revision-granularity, vc-git-root)
4866         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
4867         (vc-git-create-repo): New functions.
4868         (vc-git-registered): New autoloaded function definition.
4869         (vc-git-registered): Use vc-git-root.
4870         (vc-git-responsible-p): New defalias.
4871         (vc-git-annotate-extract-revision-at-line): Uncomment.
4872         (vc-git-print-log): Add the file name to the log.
4873         (vc-git-log-view-mode): New derived mode.
4874         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
4876 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4878         * progmodes/grep.el (grep-compute-defaults): Keep default values.
4880 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4882         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4883         file in a way that does not interfere with recentf mode.
4884         (reftex-access-parse-file): Do not risk destroying an existing
4885         buffer.
4887 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
4889         * vc-git.el: New file.
4891 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4893         * textmodes/tex-mode.el (tex-font-script-display): Change default.
4895 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4897         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
4898         for branches and new files.
4900         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
4901         local-map handling ...
4902         (vc-mode-line): ... here.  Improve handling of help-echo.
4904         * vc.el (mode-line-string): Document help-echo usage.
4906 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4908         Sync with Tramp 2.1.10.
4910         * net/tramp.el (tramp-get-ls-command): Fix typo.
4912         * net/trampver.el: Update release number.
4914 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4916         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4918         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4920 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
4922         * add-log.el (change-log-fill-parenthesized-list): New function.
4923         (change-log-indent): Call change-log-fill-parenthesized-list.
4924         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
4925         Have lines with leading asterisk start a paragraph.
4927 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4929         * calc/calc-math.el (math-emacs-precision)
4930         (math-largest-emacs-expt, math-smallest-emacs-expt):
4931         New variables.
4932         (math-use-emacs-fn): New function.
4933         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
4934         appropriate.
4936 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4938         * image-dired.el (image-dired-sane-db-file): New func.
4939         (image-dired-write-tags, image-dired-remove-tag)
4940         (image-dired-list-tags, image-dired-write-comments)
4941         (image-dired-get-comment, image-dired-mark-tagged-files)
4942         (image-dired-create-gallery-lists): Call new func.
4943         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4945 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4947         * vc-hg.el (vc-hg-dir-state): Fix loop.
4948         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4949         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4950         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4951         (vc-hg-revert): Likewise.
4952         (vc-hg-revision-table, vc-hg-revision-completion-table): New
4953         functions.
4955 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4957         * add-log.el (change-log-resolve-conflict): Don't lose data if the
4958         merge fails.
4960 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4962         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4963         Add group and version.
4965 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4967         * add-log.el (add-log-file-name): Use file-relative-name.
4968         (add-change-log-entry): Delay reading
4969         add-log-(full-name|mailing-address) to after we've switched to the
4970         ChangeLog buffer so we get the right value.
4971         (add-change-log-entry, add-log-current-defun, change-log-merge):
4972         Use derived-mode-p rather than checking major-mode directly.
4974         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4975         name for buffer-file-name if it refers to a directory.
4977         * vc-arch.el (vc-arch-diff): Fix last change.
4979         * progmodes/compile.el (compilation-start): Remember the original
4980         directory in a buffer-local compilation-directory.
4981         (compile): Set the global value of compilation-directory.
4982         (recompile): Use compilation-directory even in the compilation buffer.
4984 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4986         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4988 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4990         * ps-print.el: Problem with foreground and background color when
4991         printing a buffer with and without faces.  Reported by Christian
4992         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4993         (ps-print-version): New version 6.7.5.
4994         (ps-default-fg): Change default value to nil, so black color is used
4995         when a face does not specify a foreground color.
4996         (ps-default-bg): Change default value to nil, so white color is used
4997         for background color.
4998         (ps-begin-job): Fix code.
5000 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
5002         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
5003         in $(INSTALL_DIR)/lisp/ if they already exist.
5005 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
5007         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
5008         in $(INSTALL_DIR)/lisp/ if they already exist.
5010 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5012         * progmodes/vera-mode.el (vera-re-search-forward)
5013         (vera-re-search-backward): Remove use of store-match-data.
5014         (vera-mode-map): Move initialization into declaration.
5016         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
5017         (flymake-find-buildfile): Use locate-dominating-file.
5019         * vc.el (vc-delistify): Use mapconcat.
5020         (vc-do-command): Minor simplification.
5021         (vc-expand-dirs): Use push.
5023         * vc-mcvs.el (vc-mcvs-create-repo):
5024         * vc-cvs.el (vc-cvs-create-repo): Remove.
5026         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
5027         directory and the root as well.
5029 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5031         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
5032         instead of a file.
5034         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
5035         (vc-hg-registered): Replace if with when.
5036         (vc-hg-state): Deal with nonexistent files and handle removed files.
5037         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
5038         (vc-hg-checkout): Re-enable.
5039         (vc-hg-create-repo): Fix typos.
5040         (vc-hg-print-log): Fix for multiple files.
5041         (vc-hg-workfile-unchanged-p): New function.
5043         * vc.el: Fix typo.
5044         (vc-print-log): Fix call to print-log.
5045         (vc-default-comment-history): Likewise.
5046         (vc-directory-exclusion-list): Add .hg and .bzr.
5047         (vc-diff-internal): Pass a list instead of a file.
5049         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5051         * vc-bzr.el (vc-bzr-create-repo): New function.
5053 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5055         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5056         `file' from which to start the search.
5058 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
5060         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5061         having a single file argument to having a list of files as the
5062         first argument.
5064 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5066         * files.el (locate-dominating-file): New function.
5068 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
5070         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5071         (grep-compute-defaults): Use it.
5073 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5075         * uniquify.el: Docstring fixes.
5077 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
5079         * vc.el (revision-granularity, create-repo): Document new vc
5080         backend properties.
5081         (vc-rollback): Renamed from vc-cancel-version. Update
5082         references. Pass a list instead of a file.
5083         (vc-revert): Renamed from vc-revert-buffer. Update references.
5084         (vc-delistify, vc-expand-dirs): New functions.
5085         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5086         of files instead of a single file.
5087         (vc-position-context, vc-resync-window, vc-diff-internal)
5088         (vc-print-log): Pass a list instead of a file.
5090         * vc-hooks.el (vc-stay-local-p, vc-backend)
5091         (vc-backend-subdirectory-name): Work on a file list, not a single
5092         file.
5093         (vc-workfile-version): Update docstring.
5094         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5095         vc-revert instead of vc-revert-buffer.
5096         (vc-prefix-map): Likewise. Bind vc-update.
5098         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5099         (vc-svn-wash-log): New functions.
5100         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5101         (vc-svn-command): Deal with a list of files, not a single file.
5103         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5104         (vc-rcs-wash-log): New functions.
5105         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5106         Deal with a list of files, not a single file.
5107         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5109         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5110         functions.
5111         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5112         list of files, not a single file.
5114         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5115         New functions.
5116         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5117         (vc-mcvs-diff): Deal with a list of files, not a single file.
5119         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5120         functions.
5121         (vc-hg-print-log): Deal with a list of files, not a single file.
5122         (vc-hg-diff-tree): New function, replace defalias with the same
5123         name.
5124         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5125         FILES to denote that it is a file list, not a single file.
5127         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5128         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5129         a single file.
5130         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5131         that it is a file list, not a single file.
5132         (vc-cvs-diff): Likewise. Simplify.
5134         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5135         Deal with a list of files, not a single file.
5137         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5138         (vc-bzr-print-log): Update FILE parameter name to denote that it
5139         is a file list, not a single file.
5140         (vc-bzr-diff): Likewise. Use the car of files.
5142 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
5144         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5145         (follow-delete-other-windows-and-split, follow-recenter)
5146         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5147         (follow-redisplay, follow-estimate-first-window-start)
5148         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
5149         Fix typos in docstrings.
5151 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
5153         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
5154         avoid that filling introduces lines with a single asterisk.
5156         * kmacro.el (kmacro-end-macro): When ignoring empty macro
5157         avoid incorrect kmacro-ring-empty-p messages.
5158         Reported by Michael Schierl <schierlm@gmx.de>.
5160 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5162         * vc.el: Add more info about the vc-registered function.
5164 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5166         * files.el (file-remote-p): Introduce optional parameter
5167         IDENTIFICATION.
5169         * recentf.el (recentf-keep-default-predicate): Adapt call of
5170         `file-remote-p'.
5172         * progmodes/grep.el (grep-probe): Use `process-file'.
5173         (grep-compute-defaults): Handle variables host specific.
5175         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5176         parameter IDENTIFICATION.
5178         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5179         parameter IDENTIFICATION.
5180         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
5181         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5182         Add entry for `set-file-times'.
5183         (tramp-do-copy-or-rename-file-via-buffer)
5184         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5185         (tramp-handle-unhandled-file-name-directory): Rewrite.
5186         (tramp-convert-file-attributes): Add error handling when inode is
5187         extraordinary big.
5188         (tramp-get-inode): Change parameter from FILE to VEC.
5189         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5190         is nil.  This is according to the specification.  Goto (point-max)
5191         when ready.
5192         (tramp-handle-shell-command): Rewrite completely, using
5193         `process-file' and `start-file-process'.
5194         (tramp-methods, tramp-find-shell)
5195         (tramp-open-connection-setup-interactive-shell)
5196         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5197         var.  Reported by Steve Youngs <steve@sxemacs.org>.
5199         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5200         entry for `set-file-times'.  Rename `start-process' into
5201         `start-file-process'.  Remove `call-process' entry.
5202         (tramp-fish-handle-set-file-times): New defun.
5203         (tramp-fish-handle-executable-find): Use `process-file'.
5204         (tramp-fish-handle-process-file): New defun.  Replaces
5205         `tramp-fish-handle-call-process'.
5206         (tramp-fish-do-copy-or-rename-file-directly): Use
5207         `set-file-times'.
5208         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5210         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5211         `tramp-get-inode' parameter.
5213 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5215         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5216         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
5217         nowadays, and by the time Emacs-23 comes out, nobody will even remember
5218         it has ever existed.
5220 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5222         * vc.el: Undo previous change.
5224 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
5226         * makefile.w32-in (clean): Don't delete *~.
5228 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * textmodes/tex-mode.el (tex-verbatim-environments):
5231         Add safe-local-variable property.
5232         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
5233         when starting font-lock rather than when loading tex-mode.el.
5235         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
5236         whole $( rather than just the $.  Rename from sh-quoted-subshell.
5237         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
5239 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5241         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
5242         bookmark-alist.  Instead, if not sorting, simply return it.
5243         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
5244         for its return value, not for its side effect.
5246         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
5247         case of alignment under a constant symbol, find and consider
5248         the sexp actually at indentation to be the "last sexp".
5250 2007-07-16  Drew Adams  <drew.adams@oracle.com>
5252         * mouse.el (mouse-yank-secondary): Better error message if no
5253         secondary selection.
5255 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
5257         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
5259         * term/xterm.el (xterm-turn-on-modify-other-keys)
5260         (xterm-turn-off-modify-other-keys): New functions.
5261         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
5262         terminal supports it.
5264 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5266         * bookmark.el (bookmark-show-all-annotations):
5267         Make sure each inserted annotation ends with newline.
5269 2007-07-15  Richard Stallman  <rms@gnu.org>
5271         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
5273         * tutorial.el (tutorial--find-changed-keys):
5274         Handle C-x specially like ESC.
5276 2007-07-15  Aaron Hawley  <aaronh@garden.org>
5278         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
5280 2007-07-15  Juri Linkov  <juri@jurta.org>
5282         * delsel.el (delete-selection-pre-hook):
5283         * emulation/cua-base.el (cua-paste): Before a yank command,
5284         check also whether last-command is one of mouse-save-then-kill,
5285         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
5287 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
5289         * recentf.el (recentf-keep-default-predicate): New defun.
5290         (recentf-keep): Use it as initial value.
5292 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
5294         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
5295         thus restoring bookmark bindings to three slots under C-x r.  See
5296         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
5298 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5300         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
5302 2007-07-15  Jason Rumney  <jasonr@gnu.org>
5304         * w32-fns.el (set-default-process-coding-system): Use dos line ends
5305         for input to cmdproxy on all versions of Windows.
5306         Use dos line ends for input to plink.
5308         * comint.el (comint-simple-send): Concat newline before sending.
5309         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
5311 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5313         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
5314         safe-local-variable setting.
5316 2007-07-14  David Kastrup  <dak@gnu.org>
5318         * emacs-lisp/advice.el (defadvice): Doc fix.
5320 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
5322         * subr.el (when, unless): Doc fix.
5324 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
5326         * replace.el (match): Use yellow1 instead of yellow.
5328         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
5329         red.
5331         * pcvs-info.el (cvs-unknown): Likewise.
5333 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5335         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
5336         (install): Use them to copy all *.el files before *.elc.
5338 2007-07-13  Drew Adams  <drew.adams@oracle.com>
5340         * bookmark.el (bookmark-jump-other-window): New function.
5341         (bookmark-map): Bind it to "o".
5343         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
5344         and its thread contains discussion about this change.
5345         The original patch was slightly tweaked by Karl Fogel
5346         <kfogel@red-bean.com> before committing.
5348 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5350         * bookmark.el: Shorten some comments to fit within 80 lines.
5352 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5354         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
5355         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
5356         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
5357         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
5359 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
5361         * textmodes/org.el: Bug fixes.
5362         (org-end-of-line): Move to end of line if in headline without tags.
5364 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         * vc-hooks.el: Remove spurious * in docstrings.
5367         (vc-handled-backends): Add BZR.
5369         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
5371 2007-07-12  Davis Herring  <herring@lanl.gov>
5373         * desktop.el (desktop-buffer-info, desktop-save):
5374         Use `desktop-dirname' instead of `dirname'.
5376 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5378         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
5380         * progmodes/python.el (python-which-func-length-limit): New var.
5381         (python-which-func): New function.
5382         (python-current-defun): Add optional `length-limit' and try to fit
5383         computed function name to that length.
5384         (python-mode): Hook `python-which-func' up.
5386 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5388         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
5390         * comint.el (comint-dynamic-complete-as-filename):
5391         Use read-file-name-completion-ignore-case.
5393 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * comint.el (comint-dynamic-list-filename-completions):
5396         Use read-file-name-completion-ignore-case.
5398         * vc-cvs.el: Require CL.
5399         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
5400         New functions to provide completion of revision names.
5402         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
5403         (vc-cvs-annotate-first-line-re): New const.
5404         (vc-cvs-annotate-process-filter): New fun.
5405         (vc-cvs-annotate-command): Use them and run the command asynchronously.
5407 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5409         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
5410         (eldoc-print-current-symbol-info): Adjust for changed helper
5411         function signatures.
5412         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
5413         `eldoc-highlight-function-argument'.
5414         (eldoc-highlight-function-argument): New function.
5415         (eldoc-get-var-docstring): Format documentation with
5416         `font-lock-variable-name-face'.
5417         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
5418         where suited.
5419         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
5420         (eldoc-beginning-of-sexp): Return number of skipped sexps.
5422 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
5424         * progmodes/compile.el (compilation-start): `start-process' must
5425         still be redefined when calling `start-process-shell-command'.
5427         * progmodes/gud.el (gud-file-name): When `default-directory' is a
5428         remote file name, prepend its remote part to the filename.
5429         (gud-common-init): When `default-directory' is a remote file name,
5430         make the filename relative to it.
5431         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
5433 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5435         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
5436         mouse binding and a tooltip.
5438 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5440         * menu-bar.el (vc-menu-map): New defalias.
5442 2007-07-10  Richard Stallman  <rms@gnu.org>
5444         * emacs-lisp/lisp-mode.el (eval-defun):
5445         Explain special handling of `defface'.
5447 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
5449         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
5451         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
5453 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
5457         * vc-arch.el (vc-arch-complete): Remove.
5458         (vc-arch-revision-completion-table): Use complete-with-action.
5460         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
5461         (complete-with-action): New function.
5462         (dynamic-completion-table): Use it.
5464 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
5466         * comint.el (make-comint, make-comint-in-buffer)
5467         (comint-exec-1): Replace `start-process' by `start-file-process'.
5469         * progmodes/compile.el (compilation-start): Revert redefining
5470         `start-process'.
5472 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5474         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
5475         with EOLs when generating MD5 checksums.
5477         * follow.el: Don't change the global map from the follow-mode-map
5478         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
5479         XEmacs code.
5480         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
5481         since `follow-mode' should be used instead for that.
5483         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
5484         (easy-menu-do-define): Use it.
5485         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
5487         * progmodes/compile.el (compilation-auto-jump-to-first-error)
5488         (compilation-auto-jump-to-next): New vars.
5489         (compilation-auto-jump): New function.
5490         (compilation-error-properties): Use them to jump to first error.
5491         (compilation-start): Set the var if requested.
5493         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
5494         duplicates without also removing entries from other directories.
5496 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5498         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
5499         Remember span as default.
5500         (org-columns-edit-value): Rename from `org-column-edit'.
5501         (org-columns-display-here-title): Rename from
5502         `org-overlay-columns-title'.
5503         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
5504         (org-columns-get-autowidth-alist): Rename from
5505         `org-get-columns-autowidth-alist'.
5506         (org-columns-display-here): Rename from `org-overlay-columns'.
5507         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
5508         (org-columns-quit): Rename from `org-column-quit'.
5509         (org-columns-show-value): Rename from `org-column-show-value'.
5510         (org-columns-content, org-columns-widen)
5511         (org-columns-next-allowed-value)
5512         (org-columns-edit-allowed, org-columns-store-format)
5513         (org-columns-uncompile-format, org-columns-redo)
5514         (org-columns-edit-attributes, org-delete-property)
5515         (org-set-property, org-columns-update)
5516         (org-columns-compute, org-columns-eval)
5517         (org-columns-not-in-agenda, org-columns-compute-all)
5518         (org-property-next-allowed-value)
5519         (org-columns-compile-format)
5520         (org-fill-paragraph-experimental)
5521         (org-string-to-number, org-property-action)
5522         (org-columns-move-left, org-columns-new)
5523         (org-column-number-to-string)
5524         (org-property-previous-allowed-value)
5525         (org-at-property-p, org-columns-delete)
5526         (org-columns-previous-allowed-value)
5527         (org-columns-move-right, org-columns-narrow)
5528         (org-property-get-allowed-values)
5529         (org-verify-version, org-column-string-to-number)
5530         (org-delete-property-globally): New functions.
5531         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
5532         (org-columns-overlays): Rename from `org-column-overlays'.
5533         (org-columns-map): Rename from `org-column-map'.
5534         (org-columns-current-maxwidths): Rename from
5535         `org-current-columns-maxwidths'.
5536         (org-columns-begin-marker, org-columns-current-fmt-compiled)
5537         (org-previous-header-line-format)
5538         (org-columns-inhibit-recalculation)
5539         (org-columns-top-level-marker): New variables.
5540         (org-columns-default-format): Rename from `org-default-columns-format'.
5541         (org-property-re): New constant.
5543 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
5545         * subr.el (looking-at-p, string-match-p): New functions.
5547 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
5549         * textmodes/tex-mode.el (tex-fontify-script)
5550         (tex-font-script-display): New variables to make display of
5551         superscripts and subscripts customizable.
5552         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
5554 2007-07-09  Richard Stallman  <rms@gnu.org>
5556         * isearch.el (isearch-edit-string): Call to isearch-push-state
5557         after the search.
5559 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5561         * window.el (fit-window-to-buffer): Remove setting of window-min-height
5562         to 1 as enlarge-window uses the value to resize/shrink windows other
5563         than WINDOW if needed.
5565 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5567         * cus-start.el (file-coding-system-alist): Fix custom type.
5569 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
5571         * longlines.el (longlines-wrap-region): Avoid marking buffer as
5572         modified.
5573         (longlines-auto-wrap, longlines-window-change-function):
5574         Remove unnecessary calls to set-buffer-modified-p.
5576 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5578         * cus-start.el (file-coding-system-alist): Fix custom type.
5580 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5582         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
5583         (vc-cvs-checkout): Remove last arg now unused; simplify.
5585 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5587         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
5589         * net/tramp.el:
5590         * net/tramp-ftp.el:
5591         * net/tramp-smb.el:
5592         * net/tramp-uu.el:
5593         * net/trampver.el: Migrate to Tramp 2.1.
5595         * net/tramp-cache.el:
5596         * net/tramp-fish.el:
5597         * net/tramp-gw.el: New Tramp packages.
5599         * net/tramp-util.el:
5600         * net/tramp-vc.el: Removed.
5602         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
5603         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
5605         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
5607         * progmodes/compile.el (compilation-start): Redefine
5608         `start-process' temporarily when `default-directory' is remote.
5609         Remove case of synchronous compilation, this won't happen ever.
5610         (compilation-setup): Make local variable `comint-file-name-prefix'
5611         for remote compilation.
5613 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
5615         * novice.el (disabled-command-function): Fit window to buffer to
5616         make last line visible.
5617         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5619         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
5620         when handling the terminating event.
5622 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5624         * calc/calc.el (math-read-number-simple): Remove leading 0s.
5625         (math-bignum-digit-length): Change to optimal value.
5627         * calc/calc-bin.el (math-bignum-logb-digit-size)
5628         (math-bignum-digit-power-of-two): Evaluate when compiled.
5630         * calc/calc-comb.el (math-small-factorial-table)
5631         (math-init-random-base, math-prime-test): Remove unnecessary calls
5632         to `math-read-number-simple'.
5634         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5635         (math-approx-gamma-const): Add docstrings.
5637         * calc/calc-forms.el (math-julian-date-beginning)
5638         (math-julian-date-beginning-int): New constants.
5639         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
5640         Use the new constants.
5642         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
5644         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5645         Add docstrings.
5647 2007-07-07  Tom Tromey  <tromey@redhat.com>
5649         * vc.el (vc-annotate): Jump to line and output message only after the
5650         process is really all done.
5652 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5654         * vc.el (vc-exec-after): Don't move point from the sentinel.
5655         Forcefully read all the remaining text in the pipe upon process exit.
5656         (vc-annotate-display-autoscale, vc-annotate-lines):
5657         Don't stop at the first unrecognized line.
5658         (vc-annotate-display-select): Run autoscale after the process is done
5659         since it depends on the whole result.
5661 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
5663         * term/w32-win.el (menu-bar-open): New function.
5664         Bind <f10> to it.
5666 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
5668         * simple.el (start-file-process): New defun.
5670 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5672         * files.el (find-file-confirm-nonexistent-file): Rename from
5673         find-file-confirm-inexistent-file.  Update users.
5675         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
5676         format of autoload block where the file's time-stamp is replaced by its
5677         MD5 checksum.
5678         (autoload-generate-file-autoloads): Use MD5 checksum instead of
5679         time-stamp for secondary autoloads files.
5680         (update-directory-autoloads): Remove duplicate entries.
5681         Use time-less-p for time-stamps, as done in autoload-find-destination.
5683 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5685         * calc/calc.el (math-read-number): Replace number by variable.
5686         (math-read-number-simple): Properly parse small integers.
5688 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5690         * vc.el: Fix doc for the checkout function.
5692 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
5694         * vc-hg.el (vc-hg-root): New function.
5695         (vc-hg-registered): Use it.
5696         (vc-hg-diff-tree): New defalias.
5697         (vc-hg-responsible-p): Likewise.
5698         (vc-hg-checkout): Comment out, not needed.
5699         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
5700         (vc-hg-find-version, vc-hg-next-version): New functions.
5702 2007-07-06  Andreas Schwab  <schwab@suse.de>
5704         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
5705         dynamic bindings around the evaluation of the expression.
5706         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
5708 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5710         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
5711         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
5712         Use run-hooks rather than run-mode-hooks.
5714 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
5716         * calc/calc-comb.el (math-random-digit): Rename to
5717         `math-random-three-digit-number'.
5718         (math-random-digits): Don't depend on representation of integer.
5720         * calc/calc-bin.el (math-bignum-logb-digit-size)
5721         (math-bignum-digit-power-of-two): New constants.
5722         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
5723         (math-not-bignum, math-clip-bignum): Use the constants
5724         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
5725         instead of their values.
5726         (math-clip): Use math-small-integer-size instead of its value.
5728         * calc/calc.el (math-add-bignum): Replace number by constant.
5730 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5732         * wid-edit.el (widget-documentation-string-value-create):
5733         Insert indentation spaces.
5735 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5737         * emacs-lisp/byte-opt.el: Revert last change.
5739 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5741         * vc-hooks.el (vc-handled-backends): Add HG.
5743         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
5745 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5747         * complete.el (PC-do-complete-and-exit): Add support for the new
5748         `confirm-only' confirmation mode.
5750 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5752         * cus-edit.el (custom-commands): New variable.
5753         (custom-tool-bar-map): New variable.  Initialize using
5754         `custom-commands'.
5755         (custom-mode): Use `custom-tool-bar-map'.
5756         (custom-buffer-create-internal): Insert action buttons only if
5757         tool bar is not used.  Use `custom-commands'.
5758         (Custom-help, custom-command-apply): New function.
5759         (custom-command-apply, Custom-set, Custom-save)
5760         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
5761         Use `custom-command-apply' instead of duplicating code.
5762         (customize-group-other-window): Call `customize-group' instead of
5763         duplicating code.
5764         (customize-face-other-window): Call `customize-face' instead of
5765         duplicating code.
5766         (customize-group, customize-face): Add optional args for opening
5767         in another window.
5768         (custom-variable-tag): Don't inherit `variable-pitch' face.
5769         (custom-group-tag): Inherit `variable-pitch' face.
5770         (custom-variable-value-create): Set documentation indentation.
5771         (custom-group-value-create): Make group name a link, instead of
5772         using an extra "go to group" button.
5773         (custom-prompt-variable, custom-group-set, custom-group-save)
5774         (custom-group-reset-current, custom-group-reset-saved)
5775         (custom-group-reset-standard): Minor cleanup.
5777 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5779         * Makefile.in (bootstrap-prepare): When copying from
5780         ldefs-boot.el, make sure loaddefs.el is writeable.
5782         (bootstrap-prepare): Make $(lisp)/ps-print.el
5783         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
5785 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5787         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
5788         only caller, and delete.
5789         (vc-hg-state): Deal with exceptions and only parse the output on
5790         successful return.
5791         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
5792         caller, and delete.
5793         (vc-hg-workfile-version): Deal with exceptions and only parse the
5794         output on successful return.
5795         (vc-hg-revert): New function.
5797 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
5799         * calculator.el (calculator-expt): Use more cases to determine
5800         the value.
5802 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
5804         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
5805         file names.
5807 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
5809         * calculator.el (calculator-expt, calculator-integer-p):
5810         New functions.
5811         (calculator-fact): Check to see if the factorial will be too
5812         large before computing it.
5813         (calculator-initial-operators): Use `calculator-expt' to
5814         compute "^".
5815         (calculator-mode): Mention that results which are too large
5816         will return inf.
5817         * calc/calc-comb.el (math-small-factorial-table): Replace list
5818         by vector.
5820 2007-07-03  David Kastrup  <dak@gnu.org>
5822         * shell.el: On request of the authors, remove their addresses for
5823         the sake of bug reports, and add the developer list address as
5824         maintainer information.
5826 2007-07-03  Richard Stallman  <rms@gnu.org>
5828         * files.el (make-directory): Doc fix.
5829         (find-file-confirm-inexistent-file): Make it a defcustom.
5830         Make nil the default.
5832 2007-07-02  Richard Stallman  <rms@gnu.org>
5834         * startup.el (command-line): Set buffer-offer-save in *scratch*
5835         and enable auto-save in it.
5837 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5839         * textmodes/org.el (orgstruct-mode-map): New variable.
5840         (orgstruct-mode): New minor mode.
5841         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
5842         (orgstruct-make-binding, org-context-p, org-get-local-variables)
5843         (org-run-like-in-org-mode): New functions.
5844         (org-cycle-list-bullet): New command.
5845         (org-special-properties, org-property-start-re)
5846         (org-property-end-re): New constants.
5847         (org-with-point-at): New macro.
5848         (org-get-property-block, org-entry-properties, org-entry-get)
5849         (org-entry-delete, org-entry-get-with-inheritance)
5850         (org-entry-put, org-buffer-property-keys): New functions.
5851         (org-insert-property-drawer): New command.
5852         (org-entry-property-inherited-from): New variable.
5853         (org-column): New face.
5854         (org-column-overlays, org-current-columns-fmt)
5855         (org-current-columns-maxwidths, org-column-map): New variables.
5856         (org-column-menu): New menu.
5857         (org-new-column-overlay, org-overlay-columns)
5858         (org-overlay-columns-title, org-remove-column-overlays)
5859         (org-column-show-value, org-column-quit, org-column-edit): New
5860         functions.
5861         (org-columns, org-agenda-columns): New commands.
5862         (org-get-columns-autowidth-alist): New functions.
5863         (org-properties): New customize group.
5864         (org-default-columns-format): New option.
5865         (org-priority): Realign tags after changing priority.
5866         (org-preserve-lc): New macro.
5867         (org-update-checkbox-count): Catch case when there is no headline.
5868         (org-agenda-quit): Remove any column overlays.
5869         (org-beginning-of-item-list): Fixed bug when non-item line is
5870         indented too deep.
5871         (org-cached-props): New variable.
5872         (org-cached-entry-get): New function.
5873         (org-make-tags-matcher): Handle property matches.
5874         (org-table-recalculate): Swap evaluation order: Field formula
5875         first, then column formulas, but don't allow them to overwrite the
5876         field formulas.
5877         (org-table-eval-formula): New argument untouchable.
5878         (org-table-put-field-property): New function.
5880 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
5882         * help-mode.el (help-make-xrefs): Skip spaces too when
5883         skipping tabs.
5885         * ffap.el (dired-at-point-prompter): Improve prompt in
5886         list-directory case.
5888 2007-07-01  Richard Stallman  <rms@gnu.org>
5890         * files.el (find-file-visit-truename): Fix safe-local-variable value.
5892 2007-07-01  Richard Stallman  <rms@gnu.org>
5894         * cus-start.el (max-mini-window-height): Added.
5896 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5898         * complete.el (partial-completion-mode): Remove advice of
5899         read-file-name-internal.
5900         (PC-do-completion): Rebind minibuffer-completion-table.
5901         (PC-read-file-name-internal): New function doing what
5902         read-file-name-internal advice did.
5904 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
5906         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
5907         property on a few symbols.
5908         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
5909         (byte-optimize-lapcode): Remove bindings that are not referenced
5910         and certainly will not effect through dynamic scoping.
5912 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5914         * files.el (find-file-confirm-inexistent-file): New var.
5915         (find-file, find-file-other-window, find-file-other-frame)
5916         (find-file-read-only, find-file-read-only-other-window)
5917         (find-file-read-only-other-frame): Use it.
5919 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5921         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
5923 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
5925         * generic-x.el (generic-define-mswindows-modes)
5926         (generic-define-unix-modes, apache-log-generic-mode)
5927         (bat-generic-mode-keymap, java-manifest-generic-mode)
5928         (show-tabs-generic-mode): Fix typos in docstrings.
5930 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
5932         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
5933         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
5934         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
5935         (rcirc-print): Never ignore messages from ourself.
5937 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
5940         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
5942 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5944         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
5945         replace-regexp-in-string.
5947 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5949         * emacs-lisp/cl.el: Set edebug and indentation before loading
5950         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
5952 2007-06-28  Andreas Schwab  <schwab@suse.de>
5954         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
5955         $(lisp)/subdirs.el.
5957 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
5959         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
5960         the speedbar frame if nil; that deletes the current frame or
5961         causes an error if it is the only frame.
5962         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
5964 2007-06-28  Kevin Ryde  <user42@zip.com.au>
5966         * textmodes/nroff-mode.el: Groff \# comments.
5967         (nroff-mode-syntax-table): \# comment intro,
5968         plain # as punct per global table.
5969         (nroff-font-lock-keywords): Add # as a single char escape.
5970         (nroff-mode): In comment-start-skip, match \#.
5972 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
5975         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
5976         point-min == 1.
5978 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
5980         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
5981         Rename and move to...
5983         * subr.el (strings->string, string->strings): ...here.
5985         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
5986         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
5988         * progmodes/gud.el (gud-common-init): Call string->strings instead
5989         of split-string.
5991 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
5993         * dired-aux.el: Remove `dired-call-process'.
5994         (dired-check-process): Call `process-file'.
5996         * wdired.el (wdired-do-perm-changes): Call `process-file'.
5998         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
5999         `ange-ftp-process-file'.
6001 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6003         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
6005         * emacs-lisp/cl-extra.el:
6006         * emacs-lisp/cl-seq.el:
6007         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
6008         Add autoload cookies on all defs autoloaded manually in cl.el.
6010         * emacs-lisp/cl-loaddefs.el: New file.
6012         * textmodes/texinfmt.el (texinfo-raisesections-alist)
6013         (texinfo-lowersections-alist): Merge definition and declaration.
6014         (texinfo-start-of-header, texinfo-end-of-header): Remove.
6015         (texinfo-format-syntax-table): Merge init into declaration.
6016         (texinfo-format-parse-line-args, texinfo-format-parse-args)
6017         (texinfo-format-parse-defun-args, texinfo-format-node)
6018         (texinfo-push-stack, texinfo-multitable-widths)
6019         (texinfo-define-info-enclosure, texinfo-alias)
6020         (texinfo-format-defindex, batch-texinfo-format): Use push.
6021         (texinfo-footnote-number): Remove duplicate declaration.
6023         * ps-print.el: Update with auto-generated autoloads.
6025         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
6027 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
6030         relative to current dir for file-local settings.
6031         (autoload-generate-file-autoloads): Add `outfile' arg.
6032         (update-directory-autoloads): Use it to directly call
6033         autoload-generate-file-autoloads instead of going through
6034         update-file-autoloads so we avoid redundant searches and so we can know
6035         the set of buffers changed so we can save them all.
6037         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
6038         rather than throwing `up-to-date'.
6039         (autoload-generate-file-autoloads): Adjust correspondingly.
6040         (update-file-autoloads): Be careful to let-bind
6041         autoload-modified-buffers and adjust to new calling conventions.
6042         (autoload-modified-buffers): Make it a dynamically scoped var.
6043         (update-directory-autoloads): Use file-relative-name instead of
6044         autoload-trim-file-name.
6045         (autoload-insert-section-header): Don't use autoload-trim-file-name
6046         since the file is already relative now.
6047         (autoload-trim-file-name): Remove.
6049         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
6050         (vc-arch-complete, vc-arch--version-completion-table)
6051         (vc-arch-revision-completion-table): New functions to provide
6052         completion of revision names.
6053         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6054         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6055         to let the user trim the revlib.
6057         * vc.el: Add new VC operation `revision-completion-table'.
6058         (vc-default-revision-completion-table): New function.
6059         (vc-version-diff, vc-version-other-window): Use it to provide
6060         completion of revision names if the backend provides it.
6062         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6064         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6065         of newer .svn/entries.
6067 2007-06-25  David Kastrup  <dak@gnu.org>
6069         * calc/calc-poly.el (math-padded-polynomial)
6070         (math-partial-fractions): Add some function comments.
6072 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6074         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6075         Make `outbuf' optional.
6076         (update-file-autoloads): Use it.
6078 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6080         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6081         (autoload-find-destination): Keep it uptodate.
6082         (autoload-save-buffers): New fun.
6083         (update-file-autoloads): Use it.  Re-add the "up to date" message.
6085         * emacs-lisp/autoload.el: Refactor for upcoming changes.
6086         (autoload-find-destination): New function extracted from
6087         update-file-autoloads.
6088         (update-file-autoloads): Use it.
6089         (autoload-generate-file-autoloads): New function extracted from
6090         generate-file-autoloads.  Use file-relative-name.  Delay computation of
6091         output-start to the first cookie.  Remove done-any, replaced by
6092         output-start.
6093         (generate-file-autoloads): Use it.
6095 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
6097         * calc/calc-comb.el (math-init-random-base, math-prime-test):
6098         Use math-read-number-simple to insert constants.
6099         (math-prime-test): Redo calculation of sum.
6101         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6103         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6104         math-scale-bignum-3.
6105         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6106         math-bignum-digit-size.
6107         (math-isqrt-small): Add another possible initial guess.
6109 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6111         * textmodes/bibtex.el (bibtex-entry-format): New options
6112         `whitespace', `braces', and `string'.
6113         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6114         (bibtex-field-braces-opt, bibtex-field-strings-opt)
6115         (bibtex-cite-matcher-alist): New variables.
6116         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6117         (bibtex-flash-head): Use blink-matching-delay.
6118         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6119         (bibtex-format-entry, bibtex-reformat): Handle new options of
6120         bibtex-entry-format.
6121         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6122         New functions.
6123         (bibtex-complete-internal): Do not display messages while
6124         minibuffer is used.  Do not leave around a completions buffer
6125         that is out of date.
6126         (bibtex-copy-summary-as-kill): New optional arg.
6127         (bibtex-font-lock-url): New optional arg no-button.
6128         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6129         (bibtex-url): Allow multiple URLs per entry.
6131 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * emacs-lisp/autoload.el (autoload-generated-file): New function.
6134         (update-file-autoloads, update-directory-autoloads): Use it.
6135         (autoload-file-load-name): New function.
6136         (generate-file-autoloads, update-file-autoloads): Use it.
6137         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
6138         (generate-file-autoloads): If the autoloaded form is malformed,
6139         indicate the problem with a warning instead of aborting.
6141 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
6143         * simple.el (next-error-recenter): Accept `(4)' as well;
6144         also, specify `integer' instead of `number'.
6146 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
6148         * ls-lisp.el (insert-directory): If an invalid regexp error is
6149         thrown, try using FILE as a literal file name, not a wildcard.
6151 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
6153         * ruler-mode.el (ruler-mode): Prevent clobbering the original
6154         `header-line-format' when reentering ruler mode.
6156 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
6158         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6159         FILE exists as a file.
6161 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6163         * calc/calc.el (math-bignum-digit-length)
6164         (math-bignum-digit-size, math-small-integer-size):
6165         New constants.
6166         (math-normalize, math-bignum-big, math-make-float)
6167         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6168         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6169         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6170         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6171         (math-quotient, math-div-bignum, math-div-bignum-digit)
6172         (math-div-bignum-part, math-format-bignum-decimal)
6173         (math-read-bignum): Use math-bignum-digit-length,
6174         math-bignum-digit-size and math-small-integer-size.
6176         * calc/calc-ext.el (math-fixnum-big): Use the variable
6177         math-bignum-digit-size.
6179 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6181         * log-view.el (log-view-mode-menu): New menu.
6183 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6185         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6186         differently.
6188         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6189         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6191 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6193         * vc-hg.el (vc-hg-print-log): Insert the file name.
6194         (vc-hg-log-view-mode): Fontify the file name.
6196 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6198         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6199         (calcFunc-julian): Fix incorrect number used in calculations.
6201 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
6203         * simple.el (next-error-recenter): New defcustom.
6204         (next-error, next-error-internal): Recenter if specified,
6205         immediately prior to running `next-error-hook'.
6207         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6208         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6210         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6212 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6214         * calc/calc-comb.el (math-small-factorial-table): New variable.
6215         (calcFunc-fact): Use `math-small-factorial-table'.
6217         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6218         initial values.
6219         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6220         New variables to use in caches.
6222         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
6223         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
6225         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
6226         (math-bernoulli-b-cache): Use math-read-number-simple to insert
6227         bignums.
6229         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6230         New variables to use in caches.
6232 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6234         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
6236         * vc-hg.el (vc-hg-log-view-mode): New mode.
6238 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
6240         * calc/calc.el (math-read-number-simple): New function.
6242 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6244         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
6245         (vera-font-lock-match-item): Fix doc string.
6246         (vera-in-comment-p): Remove unused function.
6247         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
6248         use `syntax-ppss'.
6249         (vera-forward-syntactic-ws): Fix argument order.
6250         (vera-prepare-search): Use `with-syntax-table'.
6251         (vera-indent-line): Fix doc string.
6252         (vera-electric-tab): Fix doc string.
6253         (vera-expand-abbrev): Define alias instead of using `fset'.
6254         (vera-comment-uncomment-region): Use `comment-start-skip'.
6256 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
6258         * textmodes/org.el (org-export-with-footnotes): New option.
6259         (org-export-as-html): Fix replacement bug for XEmacs.
6260         (org-agenda-default-appointment-duration): New option.
6262 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6264         * vc-hg.el: Add to do items.
6265         (vc-hg-diff): Add support for comparing different revisions.
6266         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
6267         (vc-hg-annotate-extract-revision-at-line)
6268         (vc-hg-previous-version, vc-hg-checkin): New functions.
6269         (vc-hg-annotate-re): New constant.
6271 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6273         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
6275 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6277         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
6278         buffer-local value of log-view-*-re if applicable.
6280         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
6281         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
6282         (vc-bzr-command*): Remove both (incompatible) versions.
6283         (vc-bzr-do-command*): Remove.
6284         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
6285         Remove by folding into its only caller vc-bzr-command.
6286         (vc-bzr-command): Always set the environment, even when ineffective.
6287         (vc-bzr-version): Minor fix up.
6288         (vc-bzr-admin-dirname): New var.
6289         (vc-bzr-bzr-dir): Remove.
6290         (vc-bzr-root-dir): New fun.
6291         (vc-bzr-registered): Use it.  Add an autoloaded version.
6292         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
6293         (vc-bzr-view-log-function): Remove.
6294         (vc-bzr-log-view-mode): New major mode to replace it.
6295         (vc-bzr-print-log): Only activate the old hack if needed.
6297         * vc.el (vc-default-log-view-mode): New function.
6298         (vc-print-log): Add new `log-view-mode' VC operation.
6300 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
6302         * ido.el (ido-find-file-in-dir): Don't signal an error for
6303         empty directories.
6305         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
6307         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
6308         directory where the desktop file was found, as the docstring says.
6309         (desktop-kill): Use `read-directory-name'.
6311 2007-06-20  Alan Mackenzie  <acm@muc.de>
6313         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
6314         When removing lines, also remove the \n.  Correction of patch of
6315         2007-04-21.
6317 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
6319         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
6320         event is not a cons cell.  Do not unread drag-mouse-1 events.
6321         Select right window in check whether space was stolen from
6322         window above.
6324         * help-mode.el (help-make-xrefs): Adjust position of new forward
6325         button.
6327 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
6329         * vc-bzr.el (vc-bzr-with-process-environment)
6330         (vc-bzr-std-process-invocation): New macros.
6331         (vc-bzr-command, vc-bzr-command*): Use them.
6332         (vc-bzr-with-c-locale): Remove.
6333         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6334         (vc-bzr-buffer-nonblank-p): New function.
6335         (vc-bzr-state-words): New const.
6336         (vc-bzr-state): Look for `bzr status` keywords in output.
6337         Display everything else as a warning message to the user.
6338         Fix status report with bzr >= 0.15.
6340 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6342         * vc-hg.el (vc-hg-global-switches): Simplify.
6343         (vc-hg-state): Handle more states.
6344         (vc-hg-diff): Fix doc-string.
6345         (vc-hg-register): New function.
6346         (vc-hg-checkout): Likewise.
6348 2007-06-20  Reto Zimmermann  <reto@gnu.org>
6350         * progmodes/vera-mode.el: New file.
6352 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6354         * calc/calc.el (calc-multiplication-has-precendence):
6355         New variable.
6356         (math-standard-ops, math-standard-ops-p, math-expr-ops):
6357         New functions.
6358         (math-expr-opers): Define using math-standard-ops rather than
6359         math-standard-opers.
6360         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
6361         equal the function math-standard-ops rather than the variable
6362         math-standard-opers.
6363         (calc-algebraic-entry): Let math-expr-opers equal
6364         math-standard-ops or math-expr-ops, as appropriate.
6365         (math-expr-read-level, math-read-factor): Let math-expr-opers
6366         equal math-expr-ops.
6367         * calc/calc-embed.el (calc-embedded-finish-edit):
6368         Let math-expr-opers equal the function math-standard-ops
6369         rather than the variable math-standard-opers.
6370         * calc/calc-ext.el (math-read-plain-expr)
6371         (math-format-flat-expr-fancy): Let math-expr-opers equal the
6372         function math-standard-ops rather than the variable
6373         math-standard-opers.
6374         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
6375         Let math-expr-opers equal the function math-standard-ops rather
6376         than the variable math-standard-opers.
6377         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
6378         equal the function math-standard-ops rather than the variable
6379         math-standard-opers.
6380         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
6381         equal the function math-standard-ops rather than the variable
6382         math-standard-opers.
6383         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
6384         math-expr-ops.
6386 2007-06-19  Ivan Kanis  <apple@kanis.eu>
6388         * vc-hg.el: New file.
6390 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6392         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
6393         with font-lock-multiline.
6395 2007-06-17  Glenn Morris  <rgm@gnu.org>
6397         * lpr.el (lpr-page-header-switches): Move %s to separate element
6398         for correct quoting.  Doc fix.
6400 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6402         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
6403         than setting sgml-xml-mode.
6404         (sgml-mode, html-mode): Set sgml-xml-mode.
6405         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
6406         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
6407         (sgml-electric-tag-pair-before-change-function)
6408         (sgml-electric-tag-pair-flush-overlays): New functions.
6409         (sgml-electric-tag-pair-mode): New minor mode.
6410         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
6411         (sgml-calculate-indent): Use assoc-string.
6413 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
6415         * thingatpt.el (thing-at-point-email-regexp): Don't require two
6416         chars before the "@" in an email address.  Andreas Roehler noticed
6417         this problem.
6419 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
6421         * thingatpt.el: Add support for email addresses (`email').
6422         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
6423         (thing-at-point-email-regexp): New variable.
6424         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
6425         properties on this symbol, with lambda forms for values.
6427 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6429         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
6431         * vc.el (vc-dired-hook): Check the backend returned from
6432         `vc-responsible-backend' can really handle `subdir'.
6434 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
6436         * wid-edit.el (widget-add-documentation-string-button):
6437         Fix handling of documentation indent.
6439 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
6441         * mb-depth.el: New file.
6443 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6445         * vc.el (vc-dired-mode): Show backend name as part of mode name.
6447 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
6449         * wid-edit.el (widget-default-create): Move ?h handling here...
6450         (widget-default-format-handler): ...from here.
6451         (widget-docstring, widget-add-documentation-string-button): New funs.
6452         (documentation-string): Add :visibility-widget property.
6453         (widget-documentation-string-value-create): Use it.
6455         * cus-edit.el (custom-split-regexp-maybe): Simplify.
6456         (custom-buffer-create-internal): Simplify message.
6457         (custom-variable-tag): Reduce height to normal.
6458         (custom-variable-value-create, custom-face-value-create)
6459         (custom-visibility): New widget.
6460         (custom-visibility): New face.
6461         (custom-group-value-create):
6462         Call widget-add-documentation-string-button, using `custom-visibility'.
6464 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * emacs-lisp/bytecomp.el (byte-compile-current-group)
6467         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
6468         change.  Apparently the "warning even if the group is implicit" is
6469         a feature rather than a bug.
6471 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
6473         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
6474         Different advices for Emacs and XEmacs.  Compile them conditionally.
6475         (viper-version): Belated version change.
6477 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
6479         * follow.el (follow-all-followers, follow-generic-filter):
6480         * pcomplete.el (pcomplete-restore-windows):
6481         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
6482         (x-dnd-drop-data):
6483         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
6484         * progmodes/python.el (python-complete-symbol):
6485         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
6487 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
6489         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
6490         around bright and dim regexps.  Make sure bright and dim matches
6491         use word anchors.  Send text through rcirc-markup functions.
6492         (rcirc-url-regexp): Add single quote character.
6493         (rcirc-connect): Write logs to disk on auto-save-hook.
6494         Make server a non-optional argument.
6495         (rcirc-log-alist): New variable.
6496         (rcirc-log-directory): Make customizable.
6497         (rcirc-log-flag): New customizable variable.
6498         (rcirc-log): New function.
6499         (rcirc-print): Use above function.
6500         (rcirc-log-write): New function.
6501         (rcirc-generate-new-buffer-name): Strip text properties.
6502         (rcirc-switch-to-buffer-function): Remove variable.
6503         (rcirc-last-non-irc-buffer): Remove variable.
6504         (rcirc-non-irc-buffer): Add function.
6505         (rcirc-next-active-buffer): Use above function.
6506         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
6507         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
6508         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
6509         (rcirc-omit-mode): Add minor-mode.
6510         (rcirc-mode-map): Change C-c C-o binding.
6511         (rcirc-mode): Clear mode-line-process.  Use a custom
6512         fill-paragraph-function.  Set up buffer-invisibility-spec.
6513         (rcirc-response-formats): Remove timestamp code.
6514         (rcirc-omit-responses): Add variable.
6515         (rcirc-print): Don't put the overlay arrow on potentially omitted
6516         lines.  Log line to disk.  Record activity for private messages
6517         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
6518         (rcirc-jump-to-first-unread-line): Print message if there is no
6519         unread text.
6520         (rcirc-clear-unread): New function.
6521         (rcirc-markup-text-functions): Add variable.
6522         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
6523         (rcirc-debug): Don't mess with window configuration.
6524         (rcirc-send-message): Send message before printing locally.
6525         Add SILENT argument, do not print message if non-nil.
6526         (rcirc-visible-buffers): New function and variable.
6527         (rcirc-window-configuration-change-1): Add function.
6528         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
6529         server buffer.
6530         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
6531         (rcirc-fill-paragraph): Add function.
6532         (rcirc-record-activity, rcirc-window-configuration-change-1):
6533         Only update the activity string if it has actually changed.
6534         (rcirc-update-activity-string): Remove padding characters from the
6535         mode-line string.
6536         (rcirc-disconnect-buffer): New function to be called when a
6537         channel is parted or the user quits.
6538         (rcirc-server-name): Warn when the server-name hasn't been set.
6539         (rcirc-window-configuration-change): Postpone work until
6540         post-command-hook.
6541         (rcirc-window-configuration-change-1): Update mode-line and
6542         overlay arrows here.
6543         (rcirc-authenticate): Fixc hanserv identification.
6544         (rcirc-default-server): Remove variable.
6545         (rcirc): Connect according to rcirc-connections.
6546         (rcirc-connections): Add variable.
6547         (rcirc-startup-channels-alist): Remove variable.
6548         (rcirc-startup-channels): Remove function.
6550 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6552         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
6554 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
6556         * term/xterm.el (terminal-init-xterm): Escape parens in character
6557         constants.
6559 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6561         * progmodes/sh-script.el: Remove unneeded * from docstrings.
6562         Use [:alpha:] and [:alnum:] where applicable.
6563         (sh-quoted-subshell): Rewrite to correctly
6564         handle nested mixes of `...` and $(...).
6565         (sh-apply-quoted-subshell): Remove.
6566         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
6568         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
6570 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
6572         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
6573         previous change.
6575 2007-06-12  Tom Tromey  <tromey@redhat.com>
6577         * subr.el (user-emacs-directory): New defconst.
6578         * cmuscheme.el (scheme-start-file):
6579         * shell.el (shell):
6580         * completion.el (save-completions-file-name):
6581         * custom.el (custom-theme-directory):
6582         * term/x-win.el (emacs-session-filename):
6583         * filesets.el (filesets-menu-cache-file):
6584         * thumbs.el (thumbs-thumbsdir):
6585         * server.el (server-auth-dir):
6586         * image-dired.el (image-dired-dir):
6587         (image-dired-db-file):
6588         (image-dired-temp-image-file):
6589         (image-dired-gallery-dir):
6590         (image-dired-temp-rotate-image-file):
6591         * play/gamegrid.el (gamegrid-user-score-file-directory):
6592         * savehist.el (savehist-file):
6593         * tutorial.el (tutorial--saved-dir):
6594         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
6596 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
6598         * scroll-lock.el (scroll-lock-mode): Doc fix.
6600 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6602         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
6604         * ediff-init.el: Doc strings.
6606 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6608         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6609         (byte-compile-file): Bind it.
6610         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
6611         group argument is provided implicitly.
6612         (byte-compile-format-warn, byte-compile-from-buffer)
6613         (byte-compile-insert-header): Don't hardcode point-min==1.
6614         (byte-compile-file-form-require): Remove unused var old-load-list.
6615         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
6617 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6619         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
6620         Display error messages.
6621         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
6622         Get rid of cl.el dependencies.
6624         * emulation/viper-init.el (viper-suppress-input-method-change-message):
6625         New variable.
6626         (viper-activate-input-method-action)
6627         (viper-inactivate-input-method-action):
6628         Use viper-suppress-input-method-change-message.
6630         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
6631         for C-s, C-r.
6633         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
6634         Use viper-replace-overlay-cursor-color instead of
6635         viper-replace-overlay-cursor-color.
6636         (viper-sit-for-short): Use sit-for with 3 arguments.
6638         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
6639         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
6640         to gud-mode.
6642         * ediff-mult.el (ediff-meta-buffer-brief-message)
6643         (ediff-meta-buffer-verbose-message): New variables.
6644         (ediff-meta-buffer-message): Variable deleted.
6645         (ediff-verbose-help-enabled): New variable.
6646         (ediff-toggle-verbose-help-meta-buffer): New function.
6647         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
6648         message options.
6650         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
6651         (ediff-fixup-patch-map): Improve heuristic.
6653 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
6656         (log-view-font-lock-keywords): Simplify.
6657         (log-view-current-file, log-view-current-tag): Simplify.
6659 2007-06-12  Sam Steingold  <sds@gnu.org>
6661         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
6663 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
6665         * desktop.el (desktop-load-locked-desktop): New option.
6666         (desktop-read): Use it.
6667         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
6668         Use `when'.
6670 2007-06-12  Davis Herring  <herring@lanl.gov>
6672         * desktop.el (desktop-save-mode-off): New function.
6673         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
6674         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
6675         (desktop-claim-lock, desktop-release-lock): New functions.
6676         (desktop-kill): Tell `desktop-save' that this is the last save.
6677         Release the lock afterwards.
6678         (desktop-buffer-info): New function.
6679         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
6680         says to.  Detect conflicts, and manage the lock.
6681         (desktop-read): Detect conflicts.  Manage the lock.
6683 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
6687         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
6688         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
6689         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
6690         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
6691         keysyms rather than byte sequences.
6692         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
6694 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * font-lock.el (font-lock-add-keywords): In case font-lock was only
6697         half-activated, forcefully activate it completely.
6699 2007-06-11  Richard Stallman  <rms@gnu.org>
6701         * cus-edit.el (custom-variable-type): Doc fix.
6703 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6705         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
6706         (sh-font-lock-flush-syntax-ppss-cache): New functions.
6707         (sh-font-lock-syntactic-keywords): Use them to distinguish the
6708         different possible cases for \'.
6710         * complete.el (PC-bindings): Don't bind things already bound in the
6711         parent keymap.
6713         * textmodes/bibtex-style.el: New file.
6715 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
6717         * vc-bzr.el: New file.
6719 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6721         * vc-svn.el (vc-svn-program): New var.
6722         (vc-svn-command): Use it.
6724 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
6726         * server.el (server-switch-buffer): Remove redundant check.
6728 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
6730         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6731         Match against file-name-nondirectory.
6732         Fix text on user customization variables.
6733         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
6735 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6737         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
6739 2007-06-09  Davis Herring  <herring@lanl.gov>
6741         * desktop.el (desktop-minor-mode-table): Doc fix.
6743 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * textmodes/css-mode.el (css-navigation-syntax-table):
6746         Use set-char-table-range so it also works in the unicode branch.
6748 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
6750         * help-mode.el (help-xref-forward-stack)
6751         (help-xref-stack-forward-item, help-forward-label): New variables.
6752         (help-forward): New button type.
6753         (help-setup-xref): Initialise help-xref-forward-stack.
6754         (help-make-xrefs): Add forward button, if appropriate.
6755         (help-xref-go-back): Push item on forward stack.
6756         (help-xref-go-forward, help-go-forward): New functions.
6758 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
6760         * dired.el (dired-mode-map): Remove spurious separator.
6762 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6764         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
6766         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6767         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
6769 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
6771         * textmodes/org.el: Version number fixed.
6773 2007-06-07  Glenn Morris  <rgm@gnu.org>
6775         * version.el (emacs-copyright): New constant.
6776         * startup.el (fancy-splash-tail): Use emacs-copyright.
6777         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
6779         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
6780         `make-local'.
6781         (byte-compile-warnings-safe-p): Add `make-local'.
6782         (byte-compile-make-variable-buffer-local):
6783         Allow byte-compile-warnings to suppress this warning.
6785         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
6786         format of "menu" description.
6787         (tutorial--find-changed-keys): Describe the specific menu a
6788         command is in.
6790         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
6791         Rewrite compatibility functions to silence byte-compiler.
6793 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6795         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
6796         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
6798 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
6800         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
6802 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6804         * progmodes/ebrowse.el (ebrowse-member-table):
6805         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
6806         (org-batch-agenda-csv): Fix typos in docstrings.
6808 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6810         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6811         (sort-coding-systems, search-unencodable-char): Doc fixes.
6812         (coding-system-change-eol-conversion, set-default-coding-systems)
6813         (prefer-coding-system, find-multibyte-characters, princ-list)
6814         (leim-list-entry-regexp, set-input-method, locale-language-names)
6815         (input-method-exit-on-first-char, exit-language-environment-hook)
6816         (locale-charset-language-names): Fix typos in docstrings.
6818 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6820         * pgg.el (pgg-sign-region, pgg-sign):
6821         * ses.el (ses-call-printer):
6822         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
6823         * textmodes/org.el (org-cycle): Fix typos in docstrings.
6825 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
6827         * textmodes/org.el
6828         (org-export-region-as-html, org-replace-region-by-html)
6829         (org-number-to-letters, org-table-fedit-finish)
6830         (org-normalize-color, org-table-fedit-ref-right)
6831         (org-date-to-gregorian, org-table-fedit-move)
6832         (org-table-convert-refs-to-rc, org-calendar-holiday)
6833         (org-table-fedit-toggle-ref-type, org-write-agenda)
6834         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
6835         (org-defkey, org-encode-for-stdout)
6836         (org-indent-line-function, org-export-as-html-to-buffer)
6837         (org-store-agenda-views, org-update-mode-line)
6838         (org-find-if, org-delete-all)
6839         (org-table-fedit-convert-buffer, org-emphasize)
6840         (org-uniquify, org-table-fedit-lisp-indent)
6841         (org-table-fedit-scroll, org-get-todo-sequence-head)
6842         (org-table-fedit-scroll-down, org-table-fedit-line-down)
6843         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
6844         (org-table-fedit-toggle-coordinates, org-dvipng-color)
6845         (org-table-fedit-line-up, org-table-fedit-ref-down)
6846         (org-table-formula-from-user, org-mode-flyspell-verify)
6847         (org-cycle-show-empty-lines, org-ctrl-c-ret)
6848         (org-table-formula-to-user, org-diary-to-ical-string)
6849         (orgtbl-export, org-table-fedit-post-command)
6850         (org-closed-in-range, org-shiftcontrolright)
6851         (org-table-convert-refs-to-an, org-table-hline-and-move)
6852         (org-table-formula-less-p, org-format-table-ascii)
6853         (org-agenda-get-sexps, org-shift-refpart)
6854         (org-diary-sexp-entry, org-time-string-to-absolute)
6855         (org-table-show-reference, org-letters-to-number)
6856         (org-fix-agenda-info, org-table-fedit-ref-up)
6857         (org-table-fedit-shift-reference, org-table-fedit-abort)
6858         (org-closest-date, org-shiftcontrolleft)
6859         (org-at-heading-or-item-p, org-rematch-and-replace)
6860         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
6861         New functions.
6862         (org-table-edit-scroll-down, org-finish-edit-formulas)
6863         (org-table-edit-next-field, org-abort-edit-formulas)
6864         (org-font-lock-level, org-export-find-first-heading-line)
6865         (org-table-edit-line-down, org-table-edit-backward-field)
6866         (org-edit-formula-lisp-indent, org-table-edit-move)
6867         (org-check-log-option, org-this-word)
6868         (org-table-edit-line-up, org-table-edit-formulas-post-command)
6869         (org-agenda-file-to-end, org-expand-file-name)
6870         (org-fake-empty-table-line, org-table-edit-scroll)
6871         (org-toggle-log-option, org-show-reference): Function removed.
6872         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
6873         New defsubsts.
6874         (org-unmodified, org-batch-store-agenda-views)
6875         (org-batch-agenda-csv): New macro.
6876         (org-agenda-export): New customization group.
6877         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
6878         (org-highest-priority, org-agenda-exporter-settings)
6879         (org-log-done-with-time, org-replace-disputed-keys)
6880         (org-format-latex-header, org-export-table-header-tags)
6881         (org-cycle-separator-lines, org-export-table-data-tags)
6882         (org-icalendar-include-sexps)
6883         (org-empty-line-terminates-plain-lists)
6884         (org-log-repeat, org-special-ctrl-a)
6885         (org-table-use-standard-references, org-disputed-keys)
6886         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
6887         (org-agenda-export-html-style): New option.
6888         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
6889         (org-CUA-compatible): Option removed.
6890         (org-agenda-structure, org-sexp-date): New face.
6891         (org-todo-keywords-for-agenda, org-not-done-keywords)
6892         (org-planning-or-clock-line-re, org-agenda-name)
6893         (org-table-colgroup-info, org-todo-sets)
6894         (constants-unit-system, org-clock-mode-line-entry)
6895         (org-mode-line-timer, org-table-current-begin-pos)
6896         (org-todo-keywords-1, org-mode-line-string)
6897         (org-table-clean-did-remove-column, org-table-fedit-map)
6898         (org-clock-heading, org-table-buffer-is-an)
6899         (org-agenda-info, org-done-keywords)
6900         (org-done-keywords-for-agenda, org-todo-heads)
6901         (org-todo-kwd-alist, org-clock-start-time): New variable.
6902         (org-todo-kwd-priority-p, org-edit-formulas-map)
6903         (org-repeat-re, org-todo-kwd-max-priority)
6904         (org-version, org-done-string)
6905         (org-table-clean-did-remove-column-1, org-disputed-keys):
6906         Remove variables.
6907         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
6908         (org-ts-lengths): Constant removed.
6909         (org-follow-gnus-link): Don't ask how many articles to read.
6910         (org-export-find-first-export-line): Rename from
6911         `org-export-find-first-heading'.
6912         Use `org-export-skip-text-before-1st-heading'.
6913         (org-table-fedit-post-command): Rename from
6914         `org-table-edit-formulas-post-command'.
6915         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
6916         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
6917         (org-table-fedit-lisp-indent): Rename from
6918         `org-edit-formula-lisp-indent'.
6919         (org-table-show-reference): Rename from `org-show-reference'.
6920         (org-table-store-formulas): Use `org-table-formula-less-p'.
6921         (org-table-edit-formulas): Position cursor to current field equation.
6922         (org-update-checkbox-count, org-hide-archived-subtrees)
6923         (org-timestamp-up-day, org-timestamp-down-day)
6924         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
6925         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
6926         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
6927         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
6928         Let `org-on-heading-p' also check for invisible heading.
6929         (org-read-date): Match am/pm times.
6930         (org-eval-in-calendar): Fix default date in prompt.
6932 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
6934         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
6935         "ChangeLog.a" entries, giving the latter lower priority.
6937 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
6939         * faces.el (face-id): If the argument is a face alias,
6940         return the ID of the target face.
6942 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
6944         * net/socks.el (top): Remove unnecessary copyright line.
6946 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
6948         * longlines.el (longlines-auto-wrap): Handle argument correctly.
6950 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
6952         * net/socks.el: New file, taken from w3 repository.
6953         (top): Update Copyright.  Don't load cl.el.
6954         (all): Replace `case' by `cond', `string-to-int' by
6955         `string-to-number', and `process-kill-without-query' by
6956         `set-process-query-on-exit-flag'.
6957         (socks-char-int): Remove defalias and all occurrences.
6959 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
6961         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
6962         Fix typos in docstrings.
6963         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
6964         (compilation-finish-function): Fix typo in obsolescence declaration.
6966 2007-06-03  Sam Steingold  <sds@gnu.org>
6968         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
6969         handle unending automatic recompilation of changed files (`omake -P').
6970         (compilation-loop): VISITED is now 5th CDR.
6971         (compilation-next-error-function): Set TIMESTAMP.
6973 2007-06-03  Sam Steingold  <sds@gnu.org>
6975         * files.el (kill-buffer-ask): New function.
6976         (kill-some-buffers): Use it.
6977         (kill-matching-buffers): New user command.
6979 2007-06-01  David Kastrup  <dak@gnu.org>
6981         * dired.el (dired-recursive-deletes, dired-recursive-copies):
6982         Change default to `top'.
6984 2007-05-31  Richard Stallman  <rms@gnu.org>
6986         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
6988 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6990         * textmodes/css-mode.el: New file.
6992 2007-05-30  Michael Olson  <mwolson@gnu.org>
6994         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
6995         died and we are trying to send a signal to it.  The program using
6996         tq.el should periodically check to see whether the process has
6997         died and react appropriately -- this is not the responsibility of
6998         tq.el, and is consistent with the rest of the tq.el source code.
7000 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
7002         * textmodes/table.el (table--point-entered-cell-function)
7003         (table--point-left-cell-function):
7004         Bind `inhibit-point-motion-hooks' to t.
7006 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7008         * emacs-lisp/rx.el (rx): Doc fix.
7010 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
7012         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
7014 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
7016         Sync with Tramp 2.0.56.
7018         * net/tramp.el:
7019         * net/tramp-ftp.el:
7020         * net/tramp-smb.el:
7021         * net/tramp-util.el:
7022         * net/tramp-vc.el:
7023         Don't load cl.el, because that pollutes the namespace.  Replace cl
7024         macros by their implementations where necessary.  Requested by
7025         Richard Stallman <rms@gnu.org>.
7027         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
7028         doesn't exist.
7029         (with-parsed-tramp-file-name): Protect debug spec during compilation.
7030         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
7031         (tramp-file-name-p, tramp-file-name-multi-method)
7032         (tramp-file-name-method, tramp-file-name-user)
7033         (tramp-file-name-host, tramp-file-name-localname): New defuns,
7034         replacing defstruct `tramp-file-name'.
7035         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
7036         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
7037         Apply `vector' instead of `make-tramp-file-name'.
7038         (tramp-handle-make-auto-save-file-name):
7039         Apply `tramp-temporary-file-directory' for compatibility reasons.
7040         (tramp-completion-mode): Use `natnump' instead of `wholenump'
7041         because of XEmacs.
7042         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
7043         started.
7045 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
7047         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
7049 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
7051         * log-edit.el (log-edit-changelog-paragraph): Return point-max
7052         as the end of the ChangeLog paragraph when it ends without a line
7053         termination.
7055 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
7057         * net/webjump.el (webjump-sample-sites):
7058         Add simple Wikipedia query.
7060 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7062         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7063         compatibility code.
7065         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7066         (copyright-update-year): Use it.
7068         * edmacro.el (edmacro-format-keys): Use current-active-maps.
7070         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7071         Add indentation and debugging info.  Fix up comment convention.
7073         * cus-dep.el (custom-make-dependencies): Simplify.
7075         * composite.el (compose-region, decompose-region):
7076         Use inhibit-read-only and restore-buffer-modified-p.
7078         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7079         (xterm-mouse-event): Use it.
7081 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
7083         * bs.el (bs-cycle-previous): Don't modify the cycle list until
7084         `switch-to-buffer' has returned succesfully.
7085         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
7086         window is dedicated (it could iconify the frame).
7088 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
7090         * vc-hooks.el (vc-find-root): Fix file attribute test.
7092 2007-05-24  Richard Stallman  <rms@gnu.org>
7094         * textmodes/flyspell.el (flyspell-correct-word-before-point):
7095         Don't let opoint be nil.
7096         (flyspell-emacs-popup): Explicit error if no dialogs.
7098 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
7100         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7101         (image-next-line, image-previous-line, image-scroll-up)
7102         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7103         New functions.
7104         (image-mode-map): Remap motion commands.
7105         (image-mode-text-map): New keymap for viewing images as text.
7106         (image-mode): Use image-mode-map.
7107         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7109 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7111         * textmodes/fill.el (canonically-space-region): Make the second arg
7112         a marker if it's not already the case.
7114 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
7116         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7117         (tar-get-descriptor): Handle type 55, an extended pax header.
7119 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7121         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7122         to confuse outline-minor-mode.
7124 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
7126         * tar-mode.el (tar-file-name-handler): New function.
7127         (tar-extract): Bind file-name-handler-alist to it to force
7128         find-buffer-file-type-coding-system behave as if the file being
7129         extracted existed.  Use last-coding-system-used to force
7130         buffer-file-coding-system to what decode-coding-region actually
7131         used to decode the file.
7133 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7135         * progmodes/compile.el (compilation-handle-exit):
7136         `compilation-finish-function' may change the current buffer.
7138 2007-05-22  Richard Stallman  <rms@gnu.org>
7140         * files.el (set-auto-mode): Doc fix.
7142 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7144         * help-fns.el (find-source-lisp-file): New function.
7145         (describe-function-1): Use find-source-lisp-file to find source
7146         file in compile tree.
7148 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
7150         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7152 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
7154         * emacs-lisp/easy-mmode.el (define-minor-mode)
7155         (easy-mmode-define-navigation): Fix typos in docstrings.
7157 2007-05-22  Glenn Morris  <rgm@gnu.org>
7159         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7161 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7163         * mail/mail-extr.el (mail-extract-address-components):
7164         Recognize non-ASCII characters except for NBSP as words.
7166 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
7168         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7169         (rcirc-print): Handle `window-width'.
7170         (rcirc-buffer-maximum-lines): Doc fix.
7172 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
7174         * image-mode.el (image-toggle-display): Don't clear image cache.
7175         Only use filename in image spec if the file is readable.
7176         Call image-refresh.
7178         * image.el (image-type-from-file-name, image-type): Simplify.
7179         (image-type-auto-detected-p): Don't scan auto-mode-alist.
7181         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7182         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7184 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7186         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7187         is an error.
7189         * term/linux.el (terminal-init-linux): Don't signal an error
7190         if gpm isn't running.
7192 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7194         * t-mouse.el: Reduce to a minor-mode macro call.
7195         (t-mouse-mode): Remove the lighter.
7197         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7199 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
7201         * files.el (auto-mode-alist): Change the regexp so that
7202         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7204 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
7206         * Version 22.1 released.
7208 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
7210         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7211         changes.
7213 2007-05-19  Kevin Ryde  <user42@zip.com.au>
7215         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7217 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
7219         * textmodes/sgml-mode.el: Revert last change.
7221 2007-05-18  Richard Stallman  <rms@gnu.org>
7223         * simple.el (push-mark): Doc fix.
7225 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
7227         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
7228         tpu-global-map.
7229         (tpu-original-global-map): Variable deleted.
7230         (tpu-control-keys-map): New keymap variable.
7231         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
7232         setting keymapping directly.
7233         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
7234         tpu-global-map.
7235         (tpu-edt-on): Activate the tpu-global-map.
7236         (tpu-edt-off): Deactivate the tpu-global-map.
7238 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
7240         * textmodes/ispell.el (ispell-get-word): Return markers
7241         for start and end positions.
7242         (ispell-word): Assume END is a marker.
7244 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7246         * printing.el: Group together all XEmacs/Emacs definitions.
7247         (pr-version): New version 6.9.
7248         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
7249         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7250         (pr-menu-bind): Fix code.
7251         (pr-e-frame-char-height, pr-e-frame-char-width)
7252         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7253         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7254         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7255         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7256         (pr-x-event-y-pixel): Aliases eliminated.
7257         (pr-xemacs-global-menubar): Macro moved.
7258         (current-menubar, current-mouse-event, zmacs-region-stays)
7259         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7260         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7261         Vars moved.
7262         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7263         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7264         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7265         (pr-menu-set-utility-title, pr-even-or-odd-pages)
7266         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7267         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
7268         moved.
7270 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
7272         * textmodes/sgml-mode.el (sgml-tag):
7273         Fix bug: Call sgml-transformation-function.
7275 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
7277         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
7278         modified flag of buffer.  Use `inhibit-modification-hooks'.
7280 2007-05-16  Richard Stallman  <rms@gnu.org>
7282         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
7284 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * files.el (magic-mode-alist, magic-fallback-mode-alist):
7287         Move the *ml, Postscript, and XmCD entries to the fallback part.
7289         * files.el (magic-fallback-mode-alist):
7290         Rename from file-start-mode-alist.
7292 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7294         * progmodes/compile.el (compilation-handle-exit): Quote first
7295         argument of `run-hook-with-args'.
7297 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
7299         * buff-menu.el (Buffer-menu-sort-column):
7300         * dabbrev.el (dabbrev-upcase-means-case-search):
7301         * dired.el (dired-recursive-deletes, dired-recursive-copies):
7302         * info.el (Info-current-subfile):
7303         * ls-lisp.el (ls-lisp-verbosity):
7304         * msb.el (msb-menu-cond):
7305         * pcvs.el (cvs-dired-use-hook):
7306         * simple.el (set-mark-command-repeat-pop):
7307         * time.el (display-time-24hr-format, display-time-mail-file):
7308         Doc fixes.
7310         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
7311         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
7313         * view.el (view-inhibit-help-message): Fix typo in docstring.
7314         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
7316 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
7318         * textmodes/ispell.el (ispell-start-process): Defend against bad
7319         default-directory.
7321 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
7323         * mail/rmail.el (rmail-convert-to-babyl-format): Check
7324         content-transfer-encoding _last_, because it's its position that
7325         we need as value of base64-header-field-end.
7327 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
7329         * files.el (mode-require-final-newline, require-final-newline)
7330         (enable-local-variables, enable-local-eval): Doc fixes.
7332 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7334         * ps-print.el: Use default color when foreground or background color
7335         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
7336         (ps-print-version): New version 6.7.4.
7337         (ps-rgb-color): New argument.  Use default color when color is
7338         unspecified.
7339         (ps-begin-job): Fix code.
7341 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
7343         * longlines.el (longlines-mode): Make longlines-auto-wrap
7344         buffer-local.  Add hooks unconditionally.
7345         (longlines-auto-wrap): Toggle wrapping.
7346         (longlines-after-change-function)
7347         (longlines-post-command-function): Check longlines-auto-wrap.
7349 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
7351         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
7352         (xterm-mouse-translate): Use it.
7354 2007-05-10  Richard Stallman  <rms@gnu.org>
7356         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
7357         (iso-cvt-write-only): Likewise.
7359         * emacs-lisp/easy-mmode.el (define-minor-mode):
7360         Fix generated doc string.
7362         * startup.el (fancy-splash-text): Add URL of guided tour.
7363         Adjust horizontal and vertical whitespace.
7365         * progmodes/compile.el (compilation-handle-exit):
7366         Use run-hook-with-args to run compilation-finish-functions.
7368         * files.el (file-start-mode-alist): New variable.
7369         (magic-mode-regexp-match-limit): Doc fix.
7370         (set-auto-mode): Handle file-start-mode-alist.
7371         A little cleanup of structure.
7373         * dabbrev.el (dabbrev-eliminate-newlines):
7374         Renamed from dabbrev--eliminate-newlines.  All uses changed.
7376 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7378         * man.el (Man-next-section): Don't consider the last line of the page
7379         as being part of any section.
7381 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7383         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
7384         can take any number of values.
7386 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7388         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
7389         to the list of citation commands.
7391 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7393         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
7395 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
7397         * progmodes/python.el (python-font-lock-keywords)
7398         (python-open-block-statement-p, python-mode): Add support for the new
7399         "with" keyword.
7401 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7403         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
7404         the exact opposite of diff-goto-source.
7406         * emacs-lisp/advice.el (ad-special-forms): Remove.
7407         (ad-special-form-p): Use subr-arity.
7409         * newcomment.el (comment-search-forward): Make sure we search forward.
7410         (comment-enter-backward): Try and distinguish the non-matching case at
7411         EOB from the non-matching case with a missing comment-end-skip for
7412         a 2-char comment ender.
7413         (comment-choose-indent): New function extracted from comment-indent.
7414         Improve the alignment algorithm.
7415         (comment-indent): Use it.
7417         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
7418         XML style Processing Instructions.
7419         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
7420         (sgml-calculate-indent): Handle `pi' context.
7422         * vc.el: Ensure that update-changelog issues an error when used with
7423         a backend that does not implement it.
7424         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
7425         Remove `backend' argument.  Use expand-file-name.
7426         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
7428         * progmodes/python.el (python-end-of-block): Revert last change.
7429         (python-end-of-statement): Make sure we move *forward*.
7431 2007-05-08  Richard Stallman  <rms@gnu.org>
7433         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7434         Don't include non-self-insert commands in the exception for `-'.
7436 2007-05-08  David Reitter  <david.reitter@gmail.com>
7438         * progmodes/python.el (python-guess-indent): Check non-nullness
7439         before comparing indent against the 2..8 interval.
7441 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7443         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
7444         available.
7446 2007-05-06  Richard Stallman  <rms@gnu.org>
7448         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
7450 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7452         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
7453         rather than storing their value in the revert-buffer function.
7455 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
7457         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
7458         when disabling t-mouse-mode.
7460 2007-05-01  Davis Herring  <herring@lanl.gov>
7462         * calendar/timeclock.el: Update version number.
7463         (timeclock-modeline-display): Mention timeclock-use-display-time
7464         in explanatory message.
7465         (timeclock-in): Fix non-interactive workday specifications.
7466         (timeclock-log): Don't kill the log buffer if it already existed.
7467         Suppress warnings when finding the log.  Don't check for a nil
7468         project twice.  Run hooks after killing the buffer (if applicable).
7469         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
7470         was geometric).  All uses changed.
7471         (timeclock-generate-report): Support prefix argument.
7473 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
7475         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
7476         disconnections.
7478 2007-05-01  Romain Francoise  <romain@orebokech.com>
7480         * dired-x.el: Revert 2007-04-06 change.
7482 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
7484         * find-dired.el (find-dired-filter): Propertize all text down to eob.
7486 2007-04-29  Richard Stallman  <rms@gnu.org>
7488         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
7490 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7492         * progmodes/cc-mode.el (c-before-change): Use point-min rather
7493         than 1.
7495 2007-04-28  Richard Stallman  <rms@gnu.org>
7497         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
7499 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
7501         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
7502         don't put stop on toolbar.
7504 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7506         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
7508 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
7510         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
7511         instead of $(lisp)/mh-e.
7513 2007-04-28  Glenn Morris  <rgm@gnu.org>
7515         * image-dired.el (image-dired-cmd-create-thumbnail-options)
7516         (image-dired-cmd-create-temp-image-options): Replace option
7517         +profile "*" with -strip.
7519 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
7521         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7522         Use window-start and window-end.
7524 2007-04-27  Andreas Schwab  <schwab@suse.de>
7526         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
7528 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
7530         * textmodes/fill.el (fill-paragraph): Doc fix.
7532 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
7534         * locate.el (locate-in-alternate-database): Doc fix.
7536 2007-04-26  Glenn Morris  <rgm@gnu.org>
7538         * button.el (button): Use underline if supported, else fall back
7539         to color.
7541         * version.el (emacs-version): Increase to 22.1.50.
7543 2007-04-25  Richard Stallman  <rms@gnu.org>
7545         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
7547 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
7549         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
7550         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
7551         pushing mark.
7552         (idlwave-current-routine): Don't push mark.
7554 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
7556         * image-dired.el (image-dired-display-image): Derive image-type from
7557         filename rather than assuming jpeg, in case no resizing was needed.
7559 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7561         * custom.el (defface): Doc fix.
7563 See ChangeLog.12 for earlier changes.
7565 ;; Local Variables:
7566 ;; coding: iso-2022-7bit
7567 ;; add-log-time-zone-rule: t
7568 ;; End:
7570     Copyright (C) 2007 Free Software Foundation, Inc.
7572   This file is part of GNU Emacs.
7574   GNU Emacs is free software; you can redistribute it and/or modify
7575   it under the terms of the GNU General Public License as published by
7576   the Free Software Foundation; either version 3, or (at your option)
7577   any later version.
7579   GNU Emacs is distributed in the hope that it will be useful,
7580   but WITHOUT ANY WARRANTY; without even the implied warranty of
7581   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7582   GNU General Public License for more details.
7584   You should have received a copy of the GNU General Public License
7585   along with GNU Emacs; see the file COPYING.  If not, write to the
7586   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
7587   Boston, MA 02110-1301, USA.
7589 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af