(dired-next-line, dired-previous-line): Use forward-line.
[emacs.git] / lisp / ChangeLog
blob48774e389580994c56ef68296033ffbba22d6648
1 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
3         * textmodes/artist.el (artist-previous-line, artist-next-line):
4         * dired.el (dired-next-line, dired-previous-line):
5         Use forward-line.
7 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
9         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
10         (adaptive-fill-function): Doc fix.  Remove * from docstring.
12 2007-10-18  Tom Horsley  <tom.horsley@att.net>
14         * simple.el (interprogram-paste-function): Doc fix.
15         (current-kill): Accept list of strings as well
16         as single string from `interprogram-paste-function'.
18 2007-10-18  Glenn Morris  <rgm@gnu.org>
20         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
22 2007-10-18  Drew Adams  <drew.adams@oracle.com>
24         * bindings.el (mode-line-minor-mode-keymap):
25         Add mouse-minor-mode-menu on mouse-1.
26         (mode-line-modes): Add mouse-1 to help-echo text.
27         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
28         New functions.
29         (mode-line-minor-mode-help): Doc fix.
31 2007-10-17  Juri Linkov  <juri@jurta.org>
33         * textmodes/fill.el (fill-paragraph-or-region): Remove function
34         at the request of RMS.
35         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
36         arg `region'.  Fix docstring.  At the first `or' branch add call to
37         `fill-region' if it the region is active in transient-mark-mode.
39         * bindings.el (esc-map): Bind M-q to fill-paragraph
40         instead of fill-paragraph-or-region.
42         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
43         with fill-paragraph.
45         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
46         Fix docstring.
48         * indent.el (indent-for-tab-command): Change interactive spec from
49         "P" to "p".  Add check for interactive arg before indenting the
50         active region.
52         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
53         Regroup.
55 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
57         * emacs-lisp/find-func.el: Don't require loadhist.
59         * loadhist.el (feature-symbols, file-provides, file-requires)
60         (file-set-intersect, file-dependents): Simplify.
61         (unload-feature-special-hooks): Update list of special hooks.
63 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
65         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
66         extensions since they can be viewed with doc-view.
68         * files.el (auto-mode-alist): Make doc-view-mode the default mode
69         for pdf, ps and dvi files.
71         * doc-view.el: Make doc-view-mode the standard mode for viewing
72         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
73         text and image display.  Add binding C-c C-e to switch to an
74         editing mode.
75         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
76         avoid security problems when rendering files from untrusted sources.
78 2007-10-17  Aaron Hawley  <aaronh@garden.org>
80         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
81         position is not saved.
83 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
85         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
86         (doc-view-ghostscript-options): Fix typo in doc string.
88 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
90         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
91         handling, so compilation-fake-loc works again.
93         * server.el (server-select-display): Nop if we do not support m-f-o-d.
94         (server-process-filter): Revert last change.
96         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
97         behavior unrelated to filesets.
99 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
101         * longlines.el (longlines-wrap-follows-window-size): Integer value
102         specifies wrapping margin.
103         (longlines-mode, longlines-window-change-function):
104         Set window-specific wrapping margin based on the above.
106 2007-10-17  John Wiegley  <johnw@newartisans.com>
108         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
110 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
112         * server.el (server-process-filter): Only set display if X11 is
113         supported.
115 2007-10-17  Glenn Morris  <rgm@gnu.org>
117         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
118         Tweak regexp to avoid stack overflow.
120 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * simple.el (reindent-then-newline-and-indent): Don't assume that
123         indent-according-to-mode preserves point.
125 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
127         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
128         (bs--nth-wrapper): Simplify.
129         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
130         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
131         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
132         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
133         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
134         (bs-configurations, bs-default-configuration)
135         (bs-alternative-configuration, bs-cycle-configuration-name)
136         (bs-string-show-always, bs-string-show-never, bs-string-current)
137         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
138         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
139         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
140         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
141         (bs--window-config-coming-from): Revert 2006-11-09 change.
142         (bs--restore-window-config): Keep the selected frame.
143         (bs--track-window-changes, bs--remove-hooks): New functions.
144         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
145         (bs--create-header): Remove.
146         (bs--create-header-line): New function, based on `bs--create-header'.
147         (bs--show-header): Use `bs--create-header-line'.
148         (bs--show-with-configuration): Revert 2006-11-09 change.
149         Don't reuse window unless it is visible on the selected frame.
150         Restore window configuration (possibly in a different frame)
151         before creating any window.
153 2007-10-16  Glenn Morris  <rgm@gnu.org>
155         * simple.el (blink-matching-open): Don't report false errors with
156         the `$' syntax class.
158 2007-10-16  Richard Stallman  <rms@gnu.org>
160         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
161         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
162         (ad-is-advised, ad-get-advice-info-field)
163         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
165 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * vc-hooks.el (vc-workfile-version): Compatibility alias.
168         (vc-default-working-revision): Compatibility for backends.
170 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
172         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
173         (filesets-ormap, filesets-sort-case-sensitive-flag)
174         (filesets-remake-shortcut, filesets-ingroup-collect-files):
175         Fix typos in docstrings.
176         (filesets-conditional-sort, filesets-find-or-display-file)
177         (filesets-data-get-name, filesets-data-get-data)
178         (filesets-data-set, filesets-cmd-query-replace-getargs)
179         (filesets-ingroup-collect): Doc fixes.
181 2007-10-15  Sam Steingold  <sds@gnu.org>
183         * mail/sendmail.el (sendmail-error-reporting-interactive)
184         (sendmail-error-reporting-non-interactive): New variables for
185         sendmail error reporting options to simplify support for imperfect
186         sendmail emulators.
187         (sendmail-send-it): Use them instead of list literals.
189 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
191         * help-fns.el: Revert previous change; it creates a
192         dependency loop between advice.el and help-fns.el.
194 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
196         * help-fns.el: Require advice when compiling.
198 2007-10-14  Drew Adams  <drew.adams@oracle.com>
200         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
201         (ring-insert+extend, ring-remove+insert+extend, ring-member)
202         (ring-next, ring-previous): New functions.
204 2007-10-14  Richard Stallman  <rms@gnu.org>
206         * emacs-lisp/advice.el (documentation): Advice deleted.
207         Doc for advised functions is now handled at C level.
208         This is now handled at C level.
209         (ad-stop-advice, ad-start-advice): Don't enable or disable
210         advice for `documentation'.
211         (ad-advised-definition-docstring-regexp): Var deleted.
212         (ad-make-advised-definition-docstring): Store orig name
213         as text property of string.
214         (ad-advised-definition-p): Check for text property of docstring.
216         * help-fns.el (describe-function-1): Find source of advised functions.
218 2007-10-14  Juri Linkov  <juri@jurta.org>
220         * faces.el (describe-face): Allow handling a string as the face name.
222         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
223         active region in transient-mark-mode.
224         (ispell-region): Change messages displayed at the start and end of
225         the spell-checking to be the same.
227         * startup.el (fancy-startup-tail): Say exactly what does the button
228         dismiss ("Dismiss this startup screen").  Use text "Never show
229         it again" for the checkbox after this button.
230         (fancy-startup-screen, fancy-about-screen): Put point before the
231         first link, so the user can quickly select links with the keyboard.
232         (normal-mouse-startup-screen): Add more useful text describing how
233         to follow a link.
235 2007-10-14  Glenn Morris  <rgm@gnu.org>
237         * progmodes/etags.el (select-tags-table): Disable undo in the
238         `*Tags Table List*' buffer.
240 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
242         * dired.el (dired-warn-writable): New face.
243         (dired-warn-writable-face): New variable.
244         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
245         of dired-warning-face, for group- and world-writable files.
247 2007-10-13  Richard Stallman  <rms@gnu.org>
249         * files.el (directory-abbrev-alist): Doc fix.
251 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
253         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
255 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
257         * frame.el (set-frame-configuration): Assign name parameter only
258         if it has been set explicitly before.
260 2007-10-11  Tom Tromey  <tromey@redhat.com>
262         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
263         frame is visible.
265 2007-10-10  Richard Stallman  <rms@gnu.org>
267         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
268         in *Backtrace*.
270         * faces.el (face-font-selection-order): Doc fix.
272         * loadhist.el (unload-feature): Doc fix.
274 2007-10-13  Glenn Morris  <rgm@gnu.org>
276         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
277         (octave-re-search-forward-kw, octave-re-search-backward-kw):
278         Add doc string, and an explicit COUNT argument.
279         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
280         `inc' to search functions.
282         * faces.el (face-spec-set): When FRAME is nil, set the default for
283         new frames (restores pre-2007-09-17 behavior).  Doc fix.
285 2007-10-13  John W. Eaton  <jwe@octave.org>
287         * progmodes/octave-mod.el (octave-looking-at-kw)
288         (octave-re-search-forward-kw, octave-re-search-backward-kw):
289         New functions.
290         (octave-in-defun-p, calculate-octave-indent)
291         (octave-blink-matching-block-open, octave-beginning-of-defun)
292         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
293         to search for regexps that contain case-sensitive keywords.
294         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
295         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
297 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
299         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
300         Do not use a single clause cond.
302         * cus-start.el (all): Use test that does not match the X11 version
303         for mac.
305 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
307         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
308         BROWSE buffer.
310 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
312         * cus-start.el (all): Undo previous change.
314 2007-10-13  Glenn Morris  <rgm@gnu.org>
316         * woman.el (woman0-rename): Fix paren typo.
318         * mail/feedmail.el (feedmail-run-the-queue)
319         (feedmail-look-at-queue-directory):
320         * mail/reporter.el (reporter-dump-state):
321         * net/eudc-hotlist.el (eudc-edit-hotlist):
322         * net/eudc.el (eudc-display-records)
323         (eudc-filter-duplicate-attributes)
324         (eudc-distribute-field-on-records, eudc-query-form)
325         (eudc-process-form):
326         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
327         (eudc-bbdb-query-internal):
328         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
329         * net/socks.el (socks-build-auth-list):
330         * progmodes/cc-cmds.el (top level):
331         * progmodes/cc-styles.el (c-make-styles-buffer-local)
332         (c-set-style):
333         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
334         (cperl-write-tags, cperl-tags-treeify):
335         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
336         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
337         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
338         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
339         (idlwave-toolbar-remove-everywhere):
340         * progmodes/idlwave.el (idlwave-indent-line)
341         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
342         (idlwave-write-paths, idlwave-all-method-classes)
343         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
344         (idlwave-fix-keywords, idlwave-display-calling-sequence)
345         (idlwave-complete-in-buffer):
346         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
347         (org-fast-tag-selection):
348         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
349         than mapcar.
351 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
353         * diff-mode.el (diff-fine-change): Add :group.
355 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
357         * cus-start.el (all): Use the same test as the 22.2 branch.
359 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
361         * diff-mode.el (diff-current-defun): Force recomputation of
362         change-log-default-name.
364 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
366         * startup.el (fancy-startup-screen): Remove an unnecessary newline
367         and some leftover logic regarding dedicated frames.  If showing
368         concise startup screen, fit window to buffer.
369         (command-line-1): If we will be using the splash screen, use
370         find-file instead of find-file-other-window to find additional files.
371         Comment out unused code for coping with the old sit-for behavior.
373 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
376         `meta' modifier consistently, rather than using sometimes meta
377         sometimes alt.
379 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
381         * window.el (handle-select-window): Revert part of 2007-10-08
382         change setting the input focus.
384 2007-10-12  Glenn Morris  <rgm@gnu.org>
386         * startup.el (command-line): Do not read abbrev file in batch mode.
388         * emacs-lisp/byte-opt.el (top level):
389         * mail/rmail.el (rmail-list-to-menu):
390         * obsolete/hilit19.el (hilit-mode):
391         * progmodes/cc-mode.el (c-postprocess-file-styles)
392         (c-submit-bug-report):
393         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
394         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
395         (reftex-access-parse-file):
396         * textmodes/reftex-cite.el (reftex-do-citation)
397         (reftex-insert-bib-matches):
398         * textmodes/reftex-ref.el (reftex-offer-label-menu):
399         * textmodes/reftex-sel.el (reftex-select-unmark):
400         * textmodes/reftex-toc.el (reftex-toc-do-promote):
401         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
403         * cus-edit.el (custom-variable-menu, custom-face-menu)
404         (custom-group-menu): Check init-file-user rather than
405         user-init-file, in case cus-edit is loaded by site-run-file.
407 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
409         * vc.el (vc-deduce-fileset): Delete unused code.
410         (vc-next-action): Fix typos.
412 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
414         * bs.el (bs--mark-unmark): New function.
415         (bs-mark-current, bs-unmark-current): Use it.
417 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
419         * vc.el (vc-diff):
420         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
421         emporarily disable the check for his edge case of
422         vc-diff (stopping it from grinding when callerd from $HOME), as
423         it's calling some brittle code in vc-hooks.el.
424         (with-vc-properties): Fix evaluation time of a macro argument.
425         * ediff-vers.el (ediff-vc-internal):
426         * vc-hooks.el:
427         * loaddefs.el: Follow up on VC terminology change.
429 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
431         * follow.el (follow-stop-intercept-process-output):
432         Use `follow-call-process-filter' rather than `process-filter'.
433         Simplify.
435 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
437         * vc.el: Address an edge case in vc-diff pointed out by
438         Juanma Barranquero.  This is an experimental fix and may change.
440         * vc-hooks.el (vc-registered): Robustify this function a bit
441         against filenames with no directory component.
443 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * international/characters.el: Undo unwanted and unexplained change.
447 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
449         * ps-print.el: Fix the usage of :foreground and :background face
450         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
451         (ps-print-version): New version 6.7.6.
452         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
453         Fix code.
454         (ps-face-foreground-color-p, ps-face-background-color-p)
455         (ps-face-color-p): New inline funs.
457 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
459         * org.el (org-additional-option-like-keywords): New constant.
460         (org-complete): Use `org-additional-option-like-keywords'.
461         (org-parse-local-options): New function.
463 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
465         * org.el (org-in-clocktable-p): New function.
466         (org-clock-report): Only update the table at point, or insert a
467         new one.
468         (org-clock-goto): New function.
469         (org-open-file): Use `start-process-shell-command' instead of
470         `shell-command' with an ampersand.
471         (org-deadline, org-schedule): New argument REMOVE to remove the
472         date from the entry.
473         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
474         argument to `org-schedule' and `org-deadline'.
475         (org-trim): Use the correct expressions for beginning and end of
476         the string.
477         (org-get-cleaned-entry): Trim the string before returning it.
478         (org-clock-find-position): New function.
479         (org-clock-into-drawer): New option.
480         (org-agenda-tags-column): Rename from
481         `org-agenda-align-tags-to-column'.
482         (org-agenda-align-tags): Allow negative values for
483         `org-agenda-tags-column'.
484         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
485         (org-agenda-to-appt): New optional argument FILTER.
486         (org-completion-fallback-command): New variable.
487         (org-complete): Use `org-completion-fallback-command'.
488         (org-find-base-buffer-visiting): Catch the case that there is no
489         buffer visiting the file.
490         (org-property-or-variable-value): New function.
491         (org-todo): Use `org-property-or-variable-value'
492         (org-agenda-compact-blocks): New option.
493         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
494         (org-agenda-schedule, org-agenda-deadline):
495         Call `org-agenda-show-new-time'.
496         (org-agenda-show-new-time): New argument PREFIX.
497         (org-colgroup-info-to-vline-list): Fix but that cause a
498         shift in the vertical lines.
499         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
500         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
501         (org-indent-item): No arg in call to `org-fix-bullet-type'.
502         (org-fix-bullet-type): Remove argument.
503         (org-read-date): Check for am/pm twice, to catch the end time.
504         (org-goto-map): Use `suppress-keymap'.
505         (org-remember-apply-template): Respect the dynamically scoped
506         selection character.
508         * org.texi (Appointment reminders): New section.
510 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
512         * org-export-latex.el (org-export-latex-protect-string):
513         Renaming of `org-latex-protect'.
514         (org-export-latex-emphasis-alist): By default, don't protect
515         any emphasis formatter from further conversion.
516         (org-export-latex-tables): Honor column grouping for tables.
517         (org-export-latex-title-command): New option.
518         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
519         export backslash character.
521 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
523         * frame.el (frame-inherited-parameters): Remove unused `environment'
524         parameter, and let server.el add `client' when needed.
526         * server.el (server-create-tty-frame)
527         (server-create-window-system-frame): Set frame-inherited-parameters.
529         * frame.el (frame-inherited-parameters): New var.
530         (make-frame): Use it.
532         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
534         * env.el (let-environment): Remove.  Unused.
535         (read-envvar-name): Simplify.
536         (setenv): Remove unused arg `frame'.
538         * help-fns.el (describe-variable): Add missing "  " for multiline
539         obsolescence info and missing EOL after global value.
541 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
543         * add-log.el:
544         * ediff-vers.el:
545         * log-view.el:
546         * pcvs.el:
547         * vc-arch.el:
548         * vc-bzr.el:
549         * vc-cvs.el:
550         * vc.el:
551         * vc-git.el:
552         * vc-hg.el:
553         * vc-hooks.el:
554         * vc-mcvs.el:
555         * vc-mtn.el:
556         * vc-rcs.el:
557         * vc-sccs.el:
558         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
559         {find,init,next,previous,annotate-*,log}-version ->
560         {find,init,next,previous,annotate-*,log}-revision,
561         annotate-focus-version -> annotate-working-revision, The term
562         'focus' is gone.  The term 'revision' is now used consistently
563         everywhere that reference to a revision ID is intended, replacing
564         older use of 'version'.
566 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
568         * follow.el: Change all instances of "Follow Mode" to "Follow
569         mode" in docstrings and messages.
570         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
572 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
574         * vc.el (vc-next-action): Rewrite completely; this principal
575         entry point now operates on a current fileset selected either
576         explicitly via VC-Dired or implicitly by visiting a file buffer,
577         rather than always operating on the file of the current buffer as
578         in older versions.  Rewrite the rest of the mode to match.
579         (with-vc-properties): Rewrite to operate on a file list.
580         (with-vc-file): vc-checkin takes a file list argument now.
581         (vc-post-command-functions): This hook now receives a file list.
582         (vc-do-command): Take a either a file or a file list as argument.
583         (vc-deduce-fileset): New function for deducing a file list to
584         operate on.
585         (vc-next-action-on-file, vc-next-action-dired): Remove.
586         Merge into vc-next-action.
587         (vc-register): Adapt to the fact that vc-start-entry now takes a
588         file list.
589         (vc-register-with): New function.
590         (vc-start-entry): Take a file list argument rather than a
591         file argument.
592         (vc-checkout): Cope with vc-start-entry taking a file list.
593         (vc-steal-lock): Cope with with-vc-properties taking a
594         file list.
595         (vc-checkin): Take a file list argument rather than a file argument.
596         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
597         (vc-diff-internal): Rewrite for filesets.
598         (vc-diff-sentinel): New function, tests whether changes were
599         written into a diff buffer.
600         (vc-diff): Rewrite for filesets.
601         (vc-version-diff): Rewrite for filesets.
602         (vc-print-log): Take a fileset argument.
603         (vc-revert): Revert the entire selected fileset, not just the
604         current buffer.
605         (vc-rollback): Roll back the entire selected fileset, if
606         possible.  No longer accepts a prefix argument.
607         (vc-update): Merge new changes for the entire selected
608         fileset, not just the current buffer.
609         (vc-revert-file): Cope with with-vc-properties taking a file list.
610         (vc-default-dired-state-info): Add + status suffix if the file is
611         modified.
612         (vc-annotate-warp-version): Use the new diff machinery.
613         (vc-log-edit): Take a file list argument rather than a file argument.
615 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
617         Sync with Tramp 2.1.11.
619         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
620         Pacify byte compiler.
622         * net/trampver.el: Update release number.
624 2007-10-09  Richard Stallman  <rms@gnu.org>
626         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
628 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
630         * follow.el: Require easymenu.
631         (follow-mode-hook, follow-mode): Doc fixes.
632         (follow-mode-off-hook): Mark as obsolete.
634 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
636         * window.el (mouse-autoselect-window-cancel): Don't cancel for
637         select-window or select-frame events.
638         (handle-select-window): When autoselecting window set input
639         focus.  Restructure.
641         * frame.el (focus-follows-mouse): Move to frame.c.
642         * cus-start.el (all): Add focus-follows-mouse.
644 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
646         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
647         activate font-locking in the *buffer-selection* buffer.
648         (bs-show-sorted): Doc fix.
650         * bs.el (bs--get-marked-string, bs--get-modified-string)
651         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
652         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
653         (bs--format-aux): Doc fix.
655 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
657         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
659 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
661         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
662         (gud-gdb): New function for old M-x gdb (text command mode).
663         (gud-gdb-command-name, gdb): Move to...
665         * progmodes/gdb-ui.el: ...here and adapt doc string.
666         (gud-gdba-command-name, gdba): Delete.
668 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
670         * bs.el: Don't defvar `font-lock-verbose'.
671         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
672         (bs--get-file-name): Fix typos in docstrings.
673         (bs--show-header): Use `dolist' instead of `mapcar'.
674         (bs-mode): Set `show-trailing-whitespace' to nil.
675         (bs-buffer-sort-function, bs-mouse-select-other-frame)
676         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
677         Doc fixes.
679 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
681         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
683 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
685         * progmodes/gud.el (gdb): Make graphical mode the default and
686         switch to text command mode if appropriate, i.e., reverse previous
687         arrangement.
688         (gud-gdb-marker-filter): Adapt for above change.
690         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
691         gud-minor-mode and gud-marker-filter.
692         (gdb-fullname-regexp): New variable.
693         (gud-gdba-marker-filter): Use it to switch to text command
694         mode if appropriate.
696 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
698         * progmodes/gud.el (gud-display-line): Find source buffer even when
699         GUD buffer has its own frame.
701 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
703         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
705 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
707         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
709 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
711         * allout.el (allout-before-change-handler): Replace got-char by
712         goto-char.
714 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
717         Used to try and automatically enabled smerge-mode in the presence of
718         conflicts and to call `svn resolved' when the conflicts are gone.
719         (vc-svn-parse-status): Remember the svn-specific status.
721 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
723         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
724         menu-bar-apropos-menu.  All users changed.
725         (menu-bar-help-menu): Change menu symbols to better match the text
726         displayed by the menu.
728 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
730         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
731         #, @, : and ^.
733 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
735         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
737         * log-view.el (log-view-mode-map): Likewise.
739         * diff-mode.el (diff-mode-shared-map): Likewise.
741 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
743         * files.el (file-name-sans-versions): Also allow `A-Z'.
745         * vc.el: Mention all supported VC backends.
747 2007-10-08  Richard Stallman  <rms@gnu.org>
749         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
750         neighbouring buttons.
752 2007-10-08  Andreas Schwab  <schwab@suse.de>
754         * files.el (file-name-sans-versions): Also allow `_'.
756 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
758         * files.el (file-name-sans-versions): Allow - and a-z in version names.
760         * log-view.el (log-view-mode-map, log-view-mode-menu):
761         Bind log-view-annotate-version.
762         (log-view-beginning-of-defun, log-view-end-of-defun)
763         (log-view-annotate-version): New functions.
764         (log-view-mode): Use log-view-beginning-of-defun and
765         log-view-end-of-defun.
767 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
769         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
771 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
773         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
774         neighbouring buttons.
776         * progmodes/compile.el (compilation-error-regexp-alist-alist):
777         Recognize gcc's use of "note" for informational messages.
779 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
782         (css-mode): Update correspondingly.
784 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
786         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
787         Signed-off-by, Acked-by and Merge.
789 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * ediff-init.el (ediff-verbose-p): This var is not a constant.
793 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
795         * vc-mtn.el: New file.
797         * vc-hooks.el (vc-handled-backends): Add Mtn.
799 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
801         * files.el (find-file, find-file-other-window)
802         (find-file-other-frame, find-file-existing, find-file-read-only)
803         (find-file-read-only-other-window)
804         (find-file-read-only-other-frame)
805         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
807 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
809         * progmodes/gud.el (gdb-ready): New variable.
810         (gdb): Set it to nil.  Set gud-running to nil here...
811         (gud-common-init): ...instead of here.
813         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
814         Use gdb-ready.  Discard input until GDB is ready to accept it.
816 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
818         * dired.el (dired-warning): Inherit from font-lock-warning-face to
819         make it show up with eight colors.
821 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
823         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
824         diffs are concatenated with no intervening line.
826 2007-10-08  Dave Love  <fx@gnu.org>
828         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
829         (python-font-lock-keywords): Update to the 2.5 version of the language.
830         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
831         (python-backspace): Only behave funny in code.
832         (python-compilation-regexp-alist): Add PDB stack trace regexp.
833         (inferior-python-mode): Add PDB prompt regexp.
834         (python-fill-paragraph): Refine the fenced-string regexp.
835         (python-find-imports): Handle imports spanning several lines.
836         (python-mode): Add `class' to hideshow support.
838 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
840         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
841         Use add-log-buffer-file-name-function rather than binding
842         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
843         when `fi' is the ChangeLog file itself.
845         * outline.el (outline-flag-region): Use front-advance.
847 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
849         * progmodes/cperl-mode.el: Merge upstream 5.23.
850         (cperl-where-am-i): Remove function.
851         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
852         (cperl-sniff-for-indent): De-invert [string] and [comment].
853         When looking for label, skip s:m:y:tr.
854         (cperl-indent-line): Likewise.
855         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
856         (cperl-windowed-init): Wrong `ps-print' handling.
857         Both thanks to Chong Yidong.
858         (cperl-look-at-leading-count): Could fail with unfinished RExen.
859         (cperl-find-pods-heres): If the second part of s()[] is missing,
860         don't try to highlight delimiters...
862 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * progmodes/compile.el (compilation-get-file-structure): Complete last
865         change by also using spec-directory in the puthash.
867 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
869         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
870         (vc-bzr-status): Fix shadowing of variable 'status'.
871         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
872         Use `expand-file-name' instead of `concat'.
873         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
874         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
876 2007-10-08  Jason Rumney  <jasonr@gnu.org>
878         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
880 2007-10-08  Richard Stallman  <rms@gnu.org>
882         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
883         Add `safe-local-variable' property.
884         (lisp-body-indent): Likewise.
886 2007-10-08  Richard Stallman  <rms@gnu.org>
888         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
889         Add doc string.
891 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
893         * files.el (backup-buffer-copy): Try to overwrite old backup first.
895 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
897         * repeat.el (repeat): Use last-repeatable-command instead of
898         real-last-command.  Run pre- and post-command hooks for
899         self-insertion.  Update doc-string.
901 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
903         * vc-git.el (vc-git-state): Call git-add --refresh to update the
904         state of the file.
905         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
906         (vc-git-create-repo): Fix invalid command.
908 2007-10-08  Richard Stallman  <rms@gnu.org>
910         * textmodes/flyspell.el (flyspell-mode):
911         Catch errors in flyspell-mode-on.
913 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
915         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
917 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
919         * international/encoded-kb.el (encoded-kbd-setup-display):
920         Use input-decode-map rather than local-key-translation-map.
922         * term/rxvt.el (rxvt-alternatives-map): New map.
923         (terminal-init-rxvt): Use it.
924         Bind rxvt-function-map in input-decode-map.
926         * term/xterm.el (xterm-alternatives-map): New map.
927         (terminal-init-xterm): Use it.
928         Bind xterm-function-map in input-decode-map.
930         * term/x-win.el (x-alternatives-map): New var.
931         (x-setup-function-keys): Use it.
933         * help-fns.el (describe-variable): Slightly change the layout of
934         meta-info to separate it better from the docstring.
935         Standardize insertion of extra empty lines in various circumstances.
937         * diff-mode.el (diff-hunk-style): New fun.
938         (diff-end-of-hunk): Use it.
939         (diff-context->unified): Use the new `apply' undo element,
940         if applicable, so as to save undo-log space.
941         (diff-fine-change): New face.
942         (diff-fine-highlight-preproc): New function.
943         (diff-fine-highlight): New command.
944         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
946         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
947         (smerge-refine-highlight-change): Add `props' argument.
948         (smerge-refine-subst): New function holding most of smerge-refine.
949         (smerge-refine): Use it.
951 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
953         * vc.el (vc-default-wash-log): Remove unused code, the
954         log washers all live in the backends now.
955         (vc-default-comment-history): Correct for the fact
956         that wash-log is argumentless in the new API.
958 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
960         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
961         (tramp-maybe-send-script): Apply `member' but `memq'.
962         (tramp-advice-file-expand-wildcards): Simplify implementation.
964 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
966         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
968         * mb-depth.el (minibuf-depth-indicator-function): New variable.
969         (minibuf-depth-setup-minibuffer): Use it.
971 2007-10-07  Glenn Morris  <rgm@gnu.org>
973         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
974         version numbers.
976 2007-10-06  Juri Linkov  <juri@jurta.org>
978         * textmodes/fill.el (fill-paragraph-or-region): New function.
980         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
981         instead of fill-paragraph.
983         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
984         with fill-paragraph-or-region.  Suspend command is now the same
985         `suspend-frame' on window systems and on tty.
987         * image.el (image-type): Check if image-types is bound to not fail
988         on tty.
990         * delsel.el (delete-selection-pre-hook):
991         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
992         is fbound to not fail on mouseless tty.
994 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
996         * net/tramp.el (top): Move loading of tramp-util.el and
997         tramp-vc.el to tramp-compat.el.
998         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
999         temporary file if possible, in order to avoid a security hole.
1000         (tramp-do-copy-or-rename-file-out-of-band)
1001         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1002         with DONT-CREATE, because the connection is not setup yet.
1003         (tramp-handle-process-file): Rewrite temporary file handling.
1004         (tramp-completion-mode): New defvar.
1005         (tramp-completion-mode-p): Use it.
1007         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1009         * net/tramp-fish.el (tramp-fish-handle-process-file):
1010         Rewrite temporary file handling.
1012 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
1014         * vc.el: Workfile version -> focus version change.  Port various
1015         comments from new VC to reduce the noise in the diff.
1016         Patch in the new vc-create-repo function to go with the
1017         header comment about it already present.
1018         There are no changes to existing logic in this patch.
1019         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1021 2007-10-06  Aaron Hawley  <aaronh@garden.org>
1023         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1025 2007-10-05  Chris Moore  <dooglus@gmail.com>
1027         * server.el (server-kill-new-buffers): Doc fix.
1029 2007-10-05  John W. Eaton  <jwe@octave.org>
1031         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1032         (octave-begin-keywords): Add "do".
1033         (octave-end-keywords): Remove "end".
1034         (octave-reserved-words): Add "end".  Remove "all_va_args",
1035         "gplot", and 'gsplot".
1036         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1037         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1038         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1039         "default_return_value", "define_all_return_values",
1040         "do_fortran_indexing", "empty_list_elements_ok",
1041         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1042         "ok_to_lose_imaginary_part", "prefer_column_vectors",
1043         "prefer_zero_one_indexing", "propagate_empty_matrices",
1044         "resize_on_range_error", "treat_neg_dim_as_zero",
1045         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1046         "warn_divide_by_zero", "warn_function_name_clash",
1047         "warn_missing_semicolon", "whitespace_in_literal_matrix".
1048         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1049         "crash_dumps_octave_core", "sighup_dumps_octave_core",
1050         "sigterm_dumps_octave_core".
1051         (octave-block-match-alist): Remove "end" from block-end keywords.
1052         (octave-mode): Update ftp site address.
1054 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1056         * vc.el: Reorder functions, no code changes.
1058 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
1060         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1061         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1062         the cond clauses where needed.
1063         (tramp-handle-write-region): Rearrange code for proper handling of
1064         tmpfile.
1066         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1068         * net/tramp.el:
1069         * net/tramp-fish.el:
1070         * net/tramp-ftp.el:
1071         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1072         `tramp-compat-make-temp-file'.
1074 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1076         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1078 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1080         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
1081         already uses a more recent copyright version than the "current" one.
1083 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1085         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
1086         (doc-view-insert-image): Minor aesthetical docstring changes.
1088 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
1090         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
1091         completing filename.
1092         (doc-view-search-internal): Docstring change.
1094 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
1096         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
1097         (tramp-file-name-handler-alist):
1098         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
1099         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
1100         used before, creates the file already, which is not desired.
1101         (tramp-do-copy-or-rename-file-directly): Simplify handling of
1102         temporary file.
1103         (tramp-handle-insert-file-contents): Assign the result in the
1104         short track case.
1105         (tramp-handle-insert-file-contents-literally): New defun.
1106         (tramp-completion-mode-p): Revert change from 2007-09-24.
1107         Checking for `return' etc as last character is not sufficient, for
1108         example in dired-mode when entering <g> (revert-buffer) or
1109         <s> (dired-sort).
1111         * net/tramp-compat.el (top): Add also compatibility code for loading
1112         appropriate timer package.
1113         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
1114         order to avoid autoloading problems.
1116         * net/tramp-fish.el:
1117         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
1119         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
1120         where the second parameter of `copy-file' or `rename-file' is a
1121         remote file but not via ftp.
1123 2007-10-02  Richard Stallman  <rms@gnu.org>
1125         * frame.el (cursor-in-non-selected-windows): Doc fix.
1127 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1129         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
1130         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
1132 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
1134         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
1135         when `expt' doesn't give range errors.
1137 2007-10-01  Markus Triska  <markus.triska@gmx.at>
1139         * calc/calc-math.el (math-smallest-emacs-expt):
1140         Make the computation more robust.
1142 2007-09-30  David Kastrup  <dak@gnu.org>
1144         * startup.el (argv): Alias for `command-line-args-left' to use as
1145         `(pop argv)' inside of --eval command sequences.  Allows for
1146         passing shell commands into Emacs verbatim without need for Lisp
1147         quoting.
1149         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
1150         check only for changed size.
1151         (auto-revert-tail-handler): Get size from caller.  If the file has
1152         shrunk, tail the whole file again (the file presumably has been
1153         rewritten).
1155         * woman.el (woman-topic-all-completions, woman-mini-help):
1156         Fix fallout from 2007-09-07 introduction of `dolist' when the list
1157         actually was being manipulated in the loop.
1158         (woman-Cyg-to-Win, woman-pre-process-region)
1159         (woman-horizontal-escapes, woman-if-body, woman-unescape)
1160         (woman-strings, woman-special-characters, woman1-hc)
1161         (woman-change-fonts, woman-find-next-control-line):
1162         Use `match-beginning' rather than `match-string' when the result is
1163         just used as a flag.
1165 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
1167         * net/tramp-compat.el: New file.
1169         * net/tramp.el:
1170         * net/tramp-fish.el:
1171         * net/tramp-smb.el:
1172         * net/tramp-uu.el:
1173         * net/trampver.el: Move compatibility code to tramp-compat.el.
1174         Apply `mapc' instead of `mapcar' when the code needs side effects
1175         only.  Move utf-8 coding cookie to the second line.
1177 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1179         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
1180         Improve custom type.
1181         (icon-map-list): Make it customizable.  Document how to disable
1182         stock icons.
1184 2007-09-30  Richard Stallman  <rms@gnu.org>
1186         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
1188 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1190         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1192 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
1195         (t-mouse-mode): New compatibility alias.
1197 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
1199         * server.el (server-delete-client): Only delete the terminal if it
1200         is non-nil.
1202 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
1204         * net/tramp.el (with-file-property, with-connection-property):
1205         Highlight as keyword.
1206         (tramp-rfn-eshadow-setup-minibuffer)
1207         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1208         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
1209         (tramp-do-copy-or-rename-file-directly)
1210         (tramp-do-copy-or-rename-file-out-of-band)
1211         (tramp-handle-shell-command, tramp-get-debug-buffer)
1212         (tramp-send-command-and-read, tramp-equal-remote)
1213         (tramp-get-local-gid): Pacify byte-compiler.
1214         (tramp-handle-file-name-directory): Result shall not be expanded.
1215         (tramp-find-foreign-file-name-handler): Rewrite.
1216         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
1218         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
1220         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1221         Apply `tramp-completion-mode-p'.
1222         (tramp-fish-handle-set-file-times)
1223         (tramp-fish-handle-executable-find)
1224         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
1225         (tramp-fish-retrieve-data): Pacify byte-compiler.
1227         * net/tramp-gw.el (tramp-gw-basic-authentication):
1228         Call `tramp-read-passwd' with first parameter `nil'.
1230 2007-09-28  Glenn Morris  <rgm@gnu.org>
1232         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
1233         than mapcar.
1235         * textmodes/tex-mode.el (tex-suscript-height-ratio)
1236         (tex-suscript-height-minimum): New customizable variables.
1237         (tex-suscript-height): New function.
1238         (superscript, subscript): Set height using tex-suscript-height
1239         rather than fixing at 0.8.
1240         (tex-fontify-script, tex-font-script-display): Add :version tag.
1242 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
1244         * progmodes/python.el (python-eldoc-function): Doc fix.
1246 2007-09-27  Glenn Morris  <rgm@gnu.org>
1248         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
1249         image if it is not in image-type-auto-detectable, or is there with
1250         a nil value.
1252 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
1254         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
1255         connection more robust.
1257 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1259         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1260         Deal with the case that special &keywords are at the beginning or
1261         end of the argument list.  Also add some (incomplete) support for
1262         non-standard arglists.
1264 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1266         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1267         (eldoc-message-commands, eldoc-current-idle-delay)
1268         (eldoc-function-argstring-format): Fix typos in docstrings.
1270 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
1272         * calc/calc-units.el (calc-convert-units)
1273         (calc-convert-temperature): Remove unnecessary colons.
1275 2007-09-26  Bastien Guerry  <bzg@altern.org>
1277         * org-export-latex.el (org-export-latex-tables-verbatim): New function.
1278         (org-export-latex-remove-from-headlines): Name changed because of typo.
1279         (org-export-latex-quotation-marks-convention): Option removed.
1280         (org-export-latex-make-preamble): Handle the DATE option.
1281         (org-export-latex-cleaned-string): Now the only cleaning function,
1282         synched up with org.el.
1283         (org-export-latex-lists, org-export-latex-parse-list)
1284         (org-export-list-to-latex): New functions.
1286 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
1288         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
1289         (org-outline-regexp): New constant.
1290         (org-remember-handler): Throw error when the target file is not in
1291         org-mode.
1292         (org-cleaned-string-for-export): No longer call
1293         `org-export-latex-cleaned-string' with an argument.
1294         (org-get-tags): Returns now a list, not a string.
1295         (org-get-tags-string): New function.
1296         (org-archive-subtree): No need to split return of `org-get-tags'.
1297         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
1298         instead of `org-get-tags'.
1299         (org-agenda-format-date): Rename from `org-agenda-date-format'.
1300         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
1301         (org-compatible-face): New argument INHERITS.  Inherit from this
1302         face if possible.
1303         (org-level-1, org-level-2, org-level-3, org-level-4)
1304         (org-level-5, org-level-6, org-level-7, org-level-8)
1305         (org-special-keyword, org-drawer, org-column, org-warning)
1306         (org-archived, org-todo, org-done, org-headline-done, org-table)
1307         (org-formula, org-code, org-agenda-structure)
1308         (org-scheduled-today, org-scheduled-previously)
1309         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
1310         in the new way.
1311         (org-get-heading): New argument NO-TAGS.
1312         (org-fast-tag-selection-include-todo): Made defvar instead of
1313         defcustom, feature is not deprecated.
1314         (org-remember-store-without-prompt): New default value t.
1315         (org-todo-log-states): New variable.
1316         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
1317         Compute the log states.
1318         (org-goto-map): More commands copied from global map.  Also bind
1319         `org-occur'.
1320         (org-goto): Made into a general lookup command.
1321         (org-get-location): Complete rewrite.
1322         (org-goto-exit-command): New variable.
1323         (org-goto-selected-point): New variable.
1324         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
1325         Set the new variables.
1326         (org-paste-subtree): Whitespace insertion strategy revised.
1327         (org-remember-apply-template): Protect v-A from the possibility
1328         that v-a might be nil.
1329         (org-remember-handler): Insertion rules revised.
1330         (org-todo): Respect org-todo-log-states.
1331         (org-up-heading-safe): New function.
1332         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
1334 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1336         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
1337         region if in transient-mark-mode.
1339 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1341         * calc/calc-ext.el (calc-init-extensions, calc-reset):
1342         * calc/calc-help.el (calc-full-help):
1343         * calc/calc-misc.el (another-calc):
1344         * calc/calc-store.el (calc-var-name-map):
1345         * calc/calc-stuff.el (calc-flush-caches):
1346         * calc/calc-units.el (math-build-units-table):
1347         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
1348         (calc-quit):
1349         * calendar/icalendar.el (icalendar--format-ical-event)
1350         (icalendar--convert-ical-to-diary):
1351         * emacs-lisp/authors.el (authors):
1352         * emacs-lisp/cust-print.el (custom-print-install)
1353         (custom-print-uninstall):
1354         * emacs-lisp/disass.el (disassemble-1):
1355         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1356         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
1357         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
1358         (elint-check-let-form, elint-check-condition-case-form)
1359         (elint-initialize):
1360         * emacs-lisp/elp.el (elp-results):
1361         * emacs-lisp/generic.el (generic-mode-internal):
1362         * emacs-lisp/re-builder.el (reb-delete-overlays):
1363         * emacs-lisp/regi.el (regi-interpret):
1364         * emacs-lisp/sregex.el (sregex--char-aux):
1365         * emulation/cua-rect.el (cua--deactivate-rectangle)
1366         (cua--highlight-rectangle, cua--rectangle-post-command):
1367         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
1368         * emulation/viper-macs.el (viper-describe-kbd-macros)
1369         (viper-describe-one-macro):
1370         * emulation/viper-util.el (viper-setup-master-buffer):
1371         * emulation/viper.el (set-viper-state-in-major-mode):
1372         * international/mule-diag.el (describe-current-coding-system):
1373         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
1374         * mail/emacsbug.el (report-emacs-bug):
1375         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
1376         * obsolete/hilit19.el (hilit-unhighlight-region)
1377         (hilit-set-mode-patterns):
1378         * play/solitaire.el (solitaire-check, solitaire-solve):
1379         * play/zone.el (zone-pgm-rotate):
1380         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
1381         * progmodes/ada-prj.el (ada-prj-display-page):
1382         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
1383         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
1384         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
1385         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
1386         * progmodes/sh-script.el (sh-make-vars-local)
1387         (sh-reset-indent-vars-to-global-values):
1388         * progmodes/sql.el (top):
1389         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
1390         * progmodes/xscheme.el (top):
1391         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
1392         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
1393         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
1394         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
1395         (artist-submit-bug-report):
1396         * textmodes/flyspell.el (flyspell-delay-commands)
1397         (flyspell-deplacement-commands):
1398         * textmodes/table.el (table--generate-source-epilogue, table-insert)
1399         (table--generate-source-cells-in-a-row, table--make-cell-map)
1400         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
1402 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
1404         * allout.el (produce-allout-mode-map, allout-process-exposed):
1405         * ansi-color.el (ansi-color-make-color-map):
1406         * autoinsert.el (auto-insert):
1407         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
1408         * dired-aux.el (dired-create-files):
1409         * dired.el (dired-restore-desktop-buffer):
1410         * ediff-diff.el (ediff-setup-fine-diff-regions):
1411         * ediff-mult.el (ediff-intersect-directories)
1412         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
1413         (ediff-redraw-registry-buffer):
1414         * ediff-ptch.el (ediff-fixup-patch-map):
1415         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
1416         (ediff-really-quit, ediff-clear-diff-vector):
1417         * emerge.el (emerge-really-quit):
1418         * ffap.el (ffap-replace-file-component):
1419         * filecache.el (file-cache-add-directory)
1420         (file-cache-add-directory-recursively)
1421         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
1422         (file-cache-delete-directory, file-cache-files-matching-internal)
1423         (file-cache-display):
1424         * files.el (cd):
1425         * find-lisp.el (find-lisp-insert-directory):
1426         * finder.el (finder-compile-keywords):
1427         * help.el (view-emacs-news):
1428         * hi-lock.el (hi-lock-write-interactive-patterns):
1429         * ido.el (ido-to-end, ido-set-matches-1):
1430         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
1431         (image-dired-mark-tagged-files):
1432         * jka-cmpr-hook.el (jka-compr-get-compression-info):
1433         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
1434         * ps-print.el (ps-background, ps-begin-file)
1435         (ps-build-reference-face-lists):
1436         * simple.el (clone-buffer):
1437         * startup.el (command-line):
1438         * tempo.el (tempo-insert-template, tempo-is-user-element)
1439         (tempo-forward-mark, tempo-backward-mark):
1440         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
1442 2007-09-25  Glenn Morris  <rgm@gnu.org>
1444         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
1446         * view.el (view-search-no-match-lines): Add a doc string.
1447         Rewrite to simplify and work better.
1449 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
1451         * progmodes/cc-mode.el (c-mode-base-map):
1452         Use c-indent-line-or-region instead of c-indent-line.
1454         * indent.el (indent-for-tab-command): First check if the region is
1455         active.
1457 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1459         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
1460         whitespace-rescan-timer-time is 0.
1462 2007-09-24  Karl Berry  <karl@gnu.org>
1464         * international/mule.el (coding-system-base): Fix doc string grammar.
1466 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
1468         * net/tramp.el (tramp-completion-mode-p): Rename from
1469         `tramp-completion-mode'.  Revert logic, check `return', `newline'
1470         and such alike.  Packages like Icicles tend to use other completion
1471         characters but `tab' and `space' only.
1473 2007-09-24  Adam Hupp  <adam@hupp.org>
1475         * progmodes/python.el (run-python): Import emacs module without
1476         waiting; prevents lockup on error.
1478 2007-09-23  Richard Stallman  <rms@gnu.org>
1480         * mail/sendmail.el (mail-bury): Delete the frame
1481         if this frame looks like it was made for this message.
1483         * completion.el (completion-separator-self-insert-command)
1484         (completion-separator-self-insert-autofilling):
1485         If `self-insert-command' has been remapped, use the substitute.
1487         * simple.el (copy-region-as-kill): Doc fix.
1489         * textmodes/org.el (org-confirm-shell-link-function)
1490         (org-confirm-elisp-link-function): Doc fixes.
1492 2007-09-23  Glenn Morris  <rgm@gnu.org>
1494         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1496 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
1498         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
1500         * term/tvi970.el (terminal-init-tvi970): Likewise.
1502         * term/sun-mouse.el (print-mouse-format): Likewise.
1504         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
1505         Use forward-line instead of previous-line and next-line.
1507 2007-09-22  Juri Linkov  <juri@jurta.org>
1509         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
1511         * tutorial.el (tutorial--default-keys): Update standard bindings:
1512         rename `iconify-or-deiconify-frame' to `suspend-frame',
1513         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
1515 2007-09-22  Juri Linkov  <juri@jurta.org>
1517         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
1518         Add help-echo to external links and to links without description.
1519         (fancy-splash-insert): Use help-echo from the 3rd element of the
1520         link specification list, or "Follow this link" if it's nil.  Doc fix.
1522 2007-09-22  Juri Linkov  <juri@jurta.org>
1524         * startup.el (command-line): Rename `inhibit-startup-message' to
1525         `inhibit-startup-screen'.
1526         (fancy-about-text): Use shorter label for "Ordering Manuals".
1527         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
1528         is nil, display a line with "To start..." and 3 links to useful
1529         tasks.  Display the "Dismiss" button and "Don't show this message
1530         again" only when concise is non-nil.
1531         (fancy-startup-screen): Call `fancy-startup-tail' with optional
1532         arg `concise'.  If CONCISE is non-nil, display a concise version
1533         of the splash screen in another window.  Otherwise, switch to the
1534         startup buffer in the same window.
1535         (startup-echo-area-message): Change displayed binding from
1536         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
1537         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
1538         the GNU system".
1539         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
1540         to "*GNU Emacs*".
1541         (display-about-screen): Don't check the existence of the buffer
1542         "*About GNU Emacs*".
1543         (display-splash-screen): Make alias to `display-startup-screen'.
1544         (command-line-1): Rename `inhibit-startup-message' to
1545         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
1546         started with command line options "-f", "-funcall", "-e", "-eval",
1547         "-execute", "-insert", "-find-file", "-file", "-visit".
1548         Inhibit startup screen when Emacs is started with a file name only
1549         on tty (i.e. don't inhibit it when started with a file name like
1550         "emacs FILE..." on a window system).
1551         (command-line-1): Simplify logic of displaying the startup screen:
1552         if file-count > 0, then display the concise version in another
1553         window, otherwise display full version in the same window.
1555         * help.el (help-map): Bind C-h C-a to about-emacs.
1556         (help-for-help-internal): Add C-a description to C-h help text.
1558 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1560         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
1561         (checkdoc-permit-comma-termination-flag): Autoload the
1562         safe-local-variable setting.
1564         * bookmark.el (bookmark-xemacsp): Remove.
1565         (bookmark-make): Don't use bookmark-xemacsp,
1566         use (featurep 'xemacs) instead.
1568         * speedbar.el (speedbar-frame-mode)
1569         (speedbar-frame-reposition-smartly)
1570         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1571         (speedbar-check-vc): Remove use of non-existent variable
1572         dframe-xemacsp, use (featurep 'xemacs) instead.
1574         * indent.el (indent-for-tab-command): Indent the region if
1575         transient-mark-mode and the region is active.
1577 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1579         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1580         add inferior-octave-directory-tracker to the buffer-local value
1581         of comint-input-filter-functions.
1583 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1585         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
1587 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
1589         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
1590         on w32 frames.
1592 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * startup.el (normal-top-level): Remove DISPLAY from
1595         process-environment to let it be computed dynamically in callproc.c.
1597         * frame.el (frame-initialize, make-frame):
1598         * faces.el (tty-set-up-initial-frame-faces):
1599         * env.el (setenv): Don't set display-environment-variable.
1601         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
1602         (server-create-tty-frame): Don't set unused `tty' property.
1603         Set `display' instead of display-environment-variable.
1604         (server-create-window-system-frame): No display-environment-variable.
1606 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
1608         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
1609         (rfn-eshadow-update-overlay-hook): New defvars.
1610         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
1611         Run the hooks.
1613         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
1614         (tramp-rfn-eshadow-setup-minibuffer)
1615         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
1616         rfn-eshadow.el.
1618         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
1619         timeout.
1621 2007-09-21  Glenn Morris  <rgm@gnu.org>
1623         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
1624         * term/sun-mouse.el (suspend-emacstool): Remove.
1625         * term/sun.el: Remove emacstool-related code.
1627         * emacs-lisp/bytecomp.el (byte-compile-warnings)
1628         (byte-compile-warnings-safe-p): Add `mapcar'.
1629         (byte-compile-warning-types): Add mapcar and make-local.
1630         (byte-compile-normal-call): Add option to suppress mapcar warning.
1631         (top-level): Use mapc rather than mapcar in eval-when-compile.
1633         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
1634         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
1635         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
1636         Handle escaped parens.
1637         (latex-forward-sexp): Doc fix.
1639         * eshell/esh-mode.el (eshell-output-filter-functions): Add
1640         eshell-postoutput-scroll-to-bottom.
1642         * loadup.el: Remove termdev.
1644         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
1645         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
1647 2007-09-21  Markus Triska  <markus.triska@gmx.at>
1649         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
1650         `mapcar' is called for effect.
1652 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1654         * international/mule.el (sgml-html-meta-auto-coding-function):
1655         Bind `case-fold-search' to t.
1657 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1659         * termdev.el: Remove.
1661         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
1662         (frames-on-display-list): Use it.
1664         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
1666         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
1668 2007-09-20  Richard Stallman  <rms@gnu.org>
1670         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
1672 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
1676 2007-09-20  Glenn Morris  <rgm@gnu.org>
1678         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1679         motion functions, rather than hard-coding "\n\n".
1680         (tex-validate-region): Check for eobp, to speed up.
1681         (tex-next-unmatched-end): Doc fix.
1683 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1685         * files.el (auto-mode-alist): Use archive-mode for .rar files.
1687         * international/mule.el (auto-coding-alist): Rar archives are binary.
1689         * arc-mode.el: Add basic support for Rar.
1690         (archive-find-type): Recognize Rar's signature.
1691         (archive-desummarize): New fun.
1692         (archive-summarize): Use it to restore the buffer's data in case
1693         someone wants to switch to some other major mode.
1694         (archive-resummarize): Use it as well.
1695         (archive-rar-summarize, archive-rar-extract): New functions.
1697         * filesets.el: Remove spurious * in docstrings.
1698         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
1699         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
1700         (filesets-ingroup-collect): Remove unused arg `depth'.
1701         (filesets-update): Remove unused arg `version'.
1703         * finder.el (finder-compile-keywords): Fix up comment style.
1704         (finder-mouse-face-on-line): previous-line -> forward-line.
1706         * recentf.el: Remove spurious * in docstrings.
1707         (recentf-save-list): Fix up comment style.
1709         * progmodes/octave-mod.el: Remove spurious * in docstrings.
1710         (octave-mode-map): Move init into declaration and remove \t binding.
1711         (octave-mode-startup-message): Remove unused var.
1712         (octave-scan-blocks): Remove unused arg `from'.
1713         (octave-forward-block, octave-down-block, octave-up-block):
1714         Update callers.
1716         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
1717         (meta-mode-map): Likewise and remove \t binding.
1719         * net/snmp-mode.el: Remove spurious * in docstrings.
1720         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
1721         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
1722         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
1723         that completion accepts lists of strings.
1724         (snmp-mode-syntax-table): Move initialization into declaration.
1725         (snmp-mode-map): Likewise and remove \t binding.
1726         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
1727         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
1728         (snmp-indent-command): Remove.
1730         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
1731         binding, so tab-always-indent works right.
1733 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
1735         * net/browse-url.el (browse-url-elinks-new-window): New function.
1736         (browse-url-elinks): Use browse-url-elinks-new-window.
1737         Accept optional second argument `new-window'.  Fix typo in doc-string.
1738         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
1739         Improve error message.
1741 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1743         * net/browse-url.el (browse-url-url-encode-chars): Use the right
1744         parameter name in the function body.
1745         Reported by Johannes Weiner.
1747 2007-09-19  Glenn Morris  <rgm@gnu.org>
1749         * net/socks.el (socks-open-network-stream): Signal an explicit
1750         error if the port associated with a service string can't be found.
1752         * textmodes/tex-mode.el (tex-terminate-paragraph):
1753         Use backward-paragraph.
1755 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1757         * server.el (server-running-p): New function.
1759 2007-09-18  Jason Rumney  <jasonr@gnu.org>
1761         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
1762         x-focus-frame.
1764         * frame.el (select-frame-set-input-focus, select-frame-by-name):
1765         Use x-focus-frame for w32.
1767 2007-09-17  David Kastrup  <dak@gnu.org>
1769         * textmodes/tex-mode.el (tex-verbatim-environments):
1770         Eliminate CL dependency.
1772 2007-09-17  Richard Stallman  <rms@gnu.org>
1774         * newcomment.el (comment-add): New arg EXTRA.
1775         (comment-region-default): Pass EXTRA if not indenting lines.
1777 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1779         * net/browse-url.el (browse-url-url-encode-chars): New function.
1780         URL-encode some chars in a string.
1781         (browse-url-encode-url): Rewrite using the previous function.
1782         (browse-url-file-url): Use `browse-url-url-encode-chars'.
1783         (browse-url-elinks-sentinel): Fix typo.
1784         (browse-url-new-window-flag): Doc change.
1786 2007-09-17  Glenn Morris  <rgm@gnu.org>
1788         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1789         filename from `--file-line-error', if it is available.
1791 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1793         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1794         TeX `--file-line-error' format.
1796 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1798         * xt-mouse.el: Delete add-hook calls that were moved to
1799         xterm-mouse-mode.
1800         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
1801         does not work.
1803 2007-09-17  Richard Stallman  <rms@gnu.org>
1805         * cus-face.el (custom-theme-set-faces): Undo previous change.
1807         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
1809 2007-09-17  Glenn Morris  <rgm@gnu.org>
1811         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1812         handling the case where the region is not in `tex-main-file'.
1813         (tex-region-1): Delete.
1814         (tex-region-header): New function, doing the header part of the
1815         old tex-region-1.
1817 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1819         * simple.el (newline): Simplify use of prefix-numeric-value.
1820         (line-move-partial): Remove unused var `ppos'.
1821         (line-move-1): Replace 9999 with most-positive-fixnum.
1822         (move-end-of-line): Use more efficient single-property search.
1823         (move-beginning-of-line): Remove unused var `start'.
1824         (blink-matching-open): Restructure in a more functional style.
1826 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1828         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
1830 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1832         * server.el (server-clients): Only keep procs, no properties any more.
1833         (server-client): Remove.
1834         (server-client-get, server-client-set): Remove, replace all callers by
1835         process-get and process-put resp.
1836         (server-clients-with, server-add-client, server-delete-client)
1837         (server-create-tty-frame, server-create-window-system-frame)
1838         (server-process-filter, server-execute, server-visit-files)
1839         (server-buffer-done, server-kill-buffer-query-function)
1840         (server-kill-emacs-query-function, server-switch-buffer)
1841         (server-save-buffers-kill-terminal): Update accordingly.
1843         * server.el (server-with-environment): Simplify.
1844         (server-select-display, server-unselect-display): Re-add functions that
1845         seem to have been lost in the multi-tty merge.
1846         (server-eval-and-print, server-create-tty-frame)
1847         (server-create-window-system-frame, server-goto-toplevel)
1848         (server-execute, server-return-error): New functions extracted from
1849         server-process-filter.
1850         (server-execute-continuation): New functions.
1851         (server-process-filter): Restructure so that all arguments are analysed
1852         first and then acted upon in a subsequent stage.  This way
1853         server-goto-toplevel can be executed later, when we know if
1854         it's necessary.
1855         Remove the "-version" and "-version-good" support.
1857 2007-09-16  Drew Adams  <drew.adams@oracle.com>
1859         * cus-edit (custom-face-edit-activate): Doc fix.
1861 2007-09-16  Glenn Morris  <rgm@gnu.org>
1863         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
1864         Following cal-bahai renaming, update all instances of
1865         list-bahai-diary-entries to diary-bahai-list-entries,
1866         mark-bahai-diary-entries to diary-bahai-mark-entries,
1867         calendar-goto-bahai-date to calendar-bahai-goto-date,
1868         insert-bahai-diary-entry to diary-bahai-insert-entry,
1869         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
1870         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
1871         calendar-print-bahai-date to calendar-bahai-print-date.
1873         * textmodes/tex-mode.el (tex-region): Handle the case where the
1874         region is not in `tex-main-file'.  Move the old code that applies
1875         to both cases...
1876         (tex-region-1): ...to this new function.
1878 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         * vc.el (vc-process-sentinel): New function.
1881         (vc-exec-after): Use it instead of using ugly hackish analysis and
1882         construction of Elisp code.
1883         (vc-sentinel-movepoint): New dynamically scoped var.
1884         (vc-print-log, vc-annotate): Set it to move the user's point.
1886         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
1887         inhibit-modification-hooks.
1889         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
1890         (calendar-bahai-print-date, calendar-bahai-goto-date)
1891         (diary-bahai-list-entries, diary-bahai-insert-entry):
1892         New names to clean up the namespace a bit more.
1893         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
1895 2007-09-15  Glenn Morris  <rgm@gnu.org>
1897         * calendar/holidays.el (holiday-list): Rename it back to
1898         `list-holidays', but leave `holiday-list' as an alias.
1900         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
1901         custom group.
1903         * textmodes/css-mode.el (css): New custom group.
1904         (css-electrick-keys, css-selector, css-property)
1905         (css-indent-offset): Specify custom group.
1907 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1909         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
1910         (cvs-execute-single-file): Use process-file.
1911         (cvs-run-process): Use start-file-process.
1913 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1915         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
1916         level.  Remove the hooks when turning off the mode.
1918         * term/xterm.el: Require xt-mouse at compile time.
1919         (terminal-init-xterm): Turn on xterm mouse tracking for this
1920         terminal if xterm-mouse-mode is enabled.
1922 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1924         * term/xterm.el (xterm-function-map): Replace bindings that were
1925         deleted by the merge.
1927 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
1929         * play/bubbles.el (bubbles-version): Bump value to "0.5".
1930         (bubbles-mode-map): Move define-key statements here.
1931         (bubbles-game-theme-menu): Ditto.
1932         (bubbles-graphics-theme-menu): Ditto.
1933         (bubbles-menu): Ditto.
1934         (bubbles-mode): Initialize buffer-undo-list, redisplay.
1935         (bubbles--initialize): Reset buffer-undo-list, redisplay.
1936         (bubbles-plop): Set buffer-undo-list, redisplay.
1937         (bubbles-undo): Reset buffer-undo-list, redisplay.
1938         (bubbles--show-images): Take care of missing text properties.
1940 2007-09-14  Glenn Morris  <rgm@gnu.org>
1942         * startup.el (fancy-startup-text, fancy-about-text): Fix face
1943         quoting.
1945         * calendar/cal-hebrew.el, calendar/cal-menu.el
1946         * calendar/calendar.el, calendar/diary-lib.el
1947         * calendar/holidays.el: Rename all instances of
1948         list-calendar-holidays callers to calendar-list-holidays,
1949         list-holidays to holiday-list, check-calendar-holidays to
1950         calendar-check-holidays, mark-calendar-holidays to
1951         calendar-mark-holidays, and filter-visible-calendar-holidays to
1952         holiday-filter-visible-calendar.
1954 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1956         * term/xterm.el (xterm-function-map): Add C-M- bindings.
1958 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
1960         * play/bubbles.el (bubbles--initialize-images): Fix bug:
1961         Use transparent background for empty cells in graphics mode.
1963 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
1965         * man.el (Man-default-man-entry): At end of line, continue looking
1966         to the next line for possible end of hyphenated command.
1968 2007-09-13  Chris Moore  <dooglus@gmail.com>
1970         * shell.el (shell-resync-dirs): Don't move the cursor relative to
1971         the command being edited.
1973 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
1975         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
1977 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
1979         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
1980         C-M-S- keys.
1982         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
1984 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1986         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
1987         New argument `filename-p' to use one set of confusing chars or another.
1988         (browse-url-file-url): Use the argument.
1989         Suggested by Johannes Weiner.
1991 2007-09-12  Romain Francoise  <romain@orebokech.com>
1993         * cus-start.el (all): Revert 2007-09-08 change.
1995 2007-09-12  Aaron Hawley  <aaronh@garden.org>
1997         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
1998         extract .Z files, since it is more common than uncompress.
2000 2007-09-12  Glenn Morris  <rgm@gnu.org>
2002         * textmodes/org-publish.el (org-publish-org-to-html): Remove
2003         duplicate function definition.
2005 2007-09-10  Chris Moore  <dooglus@gmail.com>
2007         * diff-mode.el (diff-sanity-check-hunk):
2008         Also accept single-line hunks.
2010 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
2012         * startup.el (startup-screen-inhibit-startup-screen)
2013         (pure-space-overflow-message): New vars.
2014         (fancy-splash-insert): Allow functions for face and link specs.
2015         (fancy-splash-head): Remove unused arg.  Move splash text...
2016         (fancy-startup-text, fancy-about-text): ...here.
2017         (fancy-startup-tail): Rename from fancy-splash-tail.
2018         (fancy-startup-screen, fancy-about-screen): Split off from
2019         fancy-splash-screens.
2020         (display-startup-screen): New function.
2021         (display-about-screen): Rename from display-splash-screen.
2022         (command-line-1): Use concise startup screen if necessary.
2024 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2026         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2027         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2029 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2032         (python-font-lock-keywords): Update to the 2.5 version of the language.
2033         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2034         (python-backspace): Only behave funny in code.
2035         (python-compilation-regexp-alist): Add PDB stack trace regexp.
2036         (inferior-python-mode): Add PDB prompt regexp.
2037         (python-fill-paragraph): Refine the fenced-string regexp.
2038         (python-find-imports): Handle imports spanning several lines.
2039         (python-mode): Add `class' to hideshow support.
2041 2007-09-10  Dave Love  <fx@gnu.org>
2043         * outline.el (outline-4, outline-5, outline-7):
2044         Move font-lock-builtin-face down from 4 to 7 to better keep the
2045         progression of color brightness, and to better match Org-mode's faces.
2047 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2049         * progmodes/meta-mode.el (meta-font-lock-keywords)
2050         (font-lock-match-meta-declaration-item-and-skip-to-next)
2051         (meta-comment-indent, meta-indent-previous-line)
2052         (meta-indent-unfinished-line, meta-beginning-of-defun)
2053         (meta-end-of-defun, meta-common-initialization): Handle \f.
2054         (meta-indent-unfinished-line): Do not handle a `%' in a string as
2055         a comment-start.
2057         * files.el (file-modes-char-to-who, file-modes-char-to-right)
2058         (file-modes-rights-to-number): Auxiliary functions for symbolic to
2059         numeric notation of file modes.
2060         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
2061         numeric value.
2062         (read-file-modes): New.  Read either an octal value of a file mode or a
2063         symbolic value, and return its numeric value.
2065         * dired-aux.el (dired-do-chmod): Change to use the built-in
2066         `set-file-modes' and the previous symbolic mode parsing functions.
2068 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2070         * textmodes/texinfo.el: Remove spurious * in docstrings.
2071         (texinfo-mode-syntax-table, texinfo-mode-map):
2072         Initialize in the declaration.
2074         * tmm.el: Remove spurious * in docstrings.
2075         (tmm-prompt): Use with-current-buffer.
2077         * vcursor.el: Remove spurious * in docstrings.
2078         (vcursor-map): Initialize in the declaration.
2079         (vcursor-use-vcursor-map): Use define-minor-mode.
2080         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
2082         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
2083         Initialize in the declaration.
2084         (widget-minor-mode): Use define-minor-mode.
2086         * woman.el (woman-mode-map, woman-syntax-table):
2087         Initialize in the declaration.
2089 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
2091         * doc-view.el: New file.
2093 2007-09-09  Juri Linkov  <juri@jurta.org>
2095         * Makefile.in (update-authors): Add etc/ to AUTHORS.
2097         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
2099         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
2100         to "Startup screen".  Fix docstring.
2101         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2102         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2103         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2104         (initial-scratch-message): Fix docstring.
2105         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
2106         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
2107         Add link to "Customize Startup" and set interval between links to
2108         5 spaces.
2109         (fancy-about-text): Add links "Authors" and "Contributing".
2110         (fancy-splash-head): Add text "Welcome to " on the startup screen,
2111         and "This is " on the about screen.  Add link to
2112         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
2113         For the about screen move emacs version to the header from
2114         `fancy-splash-tail' (as it's done already for normal about screen).
2115         (fancy-splash-tail): Insert emacs version only for startup screen.
2116         (normal-splash-screen): Remove duplicate empty lines.
2117         (normal-about-screen): Add links "Authors" and "Contributing".
2119         * menu-bar.el (menu-bar-help-menu):
2120         Move "About Emacs" and "About GNU" to the end of the Help menu.
2121         Move "Emacs Psychotherapist" after "Send Bug Report...".
2122         Move "External Packages" after "Find Emacs Packages".
2124 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
2126         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
2127         they are useless with the byte compiler.
2128         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
2129         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
2130         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
2131         (tramp-file-name-real-host, tramp-file-name-port)
2132         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
2133         defuns.
2135         * net/tramp-cache.el (top): Improve error message when
2136         `tramp-persistency-file-name' is corrupted.
2138 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
2140         * textmodes/org.el (org-re): Also replace the :alpha: class.
2141         (org-todo-tag-alist): Variable removed.
2142         (org-todo-key-alist, org-todo-key-trigger) New variables.
2143         (org-use-fast-todo-selection): New option.
2144         (org-log-done): Docstring fixed.
2145         (org-deadline-warning-days): New default value 14.
2146         (org-edit-timestamp-down-means-later) New option.
2147         (org-tag-alist): Docstring fixed.
2148         (org-fast-tag-selection-include-todo): New option.
2149         (org-export-language-setup): New languages added.
2150         (org-set-regexps-and-options): Compute the new variables.
2151         (org-paste-subtree): Cleaning up.
2152         (org-remember-apply-template): New escape %A.
2153         (org-todo): Call fast TODO selection.
2154         (org-fast-todo-selection): New function.
2155         (org-add-log-note): Allow prefix for abort exit.
2156         (org-at-property-p, org-entry-properties)
2157         (org-columns-get-autowidth-alist): Use :alpha: class.
2158         (org-get-wdays): New function.
2159         (org-agenda-remove-date): New variable.
2160         (org-agenda-get-deadlines): Use `org-get-wdays'.
2161         (org-agenda-get-deadlines): Reverse ee before returning.
2162         (org-format-agenda-item): New argument REMOVE-RE.
2163         (org-agenda-convert-date): Baha'i calendar added.
2164         (org-infile-export-plist): Also find DATE line.
2165         (org-get-min-level): New function.
2166         (org-export-as-html, org-export-as-ascii): Use the date format.
2167         (org-shiftup, org-shiftdown): Use.
2168         `org-edit-timestamp-down-means-later'.
2169         (org-assign-fast-keys): New function.
2171 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
2173         * cus-start.el (all): Add prefer-window-split-horizontally from
2174         window.c.
2176 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
2178         * net/browse-url.el (browse-url-galeon): Fix last change.
2179         (top-level): Require cl when compiling.
2181 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
2183         * textmodes/org-export-latex.el: arch-tag restored.
2185         * textmodes/org-publish.el: arch-tag restored.
2187 2007-09-08  Masatake YAMATO  <jet@gyve.org>
2189         * progmodes/which-func.el (which-func-modes): Add diff-mode.
2191         * progmodes/cc-langs.el: Support new keywords added to
2192         objective-c frontend of gcc.
2193         (c-simple-stmt-kwds): Add @throw.
2194         (c-block-stmt-2-kwds): Add @synchronized.
2195         (c-block-stmt-1-kwds): Add @finally and @try.
2197 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
2199         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
2200         (org-agenda-after-show-hook): New variable.
2201         (org-columns-compile-format)
2202         (org-columns-get-autowidth-alist, org-buffer-property-keys)
2203         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
2204         property names.
2205         (org-get-wdays): New function.
2207 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
2211         * term/xterm.el (xterm-function-map): Initialize in the declaration.
2213         * vc-arch.el (vc-arch-checkin): Fix typo.
2215 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2217         * cus-face.el (custom-theme-set-faces): Set face attributes
2218         locally for each frame.
2220 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
2223         via font-lock-defaults.
2225         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
2226         derived-mode-p.
2228 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
2230         * progmodes/autoconf.el (autoconf-definition-regexp):
2231         Handle optional square brackets around definition name.
2233 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
2235         * net/browse-url.el (browse-url-browser-function): Add elinks.
2236         (browse-url-elinks-wrapper): New option.
2237         (browse-url-encode-url, browse-url-elinks)
2238         (browse-url-elinks-sentinel): New functions.
2239         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
2240         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
2241         Use new function browse-url-encode-url.
2243 2007-09-07  Glenn Morris  <rgm@gnu.org>
2245         * version.el (emacs-version): Revert 2007-08-29 change: no need to
2246         say if multi-tty is present.
2248 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2250         * cus-start.el (split-window-preferred-function): Add custom info.
2252         * calendar/holidays.el (holiday-list, calendar-check-holidays)
2253         (calendar-mark-holidays, calendar-list-holidays)
2254         (holiday-filter-visible-calendar): New names to clean up namespace.
2255         (filter-visible-calendar-holidays, list-calendar-holidays)
2256         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
2257         Add compatibility aliases.
2258         (calendar-check-holidays, calendar-mark-holidays)
2259         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
2260         (holiday-sexp): Replace append with list.
2261         (holiday-filter-visible-calendar): Replace append with push.
2263         * woman.el: Remove spurious * in docstrings.
2264         (woman-mini-help, woman-non-underline-faces, woman0-rename)
2265         (woman-topic-all-completions-merge, woman-file-name-all-completions)
2266         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
2267         (woman-write-directory-cache, woman-display-extended-fonts)
2268         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
2269         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
2270         (woman-mode): Use inhibit-read-only.
2271         (woman-negative-vertical-space): Use dotimes.
2272         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
2274 2007-09-06  Romain Francoise  <romain@orebokech.com>
2276         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
2277         (vc-bzr-workfile-version): Use it.
2279 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2281         * complete.el (PC-do-completion): Don't try to treat
2282         empty string as an abbreviation.
2284 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2286         * help-fns.el (describe-variable): Keep doc's text properties.
2288 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
2290         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
2291         instead of a file.
2293 2007-09-06  Glenn Morris  <rgm@gnu.org>
2295         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
2296         (checkdoc-minor-mode): Allow user to specify lighter via
2297         checkdoc-minor-mode-string.
2299 2007-09-05  Richard Stallman  <rms@gnu.org>
2301         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
2302         Several items removed, simplified, or put on one line.
2303         (fancy-about-text): Add substantial contents, part of startup text.
2304         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
2305         (normal-splash-screen): Call normal-mouse-startup-screen,
2306         normal-no-mouse-startup-screen, or normal-about-screen.
2307         (normal-mouse-startup-screen): New fn, broken out, shortened.
2308         (normal-no-mouse-startup-screen): New fn, broken out.
2309         (normal-about-screen): New function, contents all new.
2311 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2313         * emacs-lisp/rx.el (rx): Fix typo in docstring.
2315 2007-09-05  Glenn Morris  <rgm@gnu.org>
2317         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
2318         is bound.
2320 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2322         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
2323         in doc string.
2325 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2327         * server.el (server-start, server-unload-hook): Undo previous change.
2329         * xt-mouse.el: Undo previous change.
2331 2007-09-04  Juri Linkov  <juri@jurta.org>
2333         * startup.el (fancy-about-text): New variable.
2334         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
2335         (fancy-current-text, fancy-splash-stop-time)
2336         (fancy-splash-outer-buffer): Remove variables.
2337         (fancy-splash-head, fancy-splash-tail): Add new optional argument
2338         `startup' and use it to conditionally display different texts for
2339         Startup and About screens.  Don't display Help commands on the About
2340         screen.
2341         (fancy-splash-screens-1): Remove function and move its content to
2342         `fancy-splash-screens' to the part that dislpays the About screen.
2343         (exit-splash-screen): Don't treat specially exiting from
2344         alternating screens.
2345         (fancy-splash-screens): Rename argument `static' to `startup'.
2346         Fix docstring.  Remove code for displaying alternating screens.
2347         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
2348         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
2349         for `inhibit-read-only'.
2350         (normal-splash-screen): Rename argument `static' to `startup'.
2351         Fix docstring.  Use argument `startup' to conditionally display
2352         different texts for Startup and About screens.  Don't display Help
2353         commands on the About screen.  Remove `unwind-protect' `sit-for'
2354         delay and `kill-buffer' after it.
2355         (display-startup-echo-area-message): Remove call to
2356         `use-fancy-splash-screens-p' because image.el is preloaded and
2357         doesn't display "Loading image... done".
2358         (display-splash-screen): Rename argument `static' to `startup'.
2359         Fix docstring.
2361 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2363         * server.el (server-start, server-unload-hook):
2364         suspend-tty-functions has been renamed to suspend-tty-hook.
2366         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
2367         resume-tty-hook.
2369 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
2371         * loadup.el: Fix merge problem, only load "button" once.
2373 2007-09-03  Glenn Morris  <rgm@gnu.org>
2375         * vc-svn.el (vc-svn-print-log): If there is only one file, use
2376         "Working file:" as the prefix, for the sake of
2377         log-view-current-file.
2379 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2381         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
2382         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
2383         if the selected frames is in
2384         xterm-modify-other-keys-terminal-list.
2385         (xterm-turn-off-modify-other-keys): Add an optional frame
2386         parameter.  Only turn off modify-other-keys if FRAME is in
2387         xterm-modify-other-keys-terminal-list.
2388         (xterm-remove-modify-other-keys): New function.
2389         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
2390         Add the selected frame to xterm-modify-other-keys-terminal-list.
2392 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2394         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
2395         (icon-map-list): New variable.
2396         (x-gtk-map-stock): Use icon-map-list.
2398 2007-09-02  Romain Francoise  <romain@orebokech.com>
2400         * log-view.el (log-view-current-file): Balance parens.
2402 2007-09-02  Glenn Morris  <rgm@gnu.org>
2404         * comint.el (comint-mode): Don't set scroll-conservatively.
2406         * eshell/em-unix.el (eshell/time): Stringify and flatten the
2407         non-command arguments.
2409         * log-view.el (log-view-current-file): Give a more explicit error
2410         if log-view-file-re fails to find a match.
2412 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
2414         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2415         Fix bug: Don't expand top-level file name more than once.
2416         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2418 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2420         * server.el (server-process-filter): Don't display the splash screen.
2421         It's annoying enough on the initial screen and becomes positively
2422         obnoxious here.
2424 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2426         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
2427         Change naming to use "avl-tree--" for internal functions.
2429 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
2431         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
2432         the merge.
2433         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
2434         (provide): Move to the end of file.
2436         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
2438 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2440         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
2441         New variable.  List of exceptions for the duplicated word rule.
2442         (flyspell-mark-duplications-flag): Mention it.
2443         (flyspell-word): Treat it.
2445         * files.el (create-file-buffer): If the filename sans directory starts
2446         with spaces, remove them.
2448 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2450         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
2451         (x-gtk-map-stock): Use two directory elements when matching
2452         file name.
2454 2007-08-31  James Wright  <james@chumsley.org>
2456         * eshell/em-unix.el (eshell/info): New function.
2458 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2460         * frame.el (frame-initialize, make-frame):
2461         * server.el (server-process-filter):
2462         * faces.el (tty-set-up-initial-frame-faces): Don't set
2463         term-environment-variable since it's not used any more.
2465         * env.el (setenv): Don't treat $TERM specially.
2467         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
2468         stated otherwise, subprocesses do not send back escape sequences
2469         corresponding to the terminal from which Emacs was started.
2471 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
2473         * calculator.el: Require cl for compilation.
2475 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
2477         * outline.el (outline-font-lock-levels): Comment out unused var.
2478         (outline-font-lock-face): Wrap around face list to handle any
2479         nesting depth gracefully.
2481 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
2483         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
2484         `set-file-times'.
2486 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
2488         * textmodes/org.el (org-export-visible): Fix drawers before export.
2489         (org-do-sort): Allow sorting by priority.
2490         (org-agenda-files): Ignore non-existing files.
2491         (org-agenda-skip-unavailable-files): New variable.
2492         (org-ellipsis): All a face as value.
2493         (org-mode): Interprete the face value of `org-ellipsis'.
2494         (org-archive-save-context-info): New option.
2495         (org-archive-subtree): Store context info in archived entry.
2496         (org-fast-tag-selection-can-set-todo-state): New variable.
2497         (org-fast-tag-selection): Allow setting TODO states through this
2498         interface.
2499         (org-cycle): Docstring updated.
2500         (org-todo-keyword-faces): New option.
2501         (org-get-todo-face): New function.
2502         (org-set-font-lock-defaults, org-agenda-highlight-todo):
2503         Use `org-get-todo-face'.
2504         (org-switch-to-buffer-other-window): New function.
2505         (org-table-edit-field, org-table-show-reference)
2506         (org-table-edit-formulas, org-add-log-note)
2507         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
2508         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
2509         `switch-to-buffer-other-window' to make sure that the temporary
2510         windows show up on the current frame.
2511         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
2512         (org-get-entries-from-diary, org-replace-region-by-html):
2513         Don't allow pop-up frames.
2514         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2515         Fix problems with time-of-day.
2516         (org-export-get-title-from-subtree): New function.
2517         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
2518         with listing items that are DONE.
2519         (org-change-tag-in-region): New command.
2520         (org-agenda-skip-scheduled-if-done)
2521         (org-agenda-skip-deadline-if-done): Docstring clarified.
2522         (org-mode): Hide drawers on startup.
2523         (org-get-todo-face): New function.
2524         (org-todo-keyword-faces): New option.
2525         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
2526         (org-remove-keyword-keys): New function.
2528 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
2530         * progmodes/grep.el (grep-find-ignored-directories):
2531         Add monotone _MTN bookkeeping directory in workspaces.
2532         Add RCS control directory.  List items in alphabetical order.
2534         * progmodes/grep.el (grep-files-aliases): Add cc alias.
2535         Sort items in alphabetical order.  Fix parens.
2537 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2539         * vc-hg.el (vc-hg-extra-menu-map): New variable.
2540         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
2541         (vc-hg-pull): New functions.
2542         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
2544         * term/mac-win.el: Don't require url, only autoloaded url
2545         functions are used in this file.
2547 2007-08-29  Andreas Schwab  <schwab@suse.de>
2549         * shell.el (shell): Return correct value from interactive spec.
2551 2007-08-29  Glenn Morris  <rgm@gnu.org>
2553         * version.el (emacs-version): Increase to 23.0.50.
2555 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2557         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
2559 2007-08-29  Juri Linkov  <juri@jurta.org>
2561         * loadup.el: Add "button" loading after "faces" and move "startup"
2562         to load after "button".
2564 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2566         * loadup.el: Load term/mac-win on a Mac using Carbon.
2568         * term/mac-win.el: Provide mac-win.
2569         (mac-initialized): New variable.
2570         (mac-initialize-window-system): New function.  Move global setup here.
2571         (handle-args-function-alist, frame-creation-function-alist):
2572         (window-system-initialization-alist): Add mac entries.
2573         (x-setup-function-keys): New function containing all the
2574         top level function key definitions.
2576         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
2578         * env.el (read-envvar-name): Don't consider the environment frame param.
2580         * env.el (setenv):
2581         * frame.el (frame-initialize, make-frame):
2582         * faces.el (tty-set-up-initial-frame-faces):
2583         * server.el (server-process-filter): Set
2584         display-environment-variable and term-environment-variable.
2586         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
2588 2007-08-29  Jason Rumney  <jasonr@gnu.org>
2590         * loadup.el: Only load term/x-win when X is compiled in.
2591         Load term/w32-win and dependencies on windows-nt.
2593         * term/w32-win.el: Reorder to match x-win.el more closely.
2594         Provide w32-win.  Don't throw error when global window-system not w32.
2595         (internal-face-interactive): Remove obsolete function.
2596         (x-setup-function-keys): Use local-function-key-map.
2597         (w32-initialized): New variable.
2598         (w32-initialize-window-system): Set it.
2599         Move more global setup here.
2600         (x-setup-function-keys): New function.
2601         (w32-initialize-window-system): Move non function key global setup here.
2602         (x-cut-buffer-max): Remove.
2603         (w32-initialize-window-system): New function.
2604         (handle-args-function-alist, frame-creation-function-alist):
2605         (window-system-initialization-alist): Add w32 entries.
2607 2007-08-29  David Kastrup  <dak@gnu.org>
2609         * env.el (getenv): Pass frame to getenv-internal.
2611 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
2613         * version.el (emacs-version): Show if multi-tty is present.
2615         * loadup.el: Delay loading env; mule-conf gets confused by cl
2616         during bootstrap.  Also load termdev and term/x-win.
2618         * bindings.el (mode-line-client): New variable.
2619         (help-echo): Add it to the default mode-line format.
2621         * cus-start.el: Remove bogus window-system reference from GTK test.
2623         * ebrowse.el (ebrowse-electric-list-mode-map)
2624         (ebrowse-electric-position-mode-map):
2625         * ebuff-menu.el (electric-buffer-menu-mode-map):
2626         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
2627         not `suspend-emacs'.
2629         * ediff-wind.el (ediff-setup-windows-automatic): New function.
2630         (ediff-window-setup-function): Use it as default.
2632         * files.el (save-buffers-kill-terminal): New function.
2633         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
2635         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
2636         and `with-selected-frame'.
2638         * help-fns.el (describe-variable): Describe frame-local variables
2639         correctly.
2641         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
2642         display support.
2643         (normal-erase-is-backspace-setup-frame): New function.
2645         * subr.el (with-selected-frame): New function.
2646         (read-quoted-char): Use terminal-local binding of
2647         local-function-key-map instead of function-key-map.
2649         * talk.el (talk): New function.
2650         (talk-handle-delete-frame): New function.
2651         (talk-add-display): Open a new frame only if FRAME was not a frame.
2653         * termdev.el: New file.
2655         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
2656         * term/x-win.el: Don't bind f10.
2657         * tmm.el: Remove autoload binding for f10.
2659         * international/encoded-kb.el (encoded-kbd-setup-display): Use
2660         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
2661         Store the saved input method as a terminal parameter.  Add keymap
2662         parameter.  Use it instead of changing key-translation-map directly.
2663         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
2664         Remove.
2665         (encoded-kbd-setup-display): New function.
2667         * international/mule-cmds.el (set-locale-environment): Fix getenv
2668         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
2669         set the keyboard coding system.  Add DISPLAY parameter.
2670         (set-display-table-and-terminal-coding-system): Add DISPLAY
2671         parameter.  Pass it to set-terminal-coding-system.
2673         * international/mule.el (keyboard-coding-system): Test for
2674         encoded-kbd-setup-display, not encoded-kbd-mode.
2675         (set-terminal-coding-system, set-keyboard-coding-system): Add
2676         DISPLAY parameter.
2677         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
2679         * term/README: Update.
2681         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
2683         * term/x-win.el (x-setup-function-keys): New function.  Move
2684         function-key-map tweaks here.  Protect against multiple calls on
2685         the same terminal.  Use terminal-local binding of
2686         local-function-key-map instead of function-key-map.
2687         (x-initialize-window-system): Make a copy of pure list.  Pass a
2688         frame getenv.
2690         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
2691         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
2692         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
2693         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
2694         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
2695         local-function-key-map instead of function-key-map.
2697         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
2698         `substitute-key-definition' and `define-key' calls against
2699         multiple execution.  Use terminal-local binding of
2700         local-function-key-map instead of function-key-map.  Pass a frame
2701         to getenv.
2703         * edmacro.el (edmacro-format-keys):
2704         * emulation/cua-base.el (cua--pre-command-handler):
2705         * isearch.el (isearch-other-meta-char):
2706         * xt-mouse.el: Use terminal-local binding of
2707         local-function-key-map instead of function-key-map.
2709         * fringe.el (set-fringe-mode): Simplify and fix using
2710         `modify-all-frames-parameters'.
2711         * scroll-bar.el (set-scroll-bar-mode): Ditto.
2712         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
2713         check before calling `tool-bar-setup'.
2714         (tool-bar-setup): New variable.
2715         (tool-bar-setup): Use it to guard against multiple calls.  Add
2716         optional frame parameter, and select that frame before adding items.
2717         (toggle-tool-bar-mode-from-frame): New function.
2719         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
2720         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
2721         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
2722         "Tool-bar" toggles to reflect the state of the current frame.
2723         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
2725         * env.el: Require cl for byte compilation (for `block' and `return').
2726         (environment, setenv-internal): New functions.
2727         (let-environment): New macro.
2728         (setenv, getenv): Add optional terminal parameter.  Update docs.
2729         (setenv): Use setenv-internal.  Always set process-environment.
2730         Handle `local-environment-variables'.
2731         (read-envvar-name, setenv, getenv): Use frame parameters
2732         to store the local environment, not terminal parameters.  Include
2733         `process-environment' as well.
2735         * faces.el (tty-run-terminal-initialization): New function.
2736         (tty-create-frame-with-faces): Use it.  Set up faces and
2737         background mode only after the terminal has been initialized.
2738         Call terminal-init-*.  Don't load the initialization file more
2739         than once.  Call set-locale-environment.
2740         (frame-set-background-mode): Handle the 'background-mode terminal
2741         parameter.
2742         (tty-find-type): New function.
2743         (x-create-frame-with-faces): Remove bogus check for
2744         first frame.  Call `tool-bar-setup'.  Don't make frame visible
2745         until we are done setting up all its parameters.  Call
2746         x-setup-function-keys.
2748         * frame.el (make-frame): Always inherit 'environment and 'client
2749         parameters.  Set up the 'environment frame parameter, when needed.
2750         Also inherit 'client parameter.  Don't override explicitly
2751         specified values with inherited ones.  Add 'terminal frame
2752         parameter.  Append window-system-default-frame-alist to parameters
2753         before calling frame-creation-function.
2754         (frame-initialize): Copy the environment from the initial frame.
2755         (window-system-default-frame-alist): Enhance doc string.
2756         (frame-notice-user-settings): Don't put 'tool-bar-lines in
2757         `default-frame-alist' when initial frame is on a tty.
2758         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
2759         Remove specified parameters from `window-system-default-frame-alist'.
2760         (make-frame-on-tty, framep-on-display, suspend-frame):
2761         Extend doc string, update parameter names.
2762         (frames-on-display-list): Use terminal-id to get the display id.
2763         (frame-notice-user-settings): Extend to apply
2764         settings in `window-system-default-frame-alist' as well.
2765         (terminal-id, terminal-parameters, terminal-parameter)
2766         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
2767         (delete-frame-functions): Add to `delete-frame-functions' hook.
2768         (blink-cursor-mode): Adapt blink-cursor-mode default
2769         value from startup.el.
2770         (make-frame-on-display): Protect condition on x-initialized when
2771         x-win.el is not loaded.  Update doc.
2772         (suspend-frame): Use display-controlling-tty-p to decide between
2773         suspend-emacs and suspend-tty.
2774         (frames-on-display-list): Update for display ids.
2775         (framep-on-display): Ditto.
2776         (suspend-frame): Use display-name, not frame-tty-name.
2777         (selected-terminal): New function.
2779         * server.el: Use `device' instead of `display' or `display-id' in
2780         variable and client parameter names.
2781         (server-select-display): Remove (unused).
2782         (server-tty-live-p, server-handle-delete-tty): Remove.
2783         (server-unquote-arg, server-quote-arg, server-buffer-clients):
2784         Update docs.
2785         (server-getenv-from, server-with-environment, server-send-string)
2786         (server-save-buffers-kill-terminal): New functions.
2787         (server-delete-client): Handle quits in kill-buffer.  Don't kill
2788         modified buffers.  Add extra logging.  Delete frames after
2789         deleting the tty.  Clear 'client parameter before deleting a frame.
2790         Use delete-display, not delete-tty.
2791         (server-visit-files): Don't set `server-existing-buffer' if the
2792         buffer already has other clients.  Return list of buffers
2793         created.  Update doc.  Don't set client-record when nowait.
2794         (server-handle-delete-frame): Delete the client if this was its
2795         last frame.  Check that the frame is alive.  Remove bogus comment.
2796         Add note on possible race condition.  Delete tty clients, if needed.
2797         (server-handle-suspend-tty): Use server-send-string.  Kill the
2798         client in case of errors from process-send-string.  Use the display
2799         parameter.
2800         (server-unload-hook): Remove obsolete delete-tty hook.
2801         (server-start): Ask before restarting if the old server still has
2802         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
2803         (server-process-filter): Use server-send-string.  Accept `-dir'
2804         command.  Switch to *scratch* immediately after creating the frame,
2805         before evaluating any -evals.  Protect `display-splash-screen'
2806         call in a condition-case.  Explain why.  Call
2807         `display-startup-echo-area-message' before
2808         `display-splash-screen'.  Don't display the splash screen when no
2809         frame was created.  Show the Emacs splash screen and startup echo
2810         area message.  Display the *scratch* buffer by default.  Store the
2811         local environment in a frame (not terminal) parameter.  Do not try
2812         to decode environment strings.  Fix reference to the 'display
2813         frame parameter.  Change syntax of environment variables.  Put
2814         environment into terminal parameters, not client parameters.  Use
2815         a dummy client with --no-wait's X frames.  In `-position LINE'
2816         handler, don't ruin the request string until the line number is
2817         extracted.  Log opened files.  Handle -current-frame command.
2818         Don't create frames when it is given.  Don't bind X frames to the
2819         client when we are in -no-wait mode.  Set locale environment
2820         variables from client while creating tty frames.  Disable call to
2821         configure-display-for-locale.  When processing -position command,
2822         don't change the request string until the parameters are
2823         extracted.  Don't try to create an X frame when Emacs does not
2824         support it.  Improve logging.  Temporarily set ncurses-related
2825         environment variables to those of the client while creating a new
2826         tty frame.  Select buffers opened by nowait clients, don't leave
2827         them buried under others.  Set the display parameter, and use it
2828         when appropriate.
2830         * startup.el (display-startup-echo-area-message): Handle
2831         `inhibit-startup-echo-area-message' here.
2832         (command-line-1): Moved from here.
2833         (fancy-splash-screens): Use `overriding-local-map' instead of
2834         `overriding-terminal-local-map' for now; the latter doesn't work
2835         right, it looses keypresses to another terminal.  Use
2836         `overriding-terminal-local-map' to set up keymap.  Install a
2837         `delete-frame-functions' hook to catch `delete-frame' events.
2838         Ignore `select-window' events to cope better with
2839         `focus-follows-mouse'.  Don't switch back to the original buffer
2840         if the splash frame has been killed.  Restore previous buffer, even
2841         if it's *scratch*.
2842         (normal-splash-screen): Don't let-bind `mode-line-format'; it
2843         changes the global binding - setq it instead.  Use
2844         `save-buffers-kill-terminal'.
2845         (display-splash-screen): Don't do anything if the splash screen is
2846         already displayed elsewhere.
2847         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
2848         (command-line): Replace duplicated code with a call to
2849         tty-run-terminal-initialization.  Don't load the terminal
2850         initialization file more than once.  Remove call to nonexistent
2851         function `set-locale-translation-file-name'.
2853         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
2854         parameters.
2855         (xterm-mouse-position-function, xterm-mouse-event): Update.
2856         (xterm-mouse-mode): Don't depend on current value of window-system.
2857         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2858         Update for multi-tty.
2859         (turn-on-xterm-mouse-tracking-on-terminal)
2860         (turn-off-xterm-mouse-tracking-on-terminal)
2861         (xterm-mouse-handle-delete-frame): New functions.
2862         (delete-frame-functions, after-make-frame-functions)
2863         (suspend-tty-functions, resume-tty-functions): Install extra hooks
2864         for multi-tty.
2866 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2868         * simple.el (invisible-p): Remove: implemented in C now.
2869         (line-move-invisible-p): Remove obsolete alias.
2871 2007-08-28  Juri Linkov  <juri@jurta.org>
2873         * image-mode.el (image-type): New variable.
2874         (image-mode): Set default major mode name to "Image[text]".
2875         (image-minor-mode): Change LIGHTER to display image-type in the
2876         mode line.
2877         (image-minor-mode): Set default image-type to "text".
2878         (image-toggle-display): After switching to text mode, set
2879         image-type to "text" and major mode name to "Image[text]".
2880         After switching to image mode, set image-type to actual image
2881         type, and add image type to major mode name.  Let-bind the same
2882         variable names as arguments of `image-type' and `create-image'.
2883         Bind `type' to the result of `image-type' and use it as arg
2884         of `create-image' to not determine the image type twice.
2886 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
2888         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
2889         (tramp-set-file-uid-gid, tramp-get-local-uid)
2890         (tramp-get-local-gid): New defuns.
2891         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
2892         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
2893         Improve fast track.
2894         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
2895         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
2896         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2897         (tramp-handle-write-region): Improve fast track.
2898         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
2899         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
2900         be nil.
2902 2007-08-28  Ivan Kanis  <apple@kanis.eu>
2904         * time.el: New feature to display several time zones in a buffer.
2905         (display-time-world-mode, display-time-world-display)
2906         (display-time-world, display-time-world-timer): New functions.
2907         (display-time-world-list, display-time-world-time-format)
2908         (display-time-world-buffer-name, display-time-world-timer-enable)
2909         (display-time-world-timer-second, display-time-world-mode-map):
2910         New variables.
2912 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2914         * term/x-win.el (x-gtk-stock-map): New variable.
2915         (x-gtk-map-stock): New function.
2917         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2918         prev/next-node.
2920 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
2922         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
2924 2007-08-28  Glenn Morris  <rgm@gnu.org>
2926         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
2928 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2930         * progmodes/modula2.el (m2-definition, m2-module):
2931         Don't use previous-line.  Reported by T. V. Raman.
2933 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2935         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2936         argument to tool-bar-mode call.
2938 2007-08-27  Glenn Morris  <rgm@gnu.org>
2940         * diff-mode.el (diff-find-file-name): Only accept regular files,
2941         to rule out /dev/null, directories, etc.
2943         * vc-svn.el (vc-svn-diff): If the repository version of all the
2944         files is the same as the specified OLDVERS, do a local diff.
2946 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2949         of buffers in uniquify-managed.
2951         * simple.el (invisible-p): Rename from text-invisible-p.
2952         Update callers.
2954 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2956         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2957         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2958         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2959         (cperl-etags-goto-tag-location): Use new style backquotes.
2961         * net/browse-url.el: Remove spurious * in custom docstrings.
2962         (browse-url-filename-alist): Use new-style backquote.
2964         * emacs-lisp/backquote.el (backquote-unquote-symbol)
2965         (backquote-splice-symbol): Clarify they're not new-style unquotes.
2967         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2968         (\,@): Backslash the , and ,@ which are not new-style unquotes.
2970         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2972         * net/socks.el (socks-username/password-auth-filter):
2973         Remove unused vars `state' and `desired-len'.
2974         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2975         (socks-wait-for-state-change): Use new-style backquotes.
2977         * pcvs.el (cvs-mode-status): Fix long-standing typo.
2979         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2980         backquotes after each `read' rather than once per buffer.
2982         * dframe.el: Remove spurious * in custom docstrings.
2983         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2984         (dframe-xemacs20p): Remove, inline at the sole use point.
2985         (defface): Don't defvar the face, don't use old-style backquote.
2986         (defcustom): Don't use old-style backquote.
2987         (dframe-frame-parameter, dframe-mouse-event-p):
2988         Make it obvious that it's always defined.
2989         (dframe-popup-kludge): New function to replace
2990         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2991         (dframe-frame-mode, dframe-set-timer-internal)
2992         (dframe-mouse-set-point): Remove use of with-no-warnings from
2993         XEmacs-specific code.
2994         (dframe-set-timer-internal): Fix very old bug with
2995         post-command-idle-hook.
2997         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2999 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3001         * emacs-lisp/avl-tree.el: New file.
3003 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3005         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3006         was used.
3008 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
3010         * complete.el (PC-do-completion): Make RET accept a non-unique but
3011         complete expansion again.
3013 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
3015         * eshell/esh-opt.el (eshell-eval-using-options):
3016         Add debug declaration.
3018 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3020         * log-view.el (log-view-toggle-mark-entry): Add docstring.
3021         (log-view-get-marked): Likewise.
3023         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3024         (vc-delete-automatic-version-backups): Likewise.
3026         * vc.el (vc-dired-buffers-for-dir): Likewise.
3028 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3030         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3031         safe-local-variable setting.
3032         * progmodes/perl-mode.el (perl-indent-level): Likewise.
3034         * log-view.el (log-view-marked-list): Delete variable.
3035         (log-view-mode): Don't use it.
3036         (log-view-toggle-mark-entry): Likewise, simplify.
3037         (log-view-current-tag): Don't return properties.
3038         (log-view-get-marked): New function.
3040 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
3042         * vc-git.el (vc-git-mode-line-string): New function.
3044 2007-08-25  Alan Mackenzie  <acm@muc.de>
3046         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3047         new language variable.
3049         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3050         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3051         "extern" etc., rather than BOI.  Fix addition of spurious
3052         syntactic-symbol 'defun-block-intro, replacing it with
3053         'innamespace, etc.
3055 2007-08-25  Juri Linkov  <juri@jurta.org>
3057         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3059         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3060         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3061         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3063         * image.el (image-type-header-regexps): Use more complex regexp for svg.
3064         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3065         (image-type-auto-detectable): Add (svg . maybe).
3067         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
3068         to treat it like .tgz.
3070         * calendar/cal-bahai.el: Add file coding cookie.
3072 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
3074         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3075         Don't behave differently when executed via M-x.  Add doc string.
3077         * sort.el (sort-fold-case, sort-numeric-base): Mark as
3078         safe-local-variable.
3080 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
3082         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
3083         the default value.
3084         (math-calendar-tzinfo): New variable.
3085         (math-get-calendar-tzinfo): New function.
3086         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
3087         to get information when zone is nil.
3089 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
3091         * log-view.el (log-view-toggle-mark-entry): New function.
3092         (log-view-mode-map): Bind it.
3093         (log-view-marked-list): New variable.
3094         (log-view-mode): Make it local.
3096 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3098         * play/zone.el (zone-pgm-rat-race): New func.
3099         (zone-programs): Add `zone-pgm-rat-race'.
3101 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3103         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
3104         a list.
3106 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3108         * progmodes/hideshow.el (hs-match-data): Delete alias.
3109         (hs-hide-block-at-point, hs-find-block-beginning)
3110         (hs-show-block): Use `match-data' directly.
3112 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
3114         * format.el (format-alist): Fix typo in doc-string.
3116 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
3118         * net/tramp.el (tramp-local-host-p): New defun.
3119         (tramp-handle-file-local-copy, tramp-handle-write-region):
3120         Implement fast track when being on the local host.
3121         (tramp-file-name-handler): Don't set "started" property.  It shall
3122         be reserved for the "ftp" method.
3123         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
3125         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
3126         (tramp-ftp-file-name-handler): Set "started" property.
3128 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3130         * files.el (backup-buffer-copy): Don't wrap delete in
3131         condition-case, only try to delete if file exists.
3133 2007-08-24  Glenn Morris  <rgm@gnu.org>
3135         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3137         * startup.el (tutorial-directory): Set with eval-at-startup so it
3138         gets the right value in an installed Emacs.
3140 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3142         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
3143         (eldoc-highlight-function-argument): Use it.
3145 2007-08-23  Masatake YAMATO  <jet@gyve.org>
3147         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
3148         name of parameters in document body.
3150 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3152         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
3153         (byte-compile-output-as-comment): Use with-current-buffer rather than
3154         a weird set-buffer&prog1 combination.
3156         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
3157         test so as to optimise cases where the `progn's result is constant.
3159 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
3161         * locate.el (locate-get-file-positions):
3162         Use line-beginning-position and line-end-position.
3164 2007-08-23  John Wiegley  <johnw@newartisans.com>
3166         * calendar/cal-bahai.el: Added in the diacriticals that were
3167         missing for many of the month names.
3169 2007-08-22  Jason Rumney  <jasonr@gnu.org>
3171         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
3173 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3175         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3177 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3179         * dabbrev.el (dabbrev--progress-reporter): New variable.
3180         (dabbrev--scanning-message): Delete func.
3181         (dabbrev--find-expansion): Use a progress reporter
3182         instead of dabbrev--scanning-message.
3184 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3186         * comint.el (comint-exec-1): Raise an error if
3187         `start-file-process' does not return a process object.
3189         * shell.el (shell): Prompt for `default-directory' if it is a
3190         remote file name, and if called with a prefix arg.
3192 2007-08-22  Sam Steingold  <sds@gnu.org>
3194         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
3196 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
3198         * textmodes/org-export-latex.el: New file.
3200         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
3202         * textmodes/org.el (org-agenda-skip): Allow a form for
3203         `org-agenda-skip-function'.
3204         (org-agenda-redo): Re-use local settings.
3205         (org-agenda): Store local settings.
3206         (org-agenda-deadline-faces): New option.
3207         (org-agenda-deadline-face): New function.
3208         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
3209         entries on their due date.
3210         (org-agenda-get-timestamps): No longer handle the due dates of
3211         schedules and deadline items.
3212         (org-insert-link-global, org-open-at-point-global): New commands.
3213         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
3214         :for-ascii parameter.
3215         (org-skip-comments): Function removed.
3216         (org-cleaned-string-for-export): Handle special table lines.
3217         (org-global-properties): New option.
3218         (org-entry-get-with-inheritance): Check global properties.
3219         (org-local-properties): New variable.
3220         (org-set-regexps-and-options): Find the #+PROPERTY line.
3221         (org-link-types): Change type into variable (was constant).
3222         (org-make-link-regexps): New function.
3223         (org-link-re-with-space, org-link-re-with-space2)
3224         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
3225         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
3226         these regular expressions happens now in the function
3227         `org-make-link-regexps'.
3228         (org-store-link): Call the functions in
3229         `org-store-link-functions'.
3230         (org-add-link-type): New function.
3231         (org-store-link-functions): New variable.
3232         (org-activate-tags): Force matches to be in headlines.
3233         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
3234         (org-columns-display-here): Make sure this works in a narrowed
3235         buffer by checking for point-min.
3236         (org-columns-display-here): Make the rest of the line intangible,
3237         so that point never can be there.
3238         (org-cleaned-string-for-export): Use `with-current-buffer'.
3239         (org-replace-region-by-html): Use `with-current-buffer'.
3240         (org-unfontify-region, org-do-occur, org-columns-display-here)
3241         (org-columns-remove-overlays, org-columns-quit)
3242         (org-columns-edit-value, org-columns-next-allowed-value)
3243         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
3244         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
3245         (org-agenda-todo, org-agenda-change-all-lines)
3246         (org-agenda-align-tags, org-agenda-priority)
3247         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
3248         (org-agenda-show-new-time, org-cleaned-string-for-export)
3249         (org-export-grab-title-from-buffer)
3250         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
3251         instead of `buffer-read-only'.
3252         (org-export-as-html): Set `coding-system-for-write'.
3253         (org-remember-store-without-prompt): New option.
3254         (org-archive-subtree): Fixed bug with modifying TODO keyword.
3255         (org-beginning-of-line): Also treat C-a special in items.
3256         (org-table-convert-refs-to-rc): Fixed problem with column
3257         reference after "..".
3258         (org-columns-compute): Don't mark buffer modified because of text
3259         properties.
3260         (org-batch-store-agenda-views): Use the variable
3261         `default-directory', not the function.
3262         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
3263         (org-clock-out-when-done): New option.
3264         (org-html-entities): Added HTML entities for smileys.
3266 2007-08-22  Glenn Morris  <rgm@gnu.org>
3268         * image.el (create-image): Doc fix.
3270         * startup.el (tutorial-directory): New constant.
3271         (fancy-splash-text): Tutorials now in tutorial-directory.
3272         * tutorial.el (help-with-tutorial): Tutorials now in
3273         tutorial-directory.
3275 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3277         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
3278         otherwise.
3279         (tramp-get-remote-path): New defun.  Replace occurrences of
3280         `tramp-default-remote-path' by this function.
3281         (tramp-set-remote-path): Move most of the code to
3282         `tramp-get-remote-path'.
3283         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
3284         existing directories, this is done already in
3285         `tramp-get-remote-path'.
3287 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
3289         * image-file.el (image-file-name-extensions): Add "svg".
3290         * image.el (image-type-header-regexps): Add svg entry.
3292 2007-08-22  Glenn Morris  <rgm@gnu.org>
3294         * files.el (backup-buffer-copy): Check backup directory is
3295         writable, to avoid infloop deleting old backup.
3297         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3298         movemail related variables.
3299         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3300         will now be set before this is called.
3302 2007-08-21  Juri Linkov  <juri@jurta.org>
3304         * delsel.el (delete-selection-pre-hook):
3305         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
3306         instead of checking last-command.
3308 2007-08-21  Juri Linkov  <juri@jurta.org>
3310         * loadup.el: Preload "button".
3312 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3314         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3315         Add previous-line and next-line.
3317         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3318         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
3320         * vc-hooks.el (vc-menu-entry): New var.
3321         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3322         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3323         (vc-menu-map): Declare and initialize in one step.
3324         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
3326         * menu-bar.el (vc-menu-map): Don't setup any more.
3327         Instead, just create the proper spot in the menu.
3329 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3331         * smerge-mode.el (smerge-resolve): New arg `safe'.
3332         (smerge-resolve-all, smerge-batch-resolve): New function.
3333         (smerge-refine): Make sure `diff' returns the expected result.
3334         (smerge-parsep-re): New const.
3335         (smerge-mode): Use it to adjust paragraph-separate.
3337         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3338         Correctly match / regexp matchers as first char on a line when
3339         fontifying only that line.
3341         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3343 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3345         * vc-bzr.el: Don't fiddle with vc-handled-backend.
3346         (vc-bzr-registered): Don't redundantly protect against
3347         file-error.  Actually use the format-specific code.
3348         (vc-bzr-buffer-nonblank-p): Remove.
3349         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3351 2007-08-20  Juri Linkov  <juri@jurta.org>
3353         * startup.el (fancy-splash-text): Change multiple tabs into one
3354         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
3355         and "Recover Crashed Session").
3356         (fancy-splash-screens): Set tab-width to 22.
3357         (normal-splash-screen): Replace literal tabs with \t and
3358         fix whitespace.  Remove "Useful File menu items" section (with
3359         "Exit Emacs" and "Recover Crashed Session").
3361 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
3363         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3364         extracted from `eval-last-sexp-1'.
3365         (eval-last-sexp-1): Call `preceding-sexp'.
3367 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
3369         * vc-rcs.el (vc-rcs-annotate-command):
3370         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
3371         Add back :vc-annotate-prefix propertization.
3373 2007-08-20  Andreas Schwab  <schwab@suse.de>
3375         * mail/rmail.el (rmail-autodetect): Doc fix.
3377 2007-08-19  Juri Linkov  <juri@jurta.org>
3379         * startup.el (normal-splash-screen): Add more links.
3381 2007-08-19  Juri Linkov  <juri@jurta.org>
3383         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
3384         because it's common to both types of splash screen: fancy and normal.
3385         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
3386         (exit-splash-screen): Rename from `fancy-splash-quit'.
3387         Use `quit-window' instead of `kill-buffer'.
3388         (fancy-splash-head): Use make-button to insert GNU image link.
3389         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
3390         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
3391         (normal-splash-screen): Put "Browse manuals" on the same line with
3392         "Emacs manual".  Remove descriptions from "Useful tasks" and put
3393         all links in two columns on two lines.
3395 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3397         * viper.el (viper-remove-hooks): Remove some additional viper hooks
3398         when the user calls viper-go-away.
3399         (viper-go-away): Restore the default of default-major-mode.
3400         Save the value of default-major-mode before vaperization.
3402         * viper-cmd.el: Replace error "" with "Viper bell".
3404         * viper-ex.el: Replace error "" with "Viper bell".
3406         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
3407         buffer for which file is created.
3409 2007-08-19  Glenn Morris  <rgm@gnu.org>
3411         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3412         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3413         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
3414         shadow files messing up the compilation.
3416 2007-08-18  Glenn Morris  <rgm@gnu.org>
3418         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
3419         string.  Also apply eldoc-argument-case in the help-split-fundoc
3420         case.  Adapt for changed behavior of eldoc-function-argstring,
3421         eldoc-function-argstring-format, and
3422         eldoc-highlight-function-argument.
3423         (eldoc-highlight-function-argument): Handle nil INDEX argument,
3424         just call eldoc-docstring-format-sym-doc in that case.
3425         (eldoc-function-argstring): Change the behavior.  Now it converts
3426         an argument list to a string.
3427         (eldoc-function-argstring-format): Change the behavior.  Now it
3428         applies `eldoc-argument-case' to a string.
3430         * progmodes/scheme.el (scheme-mode-variables): Set
3431         font-lock-comment-start-skip.
3433 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
3435         * progmodes/ada-mode.el (ada-create-syntax-table): Move
3436         set-syntax-table from here to ...
3437         (ada-mode): ... here.  Do not change global value of
3438         comment-multi-line.  Call new function
3439         ada-initialize-syntax-table-properties and add new function
3440         ada-handle-syntax-table-properties to font-lock-mode-hook.
3441         (ada-deactivate-properties, ada-initialize-properties): Replace
3442         by new functions ...
3443         (ada-handle-syntax-table-properties)
3444         (ada-initialize-syntax-table-properties)
3445         (ada-set-syntax-table-properties): ... to set up syntax-table
3446         properties uniformly, independently from whether font-lock-mode
3447         is enabled or not.  Handle read-only buffers and do not change
3448         undo-list when setting syntax-table properties.
3449         (ada-after-change-function): Use ada-set-syntax-table-properties.
3451 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3453         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
3454         (meta-indent-current-nesting): Use a computation of the nesting
3455         instead.
3456         (meta-indent-current-indentation): Indentation is given according
3457         to nesting and if the previous line was finished or not.
3458         (meta-indent-unfinished-line): Tell if the current line ends with
3459         a finished expression.
3460         (meta-indent-looking-at-code): Like `looking-at', but checks if
3461         the point is in a string before.
3462         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
3463         done in the nesting function.
3464         (meta-indent-in-string-p): Tell if the current point is in a
3465         string.
3466         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
3467         previous functions.
3469 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
3471         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
3472         (copyright-update-year, copyright-update)
3473         (copyright-fix-years): Use it.
3475 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3477         * emacs-lisp/copyright.el (copyright-update-year):
3478         Fix bug: Handle nil copyright-limit.
3480 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3482         * calc/calc-units.el (math-standard-units): Give exact
3483         conversion for tsp.
3485         * calc/calc.el (math-bignum-digit-length): Compute the
3486         appropriate value.
3488         * calc/calc-bin.el (math-bignum-logb-digit-size)
3489         (math-bignum-digit-power-of-two):
3490         * calc/calc-comb.el (math-small-factorial-table):
3491         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
3492         (math-approx-gamma-const):
3493         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
3494         (math-besY1, math-bernoulli-b-cache):
3495         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3496         Remove `eval-when-compile's.
3498 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3500         * progmode/cperl-mode.el (cperl-look-at-leading-count)
3501         (cperl-find-pods-heres): Fix an error when typing expressions like
3502         `s{a}{b}'.
3504 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3506         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
3507         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
3508         a special case (there's no build number).
3510 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
3512         * completion.el (symbol-under-point, symbol-before-point)
3513         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
3515 2007-08-17  Glenn Morris  <rgm@gnu.org>
3517         * progmodes/compile.el (compilation-get-file-structure): Make use
3518         of the directory part when checking for an existing entry, to
3519         handle files with same basename in different directories.
3521 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3523         * calc/calc.el (calc-language-alist): Add texinfo-mode.
3525 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3527         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3528         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3529         (ps-paragraph-spacing): Docstring fix.
3531 2007-08-16  Glenn Morris  <rgm@gnu.org>
3533         * ps-print.el (ps-font-size): Doc fix.
3535 2007-08-16  Richard Stallman  <rms@gnu.org>
3537         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
3539 2007-08-15  Juri Linkov  <juri@jurta.org>
3541         * startup.el (initialization): Change parent group from `internal'
3542         to `environment'.
3543         (initial-buffer-choice): New variable.
3544         (command-line): Revert 2007-07-02 change that sets
3545         buffer-offer-save in *scratch* and enables auto-save in it.
3546         (fancy-splash-text): Add links to existing items.  Add new items
3547         with links for useful tasks.  Move information about Control-g to
3548         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
3549         (fancy-splash-keymap): New variable.
3550         (fancy-splash-last-input-event): Remove variable.
3551         (fancy-splash-insert): Add processing of `:link' element.
3552         (fancy-splash-head): Replace "Type Control-l to begin editing"
3553         with "Type `q' to exit".
3554         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
3555         (fancy-splash-default-action, fancy-splash-special-event-action):
3556         Remove functions.
3557         (fancy-splash-quit): New function.
3558         (fancy-splash-screens): Rename input arg from `hide-on-input' to
3559         `static' and reverse the condition of its usage.  Don't preserve
3560         original values of `minor-mode-map-alist',
3561         `emulation-mode-map-alists', `special-event-map'.
3562         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3563         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3564         Remove processing of special events.  Use local key map
3565         `fancy-splash-keymap'.  Set buffer to read-only.
3566         (normal-splash-screen): Rename input arg from `hide-on-input' to
3567         `static' and reverse the condition of its usage.
3568         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3569         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3570         Add links to existing items.  Add new items with links for useful
3571         tasks.  Use local key map `fancy-splash-keymap'.
3572         (display-splash-screen): Rename input arg from `hide-on-input' to
3573         `static'.
3574         (about-emacs): Add alias to display-splash-screen.
3575         (command-line-1): Use `initial-buffer-choice'.
3577         * menu-bar.el (menu-bar-help-menu):
3578         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
3579         item to about-emacs instead of display-splash-screen.
3581 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
3583         * calc/calc-units.el (math-standard-units): Update values.
3584         Put in exact, rational values when possible.
3585         (math-unit-prefixes): Replace floats with powers of ten.
3586         (math-standard-units-systems): Replace floats with integers.
3587         (math-make-unit-string): Remove extra spaces in output.
3589 2007-08-15  Glenn Morris  <rgm@gnu.org>
3591         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3592         sloppier, for the sake of GNU Mailman.
3593         (rmail-digest-rfc1153): Initialize `result' correctly.
3595 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3597         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
3598         in the mail title.  Suggested by Reiner Steib.
3600 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
3602         * calc/calc-aent.el (calc-do-quick-calc): Add binary
3603         representation of integers to the list of outputs.
3605 2007-08-14  Glenn Morris  <rgm@gnu.org>
3607         * simple.el (bad-packages-alist): New constant.
3608         (bad-package-check): New function.  Together, these two add elements
3609         to `after-load-alist' to check for problematic external packages.
3610         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3612 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
3614         * calc/calc-units.el (math-get-standard-units)
3615         (math-get-units, math-make-unit-string)
3616         (math-get-default-units, math-put-default-units): New functions.
3617         (math-default-units-table): New variable.
3618         (calc-convert-units, calc-convert-temperature): Add machinery
3619         to supply default values.
3621 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3623         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
3624         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
3625         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
3626         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
3628         * emulation/tpu-extras.el: Remove spurious * in docstrings.
3629         Put its autoloads into tpu-edt.el rather than loaddefs.el.
3630         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
3631         Make into a proper minor-mode.
3632         (tpu-backward-char, tpu-next-line, tpu-previous-line)
3633         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
3634         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
3635         (tpu-set-cursor-free, tpu-set-cursor-bound):
3636         Delegate to tpu-cursor-free-mode.
3637         (tpu-next-line, tpu-previous-line, tpu-forward-line)
3638         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
3639         Use line-move or forward-line instead of next-line-internal.
3641 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3643         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3645 2007-08-12  Richard Stallman  <rms@gnu.org>
3647         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3648         (cvs-execute-single-file): Use new name split-string-and-unquote.
3649         (cvs-header-msg): Use new name combine-and-quote-strings.
3651         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3653         * progmodes/gud.el (gud-common-init): Use new name
3654         split-string-and-unquote.
3656         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3657         in javac regexp.
3659         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3660         combine-and-quote-strings and split-string-and-unquote.
3662         * subr.el (combine-and-quote-strings): Rename from strings->string.
3663         (split-string-and-unquote): Rename from string->strings.
3665 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3667         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3668         to buffer-local settings.
3670         * emacs-lisp/backquote.el (backquote-delay-process): New function.
3671         (backquote-process): Add internal arg `level'.  Use the two to
3672         correctly handle nested backquotes.
3674 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3676         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3677         (vc-bzr-state-words): Add "kind changed" state word.
3678         (vc-bzr-status): New function.  Return Bzr idea of file status,
3679         which is different from VC's.
3680         (vc-bzr-state): Use vc-bzr-status.
3681         (vc-workfile-unchanged-p): Use vc-bzr-status.
3682         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3683         (vc-dired-state): Process "kind changed" state word.
3685 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3687         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3689         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3690         Move from vc-default-find-file-not-found-hook.
3692 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3694         * man.el: Remove spurious * in docstrings.
3695         Merge defvars and toplevel setq-defaults.
3696         (Man-highlight-references0): Limit=nil rather than point-max.
3697         (Man-mode-map): Move initialization into the declaration.
3698         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3699         (Man-view-header-file): Use expand-file-name rather than concat.
3700         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3702         * man.el (Man-next-section): Make sure we do not move backward.
3704 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3706         * files.el (auto-mode-alist): Use the purecopied text (duh!).
3708 2007-08-08  Glenn Morris  <rgm@gnu.org>
3710         * Replace `iff' in doc-strings and comments.
3712 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3714         * dired.el (dired-pop-to-buffer):
3715         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3716         * calendar/calendar.el (generate-calendar-window):
3717         * progmodes/compile.el (compilation-set-window-height):
3718         * textmodes/two-column.el (2C-two-columns, 2C-merge):
3719         Use window-full-width-p instead of comparing frame-width and
3720         window-width.
3722         * progmodes/compile.el (compilation-find-buffer): Remove extra
3723         argument in call to compilation-buffer-internal-p.
3725 2007-08-07  Tom Tromey  <tromey@redhat.com>
3727         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3728         Add safe-local-variable property.
3730 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3732         * image-mode.el (image-toggle-display): Use image-refresh.
3734 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
3736         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3737         unofficial version.
3738         (vc-bzr-command): Remove redundant setting of process-connection-type.
3739         (vc-bzr-admin-checkout-format-file): Add autoload.
3740         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3741         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3742         (vc-bzr-registered): Compare dirstate format tag with known good
3743         value, abort parsing if match fails.  Warn user in docstring.
3744         (vc-bzr-workfile-version): Case for different Bzr branch formats.
3745         See bzrlib/branch.py in Bzr sources.
3746         (vc-bzr-diff): First argument FILES may be a string rather than a list.
3747         (vc-bzr-shell-command): Remove in favor of
3748         vc-bzr-command-discarding-stderr.
3749         (vc-bzr-command-discarding-stderr): New function.
3751 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
3753         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3754         program, and return nil.
3755         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3756         (vc-bzr-state): Look for path names relative to the repository
3757         root after status keyword.
3758         (vc-bzr-file-name-relative): New function.
3759         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3760         depend on it.
3761         (vc-bzr-admin-dirname, ...-checkout-format-file)
3762         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3763         files that we now parse directly for speed.
3764         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3765         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3766         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
3767         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3768         Bzr warnings, so we must discard it.
3769         (vc-bzr-workfile-version): Speedup counting lines from
3770         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3771         if that file doesn't exist.
3772         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3773         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
3774         to `vc-directory-exclusion-list'.
3775         (vc-bzr-shell-command): New function.
3777 2007-08-06  Tom Tromey  <tromey@redhat.com>
3779         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3780         (diff-fixup-modifs): Typo in docstring.
3782 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3784         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3785         count-screen-lines.
3786         (tpu-edt-off): Disable relevant pieces of advice.
3788         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3789         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3790         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3791         redefining the function.
3792         (tpu-set-scroll-margins): Activate the pieces of advice.
3794 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3796         * help.el (resize-temp-buffer-window): Use window-full-width-p
3797         instead of comparing frame-width and window-width.
3799 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3801         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3802         optional quotes around files in NEED-UPDATE . REMOVED case.
3804         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3805         (ada-treat-cmd-string): Improve error message.
3806         (ada-do-file-completion): Call `ada-require-project-file', so
3807         project variables are set properly.
3808         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3809         (ada-gnatfind-buffer-name): New constant.
3810         (ada-find-any-references): Use new constant.  Set buffer name
3811         properly in compilation-start.  Toggle read-only properly.
3812         (ada-find-in-src-path): Fix spelling error in docstring.
3814         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3815         by zero error.
3817 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3819         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
3821 2007-08-12  Richard Stallman  <rms@gnu.org>
3823         * progmodes/sh-script.el (sh): Delete group `unix'.
3825         * progmodes/gud.el (gud): Change to group `processes'.
3827 2007-08-11  Glenn Morris  <rgm@gnu.org>
3829         * progmodes/compile.el (compilation-buffer-name): Don't check
3830         compilation-arguments.  It is superfluous, and the variable isn't
3831         even set when this function is called.
3833 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3835         * term/mac-win.el (mac-ae-reopen-application): New function.
3836         (mac-apple-event-map): Bind "reopen application" Apple event to it.
3838 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
3841         take tex-font-script-display into account.
3842         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
3843         cell to a list of 2 elements to simplify the unfontify code.
3845 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3847         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3848         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3849         ps-print-color-p is neither nil nor black-white.  Reported by Christian
3850         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3852 2007-08-08  Andreas Schwab  <schwab@suse.de>
3854         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3855         self-insert-command, not self-insert.
3857 2007-08-08  Glenn Morris  <rgm@gnu.org>
3859         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
3860         argument optional, for backwards compatibility, and only highlight
3861         args when present.  Fix symbol name typo (doc/args).
3863         * help-mode.el (help-make-xrefs): Search for symbol constituents,
3864         rather than just `-'.
3866 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
3868         * calc/calc-units.el (calc-convert-temperature):
3869         Use `/' to create fractions.
3871 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
3873         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
3874         global matching.
3875         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
3876         ERROR-BUFFER more robust.  Display output.
3877         (tramp-file-name-handler): Add a connection property when we found
3878         a foreign file name handler.  This allows backends like ftp to
3879         profit also from usr/host name completion based on connection
3880         cache.
3881         (tramp-send-command-and-read): Search for trash after the regexp
3882         until eol only.  In XEmacs, there is a problem with \n.
3884         * net/tramp-cache.el (top): Read persistent connection history
3885         when cache is empty.
3887 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
3889         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
3890         resulting output.
3892 2007-08-07  Sam Steingold  <sds@gnu.org>
3894         * progmodes/compile.el (compilation-start): Pass nil as startfile
3895         to comint-exec.
3897 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3899         * longlines.el (longlines-decoded): New variable.
3900         (longlines-mode): Avoid encoding or decoding the buffer twice.
3902 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
3904         * format.el (format-insert-file): Make sure that at most one undo
3905         entry is recorded for the insertion.  Inhibit point-motion and
3906         modification hooks around call to insert-file-contents.
3908 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3910         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
3911         Select the buffer's window before moving point.
3913 2007-08-07  Richard Stallman  <rms@gnu.org>
3915         * term.el (term): Remove parent group `unix'.
3917         * simple.el (default-indent-new-line): New function.
3918         It calls comment-line-break-function if there are comments.
3919         (do-auto-fill): Use that.
3921 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3923         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
3924         (PC-do-completion): Add "acronym completion" for symbols and
3925         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
3927 2007-08-06  Sam Steingold  <sds@gnu.org>
3929         * mouse.el (mouse-buffer-menu): Pass mode-name through
3930         format-mode-line because it may be a list,
3931         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
3933 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
3935         * printing.el (pr-update-menus): Docstring fix.
3937 2007-08-06  Jason Rumney  <jasonr@gnu.org>
3939         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
3941         * vc-hooks.el (vc-call): Add doc string.
3943 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
3945         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
3946         process-filter.
3948 2007-08-06  Kenichi Handa  <handa@m17n.org>
3950         * international/quail.el: Wrap (require 'help-mode) by
3951         eval-when-compile.
3952         (quail-help-init): New function.
3953         (quail-help): Call quail-help-init.
3954         (quail-store-decode-map-key): Change it to a function.
3956 2007-08-05  Jason Rumney  <jasonr@gnu.org>
3958         * vc.el (vc-rollback): Add norevert argument back.
3959         (vc-revert-buffer): Add back as obsolete alias.
3961 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
3963         * term.el: Honor term-default-fg-color and term-default-bg-color
3964         settings when modifying term-current-face.
3965         (term-default-fg-color, term-default-bg-color): Initialize from
3966         default term-current-face.
3967         (term-mode, term-reset-terminal): Set term-current-face with
3968         term-default-fg-color and term-default-bg-color.
3969         (term-handle-colors-array): term-current-face has term-default-fg-color
3970         and term-default-bg-color after reset escape sequence.
3971         (term-handle-colors-array): Set term-current-color with
3972         term-default-fg/bg-color instead of ansi-term-color-vector when the
3973         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
3975 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
3977         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
3978         (math-nlfit-givens): Let bind free variables.
3980 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
3982         * printing.el: Require lpr and ps-print when loading printing package.
3983         Reported by Glenn Morris <rgm@gnu.org>.
3985 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
3987         * files.el (set-auto-mode): Handle also remote files wrt
3988         `auto-mode-alist'.
3990 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
3992         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
3993         curves and plotting.
3995         * calc/calc-nlfit.el: New file.
3997 2007-08-04  Glenn Morris  <rgm@gnu.org>
3999         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4000         zero, not nil, when the library is first loaded.  Check for a file
4001         that has been modified on disk.
4003         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4004         Remove duplicate defvar preventing initialization.
4005         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4007 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4009         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4010         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4011         may match up to 4 lines.
4012         (diff-beginning-of-file-and-junk): Rewrite.
4014 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4016         * printing.el: Evaluate require only during compilation.
4017         (pr-version): New version 6.9.1.
4018         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4019         (pr-global-menubar): Fix code.
4021 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
4023         * term.el (term-erase-in-display): Fix case when point is not at
4024         the beginning of the line.
4026 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
4028         * calc/calc-ext.el (math-get-value, math-get-sdev)
4029         (math-contains-sdev): New functions.
4031         * calc/calc-graph.el (calc-graph-format-data)
4032         (calc-graph-add-curve): Check for error forms.
4033         (calc-graph-set-styles): Add option for error forms.
4035 2007-08-03  Miles Bader  <miles@gnu.org>
4037         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4038         backend names for new backends to `Git', `Hg', and `Bzr'.
4039         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4040         not `HG'.
4041         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4042         name, not `GIT'.
4043         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4044         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4046 2007-08-03  Richard Stallman  <rms@gnu.org>
4048         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4049         to update deleted flag.
4051         * cus-edit.el (customize-apropos, customize-apropos-options)
4052         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4054         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4056         * startup.el (fancy-splash-head, startup-echo-area-message):
4057         Change message text.
4059         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4060         All callers use line-move.
4062         * progmodes/compile.el (compilation-find-buffer): Return current
4063         buffer immediately if suitable.
4064         (compile, compilation-buffer-name, compilation-start): Doc fixes.
4066 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
4068         * faces.el (face-normalize-spec): New function.
4069         (frame-set-background-mode): Normalize face-spec before calling
4070         face-spec-match-p.
4072 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4074         * server.el (server-window): Add switch-to-buffer-other-frame option.
4076 2007-08-03  Glenn Morris  <rgm@gnu.org>
4078         * cus-edit.el (customize-apropos): Make the error message indicate
4079         what kind of thing the user was trying to customize.
4081         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4083         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
4084         Fix off-by-one error in previous change.
4086 2007-08-03  Drew Adams  <drew.adams@oracle.com>
4088         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
4089         Make buffer writable.
4091 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
4093         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
4094         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
4095         Use native Emacs functions, when appropriate.
4097 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
4098             Stefan Monnier  <monnier@iro.umontreal.ca>
4100         * vc.el: Document new VC operation `extra-menu'.
4102         * vc-hooks.el (vc-default-extra-menu): New function.
4104         * menu-bar.el (menu-bar-vc-filter): New function.
4105         (menu-bar-tools-menu): Use it as a filter.
4107 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4109         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4111 2007-08-01  Glenn Morris  <rgm@gnu.org>
4113         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
4114         strings.
4115         (fortran-tab-mode-default): Remove needless autoload.
4116         (fortran-tab-mode-string): Add help-echo and mouse properties, and
4117         mark as risky.
4118         (fortran-line-length): New buffer-local variable, safe if integer.
4119         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
4120         Change from variables to constants.
4121         (fortran-font-lock-syntactic-keywords): Delete as a variable,
4122         replace with a new function definition.
4123         (fortran-mode): Use fortran-line-length, and
4124         fortran-font-lock-syntactic-keywords as a function.  Add a
4125         hack-local-variables-hook function.
4126         (fortran-line-length, fortran-hack-local-variables): New functions.
4127         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
4128         Use fortran-line-length rather than 72.
4129         (fortran-window-create-momentarily): Doc fix.
4131 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4133         * cus-edit.el (custom-group-value-create, custom-goto-parent):
4134         Fix parent groups link.
4136 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
4138         * progmodes/python.el (python-current-defun): Adjust to never fall
4139         into infinite loop.
4141 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4143         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
4145 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4147         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4148         (copyright-fix-years, copyright): Correctly handle the case where
4149         copyright-limit is nil.
4151 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
4153         * progmodes/python.el (run-python): Fix path separator under w32.
4155 2007-07-30  Richard Stallman  <rms@gnu.org>
4157         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4158         Treat non-break space as whitespace in Lisp.
4160 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4162         * vc.el (vc-dired-hook): Use inhibit-read-only.
4164         * progmodes/compile.el (compilation-forget-errors):
4165         Reset compilation-auto-jump-to-next.
4167 2007-07-30  Michael Olson  <mwolson@gnu.org>
4169         * cus-edit.el (custom-group-save): Fix void function definition
4170         error.  Thanks to Zhang Wei for the report.
4172         * ps-print.el: Check in trivial changes to the autoloads section
4173         caused by the build process.  These autoloads really ought to be
4174         placed in a separate file, methinks.
4176 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4178         * calendar/calendar.el (calendar-mode): Make sure
4179         displayed-(month|year) are set.
4180         (calendar-basic-setup): Display buffer before adjusting window sizes.
4181         (generate-calendar-window): Use inhibit-read-only.  Simplify.
4182         Generate buffer and set displayed-month and displayed-year before
4183         calling update-calendar-mode-line.
4185 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
4187         * net/tramp.el:
4188         * net/tramp-uu.el:
4189         * net/trampver.el: Use utf-8 encoding with coding cookie.
4191         * net/tramp-cache.el:
4192         * net/tramp-fish.el:
4193         * net/tramp-ftp.el:
4194         * net/tramp-gw.el:
4195         * net/tramp-smb.el: Remove coding cookie.
4197         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4198         Flush buffer file-name's file property.
4199         (tramp-handle-file-remote-p): The first parameter is FILENAME.
4201         * net/trampver.el: Update release number.
4203 2007-07-29  Juri Linkov  <juri@jurta.org>
4205         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
4206         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
4207         when major-mode is not dired-mode.
4208         (dired-toggle-read-only): New function.
4209         (dired-recursive-deletes): Remove obsolete comments about old
4210         default value.
4211         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
4213         * wdired.el (wdired-exit): New function.
4214         (wdired-mode-map): Bind C-x C-q to wdired-exit.
4216 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4218         * cus-edit.el (customize-read-group): New fun.
4219         (customize-group-other-window, customize-face-other-window):
4220         Prompt before delegating to customize-(group|face).
4221         Bind pop-up-windows rather than use the other-window argument.
4222         (customize-group, customize-face): Prompt from the interactive spec.
4223         Remove args `prompt-for-group' and `other-window'.
4225         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
4226         (ad-body-forms, ad-advised-interactive-form): Revert this part of
4227         last change.
4229 2007-07-28  Masatake YAMATO  <jet@gyve.org>
4231         * vc.el (vc-dired-mode): Add a menu for VC related operation.
4232         Use backend name as the menu label.  Suggested by David Kastrup.
4234 2007-07-28  Alan Mackenzie  <acm@muc.de>
4236         Fix problem with modes derived from CC Mode:
4237         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4238         macro to cc-langs.
4239         (c-init-language-vars-for): Remove call to above macro.
4240         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4241         been moved to here.
4242         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4244 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4246         * net/trampver.el: Fix the `coding' cookie.
4248 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4250         * vc-git.el (vc-git-print-log): Support both the old single file
4251         interface and the new one.
4253 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
4255         * bindings.el (mode-line-remote): Use updated %@ construct.
4257 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4259         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4260         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
4261         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
4262         (diary-list-bahai-entries, diary-bahai-mark-entries)
4263         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
4264         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4265         New names to clean up namespace.
4266         (list-bahai-diary-entries, mark-bahai-diary-entries)
4267         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
4268         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
4269         Add compatibility aliases.
4271         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
4273         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
4274         (calendar-scroll-left-three-months)
4275         (calendar-scroll-right-three-months): Clean up namespace.
4276         (scroll-calendar-left, scroll-calendar-right)
4277         (scroll-calendar-left-three-months)
4278         (scroll-calendar-right-three-months): Add compatibility aliases.
4280         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4281         Behave like mouse-scroll-calendar-* when used from the mouse.
4283         * calendar/cal-menu.el (cal-menu-scroll-menu)
4284         (cal-menu-global-mouse-menu):
4285         * calendar/calendar.el (calendar-mode-map):
4286         Use new calendar-scroll-* names.
4287         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
4288         Remove.  Use calendar-scroll-* directly instead.
4290 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4292         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
4293         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
4294         (ad-make-advised-definition, ad-cache-id-verification-code):
4295         Use commandp and interactive-form instead.
4297 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
4299         * vc-git.el: Relicense to GPLv3 or later.
4300         (vc-directory-exclusion-list, vc-handled-backends): Remove.
4302         * vc-hooks.el (vc-handled-backends): Add GIT.
4304         * vc.el (vc-directory-exclusion-list): Add .git.
4306 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
4308         * vc-git.el (vc-git-revision-table)
4309         (vc-git-revision-completion-table): New functions.
4311 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4313         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
4314         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
4315         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
4316         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
4317         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
4318         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
4319         New command actions for EPS header and EPS footer.
4321         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
4322         footer.  Fix some problems with one-or-more, zero-or-more and
4323         alternative constructions generation.  Some log messages
4324         implementation.  Doc fix.
4325         (ebnf-version): New version 4.4.
4326         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
4327         (ebnf-eps-footer, ebnf-log): New options.
4328         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
4329         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
4330         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
4331         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
4332         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
4333         (ebnf-style-custom-list, ebnf-style-database): Put new values.
4334         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
4335         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
4336         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
4337         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
4338         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
4339         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
4340         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
4341         (ebnf-non-terminal-dimension, ebnf-special-dimension)
4342         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
4343         (ebnf-except-dimension, ebnf-alternative-dimension)
4344         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
4345         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
4346         message fun.
4347         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
4348         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
4349         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
4350         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
4351         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
4352         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
4353         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
4354         compatibility with Emacs 20 & 21.
4355         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
4356         (ebnf-eps-file-alist, ebnf-basic-width-extra)
4357         (ebnf-basic-empty-height): New vars.
4358         (ebnf-prologue): Fix PostScript code.
4359         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
4360         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
4361         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
4362         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
4364 2007-07-25  Glenn Morris  <rgm@gnu.org>
4366         * Relicense all FSF files to GPLv3 or later.
4368         * COPYING: Switch to GPLv3.
4370 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4373         Replace it with another one which disables undo before calling
4374         erase-buffer and then turns it back on if needed.
4376 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4378         * ps-print.el: Problem with foreground and background color when
4379         printing a buffer with and without faces.  Reported by Christian
4380         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4381         (ps-print-version): New version 6.7.5.
4382         (ps-default-fg): Change default value to nil, so black color is used
4383         when a face does not specify a foreground color.
4384         (ps-default-bg): Change default value to nil, so white color is used
4385         for background color.
4386         (ps-begin-job): Fix code.
4388 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4390         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4392 2007-07-24  Glenn Morris  <rgm@gnu.org>
4394         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4395         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4396         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4397         (cal-tex-cursor-week, cal-tex-cursor-week2)
4398         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4399         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4400         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4401         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4403 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4405         * calendar/calendar.el (calendar-mode-map): Move initialization
4406         into declaration.  Add menu bindings (used to be done in cal-menu).
4407         (calendar-mode): Don't add an activate-menubar-hook.
4409         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
4410         modify calendar-mode-map), use easy-menu, and make sure that C-h k
4411         can be used on the menu entries.
4412         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
4413         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
4414         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
4415         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
4416         (calendar-flatten, cal-menu-update): Remove.
4417         (calendar-mouse-insert-hebrew-diary-entry)
4418         (calendar-mouse-insert-islamic-diary-entry)
4419         (calendar-mouse-insert-bahai-diary-entry):
4420         Remove (fold into cal-menu-diary-menu).
4421         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
4422         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
4423         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
4424         (calendar-mouse-view-diary-entries): Minor simplifications.
4425         (calendar-event-to-date): Use with-current-buffer.
4427 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
4429         * add-log.el (change-log-redate): Remove (not needed anymore and
4430         doesn't appear to work).
4432 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * frame.el: Use mapc and dolist instead of mapcar where possible.
4435         (close-display-connection): New command.
4437 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
4439         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
4440         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
4442 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4444         * ps-print.el (ps-multibyte-buffer): Docstring fix.
4446         * ps-mule.el: Doc fix.
4447         (ps-multibyte-buffer, ps-mule-font-info-database-default)
4448         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
4450 2007-07-25  Glenn Morris  <rgm@gnu.org>
4452         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
4453         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
4454         (cal-tex-daily-end, cal-tex-hook)
4455         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
4456         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
4457         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4458         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4459         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
4460         (cal-tex-day-prefix, cal-tex-day-name-format)
4461         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
4462         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
4463         (cal-tex-LaTeX-subst-list): Change from variables to constants.
4464         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
4465         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
4466         etc, rather than \bf.
4467         (cal-tex-mini-calendar): Fix typos in previous change.
4468         (cal-tex-latexify-list): Remove inner let binding.
4469         (cal-tex-end-document, cal-tex-banner): Use multi-line
4470         cal-tex-comment.
4471         (cal-tex-comment): Handle embedded newlines.
4472         (cal-tex-LaTeXify-string): Use substring-no-properties.
4474 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
4476         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4477         Add support for the Maden build tool.
4479 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
4481         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
4483 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4485         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4487 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4489         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
4490         C-x C-q.
4492         * vc-git.el (vc-git-print-log): Fix previous change.
4494 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4496         * window.el (save-selected-window): Minor optimization.
4497         (bw-adjust-window): If operation failed, try with a smaller delta.
4498         (window-fixed-size-p): New function.
4499         (window-area-factor): New var.
4500         (balance-windows-area): New command.
4502         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
4503         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
4504         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
4505         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
4506         (ps-mule-begin-job): Use dolist.
4508 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4510         * subr.el (start-file-process-shell-command)
4511         (process-file-shell-command): New defuns.
4513         * progmodes/compile.el (compilation-start):
4514         Apply `start-file-process-shell-command'.
4516 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
4518         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
4520 2007-07-24  Alan Mackenzie  <acm@muc.de>
4522         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4523         Initialise byte-compile-unresolved-functions before rather than
4524         after a compilation.
4525         (byte-compile-unresolved-functions): Amplify doc string.
4527 2007-07-24  Glenn Morris  <rgm@gnu.org>
4529         * startup.el (normal-splash-screen): Use `emacs-copyright'.
4531         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4532         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4533         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4534         (cal-tex-cursor-week, cal-tex-cursor-week2)
4535         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4536         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4537         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4538         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4540         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
4541         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
4542         (cal-tex-day-name-format, cal-tex-cal-one-month)
4543         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
4544         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
4545         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
4546         (cal-tex-list-holidays, cal-tex-cursor-year)
4547         (cal-tex-cursor-year-landscape, cal-tex-year)
4548         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
4549         (cal-tex-cursor-month, cal-tex-insert-days)
4550         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4551         (cal-tex-first-blank-p, cal-tex-cursor-week)
4552         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4553         (cal-tex-week-hours, cal-tex-cursor-week-monday)
4554         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
4555         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
4556         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
4557         (cal-tex-latexify-list, cal-tex-previous-month)
4558         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
4559         modernization, including using dotimes rather than
4560         calendar-for-loop.
4561         (cal-tex-LaTeX-subst-list): Remove `@'.
4562         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
4563         Use \textit and \textbf rather than \em and \it.
4565         * calendar/cal-bahai.el (list-bahai-diary-entries)
4566         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
4567         * calendar/cal-islam.el (list-islamic-diary-entries)
4568         * calendar/calendar.el (generate-calendar, generate-calendar-month)
4569         * calendar/diary-lib.el (diary-list-entries)
4570         (mark-calendar-date-pattern): Use `dotimes' rather than
4571         `calendar-for-loop'.
4573         * calendar/calendar.el (calendar-for-loop): Doc fix.
4575 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4577         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4578         underlying file is uptodate.
4580 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
4582         * replace.el (perform-replace): Use isearch-no-upper-case-p.
4584 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4586         * vc-hooks.el (vc-mode-line-map): New const.
4587         (vc-mode-line): Use it.
4589 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4591         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
4592         (vc-git-unregister): New functions.
4593         (vc-git-find-version): Use the result of ls-files as a parameter
4594         for cat-file.
4596 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
4598         * net/tramp.el (tramp-perl-file-attributes)
4599         (tramp-perl-directory-files-and-attributes)
4600         (tramp-handle-file-attributes-with-stat)
4601         (tramp-handle-directory-files-and-attributes-with-stat)
4602         (tramp-convert-file-attributes): Handle huge file sizes.
4604 2007-07-23  Juri Linkov  <juri@jurta.org>
4606         * isearch.el (isearch-message-function): New variable.
4607         (isearch-update, isearch-search): Use it.
4609         * simple.el (goto-history-element): New function created from
4610         next-history-element.
4611         (next-history-element): Most code moved to goto-history-element.
4612         Call goto-history-element with (- minibuffer-history-position n).
4613         (previous-history-element): Call goto-history-element with (+
4614         minibuffer-history-position n).
4615         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
4616         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
4617         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
4618         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
4619         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
4620         (minibuffer-history-isearch-pop-state): New functions.
4622 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4624         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
4625         Also, if FILE is a list, return non-nil if any of its elements
4626         should stay local.  Update docstring.
4628 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4630         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
4631         change by reverting a small part.
4633 2007-07-23  Richard Stallman  <rms@gnu.org>
4635         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4637 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4639         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
4640         handling it.  Use vc-git-command.
4641         (vc-git-find-version, vc-git-diff-tree): New functions.
4642         (vc-git-revert): Use vc-git-command.
4643         (vc-git--run-command): Delete.
4645 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4647         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
4649 2007-07-20  Kenichi Handa  <handa@m17n.org>
4651         * international/utf-8.el (utf-8-post-read-conversion):
4652         Temporarily bind utf-8-compose-scripts to nil while running
4653         *-compose-region functions.
4655 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4657         * vc-git.el: Update status.
4658         (vc-directory-exclusion-list): Use eval-after-load.
4660 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
4662         * bindings.el (mode-line-remote): New variable.
4663         (help-echo): Add to default values of mode-line-format.
4665         * files.el: Mark mode-line-remote as risky.
4667 2007-07-22  Juri Linkov  <juri@jurta.org>
4669         * isearch.el (isearch-edit-string): Save old point and
4670         isearch-other-end to old-point and old-other-end before reading
4671         the search string from minibuffer.  After exiting minibuffer set
4672         point to old-other-end if point and the search direction is the
4673         same as before reading the search string.
4674         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4675         to isearch-other-end.  Instead of isearch-search-and-update call
4676         three functions isearch-search, isearch-push-state and isearch-update.
4678 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4680         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
4681         deal with multiple file arguments.
4682         (vc-git-print-log): Deal with multiple file arguments.
4684 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4686         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
4687         diff-refine-hunk.  Adjust users.
4688         (diff-unified-hunk-p, diff-splittable-p): New functions.
4689         (diff-mode-menu): Use it to disable Split when it doesn't work.
4691 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4693         * diff-mode.el (diff-mode-menu): New entries.
4695 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4697         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
4698         if applicable, so as to save undo-log space.
4700         * diff-mode.el (diff-find-file-name): Add arg `batch'.
4702         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4703         (diff-file-kill): Use it.
4704         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4705         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4706         Use it so they find the hunk even when we're in the file header.
4708 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4710         * vc-git.el (vc-git-revision-granularity, vc-git-root)
4711         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
4712         (vc-git-create-repo): New functions.
4713         (vc-git-registered): New autoloaded function definition.
4714         (vc-git-registered): Use vc-git-root.
4715         (vc-git-responsible-p): New defalias.
4716         (vc-git-annotate-extract-revision-at-line): Uncomment.
4717         (vc-git-print-log): Add the file name to the log.
4718         (vc-git-log-view-mode): New derived mode.
4719         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
4721 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4723         * progmodes/grep.el (grep-compute-defaults): Keep default values.
4725 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4727         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4728         file in a way that does not interfere with recentf mode.
4729         (reftex-access-parse-file): Do not risk destroying an existing
4730         buffer.
4732 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
4734         * vc-git.el: New file.
4736 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * textmodes/tex-mode.el (tex-font-script-display): Change default.
4740 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4742         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
4743         for branches and new files.
4745         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
4746         local-map handling ...
4747         (vc-mode-line): ... here.  Improve handling of help-echo.
4749         * vc.el (mode-line-string): Document help-echo usage.
4751 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4753         Sync with Tramp 2.1.10.
4755         * net/tramp.el (tramp-get-ls-command): Fix typo.
4757         * net/trampver.el: Update release number.
4759 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4761         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4763         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4765 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
4767         * add-log.el (change-log-fill-parenthesized-list): New function.
4768         (change-log-indent): Call change-log-fill-parenthesized-list.
4769         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
4770         Have lines with leading asterisk start a paragraph.
4772 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4774         * calc/calc-math.el (math-emacs-precision)
4775         (math-largest-emacs-expt, math-smallest-emacs-expt):
4776         New variables.
4777         (math-use-emacs-fn): New function.
4778         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
4779         appropriate.
4781 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4783         * image-dired.el (image-dired-sane-db-file): New func.
4784         (image-dired-write-tags, image-dired-remove-tag)
4785         (image-dired-list-tags, image-dired-write-comments)
4786         (image-dired-get-comment, image-dired-mark-tagged-files)
4787         (image-dired-create-gallery-lists): Call new func.
4788         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4790 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4792         * vc-hg.el (vc-hg-dir-state): Fix loop.
4793         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4794         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4795         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4796         (vc-hg-revert): Likewise.
4797         (vc-hg-revision-table, vc-hg-revision-completion-table): New
4798         functions.
4800 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4802         * add-log.el (change-log-resolve-conflict): Don't lose data if the
4803         merge fails.
4805 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4807         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4808         Add group and version.
4810 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * add-log.el (add-log-file-name): Use file-relative-name.
4813         (add-change-log-entry): Delay reading
4814         add-log-(full-name|mailing-address) to after we've switched to the
4815         ChangeLog buffer so we get the right value.
4816         (add-change-log-entry, add-log-current-defun, change-log-merge):
4817         Use derived-mode-p rather than checking major-mode directly.
4819         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4820         name for buffer-file-name if it refers to a directory.
4822         * vc-arch.el (vc-arch-diff): Fix last change.
4824         * progmodes/compile.el (compilation-start): Remember the original
4825         directory in a buffer-local compilation-directory.
4826         (compile): Set the global value of compilation-directory.
4827         (recompile): Use compilation-directory even in the compilation buffer.
4829 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4831         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4833 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4835         * ps-print.el: Problem with foreground and background color when
4836         printing a buffer with and without faces.  Reported by Christian
4837         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4838         (ps-print-version): New version 6.7.5.
4839         (ps-default-fg): Change default value to nil, so black color is used
4840         when a face does not specify a foreground color.
4841         (ps-default-bg): Change default value to nil, so white color is used
4842         for background color.
4843         (ps-begin-job): Fix code.
4845 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
4847         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
4848         in $(INSTALL_DIR)/lisp/ if they already exist.
4850 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
4852         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
4853         in $(INSTALL_DIR)/lisp/ if they already exist.
4855 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4857         * progmodes/vera-mode.el (vera-re-search-forward)
4858         (vera-re-search-backward): Remove use of store-match-data.
4859         (vera-mode-map): Move initialization into declaration.
4861         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
4862         (flymake-find-buildfile): Use locate-dominating-file.
4864         * vc.el (vc-delistify): Use mapconcat.
4865         (vc-do-command): Minor simplification.
4866         (vc-expand-dirs): Use push.
4868         * vc-mcvs.el (vc-mcvs-create-repo):
4869         * vc-cvs.el (vc-cvs-create-repo): Remove.
4871         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
4872         directory and the root as well.
4874 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4876         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
4877         instead of a file.
4879         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
4880         (vc-hg-registered): Replace if with when.
4881         (vc-hg-state): Deal with nonexistent files and handle removed files.
4882         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4883         (vc-hg-checkout): Re-enable.
4884         (vc-hg-create-repo): Fix typos.
4885         (vc-hg-print-log): Fix for multiple files.
4886         (vc-hg-workfile-unchanged-p): New function.
4888         * vc.el: Fix typo.
4889         (vc-print-log): Fix call to print-log.
4890         (vc-default-comment-history): Likewise.
4891         (vc-directory-exclusion-list): Add .hg and .bzr.
4892         (vc-diff-internal): Pass a list instead of a file.
4894         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
4896         * vc-bzr.el (vc-bzr-create-repo): New function.
4898 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4900         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4901         `file' from which to start the search.
4903 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
4905         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
4906         having a single file argument to having a list of files as the
4907         first argument.
4909 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4911         * files.el (locate-dominating-file): New function.
4913 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
4915         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
4916         (grep-compute-defaults): Use it.
4918 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4920         * uniquify.el: Docstring fixes.
4922 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
4924         * vc.el (revision-granularity, create-repo): Document new vc
4925         backend properties.
4926         (vc-rollback): Renamed from vc-cancel-version. Update
4927         references. Pass a list instead of a file.
4928         (vc-revert): Renamed from vc-revert-buffer. Update references.
4929         (vc-delistify, vc-expand-dirs): New functions.
4930         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
4931         of files instead of a single file.
4932         (vc-position-context, vc-resync-window, vc-diff-internal)
4933         (vc-print-log): Pass a list instead of a file.
4935         * vc-hooks.el (vc-stay-local-p, vc-backend)
4936         (vc-backend-subdirectory-name): Work on a file list, not a single
4937         file.
4938         (vc-workfile-version): Update docstring.
4939         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
4940         vc-revert instead of vc-revert-buffer.
4941         (vc-prefix-map): Likewise. Bind vc-update.
4943         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
4944         (vc-svn-wash-log): New functions.
4945         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
4946         (vc-svn-command): Deal with a list of files, not a single file.
4948         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
4949         (vc-rcs-wash-log): New functions.
4950         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
4951         Deal with a list of files, not a single file.
4952         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
4954         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
4955         functions.
4956         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
4957         list of files, not a single file.
4959         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
4960         New functions.
4961         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
4962         (vc-mcvs-diff): Deal with a list of files, not a single file.
4964         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
4965         functions.
4966         (vc-hg-print-log): Deal with a list of files, not a single file.
4967         (vc-hg-diff-tree): New function, replace defalias with the same
4968         name.
4969         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
4970         FILES to denote that it is a file list, not a single file.
4972         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
4973         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
4974         a single file.
4975         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
4976         that it is a file list, not a single file.
4977         (vc-cvs-diff): Likewise. Simplify.
4979         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
4980         Deal with a list of files, not a single file.
4982         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
4983         (vc-bzr-print-log): Update FILE parameter name to denote that it
4984         is a file list, not a single file.
4985         (vc-bzr-diff): Likewise. Use the car of files.
4987 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
4989         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4990         (follow-delete-other-windows-and-split, follow-recenter)
4991         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4992         (follow-redisplay, follow-estimate-first-window-start)
4993         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4994         Fix typos in docstrings.
4996 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
4998         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
4999         avoid that filling introduces lines with a single asterisk.
5001         * kmacro.el (kmacro-end-macro): When ignoring empty macro
5002         avoid incorrect kmacro-ring-empty-p messages.
5003         Reported by Michael Schierl <schierlm@gmx.de>.
5005 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5007         * vc.el: Add more info about the vc-registered function.
5009 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5011         * files.el (file-remote-p): Introduce optional parameter
5012         IDENTIFICATION.
5014         * recentf.el (recentf-keep-default-predicate): Adapt call of
5015         `file-remote-p'.
5017         * progmodes/grep.el (grep-probe): Use `process-file'.
5018         (grep-compute-defaults): Handle variables host specific.
5020         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5021         parameter IDENTIFICATION.
5023         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5024         parameter IDENTIFICATION.
5025         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
5026         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5027         Add entry for `set-file-times'.
5028         (tramp-do-copy-or-rename-file-via-buffer)
5029         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5030         (tramp-handle-unhandled-file-name-directory): Rewrite.
5031         (tramp-convert-file-attributes): Add error handling when inode is
5032         extraordinary big.
5033         (tramp-get-inode): Change parameter from FILE to VEC.
5034         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5035         is nil.  This is according to the specification.  Goto (point-max)
5036         when ready.
5037         (tramp-handle-shell-command): Rewrite completely, using
5038         `process-file' and `start-file-process'.
5039         (tramp-methods, tramp-find-shell)
5040         (tramp-open-connection-setup-interactive-shell)
5041         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5042         var.  Reported by Steve Youngs <steve@sxemacs.org>.
5044         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5045         entry for `set-file-times'.  Rename `start-process' into
5046         `start-file-process'.  Remove `call-process' entry.
5047         (tramp-fish-handle-set-file-times): New defun.
5048         (tramp-fish-handle-executable-find): Use `process-file'.
5049         (tramp-fish-handle-process-file): New defun.  Replaces
5050         `tramp-fish-handle-call-process'.
5051         (tramp-fish-do-copy-or-rename-file-directly): Use
5052         `set-file-times'.
5053         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5055         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5056         `tramp-get-inode' parameter.
5058 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5060         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5061         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
5062         nowadays, and by the time Emacs-23 comes out, nobody will even remember
5063         it has ever existed.
5065 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5067         * vc.el: Undo previous change.
5069 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
5071         * makefile.w32-in (clean): Don't delete *~.
5073 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5075         * textmodes/tex-mode.el (tex-verbatim-environments):
5076         Add safe-local-variable property.
5077         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
5078         when starting font-lock rather than when loading tex-mode.el.
5080         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
5081         whole $( rather than just the $.  Rename from sh-quoted-subshell.
5082         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
5084 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5086         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
5087         bookmark-alist.  Instead, if not sorting, simply return it.
5088         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
5089         for its return value, not for its side effect.
5091         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
5092         case of alignment under a constant symbol, find and consider
5093         the sexp actually at indentation to be the "last sexp".
5095 2007-07-16  Drew Adams  <drew.adams@oracle.com>
5097         * mouse.el (mouse-yank-secondary): Better error message if no
5098         secondary selection.
5100 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
5102         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
5104         * term/xterm.el (xterm-turn-on-modify-other-keys)
5105         (xterm-turn-off-modify-other-keys): New functions.
5106         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
5107         terminal supports it.
5109 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5111         * bookmark.el (bookmark-show-all-annotations):
5112         Make sure each inserted annotation ends with newline.
5114 2007-07-15  Richard Stallman  <rms@gnu.org>
5116         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
5118         * tutorial.el (tutorial--find-changed-keys):
5119         Handle C-x specially like ESC.
5121 2007-07-15  Aaron Hawley  <aaronh@garden.org>
5123         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
5125 2007-07-15  Juri Linkov  <juri@jurta.org>
5127         * delsel.el (delete-selection-pre-hook):
5128         * emulation/cua-base.el (cua-paste): Before a yank command,
5129         check also whether last-command is one of mouse-save-then-kill,
5130         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
5132 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
5134         * recentf.el (recentf-keep-default-predicate): New defun.
5135         (recentf-keep): Use it as initial value.
5137 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
5139         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
5140         thus restoring bookmark bindings to three slots under C-x r.  See
5141         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
5143 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5145         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
5147 2007-07-15  Jason Rumney  <jasonr@gnu.org>
5149         * w32-fns.el (set-default-process-coding-system): Use dos line ends
5150         for input to cmdproxy on all versions of Windows.
5151         Use dos line ends for input to plink.
5153         * comint.el (comint-simple-send): Concat newline before sending.
5154         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
5156 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5158         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
5159         safe-local-variable setting.
5161 2007-07-14  David Kastrup  <dak@gnu.org>
5163         * emacs-lisp/advice.el (defadvice): Doc fix.
5165 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
5167         * subr.el (when, unless): Doc fix.
5169 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
5171         * replace.el (match): Use yellow1 instead of yellow.
5173         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
5174         red.
5176         * pcvs-info.el (cvs-unknown): Likewise.
5178 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5180         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
5181         (install): Use them to copy all *.el files before *.elc.
5183 2007-07-13  Drew Adams  <drew.adams@oracle.com>
5185         * bookmark.el (bookmark-jump-other-window): New function.
5186         (bookmark-map): Bind it to "o".
5188         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
5189         and its thread contains discussion about this change.
5190         The original patch was slightly tweaked by Karl Fogel
5191         <kfogel@red-bean.com> before committing.
5193 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5195         * bookmark.el: Shorten some comments to fit within 80 lines.
5197 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5199         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
5200         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
5201         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
5202         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
5204 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
5206         * textmodes/org.el: Bug fixes.
5207         (org-end-of-line): Move to end of line if in headline without tags.
5209 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5211         * vc-hooks.el: Remove spurious * in docstrings.
5212         (vc-handled-backends): Add BZR.
5214         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
5216 2007-07-12  Davis Herring  <herring@lanl.gov>
5218         * desktop.el (desktop-buffer-info, desktop-save):
5219         Use `desktop-dirname' instead of `dirname'.
5221 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5223         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
5225         * progmodes/python.el (python-which-func-length-limit): New var.
5226         (python-which-func): New function.
5227         (python-current-defun): Add optional `length-limit' and try to fit
5228         computed function name to that length.
5229         (python-mode): Hook `python-which-func' up.
5231 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5233         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
5235         * comint.el (comint-dynamic-complete-as-filename):
5236         Use read-file-name-completion-ignore-case.
5238 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5240         * comint.el (comint-dynamic-list-filename-completions):
5241         Use read-file-name-completion-ignore-case.
5243         * vc-cvs.el: Require CL.
5244         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
5245         New functions to provide completion of revision names.
5247         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
5248         (vc-cvs-annotate-first-line-re): New const.
5249         (vc-cvs-annotate-process-filter): New fun.
5250         (vc-cvs-annotate-command): Use them and run the command asynchronously.
5252 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5254         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
5255         (eldoc-print-current-symbol-info): Adjust for changed helper
5256         function signatures.
5257         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
5258         `eldoc-highlight-function-argument'.
5259         (eldoc-highlight-function-argument): New function.
5260         (eldoc-get-var-docstring): Format documentation with
5261         `font-lock-variable-name-face'.
5262         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
5263         where suited.
5264         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
5265         (eldoc-beginning-of-sexp): Return number of skipped sexps.
5267 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
5269         * progmodes/compile.el (compilation-start): `start-process' must
5270         still be redefined when calling `start-process-shell-command'.
5272         * progmodes/gud.el (gud-file-name): When `default-directory' is a
5273         remote file name, prepend its remote part to the filename.
5274         (gud-common-init): When `default-directory' is a remote file name,
5275         make the filename relative to it.
5276         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
5278 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5280         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
5281         mouse binding and a tooltip.
5283 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * menu-bar.el (vc-menu-map): New defalias.
5287 2007-07-10  Richard Stallman  <rms@gnu.org>
5289         * emacs-lisp/lisp-mode.el (eval-defun):
5290         Explain special handling of `defface'.
5292 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
5294         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
5296         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
5298 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5300         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
5302         * vc-arch.el (vc-arch-complete): Remove.
5303         (vc-arch-revision-completion-table): Use complete-with-action.
5305         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
5306         (complete-with-action): New function.
5307         (dynamic-completion-table): Use it.
5309 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
5311         * comint.el (make-comint, make-comint-in-buffer)
5312         (comint-exec-1): Replace `start-process' by `start-file-process'.
5314         * progmodes/compile.el (compilation-start): Revert redefining
5315         `start-process'.
5317 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
5320         with EOLs when generating MD5 checksums.
5322         * follow.el: Don't change the global map from the follow-mode-map
5323         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
5324         XEmacs code.
5325         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
5326         since `follow-mode' should be used instead for that.
5328         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
5329         (easy-menu-do-define): Use it.
5330         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
5332         * progmodes/compile.el (compilation-auto-jump-to-first-error)
5333         (compilation-auto-jump-to-next): New vars.
5334         (compilation-auto-jump): New function.
5335         (compilation-error-properties): Use them to jump to first error.
5336         (compilation-start): Set the var if requested.
5338         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
5339         duplicates without also removing entries from other directories.
5341 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5343         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
5344         Remember span as default.
5345         (org-columns-edit-value): Rename from `org-column-edit'.
5346         (org-columns-display-here-title): Rename from
5347         `org-overlay-columns-title'.
5348         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
5349         (org-columns-get-autowidth-alist): Rename from
5350         `org-get-columns-autowidth-alist'.
5351         (org-columns-display-here): Rename from `org-overlay-columns'.
5352         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
5353         (org-columns-quit): Rename from `org-column-quit'.
5354         (org-columns-show-value): Rename from `org-column-show-value'.
5355         (org-columns-content, org-columns-widen)
5356         (org-columns-next-allowed-value)
5357         (org-columns-edit-allowed, org-columns-store-format)
5358         (org-columns-uncompile-format, org-columns-redo)
5359         (org-columns-edit-attributes, org-delete-property)
5360         (org-set-property, org-columns-update)
5361         (org-columns-compute, org-columns-eval)
5362         (org-columns-not-in-agenda, org-columns-compute-all)
5363         (org-property-next-allowed-value)
5364         (org-columns-compile-format)
5365         (org-fill-paragraph-experimental)
5366         (org-string-to-number, org-property-action)
5367         (org-columns-move-left, org-columns-new)
5368         (org-column-number-to-string)
5369         (org-property-previous-allowed-value)
5370         (org-at-property-p, org-columns-delete)
5371         (org-columns-previous-allowed-value)
5372         (org-columns-move-right, org-columns-narrow)
5373         (org-property-get-allowed-values)
5374         (org-verify-version, org-column-string-to-number)
5375         (org-delete-property-globally): New functions.
5376         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
5377         (org-columns-overlays): Rename from `org-column-overlays'.
5378         (org-columns-map): Rename from `org-column-map'.
5379         (org-columns-current-maxwidths): Rename from
5380         `org-current-columns-maxwidths'.
5381         (org-columns-begin-marker, org-columns-current-fmt-compiled)
5382         (org-previous-header-line-format)
5383         (org-columns-inhibit-recalculation)
5384         (org-columns-top-level-marker): New variables.
5385         (org-columns-default-format): Rename from `org-default-columns-format'.
5386         (org-property-re): New constant.
5388 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
5390         * subr.el (looking-at-p, string-match-p): New functions.
5392 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
5394         * textmodes/tex-mode.el (tex-fontify-script)
5395         (tex-font-script-display): New variables to make display of
5396         superscripts and subscripts customizable.
5397         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
5399 2007-07-09  Richard Stallman  <rms@gnu.org>
5401         * isearch.el (isearch-edit-string): Call to isearch-push-state
5402         after the search.
5404 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5406         * window.el (fit-window-to-buffer): Remove setting of window-min-height
5407         to 1 as enlarge-window uses the value to resize/shrink windows other
5408         than WINDOW if needed.
5410 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5412         * cus-start.el (file-coding-system-alist): Fix custom type.
5414 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
5416         * longlines.el (longlines-wrap-region): Avoid marking buffer as
5417         modified.
5418         (longlines-auto-wrap, longlines-window-change-function):
5419         Remove unnecessary calls to set-buffer-modified-p.
5421 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5423         * cus-start.el (file-coding-system-alist): Fix custom type.
5425 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5427         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
5428         (vc-cvs-checkout): Remove last arg now unused; simplify.
5430 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5432         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
5434         * net/tramp.el:
5435         * net/tramp-ftp.el:
5436         * net/tramp-smb.el:
5437         * net/tramp-uu.el:
5438         * net/trampver.el: Migrate to Tramp 2.1.
5440         * net/tramp-cache.el:
5441         * net/tramp-fish.el:
5442         * net/tramp-gw.el: New Tramp packages.
5444         * net/tramp-util.el:
5445         * net/tramp-vc.el: Removed.
5447         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
5448         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
5450         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
5452         * progmodes/compile.el (compilation-start): Redefine
5453         `start-process' temporarily when `default-directory' is remote.
5454         Remove case of synchronous compilation, this won't happen ever.
5455         (compilation-setup): Make local variable `comint-file-name-prefix'
5456         for remote compilation.
5458 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
5460         * novice.el (disabled-command-function): Fit window to buffer to
5461         make last line visible.
5462         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5464         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
5465         when handling the terminating event.
5467 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5469         * calc/calc.el (math-read-number-simple): Remove leading 0s.
5470         (math-bignum-digit-length): Change to optimal value.
5472         * calc/calc-bin.el (math-bignum-logb-digit-size)
5473         (math-bignum-digit-power-of-two): Evaluate when compiled.
5475         * calc/calc-comb.el (math-small-factorial-table)
5476         (math-init-random-base, math-prime-test): Remove unnecessary calls
5477         to `math-read-number-simple'.
5479         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5480         (math-approx-gamma-const): Add docstrings.
5482         * calc/calc-forms.el (math-julian-date-beginning)
5483         (math-julian-date-beginning-int): New constants.
5484         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
5485         Use the new constants.
5487         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
5489         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5490         Add docstrings.
5492 2007-07-07  Tom Tromey  <tromey@redhat.com>
5494         * vc.el (vc-annotate): Jump to line and output message only after the
5495         process is really all done.
5497 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5499         * vc.el (vc-exec-after): Don't move point from the sentinel.
5500         Forcefully read all the remaining text in the pipe upon process exit.
5501         (vc-annotate-display-autoscale, vc-annotate-lines):
5502         Don't stop at the first unrecognized line.
5503         (vc-annotate-display-select): Run autoscale after the process is done
5504         since it depends on the whole result.
5506 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
5508         * term/w32-win.el (menu-bar-open): New function.
5509         Bind <f10> to it.
5511 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
5513         * simple.el (start-file-process): New defun.
5515 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5517         * files.el (find-file-confirm-nonexistent-file): Rename from
5518         find-file-confirm-inexistent-file.  Update users.
5520         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
5521         format of autoload block where the file's time-stamp is replaced by its
5522         MD5 checksum.
5523         (autoload-generate-file-autoloads): Use MD5 checksum instead of
5524         time-stamp for secondary autoloads files.
5525         (update-directory-autoloads): Remove duplicate entries.
5526         Use time-less-p for time-stamps, as done in autoload-find-destination.
5528 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5530         * calc/calc.el (math-read-number): Replace number by variable.
5531         (math-read-number-simple): Properly parse small integers.
5533 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5535         * vc.el: Fix doc for the checkout function.
5537 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
5539         * vc-hg.el (vc-hg-root): New function.
5540         (vc-hg-registered): Use it.
5541         (vc-hg-diff-tree): New defalias.
5542         (vc-hg-responsible-p): Likewise.
5543         (vc-hg-checkout): Comment out, not needed.
5544         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
5545         (vc-hg-find-version, vc-hg-next-version): New functions.
5547 2007-07-06  Andreas Schwab  <schwab@suse.de>
5549         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
5550         dynamic bindings around the evaluation of the expression.
5551         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
5553 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
5556         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
5557         Use run-hooks rather than run-mode-hooks.
5559 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
5561         * calc/calc-comb.el (math-random-digit): Rename to
5562         `math-random-three-digit-number'.
5563         (math-random-digits): Don't depend on representation of integer.
5565         * calc/calc-bin.el (math-bignum-logb-digit-size)
5566         (math-bignum-digit-power-of-two): New constants.
5567         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
5568         (math-not-bignum, math-clip-bignum): Use the constants
5569         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
5570         instead of their values.
5571         (math-clip): Use math-small-integer-size instead of its value.
5573         * calc/calc.el (math-add-bignum): Replace number by constant.
5575 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5577         * wid-edit.el (widget-documentation-string-value-create):
5578         Insert indentation spaces.
5580 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5582         * emacs-lisp/byte-opt.el: Revert last change.
5584 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5586         * vc-hooks.el (vc-handled-backends): Add HG.
5588         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
5590 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5592         * complete.el (PC-do-complete-and-exit): Add support for the new
5593         `confirm-only' confirmation mode.
5595 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5597         * cus-edit.el (custom-commands): New variable.
5598         (custom-tool-bar-map): New variable.  Initialize using
5599         `custom-commands'.
5600         (custom-mode): Use `custom-tool-bar-map'.
5601         (custom-buffer-create-internal): Insert action buttons only if
5602         tool bar is not used.  Use `custom-commands'.
5603         (Custom-help, custom-command-apply): New function.
5604         (custom-command-apply, Custom-set, Custom-save)
5605         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
5606         Use `custom-command-apply' instead of duplicating code.
5607         (customize-group-other-window): Call `customize-group' instead of
5608         duplicating code.
5609         (customize-face-other-window): Call `customize-face' instead of
5610         duplicating code.
5611         (customize-group, customize-face): Add optional args for opening
5612         in another window.
5613         (custom-variable-tag): Don't inherit `variable-pitch' face.
5614         (custom-group-tag): Inherit `variable-pitch' face.
5615         (custom-variable-value-create): Set documentation indentation.
5616         (custom-group-value-create): Make group name a link, instead of
5617         using an extra "go to group" button.
5618         (custom-prompt-variable, custom-group-set, custom-group-save)
5619         (custom-group-reset-current, custom-group-reset-saved)
5620         (custom-group-reset-standard): Minor cleanup.
5622 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5624         * Makefile.in (bootstrap-prepare): When copying from
5625         ldefs-boot.el, make sure loaddefs.el is writeable.
5627         (bootstrap-prepare): Make $(lisp)/ps-print.el
5628         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
5630 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5632         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
5633         only caller, and delete.
5634         (vc-hg-state): Deal with exceptions and only parse the output on
5635         successful return.
5636         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
5637         caller, and delete.
5638         (vc-hg-workfile-version): Deal with exceptions and only parse the
5639         output on successful return.
5640         (vc-hg-revert): New function.
5642 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
5644         * calculator.el (calculator-expt): Use more cases to determine
5645         the value.
5647 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
5649         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
5650         file names.
5652 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
5654         * calculator.el (calculator-expt, calculator-integer-p):
5655         New functions.
5656         (calculator-fact): Check to see if the factorial will be too
5657         large before computing it.
5658         (calculator-initial-operators): Use `calculator-expt' to
5659         compute "^".
5660         (calculator-mode): Mention that results which are too large
5661         will return inf.
5662         * calc/calc-comb.el (math-small-factorial-table): Replace list
5663         by vector.
5665 2007-07-03  David Kastrup  <dak@gnu.org>
5667         * shell.el: On request of the authors, remove their addresses for
5668         the sake of bug reports, and add the developer list address as
5669         maintainer information.
5671 2007-07-03  Richard Stallman  <rms@gnu.org>
5673         * files.el (make-directory): Doc fix.
5674         (find-file-confirm-inexistent-file): Make it a defcustom.
5675         Make nil the default.
5677 2007-07-02  Richard Stallman  <rms@gnu.org>
5679         * startup.el (command-line): Set buffer-offer-save in *scratch*
5680         and enable auto-save in it.
5682 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5684         * textmodes/org.el (orgstruct-mode-map): New variable.
5685         (orgstruct-mode): New minor mode.
5686         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
5687         (orgstruct-make-binding, org-context-p, org-get-local-variables)
5688         (org-run-like-in-org-mode): New functions.
5689         (org-cycle-list-bullet): New command.
5690         (org-special-properties, org-property-start-re)
5691         (org-property-end-re): New constants.
5692         (org-with-point-at): New macro.
5693         (org-get-property-block, org-entry-properties, org-entry-get)
5694         (org-entry-delete, org-entry-get-with-inheritance)
5695         (org-entry-put, org-buffer-property-keys): New functions.
5696         (org-insert-property-drawer): New command.
5697         (org-entry-property-inherited-from): New variable.
5698         (org-column): New face.
5699         (org-column-overlays, org-current-columns-fmt)
5700         (org-current-columns-maxwidths, org-column-map): New variables.
5701         (org-column-menu): New menu.
5702         (org-new-column-overlay, org-overlay-columns)
5703         (org-overlay-columns-title, org-remove-column-overlays)
5704         (org-column-show-value, org-column-quit, org-column-edit): New
5705         functions.
5706         (org-columns, org-agenda-columns): New commands.
5707         (org-get-columns-autowidth-alist): New functions.
5708         (org-properties): New customize group.
5709         (org-default-columns-format): New option.
5710         (org-priority): Realign tags after changing priority.
5711         (org-preserve-lc): New macro.
5712         (org-update-checkbox-count): Catch case when there is no headline.
5713         (org-agenda-quit): Remove any column overlays.
5714         (org-beginning-of-item-list): Fixed bug when non-item line is
5715         indented too deep.
5716         (org-cached-props): New variable.
5717         (org-cached-entry-get): New function.
5718         (org-make-tags-matcher): Handle property matches.
5719         (org-table-recalculate): Swap evaluation order: Field formula
5720         first, then column formulas, but don't allow them to overwrite the
5721         field formulas.
5722         (org-table-eval-formula): New argument untouchable.
5723         (org-table-put-field-property): New function.
5725 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
5727         * help-mode.el (help-make-xrefs): Skip spaces too when
5728         skipping tabs.
5730         * ffap.el (dired-at-point-prompter): Improve prompt in
5731         list-directory case.
5733 2007-07-01  Richard Stallman  <rms@gnu.org>
5735         * files.el (find-file-visit-truename): Fix safe-local-variable value.
5737 2007-07-01  Richard Stallman  <rms@gnu.org>
5739         * cus-start.el (max-mini-window-height): Added.
5741 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5743         * complete.el (partial-completion-mode): Remove advice of
5744         read-file-name-internal.
5745         (PC-do-completion): Rebind minibuffer-completion-table.
5746         (PC-read-file-name-internal): New function doing what
5747         read-file-name-internal advice did.
5749 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
5751         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
5752         property on a few symbols.
5753         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
5754         (byte-optimize-lapcode): Remove bindings that are not referenced
5755         and certainly will not effect through dynamic scoping.
5757 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5759         * files.el (find-file-confirm-inexistent-file): New var.
5760         (find-file, find-file-other-window, find-file-other-frame)
5761         (find-file-read-only, find-file-read-only-other-window)
5762         (find-file-read-only-other-frame): Use it.
5764 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5766         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
5768 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
5770         * generic-x.el (generic-define-mswindows-modes)
5771         (generic-define-unix-modes, apache-log-generic-mode)
5772         (bat-generic-mode-keymap, java-manifest-generic-mode)
5773         (show-tabs-generic-mode): Fix typos in docstrings.
5775 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
5777         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
5778         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
5779         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
5780         (rcirc-print): Never ignore messages from ourself.
5782 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5784         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
5785         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
5787 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5789         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
5790         replace-regexp-in-string.
5792 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5794         * emacs-lisp/cl.el: Set edebug and indentation before loading
5795         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
5797 2007-06-28  Andreas Schwab  <schwab@suse.de>
5799         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
5800         $(lisp)/subdirs.el.
5802 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
5804         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
5805         the speedbar frame if nil; that deletes the current frame or
5806         causes an error if it is the only frame.
5807         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
5809 2007-06-28  Kevin Ryde  <user42@zip.com.au>
5811         * textmodes/nroff-mode.el: Groff \# comments.
5812         (nroff-mode-syntax-table): \# comment intro,
5813         plain # as punct per global table.
5814         (nroff-font-lock-keywords): Add # as a single char escape.
5815         (nroff-mode): In comment-start-skip, match \#.
5817 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5819         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
5820         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
5821         point-min == 1.
5823 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
5825         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
5826         Rename and move to...
5828         * subr.el (strings->string, string->strings): ...here.
5830         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
5831         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
5833         * progmodes/gud.el (gud-common-init): Call string->strings instead
5834         of split-string.
5836 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
5838         * dired-aux.el: Remove `dired-call-process'.
5839         (dired-check-process): Call `process-file'.
5841         * wdired.el (wdired-do-perm-changes): Call `process-file'.
5843         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
5844         `ange-ftp-process-file'.
5846 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5848         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
5850         * emacs-lisp/cl-extra.el:
5851         * emacs-lisp/cl-seq.el:
5852         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
5853         Add autoload cookies on all defs autoloaded manually in cl.el.
5855         * emacs-lisp/cl-loaddefs.el: New file.
5857         * textmodes/texinfmt.el (texinfo-raisesections-alist)
5858         (texinfo-lowersections-alist): Merge definition and declaration.
5859         (texinfo-start-of-header, texinfo-end-of-header): Remove.
5860         (texinfo-format-syntax-table): Merge init into declaration.
5861         (texinfo-format-parse-line-args, texinfo-format-parse-args)
5862         (texinfo-format-parse-defun-args, texinfo-format-node)
5863         (texinfo-push-stack, texinfo-multitable-widths)
5864         (texinfo-define-info-enclosure, texinfo-alias)
5865         (texinfo-format-defindex, batch-texinfo-format): Use push.
5866         (texinfo-footnote-number): Remove duplicate declaration.
5868         * ps-print.el: Update with auto-generated autoloads.
5870         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
5872 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5874         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
5875         relative to current dir for file-local settings.
5876         (autoload-generate-file-autoloads): Add `outfile' arg.
5877         (update-directory-autoloads): Use it to directly call
5878         autoload-generate-file-autoloads instead of going through
5879         update-file-autoloads so we avoid redundant searches and so we can know
5880         the set of buffers changed so we can save them all.
5882         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
5883         rather than throwing `up-to-date'.
5884         (autoload-generate-file-autoloads): Adjust correspondingly.
5885         (update-file-autoloads): Be careful to let-bind
5886         autoload-modified-buffers and adjust to new calling conventions.
5887         (autoload-modified-buffers): Make it a dynamically scoped var.
5888         (update-directory-autoloads): Use file-relative-name instead of
5889         autoload-trim-file-name.
5890         (autoload-insert-section-header): Don't use autoload-trim-file-name
5891         since the file is already relative now.
5892         (autoload-trim-file-name): Remove.
5894         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
5895         (vc-arch-complete, vc-arch--version-completion-table)
5896         (vc-arch-revision-completion-table): New functions to provide
5897         completion of revision names.
5898         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
5899         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
5900         to let the user trim the revlib.
5902         * vc.el: Add new VC operation `revision-completion-table'.
5903         (vc-default-revision-completion-table): New function.
5904         (vc-version-diff, vc-version-other-window): Use it to provide
5905         completion of revision names if the backend provides it.
5907         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
5909         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
5910         of newer .svn/entries.
5912 2007-06-25  David Kastrup  <dak@gnu.org>
5914         * calc/calc-poly.el (math-padded-polynomial)
5915         (math-partial-fractions): Add some function comments.
5917 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5919         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5920         Make `outbuf' optional.
5921         (update-file-autoloads): Use it.
5923 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
5926         (autoload-find-destination): Keep it uptodate.
5927         (autoload-save-buffers): New fun.
5928         (update-file-autoloads): Use it.  Re-add the "up to date" message.
5930         * emacs-lisp/autoload.el: Refactor for upcoming changes.
5931         (autoload-find-destination): New function extracted from
5932         update-file-autoloads.
5933         (update-file-autoloads): Use it.
5934         (autoload-generate-file-autoloads): New function extracted from
5935         generate-file-autoloads.  Use file-relative-name.  Delay computation of
5936         output-start to the first cookie.  Remove done-any, replaced by
5937         output-start.
5938         (generate-file-autoloads): Use it.
5940 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5942         * calc/calc-comb.el (math-init-random-base, math-prime-test):
5943         Use math-read-number-simple to insert constants.
5944         (math-prime-test): Redo calculation of sum.
5946         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
5948         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
5949         math-scale-bignum-3.
5950         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
5951         math-bignum-digit-size.
5952         (math-isqrt-small): Add another possible initial guess.
5954 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5956         * textmodes/bibtex.el (bibtex-entry-format): New options
5957         `whitespace', `braces', and `string'.
5958         (bibtex-field-braces-alist, bibtex-field-strings-alist)
5959         (bibtex-field-braces-opt, bibtex-field-strings-opt)
5960         (bibtex-cite-matcher-alist): New variables.
5961         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
5962         (bibtex-flash-head): Use blink-matching-delay.
5963         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
5964         (bibtex-format-entry, bibtex-reformat): Handle new options of
5965         bibtex-entry-format.
5966         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
5967         New functions.
5968         (bibtex-complete-internal): Do not display messages while
5969         minibuffer is used.  Do not leave around a completions buffer
5970         that is out of date.
5971         (bibtex-copy-summary-as-kill): New optional arg.
5972         (bibtex-font-lock-url): New optional arg no-button.
5973         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
5974         (bibtex-url): Allow multiple URLs per entry.
5976 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5978         * emacs-lisp/autoload.el (autoload-generated-file): New function.
5979         (update-file-autoloads, update-directory-autoloads): Use it.
5980         (autoload-file-load-name): New function.
5981         (generate-file-autoloads, update-file-autoloads): Use it.
5982         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
5983         (generate-file-autoloads): If the autoloaded form is malformed,
5984         indicate the problem with a warning instead of aborting.
5986 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
5988         * simple.el (next-error-recenter): Accept `(4)' as well;
5989         also, specify `integer' instead of `number'.
5991 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
5993         * ls-lisp.el (insert-directory): If an invalid regexp error is
5994         thrown, try using FILE as a literal file name, not a wildcard.
5996 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
5998         * ruler-mode.el (ruler-mode): Prevent clobbering the original
5999         `header-line-format' when reentering ruler mode.
6001 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
6003         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6004         FILE exists as a file.
6006 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6008         * calc/calc.el (math-bignum-digit-length)
6009         (math-bignum-digit-size, math-small-integer-size):
6010         New constants.
6011         (math-normalize, math-bignum-big, math-make-float)
6012         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6013         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6014         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6015         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6016         (math-quotient, math-div-bignum, math-div-bignum-digit)
6017         (math-div-bignum-part, math-format-bignum-decimal)
6018         (math-read-bignum): Use math-bignum-digit-length,
6019         math-bignum-digit-size and math-small-integer-size.
6021         * calc/calc-ext.el (math-fixnum-big): Use the variable
6022         math-bignum-digit-size.
6024 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6026         * log-view.el (log-view-mode-menu): New menu.
6028 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6030         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6031         differently.
6033         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6034         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6036 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6038         * vc-hg.el (vc-hg-print-log): Insert the file name.
6039         (vc-hg-log-view-mode): Fontify the file name.
6041 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6043         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6044         (calcFunc-julian): Fix incorrect number used in calculations.
6046 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
6048         * simple.el (next-error-recenter): New defcustom.
6049         (next-error, next-error-internal): Recenter if specified,
6050         immediately prior to running `next-error-hook'.
6052         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6053         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6055         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6057 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6059         * calc/calc-comb.el (math-small-factorial-table): New variable.
6060         (calcFunc-fact): Use `math-small-factorial-table'.
6062         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6063         initial values.
6064         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6065         New variables to use in caches.
6067         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
6068         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
6070         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
6071         (math-bernoulli-b-cache): Use math-read-number-simple to insert
6072         bignums.
6074         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6075         New variables to use in caches.
6077 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6079         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
6081         * vc-hg.el (vc-hg-log-view-mode): New mode.
6083 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
6085         * calc/calc.el (math-read-number-simple): New function.
6087 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6089         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
6090         (vera-font-lock-match-item): Fix doc string.
6091         (vera-in-comment-p): Remove unused function.
6092         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
6093         use `syntax-ppss'.
6094         (vera-forward-syntactic-ws): Fix argument order.
6095         (vera-prepare-search): Use `with-syntax-table'.
6096         (vera-indent-line): Fix doc string.
6097         (vera-electric-tab): Fix doc string.
6098         (vera-expand-abbrev): Define alias instead of using `fset'.
6099         (vera-comment-uncomment-region): Use `comment-start-skip'.
6101 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
6103         * textmodes/org.el (org-export-with-footnotes): New option.
6104         (org-export-as-html): Fix replacement bug for XEmacs.
6105         (org-agenda-default-appointment-duration): New option.
6107 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6109         * vc-hg.el: Add to do items.
6110         (vc-hg-diff): Add support for comparing different revisions.
6111         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
6112         (vc-hg-annotate-extract-revision-at-line)
6113         (vc-hg-previous-version, vc-hg-checkin): New functions.
6114         (vc-hg-annotate-re): New constant.
6116 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6118         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
6120 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6122         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
6123         buffer-local value of log-view-*-re if applicable.
6125         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
6126         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
6127         (vc-bzr-command*): Remove both (incompatible) versions.
6128         (vc-bzr-do-command*): Remove.
6129         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
6130         Remove by folding into its only caller vc-bzr-command.
6131         (vc-bzr-command): Always set the environment, even when ineffective.
6132         (vc-bzr-version): Minor fix up.
6133         (vc-bzr-admin-dirname): New var.
6134         (vc-bzr-bzr-dir): Remove.
6135         (vc-bzr-root-dir): New fun.
6136         (vc-bzr-registered): Use it.  Add an autoloaded version.
6137         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
6138         (vc-bzr-view-log-function): Remove.
6139         (vc-bzr-log-view-mode): New major mode to replace it.
6140         (vc-bzr-print-log): Only activate the old hack if needed.
6142         * vc.el (vc-default-log-view-mode): New function.
6143         (vc-print-log): Add new `log-view-mode' VC operation.
6145 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
6147         * ido.el (ido-find-file-in-dir): Don't signal an error for
6148         empty directories.
6150         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
6152         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
6153         directory where the desktop file was found, as the docstring says.
6154         (desktop-kill): Use `read-directory-name'.
6156 2007-06-20  Alan Mackenzie  <acm@muc.de>
6158         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
6159         When removing lines, also remove the \n.  Correction of patch of
6160         2007-04-21.
6162 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
6164         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
6165         event is not a cons cell.  Do not unread drag-mouse-1 events.
6166         Select right window in check whether space was stolen from
6167         window above.
6169         * help-mode.el (help-make-xrefs): Adjust position of new forward
6170         button.
6172 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
6174         * vc-bzr.el (vc-bzr-with-process-environment)
6175         (vc-bzr-std-process-invocation): New macros.
6176         (vc-bzr-command, vc-bzr-command*): Use them.
6177         (vc-bzr-with-c-locale): Remove.
6178         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6179         (vc-bzr-buffer-nonblank-p): New function.
6180         (vc-bzr-state-words): New const.
6181         (vc-bzr-state): Look for `bzr status` keywords in output.
6182         Display everything else as a warning message to the user.
6183         Fix status report with bzr >= 0.15.
6185 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6187         * vc-hg.el (vc-hg-global-switches): Simplify.
6188         (vc-hg-state): Handle more states.
6189         (vc-hg-diff): Fix doc-string.
6190         (vc-hg-register): New function.
6191         (vc-hg-checkout): Likewise.
6193 2007-06-20  Reto Zimmermann  <reto@gnu.org>
6195         * progmodes/vera-mode.el: New file.
6197 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6199         * calc/calc.el (calc-multiplication-has-precendence):
6200         New variable.
6201         (math-standard-ops, math-standard-ops-p, math-expr-ops):
6202         New functions.
6203         (math-expr-opers): Define using math-standard-ops rather than
6204         math-standard-opers.
6205         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
6206         equal the function math-standard-ops rather than the variable
6207         math-standard-opers.
6208         (calc-algebraic-entry): Let math-expr-opers equal
6209         math-standard-ops or math-expr-ops, as appropriate.
6210         (math-expr-read-level, math-read-factor): Let math-expr-opers
6211         equal math-expr-ops.
6212         * calc/calc-embed.el (calc-embedded-finish-edit):
6213         Let math-expr-opers equal the function math-standard-ops
6214         rather than the variable math-standard-opers.
6215         * calc/calc-ext.el (math-read-plain-expr)
6216         (math-format-flat-expr-fancy): Let math-expr-opers equal the
6217         function math-standard-ops rather than the variable
6218         math-standard-opers.
6219         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
6220         Let math-expr-opers equal the function math-standard-ops rather
6221         than the variable math-standard-opers.
6222         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
6223         equal the function math-standard-ops rather than the variable
6224         math-standard-opers.
6225         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
6226         equal the function math-standard-ops rather than the variable
6227         math-standard-opers.
6228         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
6229         math-expr-ops.
6231 2007-06-19  Ivan Kanis  <apple@kanis.eu>
6233         * vc-hg.el: New file.
6235 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6237         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
6238         with font-lock-multiline.
6240 2007-06-17  Glenn Morris  <rgm@gnu.org>
6242         * lpr.el (lpr-page-header-switches): Move %s to separate element
6243         for correct quoting.  Doc fix.
6245 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6247         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
6248         than setting sgml-xml-mode.
6249         (sgml-mode, html-mode): Set sgml-xml-mode.
6250         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
6251         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
6252         (sgml-electric-tag-pair-before-change-function)
6253         (sgml-electric-tag-pair-flush-overlays): New functions.
6254         (sgml-electric-tag-pair-mode): New minor mode.
6255         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
6256         (sgml-calculate-indent): Use assoc-string.
6258 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
6260         * thingatpt.el (thing-at-point-email-regexp): Don't require two
6261         chars before the "@" in an email address.  Andreas Roehler noticed
6262         this problem.
6264 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
6266         * thingatpt.el: Add support for email addresses (`email').
6267         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
6268         (thing-at-point-email-regexp): New variable.
6269         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
6270         properties on this symbol, with lambda forms for values.
6272 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6274         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
6276         * vc.el (vc-dired-hook): Check the backend returned from
6277         `vc-responsible-backend' can really handle `subdir'.
6279 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
6281         * wid-edit.el (widget-add-documentation-string-button):
6282         Fix handling of documentation indent.
6284 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
6286         * mb-depth.el: New file.
6288 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6290         * vc.el (vc-dired-mode): Show backend name as part of mode name.
6292 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
6294         * wid-edit.el (widget-default-create): Move ?h handling here...
6295         (widget-default-format-handler): ...from here.
6296         (widget-docstring, widget-add-documentation-string-button): New funs.
6297         (documentation-string): Add :visibility-widget property.
6298         (widget-documentation-string-value-create): Use it.
6300         * cus-edit.el (custom-split-regexp-maybe): Simplify.
6301         (custom-buffer-create-internal): Simplify message.
6302         (custom-variable-tag): Reduce height to normal.
6303         (custom-variable-value-create, custom-face-value-create)
6304         (custom-visibility): New widget.
6305         (custom-visibility): New face.
6306         (custom-group-value-create):
6307         Call widget-add-documentation-string-button, using `custom-visibility'.
6309 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * emacs-lisp/bytecomp.el (byte-compile-current-group)
6312         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
6313         change.  Apparently the "warning even if the group is implicit" is
6314         a feature rather than a bug.
6316 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
6318         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
6319         Different advices for Emacs and XEmacs.  Compile them conditionally.
6320         (viper-version): Belated version change.
6322 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
6324         * follow.el (follow-all-followers, follow-generic-filter):
6325         * pcomplete.el (pcomplete-restore-windows):
6326         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
6327         (x-dnd-drop-data):
6328         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
6329         * progmodes/python.el (python-complete-symbol):
6330         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
6332 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
6334         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
6335         around bright and dim regexps.  Make sure bright and dim matches
6336         use word anchors.  Send text through rcirc-markup functions.
6337         (rcirc-url-regexp): Add single quote character.
6338         (rcirc-connect): Write logs to disk on auto-save-hook.
6339         Make server a non-optional argument.
6340         (rcirc-log-alist): New variable.
6341         (rcirc-log-directory): Make customizable.
6342         (rcirc-log-flag): New customizable variable.
6343         (rcirc-log): New function.
6344         (rcirc-print): Use above function.
6345         (rcirc-log-write): New function.
6346         (rcirc-generate-new-buffer-name): Strip text properties.
6347         (rcirc-switch-to-buffer-function): Remove variable.
6348         (rcirc-last-non-irc-buffer): Remove variable.
6349         (rcirc-non-irc-buffer): Add function.
6350         (rcirc-next-active-buffer): Use above function.
6351         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
6352         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
6353         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
6354         (rcirc-omit-mode): Add minor-mode.
6355         (rcirc-mode-map): Change C-c C-o binding.
6356         (rcirc-mode): Clear mode-line-process.  Use a custom
6357         fill-paragraph-function.  Set up buffer-invisibility-spec.
6358         (rcirc-response-formats): Remove timestamp code.
6359         (rcirc-omit-responses): Add variable.
6360         (rcirc-print): Don't put the overlay arrow on potentially omitted
6361         lines.  Log line to disk.  Record activity for private messages
6362         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
6363         (rcirc-jump-to-first-unread-line): Print message if there is no
6364         unread text.
6365         (rcirc-clear-unread): New function.
6366         (rcirc-markup-text-functions): Add variable.
6367         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
6368         (rcirc-debug): Don't mess with window configuration.
6369         (rcirc-send-message): Send message before printing locally.
6370         Add SILENT argument, do not print message if non-nil.
6371         (rcirc-visible-buffers): New function and variable.
6372         (rcirc-window-configuration-change-1): Add function.
6373         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
6374         server buffer.
6375         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
6376         (rcirc-fill-paragraph): Add function.
6377         (rcirc-record-activity, rcirc-window-configuration-change-1):
6378         Only update the activity string if it has actually changed.
6379         (rcirc-update-activity-string): Remove padding characters from the
6380         mode-line string.
6381         (rcirc-disconnect-buffer): New function to be called when a
6382         channel is parted or the user quits.
6383         (rcirc-server-name): Warn when the server-name hasn't been set.
6384         (rcirc-window-configuration-change): Postpone work until
6385         post-command-hook.
6386         (rcirc-window-configuration-change-1): Update mode-line and
6387         overlay arrows here.
6388         (rcirc-authenticate): Fixc hanserv identification.
6389         (rcirc-default-server): Remove variable.
6390         (rcirc): Connect according to rcirc-connections.
6391         (rcirc-connections): Add variable.
6392         (rcirc-startup-channels-alist): Remove variable.
6393         (rcirc-startup-channels): Remove function.
6395 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6397         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
6399 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
6401         * term/xterm.el (terminal-init-xterm): Escape parens in character
6402         constants.
6404 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * progmodes/sh-script.el: Remove unneeded * from docstrings.
6407         Use [:alpha:] and [:alnum:] where applicable.
6408         (sh-quoted-subshell): Rewrite to correctly
6409         handle nested mixes of `...` and $(...).
6410         (sh-apply-quoted-subshell): Remove.
6411         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
6413         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
6415 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
6417         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
6418         previous change.
6420 2007-06-12  Tom Tromey  <tromey@redhat.com>
6422         * subr.el (user-emacs-directory): New defconst.
6423         * cmuscheme.el (scheme-start-file):
6424         * shell.el (shell):
6425         * completion.el (save-completions-file-name):
6426         * custom.el (custom-theme-directory):
6427         * term/x-win.el (emacs-session-filename):
6428         * filesets.el (filesets-menu-cache-file):
6429         * thumbs.el (thumbs-thumbsdir):
6430         * server.el (server-auth-dir):
6431         * image-dired.el (image-dired-dir):
6432         (image-dired-db-file):
6433         (image-dired-temp-image-file):
6434         (image-dired-gallery-dir):
6435         (image-dired-temp-rotate-image-file):
6436         * play/gamegrid.el (gamegrid-user-score-file-directory):
6437         * savehist.el (savehist-file):
6438         * tutorial.el (tutorial--saved-dir):
6439         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
6441 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
6443         * scroll-lock.el (scroll-lock-mode): Doc fix.
6445 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6447         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
6449         * ediff-init.el: Doc strings.
6451 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6453         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6454         (byte-compile-file): Bind it.
6455         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
6456         group argument is provided implicitly.
6457         (byte-compile-format-warn, byte-compile-from-buffer)
6458         (byte-compile-insert-header): Don't hardcode point-min==1.
6459         (byte-compile-file-form-require): Remove unused var old-load-list.
6460         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
6462 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6464         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
6465         Display error messages.
6466         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
6467         Get rid of cl.el dependencies.
6469         * emulation/viper-init.el (viper-suppress-input-method-change-message):
6470         New variable.
6471         (viper-activate-input-method-action)
6472         (viper-inactivate-input-method-action):
6473         Use viper-suppress-input-method-change-message.
6475         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
6476         for C-s, C-r.
6478         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
6479         Use viper-replace-overlay-cursor-color instead of
6480         viper-replace-overlay-cursor-color.
6481         (viper-sit-for-short): Use sit-for with 3 arguments.
6483         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
6484         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
6485         to gud-mode.
6487         * ediff-mult.el (ediff-meta-buffer-brief-message)
6488         (ediff-meta-buffer-verbose-message): New variables.
6489         (ediff-meta-buffer-message): Variable deleted.
6490         (ediff-verbose-help-enabled): New variable.
6491         (ediff-toggle-verbose-help-meta-buffer): New function.
6492         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
6493         message options.
6495         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
6496         (ediff-fixup-patch-map): Improve heuristic.
6498 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6500         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
6501         (log-view-font-lock-keywords): Simplify.
6502         (log-view-current-file, log-view-current-tag): Simplify.
6504 2007-06-12  Sam Steingold  <sds@gnu.org>
6506         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
6508 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
6510         * desktop.el (desktop-load-locked-desktop): New option.
6511         (desktop-read): Use it.
6512         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
6513         Use `when'.
6515 2007-06-12  Davis Herring  <herring@lanl.gov>
6517         * desktop.el (desktop-save-mode-off): New function.
6518         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
6519         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
6520         (desktop-claim-lock, desktop-release-lock): New functions.
6521         (desktop-kill): Tell `desktop-save' that this is the last save.
6522         Release the lock afterwards.
6523         (desktop-buffer-info): New function.
6524         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
6525         says to.  Detect conflicts, and manage the lock.
6526         (desktop-read): Detect conflicts.  Manage the lock.
6528 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6530         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
6532         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
6533         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
6534         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
6535         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
6536         keysyms rather than byte sequences.
6537         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
6539 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6541         * font-lock.el (font-lock-add-keywords): In case font-lock was only
6542         half-activated, forcefully activate it completely.
6544 2007-06-11  Richard Stallman  <rms@gnu.org>
6546         * cus-edit.el (custom-variable-type): Doc fix.
6548 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6550         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
6551         (sh-font-lock-flush-syntax-ppss-cache): New functions.
6552         (sh-font-lock-syntactic-keywords): Use them to distinguish the
6553         different possible cases for \'.
6555         * complete.el (PC-bindings): Don't bind things already bound in the
6556         parent keymap.
6558         * textmodes/bibtex-style.el: New file.
6560 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
6562         * vc-bzr.el: New file.
6564 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6566         * vc-svn.el (vc-svn-program): New var.
6567         (vc-svn-command): Use it.
6569 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
6571         * server.el (server-switch-buffer): Remove redundant check.
6573 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
6575         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6576         Match against file-name-nondirectory.
6577         Fix text on user customization variables.
6578         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
6580 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6582         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
6584 2007-06-09  Davis Herring  <herring@lanl.gov>
6586         * desktop.el (desktop-minor-mode-table): Doc fix.
6588 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6590         * textmodes/css-mode.el (css-navigation-syntax-table):
6591         Use set-char-table-range so it also works in the unicode branch.
6593 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
6595         * help-mode.el (help-xref-forward-stack)
6596         (help-xref-stack-forward-item, help-forward-label): New variables.
6597         (help-forward): New button type.
6598         (help-setup-xref): Initialise help-xref-forward-stack.
6599         (help-make-xrefs): Add forward button, if appropriate.
6600         (help-xref-go-back): Push item on forward stack.
6601         (help-xref-go-forward, help-go-forward): New functions.
6603 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
6605         * dired.el (dired-mode-map): Remove spurious separator.
6607 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6609         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
6611         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6612         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
6614 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
6616         * textmodes/org.el: Version number fixed.
6618 2007-06-07  Glenn Morris  <rgm@gnu.org>
6620         * version.el (emacs-copyright): New constant.
6621         * startup.el (fancy-splash-tail): Use emacs-copyright.
6622         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
6624         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
6625         `make-local'.
6626         (byte-compile-warnings-safe-p): Add `make-local'.
6627         (byte-compile-make-variable-buffer-local):
6628         Allow byte-compile-warnings to suppress this warning.
6630         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
6631         format of "menu" description.
6632         (tutorial--find-changed-keys): Describe the specific menu a
6633         command is in.
6635         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
6636         Rewrite compatibility functions to silence byte-compiler.
6638 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6640         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
6641         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
6643 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
6645         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
6647 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6649         * progmodes/ebrowse.el (ebrowse-member-table):
6650         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
6651         (org-batch-agenda-csv): Fix typos in docstrings.
6653 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6655         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6656         (sort-coding-systems, search-unencodable-char): Doc fixes.
6657         (coding-system-change-eol-conversion, set-default-coding-systems)
6658         (prefer-coding-system, find-multibyte-characters, princ-list)
6659         (leim-list-entry-regexp, set-input-method, locale-language-names)
6660         (input-method-exit-on-first-char, exit-language-environment-hook)
6661         (locale-charset-language-names): Fix typos in docstrings.
6663 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6665         * pgg.el (pgg-sign-region, pgg-sign):
6666         * ses.el (ses-call-printer):
6667         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
6668         * textmodes/org.el (org-cycle): Fix typos in docstrings.
6670 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
6672         * textmodes/org.el
6673         (org-export-region-as-html, org-replace-region-by-html)
6674         (org-number-to-letters, org-table-fedit-finish)
6675         (org-normalize-color, org-table-fedit-ref-right)
6676         (org-date-to-gregorian, org-table-fedit-move)
6677         (org-table-convert-refs-to-rc, org-calendar-holiday)
6678         (org-table-fedit-toggle-ref-type, org-write-agenda)
6679         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
6680         (org-defkey, org-encode-for-stdout)
6681         (org-indent-line-function, org-export-as-html-to-buffer)
6682         (org-store-agenda-views, org-update-mode-line)
6683         (org-find-if, org-delete-all)
6684         (org-table-fedit-convert-buffer, org-emphasize)
6685         (org-uniquify, org-table-fedit-lisp-indent)
6686         (org-table-fedit-scroll, org-get-todo-sequence-head)
6687         (org-table-fedit-scroll-down, org-table-fedit-line-down)
6688         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
6689         (org-table-fedit-toggle-coordinates, org-dvipng-color)
6690         (org-table-fedit-line-up, org-table-fedit-ref-down)
6691         (org-table-formula-from-user, org-mode-flyspell-verify)
6692         (org-cycle-show-empty-lines, org-ctrl-c-ret)
6693         (org-table-formula-to-user, org-diary-to-ical-string)
6694         (orgtbl-export, org-table-fedit-post-command)
6695         (org-closed-in-range, org-shiftcontrolright)
6696         (org-table-convert-refs-to-an, org-table-hline-and-move)
6697         (org-table-formula-less-p, org-format-table-ascii)
6698         (org-agenda-get-sexps, org-shift-refpart)
6699         (org-diary-sexp-entry, org-time-string-to-absolute)
6700         (org-table-show-reference, org-letters-to-number)
6701         (org-fix-agenda-info, org-table-fedit-ref-up)
6702         (org-table-fedit-shift-reference, org-table-fedit-abort)
6703         (org-closest-date, org-shiftcontrolleft)
6704         (org-at-heading-or-item-p, org-rematch-and-replace)
6705         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
6706         New functions.
6707         (org-table-edit-scroll-down, org-finish-edit-formulas)
6708         (org-table-edit-next-field, org-abort-edit-formulas)
6709         (org-font-lock-level, org-export-find-first-heading-line)
6710         (org-table-edit-line-down, org-table-edit-backward-field)
6711         (org-edit-formula-lisp-indent, org-table-edit-move)
6712         (org-check-log-option, org-this-word)
6713         (org-table-edit-line-up, org-table-edit-formulas-post-command)
6714         (org-agenda-file-to-end, org-expand-file-name)
6715         (org-fake-empty-table-line, org-table-edit-scroll)
6716         (org-toggle-log-option, org-show-reference): Function removed.
6717         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
6718         New defsubsts.
6719         (org-unmodified, org-batch-store-agenda-views)
6720         (org-batch-agenda-csv): New macro.
6721         (org-agenda-export): New customization group.
6722         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
6723         (org-highest-priority, org-agenda-exporter-settings)
6724         (org-log-done-with-time, org-replace-disputed-keys)
6725         (org-format-latex-header, org-export-table-header-tags)
6726         (org-cycle-separator-lines, org-export-table-data-tags)
6727         (org-icalendar-include-sexps)
6728         (org-empty-line-terminates-plain-lists)
6729         (org-log-repeat, org-special-ctrl-a)
6730         (org-table-use-standard-references, org-disputed-keys)
6731         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
6732         (org-agenda-export-html-style): New option.
6733         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
6734         (org-CUA-compatible): Option removed.
6735         (org-agenda-structure, org-sexp-date): New face.
6736         (org-todo-keywords-for-agenda, org-not-done-keywords)
6737         (org-planning-or-clock-line-re, org-agenda-name)
6738         (org-table-colgroup-info, org-todo-sets)
6739         (constants-unit-system, org-clock-mode-line-entry)
6740         (org-mode-line-timer, org-table-current-begin-pos)
6741         (org-todo-keywords-1, org-mode-line-string)
6742         (org-table-clean-did-remove-column, org-table-fedit-map)
6743         (org-clock-heading, org-table-buffer-is-an)
6744         (org-agenda-info, org-done-keywords)
6745         (org-done-keywords-for-agenda, org-todo-heads)
6746         (org-todo-kwd-alist, org-clock-start-time): New variable.
6747         (org-todo-kwd-priority-p, org-edit-formulas-map)
6748         (org-repeat-re, org-todo-kwd-max-priority)
6749         (org-version, org-done-string)
6750         (org-table-clean-did-remove-column-1, org-disputed-keys):
6751         Remove variables.
6752         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
6753         (org-ts-lengths): Constant removed.
6754         (org-follow-gnus-link): Don't ask how many articles to read.
6755         (org-export-find-first-export-line): Rename from
6756         `org-export-find-first-heading'.
6757         Use `org-export-skip-text-before-1st-heading'.
6758         (org-table-fedit-post-command): Rename from
6759         `org-table-edit-formulas-post-command'.
6760         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
6761         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
6762         (org-table-fedit-lisp-indent): Rename from
6763         `org-edit-formula-lisp-indent'.
6764         (org-table-show-reference): Rename from `org-show-reference'.
6765         (org-table-store-formulas): Use `org-table-formula-less-p'.
6766         (org-table-edit-formulas): Position cursor to current field equation.
6767         (org-update-checkbox-count, org-hide-archived-subtrees)
6768         (org-timestamp-up-day, org-timestamp-down-day)
6769         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
6770         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
6771         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
6772         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
6773         Let `org-on-heading-p' also check for invisible heading.
6774         (org-read-date): Match am/pm times.
6775         (org-eval-in-calendar): Fix default date in prompt.
6777 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
6779         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
6780         "ChangeLog.a" entries, giving the latter lower priority.
6782 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
6784         * faces.el (face-id): If the argument is a face alias,
6785         return the ID of the target face.
6787 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
6789         * net/socks.el (top): Remove unnecessary copyright line.
6791 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
6793         * longlines.el (longlines-auto-wrap): Handle argument correctly.
6795 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
6797         * net/socks.el: New file, taken from w3 repository.
6798         (top): Update Copyright.  Don't load cl.el.
6799         (all): Replace `case' by `cond', `string-to-int' by
6800         `string-to-number', and `process-kill-without-query' by
6801         `set-process-query-on-exit-flag'.
6802         (socks-char-int): Remove defalias and all occurrences.
6804 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
6806         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
6807         Fix typos in docstrings.
6808         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
6809         (compilation-finish-function): Fix typo in obsolescence declaration.
6811 2007-06-03  Sam Steingold  <sds@gnu.org>
6813         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
6814         handle unending automatic recompilation of changed files (`omake -P').
6815         (compilation-loop): VISITED is now 5th CDR.
6816         (compilation-next-error-function): Set TIMESTAMP.
6818 2007-06-03  Sam Steingold  <sds@gnu.org>
6820         * files.el (kill-buffer-ask): New function.
6821         (kill-some-buffers): Use it.
6822         (kill-matching-buffers): New user command.
6824 2007-06-01  David Kastrup  <dak@gnu.org>
6826         * dired.el (dired-recursive-deletes, dired-recursive-copies):
6827         Change default to `top'.
6829 2007-05-31  Richard Stallman  <rms@gnu.org>
6831         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
6833 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6835         * textmodes/css-mode.el: New file.
6837 2007-05-30  Michael Olson  <mwolson@gnu.org>
6839         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
6840         died and we are trying to send a signal to it.  The program using
6841         tq.el should periodically check to see whether the process has
6842         died and react appropriately -- this is not the responsibility of
6843         tq.el, and is consistent with the rest of the tq.el source code.
6845 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
6847         * textmodes/table.el (table--point-entered-cell-function)
6848         (table--point-left-cell-function):
6849         Bind `inhibit-point-motion-hooks' to t.
6851 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6853         * emacs-lisp/rx.el (rx): Doc fix.
6855 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
6857         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
6859 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
6861         Sync with Tramp 2.0.56.
6863         * net/tramp.el:
6864         * net/tramp-ftp.el:
6865         * net/tramp-smb.el:
6866         * net/tramp-util.el:
6867         * net/tramp-vc.el:
6868         Don't load cl.el, because that pollutes the namespace.  Replace cl
6869         macros by their implementations where necessary.  Requested by
6870         Richard Stallman <rms@gnu.org>.
6872         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
6873         doesn't exist.
6874         (with-parsed-tramp-file-name): Protect debug spec during compilation.
6875         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
6876         (tramp-file-name-p, tramp-file-name-multi-method)
6877         (tramp-file-name-method, tramp-file-name-user)
6878         (tramp-file-name-host, tramp-file-name-localname): New defuns,
6879         replacing defstruct `tramp-file-name'.
6880         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
6881         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
6882         Apply `vector' instead of `make-tramp-file-name'.
6883         (tramp-handle-make-auto-save-file-name):
6884         Apply `tramp-temporary-file-directory' for compatibility reasons.
6885         (tramp-completion-mode): Use `natnump' instead of `wholenump'
6886         because of XEmacs.
6887         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
6888         started.
6890 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
6892         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
6894 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
6896         * log-edit.el (log-edit-changelog-paragraph): Return point-max
6897         as the end of the ChangeLog paragraph when it ends without a line
6898         termination.
6900 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
6902         * net/webjump.el (webjump-sample-sites):
6903         Add simple Wikipedia query.
6905 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6907         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
6908         compatibility code.
6910         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
6911         (copyright-update-year): Use it.
6913         * edmacro.el (edmacro-format-keys): Use current-active-maps.
6915         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
6916         Add indentation and debugging info.  Fix up comment convention.
6918         * cus-dep.el (custom-make-dependencies): Simplify.
6920         * composite.el (compose-region, decompose-region):
6921         Use inhibit-read-only and restore-buffer-modified-p.
6923         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
6924         (xterm-mouse-event): Use it.
6926 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
6928         * bs.el (bs-cycle-previous): Don't modify the cycle list until
6929         `switch-to-buffer' has returned succesfully.
6930         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
6931         window is dedicated (it could iconify the frame).
6933 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
6935         * vc-hooks.el (vc-find-root): Fix file attribute test.
6937 2007-05-24  Richard Stallman  <rms@gnu.org>
6939         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6940         Don't let opoint be nil.
6941         (flyspell-emacs-popup): Explicit error if no dialogs.
6943 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
6945         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
6946         (image-next-line, image-previous-line, image-scroll-up)
6947         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
6948         New functions.
6949         (image-mode-map): Remap motion commands.
6950         (image-mode-text-map): New keymap for viewing images as text.
6951         (image-mode): Use image-mode-map.
6952         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
6954 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6956         * textmodes/fill.el (canonically-space-region): Make the second arg
6957         a marker if it's not already the case.
6959 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
6961         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
6962         (tar-get-descriptor): Handle type 55, an extended pax header.
6964 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6966         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
6967         to confuse outline-minor-mode.
6969 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
6971         * tar-mode.el (tar-file-name-handler): New function.
6972         (tar-extract): Bind file-name-handler-alist to it to force
6973         find-buffer-file-type-coding-system behave as if the file being
6974         extracted existed.  Use last-coding-system-used to force
6975         buffer-file-coding-system to what decode-coding-region actually
6976         used to decode the file.
6978 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6980         * progmodes/compile.el (compilation-handle-exit):
6981         `compilation-finish-function' may change the current buffer.
6983 2007-05-22  Richard Stallman  <rms@gnu.org>
6985         * files.el (set-auto-mode): Doc fix.
6987 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6989         * help-fns.el (find-source-lisp-file): New function.
6990         (describe-function-1): Use find-source-lisp-file to find source
6991         file in compile tree.
6993 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
6995         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6997 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
6999         * emacs-lisp/easy-mmode.el (define-minor-mode)
7000         (easy-mmode-define-navigation): Fix typos in docstrings.
7002 2007-05-22  Glenn Morris  <rgm@gnu.org>
7004         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7006 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7008         * mail/mail-extr.el (mail-extract-address-components):
7009         Recognize non-ASCII characters except for NBSP as words.
7011 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
7013         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7014         (rcirc-print): Handle `window-width'.
7015         (rcirc-buffer-maximum-lines): Doc fix.
7017 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
7019         * image-mode.el (image-toggle-display): Don't clear image cache.
7020         Only use filename in image spec if the file is readable.
7021         Call image-refresh.
7023         * image.el (image-type-from-file-name, image-type): Simplify.
7024         (image-type-auto-detected-p): Don't scan auto-mode-alist.
7026         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7027         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7029 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7031         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7032         is an error.
7034         * term/linux.el (terminal-init-linux): Don't signal an error
7035         if gpm isn't running.
7037 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7039         * t-mouse.el: Reduce to a minor-mode macro call.
7040         (t-mouse-mode): Remove the lighter.
7042         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7044 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
7046         * files.el (auto-mode-alist): Change the regexp so that
7047         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7049 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
7051         * Version 22.1 released.
7053 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
7055         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7056         changes.
7058 2007-05-19  Kevin Ryde  <user42@zip.com.au>
7060         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7062 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
7064         * textmodes/sgml-mode.el: Revert last change.
7066 2007-05-18  Richard Stallman  <rms@gnu.org>
7068         * simple.el (push-mark): Doc fix.
7070 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
7072         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
7073         tpu-global-map.
7074         (tpu-original-global-map): Variable deleted.
7075         (tpu-control-keys-map): New keymap variable.
7076         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
7077         setting keymapping directly.
7078         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
7079         tpu-global-map.
7080         (tpu-edt-on): Activate the tpu-global-map.
7081         (tpu-edt-off): Deactivate the tpu-global-map.
7083 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
7085         * textmodes/ispell.el (ispell-get-word): Return markers
7086         for start and end positions.
7087         (ispell-word): Assume END is a marker.
7089 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7091         * printing.el: Group together all XEmacs/Emacs definitions.
7092         (pr-version): New version 6.9.
7093         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
7094         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7095         (pr-menu-bind): Fix code.
7096         (pr-e-frame-char-height, pr-e-frame-char-width)
7097         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7098         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7099         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7100         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7101         (pr-x-event-y-pixel): Aliases eliminated.
7102         (pr-xemacs-global-menubar): Macro moved.
7103         (current-menubar, current-mouse-event, zmacs-region-stays)
7104         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7105         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7106         Vars moved.
7107         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7108         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7109         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7110         (pr-menu-set-utility-title, pr-even-or-odd-pages)
7111         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7112         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
7113         moved.
7115 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
7117         * textmodes/sgml-mode.el (sgml-tag):
7118         Fix bug: Call sgml-transformation-function.
7120 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
7122         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
7123         modified flag of buffer.  Use `inhibit-modification-hooks'.
7125 2007-05-16  Richard Stallman  <rms@gnu.org>
7127         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
7129 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7131         * files.el (magic-mode-alist, magic-fallback-mode-alist):
7132         Move the *ml, Postscript, and XmCD entries to the fallback part.
7134         * files.el (magic-fallback-mode-alist):
7135         Rename from file-start-mode-alist.
7137 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7139         * progmodes/compile.el (compilation-handle-exit): Quote first
7140         argument of `run-hook-with-args'.
7142 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
7144         * buff-menu.el (Buffer-menu-sort-column):
7145         * dabbrev.el (dabbrev-upcase-means-case-search):
7146         * dired.el (dired-recursive-deletes, dired-recursive-copies):
7147         * info.el (Info-current-subfile):
7148         * ls-lisp.el (ls-lisp-verbosity):
7149         * msb.el (msb-menu-cond):
7150         * pcvs.el (cvs-dired-use-hook):
7151         * simple.el (set-mark-command-repeat-pop):
7152         * time.el (display-time-24hr-format, display-time-mail-file):
7153         Doc fixes.
7155         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
7156         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
7158         * view.el (view-inhibit-help-message): Fix typo in docstring.
7159         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
7161 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
7163         * textmodes/ispell.el (ispell-start-process): Defend against bad
7164         default-directory.
7166 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
7168         * mail/rmail.el (rmail-convert-to-babyl-format): Check
7169         content-transfer-encoding _last_, because it's its position that
7170         we need as value of base64-header-field-end.
7172 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
7174         * files.el (mode-require-final-newline, require-final-newline)
7175         (enable-local-variables, enable-local-eval): Doc fixes.
7177 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7179         * ps-print.el: Use default color when foreground or background color
7180         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
7181         (ps-print-version): New version 6.7.4.
7182         (ps-rgb-color): New argument.  Use default color when color is
7183         unspecified.
7184         (ps-begin-job): Fix code.
7186 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
7188         * longlines.el (longlines-mode): Make longlines-auto-wrap
7189         buffer-local.  Add hooks unconditionally.
7190         (longlines-auto-wrap): Toggle wrapping.
7191         (longlines-after-change-function)
7192         (longlines-post-command-function): Check longlines-auto-wrap.
7194 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
7196         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
7197         (xterm-mouse-translate): Use it.
7199 2007-05-10  Richard Stallman  <rms@gnu.org>
7201         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
7202         (iso-cvt-write-only): Likewise.
7204         * emacs-lisp/easy-mmode.el (define-minor-mode):
7205         Fix generated doc string.
7207         * startup.el (fancy-splash-text): Add URL of guided tour.
7208         Adjust horizontal and vertical whitespace.
7210         * progmodes/compile.el (compilation-handle-exit):
7211         Use run-hook-with-args to run compilation-finish-functions.
7213         * files.el (file-start-mode-alist): New variable.
7214         (magic-mode-regexp-match-limit): Doc fix.
7215         (set-auto-mode): Handle file-start-mode-alist.
7216         A little cleanup of structure.
7218         * dabbrev.el (dabbrev-eliminate-newlines):
7219         Renamed from dabbrev--eliminate-newlines.  All uses changed.
7221 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7223         * man.el (Man-next-section): Don't consider the last line of the page
7224         as being part of any section.
7226 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7228         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
7229         can take any number of values.
7231 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7233         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
7234         to the list of citation commands.
7236 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7238         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
7240 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
7242         * progmodes/python.el (python-font-lock-keywords)
7243         (python-open-block-statement-p, python-mode): Add support for the new
7244         "with" keyword.
7246 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7248         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
7249         the exact opposite of diff-goto-source.
7251         * emacs-lisp/advice.el (ad-special-forms): Remove.
7252         (ad-special-form-p): Use subr-arity.
7254         * newcomment.el (comment-search-forward): Make sure we search forward.
7255         (comment-enter-backward): Try and distinguish the non-matching case at
7256         EOB from the non-matching case with a missing comment-end-skip for
7257         a 2-char comment ender.
7258         (comment-choose-indent): New function extracted from comment-indent.
7259         Improve the alignment algorithm.
7260         (comment-indent): Use it.
7262         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
7263         XML style Processing Instructions.
7264         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
7265         (sgml-calculate-indent): Handle `pi' context.
7267         * vc.el: Ensure that update-changelog issues an error when used with
7268         a backend that does not implement it.
7269         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
7270         Remove `backend' argument.  Use expand-file-name.
7271         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
7273         * progmodes/python.el (python-end-of-block): Revert last change.
7274         (python-end-of-statement): Make sure we move *forward*.
7276 2007-05-08  Richard Stallman  <rms@gnu.org>
7278         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7279         Don't include non-self-insert commands in the exception for `-'.
7281 2007-05-08  David Reitter  <david.reitter@gmail.com>
7283         * progmodes/python.el (python-guess-indent): Check non-nullness
7284         before comparing indent against the 2..8 interval.
7286 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7288         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
7289         available.
7291 2007-05-06  Richard Stallman  <rms@gnu.org>
7293         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
7295 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7297         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
7298         rather than storing their value in the revert-buffer function.
7300 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
7302         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
7303         when disabling t-mouse-mode.
7305 2007-05-01  Davis Herring  <herring@lanl.gov>
7307         * calendar/timeclock.el: Update version number.
7308         (timeclock-modeline-display): Mention timeclock-use-display-time
7309         in explanatory message.
7310         (timeclock-in): Fix non-interactive workday specifications.
7311         (timeclock-log): Don't kill the log buffer if it already existed.
7312         Suppress warnings when finding the log.  Don't check for a nil
7313         project twice.  Run hooks after killing the buffer (if applicable).
7314         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
7315         was geometric).  All uses changed.
7316         (timeclock-generate-report): Support prefix argument.
7318 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
7320         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
7321         disconnections.
7323 2007-05-01  Romain Francoise  <romain@orebokech.com>
7325         * dired-x.el: Revert 2007-04-06 change.
7327 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
7329         * find-dired.el (find-dired-filter): Propertize all text down to eob.
7331 2007-04-29  Richard Stallman  <rms@gnu.org>
7333         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
7335 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7337         * progmodes/cc-mode.el (c-before-change): Use point-min rather
7338         than 1.
7340 2007-04-28  Richard Stallman  <rms@gnu.org>
7342         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
7344 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
7346         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
7347         don't put stop on toolbar.
7349 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7351         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
7353 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
7355         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
7356         instead of $(lisp)/mh-e.
7358 2007-04-28  Glenn Morris  <rgm@gnu.org>
7360         * image-dired.el (image-dired-cmd-create-thumbnail-options)
7361         (image-dired-cmd-create-temp-image-options): Replace option
7362         +profile "*" with -strip.
7364 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
7366         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7367         Use window-start and window-end.
7369 2007-04-27  Andreas Schwab  <schwab@suse.de>
7371         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
7373 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
7375         * textmodes/fill.el (fill-paragraph): Doc fix.
7377 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
7379         * locate.el (locate-in-alternate-database): Doc fix.
7381 2007-04-26  Glenn Morris  <rgm@gnu.org>
7383         * button.el (button): Use underline if supported, else fall back
7384         to color.
7386         * version.el (emacs-version): Increase to 22.1.50.
7388 2007-04-25  Richard Stallman  <rms@gnu.org>
7390         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
7392 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
7394         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
7395         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
7396         pushing mark.
7397         (idlwave-current-routine): Don't push mark.
7399 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
7401         * image-dired.el (image-dired-display-image): Derive image-type from
7402         filename rather than assuming jpeg, in case no resizing was needed.
7404 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7406         * custom.el (defface): Doc fix.
7408 See ChangeLog.12 for earlier changes.
7410 ;; Local Variables:
7411 ;; coding: iso-2022-7bit
7412 ;; add-log-time-zone-rule: t
7413 ;; End:
7415     Copyright (C) 2007 Free Software Foundation, Inc.
7417   This file is part of GNU Emacs.
7419   GNU Emacs is free software; you can redistribute it and/or modify
7420   it under the terms of the GNU General Public License as published by
7421   the Free Software Foundation; either version 3, or (at your option)
7422   any later version.
7424   GNU Emacs is distributed in the hope that it will be useful,
7425   but WITHOUT ANY WARRANTY; without even the implied warranty of
7426   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7427   GNU General Public License for more details.
7429   You should have received a copy of the GNU General Public License
7430   along with GNU Emacs; see the file COPYING.  If not, write to the
7431   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
7432   Boston, MA 02110-1301, USA.
7434 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af