2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
[emacs.git] / lisp / ChangeLog
blobfc938a899290c3d2a3a72b89858740358deb09be
1 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
3         * doc-view.el (tramp): Require tramp because we use
4         tramp-tramp-file-p.
6 2008-01-10  Tom Tromey  <tromey@redhat.com>
8         * vc.el (vc-status-unmark-all-files): New function.
9         (vc-status-unmark-all-files): Likewise.
10         (vc-status-mode-map): Add bindings.
12 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
14         * ediff*.el: uncommented declare-function.
16         * viper*.el: uncommented declare-function.
18 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
20         * doc-view.el (doc-view-mode): Support tramp, compressed files and
21         files inside archives uniformly.
23 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
25         * testmodes/sgml-mode.el (sgml-tag-syntax-table):  Initialize this
26         constant with a computation on sgml-specials rather than a literal
27         list.  Without this change the syntax table is generated
28         incorrectly, and the mode will think it's in a comment following
29         any instance of the string "--".
31 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
33         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
34         (doc-view-mode): Support document files inside archives.
36 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
38         * vc.el (vc-deduce-fileset): Return the currently selected file if
39         no files are selected when using vc-status.
41 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
43         * ediff*.el: commented out declare-function. "make bootstrap"
44         stops with an error and emacs does not compile with those things in.
45         Besides, declare-function is not defined in XEmacs.
47         * ediff-util (eqiff-quit): autoraise minibuffer.
49         * ediff-diff (ediff-convert-fine-diffs-to-overlays): make it a defin
51         * viper*.el: commented out declare-function -- not defined in XEmacs.
53         * viper-ex.el (viper-info-on-file): take care of indiret buffers.
55         * viper.el (viper-set-hooks, set-cursor-color): set viper-vi-state-cursor-color.
57 2008-01-09  Tom Tromey  <tromey@redhat.com>
59         * vc.el (vc-status-headers): Rename from
60         vc-status-insert-headers.  Just return header.
61         (vc-status-move-to-goal-column): New function.
62         (vc-status-mode-map): Define more keys.
63         (vc-status-mode): Use vc-status-refresh.  Now 'special.
64         (vc-status-refresh): New function.
65         (vc-status-next-line): Likewise.
66         (vc-status-previous-line): Likewise.
67         (vc-status-mark-file): Use vc-status-next-line.
68         (vc-status-unmark-file): Use vc-status-previous-line.
69         (vc-status-unmark-file-up): New function.
70         (vc-status-register): Likewise.
71         (vc-status-find-file): Likewise.
72         (vc-status-find-file-other-window): Likewise.
73         (vc-status-current-file): Likewise.
74         (vc-ensure-vc-buffer): Understand vc-status mode.
76         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
78 2008-01-09  Glenn Morris  <rgm@gnu.org>
80         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
81         entry, for Windows.
83 2008-01-09  Tom Tromey  <tromey@redhat.com>
85         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
87 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
89         * ps-print.el: Some face attributes (like :strike-through) was not
90         being recognised.  Reported by Leo <sdl.web@gmail.com>.
91         (ps-print-version): New version 6.8.2.
92         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
93         (ps-screen-to-bit-face): Fix code.
95 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
98         add a file-name handler.
100 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
102         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
103         Rename from function bibtex-files-expand.  New optional arg select.
104         (bibtex-flash-head): Allow blink-matching-delay being zero.
105         (bibtex-clean-entry): Use atomic-change-group.
106         (bibtex-format-entry): Check presence of required fields only
107         after formatting of fields.  Use member-ignore-case.  Do not use
108         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
109         (bibtex-autofill-entry): Do not call undo-boundary.
110         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
111         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
112         Parse keys if necessary.
114 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
116         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
117         quotes in case of spaces, e.g. STL containers (not pretty).
119 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
121         * progmodes/gdb-ui.el (gud-gdb-command-name):
122         Explain "--annotate=3" option is necessary for the Graphical Interface.
124 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
126         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
127         on menu bar.
129 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
131         * ffap.el (ffap-read-file-or-url): Let-bind
132         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
134 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
136         * vc-bzr.el: Fix typo in header.
138 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
140         * Makefile.in (custom-deps, finder-data): Depend on autoloads
141         instead of loaddefs.el.
143 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
146         gets inserted out-of-order.
148 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
150         * vc-bzr.el: Copyright and version headers update.
151         Remove some outdated comments through the whole file.
152         (vc-bzr-program-args): Remove because unused.
153         (vc-bzr-log-switches): New customization option.
154         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
155         use `vc-bzr-program-args'.
156         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
157         `vc-find-root' (patch by Andreas Hoenen).
158         (vc-bzr-status): Update regex to match latest Bzr output.
159         Remove redundant test.
160         (vc-bzr-init-version): New function.
161         (vc-bzr-unregister): Must not delete file.
162         (vc-bzr-find-version): New function.
163         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
164         a non-empty string, otherwise take head revision.
165         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
166         (vc-bzr-diff): Simpler build of the revision spec string.
167         (vc-annotate-convert-time, vc-bzr-annotate-difference):
168         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
169         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
170         (vc-bzr-dired-state-info): Only provide custom strings for
171         overloaded VC state 'edited; otherwise fallback to
172         `vc-default-dired-state-info'.
174 2008-01-08  Richard Stallman  <rms@gnu.org>
176         * delsel.el (delete-selection-mode): Doc fix.
178 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
180         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
181         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
183         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
184         of watch expressions (only works fully with GDB 6.7 or later).
186 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
188         * time-stamp.el (time-stamp-time-zone):
189         * whitespace.el (whitespace-check-buffer-leading)
190         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
191         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
192         * progmodes/sh-script.el (sh-indentation):
193         * textmodes/ispell.el (ispell-local-pdict):
194         Add safe-local-variable properties.
196 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
198         * vc-git.el (vc-git--call): Apply `process-file' instead of
199         `call-process'.
201         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
202         Reported by Pete Forman <pete.forman@westerngeco.com>.
203         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
204         (tramp-handle-process-file): Handle the case where DESTINATION is
205         a consp with t as car.
206         (tramp-wait-for-output): We shall remove exactly what has been
207         find by the search.
209 2008-01-08  Kevin Ryde  <user42@zip.com.au>
211         * progmodes/compile.el (compilation-error-regexp-alist-alist):
212         For perl, allow "during global destruction" at end.  Add entry for
213         two-arg form of the Test module ok() func.
215 2008-01-08  Glenn Morris  <rgm@gnu.org>
217         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
218         unified format.
220         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
222 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
224         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
225         Simplify selection of frame focusing function.
227 2008-01-08  Michael Olson  <mwolson@gnu.org>
229         * textmodes/remember.el (remember-region): Fix typo in docstring.
231 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
233         * textmodes/remember.el (remember): If there is a visible region
234         [that is, the mark is active and transient mark mode is enabled]
235         then use this region for the initial contents of the *Remember*
236         buffer.  Use `region-beginning' and `region-end' instead of
237         `point' and `mark'.
239 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
241         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
242         argument to vc-hg-command.
243         (vc-hg-log-view-mode): Handle the user field better.
245 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
249 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
251         * vc.el (vc-status-fileinfo): New defstruct.
252         (vc-status): New defvar
253         (vc-status-insert-headers, vc-status-printer, vc-status)
254         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
255         (vc-status-unmark-file, vc-status-marked-files): New functions.
257         * vc-hg.el (vc-hg-dir-status): New function.
259 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
261         * cus-edit.el (custom-tool-bar-map): Move initialization of this
262         keymap from here ...
263         (custom-mode): ... to here.  Reported by Reiner Steib.
265 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
267         * obsolete/x-apollo.el: Remove file for unsupported system.
269         * term/x-win.el (vendor-specific-keysyms): Remove reference to
270         Apollo.
272         * progmodes/gud.el (gud-dgux-p): Remove.
273         (dbx): Remove reference to dgux.
275         * progmodes/ps-mode.el (ps-mode-print-function):
276         * ps-print.el (ps-lp-system):
277         * paths.el (rmail-spool-directory):
278         * ls-lisp.el (ls-lisp-emulation):
279         * lpr.el (lpr-lp-system):
280         * dired.el (dired-chown-program): Remove references to dgux.
282 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
284         * vc.el (vc-process-sentinel): Fix apparent typo.
285         (vc-do-command): Forcefully kill any left over process.
286         Use start-file-process.
287         (vc-annotate-get-time-set-line-props): Check we don't move backward.
289 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
291         * net/dbus.el (dbus-list-hash-table)
292         (dbus-name-owner-changed-handler): Replace "signal" by "member".
293         (dbus-check-event): Add serial number to event.
294         (dbus-handle-event): Apply return message if needed.
295         (dbus-event-serial-number): New defun.
296         (dbus-event-service-name, dbus-event-path-name)
297         (dbus-event-interface-name, dbus-event-member-name):
298         Adapt implementation to serial number.
300 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
302         * bs.el (bs--get-mode-name): Fix typo in previous change.
304 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
306         * mouse.el (mouse-popup-menubar): Fix typo.
308         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
309         form inside with-current-buffer.
311         * progmodes/antlr-mode.el (provide): Move to the end of file.
312         (require): Don't require font-lock and compile.
313         (outline-level, imenu-use-markers, imenu-create-index-function):
314         Move declarations to top level.
315         (cond-emacs-xemacs-macfn): Declare for compiler.
317         * vc-bzr.el (vc-bzr-root):
318         * vc-arch.el (vc-arch-root): Only set a property if the file is
319         managed by this backend.
321         * vc-hg.el (vc-hg-state): Support the new status code for
322         up-to-date.
324 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
326         * doc-view.el (doc-view-scroll-up-or-next-page)
327         (doc-view-scroll-down-or-previous-page): Don't scroll to the
328         top/bottom again when on the first/last page.
330         * doc-view.el (doc-view-scroll-up-or-next-page)
331         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
332         image-scroll-down instead of the non-image equivalents.  Don't
333         rely on a signalled condition but switch pages when scrolling
334         doesn't change the vertical position anymore.
335         (doc-view-mode-map): Remap scroll-{up,down} to
336         image-scroll-{up,down}.
338 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
340         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
341         tpu-mapper command rather than load the tpu-mapper package.
343         * emulation/tpu-mapper.el (tpu-mapper): New command.
344         Contains all the code previously at top-level.
346 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * bs.el (bs--sort-by-mode, bs--get-mode-name):
349         * imenu.el (imenu-add-to-menubar):
350         * makesum.el (make-command-summary):
351         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
352         * msb.el (msb--mode-menu-cond):
353         * calc/calc-embed.el (calc-do-embedded):
354         * emacs-lisp/helper.el (Helper-describe-mode):
355         * mail/emacsbug.el (report-emacs-bug):
356         * progmodes/hideshow.el (hs-grok-mode-type):
357         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
358         * textmodes/table.el (*table--cell-describe-mode):
359         Pass mode-name through format-mode-line.
361 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * progmodes/ada-xref.el (ada-prj-find-prj-file):
364         * progmodes/ada-mode.el (comment-region):
365         * calendar/todo-mode.el (todo-insert-item):
366         * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
368 2008-01-04  Richard Stallman  <rms@gnu.org>
370         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
371         Call byte-compile-warn-about-unresolved-functions outside
372         the with-current-buffer.
373         (byte-compile-insert-header): Use with-current-buffer.
375 2008-01-04  Glenn Morris  <rgm@gnu.org>
377         * startup.el (fancy-about-screen): Remove reference to deleted
378         `fancy-splash-help-echo' variable.
380         * version.el (emacs-copyright): Update to 2008.
382         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
383         rather than mapcar.
385         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
386         change (merge mistake).
388         * doc-view.el (doc-view-search-internal): Don't use `incf'.
390         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
391         (bookmark-get-bookmark-record):
392         * image-mode.el (bookmark-make-cell-function)
393         (bookmark-get-filename, bookmark-get-bookmark-record)
394         (bookmark-get-position):
395         * log-view.el (vc-modify-change-comment):
396         * progmodes/grep.el (find-name-arg): Declare for compiler.
398 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
400         * savehist.el (savehist-coding-system): Default to a variant coding
401         system with explicit unix end-of-line conversion, which is safer.
403 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
406         * ibuffer.el (mode column): Use format-mode-line.
408         * server.el (server-create-window-system-frame): Remove workaround for
409         a bug that has been fixed.
411 2008-01-03  Magnus Henoch  <magnus@zemdatav>
413         * net/dbus.el (dbus-name-owner-changed-handler):
414         Use dbus-unregister-object instead of dbus-unregister-signal.
416 2008-01-03  Drew Adams  <drew.adams@oracle.com>
418         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
420 2008-01-03  Richard Stallman  <rms@gnu.org>
422         * replace.el (occur-context-lines): New subroutine,
423         broken out of occur-engine.
424         (occur-engine): Call it.
426 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
428         * vc-git.el (vc-git--ls-files-state): New function.
429         (vc-git-dir-state): Use it instead of processing the status
430         results here.
432 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
434         * progmodes/grep.el (grep-find-ignored-directories):
435         Initialize from the value of vc-directory-exclusion-list.
437         * vc-hooks (vc-directory-exclusion-list):  Include "_darcs",
438         even though we don't have a back end for darcs yet.
440 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
442         Change a return type, for greater extensibility.  See
443         http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
444         and its thread for discussion leading to this change.
446         * emacs-cvs/lisp/bookmark.el:
447         (bookmark-jump-noselect): Return an alist instead of a dotted pair.
448         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
449         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
450         (bookmark-bmenu-switch-other-window): Adjust accordingly.
451         (bookmark-make-cell-function): Adjust documentation accordingly.
453         * emacs-cvs/lisp/image-mode.el
454         (image-bookmark-jump): Adjust return type accordingly; document.
456         * emacs-cvs/lisp/doc-view.el
457         (doc-view-bookmark-jump): Adjust return type accordingly; document.
459 2008-01-02  Miles Bader  <miles@gnu.org>
461         * net/rcirc.el (rcirc-log-filename-function): New variable.
462         (rcirc-log): Use `rcirc-log-filename-function' to generate the
463         log-file name.  Don't log anything if it returns nil.
464         (rcirc-log-write): Use `expand-file-name' when merging the
465         log-file name from the alist with rcirc-log-directory; this does
466         the right thing if the name in the alist already an absolute
467         filename.  Make the log-file directory if necessary.
469 2007-12-29  Richard Stallman  <rms@gnu.org>
471         * font-lock.el (font-lock-prepend-text-property)
472         (font-lock-append-text-property): Canonicalize the face and
473         font-lock-face properties.
475         * faces.el (facep): Doc fix.
477         * startup.el (fancy-startup-tail, fancy-about-text)
478         (fancy-startup-text): Regularize format of face property.
480         * facemenu.el (list-colors-print): Use :background and :foreground
481         instead of background-color and foreground-color.
483 2007-12-29  Drew Adams  <drew.adams@oracle.com>
485         * cus-edit.el (custom-add-parent-links):
486         Fill the "Parent documentation" text.
488 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
490         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
491         MS-Windows and MS-DOS.
492         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
494 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
496         * vc-svn.el (vc-svn-modify-change comment): New function.
498 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
500         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
501         Do not disable undo, with-temp-buffer does it by default.
503 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
505         * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
506         correctly.
508         * vc.el (vc-dired-hook):  Speed tuning.  Replace a vc-backend call
509         with vc-state.
510         (vc-next-action): Fix vc-transfer-file call.
512 2007-12-31  Tom Tromey  <tromey@redhat.com>
514         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
515         Move point to the start of the buffer.
517 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
519         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
521         * vc.el: State that dir-state is required to set the vc-state and
522         vc-backend properties.
524 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
526         * man.el (Man-default-man-entry): Make this a defun.
527         Improve guessing mechanism and handling of section numbers.
529 2007-12-31  Richard Stallman  <rms@gnu.org>
531         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
533 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
535         * calc/calc-units.el (calc-convert-temperature): Ensure that units
536         are on the result even when the result is zero.
538 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
540         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
541         resistent towards wrong parameters.
542         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
544 2007-12-30  Richard Stallman  <rms@gnu.org>
546         * faces.el (face-all-attributes): New function.
548         * faces.el (face-differs-from-default-p): Compute list of attr names
549         from face-attribute-name-alist.
551         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
552         (custom-face-save): Likewise.
553         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
555         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
556         (custom-theme-set-faces): Clear `face-override-spec' property.
557         Call `face-spec-set' with FOR-DEFFACE.
559         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
561         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
562         Use of frame as third arg is deprecated.
563         Handle `face-override-spec' property.
564         (face-spec-recalc): New function.
565         (face-spec-set-2): New function.
566         (frame-set-background-mode): Handle `face-override-spec' property.
567         Use `face-spec-recalc'.
568         (face-set-after-frame-default): Use `face-spec-recalc'.
570 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
572         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
574 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
576         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
578 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
580         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
581         'added, 'removed.
583         * vc.el (header coment): Better description of dir-state.
584         (vc-compatible-state): New function.  Checks whether two states
585         can be in the same changeset; used with 'edited it can test whether
586         the next action for a state should be commit.
587         (vc-default-dired-state-info): Display 'removed state.
588         (vc-dired-hook): Turn off undo, this is a speed tweak.
590         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
592         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
593         Cope with the possibility that the 'C' status flag might change
594         in 0.9,6.
596         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
598 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
600         * files.el (cd-absolute): Fix omission bug:
601         Make `list-buffers-directory' buffer-local.
603 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
605         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
607 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
609         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
611         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
612         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
613         (math-yacas-compose-deriv, math-yacas-compose-taylor)
614         (math-maxima-parse-subst, math-maxima-parse-taylor)
615         (math-maxima-compose-taylor, math-maxima-compose-subst)
616         (math-maxima-compose-if, math-lang-switch-args)
617         (math-lang-compose-switch-args, math-read-giac-subscr):
618         New functions.
619         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
620         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
621         Add languages.
622         (math-vector-brackets, math-complex-format, math-variable-table)
623         (math-parse-table, math-oper-table, math-function-table)
624         (math-special-function-table, math-compose-subscr):
625         Add values for new languages.
627         * calc/calccomp.el (math-compose-expr): Add new languages.
629         * calc/calc.el (calc-language): Add languages to docstring.
631         * calc/calc-ext.el (calc-init-extensions): Add keybindings
632         for new languages.  Autoload commands to change languages.
634         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
636         * calc/calc-menu.el (calc-modes-menu): Add new languages.
637         (calc-arithmetic-menu, calc-scientific-function-menu)
638         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
639         (calc-units-menu, calc-variables-menu, calc-stack-menu):
640         Add :active keywords.
642 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
644         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
645         returns 'ignored or 'unregistered.
646         (vc-hg-state): Pass "-A" to the status command and deal with the
647         output.
648         (vc-hg-dir-state): Pass "-A" to the status command.
650 2007-12-29  Richard Stallman  <rms@gnu.org>
652         * progmodes/compile.el (compilation-start): Set initial visible
653         point properly even when compilation buffer already current.
655 2007-12-29  Richard Stallman  <rms@gnu.org>
657         * files.el (conf-mode-maybe): New function.
658         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
660 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
662         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
664 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
666         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
668 2007-12-29  Richard Stallman  <rms@gnu.org>
670         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
671         so they never do EOF.
673 2007-12-29  Richard Stallman  <rms@gnu.org>
675         * faces.el (copy-face): Create the new face explicitly if it
676         does not exist already.
678 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
680         * simple.el (minibuffer-history, shell-command-history)
681         (set-variable-value-history):
682         * replace.el (regexp-history):
683         * international/mule-cmds.el (input-method-history):
684         * files.el (file-name-history): Add reference to history-length in
685         the doc string.
687 2007-12-29  Richard Stallman  <rms@gnu.org>
689         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
691 2007-12-29  Jason Rumney  <jasonr@gnu.org>
693         * find-dired.el (find-name-arg): New custom variable.
694         (find-name-dired): Use it.
695         (find-dired-find-program): Remove.
696         (find-dired): Use find-program.
697         (find-grep-dired): Use grep-program.
699         * progmodes/grep.el (rgrep): Use find-name-arg.
701 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
703         * progmodes/cc-vars.el (defcustom-c-stylevar):
704         Revert to pre-2007-12-12 version.
706 2007-12-29  Richard Stallman  <rms@gnu.org>
708         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
710         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
711         Use changed.
713         * startup.el (fancy-splash-help-echo): Var deleted.
714         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
715         (fancy-about-screen): Don't display fancy-splash-help-echo.
717         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
719 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
721         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
722         to vc-hooks.el so it will be available to other modes, such as
723         speedbar.el.  Also, teach it to recognize monotone state directories.
725         * speedbar.el: Remove this mode's fragile assumptions about
726         version-control systems.  Instead, make it use logic from
727         vc-hooks.el so it will become smarter whenever VC mode does.
729         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
730         Fix the documentation.
732         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
733         Modify all instances of the dir-state back-end method to suppress
734         keeping undo lists on the buffers holding status output, which
735         can get extremely large.
737         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
738         so they don't do work that the default one can do instead.
740         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
741         states, and the new return-value convention.  These are not
742         actually used yet, just set.
744         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
745         states when appropriate.
747         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
748         'unregistered when appropriate.
750         * vc-git.el: Document that we don't set the new states yet.
752         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
753         'ignored states.
755         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
756         appropriate.
758         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
759         when appropriate.
761 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
763         * thumbs.el (thumbs-call-convert): Use call-process directly
764         with thumbs-conversion-program instead of through shell-file-name
765         for better error reporting.
767 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
769         * calc/calc-aent.el (math-remove-percentsigns):
770         * calc/calccomp.el (math-to-percentsigns): Change placeholder
771         for percent signs.
773 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
775         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
776         use completion-ignored-extensions to detect files that should be
777         ignorted in VC-Dired listings, heading off lots of expensive calls
778         to (vc-state).
780         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
781         non-terse mode.
782         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
783         Makefile.in or Makefile.am
785 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
787         * ps-print.el (ps-mark-active-p): Fun returned back.
788         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
789         `region-active-p' for error checking.
791 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
793         * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
794         Put new machinery in place to support editing of change comments
795         with 'e' in a log-view buffer.  Not documented yet as this
796         only works for SCCS, RCS, and maybe CVS if you have admin
797         privileges.  When we have backend support for Subversion and
798         more modern systems it will be time to write this up.
800 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
802         * international/mule-cmds.el (select-safe-coding-system):
803         When a buffer is modified, cancel the writing.
805 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
807         * log-view.el: Add Subversion and Mercurial log format samples.
809         * vc.el (vc-dired-hook): Significantly speed up by arranging for
810         it to call the backend dir-state hook (if it exists)
811         exactly *once*, rather than once per each subdirectory (with
812         dired-state-info calls on all toplevel files slowing it down even
813         further).  For this to work, backend dir-state methods have to
814         recurse to subdirectories.  Most of them already did anyway; a few
815         needed *non*-recursion switches removed.  This change mostly
816         removed code that was perversely bad and should have been shot
817         through the head years ago.
819         * vc-bzr.el (vc-bzr-dir-state):
820         * vc-cvs.el (vc-cvs-dir-state):
821         * vc-mcvs.el (vc-mcvs-dir-state):
822         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
824         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
825         multiple arguments, so generate logs sequentially when we get them.
826         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
827         headers so the various log bindings can do the right thing.
828         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
830 2007-12-26  Andreas Schwab  <schwab@suse.de>
832         * font-lock.el (save-buffer-state): Make sure the state of the
833         buffer is always restored.
835 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
837         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
839         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
840         a variable.
842         * calc/calccomp.el (math-to-percentsigns): New function.
843         (math-compose-var): Handle variables with percent signs.
844         (math-compose-expr): Handle function names with percent signs.
846         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
847         (math-read-exprs): Handle percent signs in languages that
848         allow them.
849         (math-restore-underscores): Remove function.
850         (math-remove-percentsigns, math-restore-placeholders):
851         New functions.
853 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
855         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
856         of `mark' for error checking.
858 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
860         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
861         New functions.
862         (image-mode): Set bookmark-make-cell-function appropriately.
864         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
866         * bookmark.el (bookmark-make-cell-function): New variable.
867         (bookmark-make): Call bookmark-make-cell-function's function
868         instead of bookmark-make-cell.
869         (bookmark-get-handler, bookmark-jump-internal): New functions.
870         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
871         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
872         Use bookmark-jump-internal.
873         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
875         * doc-view.el (doc-view-bookmark-make-cell)
876         (doc-view-bookmark-jump): New functions.
877         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
879 2007-12-25  Miles Bader  <miles@gnu.org>
881         * indent.el (indent-for-tab-command): Rigidly indent the following
882         sexp along with the current line when a prefix arg is given in the
883         non-active-region case.  Specify raw prefix in interactive spec.
884         Simplify main indentation logic to get rid of the conditional call
885         to `indent-according-to-mode' (it just ended up calling
886         `indent-line-function' in all cases anyway, which can be done more
887         simply here).  Remove unnecessary test of ARG in active region case.
889 2007-12-25  Richard Stallman  <rms@gnu.org>
891         * allout.el (allout-region-active-p): Rename from my-region-active-p.
892         Use `use-region-p'.
893         (allout-write-file-hook-handler): Simplify code.
895         * ps-print.el (ps-mark-active-p): Function deleted.
896         (ps-print-preprint-region): Use (mark) for the error check.
898         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
900         * winner.el (winner-active-region): Use `mark-active' if it's defined.
902         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
904         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
906         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
908         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
910         * progmodes/cc-defs.el (c-region-is-active-p):
911         Use `mark-active' if it's defined.
913         * progmodes/cc-cmds.el (c-indent-line-or-region):
914         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
916         * simple.el (select-active-regions): New option.
917         (set-mark): Obey it.
918         (yank-pop-change-selection): New option.
919         (current-kill): Obey it.
921         * simple.el (use-region-p): Rename from `region-active-p'.
922         (region-active-p): New function.
924 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
926         * term/x-win.el (x-select-enable-primary): New option.
927         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
929         * mouse.el (mouse-yank-primary): New function (almost same
930         as mouse-yank-secondary).
932 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
934         * calculator.el:
935         * dframe.el:
936         * iswitchb.el:
937         * whitespace.el:
938         * winner.el:
939         * emacs-lisp/checkdoc.el:
940         * mail/feedmail.el:
941         * net/quickurl.el:
942         * obsolete/fast-lock.el:
943         * play/5x5.el:
944         * progmodes/delphi.el:
945         * progmodes/idlw-shell.el:
946         * progmodes/idlwave.el:
947         * textmodes/artist.el:
948         * textmodes/ispell.el:
949         * textmodes/texinfmt.el:
950         * textmodes/texinfo.el: Remove obsolete definitions of backward
951         compatibility macros for defcustom, defgroup, defface, when,
952         unless, with-current-buffer and with-temp-message.
954 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
956         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
958 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
960         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
961         indeed a process.
963 2007-12-23  Richard Stallman  <rms@gnu.org>
965         * simple.el (region-active-p): New function.
966         (use-empty-active-region): New variable.
968         * dired-aux.el (dired): Load dired.el at run time too.
970 2007-12-23  Juri Linkov  <juri@jurta.org>
972         * man.el (Man-follow-manual-reference): Fill the minibuffer's
973         default list with a full list of references.
975         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
977 2007-12-23  Andreas Schwab  <schwab@suse.de>
979         * files.el (switch-to-buffer-other-frame): Return the buffer
980         switched to.
982 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
984         Sync with Tramp 2.1.12.
986         * net/tramp.el: New todo item.
988         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
989         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
991         * net/trampver.el: Update release number.
993 2007-12-22  Richard Stallman  <rms@gnu.org>
995         * newcomment.el (comment-region-default): Don't triple the
996         comment starter if the first region line isn't indented enough.
998 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
1000         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1001         specifier from format-string.  Reported by Ye Wenbin.
1003 2007-12-20  Jason Rumney  <jasonr@gnu.org>
1005         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
1006         Parent group is font-lock-faces.
1007         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
1008         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
1009         (nxml-version): Remove.
1010         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
1011         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
1012         (nxml-processing-instruction-delimiter)
1013         (nxml-processing-instruction-target)
1014         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
1015         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
1016         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
1017         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
1018         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
1019         (nxml-attribute-prefix, nxml-attribute-colon)
1020         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
1021         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
1022         (nxml-attribute-value, nxml-attribute-value-delimiter)
1023         (nxml-namespace-attibute-value)
1024         (nxml-namespace-attribure-value-delimiter)
1025         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
1026         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
1027         (nxml-glyph): Rename, removing -face suffix.
1028         Inherit from existing font-lock faces.
1029         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
1030         Use new face names.
1032         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1033         (nxml-outline-active-indicator, nxml-outline-ellipsis):
1034         Rename, removing -face suffix.
1035         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
1036         (nxml-highlighted-colon, nxml-highlighted-slash)
1037         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
1038         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
1039         (nxml-highlighted-qname, nxml-outline-display-heading):
1040         Use new face names.
1042         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
1044         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
1046 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
1048         * cus-start.el (all): Use correct group name for members of
1049         mode-line group.
1051         * man.el (Man-default-man-entry): When looking for default man
1052         entry title search text preceding point.  Use when instead of if.
1054         * indent.el (indent-for-tab-command): Fix doc-string typo.
1056         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
1057         vc-parent-buffer is the current buffer.
1059         * info-look.el (info-lookup, info-lookup-setup-mode)
1060         (info-lookup-make-completions): Avoid clobbering Info-history and
1061         Info-history-list.
1063 2007-12-19  Glenn Morris  <rgm@gnu.org>
1065         * progmodes/verilog-mode.el (top-level): Don't require compile.
1066         (compilation-error-regexp-alist, compilation-last-buffer):
1067         Define for compiler.
1068         (verilog-insert-1): New function.
1069         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1070         Use verilog-insert-1.
1071         (verilog-surelint-off): Use next-error-last-buffer if bound.
1072         Check compile buffer is live.
1074 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
1076         * progmodes/compile.el (compilation-start): Don't pass a FRAME
1077         argument to display-buffer.
1079 2007-12-19  Jason Rumney  <jasonr@gnu.org>
1081         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
1082         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
1083         (rng-byte-compile-load, rng-write-version): Remove.
1085         * nxml/rng-loc.el (rng-schema-locating-files-default)
1086         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
1087         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
1089 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
1091         * files.el (cd-absolute): Set `list-buffers-directory' in order to
1092         show correct path in buffer list.
1094         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
1095         (tramp-find-shell): Send only single prompt setting commands, in
1096         order to avoid double-prompt.
1098         * net/tramp-compat.el (top): Require cl only when compiling.
1099         Reported by Glenn Morris <rgm@gnu.org>.
1101 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
1103         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
1104         (c-comment-continuation-stars): No longer declare with
1105         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
1106         (c-block-comment-prefix): Use symbol-value to
1107         access c-comment-continuation-stars.
1108         * progmodes/cc-mode.el (c-initialize-cc-mode):
1109         Use symbol-value to access c-comment-continuation-stars.
1111 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
1113         * xml.el (xml-escape-string): New function.  Escape string using
1114         xml-entity-alist.
1115         (xml-debug-print-internal): Use xml-escape-string to escape
1116         characters in attributes and in text children of elements.
1118 2007-12-18  Glenn Morris  <rgm@gnu.org>
1120         * progmodes/cc-subword.el (c-subword-mode): Drop support for
1121         systems without define-minor-mode.
1123         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
1125         * progmodes/verilog-mode.el: Replace all instances of
1126         string-to-int with string-to-number, insert-string with insert,
1127         and read-input with read-string.
1128         (top-level): No need to require imenu, reporter, dinotrace, vc,
1129         font-lock when compiling.  Always require compile.  Relegate remaining
1130         compatibility cruft to XEmacs.  Don't require font-lock.
1131         (verilog-version): Remove superfluous concat.
1132         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1133         No need to define.
1134         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1135         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1136         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1137         (verilog-startup-message-displayed): These are variables, not constants.
1138         (verilog-batch-execute-func, verilog-auto-inst)
1139         (verilog-auto-inst-param): Use mapc rather than mapcar.
1140         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1141         actually defining.
1142         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1143         (verilog-modi-get-outputs, verilog-modi-get-inouts)
1144         (verilog-modi-get-inputs, verilog-modi-get-wires)
1145         (verilog-modi-get-regs, verilog-modi-get-assigns)
1146         (verilog-modi-get-consts, verilog-modi-get-gparams)
1147         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1148         (verilog-modi-get-sub-inputs): Move inline functions earlier in
1149         the file.
1150         (sigs-in, sigs-out): Don't declare multiple times.
1151         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1152         `defvar'.
1153         (verilog-auto): Call dinotrace-unannotate-all only if bound.
1154         (verilog-module-inside-filename-p): No need to wrap fboundp test
1155         in condition-case.
1156         (reporter-submit-bug-report): Autoload it.
1157         (verilog-mark-defun): Call zmacs-activate-region only if bound.
1158         (verilog-font-customize): Call customize-apropos only if bound.
1159         (verilog-getopt-flags, verilog-auto-reeval-locals):
1160         Use make-local-variable rather than make-variable-buffer-local.
1161         (verilog-company, verilog-project, verilog-modi-cache-list):
1162         Move make-variable-buffer-local calls to top-level.
1163         (font-lock-defaults-alist): Don't define it.
1164         (verilog-need-fld): Remove.
1165         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1166         (verilog-mode): Only call make-local-hook on XEmacs.
1167         Set font-lock-defaults rather than using verilog-font-lock-init.
1169 2007-12-17  Andreas Schwab  <schwab@suse.de>
1171         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1172         Fix comment typo.
1174 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
1176         * net/dbus.el (dbus-name-owner-changed-handler):
1177         Use `dbus-unregister-signal' for removing old rules.
1178         Obey new structure of `dbus-registered-functions-table'.
1180 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
1182         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1184 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1186         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1187         function.
1188         (add-submenu): Only define for XEmacs.
1189         (verilog-regexp-words): Revert previous change, keep the other
1190         definition.
1192 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1194         * progmodes/perl-mode.el (perl-continued-statement-offset)
1195         (perl-continued-brace-offset, perl-brace-offset)
1196         (perl-brace-imaginary-offset, perl-label-offset):
1197         * progmodes/cperl-mode.el (cperl-brace-offset)
1198         (cperl-continued-brace-offset, cperl-label-offset)
1199         (cperl-continued-statement-offset)
1200         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1201         Add safe-local-variable properties.
1203 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1205         * progmodes/verilog-mode.el (verilog-mode-map)
1206         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1207         (verilog-colorize-include-files): Use only overlay functions so
1208         that it can work on both emacs and XEmacs.
1209         (set-extent-keymap): Remove unused defun.
1210         (verilog-kill-existing-comment, verilog-insert-date)
1211         (verilog-insert-year): Rename in order not to pollute the global
1212         namespace from kill-existing-comment, insert-date and
1213         insert-year, respectively.
1214         (verilog-set-auto-endcomments, verilog-header): Update callers.
1216         * files.el (auto-mode-alist): Recognize verilog files.
1218         * progmodes/verilog-mode.el (verilog-string-replace-matches)
1219         (verilog-string-remove-spaces, verilog-re-search-forward)
1220         (verilog-re-search-backward, verilog-re-search-forward-quick)
1221         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1222         (verilog-get-end-of-line, verilog-within-string): Move definitions
1223         before first use.  No code changes.
1225 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1227         * progmodes/verilog-mode.el (verilog-mode-version)
1228         (verilog-mode-release-date): Don't use expanding keywords.
1229         (provide): Move to the end of file.
1230         (fboundp): Don't check if eval-when-compile is bound, it is used
1231         later in the file without checking.
1232         (when, unless): Copy definitions from subr.el.
1233         (char-before, defcustom, defface, customize-group)
1234         (verilog-batch-error-wrapper): Don't use old style backquotes.
1235         (verilog-regexp-opt): Avoid using the cl function case.
1236         (verilog-regexp-words): Remove duplicated definition.
1237         (verilog-mode-abbrev-table): Remove, duplicate.
1238         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1239         Declare and initialize in one step.
1240         (verilog-declaration-prefix-re, verilog-declaration-re)
1241         (verilog-end-of-statement, verilog-indent-declaration)
1242         (verilog-get-lineup-indent): Remove trailing whitespace.
1243         (verilog-mode): Fix autoload cookie.
1244         Set beginning-of-defun-function and end-of-defun-function.  Use when
1245         instead of if.
1246         (verilog-emacs-features, verilog-auto-ascii-enum)
1247         (verilog-insert-indices): Escape braces in doc strings.
1249 2007-12-08  Michael McNamara  <mac@verilog.com>
1250             Wilson Snyder  <wsnyder@wsnyder.org>
1252         * progmodes/verilog-mode.el: New file.
1254 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
1256         * international/latexenc.el (latexenc-find-file-coding-system):
1257         If both coding-system-for-write and buffer-file-coding-system of
1258         latex-main-file are nil, use `undecided'.
1260 2007-12-06  Jason Rumney  <jasonr@gnu.org>
1262         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1264 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
1266         * files.el (revert-buffer): Docstring fix.
1268 2007-12-11  Glenn Morris  <rgm@gnu.org>
1270         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
1272 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
1274         * calc/calc-aent.el (math-restore-underscores)
1275         (math-string-restore-underscores): New functions.
1276         (math-read-factor): Properly check variable names with underscores
1277         for entries in `math-expr-variable-mapping'.
1279         * calc/calc-lang.el (math-lang-name): New property name.
1281         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
1282         to set language name.
1284 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1286         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1288 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1290         * server.el (server-select-display): Fix important typo.
1291         (server-process-filter): Turn a "" display into nil.
1293 2007-12-09  Juri Linkov  <juri@jurta.org>
1295         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
1296         Check search-upper-case before calling isearch-no-upper-case-p
1297         to set case-fold-search.
1298         (occur): Doc fix.
1299         (occur-1, perform-replace): Check search-upper-case before calling
1300         isearch-no-upper-case-p to set case-fold-search.
1302         * isearch.el (search-upper-case): Doc fix.
1303         (isearch-mode-map): Bind `M-s o' to isearch-occur.
1304         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
1305         (isearch-query-replace-regexp): Doc fix.
1306         (isearch-occur): New function.
1308 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1310         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
1311         backward compatibility.
1313         * net/imap.el (imap-string-to-integer): New function.
1315 2007-12-09  David Kastrup  <dak@gnu.org>
1317         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
1318         directories.  Not sure anybody uses this anymore, though.
1320 2007-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1322         * printing.el: Fix pr-interface-map initialization code.
1323         (pr-version): New version 6.9.3.
1324         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1325         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1326         (pr-f-read-string): Replace by pr-read-string.
1327         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
1328         name.
1329         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1331 2007-12-09  Glenn Morris  <rgm@gnu.org>
1333         * emulation/viper-init.el (top-level): Use dolist rather than mapc
1334         in make-variable-frame-local call.
1336 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1338         * mail/hashcash.el (declare-function):
1339         * net/imap.el (declare-function): New no-op macro for backward
1340         compatibility.
1342 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
1344         Sync makefile.w32-in with Makefile.in.
1346         * makefile.w32-in (check-declare): New target.
1347         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1348         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
1349         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
1350         ($(lisp)/progmodes/cc-mode.elc): Use it.
1351         ($(lisp)/progmodes/cc-mode.elc): New rule.
1353 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1355         * indent.el (tab-stop-list): Mark as safe-local-variable.
1357         * generic-x.el (etc-sudoers-generic-mode): New mode.
1358         (generic-unix-modes): Add it.
1360 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
1362         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
1363         apply wildcards in a hash table key; there is no usable hash code then.
1364         (dbus-registered-functions-table): Use `equal' as test function.
1365         (dbus-name-owner-changed-handler): Rewrite due to new hash table
1366         structure.
1368 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
1370         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
1371         bound error in block comment branch.
1373 2007-12-08  David Kastrup  <dak@gnu.org>
1375         * textmodes/reftex.el (reftex-select-with-char):
1376         * textmodes/reftex-toc.el (reftex-toc-do-promote)
1377         (reftex-toc-visit-location, reftex-toc-find-section):
1378         * textmodes/reftex-index.el (reftex-index-show-entry):
1379         * textmodes/org.el (org-cycle-hide-archived-subtrees)
1380         (org-table-rotate-recalc-marks, org-mark-ring-push)
1381         (org-follow-info-link, org-mhe-get-message-folder-from-index)
1382         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
1383         (org-evaluate-time-range, org-edit-agenda-file-list):
1384         * textmodes/artist.el (artist-select-next-op-in-list)
1385         (artist-select-prev-op-in-list):
1386         * term/mac-win.el (mac-service-insert-text):
1387         * startup.el (fancy-about-screen):
1388         * progmodes/vhdl-mode.el (vhdl-decision-query):
1389         * progmodes/idlwave.el (idlwave-template)
1390         (idlwave-scroll-completions, idlwave-display-completion-list):
1391         * progmodes/ebrowse.el (ebrowse-show-progress):
1392         * progmodes/cperl-mode.el (cperl-find-pods-heres):
1393         * progmodes/antlr-mode.el (antlr-insert-option-do):
1394         * play/mpuz.el (mpuz-close-game):
1395         * net/rcirc.el (rcirc-next-active-buffer):
1396         * mail/reporter.el (reporter-update-status):
1397         * kmacro.el (kmacro-display):
1398         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
1399         * emulation/viper-util.el (viper-save-setting):
1400         * emacs-lisp/lisp-mnt.el (lm-verify):
1401         * emacs-lisp/edebug.el (edebug-set-mode):
1402         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
1403         * calendar/calendar.el (calendar-print-day-of-year):
1404         * calc/calcalg3.el (calc-curve-fit):
1405         * calc/calcalg2.el (math-integral):
1406         * calc/calc.el (calc-read-key-sequence, calc-version):
1407         * calc/calc-mode.el (calc-set-simplify-mode):
1408         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
1410 2007-12-07  D. Goel  <deego3@gmail.com>
1412         * progmodes/idlw-shell.el (idlwave-shell-display-line)
1413         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1414         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
1415         * mail/uce.el (uce-reply-to-uce)
1416         * progmodes/vhdl-mode.el (vhdl-template-modify)
1417         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
1418         to `error' (as suggested by RMS.)
1420 2007-12-07  Glenn Morris  <rgm@gnu.org>
1422         * allout.el (allout-write-file-hook-handler):
1423         * textmodes/reftex.el (reftex-TeX-master-file):
1424         * textmodes/reftex-parse.el (reftex-short-context):
1425         Revert previous change.
1427 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
1429         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
1430         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
1431         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1432         (dbus-event-service-name, dbus-event-path-name)
1433         (dbus-event-interface-name, dbus-event-member-name): Fix for new
1434         event structure.
1435         (dbus-list-activatable-names, dbus-list-names)
1436         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
1437         Reorder `dbus-call-method' arguments.
1439 2007-12-06  D. Goel  <deego3@gmail.com>
1441         * allout.el (allout-write-file-hook-handler):
1442         * textmodes/reftex.el (reftex-TeX-master-file):
1443         * textmodes/org.el (org-paste-subtree):
1444         * progmodes/vhdl-mode.el (vhdl-template-modify):
1445         * progmodes/idlw-shell.el (idlwave-shell-send-command)
1446         (idlwave-shell-display-line):
1447         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1448         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1449         * net/trampver.el (x):
1450         * mail/uce.el (uce-reply-to-uce):
1451         * mail/rmailout.el (rmail-output):
1452         * mail/feedmail.el (feedmail-dump-message-to-queue):
1453         * whitespace.el (whitespace-write-file-hook):
1454         * wdired.el (wdired-check-kill-buffer):
1455         * vc.el (vc-update):
1456         * vc-mcvs.el (vc-mcvs-checkin):
1457         * vc-cvs.el (vc-cvs-checkin):
1458         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
1459         * ibuffer.el (ibuffer-current-buffer):
1460         * dired.el (dired-move-to-end-of-filename):
1461         * bindings.el (complete-symbol):
1462         * textmodes/org-publish.el (org-publish-file):
1463         (org-publish-current-project):
1464         * textmodes/reftex-parse.el (reftex-short-context):
1465         * textmodes/texinfmt.el: Fix buggy calls to `error'.
1467 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         * doc-view.el (doc-view-dvi->pdf-sentinel)
1470         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
1471         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
1472         within a sentinel or timer.
1473         (doc-view-display): Don't try to display before the requested page
1474         is available, unless told to do so explicitly.
1475         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
1476         Force display even if the requested page is not available.
1478 2007-12-06  Richard Stallman  <rms@gnu.org>
1480         * help-fns.el (describe-function-1): Call ad-get-advice-info
1481         only on symbols.
1483 2007-12-06  Glenn Morris  <rgm@gnu.org>
1485         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
1486         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
1487         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
1488         faces in non-light-background case.
1490         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
1491         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
1492         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
1493         * emulation/vi.el, emulation/viper-cmd.el:
1494         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
1495         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
1496         * textmodes/fill.el: Remove directory part from filenames in
1497         function declarations.
1499         * dired-aux.el (mailcap-mime-info): Update declaration.
1501 2007-12-05  Richard Stallman  <rms@gnu.org>
1503         * wid-edit.el (widget-type): Doc fix.
1505 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1508         Don't match "sub { (...) ... }".
1510 2007-12-05  Richard Stallman  <rms@gnu.org>
1512         * international/mule-cmds.el (toggle-input-method-active): New var.
1513         (toggle-input-method): Bind toggle-input-method-active to t.
1514         Error if it was already non-nil.
1516 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
1518         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1520 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
1522         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
1523         see if certs should be verified and what is to be done in the
1524         event of a verification failure.
1526 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
1528         * net/tls.el (tls-program): Provide more custom choices from
1529         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1530         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1531         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1532         version.  Minor improvement to doc strings.
1533         (tls-program): Add comment.
1535 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
1537         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1538         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1539         mismatch between the hostname provided in the certificate and the name
1540         of the host connnecting to.
1541         (open-tls-stream): Use them.  Check certificates against trusted root
1542         certificates.
1544 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1546         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1547         (imap-parse-status): Upcase status-att for broken servers that sends
1548         them lower-case (e.g., MS Exchange 2007).
1550 2007-12-05  D. Goel  <deego3@gmail.com>
1552         * simple.el (undo):
1553         * image-dired.el (image-dired-display-thumb-properties):
1554         (image-dired-modify-mark-on-thumb-original-file):
1555         (image-dired-dired-display-properties):
1556         * help.el (help-window-display-message):
1557         * files.el (hack-local-variables-confirm):
1558         * ediff.el (ediff-version):
1559         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
1560         `message' and `error': Ensure that first arg is a format string.
1562         * emacs-lisp/find-func.el (find-library-name): Prefer files with
1563         ".el" suffix over "".
1565 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
1567         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
1568         interface and member fields.
1570 2007-12-05  Glenn Morris  <rgm@gnu.org>
1572         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
1573         (pcomplete-here): Autoload it.
1575         * eshell/em-basic.el (print-func): No need to define for compiler.
1577         * eshell/esh-cmd.el (eshell-debug-command):
1578         * eshell/esh-io.el (eshell-print): Move definitions before use.
1580         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
1582         * eshell/esh-util.el (top-level): Don't require pp.
1583         Use condition-case rather than ignore-errors.
1585         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
1587         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
1588         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1589         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
1590         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
1591         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
1592         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
1593         * eshell/esh-util.el, eshell/eshell.el: Require individual files
1594         if needed when compiling, rather than esh-maint.  Collect any
1595         require statements.  Move provide statement to end.  Move any
1596         commentary to start.
1598         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
1599         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
1600         * eshell/esh-proc.el, eshell/esh-var.el:
1601         Require individual files if needed when compiling, rather than
1602         esh-maint.  Collect any require statements.  Leave provide at start.
1603         Move any commentary to start.
1605         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1606         Remove declared function from byte-compile-noruntime-functions.
1608         * ediff-util.el (ediff-version):
1609         * progmodes/python.el (compilation-shell-minor-mode):
1610         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
1611         (calendar-bahai-date-string, calendar-check-holidays)
1612         (calendar-chinese-date-string, calendar-coptic-date-string)
1613         (calendar-ethiopic-date-string, calendar-forward-day)
1614         (calendar-french-date-string, calendar-goto-date)
1615         (calendar-goto-today, calendar-hebrew-date-string)
1616         (calendar-islamic-date-string, calendar-iso-date-string)
1617         (calendar-julian-date-string, calendar-mayan-date-string)
1618         (calendar-persian-date-string, gnus-summary-last-subject)
1619         (parse-time-string, rmail-show-message): Declare as functions.
1621 2007-12-05  Michael Olson  <mwolson@gnu.org>
1623         * textmodes/remember.el: Merge contents of remember-diary.el here,
1624         updating header.  Add autoload cookie so that byte-compilation
1625         works without warning.
1626         (remember-diary-file): Default to nil, since diary might not yet
1627         be loaded at this point, which would deny us access to diary-file.
1628         (remember-diary-extract-entries): If remember-diary-file is nil,
1629         then use diary-file instead.
1631         * textmodes/remember-diary.el: Remove, due to the issue of needing
1632         the first 8 characters of a filename to be unique.
1634 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
1636         * net/dbus.el (dbus-hash-table=): New defun.
1637         (dbus-hash-table-test): New hash table test function, used in
1638         `dbus-registered-functions-table'.
1639         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1640         (dbus-event-service-name, dbus-event-path-name)
1641         (dbus-event-interface-name, dbus-event-member-name): Rewritten,
1642         due to new structure of `dbus-event'.
1644 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
1646         * ido.el (ido-save-history): Set the `coding' local
1647         variable in the first line of the file.
1649 2007-12-04  Glenn Morris  <rgm@gnu.org>
1651         * password-cache.el: Move here from gnus/password.el.
1652         (top-level): Don't require cl when compiling.
1653         (password-read-and-add): Doc fix.  Make obsolete.
1655         * net/tramp.el: Require password-cache or password.
1657         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
1658         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
1659         compiling.
1660         (cua-set-rectangle-mark): Add doc string to autoload.
1661         (cua--rectangle, cua--last-killed-rectangle)
1662         (cua--global-mark-active): Always define for compiler.
1663         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
1664         (cua--delete-rectangle, cua--insert-rectangle)
1665         (cua--rectangle-corner, cua--rectangle-assert)
1666         (cua--insert-at-global-mark, cua--global-mark-post-command):
1667         Declare as functions.
1669         * emulation/cua-gmrk.el (top-level): Move provide to end.
1671         * emulation/cua-rect.el (top-level): Move provide to end.
1672         Don't require cua-gmrk when compiling.
1673         (cua--cut-rectangle-to-global-mark)
1674         (cua--copy-rectangle-to-global-mark): Declare as functions.
1676         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1677         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1678         (viper-vi-state-cursor-color):
1679         Consolidate make-variable-frame-local calls.
1681         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
1682         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
1683         than bbdb-address-street1,2,3.
1685         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1686         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
1688 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
1690         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
1691         (save-place-alist-to-file, load-save-place-alist-from-file):
1692         Don't print non-error messages at all, there's really no need.
1693         Do print if there's a problem, and clarify message in that case.
1695 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
1697         * ediff-diff.el (ediff-prepare-error-list):
1698         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
1700 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
1702         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
1703         (doc-view-current-overlay, doc-view-pending-cache-flush):
1704         Add doc string.
1706 2007-12-03  Richard Stallman  <rms@gnu.org>
1708         * subr.el (declare-function): Move from byte-run.el.
1710         * emacs-lisp/byte-run.el (declare-function): Move to subr.el
1712         * window.el (recenter-top-bottom): Don't use `ecase'.
1714 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
1716         * saveplace.el (save-place-alist-to-file):
1717         Set coding-system-for-write once and refer to it throughout.
1718         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
1720 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
1722         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
1723         system when writing, and set it in the first-line file variables.
1724         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
1725         Juanma Barranquero.
1727 2007-12-02  Glenn Morris  <rgm@gnu.org>
1729         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1730         Reverse branches of if statement.
1732         * emulation/viper-cmd.el (top-level): Don't require advice.
1733         Don't load viper-util, viper-keym, viper-mous, viper-macs,
1734         viper-ex when compiling.
1736         * emulation/viper-ex.el (top-level): Don't load viper-util,
1737         viper-keym when compiling.
1739         * emulation/viper-init.el (top-level): Move provide statement to end.
1741         * emulation/viper-keym.el (top-level): Don't load viper-util when
1742         compiling.  Move provide statement to end.
1744         * emulation/viper-macs.el (top-level): Don't load viper-util,
1745         viper-keym, viper-mous when compiling.
1747         * emulation/viper-mous.el (top-level): Don't load viper-util when
1748         compiling.
1750         * emulation/viper-util.el (top-level): Don't load viper-init when
1751         compiling.
1753         * emulation/viper.el (top-level): Don't require ring.
1754         Don't load viper-init, viper-cmd when compiling.
1756         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
1757         Move here from gnus/.
1759 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
1761         Offer option for saveplace to be quiet about loading and saving.
1762         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
1764         * lisp/saveplace.el (save-place-quiet): New customizable boolean.
1765         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
1766         to determine whether to print loading/saving messages.
1768 2007-12-02  Glenn Morris  <rgm@gnu.org>
1770         * mail/binhex.el: Move here from gnus/.
1771         (binhex): New custom group.
1772         (binhex-decoder-program, binhex-decoder-switches)
1773         (binhex-use-external): Move to the binhex custom group.
1775         * mail/uudecode.el: Move here from gnus/.
1776         (uudecode): New custom group.
1777         (uudecode-decoder-program, uudecode-decoder-switches)
1778         (uudecode-use-external): Move to the uudecode custom group.
1780         * net/netrc.el (top-level): Don't load `encrypt' features.
1781         (netrc-parse): Don't use encrypt.
1782         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1784         * progmodes/python.el (top-level): Don't require cl when compiling.
1786 2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
1788         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
1789         encoding for aspell process and for communication with it.
1790         Only add "-d" option if not already present.
1791         Use ispell-current-dictionary and ispell-current-personal-dictionary.
1792         General reorganization.
1794         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
1795         encoding here.
1796         (ispell-start-process): Explicitly set encoding here if using aspell.
1798 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
1800         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
1801         function to log-edit.
1803 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
1805         * net/dbus.el: New file.
1807 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
1809         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
1810         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
1811         (calc-lang-parens-are-subscripts): New variables.
1812         (math-expr-special-function-mapping): Remove variable.
1813         (math-eqn-ignore-words, math-tex-ignore-words)
1814         (math-latex-ignore-words): Move to calc-lang.el.
1816         * calc/calc-lang.el (math-compose-vector, math-compose-var)
1817         (math-tex-expr-is-flat): Declare as functions.
1818         (calc-lang-slash-idiv, calc-lang-allow-underscores)
1819         (math-comp-left-bracket, math-comp-right-bracket)
1820         (math-comp-comma, math-comp-vector-prec): Declare as variables.
1821         (math-var-formatter, math-matrix-formatter)
1822         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1823         (math-punc-table, math-compose-subscr, math-dots)
1824         (math-func-formatter): New property names to store language
1825         specific information.
1826         (math-compose-tex-var, math-compose-tex-intv)
1827         (math-compose-maple-intv, math-compose-eqn-intv)
1828         (math-compose-tex-sum, math-compose-tex-func)
1829         (math-compose-tex-intv): New functions.
1830         (math-eqn-ignore-words, math-tex-ignore-words)
1831         (math-latex-ignore-words): Move from calc.el.
1832         (math-special-function-table): Add entries for tex.
1833         (calc-lang-slash-idiv, calc-lang-allows-underscores):
1834         New variables.
1835         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
1836         (math-compose-tex-matrix, math-compose-eqn-matrix)
1837         (math-eqn-special-functions): Move from calccomp.el.
1839         * calc/calccomp.el (math-compose-var): New function.
1840         (math-compose-expr): Allow more special functions to be used.
1841         Change test for formatting fractions.  Use variables and property
1842         names to help with language specific formatting.
1843         (math-compose-tex-matrix, math-compose-eqn-matrix)
1844         (math-eqn-special-functions): Move to calc-lang.el.
1845         (math-compose-rows): Use property names to help with language
1846         specific formatting.
1848         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
1849         into nested subscripts.
1850         (math-read-token): Use variables and property names to help with
1851         language specific parsing.
1852         (math-read-expression-level): Use variables to help with language
1853         specific parsing.
1855 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1857         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
1858         (archive-rar-summarize): Allow the file name to be passed as argument.
1859         Remove unused vars `header' and `footer'.
1860         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
1862 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
1864         * log-edit.el (log-edit-show-diff): New function.
1865         (log-edit-mode-map, log-edit-menu): Bind it.
1866         (log-edit-diff-function): New variable.
1867         (log-edit): Change the 3rd param to be an alist and accept a
1868         function that computes a diff for the files involved.
1870         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
1872 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
1874         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
1875         wrap next-/previous-line in with-no-warnings.
1877 2007-12-01  Glenn Morris  <rgm@gnu.org>
1879         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
1881         * net/dig.el: Move here from gnus/.
1882         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
1884         * net/dns.el: Move here from gnus/.
1885         (top-level): Don't require mm-util, or cl when compiling.
1886         (dns-write-name, dns-read, dns-read-type, query-dns):
1887         Replace mm-with-unibyte-buffer with its expansion.
1888         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
1890         * progmodes/gdb-ui.el (gud-remove, gud-break):
1891         * progmodes/gud.el (gdb-create-define-alist)
1892         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
1893         (hl-line-highlight, gdb-display-source-buffer)
1894         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
1895         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
1897 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
1899         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
1900         Move args on defun line.
1902         * textmodes/org.el (org-calendar-holiday):
1903         Use calendar-check-holidays instead of the obsolete
1904         check-calendar-holidays.
1905         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
1906         (bbdb-company, bbdb-current-record, bbdb-name)
1907         (bbdb-record-getprop, bbdb-record-name)
1908         (bibtex-beginning-of-entry, bibtex-generate-autokey)
1909         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
1910         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
1911         (mh-find-path, mh-get-header-field, mh-get-msg-num)
1912         (mh-header-display, mh-index-previous-folder)
1913         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
1914         (mh-show-buffer-message-number, mh-show-header-display)
1915         (mh-show-msg, mh-show-show, mh-visit-folder)
1916         (org-export-latex-cleaned-string, remember)
1917         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
1918         (rmail-what-message, elmo-folder-exists-p)
1919         (elmo-message-entity-field, elmo-message-field)
1920         (vm-beginning-of-message, vm-follow-summary-cursor)
1921         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
1922         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
1923         (vm-summarize, wl-folder-get-elmo-folder)
1924         (wl-summary-goto-folder-subr)
1925         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
1926         (wl-summary-line-subject, wl-summary-message-number)
1927         (wl-summary-redisplay): Declare as functions.
1929 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
1931         * longlines.el (longlines-show-hard-newlines): Remove handling of
1932         buffer-undo-list and buffer-modified status.
1933         (longlines-show-region, longlines-unshow-hard-newlines):
1934         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
1935         inhibit-modification-hooks here to avoid that a buffer appears
1936         modified when toggling visibility of hard newlines.
1938 2007-11-30  Glenn Morris  <rgm@gnu.org>
1940         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
1942         * progmodes/idlw-complete-structtag.el
1943         (idlwave-sintern-structtag):
1944         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
1945         (idlwave-sintern-sysvartag):
1946         * progmodes/idlwave.el (idlwave-sintern-class-tag)
1947         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
1948         functions.
1950 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
1952         * textmodes/reftex-index.el (texmathp):
1953         * textmodes/reftex-auc.el (TeX-argument-insert)
1954         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
1955         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
1956         (LaTeX-label-list):
1957         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
1958         (rng-clear-conditional-region, rng-do-some-validation): Declare as
1959         functions.
1960         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
1962 2007-11-30  Glenn Morris  <rgm@gnu.org>
1964         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
1965         argument and document it.
1967         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1968         Third argument to declare-function must be a list to specify arglist.
1970         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1971         Handle declare-function third argument `t' and fourth argument.
1972         (check-declare-verify): Doc fix.  Handle `fileonly' case.
1973         Use progn rather than prog1.
1975         * desktop.el (uniquify-item-base):
1976         * term/mac-win.el (url-type): Declare as functions.
1978         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1979         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1980         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1981         fourth arg to declare-function.
1983         * play/dunnet.el: Don't require cl when compiling.
1984         (byte-compile-warnings): Set via file local variables.
1985         (dun-parse): Let-bind `beg' and `line'.
1987 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
1989         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1991 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1993         * calendar/time-date.el (encode-time-value): Doc fix.
1995 2007-11-29  Glenn Morris  <rgm@gnu.org>
1997         * calendar/time-date.el (with-decoded-time-value): Doc fix.
1999         * textmodes/css-mode.el (prog-mode): Remove.
2000         (css-mode): Derive from fundamental-mode rather than prog-mode.
2002         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2004         * emacs-lisp/check-declare.el (check-declare-locate)
2005         (check-declare-verify): Handle `external' files.
2006         (check-declare-errmsg): New function.
2007         (check-declare-verify, check-declare-file, check-declare-directory):
2008         Use check-declare-errmsg to report the number of problems.
2010         * ffap.el (w3-view-this-url)
2011         * mail/mspools.el (vm-visit-folder)
2012         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
2013         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
2014         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
2015         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
2016         (bbdb-records)
2017         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
2018         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
2019         (sasl-make-client, sasl-next-step, sasl-step-data)
2020         (sasl-step-set-data)
2021         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
2022         (htmlr-step): Declare as functions.
2024         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
2025         Use bbdb-address-zip rather than bbdb-address-zip-string.
2027 2007-11-28  Richard Stallman  <rms@gnu.org>
2029         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
2030         Move here from gnus/.
2032 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
2034         * newcomment.el (comment-region-internal): Fix newline insertion
2035         in `block' case.
2037 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2039         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
2041 2007-11-28  Glenn Morris  <rgm@gnu.org>
2043         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
2044         delete .elc files.
2046         * nxml/char-name/unicode: Move to etc/nxml/.
2047         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
2049         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
2050         Declare as a function.
2052         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
2053         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
2054         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
2056         * nxml/nxml-outln.el (nxml-token-start-tag-p)
2057         (nxml-token-end-tag-p): Move definitions before use.
2059         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
2061         * nxml/nxml-uchnm.el (top-level)
2062         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
2063         (nxml-enabled-unicode-blocks): Add custom group.
2065         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
2066         Use string-to-number rather than string-to-int.
2068         * dired-x.el (dired-omit-old-add-entry): Declare as function.
2069         Move definition before use.
2070         (dired-old-find-buffer-nocreate): Declare as function.
2072         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
2073         (check-declare-verify): Handle fset.
2075         * emulation/edt.el (edt-user-emulation-setup):
2076         Test edt-setup-user-bindings is bound before calling.
2078         * emulation/tpu-edt.el: Don't require cl when compiling.
2079         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
2080         (tpu-edt-off): Use condition-case rather than ignore-errors.
2081         Use with-no-warnings.
2083         * eshell/esh-util.el (top-level): Use require rather than load for
2084         ange-ftp.
2086         * mail/supercite.el (sc-version): Redefine as an alias for
2087         emacs-version.
2088         (sc-help-address): Remove.
2089         (sc-version): Use emacs-version rather than sc-version.
2090         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
2092         * net/socks.el (socks-original-open-network-stream): Declare as
2093         function.  Move definition before use.
2095 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
2097         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
2098         (math-make-frac): Declare as functions.
2100 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2102         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
2103         Pacify byte compiler.
2104         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
2106         * progmodes/idlwave.el (idlwave-shell-get-path-info)
2107         (idlwave-shell-temp-file, idlwave-shell-is-running)
2108         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
2109         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
2110         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
2111         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
2112         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
2113         (idlwave-completing-read, idlwave-current-routine)
2114         (idlwave-downcase-safe, idlwave-entry-find-keyword)
2115         (idlwave-expand-keyword, idlwave-find-class-definition)
2116         (idlwave-find-inherited-class, idlwave-find-struct-tag)
2117         (idlwave-get-buffer-visiting, idlwave-in-quote)
2118         (idlwave-make-full-name, idlwave-members-only)
2119         (idlwave-popup-select, idlwave-routine-source-file)
2120         (idlwave-routines, idlwave-sintern-class)
2121         (idlwave-sintern-keyword, idlwave-sintern-method)
2122         (idlwave-sintern-routine-or-method)
2123         (idlwave-substitute-link-target, idlwave-sys-dir)
2124         (idlwave-this-word, idlwave-what-module-find-class)
2125         (idlwave-where):
2126         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
2127         * mail/uce.el (rmail-msg-is-pruned)
2128         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
2129         (rmail-toggle-header):
2130         * mail/sendmail.el (dired-view-file, dired-get-filename):
2131         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
2132         (rmail-display-labels, rmail-msgbeg)
2133         (rmail-set-message-deleted-p, rmail-message-labels-p)
2134         (rmail-show-message, mail-comma-list-regexp)
2135         (mail-parse-comma-list):
2136         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
2137         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
2138         (rfc822-addresses, mail-abbrev-make-syntax-table)
2139         (mail-sendmail-delimit-header, mail-header-end):
2140         * mail/hashcash.el (message-narrow-to-headers-or-head)
2141         (message-fetch-field, message-goto-eoh)
2142         (message-narrow-to-headers):
2143         * vc.el (view-mode-exit): Declare as functions.
2145         * mail/vms-pmail.el:
2146         * vmsproc.el:
2147         * vms-patch.el: Don't byte compile these files, they don't work.
2149 2007-11-27  Glenn Morris  <rgm@gnu.org>
2151         * calc/calc-ext.el (math-read-big-rec):
2152         * calc/calc-nlfit.el (math-map-binop):
2153         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
2155         * eshell/eshell.el (eshell-report-bug): Add version number of
2156         obsolescence.
2158         * emulation/viper.el, emulation/viper-util.el,
2159         emulation/viper-macs.el, emulation/viper-keym.el,
2160         emulation/viper-ex.el, emulation/viper-cmd.el:
2161         Load viper-*.el files silently.
2163         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
2164         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
2165         Load ediff-*.el files silently.
2167         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
2168         compiling.
2169         (Info-goto-node): Declare as a function.
2171         * ediff-init.el: Don't load ange-ftp when compiling.
2172         * ediff-util.el: Don't load reporter when compiling.
2174         * ediff-wind.el (ediff-display-pixel-width)
2175         (ediff-display-pixel-height):
2176         * generic-x.el (ini-generic-mode):
2177         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
2178         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
2179         (ps-mule-initialize, ps-mule-begin-job):
2180         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
2181         (mark-calendar-days-named):
2182         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
2183         (add-to-diary-list, diary-name-pattern)
2184         (mark-calendar-days-named):
2185         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
2186         (mark-calendar-days-named):
2187         * calendar/cal-x.el (make-fancy-diary-buffer):
2188         * calendar/holidays.el (calendar-absolute-from-julian):
2189         * calendar/todo-mode.el (calendar-current-date):
2190         * calendar/cal-menu.el (calendar-increment-month)
2191         (calendar-month-name, extract-calendar-year)
2192         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
2193         (calendar-current-date, calendar-cursor-holidays)
2194         (calendar-date-string, insert-diary-entry, calendar-set-mark)
2195         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2196         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2197         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
2198         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
2199         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
2200         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
2201         (calendar-day-of-year-string, calendar-iso-date-string)
2202         (calendar-julian-date-string, calendar-astro-date-string)
2203         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
2204         (calendar-persian-date-string, calendar-bahai-date-string)
2205         (calendar-islamic-date-string, calendar-chinese-date-string)
2206         (calendar-coptic-date-string, calendar-ethiopic-date-string)
2207         (calendar-french-date-string, calendar-mayan-date-string)
2208         (calendar-print-chinese-date, calendar-goto-date):
2209         Declare as functions.
2211         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
2212         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
2214         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
2215         aliases for report-emacs-bug.
2216         (gnus-summary-select-article, gnus-configure-windows): Declare as
2217         functions.
2219         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
2220         compiler.
2222         * pgg.el (pgg-clear-string): Declare as a function.
2223         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
2224         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
2226         * emacs-lisp/check-declare.el (check-declare-locate):
2227         Handle compressed files.
2228         (check-declare-verify): Handle define-generic-mode,
2229         define-global(ized)-minor-mode, define-obsolete-function-alias.
2231 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
2233         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
2234         algebraic modes.
2236         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
2237         (math-is-true, calc-explain-why, calc-alg-edit)
2238         (math-composite-inequalities, math-flatten-lands)
2239         (math-multi-subst, calcFunc-vmatches, math-simplify)
2240         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
2241         (math-read-string, math-read-brackets, math-read-angle-brackets):
2242         Declare as functions.
2244         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
2245         (calc-fit-bell-shaped-logistic-curve)
2246         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
2247         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
2248         (math-max-list): Declare as functions.
2249         (math-map-binop): New function.
2250         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
2252         * calc/calc.el (calc-set-language, calc-edit-finish)
2253         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
2254         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
2255         (math-lessp, calc-embedded-finish-command)
2256         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
2257         (calc-push-list-in-macro, calc-replace-selections)
2258         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
2259         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
2260         (calc-embedded-stack-change, calc-refresh-evaltos)
2261         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
2262         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
2263         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
2264         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
2265         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
2266         (math-dimension-error, calc-incomplete-error, math-float-fancy)
2267         (math-neg-fancy, math-zerop, calc-add-fractions)
2268         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
2269         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
2270         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
2271         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
2272         (math-compose-expr, math-comp-width, math-composition-to-string)
2273         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
2274         (math-adjust-fraction, math-format-binary, math-format-radix)
2275         (math-group-float, math-mod, math-format-number-fancy)
2276         (math-format-bignum-fancy, math-read-number-fancy)
2277         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
2278         (calc-do-embedded-activate, math-do-defmath)
2279         (calc-load-everything): Declare as functions.
2281         * calc/calc-ext.el (math-clip, math-round, math-simplify)
2282         (math-simplify-extended, math-simplify-units, calc-set-language)
2283         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
2284         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
2285         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
2286         (math-normalize-hms, math-normalize-mod, math-make-sdev)
2287         (math-make-intv, math-normalize-logical-op, math-possible-signs)
2288         (math-infinite-dir, math-calcFunc-to-var)
2289         (calc-embedded-evaluate-expr, math-known-nonzerop)
2290         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
2291         (math-format-date, math-vector-is-string, math-vector-to-string)
2292         (math-format-radix-float, math-compose-expr, math-abs)
2293         (math-format-bignum-binary, math-format-bignum-octal)
2294         (math-format-bignum-hex, math-format-bignum-radix)
2295         (math-compute-max-digits): Declare as functions.
2296         (math-provably-realp): Fix typo.
2298         * calc/calc-forms.el (calendar-current-time-zone)
2299         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
2300         functions.
2302         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
2304         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
2305         Declare as functions.
2307         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
2308         (math-posp, math-compare, math-bignum, math-compare-bignum):
2309         Declare as functions.
2311         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
2312         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
2313         (calc-explain-why, calc-clear-command-flag)
2314         (calc-roll-down-with-selections, calc-roll-up-with-selections)
2315         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
2316         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
2317         (math-trunc-special, math-trunc-fancy, math-floor-special)
2318         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
2319         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
2320         (math-pow-zero, math-pow-fancy): Declare as functions.
2322         * calc/calc-mode.el (calc-embedded-save-original-modes):
2323         Declare as a function.
2325         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
2326         Declare as functions.
2327         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
2328         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
2329         Replace `mapcar*' by `math-map-binop'.
2330         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
2332         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
2333         (math-read-expr-level): Declare as functions.
2335         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
2337 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2339         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
2340         end-of-defun-function is called consistently, even for negative
2341         arguments.
2342         (end-of-defun-function): Default to forward-sexp.
2344 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2346         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2348 2007-11-26  Glenn Morris  <rgm@gnu.org>
2350         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
2351         than :suffix.
2353         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2355 2007-11-26  Simon Josefsson  <simon@josefsson.org>
2357         * net/imap.el: Move from ../gnus.
2359 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2361         * doc-view.el (doc-view-mode-p): New function.
2363 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
2365         * mail/mspools.el (rmail-get-new-mail):
2366         * mail/reporter.el (mail-position-on-field, mail-text):
2367         * mail/rmail.el (mail-position-on-field, mail-text-start)
2368         (rmail-update-summary):
2369         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
2370         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2371         * mail/rmailout.el (rmail-update-summary):
2372         * mail/rmailsort.el (rmail-update-summary):
2373         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
2374         (dired-view-file):
2375         * mail/uce.el (mail-strip-quoted-names):
2376         * mail/undigest.el (rmail-update-summary):
2377         * mail/unrmail.el (mail-strip-quoted-names):
2378         * ediff.el (diff-latest-backup-file): Declare as functions.
2380         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
2381         (kill-to-end-of-line):
2382         * obsolete/rnews.el (news-set-minor-modes):
2383         Remove non working functions.
2385 2007-11-25  Glenn Morris  <rgm@gnu.org>
2387         * eshell/esh-maint.el (top-level): Use require with NOERROR for
2388         pcomplete.  Don't mess with load-path.
2390         * eshell/eshell.el (eshell-report-bug-address): Remove.
2391         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
2393 2007-11-24  Glenn Morris  <rgm@gnu.org>
2395         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
2396         (appt-disp-window): Don't require electric.
2397         Simplify minibuffer-avoidance code.
2398         (appt-select-lowest-window): Avoid minibuffer.
2400         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
2401         (esh-mode): Require it.
2402         (esh-util): Use require rather than featurep and load.
2403         (eshell): No need to test if eshell-mode is bound; remove obsolete
2404         reference to eshell-auto.
2405         (eshell-command, eshell-command-result): Don't require esh-mode
2406         now that the file does.
2407         (top-level): Move provide statement to the end of the file.
2408         Re-order and update commentary.
2410 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2412         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
2413         (vc-annotate-toggle-annotation-visibility): New command.
2414         (vc-annotate-mode-map): Bind "V" to it.
2415         (vc-annotate-mode-menu): Add entry for it.
2416         (vc-annotate-get-time-set-line-props): New func.
2417         (vc-annotate-display-autoscale)
2418         (vc-annotate-display-difference): Use it.
2420         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
2421         Also, match one space at end of annotation text, after last paren.
2423 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
2425         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
2426         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
2427         `tramp-completion-mode'.
2429 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
2431         * vc-git.el (vc-git-show-log-entry): New func.
2433         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
2434         (vc-git-state): Use vc-git--call.
2435         (vc-git-registered, vc-git-working-revision)
2436         (vc-git-previous-revision, vc-git-next-revision)
2437         (vc-git--run-command-string, vc-git-symbolic-commit):
2438         Use vc-git--out-ok.
2440 2007-11-24  Glenn Morris  <rgm@gnu.org>
2442         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2444 2007-11-24  Kenichi Handa  <handa@m17n.org>
2446         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2448 2007-11-23  David Kastrup  <dak@gnu.org>
2450         * server.el (server-process-filter): Use `command-line-args-left'.
2452 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2454         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
2456 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
2458         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
2459         buffer if the parent buffer is in vc-dired-mode.
2461 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
2463         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
2465 2007-11-23  Juri Linkov  <juri@jurta.org>
2467         * dired.el (dired-read-dir-and-switches): For C-x d, set the
2468         value for M-n to the visited file name of the current buffer.
2469         Use minibuffer-with-setup-hook to set minibuffer-default to
2470         buffer-file-name inside read-file-name.
2472         * man.el (Man-getpage-in-background): Don't disregard user option
2473         `Man-width' on non-window systems.  Remove test for `window-system'
2474         around setting envvar "COLUMNS" depending on the value of `Man-width'.
2476         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
2477         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
2478         of "--color=always".
2480 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2482         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
2483         beginning-of-defun-function.
2485 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2487         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
2489 2007-11-22  Glenn Morris  <rgm@gnu.org>
2491         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
2493         * emacs-lisp/check-declare.el (check-declare-locate): New function.
2494         (check-declare-scan): Use check-declare-locate.
2495         (check-declare-verify): No longer adjust fnfile, now
2496         check-declare-locate does it.
2498         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2500 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2502         * subr.el (posn-col-row): Make the `default-value' use explicit.
2504         * window.el (balance-windows): Remove unused var `counter'.
2505         (bw-balance-sub): Remove unused var `lastchild'.
2506         (split-window-vertically): Remove unused var `switch'.
2507         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
2509         * emacs-lisp/bytecomp.el
2510         (byte-compile-file-form-custom-declare-variable): Simplify.
2512 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2514         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
2515         Set `show-trailing-whitespace' to nil.
2517         * dired.el (make-symbolic-link):
2518         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
2519         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
2520         * dired-x.el (make-symbolic-link):
2521         * frame.el (x-initialize-window-system):
2522         * menu-bar.el (x-menu-bar-open):
2523         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
2524         (x-store-cut-buffer-internal):
2525         * wdired.el (make-symbolic-link):
2526         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
2527         (x-send-client-message):
2528         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
2530 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2532         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2534 2007-11-22  Glenn Morris  <rgm@gnu.org>
2536         * dos-fns.el (int86):
2537         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
2539         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
2541         * calendar/holidays.el (holiday-list): Add autoload cookie.
2543         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
2544         files relative to src/ directory.
2545         (check-declare-verify): Handle .c files.  Warn if could not find
2546         an arglist to check.
2548         * emacs-lisp/byte-run.el (declare-function): Doc fix.
2550 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
2552         * replace.el (occur-mode-map): Add a major mode menu with entries
2553         for all occur operations.
2555         * international/titdic-cnv.el (dos-8+3-filename):
2556         * obsolete/fast-lock.el (msdos-long-file-names):
2557         * frame.el (msdos-mouse-p):
2558         * files.el (msdos-long-file-names, w32-long-file-name):
2559         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2560         (mac-resume-apple-event, mac-font-panel-mode)
2561         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2562         (mac-clear-font-name-table):
2563         * term/pc-win.el (msdos-remember-default-colors)
2564         (w16-set-clipboard-data, w16-get-clipboard-data):
2565         * term/w32-win.el (w32-send-sys-command, w32-select-font)
2566         (set-message-beep):
2567         * net/browse-url.el (w32-shell-execute):
2568         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2569         (w32-get-locale-info, w32-get-valid-locale-ids)
2570         (w32-set-clipboard-data):
2571         * dos-fns.el (int86, msdos-long-file-names):
2572         * dos-w32.el (default-printer-name): Declare as functions.
2574 2007-11-21  Jason Rumney  <jasonr@gnu.org>
2576         * emacs-lisp/byte-run.el (declare-function): Return nil.
2578 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2580         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
2582 2007-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2584         * ps-print.el (ps-lpr-switches): Docstring fix.
2585         (ps-string-list): New fun.
2586         (ps-do-despool): Code fix.
2588 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
2590         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
2592 2007-11-21  Glenn Morris  <rgm@gnu.org>
2594         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
2595         for now.  Handle define-minor-mode, and defalias (with no argument
2596         checking).
2598 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
2600         * frame.el (msdos-mouse-p):
2601         * files.el (msdos-long-file-names, w32-long-file-name):
2602         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2603         (mac-resume-apple-event, mac-font-panel-mode)
2604         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2605         (mac-clear-font-name-table):
2606         * term/pc-win.el (msdos-remember-default-colors)
2607         (w16-set-clipboard-data, w16-get-clipboard-data):
2608         * term/w32-win.el (w32-send-sys-command, w32-select-font)
2609         (set-message-beep):
2610         * net/browse-url.el (w32-shell-execute):
2611         * dos-fns.el (int86, msdos-long-file-names):
2612         * dos-w32.el (default-printer-name): Undo previous change.
2614 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
2616         * international/mule-cmds.el (set-locale-environment):
2617         Set default-file-name-coding-system _after_ keyboard and terminal
2618         coding systems.  This fixes last change.
2620         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2621         one space after "Subject:".
2623 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2625         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2626         in order to determine if there's a conflict.
2628 2007-11-21  Richard Stallman  <rms@gnu.org>
2630         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2632         * reposition.el (reposition-window):
2633         Binding C-M-l moved to bindings.el.
2635         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2637         * add-log.el (add-change-log-entry-other-window):
2638         Key binding C-x 4 a moved to bindings.el.
2640         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2641         from filecache.el.
2643         * filecache.el: Minibuffer map bindings moved to bindings.el.
2645 2007-11-21  Jason Rumney  <jasonr@gnu.org>
2647         * international/mule-cmds.el (set-locale-environment):
2648         Set default-file-name-coding-system from system defaults on Windows.
2650 2007-11-21  Jason Rumney  <jasonr@gnu.org>
2652         * term/w32console.el: New term init file for w32 console.
2654         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
2655         (x-setup-function-keys): Likewise, replacing top-level key definitions.
2656         (w32-tty-standard-colors): Move to term/w32console.el.
2658         * term/w32-win.el (x-setup-function-keys): Remove.
2660         * term/tty-colors.el (tty-register-default-colors): Remove special
2661         case for w32.
2663 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
2665         * frame.el (msdos-mouse-p):
2666         * generic-x.el (w32-shell-name):
2667         * files.el (msdos-long-file-names, w32-long-file-name)
2668         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
2669         (dos-8+3-filename, vms-read-directory, view-mode-disable):
2670         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2671         (mac-resume-apple-event, mac-font-panel-mode)
2672         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2673         (mac-clear-font-name-table):
2674         * term/pc-win.el (msdos-remember-default-colors)
2675         (w16-set-clipboard-data, w16-get-clipboard-data):
2676         * term/w32-win.el (w32-send-sys-command, w32-select-font)
2677         (set-message-beep):
2678         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2679         (w32-get-locale-info, w32-get-valid-locale-ids)
2680         (w32-set-clipboard-data):
2681         * help-fns.el (ad-get-advice-info):
2682         * font-lock.el (fast-lock-after-fontify-buffer)
2683         (fast-lock-after-unfontify-buffer, fast-lock-mode)
2684         (lazy-lock-after-fontify-buffer)
2685         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
2686         * net/browse-url.el (w32-shell-execute):
2687         * dos-fns.el (int86, msdos-long-file-names):
2688         * dos-w32.el (default-printer-name): Declare as functions.
2690 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
2692         * textmodes/paragraphs.el (forward-sentence): Doc fix.
2693         Reported by Drew Adams <drew.adams@oracle.com>.
2695 2007-11-20  Jason Rumney  <jasonr@gnu.org>
2697         * term/w32-win.el (x-setup-function-keys): Protect against
2698         multiple calls on the same terminal.
2700 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2702         * term/mac-win.el (x-setup-function-keys): Only setup
2703         local-function-key-map if it has not been setup already for the
2704         current frame.  Move the suspend-emacs processing here.
2706 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
2708         * progmodes/grep.el (xargs-program): New variable.
2709         (grep-compute-defaults): Use it.
2710         (grep-default-command): Doc fix.
2711         (grep, lgrep, rgrep): Reflow docstrings.
2713 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2715         * vc.el (vc-find-revision): Set the parent buffer.
2716         Use when instead of if.
2718         * progmodes/python.el (info-lookup-maybe-add-help):
2719         * progmodes/ps-mode.el (doc-view-minor-mode):
2720         * mail/emacsbug.el (Info-menu, Info-goto-node):
2721         * emulation/viper-keym.el (viper-ex)
2722         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
2723         * emulation/viper-cmd.el (widget-type, widget-button-press)
2724         (viper-set-hooks):
2725         * emacs-lisp/tcover-unsafep.el (unsafep-function):
2726         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
2727         (ses-load, ses-vector-delete, ses-create-header-string)
2728         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
2729         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
2731 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2733         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
2735 2007-11-20  Glenn Morris  <rgm@gnu.org>
2737         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
2738         for end of function-name.  Handle define-derived-mode.
2740 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2742         * progmodes/idlw-help.el: Require browse-url unconditionally, it
2743         is available by default.
2744         (idlwave-help-browse-url-available): Change default to t.
2746         * emulation/edt.el (defgroup, defcustom): Remove definition.
2747         (eval-when-compile): Remove.
2748         (c-mark-function):
2749         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
2750         * textmodes/fill.el (comment-search-forward)
2751         (comment-string-strip):
2752         * progmodes/prolog.el (comint-mode, comint-send-string)
2753         (comint-send-region, comint-send-eof):
2754         * progmodes/dcl-mode.el (imenu-default-create-index-function):
2755         * emulation/viper-util.el (viper-forward-Word):
2756         * emulation/vi.el (c-mark-function):
2757         * emulation/edt-vt100.el (vt100-wide-mode):
2758         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
2760 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
2762         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2763         Still some tuning in case of an echoing shell.
2764         (tramp-send-command): Connection property "remote-echo" is not
2765         persistent; cache key is the process therefore.
2767 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
2769         * replace.el (map-query-replace-regexp): Doc fix (revert part of
2770         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2772 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
2774         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
2775         * play/yow.el (doctor-ret-or-read):
2776         * vc-hooks.el (vc-dired-resynch-file):
2777         * vc-hg.el (log-view-get-marked):
2778         * smerge-mode.el (ediff-cleanup-mess):
2779         * pcvs.el (vc-editable-p, vc-checkout):
2780         * pcomplete.el (comint-bol):
2781         * informat.el (texinfo-format-refill):
2782         * ido.el (tramp-tramp-file-p):
2783         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
2784         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
2785         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
2786         functions.
2788         * textmodes/ispell.el (ispell-int-char): Make it a defalias
2789         instead of fset.
2790         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
2792         * ido.el (ido-file-internal): Move with-no-warnings to include the
2793         ffap-string-at-point call.
2795         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
2797         * vc-hg.el (vc-hg-revision-table): Fix last change.
2799 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
2801         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
2802         clipboard-yank when the buffer is read-only.
2804         * cus-edit.el (custom-field-keymap): Move to other Custom mode
2805         keymaps such that it's before the definition of Custom-mode-menu.
2806         (Custom-mode-menu): Show it for custom-field-keymap too.
2808 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
2810         * progmodes/gdb-ui.el: Update commentary.
2812 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
2814         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
2816 2007-11-19  Glenn Morris  <rgm@gnu.org>
2818         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
2819         does not exist, try adding `.el' extension.  Also search for defsubsts.
2821         * cus-edit.el (recentf-expand-file-name):
2822         * dired.el (dired-relist-entry):
2823         * subr.el (w32-shell-dos-semantics):
2824         * emacs-lisp/bytecomp.el (compilation-forget-errors):
2825         Declare as functions.
2827 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2829         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
2830         (prepare-abbrev-list-buffer): Use dolist.
2831         (clear-abbrev-table): Preserve properties.
2833 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
2835         * textmodes/texinfmt.el (texinfo-format-printindex):
2836         Collect combined indexes using texinfo-short-index-format-cmds-alist.
2837         Reported on <bug-texinfo@gnu.org>.
2839 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
2841         * net/tramp.el (tramp-completion-reread-directory-timeout):
2842         New defcustom.
2843         (tramp-handle-file-name-all-completions): Flush directory contents
2844         from cache regularly.
2845         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
2846         (tramp-open-connection-setup-interactive-shell):
2847         Call `tramp-cleanup-connection' via funcall.
2849         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
2850         created when copying.
2852 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
2854         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
2855         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
2856         * eshell/esh-ext.el (eshell-external-command):
2857         * eshell/esh-cmd.el (require):
2858         * eshell/em-unix.el (eshell-plain-locate-behavior):
2859         * eshell/em-cmpl.el (eshell-cmpl-initialize):
2860         Replace eshell-under-xemacs-p with (featurep 'xemacs).
2861         * eshell/esh-mode.el (characterp, char-int): Remove unused
2862         conditional defaliases.
2864         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
2865         Rename from event-matches-key-specifier-p, define unconditionally.
2866         (event-basic-type): Remove unused defalias.
2867         (pcomplete-show-completions):
2868         Use pcomplete-event-matches-key-specifier-p.
2870 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
2872         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
2873         when saving esh-groups.el.
2875 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
2877         * wid-edit.el (widget-default-complete):
2878         * progmodes/flymake.el (flymake-goto-file-and-line):
2879         Fix typo in (doc-)string.
2881 2007-11-17  Glenn Morris  <rgm@gnu.org>
2883         * emacs-lisp/byte-run.el (declare-function): New macro.
2884         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2885         New function, byte-hunk-handler for declare-function.
2886         (byte-compile-callargs-warn): Handle declared functions.
2888         * emacs-lisp/check-declare.el: New file.
2889         * Makefile.in (check-declare): New target.
2891         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
2893         * subr.el (process-lines): Move here from ../admin/admin.el.
2894         * emacs-lisp/authors.el (authors-process-lines): Remove.
2895         (authors): Use process-lines rather than authors-process-lines.
2897         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
2898         Remove these files.
2900 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
2902         * emacs-lisp/backquote.el (backquote):
2903         Improve argument/docstring consistency.
2905         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
2906         (ring-length, ring-empty-p): Use c[ad]dr.
2907         (ring-plus1): Use `1+'.
2908         (ring-minus1): Use `zerop'.
2909         (ring-remove): Use c[ad]dr.  Use `when'.
2910         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
2911         (ring-ref): Use `let', not `let*'.
2912         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
2913         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
2914         (ring-member): Simplify.  Doc fix.
2915         (ring-convert-sequence-to-ring): Simplify.
2917 2007-11-17  Juri Linkov  <juri@jurta.org>
2919         * dired-aux.el (dired-create-directory): Allow creating
2920         a directory of an arbitrary depth.  Add a loop to find the topmost
2921         nonexistent parent dir `new', and call `dired-add-file' on it.
2922         Set the `PARENTS' arg of `make-directory' to t.
2924 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2926         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
2927         (math-build-parse-table): Get parse information from math-parse-table.
2929 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2931         * window.el (recenter-last-op): New var.
2932         (recenter-top-bottom): New command.
2933         (global-map): Bind it to C-l.
2935         * abbrev.el (abbrev--write): Fix error in transcription from C.
2937         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
2938         (pc-select-ensure-mark): Set mark-active to a special value instead.
2939         Rename from ensure-mark.  Update call callers.
2940         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
2941         Rewrite.  Update all callers.
2942         (pc-selection-mode): Remove redundant var declaration.
2944 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
2946         * doc-view.el (doc-view-search-backward, doc-view-search):
2947         Fix assignment to free variable bug.
2949 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
2951         * emulation/pc-select.el (pc-select-shifted-mark): New var.
2952         (ensure-mark): Set it.
2953         (maybe-deactivate-mark): New fun.
2954         Use it everywhere instead of (setq mark-active nil).
2956 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2958         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
2959         Add check for XEmacs.
2961         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
2963         * doc-view.el (doc-view-resolution): Add missing :group.
2965 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
2967         * subr.el (make-variable-frame-local):
2968         Fix typo in obsolescence declaration.
2970 2007-11-16  Werner Lemberg  <wl@gnu.org>
2972         * files.el (set-auto-mode-1): Check second line for -*- if file
2973         starts with '\" (which is used by man pages to identify needed
2974         troff preprocessors).
2976 2007-11-16  Glenn Morris  <rgm@gnu.org>
2978         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2980 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2982         * calc/calc-lang.el (math-oper-table): Fix typo.
2983         Reduce precedence of "/" for TeX.
2985         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
2987 2007-11-16  Juri Linkov  <juri@jurta.org>
2989         * dired-aux.el (dired-read-shell-command-default): New function.
2990         (dired-read-shell-command): Use its return value for DEFAULT arg.
2992         * replace.el (keep-lines-read-args, occur-read-primary-args):
2993         Use a list of default values for DEFAULT arg of read-from-minibuffer.
2995         * man.el (Man-heading-regexp): Add 0-9.
2996         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2998 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
3001         (doc-view-resolution): New custom var.
3002         (doc-view-pdf/ps->png): Use it.
3003         (doc-view-shrink-factor): New var.
3004         (doc-view-enlarge, doc-view-shrink): New commands.
3005         (doc-view-mode-map): Use them.
3007 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3009         * ediff-wind.el (ediff-window-setup-function):
3010         * simple.el (normal-erase-is-backspace):
3011         * eshell/em-unix.el (eshell/info):
3012         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3013         Fix typos in docstrings.
3015         * emulation/cua-base.el (cua--keymaps-initialized):
3016         Rename from `cua--keymaps-initalized'.  Callers changed.
3017         (cua-highlight-region-shift-only): Doc fix.
3018         (cua-paste-pop): Fix typo in docstring.
3020 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3022         * emulation/cua-base.el (cua--pre-command-handler-1):
3023         Use input-decode-map instead of function-key-map.
3024         Use event-modifiers now that it works reliably.
3026         * vc.el (vc-diff-internal): Pop-to-buffer later.
3028         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
3030         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
3031         did not touch them.
3033 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
3035         * calc/calc-menu.el: New file.
3036         * calc/calc.el (calc-mode): Require calc-menu.
3038 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
3040         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
3042 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
3044         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
3045         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
3046         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
3047         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
3048         locations.
3049         (gdb-info-breakpoints-custom, gdb-assembler-custom)
3050         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
3051         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
3053 2007-11-13  Noah Friedman  <friedman@splode.com>
3055         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
3056         bindings to remap when `calc-scan-for-dels' is non-nil.
3058 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3060         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
3061         constant forms.
3062         (byte-compile-nilconstp): New function.
3063         (byte-optimize-cond): Kill subsequent branches when a branch is
3064         know to be taken or not taken.
3065         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
3067 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
3069         * vc.el (vc-register): Allow registering a file passed as a
3070         parameter instead of just the current buffer.
3072 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
3074         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3075         Check whether the output of "uname -sr" has been changed.
3077 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3079         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
3080         patterns from compilation-perl.el and compilation-weblint.el files.
3082 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
3084         * progmodes/compilation-perl.el:
3085         * progmodes/compilation-weblint.el: Disable autoloads, they cause
3086         a bootstrap failure.
3088         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
3089         instead of doing "cvs diff" in order to avoid accessing the repository.
3091 2007-11-12  Kevin Ryde  <user42@zip.com.au>
3093         * progmodes/compilation-perl.el:
3094         * progmodes/compilation-weblint.el: New files.
3096 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
3098         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
3099         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
3100         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
3101         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
3102         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
3103         Rewrite in active voice.
3105 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
3107         * doc-view.el: Add comments about isearch support.
3109 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
3111         * vc.el (vc-start-entry): Fix setting the in the case the function
3112         is called from vc-dired.  Use when instead of if where appropriate.
3114 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3116         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
3117         to be a list.
3118         (ps-begin-job): Error if ps-lpr-switches is not a list.
3120 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3122         * faces.el (face-normalize-spec): Remove function.
3123         (frame-set-background-mode): Undo last change.
3125 2007-11-10  Jason Rumney  <jasonr@gnu.org>
3127         * w32-fns.el: Sync charset names with setup-default-fontset.
3128         Append "-1" where second part missing.
3130 2007-11-10  Juri Linkov  <juri@jurta.org>
3132         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
3133         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
3135         * custom.el (custom-note-var-changed): Remove the `interactive'
3136         spec from this new non-interactive function.
3138 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
3140         * doc-view.el (doc-view-mode-map, doc-view-menu)
3141         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
3142         (doc-view-search-backward): New function.
3143         (doc-view-search): Query new regexp if prefix arg is given, else
3144         jump to next/previous match.
3145         (doc-view-mode): Handle compressed files.
3146         (jka-compr): Required for compressed files.
3148 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3150         * replace.el (query-replace-show-replacement): New defcustom.
3151         (perform-replace): Use `match-substitute-replacement' if
3152         `query-replace-show-replacement' is non-nil.
3154 2007-11-10  David Kastrup  <dak@gnu.org>
3156         * subr.el (match-substitute-replacement): New function.
3158 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
3160         * files.el (auto-mode-alist): Select org-mode for files with the
3161         extension ".org".
3163 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
3165         * help.el (help-window, help-window-point-marker): New variables.
3166         (help-window-select): New option.
3167         (with-help-window): New macro for displaying help windows.
3168         (help-window-display-message, help-window-setup-finish)
3169         (help-window-setup): New functions used for setting up help windows.
3170         (print-help-return-message): Reset help-window to nil.
3171         (view-lossage): Use with-help-window instead of
3172         with-output-to-temp-buffer and move help-window-point-marker after
3173         inserted text.
3174         (describe-bindings, describe-key, describe-mode): Use
3175         with-help-window instead of with-output-to-temp-buffer.
3177         * help-mode.el (help-mode): Set view-exit-action to bury the
3178         buffer instead of fiddling with windows.  Simplify code.
3179         (help-mode-finish): When help-window eqs t set it to the selected
3180         window and have with-help-window set up view-return-to-alist.
3181         (help-buffer): Add autoload cookie.
3183         * view.el (view-remove-frame-by-deleting): Change default value to t.
3184         Add autoload cookie.
3185         (view-exit-action, view-file, view-file-other-window)
3186         (view-file-other-frame, view-buffer, view-buffer-other-window)
3187         (view-buffer-other-frame): Rewrite doc strings.
3188         (view-return-to-alist-update): New function to remove stale entries
3189         from view-return-to-alist.
3190         (view-mode-enter): Rewrite doc string and simplify code.
3191         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
3192         view-exit-action to nil.  Simplify code and rewrite doc string.
3194         * apropos.el (apropos-describe-plist):
3195         * descr-text.el (describe-char):
3196         * disp-table.el (describe-display-table):
3197         * faces.el (list-faces-display, describe-face):
3198         * facemenu.el (list-colors-display):
3199         * help-fns.el (describe-function, describe-variable)
3200         (describe-syntax, describe-categories):
3201         Use with-help-window instead of with-output-to-temp-buffer.
3203 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
3205         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
3206         Optimize (featurep 'emacs) to t.
3208         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
3209         New function.
3210         (byte-compile-maybe-guarded): Use it to also look for bound
3211         symbols inside `and' forms.  Comment out non-working code that was
3212         trying to avoid warnings for XEmacs code.
3214         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
3216         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
3217         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
3218         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
3219         (vc-cvs-annotate-command):
3220         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
3221         is bound, it always is.
3223 2007-11-10  Jason Rumney  <jasonr@gnu.org>
3225         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
3226         setup here from global scope.
3228 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
3230         * ido.el (ido-save-history): Save the history file in UTF-8, not
3231         the current filename coding system.
3233 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3235         * simple.el (interprogram-cut-function, interprogram-paste-function):
3236         Don't make them frame-local any more.
3238         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
3239         Don't set interprogram-(cut|paste)-function on each frame.
3241         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3242         Make them work in tty frames.
3243         (interprogram-cut-function, interprogram-paste-function):
3244         Set them globally.
3246 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3248         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
3249         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
3250         (iso-iso2duden-trans-tab): Add docstring.
3252 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3254         * abbrev.el (define-abbrev-table): Record the variable definition.
3256         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
3257         New function.
3259 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3261         * ps-print.el: Clean the code for checking suitable Emacs version.
3262         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
3263         (ps-print-version): New version 6.8.1.
3265 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3267         * files.el (enable-local-variables): Doc fix.
3269 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
3271         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
3273 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
3275         * dired-aux.el (dired-copy-file-recursive):
3276         Preserve directory permissions.
3278 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3280         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
3281         (whitespace-unload-function): New-style unload function.  When run,
3282         unintern `whitespace-unload-hook' and call `unload-feature' recursively
3283         to stop the old hook from messing with the unloading.
3285 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3287         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
3288         (elp-unset-master, elp-results): Fix typos.
3289         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
3290         Doc fixes.
3292         * msb.el (msb--many-menus): Remove variable.
3293         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
3294         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
3295         (msb--toggle-menu-type): Fix typos in docstrings.
3297         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
3298         (shadow-insert-var): Doc fixes.
3299         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
3300         Reflow docstrings.
3301         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
3303 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3305         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
3306         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
3307         Fix typos in autoload docstrings.
3309 2007-11-09  Richard Stallman  <rms@gnu.org>
3311         * savehist.el (savehist-save): Obey savehist-ignored-variables.
3313 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
3315         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
3316         (gdb-var-update-handler-1): Use it.
3318 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3320         * loadhist.el (unload-feature): Remove erroneous check for the
3321         FEATURE-unload-function variable; check the existence of the
3322         function (that's what the docstring says, and it makes more sense).
3324         * follow.el (follow-unload-function): Add docstring.
3325         (follow-unload-function): Remove variable.
3327         * server.el (server-unload-function): Remove variable.
3328         (server-unload-function): Unbind `server-edit' from `C-x #'.
3330         * ses.el (ses-unload-function): New function.
3332 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
3334         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
3335         (unsafep-progn, unsafep-let): Fix typos in docstrings.
3337         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
3338         before use to avoid a warning in packages that require uniquify.
3339         (uniquify-unload-function): New function and var.
3341 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
3343         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
3344         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
3345         (ediff-current-diff-A, ediff-current-diff-B)
3346         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
3347         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
3348         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
3349         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
3350         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
3351         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
3352         (ediff-setup-windows-plain-merge)
3353         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
3354         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
3355         * ediff-util.el (ediff-setup-keymap, )
3356         (ediff-toggle-wide-display, ediff-toggle-multiframe)
3357         (ediff-toggle-use-toolbar, ediff-really-quit)
3358         (ediff-good-frame-under-mouse)
3359         (ediff-highlight-diff-in-one-buffer)
3360         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
3361         (ediff-make-bullet-proof-overlay):
3362         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
3363         (ediff-set-meta-overlay):
3364         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
3365         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
3366         ediff-emacs-p with their former definitions.
3368         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
3369         (viper-has-face-support-p, viper-inactivate-input-method)
3370         (viper-activate-input-method)
3371         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
3372         * emulation/viper-mous.el (viper-multiclick-timeout)
3373         (viper-surrounding-word, viper-mouse-click-insert-word)
3374         (viper-mouse-click-search-word, viper-parse-mouse-key):
3375         * emulation/viper-macs.el (viper-char-array-to-macro):
3376         * emulation/viper.el (viper-go-away, viper-set-hooks)
3377         (viper-non-hook-settings):
3378         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
3379         (viper-get-saved-cursor-color-in-insert-mode)
3380         (viper-get-saved-cursor-color-in-emacs-mode)
3381         (viper-check-version, viper-get-visible-buffer-window)
3382         (viper-file-checked-in-p, viper-set-replace-overlay)
3383         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
3384         (viper-check-minibuffer-overlay, viper-read-key-sequence)
3385         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
3386         with their former definitions.
3387         (viper-eventify-list-xemacs): Only do work for XEmacs.
3388         (viper-set-unread-command-events): Only do work for Emacs.
3389         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
3390         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
3391         (viper-overlay-get, viper-overlay-put, viper-read-event)
3392         (viper-characterp, viper-int-to-char, viper-get-face)
3393         (viper-color-defined-p, viper-iconify): New defaliases replacing
3394         the old fsets.
3396         * progmodes/fortran.el (comment-region-function)
3397         (uncomment-region-function): Pacify byte compiler.
3399         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
3401 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
3403         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
3404         `process-environment'.
3406 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
3408         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
3409         match dir like "a...b".
3411 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3413         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
3415 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
3417         * net/tramp.el (tramp-handle-substitute-in-file-name):
3418         Don't expand the remote connection identification.
3419         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3420         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
3421         before calling stty.
3423         * net/tramp-cache.el (tramp-cache-print)
3424         (tramp-dump-connection-properties): Fix docstring.
3425         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
3427         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
3429         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
3430         remote connection identification when setting connection property.
3432         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
3433         "//" substitutes only in the local filename part.
3435 2007-11-07  David Hansen  <david.hansen@gmx.net>
3437         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
3439 2007-11-07  Glenn Morris  <rgm@gnu.org>
3441         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
3442         Remove superfluous concats.  Move final set-buffer to
3443         non-emacs-specific code.
3445 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
3447         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
3449 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
3451         * eshell/esh-mode.el (eshell-output-filter):
3452         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
3453         Use `with-current-buffer'.
3455 2007-11-07  Andreas Schwab  <schwab@suse.de>
3457         * server.el (server-start): Only register cleanup after server was
3458         started.
3460 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
3462         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
3464         * net/tramp-cache (tramp-cache-print): Move down.
3465         (tramp-cache-list-connections): New defun.
3467         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
3469 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
3471         * ido.el (ido-save-history): Write the history file in the current
3472         filename coding system, and add `coding' file-local variable.
3474 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
3476         * textmodes/org.el (org-table-formula-substitute-names):
3477         Remove forgotten temporary debugging code.
3479 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
3481         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
3482         the prompt.
3484 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
3486         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
3488 2007-11-05  Simon Josefsson  <simon@josefsson.org>
3490         * net/tls.el (tls-end-of-info): Doc fix.
3492 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
3494         * international/utf-7.el (utf-7-imap): New coding system.
3495         (utf-7-imap-post-read-conversion): New function.
3496         (utf-7-imap-pre-write-conversion): New function.
3498 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3500         * abbrev.el (abbrev--write): Fix up typo.
3502 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
3504         * abbrev.el (define-abbrev-table): Doc fix.
3506 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
3508         * info.el (Info-revert-buffer-function): New func.
3509         (Info-mode): Arrange to use it for reverting.
3510         (Info-copy-current-node-name): Add space between filename and nodename.
3512 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3514         * abbrev.el (expand-abbrev): Move point back to expansion's end.
3516 2007-11-04  Glenn Morris  <rgm@gnu.org>
3518         * net/tls.el: Don't require rx when compiling.
3519         (tls-end-of-info): Rewrite without using rx.
3520         (open-tls-stream): Use with-current-buffer.
3522 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
3524         * net/tls.el: Require rx when compiling.
3525         (tls-end-of-info): New variable.
3526         (open-tls-stream): Keep reading input until `tls-end-of-info' is
3527         matched.
3529 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
3531         * register.el (append-to-register, prepend-to-register):
3532         Don't signal error on empty register; use the text, instead.
3534 2007-11-03  Michael Olson  <mwolson@gnu.org>
3536         * textmodes/remember.el (remember-buffer):
3537         Use define-obsolete-function-alias rather than defalias.
3539 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3541         * simple.el (bad-packages-alist): Anchor semantic regexp.
3543 2007-11-03  Glenn Morris  <rgm@gnu.org>
3545         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
3546         if defined, for blank lines.  Doc fix.
3548         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
3549         (fortran-mode): Set values for comment-region-function,
3550         uncomment-region-function and comment-insert-comment-function.
3551         (fortran-uncomment-region): New function.
3553         * textmodes/nroff-mode.el (nroff-mode):
3554         Set comment-insert-comment-function rather than indent-line-function.
3555         (nroff-indent-line-function): Remove.
3556         (nroff-insert-comment-function): New function.
3558 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
3560         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
3562 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
3564         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
3566         * emulation/viper-cmd.el (viper-prev-destructive-command)
3567         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
3568         copy-sequence.
3570         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
3571         Got rid of ediff-copy-list.
3573         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
3574         use face-name.
3575         (ediff-test-utility, ediff-diff-mandatory-option)
3576         (ediff-reset-diff-options): Remove to simplify the mandatory option
3577         handling on Windows.
3578         (ediff-set-diff-options): Add.
3579         (ediff-diff-options): Set "--binary" option as default in some cases.
3581         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
3582         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
3583         ediff-vc-working-revision.  Require vc-hooks.
3585 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
3587         * files.el (hack-local-variables): Fix membership tests to avoid
3588         treating all variables as safe if `enable-local-variables' is
3589         set to :safe (CVE-2007-5795).
3591 2007-11-02  Glenn Morris  <rgm@gnu.org>
3593         * newcomment.el (comment-indent): Let comment-insert-comment-function,
3594         if defined, do all the work of inserting a new comment.
3596         * progmodes/etags.el (tags-table-mode): Disable undo.
3598         * simple.el (bad-packages-alist): Revert previous change.
3600 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
3602         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
3604         * obsolete/lselect.el: Do not warn about unknown functions.
3606 2007-11-02  Michael Olson  <mwolson@gnu.org>
3608         * textmodes/remember.el (remember-buffer): Make this an alias of
3609         remember-finalize, because Org uses it.
3611 2007-11-01  Michael Olson  <mwolson@gnu.org>
3613         * textmodes/remember.el: Improve documentation in heading.
3614         (remember-before-remember-hook): Turn into a customizable option.
3615         (remember): Document INITIAL argument.
3616         (remember-region): Remove autoload cookie.  Improve docstring to
3617         mention that it is called from the *Remember* buffer, and does not
3618         have any functional overlap with the `remember' function.
3619         (remember-finalize): Remove autoload cookie.  Rename from
3620         remember-buffer to emphasize that this does not have any
3621         functional overlap with the `remember' function.
3622         (remember-destroy): Remove autoload cookie.
3623         (remember-mode-map): Define and initialize in one step.
3624         (remember-mode): Improve docstring.
3625         (remember-annotation-functions): Default to just '(buffer-file-name),
3626         and don't try to take the default value from Planner.
3628 2007-11-01  Glenn Morris  <rgm@gnu.org>
3630         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
3632         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
3634         * emacs-lisp/authors.el (authors-scan-change-log)
3635         (authors-scan-el): Don't enable local eval; enable only safe local
3636         variables, without querying.
3638         * mail/footnote.el (footnote-numeric-regexp)
3639         (footnote-english-upper-regexp, footnote-english-lower-regexp)
3640         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
3641         Match multi-character footnotes.
3643         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
3644         (nroff-indent-line-function): New function.
3645         (nroff-count-text-lines): Use nroff-forward-text-line rather than
3646         obsolete alias.
3648 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
3650         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
3651         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
3652         (rcirc-print): Only update the line count when not marking the
3653         line as omittable.
3654         (rcirc-log-write): Specify coding system when writing logfile.
3655         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
3657 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
3659         * printing.el (printing): Fix :version, printing.el was included
3660         for in emacs-22.1.
3661         (pr-path-style, pr-path-alist, pr-txt-name)
3662         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
3663         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
3664         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
3665         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
3666         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
3667         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
3668         (pr-setting-database, pr-visible-entry-list)
3669         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
3670         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
3672         * ediff-util.el (ediff-nuke-selective-display): Move definition to
3673         top level, make it dependent on the emacs flavor.
3675         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
3676         Test for XEmacs not for itimer.
3678         * term/sun-mouse.el:
3679         * obsolete/sun-fns.el:
3680         * obsolete/sun-curs.el: Remove files.
3682         * term/sun.el (select-previous-complex-command): Remove obsolete code.
3684 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
3686         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
3687         was given to concat.
3689 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
3692         used normally for goto-line.  Change `g' to revert the buffer.
3693         Add redundant `r' binding for buffer-revert.
3695         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
3696         (mail-abbrevs-setup): Use abbrev-expand-functions.
3697         (build-mail-abbrevs): Use with-temp-buffer.
3698         (define-mail-abbrev): Simplify.
3699         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
3700         Change it for use on abbrev-expand-functions.
3701         (mail-abbrev-complete-alias): Use with-syntax-table.
3703 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
3705         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
3706         directly.  Fix bug in deleting temp file.
3708 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3710         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
3711         Merge defvar and define-abbrev-table.
3712         (def-python-skeleton): Use :case-fixed and :enable-function.
3713         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
3714         Remove.
3715         (python-mode): Don't modify pre-abbrev-expand-hook.
3717 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
3719         * ediff-util.el (ediff-file-checked-out-p)
3720         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
3722 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3724         * abbrev.el (abbrev-symbol): Correct let->let*.
3725         (abbrev--before-point): Only use abbrev-start-location if before point.
3727 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
3729         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
3730         (strokes-unload-hook): Remove function and variable.
3731         (strokes-unload-function): New-style unload function, adapted
3732         from `strokes-unload-hook'.
3734         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
3735         (cl-unload-hook): Remove variable.
3736         (cl-unload-function): New-style unload function, adapted
3737         from `cl-cannot-unload'.
3739         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
3740         (elp-unload-function): New-style unload function, adapted
3741         from `elp-unload-hook'.
3743 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3745         * emacs-lisp/find-func.el (find-library): Use library at
3746         point as default interactive argument.
3748 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
3750         * shadowfile.el (shadow-join): Remove.
3751         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
3752         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
3753         (shadowfile-unload-hook): Remove function and variable.
3754         (shadowfile-unload-function): New-style unload function, adapted
3755         from `shadowfile-unload-hook'.
3757 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
3759         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
3760         only if it is bound.
3762         * textmodes/reftex.el: Move autoloads for before all uses.
3763         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
3764         (reftex-delete-overlay): Move to the top level with the condition
3765         in the body.
3767         * progmodes/simula.el: Use when instead of if.
3769         * iimage.el (iimage-locate-file): Define unconditionally.
3771         * mail/mailabbrev.el (mail-abbrev-next-line):
3772         * emulation/vip.el (vip-enlarge-region, vip-line)
3773         (vip-next-line-at-bol, vip-previous-line)
3774         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
3775         Wrap with-no-warnings around uses of next-line and previous-line.
3777         * ediff.el (run-ediff-from-cvs-buffer):
3778         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
3779         Remove function not used by pcl-cvs anymore.
3780         (noninteractive, generic-sc-get-latest-rev)
3781         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
3782         Delete support for long obsolete generic-sc.el.
3784 2007-10-31  Glenn Morris  <rgm@gnu.org>
3786         * cvs-status.el: No longer require pcvs when compiling.
3788         * doc-view.el (doc-view-conversion-refresh-interval)
3789         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3790         (doc-view-reset-slice): Doc fixes.
3791         (doc-view-menu): Remove deleted function doc-view-edit-doc.
3793 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
3795         * help-at-pt.el (help-at-pt-unload-hook): Remove.
3796         Timers are automatically canceled by `unload-feature'.
3798         * delsel.el (delsel-unload-hook): Remove function and variable.
3799         (delsel-unload-function): New-style unload function, adapted
3800         from `delsel-unload-hook'.
3802         * msb.el (msb-unload-hook): Remove function and variable.
3803         (msb-unload-function): New-style unload function, adapted from
3804         `msb-unload-hook'.
3806 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
3808         * desktop.el (uniquify-managed): Pacify byte compiler.
3809         (desktop-buffer-info): If the buffer name is managed by uniquify,
3810         save the base name, not the uniquified one.
3811         (desktop-create-buffer): Allow `rename-buffer' to generate a new
3812         name in case of conflict.
3814 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3816         * doc-view.el: Use expand-file-name rather than concat.
3817         (doc-view-cache-directory): Add the UID so multiple users won't clash.
3818         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
3819         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
3820         (doc-view-toggle-display): Use an overlay over the whole buffer so as
3821         not to have to touch the buffer's content.
3822         (doc-view-initiate-display): New function, extracted from doc-view-mode.
3823         (doc-view-mode): Use it.  Don't mark as a special mode.
3824         Put the page numbers in the modeline.
3825         Set up the overlay.  Hide the cursor.  Run the mode hook.
3826         Use after-revert-hook rather than revert-buffer-function.
3827         (doc-view-search-internal): Fix typo.
3828         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
3829         image-cache flush.
3830         (doc-view-reconvert-doc): Don't reset the whole mode.
3831         (doc-view-make-safe-dir): New function.
3832         (doc-view-current-cache-dir): Use it.
3834 2007-10-30  Jason Rumney  <jasonr@gnu.org>
3836         * time.el (display-time-world-list): Test for zoneinfo support.
3838 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
3840         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
3842         * net/tramp-cache.el (tramp-flush-file-function): Check also
3843         `default-directory' if `buffer-file-name' does not return a
3844         string.  Added to `eshell-pre-command-hook'.
3846 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3848         * doc-view.el (doc-view-current-doc): Remove.
3849         Replace all uses by buffer-file-name.
3850         (doc-view-menu): New menu.
3851         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
3852         unused var `doc'.
3853         (doc-view-sort): Simplify.
3854         (doc-view-buffer-message): Don't change buffer-modified-p.
3855         (doc-view-mode): Change it here instead.
3856         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
3857         Don't modify the global value of revert-buffer-function.
3859         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
3860         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
3861         (image-toggle-display): Take overlays into account and don't assume
3862         point-min==1.
3864 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
3866         * vc.el (vc-annotate): Fix omission bug:
3867         Specify value for vc-sentinel-movepoint.
3869 2007-10-30  Michael Olson  <mwolson@gnu.org>
3871         * textmodes/remember.el (remember-mode-hook)
3872         (remember-handler-functions, remember-annotation-functions):
3873         Add additional items as options, including some Org functions.
3875 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
3877         * doc-view.el: Remove cl-dependency.
3878         (doc-view-buffer-message): Mention new binding K.
3879         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
3880         instead of variable.
3881         (doc-view-current-cache-dir): Better cache dir naming.
3882         (doc-view-current-display): Remove variable.
3883         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
3884         (doc-view-kill-proc): Set converter process to nil.
3885         (doc-view-minor-mode): New minor mode.
3886         (doc-view-minor-mode-map): New keymap.
3887         (doc-view-mode): Remove text/image switching code.  Use plain defun.
3888         (doc-view-mode-map): New binding K kills converter process.
3889         Remove C-c C-e binding.
3890         (doc-view-mode-text-map): Remove keymap.
3891         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
3892         d-v-display-maybe.
3893         (doc-view-previous-major-mode): New variable.
3894         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
3895         (doc-view-remove-if): New function.
3896         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
3897         (doc-view-toggle-display): Toggle modes instead of display styles.
3898         (doc-view-reconvert-doc): Adapt to new way of doing things.
3900         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
3902 2007-10-30  Glenn Morris  <rgm@gnu.org>
3904         * dirtrack.el (dirtrack-mode): Doc fix.
3906         * shell.el (shell-dirtrack-verbose, shell-mode)
3907         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
3909         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
3910         (byte-compile-enable-warning): Doc fix.
3912         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
3913         suppress byte-opt warning.
3915 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
3917         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
3918         (edt-gnu-emacs19-p): Remove.
3919         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
3920         (edt-xserver, edt-page-backward, edt-beginning-of-line)
3921         (edt-end-of-line-forward, edt-end-of-line-backward)
3922         (edt-one-word-forward, edt-one-word-backward, edt-character)
3923         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
3924         (edt-find-forward, edt-find-backward, edt-find-next-forward)
3925         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
3926         (edt-define-key, edt-bottom-check, edt-sentence-forward)
3927         (edt-sentence-backward, edt-paragraph-forward)
3928         (edt-paragraph-backward, edt-restore-key, edt-window-top)
3929         (edt-window-bottom, edt-scroll-window-forward-line)
3930         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3931         (edt-line-to-top-of-window, edt-paragraph-backward)
3932         (edt-restore-key, edt-window-top, edt-window-bottom)
3933         (edt-scroll-window-forward-line)
3934         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3935         (edt-line-to-middle-of-window, edt-goto-percentage)
3936         (edt-display-the-time, edt-remember, edt-split-window)
3937         (edt-emulation-on, edt-emulation-off)
3938         (edt-default-emulation-setup, edt-user-emulation-setup)
3939         (edt-select-default-global-map, edt-select-user-global-map):
3940         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
3941         tests.
3943         * textmodes/reftex-index.el (reftex-index-selection-or-word):
3944         Use feature test instead of boundp test so it can be resolved at
3945         compile time.
3947         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
3949 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3951         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
3952         Update all users.
3953         (abbrev-get, abbrev-put): Simplify.
3954         (define-abbrev): Don't store the `force' value in the :system property.
3955         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
3957 2007-10-30  Michael Olson  <mwolson@gnu.org>
3959         * desktop.el (desktop-minor-mode-table): Add line for ERC.
3961         * textmodes/remember.el: New file that implements a mode for
3962         quickly jotting down things to remember.
3964         * textmodes/remember-diary.el: A backend for remember.el that
3965         implements saving notes to a Diary file.
3967 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
3969         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3970         Relocate in file.
3971         (allout-doublecheck-at-and-shallower): Increase to include
3972         slightly greater depths, since yank interaction is now ok.
3973         Also, elaborate the docstring to explain the situation.
3974         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3975         instead of concat, so we accommodate key sequences expressed as
3976         vectors as well as strings and lists.
3977         (allout-flag-region, allout-hide-by-annotation): Make the
3978         hidden-text overlays 'front-advance.
3979         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3980         (allout-aberrant-container-p, allout-on-current-heading-p)
3981         (allout-e-o-prefix-p, allout-next-heading)
3982         (allout-previous-heading, allout-goto-prefix)
3983         (allout-end-of-prefix, allout-next-sibling-leap)
3984         (allout-next-visible-heading, allout-auto-fill)
3985         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
3986         (allout-yank-processing, allout-resolve-xref)
3987         (allout-current-topic-collapsed-p, allout-hide-region-body)
3988         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
3989         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
3990         (count-trailing-whitespace-region): Preserve match data, so allout
3991         outline navigation doesn't disrupt other Emacs operations.
3992         (allout-beginning-of-line): Retreat to the beginning of the hidden
3993         text, so fields are respected (for submodes that care).
3994         (allout-end-of-line): Preserve mark activation status when jumping.
3995         (allout-open-topic): Account for opening after a child that
3996         contains a hidden trailing newline.  Preserve match data.
3997         Run allout-structure-added-hook
3998         (allout-encrypt-decrypted): Preserve match data.
3999         (allout-toggle-current-subtree-exposure): Add new interactive
4000         function for toggle subtree exposure - suggested by tassilo.
4001         (move-beginning-of-line, move-end-of-line): Don't use
4002         line-move-invisible-p, it's obsolete - substitute the code, instead.
4004 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
4006         * textmodes/flyspell.el (message-signature-separator):
4007         * longlines.el (message-indent-citation-function): Pacify byte
4008         compiler.
4010         * emacs-lisp/cl-loaddefs.el:
4011         * ldefs-boot.el: Regenerate.
4013         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
4014         (.el.elc, compile, compile-always, compile-calc)
4015         ($(lisp)/progmodes/cc-mode.elc): Use it.
4017         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
4018         Only do work for XEmacs.
4019         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
4020         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
4021         on XEmacs.
4022         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4023         (ps-x-color-name, ps-x-color-specifier-p)
4024         (ps-x-copy-coding-system, ps-x-device-class)
4025         (ps-x-extent-end-position, ps-x-extent-face)
4026         (ps-x-extent-priority, ps-x-extent-start-position)
4027         (ps-x-face-font-instance, ps-x-find-coding-system)
4028         (ps-x-font-instance-properties, ps-x-make-color-instance)
4029         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
4030         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
4031         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
4032         (ps-generate-postscript-with-faces): Delete defaliases.
4033         (ps-face-foreground-name, ps-face-background-name)
4034         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4035         Move definitions to top level, make the body conditional on the Emacs
4036         flavor.  Replace uses of deleted aliases and renamed functions.
4037         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
4038         of deleted aliases and renamed functions.
4040         * calc/calc.el (calc-emacs-type-lucid): Remove.
4041         (calc-digit-map, calcDigit-start, calc-read-key)
4042         (calc-clear-unread-commands):
4043         * calc/calc-ext.el (calc-user-key-map): Replace uses of
4044         calc-emacs-type-lucid with (featurep 'xemacs)
4046         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
4047         (featurep 'xemacs).
4048         (tpu-lucid-emacs19-p): Remove.
4049         (tpu-map-key): Make it a function instead of using fset.  Inline
4050         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
4051         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
4053         * ielm.el: Use featurep 'xemacs.
4055         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
4056         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
4057         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
4058         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
4059         cperl-xemacs-p with (featurep 'xemacs).
4060         (font-lock-cache-position): Pacify byte compiler.
4062 2007-10-29  Drew Adams  <drew.adams@oracle.com>
4064         * faces.el (read-color): New function.
4065         (face-at-point, foreground-color-at-point)
4066         (background-color-at-point): New functions.
4068 2007-10-28  Richard Stallman  <rms@gnu.org>
4070         * net/browse-url.el (browse-url-text-xterm): Rename from
4071         browse-url-lynx-xterm and made generic.
4072         (browse-url-text-emacs): Likewise.
4073         (browse-url-text-browser): New variable.
4074         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
4075         (browse-url-text-input-field, browse-url-text-input-attempts)
4076         (browse-url-kde-program): Likewise.
4078 2007-10-29  Glenn Morris  <rgm@gnu.org>
4080         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4081         Use mapc rather than mapcar (reinstall change deleted without log
4082         entry 2007-10-22).
4084 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
4086         * wdired.el (wdired-next-line, wdired-previous-line):
4087         Use next-line and previous-line wrapped in with-no-warnings.
4089 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
4091         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
4092         (rcirc-recent-quit-alist): New function.
4093         (rcirc): Print a better message when there is only one connected server.
4094         (rcirc-complete-nick): Do not update the nick table here.
4095         (rcirc-mode-map): Add M-o.
4096         (rcirc-current-line): Add variable.
4097         (rcirc-mode): Setup variables for line based omit.
4098         (rcirc-edit-multiline): Strip text properties.
4099         (rcirc-omit-responses): Add NICK.
4100         (rcirc-omit-threshold): Add variable.
4101         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
4102         Add functions.
4103         (rcirc-print): Keep track of current line.  Do not fill text if
4104         `rcirc-fill-flag' is null.  Only omit text if the last activity
4105         from the sender is more than `rcirc-omit-threshold' lines ago.
4106         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
4107         numbers instead of time.
4108         (rcirc-channel-nicks): Sort by line numbers instead of time.
4109         (rcirc-omit-mode): Add `...' when omitting text and recenter.
4110         (rcirc-handler-JOIN): Restore the joiners linestamp.
4111         (rcirc-maybe-remember-nick-quit): Add function.
4112         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
4114 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
4116         * loadhist.el (unload-feature-special-hooks):
4117         Add `delete-frame-functions' and `suspend-tty-functions'.
4119         * server.el (server-unload-function): Rename from `server-unload-hook'
4120         and adapt to new `unload-feature' functionality.  Remove hook from
4121         `kill-buffer-hook' buffer-locally.
4122         (server-unload-hook): Remove.
4123         (server-unload-function): New var; replaces `server-unload-hook'.
4125 2007-10-29  Glenn Morris  <rgm@gnu.org>
4127         * dirtrack.el (dirtrack-debug): Doc fix.
4128         (dirtrack-mode, dirtrack-debug-mode): New names for
4129         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
4130         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
4131         Make obsolete.
4132         (dirtrack-debug-message): Only print message if
4133         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
4134         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
4135         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
4137 2007-10-28  Glenn Morris  <rgm@gnu.org>
4139         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
4140         (byte-compile-warnings-safe-p): Handle `not'.
4141         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
4142         (byte-compile-enable-warning): New functions.
4143         (byte-compile-eval-before-compile)
4144         (byte-compile-file-form-require): Use byte-compile-disable-warning.
4145         (byte-compile-close-variables): Locally bind byte-compile-warnings,
4146         but do not modify it.
4147         (byte-compile-eval, byte-compile-obsolete)
4148         (byte-compile-warn-about-unresolved-functions)
4149         (byte-compile-file-form-defvar)
4150         (byte-compile-file-form-custom-declare-variable)
4151         (byte-compile-file-form-require)
4152         (byte-compile-file-form-defmumble, byte-compile-lambda)
4153         (byte-compile-form, byte-compile-normal-call)
4154         (byte-compile-variable-ref, byte-compile-defvar)
4155         (byte-compile-make-variable-buffer-local):
4156         Use byte-compile-warning-enabled-p.
4157         * emacs-lisp/advice.el (ad-compile-function):
4158         Use byte-compile-disable-warning.
4159         * emacs-lisp/cl.el: Move local variables to end of file, and set
4160         byte-compile-warnings to `(not cl-functions)'.
4161         * emacs-lisp/cl-compat.el: Add a local variables section, and set
4162         byte-compile-warnings to `(not cl-functions)'.
4163         * emacs-lisp/cl-macs.el: Unify local variable section, and set
4164         byte-compile-warnings to `(not cl-functions)'.
4165         (cl-do-proclaim): Use byte-compile-disable-warning and
4166         byte-compile-enable-warning.
4167         * emacs-lisp/cl-seq.el: Unify local variable section, and set
4168         byte-compile-warnings to `(not cl-functions)'.
4169         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
4170         Use byte-compile-disable-warning.
4172 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
4174         * cus-edit.el (custom-browse-insert-prefix):
4175         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
4177 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
4179         * server.el (server-process-filter): Fix typo in docstring.
4180         (server-log): Reflow docstrings.
4181         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
4182         (server-goto-line-column): Use `when'.
4184 2007-10-28  Juri Linkov  <juri@jurta.org>
4186         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
4187         when mouse is clicked on the isearch message.
4188         (isearch-resume): Call `isearch-update' at the end.
4189         Rename argument `search' to `string' to conform to the
4190         isearch terminology.
4192 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4194         Rewrite abbrev.c in Elisp.
4195         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
4196         (abbrev-table-get, abbrev-table-put, abbrev-get)
4197         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
4198         (define-abbrev, abbrev--check-chars, define-global-abbrev)
4199         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
4200         (abbrev-expansion, abbrev--before-point, expand-abbrev)
4201         (unexpand-abbrev, abbrev--write, abbrev--describe)
4202         (insert-abbrev-table-description, define-abbrev-table):
4203         New funs, largely transcribed from abbrev.c.
4204         (abbrev-with-wrapper-hook): New macro.
4205         (abbrev-table-name-list, global-abbrev-table)
4206         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
4207         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
4208         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
4209         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
4210         New vars, largely transcribed from abbrev.c.
4211         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
4212         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
4213         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
4215 2007-10-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4217         * ps-print.el: Now detect if text foreground and background colors are
4218         equal and replace the foreground color by another color, so the text
4219         becomes visible.  Doc fix.
4220         (ps-print-version): New version 6.8.
4221         (ps-default-fg, ps-default-bg): Docstring fix.
4222         (ps-postscript-code-directory): Fix default value code.
4223         (ps-fg-list, ps-fg-validate-p): New options.
4224         (ps-foreground-list): New var.
4225         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4227 2007-10-27  Glenn Morris  <rgm@gnu.org>
4229         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
4230         (shell-dirtrack-toggle): Mark as obsolete.
4231         (dirtrack-toggle, dirtrack-mode): No longer alias to
4232         shell-dirtrack-mode.
4234 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
4236         * calc/calc.el (math-standard-opers): Lower the precedence
4237         of negation.
4238         * calc/calc-lang.el (math-oper-table): Lower precedence of
4239         negation for C, TeX, and eqn.
4241 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
4243         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
4245 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
4247         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
4248         (desktop-not-loaded-hook): Fix :version tags.
4250 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
4252         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
4253         (tramp-get-remote-tmpdir): New defun.
4254         (tramp-make-tramp-temp-file): Use it.
4255         (tramp-local-call-process): New defun.  Replace all calls of
4256         `call-process' by this when appropriate.
4257         (tramp-handle-write-region): Replace calls of `file-attributes' by
4258         `tramp-compat-file-attributes'.
4259         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4260         Make the first command a `tramp-send-command' call, with let-bind
4261         of `tramp-end-of-output'.
4262         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
4263         (tramp-load-report-modules, tramp-append-tramp-buffers):
4264         Move to tramp-cmds.el.
4266         * net/tramp-fish.el (tramp-fish-handle-copy-file)
4267         (tramp-fish-do-copy-or-rename-file)
4268         (tramp-fish-do-copy-or-rename-file-directly):
4269         * net/tramp-smb.el (tramp-smb-handle-copy-file):
4270         Add parameter PRESERVE-UID-GID.
4272 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
4274         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
4275         New defcustoms.
4276         (display-time-world-list): Use them as appropriate for the current
4277         value of `system-type'.
4279 2007-10-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4281         * printing.el: Pacify byte compiler, that is, no compiler warnings.
4282         Move (again) some variable definitions before use, define some fun
4283         aliases, no code change.
4284         (pr-version): New version 6.9.2.
4285         (pr-path-style, pr-auto-region, pr-menu-char-height)
4286         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
4287         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
4288         via (defvar VAR).
4289         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
4290         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
4291         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
4292         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
4293         (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
4294         (pr-menu-print-item, pr-ps-printer-menu-modified)
4295         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
4296         (pr-even-or-odd-alist): Vars definition moved.
4298 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4300         * emulation/pc-select.el (next-line-mark, next-line-nomark)
4301         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
4302         around uses of previous-line and next-line.
4304         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
4305         New defvars.
4307         * textmodes/css-mode.el (comment-continue):
4308         * net/browse-url.el (url-handler-regexp):
4309         * progmodes/idlw-help.el (idlwave-system-routines):
4310         Pacify byte-compiler.
4312         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
4313         line-move-invisible-p with its former definition: invisible-p.
4314         line-move-invisible-p was removed on 2007-08-29.
4316 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
4318         * files.el (kill-emacs-query-functions): Doc fix;
4319         `save-buffers-kill-emacs' is no longer bound to a key.
4321 2007-10-26  Richard Stallman  <rms@gnu.org>
4323         * isearch-multi.el (isearch-buffers-multi): New option.
4324         (isearch-buffers-search-fun): Test it.
4326         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
4327         Put ps-run-clear on C-c C-l.
4329         * newcomment.el (comment-styles): New style indent-or-triple.
4330         (comment-style): Make that the default.
4331         (comment-add defvar): Doc fix.
4332         (comment-add): Delete arg EXTRA.
4333         (comment-region-default): Open code call to comment-add.
4334         Handle indent-or-triple style which uses `multi-char' for INDENT.
4336 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
4338         * eshell/em-unix.el (nil-blank-string): Doc fix.
4340 2007-10-26  John Wiegley  <johnw@newartisans.com>
4342         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
4343         function, ensure that the third argument is turned into a nil if
4344         the string is otherwise completely empty (either no characters, or
4345         all tabs/spaces).  This fixes a bug from a user who found himself
4346         unable to customize `diff-switches' and still use Eshell's diff
4347         command.
4349 2007-10-26  Glenn Morris  <rgm@gnu.org>
4351         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
4352         safe-local-variable property.
4354 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
4356         * net/browse-url.el (browse-url-browser-function): Delete grail.
4357         (browse-url-grail): Function and variable deleted.
4358         (browse-url-browser-function): Delete IXI Mosaic.
4359         (browse-url-default-browser): Don't try IXI Mosaic.
4360         (browse-url-iximosaic): Function deleted.
4361         (browse-url-browser-function): Delete MMM.
4362         (browse-url-default-browser): Don't try MMM.
4363         (browse-url-mmm): Function deleted.
4365 2007-10-26  Drew Adams  <drew.adams@oracle.com>
4367         * custom.el (custom-note-var-changed): New function.
4369 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
4371         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
4372         use with the definition.  Remove.
4374         * add-log.el (change-log-start-entry-re): New defconst.
4375         (change-log-sortable-date-at): Use it.
4376         (change-log-beginning-of-defun, change-log-end-of-defun):
4377         New functions.
4378         (change-log-mode): Use them for beginning-of-defun-function and
4379         end-of-defun-function.
4381 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
4383         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
4384         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4385         (ses-recalculate-cell): Deal with point being just beyond end of
4386         data area (why does this happen?)
4387         (ses-set-curcell): Ditto.
4388         (ses-column-letter): Handle columns beyond 702.  Code written by
4389         Gareth Rees.
4391 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
4393         * textmodes/org.el (org-agenda-get-restriction-and-command):
4394         Use `mapc' instead of `mapcar'.
4395         (org-agenda-list): Numeric prefix argument can specify the number
4396         of days.
4397         (remember-register, remember-buffer): Prevent byte compiler from
4398         complaining.
4399         (org-todo): Save and restore match data.
4400         (org-no-warnings): New macro.
4401         (org-columns-eval): Use `org-no-warnings'.
4403 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
4405         * comint.el (comint-password-prompt-regexp):
4406         Handle `[sudo] password'-style prompt.
4408 2007-10-25  Glenn Morris  <rgm@gnu.org>
4410         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
4411         (defcustom): Doc fix.
4413         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
4414         Add `non_intrinsic'.
4415         (f90-constants-re): Add ieee modules.
4416         (f90-typedef-matcher, f90-typedec-matcher)
4417         (f90-imenu-type-matcher): New functions.
4418         (f90-font-lock-keywords-1): Give module procedures function-name face.
4419         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
4420         Add `use, intrinsic'.
4421         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
4422         Move start of `enum' blocks to separate entry.
4423         (f90-start-block-re): Fix `type', `abstract interface'.
4424         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
4425         derived types.
4426         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
4427         `elemental', change `enumerator'.
4428         (f90-no-block-limit): Fix `abstract interface'.
4430         * progmodes/f90.el (f90-indented-comment-re)
4431         (f90-directive-comment-re, f90-break-delimiters):
4432         * progmodes/fortran.el (fortran-comment-line-start-skip)
4433         (fortran-directive-re):
4434         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
4435         as safe if they are strings.
4437 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4439         * startup.el (window-system): Remove.  Don't make it frame-local.
4441 2007-10-24  Richard Stallman  <rms@gnu.org>
4443         * savehist.el (savehist-save): Omit unreadable elements.
4445         * loadhist.el (unload-function-defs-list): Rename from
4446         unload-function-features-list.
4447         (unload-feature-special-hooks, unload-feature): Doc fixes.
4449         * indent.el (indent-to-left-margin): If point's in the indentation,
4450         move to the end of the indentation.
4452         * cus-edit.el (customize-changed-options): Make arg optional.
4454 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
4456         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
4458 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
4460         * textmodes/org-publish.el (org-publish-attachment): Re-install
4461         accidentally deleted change.
4463 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4465         * term/iris-ansi.el (iris-function-map): Move init into declaration.
4467 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
4469         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4470         (Buffer-menu-mode-map): Initialize in the declaration.
4471         (Buffer-menu-mode): Define with `define-derived-mode'.
4473 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
4475         * textmodes/org.el (org-version): Change to 5.13e.
4476         (org-agenda-file-regexp): Fix typo in docstring.
4477         (org-add-planning-info): Fix bug in parenthesis settings.
4478         (org-scan-tags): Catch the case of indirect buffers with no filename.
4479         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
4480         Re-install switch to mapc, had been removed by accident.
4481         (org-columns-map): New binding `C-c C-o'.
4482         (org-columns-menu): Change menu text and added new entry.
4483         (org-columns-eval): Document the use of `next-line'.
4484         (org-columns-open-link): New function.
4485         (org-columns-follow-link): Remove function.
4486         (org-open-link-from-string): New function.
4487         (org-read-date-get-relative): Fix typo in docstring.
4488         (org-read-date-get-relative): Leading +/- is not optional.
4489         (org-agenda-get-restriction-and-command): Always resize window on
4490         first loop cycle.
4491         (org-agenda-open-link): Make sure the link abbreviations are
4492         present in the agenda buffer.
4493         (org-agenda-copy-local-variable): New function.
4495 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4497         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
4499 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4501         * simple.el (reindent-then-newline-and-indent): Use a `move after
4502         insert' kind of marker in the save-excursion.
4504 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4506         * textmodes/css-mode.el: Require CL.
4507         (comment-continue): Declare.
4509         * subr.el (make-variable-frame-localizable): Remove.
4510         (make-variable-frame-local): Mark obsolete.
4512 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4514         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
4515         of the subdirs is unreadable.
4517 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
4519         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
4520         when we are local.
4522 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4524         * progmodes/python.el (python-current-defun): Remove left-over
4525         assignment to `start'.
4527 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
4529         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
4530         than `mapcar'; return value is not used.
4532 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4534         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
4535         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
4537 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
4539         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
4540         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
4542 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4544         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
4546 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4548         * emacs-lisp/advice.el (ad-make-advised-docstring):
4549         Add ad-advice-info text property to doc string.
4551 2007-10-23  Glenn Morris  <rgm@gnu.org>
4553         * progmodes/f90.el (f90-do-indent, f90-if-indent)
4554         (f90-type-indent, f90-program-indent, f90-associate-indent)
4555         (f90-continuation-indent, f90-comment-region)
4556         (f90-beginning-ampersand, f90-smart-end)
4557         (f90-break-before-delimiters, f90-auto-keyword-case)
4558         (f90-leave-line-no, f90-mode-hook):
4559         Give an appropriate safe-local-variable property.
4561         * progmodes/fortran.el (fortran-tab-mode-default)
4562         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
4563         (fortran-structure-indent, fortran-continuation-indent)
4564         (fortran-comment-indent, fortran-comment-line-extra-indent)
4565         (fortran-comment-line-start)
4566         (fortran-minimum-statement-indent-fixed)
4567         (fortran-minimum-statement-indent-tab)
4568         (fortran-comment-indent-char, fortran-line-number-indent)
4569         (fortran-check-all-num-for-matching-do)
4570         (fortran-blink-matching-if, fortran-continuation-string)
4571         (fortran-comment-region, fortran-electric-line-number)
4572         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
4573         (fortran-analyze-depth, fortran-break-before-delimiters):
4574         Give an appropriate safe-local-variable property.
4576 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
4578         * printing.el: Move variable definitions before use.
4579         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
4581 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4583         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
4584         (tpu-edt-off): Use it.
4585         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
4586         the global-map before adding it to global-map.
4588         * menu-bar.el (global-buffers-menu-map): New var.
4589         (global-map, menu-bar-update-buffers): Use it.
4590         * msb.el (msb-menu-bar-update-buffers): Use it.
4591         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
4592         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
4593         Use with-current-buffer.
4595 2007-10-22  Juri Linkov  <juri@jurta.org>
4597         * isearch-multi.el: New file.
4599         * isearch.el (isearch-search-string): After finding the next
4600         occurrence switch to buffer isearch-buffers-current-buffer when
4601         isearch-buffers-next-buffer-function is non-nil and
4602         isearch-buffers-current-buffer is live.
4604         * add-log.el (change-log-mode): Make and set buffer-local variable
4605         isearch-buffers-next-buffer-function to change-log-next-buffer.
4606         Call isearch-buffers-minor-mode.
4607         (change-log-next-buffer): New function.
4609 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
4611         * org-export-latex.el (org-export-latex-protect-string):
4612         Renaming of `org-latex-protect'.
4613         (org-export-latex-emphasis-alist): By default, don't protect
4614         any emphasis formatter from further conversion.
4615         (org-export-latex-tables): Honor column grouping for tables.
4616         (org-export-latex-title-command): New option.
4617         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4618         export backslash character.
4620 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
4622         * textmodes/org.el (org-read-date-get-relative): New function.
4623         (org-agenda-file-regexp): New variable.
4624         (org-agenda-files): Allow directories in the variable.
4625         (org-agenda-get-restriction-and-command): New function.
4626         (org-agenda): Use `org-agenda-get-restriction-and-command'.
4627         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
4628         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
4629         New functions.
4630         (org-entry-add-to-multivalued-property)
4631         (org-entry-remove-from-multivalued-property)
4632         (org-entry-member-in-multivalued-property): New functions.
4633         (org-remember-apply-template): Catch C-g and make sure window
4634         configuration is restored.
4635         (org-agenda-open-link): Make it work with several links in the line.
4636         (org-drawers, org-set-regexps-and-options)
4637         (org-get-current-options): Add support for a DRAWERS in-buffer option.
4638         (org-agenda-window-frame-fractions): New option.
4639         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
4640         (org-columns-cleanup-item, org-find-entry-with-id)
4641         (org-insert-columns-dblock, org-listtable-to-string)
4642         (org-dblock-write:columnview, org-columns-capture-view)
4643         (org-edit-headline): New functions.
4644         (org-agenda-to-appt): Require calendar.
4645         (org-entry-get-with-inheritance): Widen for search.
4646         (org-columns-display-here): Don't mark buffer as modified when
4647         adding space characters to accomodate column overlays.
4648         (org-export-as-html): Better formatting of tags in the toc.
4649         (org-columns-display-here): Make the ITEM column as compact as possible.
4650         (org-remember-templates): Customization interface improved.
4651         (org-export-with-property-drawer): Variable removed.
4652         (org-export-with-drawers): New option.
4653         (org-complex-heading-regexp): New variable.
4654         (org-sort-entries): Rewrite using `sort-subr'.
4655         (org-set-property): More appropriate completion during interactive use.
4656         (org-sort-entries): Allow sorting by property.
4657         (org-additional-option-like-keywords): Add more values.
4658         (org-sort-entries-or-items): Rename from `org-sort-entries'.
4660 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
4662         * textmodes/org.el (org-get-date-from-calendar): New function.
4663         (org-at-timestamp-p, org-timestamp-change)
4664         (org-remember-templates): First element of each entry is now a
4665         name for the template.
4666         (org-store-log-note): Check for `org-note-abort'.
4667         (org-kill-note-or-show-branches): New command.
4668         (org-fontify-priorities): New option.
4669         (org-fontify-priorities): New function.
4670         (org-cut-subtree, org-copy-subtree): New argument N to
4671         act on N sequential subtrees.
4672         (org-paste-subtree): Fix the level at which a tree is pasted.
4673         (org-fit-agenda-window): Limitations on window size removed.
4674         (org-agenda-find-same-or-today-or-agenda): Rename from
4675         `org-agenda-find-today-or-agenda'.
4676         (org-scheduled-past-days): New option.
4677         (org-agenda-scheduled-leaders)
4678         (org-agenda-deadline-leaders): New options.
4679         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
4680         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
4681         (org-export-with-tags, org-export-plist-vars)
4682         (org-infile-export-plist): New "tags" option.
4683         (org-use-property-inheritance): New option.
4684         (org-cached-entry-get): Use `org-use-property-inheritance'.
4685         (org-remember-apply-template): Fix typo.
4687 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
4689         * net/tramp.el (tramp-find-shell)
4690         (tramp-open-connection-setup-interactive-shell): Improve sending
4691         initial commands.
4692         (tramp-action-terminal): Send debug message.
4693         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
4694         (tramp-barf-if-no-shell-prompt): Insert code of
4695         `tramp-wait-for-shell-prompt'.
4697 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4699         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
4701         * term/vt200.el (terminal-init-vt200):
4702         * term/vt201.el (terminal-init-vt201):
4703         * term/vt220.el (terminal-init-vt220):
4704         * term/vt240.el (terminal-init-vt240):
4705         * term/vt300.el (terminal-init-vt300):
4706         * term/vt320.el (terminal-init-vt320):
4707         * term/vt400.el (terminal-init-vt400):
4708         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
4710         * term/wyse50.el (wyse50-terminal-map): New var.
4711         (terminal-init-wyse50): Use it and input-decode-map.
4712         (enable-arrow-keys): Emasculate.
4714         * term/tvi970.el (tvi970-terminal-map): New var.
4715         (terminal-init-tvi970): Use it and input-decode-map.
4716         (tvi970-keypad-numeric): Remove.
4717         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
4719         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
4720         (terminal-init-sun): Use it and input-decode-map.
4722         * term/news.el (terminal-init-news):
4723         * term/lk201.el (terminal-init-lk201):
4724         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
4726 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4728         * complete.el (PC-expand-many-files): Remove.
4729         (PC-do-completion): Call file-expand-wildcards instead of
4730         PC-expand-many-files.
4732         * net/tramp.el (tramp-handle-expand-many-files): Remove.
4733         (PC-expand-many-files): Remove advice.
4735 2007-10-22  Glenn Morris  <rgm@gnu.org>
4737         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
4738         Add some support for Fortran 2003 syntax:
4739         (f90-type-indent): Now also applies to `enum'.
4740         (f90-associate-indent): New user option.
4741         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
4742         Add some F2003 keywords.
4743         (f90-constants-re): New constant.
4744         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
4745         Interface'.
4746         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
4747         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
4748         element for functions with specified types.  Add `end enum' and
4749         `select type'.  Add `implicit enumerator' and `procedure'.
4750         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
4751         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
4752         (f90-font-lock-keywords-4): Add `f90-constants-re'.
4753         (f90-blocks-re): Add `enum' and `associate'.
4754         (f90-else-like-re): Add `class is', `type is', and `class default'.
4755         (f90-end-type-re): Add `enum'.
4756         (f90-end-associate-re, f90-typeis-re): New constants.
4757         (f90-end-block-re): Add `enum' and `associate'.  Change from
4758         optional whitespace to end-of-word, to avoid `enumerator'.
4759         (f90-start-block-re): Add `select type', `abstract interface', and
4760         `enum'.  Avoid `type is', and `type (sometype)'.
4761         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
4762         (f90-mode): Doc fix.
4763         (f90-looking-at-select-case): Doc fix.  Add `select type'.
4764         (f90-looking-at-associate): New function.
4765         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
4766         Add `enum' and `abstract interface'.
4767         (f90-no-block-limit): Add `select type' and `abstract interface'.
4768         (f90-get-correct-indent, f90-calculate-indent)
4769         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
4770         (f90-indent-region, f90-match-end): Handle `associate' blocks.
4772 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
4774         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
4775         Use window-full-width-p.
4777 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
4779         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
4781         * tooltip.el: Use featurep 'xemacs.
4783         * printing.el: Move variable definitions before use, no code change.
4785 2007-10-22  Juri Linkov  <juri@jurta.org>
4787         * simple.el (goto-history-element): Allow minibuffer-default to be
4788         a list of default values accessible by typing M-n in the minibuffer.
4790         * dired-x.el (dired-guess-shell-command): Put all guesses to the
4791         minibuffer default value list instead of pushing them temporarily
4792         to the history list.
4794 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4796         * hexl.el (hexl-menu): New major mode menu.
4798 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4800         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
4802 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4804         * w32-fns.el (w32-quote-process-args):
4805         * dos-w32.el (print-region-function, lpr-headers-switches)
4806         (ps-print-region-function): Pacify byte-compiler.
4808         * emulation/edt-mapper.el (function-key-map):
4809         (edt-map-key): Make it a function instead of using fset.
4810         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
4811         (edt-gnu-map-key, edt-lucid-map-key): Remove.
4812         (edt-x-emacs-p): Remove.
4813         (edt-emacs-variant, edt-window-system, edt-xserver):
4814         Use featurep 'xemacs.
4816         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
4817         Replace eudc-xemacs-p with its definition.
4818         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
4819         (eudc-emacs-mule-p): Remove.
4820         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
4821         eudc-xemacs-p with feature tests.
4823         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
4824         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
4825         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
4826         (eudc-bob-toggle-inline-display):
4827         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
4828         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
4830         * net/eudcb-ph.el (eudc-ph-open-session):
4831         Replace eudc-xemacs-mule-p with its former definition.
4833         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
4834         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
4836         * progmodes/vera-mode.el (vera-xemacs): Remove.
4837         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
4839         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
4840         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
4841         (vhdl-speedbar-initialize, vhdl-ps-print-init)
4842         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
4843         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
4844         with (featurep 'xemacs).
4846         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
4847         (save-buffer-state-x):
4848         * obsolete/fast-lock.el (fast-lock-verbose):
4849         * emulation/viper-init.el (viper-xemacs-p)
4850         (viper-cond-compile-for-xemacs-or-emacs):
4851         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
4852         * ps-print.el (case-fold-search):
4853         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
4854         * calculator.el (calculator-help): Use featurep 'xemacs.
4856         * progmodes/prolog.el: Undo previous change.
4857         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
4859         * progmodes/dcl-mode.el:
4860         * play/yow.el:
4861         * calendar/todo-mode.el:
4862         * calendar/cal-hebrew.el:
4863         * vc-hg.el: Undo previous change.
4865         * vms-patch.el: Likewise.
4866         (print-region-function): Pacify byte-compiler.
4868 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
4870         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4871         preserve-uid-gid.
4873         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
4874         compatibility.  It is not used, though.
4876         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
4877         Require tramp-cmds.el.
4878         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
4879         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
4880          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
4881         (tramp-do-copy-or-rename-file-out-of-band)
4882         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
4883         possible, because we don't need to create the temporary file, but
4884         we need a prefix for ssh, which has its own temporary file handling.
4885         (tramp-handle-delete-directory): Add "-f" to rmdir.
4886         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
4887         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
4888         a signal, in order to give the callee a chance to suppress.
4889         (tramp-handle-write-region): Set owner also in case of short
4890         track.  Don't use compatibility calls for `write-region' anymore.
4891         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
4892         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
4894         * net/tramp-cmds.el: New file.
4896         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
4897         `tramp-clear-passwd'.
4899         * net/trampver.el: Update release number.
4901 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4903         * progmodes/gud.el (gud-target-name): Move definition before use.
4905         * progmodes/dcl-mode.el: Require imenu at compile time.
4907         * progmodes/cc-engine.el (c-maybe-stale-found-type):
4908         Pacify byte-compiler.
4910         * obsolete/fast-lock.el: Use featurep test instead of string-match.
4912         * eshell/esh-mode.el (eshell-handle-ansi-color):
4913         Require ansi-color at compile time too.
4915         * eshell/em-unix.el (eshell/info): Require info at compile time too.
4917         * w32-fns.el: Require w32-vars.
4919         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
4920         time too.
4922 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4924         * double.el ([ignore]): Use `ignore'.
4925         (double-setup): Inline into double-mode.
4926         (double-mode): Use define-minor-mode.
4928 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
4930         * textmodes/reftex.el: Move require easymenu before first use.
4931         (reftex-info): Require info at compile too.
4933         * textmodes/org-publish.el (org-publish-org-to-html)
4934         (org-publish-org-to): Require org at compile time too.
4935         (org-publish-attachment): Require at compile time too.
4937         * term/tty-colors.el (w32-tty-standard-colors):
4938         Pacify byte-compiler.
4940         * term/pc-win.el (frame-creation-function-alist): Add to this
4941         instead of setting frame-creation-function.
4943         * play/blackbox.el (bb-up, bb-down): Use forward-line.
4945         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
4947         * calendar/todo-mode.el: Require calendar at compile time.
4949         * calendar/cal-hebrew.el: Require holidays at compile time.
4951         * w32-vars.el: Provide w32-vars.
4953         * term/w32-win.el: Require w32-vars.
4954         (w32-color-map): Pacify byte-compiler.
4956         * loadup.el: Load w32-vars before term/w32-win.
4958 2007-10-20  Juri Linkov  <juri@jurta.org>
4960         * textmodes/fill.el (fill-paragraph): When the region is active,
4961         don't try other `or' branches regardless of the value returned by
4962         fill-region; just return t.
4964 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
4966         * vc.el (vc-do-command): Condition out a misleading message when
4967         running asynchronously.
4968         (vc-deduce-fileset): New argument enables using an unregistered
4969         visited file as a singleton fileset if nothing else is available.
4970         (vc-next-action): Restore file-registering behavior.
4972 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
4974         * calc/README: Add recent news.
4976 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
4978         * term/x-win.el (x-gtk-stock-map, icon-map-list)
4979         (x-gtk-map-stock): Delete duplicated definitions from merge.
4981         * progmodes/compile.el (compilation-skip-to-next-location)
4982         (compilation-skip-threshold, compilation-skip-visited):
4983         Move definitions earlier.
4985         * play/decipher.el (decipher-keypress):
4986         * play/zone.el (zone-fall-through-ws):
4987         * play/landmark.el (lm-move-down, lm-move-up):
4988         * play/handwrite.el (handwrite):
4989         * mail/mspools.el (mspools-visit-spool):
4990         * wdired.el (wdired-next-line, wdired-previous-line):
4991         * tar-mode.el (tar-subfile-save-buffer):
4992         * scroll-lock.el (scroll-lock-next-line)
4993         (scroll-lock-previous-line):
4994         * image-dired.el (image-dired-next-line)
4995         (image-dired-previous-line):
4996         * ediff-help.el (ediff-help-message-line-length):
4997         Use forward-line.
4999         * smerge-mode.el (smerge-auto-refine):
5000         * diff-mode.el (diff-auto-refine): Add :group.
5002         * play/yow.el: Require doctor at compile time.
5004         * vmsproc.el: Provide vmsproc.
5005         (command-send-input): Use forward-line.
5007         * vms-patch.el: Require ps-print and vmsproc at compile time.
5009         * vc-mtn.el (log-view-message-re, log-view-file-re)
5010         (log-view-font-lock-keywords): Pacify byte-compiler.
5012         * vc-hg.el: Require log-view at compile time.
5014 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
5016         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
5018 2007-10-20  Glenn Morris  <rgm@gnu.org>
5020         * progmodes/f90.el (f90-font-lock-keywords-2)
5021         (f90-looking-at-type-like): Fix regexp typos.
5023 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
5025         * bs.el (bs--track-window-changes): Don't refresh the whole list.
5026         (bs-mode): Set mode-class property to special.
5028 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * diff-mode.el (diff-auto-refine): New var.
5031         (diff-hunk): Use it.
5032         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
5033         (diff-refine-change): Rename from diff-fine-change.  Change it.
5034         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
5035         (diff-refine-hunk): Rename from diff-fine-highlight.
5037 2007-10-20  John Paul Wallington  <jpw@pobox.com>
5039         * help-fns.el (describe-variable-custom-version-info): New function
5040         to return variable's version or package version note.
5041         (describe-variable): Use it, display result.
5043 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5045         * smerge-mode.el (smerge-auto-refine): New var.
5046         (smerge-next, smerge-prev): Use it.
5047         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
5049         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5050         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
5052         * vc-bzr.el (vc-bzr-diff-tree):
5053         * vc-git.el (vc-git-diff-tree):
5054         * vc-hg.el (vc-hg-diff-tree):
5055         * vc-mcvs.el (vc-mcvs-diff-tree):
5056         * vc-mtn.el (vc-mtn-diff-tree):
5057         * vc-svn.el (vc-svn-diff-tree): Remove.
5059         * vc-mtn.el (vc-mtn-revision-completion-table):
5060         * vc-cvs.el (vc-cvs-revision-completion-table):
5061         * vc-arch.el (vc-arch-revision-completion-table):
5062         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
5063         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
5064         Make it work when the arg is a list of files.
5066 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5068         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
5069         Also `revision-completion-table' now takes a list of files.
5070         (vc-deduce-fileset): Remove unused var `regexp'.
5071         Only obey allow-directory-wildcard in dired buffers.
5072         (vc-default-diff-tree): Remove.
5073         (vc-diff-added-files): New var.
5074         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
5075         (vc-version-diff): Revert from `vc-history-diff' to the original name.
5076         Remove the `backend' arg.
5077         (vc-contains-version-controlled-file): Remove.
5078         (vc-diff): Bring it closer to the version in Emacs-22.
5079         (vc-revert): Fix typo in let-binding.
5080         (vc-default-unregister): Remove.
5081         (vc-dired-buffers-for-dir): Remove N^2 behavior.
5083 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5085         * textmodes/two-column.el (2C-split, 2C-merge):
5086         * textmodes/bib-mode.el (bib-find-key, mark-bib):
5087         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5088         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
5089         * progmodes/ada-xref.el (ada-get-all-references):
5090         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
5091         * emulation/vi.el (vi-previous-line-first-nonwhite)
5092         (vi-effective-range, vi-put-before):
5093         * emulation/edt.el (edt-next-line, edt-previous-line)
5094         (edt-paragraph-forward): Use forward-line.
5096         * progmodes/etags.el (tags-apropos): Require apropos at compile
5097         time too.
5099         * progmodes/prolog.el: Require comint when compiling.
5100         (inferior-prolog-flavor): Move defvar before use.
5102 2007-10-19  Richard Stallman  <rms@gnu.org>
5104         * font-core.el (turn-on-font-lock-if-desired):
5105         Rename from `turn-on-font-lock-if-enabled'.
5106         Fully obey `font-lock-global-modes'.
5108 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5110         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
5111         which will not affect the behavior of things like forward-word.
5112         (diff-fine-highlight): Preserve point.
5114         * doc-view.el (doc-view-mode-map): Use remapping.
5115         Don't rebind C-v, M-v to their default value.
5116         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
5118         * smerge-mode.el: Add word-granularity refinement.
5119         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
5120         (smerge-refine-weight-hack): New vars.
5121         (smerge-refine-forward): New fun.
5122         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
5123         (smerge-refine-subst): Use them as well.  Preserve point.
5125 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
5127         * follow.el (follow-unload-function): New function.
5129         * loadhist.el (unload-function-features-list):
5130         Rename from `unload-hook-features-list'.
5131         (unload-hook-features-list): Add as obsolete alias.
5132         (unload-feature): Use `unload-function-features-list'
5133         and new FEATURE-unload-function.
5135 2007-10-19  Glenn Morris  <rgm@gnu.org>
5137         * bindings.el (mouse-minor-mode-menu)
5138         (minor-mode-menu-from-indicator): Move to mouse.el.
5139         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5140         Move here from bindings.el.
5142 2007-10-19  Richard Stallman  <rms@gnu.org>
5144         * help-fns.el (describe-function-1): Don't use the advice origname
5145         if it has no function definition.
5147 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
5149         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
5150         Use `save-restriction' rather than `widen'.
5152 2007-10-18  Richard Stallman  <rms@gnu.org>
5154         * time.el (display-time-world-time-format): Display day # not month #.
5156 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5158         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
5160         * doc-view.el: Remove version keyword.
5161         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5162         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
5163         (doc-view-ghostscript-options): Improve custom type.
5164         (doc-view-cache-directory, doc-view-conversion-buffer)
5165         (doc-view-conversion-refresh-interval): Simplify custom type.
5167 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
5169         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5170         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
5171         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5172         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
5173         Remove superfluous messages.
5174         (doc-view-mode-map): Use the image-mode scrolling commands.
5175         Don't rebind C-x k.
5177 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5179         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
5180         Add comment about "-dSAFER".
5182 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * term/xterm.el: Don't require xt-mouse.
5185         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
5186         calling turn-on-xterm-mouse-tracking-on-terminal directly.
5188         * xt-mouse.el: Don't change the global function-key-map anny more.
5189         (xterm-mouse-mode): Use terminal-init-xterm-hook.
5190         Don't use after-make-frame-functions now that term/xterm.el calls
5191         us directly.
5192         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5193         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
5194         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
5195         Setup input-decode-map and remember that xterm-mouse-mode was
5196         enabled in this terminal.
5197         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
5198         terminals where it has been enabled.
5200         * faces.el (tty-create-frame-with-faces): Make sure not only
5201         tty-run-terminal-initialization but also set-locale-environment
5202         are run only once per terminal.
5203         (tty-run-terminal-initialization): Don't check if the terminal was
5204         already initted.
5206         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
5207         not to remove keymaps that just happen to inherit from one of ours.
5208         When setting up our keymap, make sure it won't be accidentally
5209         modified by someone else.
5211 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
5213         * textmodes/artist.el (artist-previous-line, artist-next-line):
5214         * dired.el (dired-next-line, dired-previous-line):
5215         * progmodes/delphi.el (delphi-newline):
5216         * textmodes/org.el (org-columns-eval):
5217         Use forward-line.
5219         * emerge.el (emerge-setup): Use insert-buffer-substring.
5220         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
5222 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
5224         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
5225         (adaptive-fill-function): Doc fix.  Remove * from docstring.
5227 2007-10-18  Tom Horsley  <tom.horsley@att.net>
5229         * simple.el (interprogram-paste-function): Doc fix.
5230         (current-kill): Accept list of strings as well
5231         as single string from `interprogram-paste-function'.
5233 2007-10-18  Glenn Morris  <rgm@gnu.org>
5235         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
5237 2007-10-18  Drew Adams  <drew.adams@oracle.com>
5239         * bindings.el (mode-line-minor-mode-keymap):
5240         Add mouse-minor-mode-menu on mouse-1.
5241         (mode-line-modes): Add mouse-1 to help-echo text.
5242         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5243         New functions.
5244         (mode-line-minor-mode-help): Doc fix.
5246 2007-10-17  Juri Linkov  <juri@jurta.org>
5248         * textmodes/fill.el (fill-paragraph-or-region): Remove function
5249         at the request of RMS.
5250         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
5251         arg `region'.  Fix docstring.  At the first `or' branch add call to
5252         `fill-region' if it the region is active in transient-mark-mode.
5254         * bindings.el (esc-map): Bind M-q to fill-paragraph
5255         instead of fill-paragraph-or-region.
5257         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
5258         with fill-paragraph.
5260         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
5261         Fix docstring.
5263         * indent.el (indent-for-tab-command): Change interactive spec from
5264         "P" to "p".  Add check for interactive arg before indenting the
5265         active region.
5267         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
5268         Regroup.
5270 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
5272         * emacs-lisp/find-func.el: Don't require loadhist.
5274         * loadhist.el (feature-symbols, file-provides, file-requires)
5275         (file-set-intersect, file-dependents): Simplify.
5276         (unload-feature-special-hooks): Update list of special hooks.
5278 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
5280         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
5281         extensions since they can be viewed with doc-view.
5283         * files.el (auto-mode-alist): Make doc-view-mode the default mode
5284         for pdf, ps and dvi files.
5286         * doc-view.el: Make doc-view-mode the standard mode for viewing
5287         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
5288         text and image display.  Add binding C-c C-e to switch to an
5289         editing mode.
5290         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
5291         avoid security problems when rendering files from untrusted sources.
5293 2007-10-17  Aaron Hawley  <aaronh@garden.org>
5295         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
5296         position is not saved.
5298 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5300         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
5301         (doc-view-ghostscript-options): Fix typo in doc string.
5303 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5305         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
5306         handling, so compilation-fake-loc works again.
5308         * server.el (server-select-display): Nop if we do not support m-f-o-d.
5309         (server-process-filter): Revert last change.
5311         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
5312         behavior unrelated to filesets.
5314 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
5316         * longlines.el (longlines-wrap-follows-window-size): Integer value
5317         specifies wrapping margin.
5318         (longlines-mode, longlines-window-change-function):
5319         Set window-specific wrapping margin based on the above.
5321 2007-10-17  John Wiegley  <johnw@newartisans.com>
5323         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
5325 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5327         * server.el (server-process-filter): Only set display if X11 is
5328         supported.
5330 2007-10-17  Glenn Morris  <rgm@gnu.org>
5332         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
5333         Tweak regexp to avoid stack overflow.
5335 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5337         * simple.el (reindent-then-newline-and-indent): Don't assume that
5338         indent-according-to-mode preserves point.
5340 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
5342         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
5343         (bs--nth-wrapper): Simplify.
5344         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
5345         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
5346         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
5347         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
5348         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
5349         (bs-configurations, bs-default-configuration)
5350         (bs-alternative-configuration, bs-cycle-configuration-name)
5351         (bs-string-show-always, bs-string-show-never, bs-string-current)
5352         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
5353         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
5354         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
5355         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
5356         (bs--window-config-coming-from): Revert 2006-11-09 change.
5357         (bs--restore-window-config): Keep the selected frame.
5358         (bs--track-window-changes, bs--remove-hooks): New functions.
5359         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
5360         (bs--create-header): Remove.
5361         (bs--create-header-line): New function, based on `bs--create-header'.
5362         (bs--show-header): Use `bs--create-header-line'.
5363         (bs--show-with-configuration): Revert 2006-11-09 change.
5364         Don't reuse window unless it is visible on the selected frame.
5365         Restore window configuration (possibly in a different frame)
5366         before creating any window.
5368 2007-10-16  Glenn Morris  <rgm@gnu.org>
5370         * simple.el (blink-matching-open): Don't report false errors with
5371         the `$' syntax class.
5373 2007-10-16  Richard Stallman  <rms@gnu.org>
5375         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
5376         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
5377         (ad-is-advised, ad-get-advice-info-field)
5378         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
5380 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5382         * vc-hooks.el (vc-workfile-version): Compatibility alias.
5383         (vc-default-working-revision): Compatibility for backends.
5385 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
5387         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
5388         (filesets-ormap, filesets-sort-case-sensitive-flag)
5389         (filesets-remake-shortcut, filesets-ingroup-collect-files):
5390         Fix typos in docstrings.
5391         (filesets-conditional-sort, filesets-find-or-display-file)
5392         (filesets-data-get-name, filesets-data-get-data)
5393         (filesets-data-set, filesets-cmd-query-replace-getargs)
5394         (filesets-ingroup-collect): Doc fixes.
5396 2007-10-15  Sam Steingold  <sds@gnu.org>
5398         * mail/sendmail.el (sendmail-error-reporting-interactive)
5399         (sendmail-error-reporting-non-interactive): New variables for
5400         sendmail error reporting options to simplify support for imperfect
5401         sendmail emulators.
5402         (sendmail-send-it): Use them instead of list literals.
5404 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
5406         * help-fns.el: Revert previous change; it creates a
5407         dependency loop between advice.el and help-fns.el.
5409 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
5411         * help-fns.el: Require advice when compiling.
5413 2007-10-14  Drew Adams  <drew.adams@oracle.com>
5415         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
5416         (ring-insert+extend, ring-remove+insert+extend, ring-member)
5417         (ring-next, ring-previous): New functions.
5419 2007-10-14  Richard Stallman  <rms@gnu.org>
5421         * emacs-lisp/advice.el (documentation): Advice deleted.
5422         Doc for advised functions is now handled at C level.
5423         (ad-stop-advice, ad-start-advice): Don't enable or disable
5424         advice for `documentation'.
5425         (ad-advised-definition-docstring-regexp): Var deleted.
5426         (ad-make-advised-definition-docstring): Store orig name
5427         as text property of string.
5428         (ad-advised-definition-p): Check for text property of docstring.
5430         * help-fns.el (describe-function-1): Find source of advised functions.
5432 2007-10-14  Juri Linkov  <juri@jurta.org>
5434         * faces.el (describe-face): Allow handling a string as the face name.
5436         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
5437         active region in transient-mark-mode.
5438         (ispell-region): Change messages displayed at the start and end of
5439         the spell-checking to be the same.
5441         * startup.el (fancy-startup-tail): Say exactly what does the button
5442         dismiss ("Dismiss this startup screen").  Use text "Never show
5443         it again" for the checkbox after this button.
5444         (fancy-startup-screen, fancy-about-screen): Put point before the
5445         first link, so the user can quickly select links with the keyboard.
5446         (normal-mouse-startup-screen): Add more useful text describing how
5447         to follow a link.
5449 2007-10-14  Glenn Morris  <rgm@gnu.org>
5451         * progmodes/etags.el (select-tags-table): Disable undo in the
5452         `*Tags Table List*' buffer.
5454 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
5456         * dired.el (dired-warn-writable): New face.
5457         (dired-warn-writable-face): New variable.
5458         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
5459         of dired-warning-face, for group- and world-writable files.
5461 2007-10-13  Richard Stallman  <rms@gnu.org>
5463         * files.el (directory-abbrev-alist): Doc fix.
5465 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
5467         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
5469 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
5471         * frame.el (set-frame-configuration): Assign name parameter only
5472         if it has been set explicitly before.
5474 2007-10-11  Tom Tromey  <tromey@redhat.com>
5476         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
5477         frame is visible.
5479 2007-10-10  Richard Stallman  <rms@gnu.org>
5481         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
5482         in *Backtrace*.
5484         * faces.el (face-font-selection-order): Doc fix.
5486         * loadhist.el (unload-feature): Doc fix.
5488 2007-10-13  Glenn Morris  <rgm@gnu.org>
5490         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
5491         (octave-re-search-forward-kw, octave-re-search-backward-kw):
5492         Add doc string, and an explicit COUNT argument.
5493         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
5494         `inc' to search functions.
5496         * faces.el (face-spec-set): When FRAME is nil, set the default for
5497         new frames (restores pre-2007-09-17 behavior).  Doc fix.
5499 2007-10-13  John W. Eaton  <jwe@octave.org>
5501         * progmodes/octave-mod.el (octave-looking-at-kw)
5502         (octave-re-search-forward-kw, octave-re-search-backward-kw):
5503         New functions.
5504         (octave-in-defun-p, calculate-octave-indent)
5505         (octave-blink-matching-block-open, octave-beginning-of-defun)
5506         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
5507         to search for regexps that contain case-sensitive keywords.
5508         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
5509         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
5511 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5513         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
5514         Do not use a single clause cond.
5516         * cus-start.el (all): Use test that does not match the X11 version
5517         for mac.
5519 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
5521         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
5522         BROWSE buffer.
5524 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5526         * cus-start.el (all): Undo previous change.
5528 2007-10-13  Glenn Morris  <rgm@gnu.org>
5530         * woman.el (woman0-rename): Fix paren typo.
5532         * mail/feedmail.el (feedmail-run-the-queue)
5533         (feedmail-look-at-queue-directory):
5534         * mail/reporter.el (reporter-dump-state):
5535         * net/eudc-hotlist.el (eudc-edit-hotlist):
5536         * net/eudc.el (eudc-display-records)
5537         (eudc-filter-duplicate-attributes)
5538         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
5539         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
5540         (eudc-bbdb-query-internal):
5541         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
5542         * net/socks.el (socks-build-auth-list):
5543         * progmodes/cc-cmds.el (top level):
5544         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
5545         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
5546         (cperl-write-tags, cperl-tags-treeify):
5547         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
5548         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
5549         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
5550         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
5551         (idlwave-toolbar-remove-everywhere):
5552         * progmodes/idlwave.el (idlwave-indent-line)
5553         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
5554         (idlwave-write-paths, idlwave-all-method-classes)
5555         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
5556         (idlwave-fix-keywords, idlwave-display-calling-sequence)
5557         (idlwave-complete-in-buffer):
5558         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
5559         (org-fast-tag-selection):
5560         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
5561         than mapcar.
5563 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5565         * diff-mode.el (diff-fine-change): Add :group.
5567 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
5569         * cus-start.el (all): Use the same test as the 22.2 branch.
5571 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5573         * diff-mode.el (diff-current-defun): Force recomputation of
5574         change-log-default-name.
5576 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
5578         * startup.el (fancy-startup-screen): Remove an unnecessary newline
5579         and some leftover logic regarding dedicated frames.  If showing
5580         concise startup screen, fit window to buffer.
5581         (command-line-1): If we will be using the splash screen, use
5582         find-file instead of find-file-other-window to find additional files.
5583         Comment out unused code for coping with the old sit-for behavior.
5585 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5587         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
5588         `meta' modifier consistently, rather than using sometimes meta
5589         sometimes alt.
5591 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
5593         * window.el (handle-select-window): Revert part of 2007-10-08
5594         change setting the input focus.
5596 2007-10-12  Glenn Morris  <rgm@gnu.org>
5598         * startup.el (command-line): Do not read abbrev file in batch mode.
5600         * emacs-lisp/byte-opt.el (top level):
5601         * mail/rmail.el (rmail-list-to-menu):
5602         * obsolete/hilit19.el (hilit-mode):
5603         * progmodes/cc-mode.el (c-postprocess-file-styles)
5604         (c-submit-bug-report):
5605         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5606         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
5607         (reftex-access-parse-file):
5608         * textmodes/reftex-cite.el (reftex-do-citation)
5609         (reftex-insert-bib-matches):
5610         * textmodes/reftex-ref.el (reftex-offer-label-menu):
5611         * textmodes/reftex-sel.el (reftex-select-unmark):
5612         * textmodes/reftex-toc.el (reftex-toc-do-promote):
5613         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
5615         * cus-edit.el (custom-variable-menu, custom-face-menu)
5616         (custom-group-menu): Check init-file-user rather than
5617         user-init-file, in case cus-edit is loaded by site-run-file.
5619 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
5621         * vc.el (vc-deduce-fileset): Delete unused code.
5622         (vc-next-action): Fix typos.
5624 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
5626         * bs.el (bs--mark-unmark): New function.
5627         (bs-mark-current, bs-unmark-current): Use it.
5629 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
5631         * vc.el (vc-diff):
5632         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
5633         temporarily disable the check for his edge case of
5634         vc-diff (stopping it from grinding when called from $HOME), as
5635         it's calling some brittle code in vc-hooks.el.
5636         (with-vc-properties): Fix evaluation time of a macro argument.
5637         * ediff-vers.el (ediff-vc-internal):
5638         * vc-hooks.el:
5639         * loaddefs.el: Follow up on VC terminology change.
5641 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
5643         * follow.el (follow-stop-intercept-process-output):
5644         Use `follow-call-process-filter' rather than `process-filter'.
5645         Simplify.
5647 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
5649         * vc-hooks.el (vc-registered): Robustify this function a bit
5650         against filenames with no directory component.
5652 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5654         * international/characters.el: Undo unwanted and unexplained change.
5656 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5658         * ps-print.el: Fix the usage of :foreground and :background face
5659         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
5660         (ps-print-version): New version 6.7.6.
5661         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
5662         Fix code.
5663         (ps-face-foreground-color-p, ps-face-background-color-p)
5664         (ps-face-color-p): New inline funs.
5666 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
5668         * textmodes/org.el (org-additional-option-like-keywords): New constant.
5669         (org-complete): Use `org-additional-option-like-keywords'.
5670         (org-parse-local-options): New function.
5672 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
5674         * textmodes/org.el (org-in-clocktable-p): New function.
5675         (org-clock-report): Only update the table at point, or insert a new one.
5676         (org-clock-goto): New function.
5677         (org-open-file): Use `start-process-shell-command' instead of
5678         `shell-command' with an ampersand.
5679         (org-deadline, org-schedule): New argument REMOVE to remove the
5680         date from the entry.
5681         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
5682         argument to `org-schedule' and `org-deadline'.
5683         (org-trim): Use the correct expressions for beginning and end of
5684         the string.
5685         (org-get-cleaned-entry): Trim the string before returning it.
5686         (org-clock-find-position): New function.
5687         (org-clock-into-drawer): New option.
5688         (org-agenda-tags-column): Rename from
5689         `org-agenda-align-tags-to-column'.
5690         (org-agenda-align-tags): Allow negative values for
5691         `org-agenda-tags-column'.
5692         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
5693         (org-agenda-to-appt): New optional argument FILTER.
5694         (org-completion-fallback-command): New variable.
5695         (org-complete): Use `org-completion-fallback-command'.
5696         (org-find-base-buffer-visiting): Catch the case that there is no
5697         buffer visiting the file.
5698         (org-property-or-variable-value): New function.
5699         (org-todo): Use `org-property-or-variable-value'
5700         (org-agenda-compact-blocks): New option.
5701         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
5702         (org-agenda-schedule, org-agenda-deadline):
5703         Call `org-agenda-show-new-time'.
5704         (org-agenda-show-new-time): New argument PREFIX.
5705         (org-colgroup-info-to-vline-list): Fix but that cause a
5706         shift in the vertical lines.
5707         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
5708         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
5709         (org-indent-item): No arg in call to `org-fix-bullet-type'.
5710         (org-fix-bullet-type): Remove argument.
5711         (org-read-date): Check for am/pm twice, to catch the end time.
5712         (org-goto-map): Use `suppress-keymap'.
5713         (org-remember-apply-template): Respect the dynamically scoped
5714         selection character.
5716 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
5718         * textmodes/org-export-latex.el (org-export-latex-protect-string):
5719         Renaming of `org-latex-protect'.
5720         (org-export-latex-emphasis-alist): By default, don't protect
5721         any emphasis formatter from further conversion.
5722         (org-export-latex-tables): Honor column grouping for tables.
5723         (org-export-latex-title-command): New option.
5724         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5725         export backslash character.
5727 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5729         * frame.el (frame-inherited-parameters): Remove unused `environment'
5730         parameter, and let server.el add `client' when needed.
5732         * server.el (server-create-tty-frame)
5733         (server-create-window-system-frame): Set frame-inherited-parameters.
5735         * frame.el (frame-inherited-parameters): New var.
5736         (make-frame): Use it.
5738         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
5740         * env.el (let-environment): Remove.  Unused.
5741         (read-envvar-name): Simplify.
5742         (setenv): Remove unused arg `frame'.
5744         * help-fns.el (describe-variable): Add missing "  " for multiline
5745         obsolescence info and missing EOL after global value.
5747 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
5749         * add-log.el:
5750         * ediff-vers.el:
5751         * log-view.el:
5752         * pcvs.el:
5753         * vc-arch.el:
5754         * vc-bzr.el:
5755         * vc-cvs.el:
5756         * vc.el:
5757         * vc-git.el:
5758         * vc-hg.el:
5759         * vc-hooks.el:
5760         * vc-mcvs.el:
5761         * vc-mtn.el:
5762         * vc-rcs.el:
5763         * vc-sccs.el:
5764         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
5765         {find,init,next,previous,annotate-*,log}-version ->
5766         {find,init,next,previous,annotate-*,log}-revision,
5767         annotate-focus-version -> annotate-working-revision, The term
5768         'focus' is gone.  The term 'revision' is now used consistently
5769         everywhere that reference to a revision ID is intended, replacing
5770         older use of 'version'.
5772 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
5774         * follow.el: Change all instances of "Follow Mode" to "Follow
5775         mode" in docstrings and messages.
5776         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
5778 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
5780         * vc.el (vc-next-action): Rewrite completely; this principal
5781         entry point now operates on a current fileset selected either
5782         explicitly via VC-Dired or implicitly by visiting a file buffer,
5783         rather than always operating on the file of the current buffer as
5784         in older versions.  Rewrite the rest of the mode to match.
5785         (with-vc-properties): Rewrite to operate on a file list.
5786         (with-vc-file): vc-checkin takes a file list argument now.
5787         (vc-post-command-functions): This hook now receives a file list.
5788         (vc-do-command): Take a either a file or a file list as argument.
5789         (vc-deduce-fileset): New function for deducing a file list to
5790         operate on.
5791         (vc-next-action-on-file, vc-next-action-dired): Remove.
5792         Merge into vc-next-action.
5793         (vc-register): Adapt to the fact that vc-start-entry now takes a
5794         file list.
5795         (vc-register-with): New function.
5796         (vc-start-entry): Take a file list argument rather than a
5797         file argument.
5798         (vc-checkout): Cope with vc-start-entry taking a file list.
5799         (vc-steal-lock): Cope with with-vc-properties taking a
5800         file list.
5801         (vc-checkin): Take a file list argument rather than a file argument.
5802         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
5803         (vc-diff-internal): Rewrite for filesets.
5804         (vc-diff-sentinel): New function, tests whether changes were
5805         written into a diff buffer.
5806         (vc-diff): Rewrite for filesets.
5807         (vc-version-diff): Rewrite for filesets.
5808         (vc-print-log): Take a fileset argument.
5809         (vc-revert): Revert the entire selected fileset, not just the
5810         current buffer.
5811         (vc-rollback): Roll back the entire selected fileset, if
5812         possible.  No longer accepts a prefix argument.
5813         (vc-update): Merge new changes for the entire selected
5814         fileset, not just the current buffer.
5815         (vc-revert-file): Cope with with-vc-properties taking a file list.
5816         (vc-default-dired-state-info): Add + status suffix if the file is
5817         modified.
5818         (vc-annotate-warp-version): Use the new diff machinery.
5819         (vc-log-edit): Take a file list argument rather than a file argument.
5821 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5823         Sync with Tramp 2.1.11.
5825         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5826         Pacify byte compiler.
5828         * net/trampver.el: Update release number.
5830 2007-10-09  Richard Stallman  <rms@gnu.org>
5832         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
5834 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
5836         * follow.el: Require easymenu.
5837         (follow-mode-hook, follow-mode): Doc fixes.
5838         (follow-mode-off-hook): Mark as obsolete.
5840 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
5842         * window.el (mouse-autoselect-window-cancel): Don't cancel for
5843         select-window or select-frame events.
5844         (handle-select-window): When autoselecting window set input
5845         focus.  Restructure.
5847         * frame.el (focus-follows-mouse): Move to frame.c.
5848         * cus-start.el (all): Add focus-follows-mouse.
5850 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
5852         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
5853         activate font-locking in the *buffer-selection* buffer.
5854         (bs-show-sorted): Doc fix.
5856         * bs.el (bs--get-marked-string, bs--get-modified-string)
5857         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5858         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
5859         (bs--format-aux): Doc fix.
5861 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5863         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
5865 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
5867         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
5868         (gud-gdb): New function for old M-x gdb (text command mode).
5869         (gud-gdb-command-name, gdb): Move to...
5871         * progmodes/gdb-ui.el: ...here and adapt doc string.
5872         (gud-gdba-command-name, gdba): Delete.
5874 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
5876         * bs.el: Don't defvar `font-lock-verbose'.
5877         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
5878         (bs--get-file-name): Fix typos in docstrings.
5879         (bs--show-header): Use `dolist' instead of `mapcar'.
5880         (bs-mode): Set `show-trailing-whitespace' to nil.
5881         (bs-buffer-sort-function, bs-mouse-select-other-frame)
5882         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
5883         Doc fixes.
5885 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
5887         * progmodes/gud.el (pdb): Specify file for gud-break.
5889 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
5891         * progmodes/gud.el (gdb): Make graphical mode the default and
5892         switch to text command mode if appropriate, i.e., reverse previous
5893         arrangement.
5894         (gud-gdb-marker-filter): Adapt for above change.
5896         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
5897         gud-minor-mode and gud-marker-filter.
5898         (gdb-fullname-regexp): New variable.
5899         (gud-gdba-marker-filter): Use it to switch to text command
5900         mode if appropriate.
5902 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
5904         * progmodes/gud.el (gud-display-line): Find source buffer even when
5905         GUD buffer has its own frame.
5907 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5909         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
5911 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5913         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5915 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
5917         * allout.el (allout-before-change-handler): Replace got-char by
5918         goto-char.
5920 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
5923         Used to try and automatically enabled smerge-mode in the presence of
5924         conflicts and to call `svn resolved' when the conflicts are gone.
5925         (vc-svn-parse-status): Remember the svn-specific status.
5927 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
5929         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
5930         menu-bar-apropos-menu.  All users changed.
5931         (menu-bar-help-menu): Change menu symbols to better match the text
5932         displayed by the menu.
5934 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5936         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
5937         #, @, : and ^.
5939 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5941         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
5943         * log-view.el (log-view-mode-map): Likewise.
5945         * diff-mode.el (diff-mode-shared-map): Likewise.
5947 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5949         * files.el (file-name-sans-versions): Also allow `A-Z'.
5951         * vc.el: Mention all supported VC backends.
5953 2007-10-08  Richard Stallman  <rms@gnu.org>
5955         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
5956         neighbouring buttons.
5958 2007-10-08  Andreas Schwab  <schwab@suse.de>
5960         * files.el (file-name-sans-versions): Also allow `_'.
5962 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5964         * files.el (file-name-sans-versions): Allow - and a-z in version names.
5966         * log-view.el (log-view-mode-map, log-view-mode-menu):
5967         Bind log-view-annotate-version.
5968         (log-view-beginning-of-defun, log-view-end-of-defun)
5969         (log-view-annotate-version): New functions.
5970         (log-view-mode): Use log-view-beginning-of-defun and
5971         log-view-end-of-defun.
5973 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5975         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5977 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5979         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5980         neighbouring buttons.
5982         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5983         Recognize gcc's use of "note" for informational messages.
5985 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5987         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
5988         (css-mode): Update correspondingly.
5990 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
5992         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
5993         Signed-off-by, Acked-by and Merge.
5995 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5997         * ediff-init.el (ediff-verbose-p): This var is not a constant.
5999 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6001         * vc-mtn.el: New file.
6003         * vc-hooks.el (vc-handled-backends): Add Mtn.
6005 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
6007         * files.el (find-file, find-file-other-window)
6008         (find-file-other-frame, find-file-existing, find-file-read-only)
6009         (find-file-read-only-other-window)
6010         (find-file-read-only-other-frame)
6011         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
6013 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
6015         * progmodes/gud.el (gdb-ready): New variable.
6016         (gdb): Set it to nil.  Set gud-running to nil here...
6017         (gud-common-init): ...instead of here.
6019         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
6020         Use gdb-ready.  Discard input until GDB is ready to accept it.
6022 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6024         * dired.el (dired-warning): Inherit from font-lock-warning-face to
6025         make it show up with eight colors.
6027 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
6030         diffs are concatenated with no intervening line.
6032 2007-10-08  Dave Love  <fx@gnu.org>
6034         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6035         (python-font-lock-keywords): Update to the 2.5 version of the language.
6036         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6037         (python-backspace): Only behave funny in code.
6038         (python-compilation-regexp-alist): Add PDB stack trace regexp.
6039         (inferior-python-mode): Add PDB prompt regexp.
6040         (python-fill-paragraph): Refine the fenced-string regexp.
6041         (python-find-imports): Handle imports spanning several lines.
6042         (python-mode): Add `class' to hideshow support.
6044 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6046         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6047         Use add-log-buffer-file-name-function rather than binding
6048         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
6049         when `fi' is the ChangeLog file itself.
6051         * outline.el (outline-flag-region): Use front-advance.
6053 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
6055         * progmodes/cperl-mode.el: Merge upstream 5.23.
6056         (cperl-where-am-i): Remove function.
6057         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
6058         (cperl-sniff-for-indent): De-invert [string] and [comment].
6059         When looking for label, skip s:m:y:tr.
6060         (cperl-indent-line): Likewise.
6061         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
6062         (cperl-windowed-init): Wrong `ps-print' handling.
6063         Both thanks to Chong Yidong.
6064         (cperl-look-at-leading-count): Could fail with unfinished RExen.
6065         (cperl-find-pods-heres): If the second part of s()[] is missing,
6066         don't try to highlight delimiters...
6068 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6070         * progmodes/compile.el (compilation-get-file-structure): Complete last
6071         change by also using spec-directory in the puthash.
6073 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
6075         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6076         (vc-bzr-status): Fix shadowing of variable 'status'.
6077         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
6078         Use `expand-file-name' instead of `concat'.
6079         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
6080         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
6082 2007-10-08  Jason Rumney  <jasonr@gnu.org>
6084         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
6086 2007-10-08  Richard Stallman  <rms@gnu.org>
6088         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
6089         Add `safe-local-variable' property.
6090         (lisp-body-indent): Likewise.
6092 2007-10-08  Richard Stallman  <rms@gnu.org>
6094         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
6095         Add doc string.
6097 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6099         * files.el (backup-buffer-copy): Try to overwrite old backup first.
6101 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
6103         * repeat.el (repeat): Use last-repeatable-command instead of
6104         real-last-command.  Run pre- and post-command hooks for
6105         self-insertion.  Update doc-string.
6107 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
6109         * vc-git.el (vc-git-state): Call git-add --refresh to update the
6110         state of the file.
6111         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
6112         (vc-git-create-repo): Fix invalid command.
6114 2007-10-08  Richard Stallman  <rms@gnu.org>
6116         * textmodes/flyspell.el (flyspell-mode):
6117         Catch errors in flyspell-mode-on.
6119 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
6121         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
6123 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6125         * international/encoded-kb.el (encoded-kbd-setup-display):
6126         Use input-decode-map rather than local-key-translation-map.
6128         * term/rxvt.el (rxvt-alternatives-map): New map.
6129         (terminal-init-rxvt): Use it.
6130         Bind rxvt-function-map in input-decode-map.
6132         * term/xterm.el (xterm-alternatives-map): New map.
6133         (terminal-init-xterm): Use it.
6134         Bind xterm-function-map in input-decode-map.
6136         * term/x-win.el (x-alternatives-map): New var.
6137         (x-setup-function-keys): Use it.
6139         * help-fns.el (describe-variable): Slightly change the layout of
6140         meta-info to separate it better from the docstring.
6141         Standardize insertion of extra empty lines in various circumstances.
6143         * diff-mode.el (diff-hunk-style): New fun.
6144         (diff-end-of-hunk): Use it.
6145         (diff-context->unified): Use the new `apply' undo element,
6146         if applicable, so as to save undo-log space.
6147         (diff-fine-change): New face.
6148         (diff-fine-highlight-preproc): New function.
6149         (diff-fine-highlight): New command.
6150         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
6152         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
6153         (smerge-refine-highlight-change): Add `props' argument.
6154         (smerge-refine-subst): New function holding most of smerge-refine.
6155         (smerge-refine): Use it.
6157 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
6159         * vc.el (vc-default-wash-log): Remove unused code, the
6160         log washers all live in the backends now.
6161         (vc-default-comment-history): Correct for the fact
6162         that wash-log is argumentless in the new API.
6164 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
6166         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
6167         (tramp-maybe-send-script): Apply `member' but `memq'.
6168         (tramp-advice-file-expand-wildcards): Simplify implementation.
6170 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
6172         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
6174         * mb-depth.el (minibuf-depth-indicator-function): New variable.
6175         (minibuf-depth-setup-minibuffer): Use it.
6177 2007-10-07  Glenn Morris  <rgm@gnu.org>
6179         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
6180         version numbers.
6182 2007-10-06  Juri Linkov  <juri@jurta.org>
6184         * textmodes/fill.el (fill-paragraph-or-region): New function.
6186         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
6187         instead of fill-paragraph.
6189         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
6190         with fill-paragraph-or-region.  Suspend command is now the same
6191         `suspend-frame' on window systems and on tty.
6193         * image.el (image-type): Check if image-types is bound to not fail
6194         on tty.
6196         * delsel.el (delete-selection-pre-hook):
6197         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
6198         is fbound to not fail on mouseless tty.
6200 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
6202         * net/tramp.el (top): Move loading of tramp-util.el and
6203         tramp-vc.el to tramp-compat.el.
6204         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
6205         temporary file if possible, in order to avoid a security hole.
6206         (tramp-do-copy-or-rename-file-out-of-band)
6207         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
6208         with DONT-CREATE, because the connection is not setup yet.
6209         (tramp-handle-process-file): Rewrite temporary file handling.
6210         (tramp-completion-mode): New defvar.
6211         (tramp-completion-mode-p): Use it.
6213         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
6215         * net/tramp-fish.el (tramp-fish-handle-process-file):
6216         Rewrite temporary file handling.
6218 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
6220         * vc.el: Workfile version -> focus version change.  Port various
6221         comments from new VC to reduce the noise in the diff.
6222         Patch in the new vc-create-repo function to go with the
6223         header comment about it already present.
6224         There are no changes to existing logic in this patch.
6225         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
6227 2007-10-06  Aaron Hawley  <aaronh@garden.org>
6229         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
6231 2007-10-05  Chris Moore  <dooglus@gmail.com>
6233         * server.el (server-kill-new-buffers): Doc fix.
6235 2007-10-05  John W. Eaton  <jwe@octave.org>
6237         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
6238         (octave-begin-keywords): Add "do".
6239         (octave-end-keywords): Remove "end".
6240         (octave-reserved-words): Add "end".  Remove "all_va_args",
6241         "gplot", and 'gsplot".
6242         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
6243         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
6244         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
6245         "default_return_value", "define_all_return_values",
6246         "do_fortran_indexing", "empty_list_elements_ok",
6247         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
6248         "ok_to_lose_imaginary_part", "prefer_column_vectors",
6249         "prefer_zero_one_indexing", "propagate_empty_matrices",
6250         "resize_on_range_error", "treat_neg_dim_as_zero",
6251         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
6252         "warn_divide_by_zero", "warn_function_name_clash",
6253         "warn_missing_semicolon", "whitespace_in_literal_matrix".
6254         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
6255         "crash_dumps_octave_core", "sighup_dumps_octave_core",
6256         "sigterm_dumps_octave_core".
6257         (octave-block-match-alist): Remove "end" from block-end keywords.
6258         (octave-mode): Update ftp site address.
6260 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6262         * vc.el: Reorder functions, no code changes.
6264 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
6266         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
6267         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
6268         the cond clauses where needed.
6269         (tramp-handle-write-region): Rearrange code for proper handling of
6270         tmpfile.
6272         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
6274         * net/tramp.el:
6275         * net/tramp-fish.el:
6276         * net/tramp-ftp.el:
6277         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
6278         `tramp-compat-make-temp-file'.
6280 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6282         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
6284 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6286         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
6287         already uses a more recent copyright version than the "current" one.
6289 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6291         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
6292         (doc-view-insert-image): Minor aesthetical docstring changes.
6294 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
6296         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
6297         completing filename.
6298         (doc-view-search-internal): Docstring change.
6300 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
6302         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
6303         (tramp-file-name-handler-alist):
6304         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
6305         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
6306         used before, creates the file already, which is not desired.
6307         (tramp-do-copy-or-rename-file-directly): Simplify handling of
6308         temporary file.
6309         (tramp-handle-insert-file-contents): Assign the result in the
6310         short track case.
6311         (tramp-handle-insert-file-contents-literally): New defun.
6312         (tramp-completion-mode-p): Revert change from 2007-09-24.
6313         Checking for `return' etc as last character is not sufficient, for
6314         example in dired-mode when entering <g> (revert-buffer) or
6315         <s> (dired-sort).
6317         * net/tramp-compat.el (top): Add also compatibility code for loading
6318         appropriate timer package.
6319         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
6320         order to avoid autoloading problems.
6322         * net/tramp-fish.el:
6323         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
6325         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
6326         where the second parameter of `copy-file' or `rename-file' is a
6327         remote file but not via ftp.
6329 2007-10-02  Richard Stallman  <rms@gnu.org>
6331         * frame.el (cursor-in-non-selected-windows): Doc fix.
6333 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
6335         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
6336         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
6338 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
6340         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
6341         when `expt' doesn't give range errors.
6343 2007-10-01  Markus Triska  <markus.triska@gmx.at>
6345         * calc/calc-math.el (math-smallest-emacs-expt):
6346         Make the computation more robust.
6348 2007-09-30  David Kastrup  <dak@gnu.org>
6350         * startup.el (argv): Alias for `command-line-args-left' to use as
6351         `(pop argv)' inside of --eval command sequences.  Allows for
6352         passing shell commands into Emacs verbatim without need for Lisp
6353         quoting.
6355         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
6356         check only for changed size.
6357         (auto-revert-tail-handler): Get size from caller.  If the file has
6358         shrunk, tail the whole file again (the file presumably has been
6359         rewritten).
6361         * woman.el (woman-topic-all-completions, woman-mini-help):
6362         Fix fallout from 2007-09-07 introduction of `dolist' when the list
6363         actually was being manipulated in the loop.
6364         (woman-Cyg-to-Win, woman-pre-process-region)
6365         (woman-horizontal-escapes, woman-if-body, woman-unescape)
6366         (woman-strings, woman-special-characters, woman1-hc)
6367         (woman-change-fonts, woman-find-next-control-line):
6368         Use `match-beginning' rather than `match-string' when the result is
6369         just used as a flag.
6371 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
6373         * net/tramp-compat.el: New file.
6375         * net/tramp.el:
6376         * net/tramp-fish.el:
6377         * net/tramp-smb.el:
6378         * net/tramp-uu.el:
6379         * net/trampver.el: Move compatibility code to tramp-compat.el.
6380         Apply `mapc' instead of `mapcar' when the code needs side effects
6381         only.  Move utf-8 coding cookie to the second line.
6383 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
6385         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
6386         Improve custom type.
6387         (icon-map-list): Make it customizable.  Document how to disable
6388         stock icons.
6390 2007-09-30  Richard Stallman  <rms@gnu.org>
6392         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
6394 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6396         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6398 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6400         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
6401         (t-mouse-mode): New compatibility alias.
6403 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
6405         * server.el (server-delete-client): Only delete the terminal if it
6406         is non-nil.
6408 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
6410         * net/tramp.el (with-file-property, with-connection-property):
6411         Highlight as keyword.
6412         (tramp-rfn-eshadow-setup-minibuffer)
6413         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6414         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
6415         (tramp-do-copy-or-rename-file-directly)
6416         (tramp-do-copy-or-rename-file-out-of-band)
6417         (tramp-handle-shell-command, tramp-get-debug-buffer)
6418         (tramp-send-command-and-read, tramp-equal-remote)
6419         (tramp-get-local-gid): Pacify byte-compiler.
6420         (tramp-handle-file-name-directory): Result shall not be expanded.
6421         (tramp-find-foreign-file-name-handler): Rewrite.
6422         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
6424         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
6426         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6427         Apply `tramp-completion-mode-p'.
6428         (tramp-fish-handle-set-file-times)
6429         (tramp-fish-handle-executable-find)
6430         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
6431         (tramp-fish-retrieve-data): Pacify byte-compiler.
6433         * net/tramp-gw.el (tramp-gw-basic-authentication):
6434         Call `tramp-read-passwd' with first parameter `nil'.
6436 2007-09-28  Glenn Morris  <rgm@gnu.org>
6438         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
6439         than mapcar.
6441         * textmodes/tex-mode.el (tex-suscript-height-ratio)
6442         (tex-suscript-height-minimum): New customizable variables.
6443         (tex-suscript-height): New function.
6444         (superscript, subscript): Set height using tex-suscript-height
6445         rather than fixing at 0.8.
6446         (tex-fontify-script, tex-font-script-display): Add :version tag.
6448 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
6450         * progmodes/python.el (python-eldoc-function): Doc fix.
6452 2007-09-27  Glenn Morris  <rgm@gnu.org>
6454         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
6455         image if it is not in image-type-auto-detectable, or is there with
6456         a nil value.
6458 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
6460         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
6461         connection more robust.
6463 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
6465         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
6466         Deal with the case that special &keywords are at the beginning or
6467         end of the argument list.  Also add some (incomplete) support for
6468         non-standard arglists.
6470 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
6472         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
6473         (eldoc-message-commands, eldoc-current-idle-delay)
6474         (eldoc-function-argstring-format): Fix typos in docstrings.
6476 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
6478         * calc/calc-units.el (calc-convert-units)
6479         (calc-convert-temperature): Remove unnecessary colons.
6481 2007-09-26  Bastien Guerry  <bzg@altern.org>
6483         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
6484         New function.
6485         (org-export-latex-remove-from-headlines): Name changed because of typo.
6486         (org-export-latex-quotation-marks-convention): Option removed.
6487         (org-export-latex-make-preamble): Handle the DATE option.
6488         (org-export-latex-cleaned-string): Now the only cleaning function,
6489         synched up with org.el.
6490         (org-export-latex-lists, org-export-latex-parse-list)
6491         (org-export-list-to-latex): New functions.
6493 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
6495         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
6496         (org-outline-regexp): New constant.
6497         (org-remember-handler): Throw error when the target file is not in
6498         org-mode.
6499         (org-cleaned-string-for-export): No longer call
6500         `org-export-latex-cleaned-string' with an argument.
6501         (org-get-tags): Returns now a list, not a string.
6502         (org-get-tags-string): New function.
6503         (org-archive-subtree): No need to split return of `org-get-tags'.
6504         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
6505         instead of `org-get-tags'.
6506         (org-agenda-format-date): Rename from `org-agenda-date-format'.
6507         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
6508         (org-compatible-face): New argument INHERITS.  Inherit from this
6509         face if possible.
6510         (org-level-1, org-level-2, org-level-3, org-level-4)
6511         (org-level-5, org-level-6, org-level-7, org-level-8)
6512         (org-special-keyword, org-drawer, org-column, org-warning)
6513         (org-archived, org-todo, org-done, org-headline-done, org-table)
6514         (org-formula, org-code, org-agenda-structure)
6515         (org-scheduled-today, org-scheduled-previously)
6516         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
6517         in the new way.
6518         (org-get-heading): New argument NO-TAGS.
6519         (org-fast-tag-selection-include-todo): Made defvar instead of
6520         defcustom, feature is not deprecated.
6521         (org-remember-store-without-prompt): New default value t.
6522         (org-todo-log-states): New variable.
6523         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
6524         Compute the log states.
6525         (org-goto-map): More commands copied from global map.  Also bind
6526         `org-occur'.
6527         (org-goto): Made into a general lookup command.
6528         (org-get-location): Complete rewrite.
6529         (org-goto-exit-command): New variable.
6530         (org-goto-selected-point): New variable.
6531         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
6532         Set the new variables.
6533         (org-paste-subtree): Whitespace insertion strategy revised.
6534         (org-remember-apply-template): Protect v-A from the possibility
6535         that v-a might be nil.
6536         (org-remember-handler): Insertion rules revised.
6537         (org-todo): Respect org-todo-log-states.
6538         (org-up-heading-safe): New function.
6539         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
6541 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6543         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
6544         region if in transient-mark-mode.
6546 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
6548         * calc/calc-ext.el (calc-init-extensions, calc-reset):
6549         * calc/calc-help.el (calc-full-help):
6550         * calc/calc-misc.el (another-calc):
6551         * calc/calc-store.el (calc-var-name-map):
6552         * calc/calc-stuff.el (calc-flush-caches):
6553         * calc/calc-units.el (math-build-units-table):
6554         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
6555         (calc-quit):
6556         * calendar/icalendar.el (icalendar--format-ical-event)
6557         (icalendar--convert-ical-to-diary):
6558         * emacs-lisp/authors.el (authors):
6559         * emacs-lisp/cust-print.el (custom-print-install)
6560         (custom-print-uninstall):
6561         * emacs-lisp/disass.el (disassemble-1):
6562         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6563         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
6564         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
6565         (elint-check-let-form, elint-check-condition-case-form)
6566         (elint-initialize):
6567         * emacs-lisp/elp.el (elp-results):
6568         * emacs-lisp/generic.el (generic-mode-internal):
6569         * emacs-lisp/re-builder.el (reb-delete-overlays):
6570         * emacs-lisp/regi.el (regi-interpret):
6571         * emacs-lisp/sregex.el (sregex--char-aux):
6572         * emulation/cua-rect.el (cua--deactivate-rectangle)
6573         (cua--highlight-rectangle, cua--rectangle-post-command):
6574         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
6575         * emulation/viper-macs.el (viper-describe-kbd-macros)
6576         (viper-describe-one-macro):
6577         * emulation/viper-util.el (viper-setup-master-buffer):
6578         * emulation/viper.el (set-viper-state-in-major-mode):
6579         * international/mule-diag.el (describe-current-coding-system):
6580         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
6581         * mail/emacsbug.el (report-emacs-bug):
6582         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
6583         * obsolete/hilit19.el (hilit-unhighlight-region)
6584         (hilit-set-mode-patterns):
6585         * play/solitaire.el (solitaire-check, solitaire-solve):
6586         * play/zone.el (zone-pgm-rotate):
6587         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
6588         * progmodes/ada-prj.el (ada-prj-display-page):
6589         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
6590         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
6591         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
6592         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
6593         * progmodes/sh-script.el (sh-make-vars-local)
6594         (sh-reset-indent-vars-to-global-values):
6595         * progmodes/sql.el (top):
6596         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
6597         * progmodes/xscheme.el (top):
6598         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
6599         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
6600         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
6601         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
6602         (artist-submit-bug-report):
6603         * textmodes/flyspell.el (flyspell-delay-commands)
6604         (flyspell-deplacement-commands):
6605         * textmodes/table.el (table--generate-source-epilogue, table-insert)
6606         (table--generate-source-cells-in-a-row, table--make-cell-map)
6607         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
6609 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
6611         * allout.el (produce-allout-mode-map, allout-process-exposed):
6612         * ansi-color.el (ansi-color-make-color-map):
6613         * autoinsert.el (auto-insert):
6614         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
6615         * dired-aux.el (dired-create-files):
6616         * dired.el (dired-restore-desktop-buffer):
6617         * ediff-diff.el (ediff-setup-fine-diff-regions):
6618         * ediff-mult.el (ediff-intersect-directories)
6619         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
6620         (ediff-redraw-registry-buffer):
6621         * ediff-ptch.el (ediff-fixup-patch-map):
6622         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
6623         (ediff-really-quit, ediff-clear-diff-vector):
6624         * emerge.el (emerge-really-quit):
6625         * ffap.el (ffap-replace-file-component):
6626         * filecache.el (file-cache-add-directory)
6627         (file-cache-add-directory-recursively)
6628         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
6629         (file-cache-delete-directory, file-cache-files-matching-internal)
6630         (file-cache-display):
6631         * files.el (cd):
6632         * find-lisp.el (find-lisp-insert-directory):
6633         * finder.el (finder-compile-keywords):
6634         * help.el (view-emacs-news):
6635         * hi-lock.el (hi-lock-write-interactive-patterns):
6636         * ido.el (ido-to-end, ido-set-matches-1):
6637         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
6638         (image-dired-mark-tagged-files):
6639         * jka-cmpr-hook.el (jka-compr-get-compression-info):
6640         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
6641         * ps-print.el (ps-background, ps-begin-file)
6642         (ps-build-reference-face-lists):
6643         * simple.el (clone-buffer):
6644         * startup.el (command-line):
6645         * tempo.el (tempo-insert-template, tempo-is-user-element)
6646         (tempo-forward-mark, tempo-backward-mark):
6647         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
6649 2007-09-25  Glenn Morris  <rgm@gnu.org>
6651         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
6653         * view.el (view-search-no-match-lines): Add a doc string.
6654         Rewrite to simplify and work better.
6656 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6658         * progmodes/cc-mode.el (c-mode-base-map):
6659         Use c-indent-line-or-region instead of c-indent-line.
6661         * indent.el (indent-for-tab-command): First check if the region is
6662         active.
6664 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6666         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
6667         whitespace-rescan-timer-time is 0.
6669 2007-09-24  Karl Berry  <karl@gnu.org>
6671         * international/mule.el (coding-system-base): Fix doc string grammar.
6673 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
6675         * net/tramp.el (tramp-completion-mode-p): Rename from
6676         `tramp-completion-mode'.  Revert logic, check `return', `newline'
6677         and such alike.  Packages like Icicles tend to use other completion
6678         characters but `tab' and `space' only.
6680 2007-09-24  Adam Hupp  <adam@hupp.org>
6682         * progmodes/python.el (run-python): Import emacs module without
6683         waiting; prevents lockup on error.
6685 2007-09-23  Richard Stallman  <rms@gnu.org>
6687         * mail/sendmail.el (mail-bury): Delete the frame
6688         if this frame looks like it was made for this message.
6690         * completion.el (completion-separator-self-insert-command)
6691         (completion-separator-self-insert-autofilling):
6692         If `self-insert-command' has been remapped, use the substitute.
6694         * simple.el (copy-region-as-kill): Doc fix.
6696         * textmodes/org.el (org-confirm-shell-link-function)
6697         (org-confirm-elisp-link-function): Doc fixes.
6699 2007-09-23  Glenn Morris  <rgm@gnu.org>
6701         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
6703 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
6705         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
6707         * term/tvi970.el (terminal-init-tvi970): Likewise.
6709         * term/sun-mouse.el (print-mouse-format): Likewise.
6711         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
6712         Use forward-line instead of previous-line and next-line.
6714 2007-09-22  Juri Linkov  <juri@jurta.org>
6716         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
6718         * tutorial.el (tutorial--default-keys): Update standard bindings:
6719         rename `iconify-or-deiconify-frame' to `suspend-frame',
6720         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
6722 2007-09-22  Juri Linkov  <juri@jurta.org>
6724         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
6725         Add help-echo to external links and to links without description.
6726         (fancy-splash-insert): Use help-echo from the 3rd element of the
6727         link specification list, or "Follow this link" if it's nil.  Doc fix.
6729 2007-09-22  Juri Linkov  <juri@jurta.org>
6731         * startup.el (command-line): Rename `inhibit-startup-message' to
6732         `inhibit-startup-screen'.
6733         (fancy-about-text): Use shorter label for "Ordering Manuals".
6734         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
6735         is nil, display a line with "To start..." and 3 links to useful
6736         tasks.  Display the "Dismiss" button and "Don't show this message
6737         again" only when concise is non-nil.
6738         (fancy-startup-screen): Call `fancy-startup-tail' with optional
6739         arg `concise'.  If CONCISE is non-nil, display a concise version
6740         of the splash screen in another window.  Otherwise, switch to the
6741         startup buffer in the same window.
6742         (startup-echo-area-message): Change displayed binding from
6743         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
6744         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
6745         the GNU system".
6746         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
6747         to "*GNU Emacs*".
6748         (display-about-screen): Don't check the existence of the buffer
6749         "*About GNU Emacs*".
6750         (display-splash-screen): Make alias to `display-startup-screen'.
6751         (command-line-1): Rename `inhibit-startup-message' to
6752         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
6753         started with command line options "-f", "-funcall", "-e", "-eval",
6754         "-execute", "-insert", "-find-file", "-file", "-visit".
6755         Inhibit startup screen when Emacs is started with a file name only
6756         on tty (i.e. don't inhibit it when started with a file name like
6757         "emacs FILE..." on a window system).
6758         (command-line-1): Simplify logic of displaying the startup screen:
6759         if file-count > 0, then display the concise version in another
6760         window, otherwise display full version in the same window.
6762         * help.el (help-map): Bind C-h C-a to about-emacs.
6763         (help-for-help-internal): Add C-a description to C-h help text.
6765 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
6767         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
6768         (checkdoc-permit-comma-termination-flag): Autoload the
6769         safe-local-variable setting.
6771         * bookmark.el (bookmark-xemacsp): Remove.
6772         (bookmark-make): Don't use bookmark-xemacsp,
6773         use (featurep 'xemacs) instead.
6775         * speedbar.el (speedbar-frame-mode)
6776         (speedbar-frame-reposition-smartly)
6777         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
6778         (speedbar-check-vc): Remove use of non-existent variable
6779         dframe-xemacsp, use (featurep 'xemacs) instead.
6781         * indent.el (indent-for-tab-command): Indent the region if
6782         transient-mark-mode and the region is active.
6784 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6786         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
6787         add inferior-octave-directory-tracker to the buffer-local value
6788         of comint-input-filter-functions.
6790 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6792         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
6794 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
6796         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
6797         on w32 frames.
6799 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6801         * startup.el (normal-top-level): Remove DISPLAY from
6802         process-environment to let it be computed dynamically in callproc.c.
6804         * frame.el (frame-initialize, make-frame):
6805         * faces.el (tty-set-up-initial-frame-faces):
6806         * env.el (setenv): Don't set display-environment-variable.
6808         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
6809         (server-create-tty-frame): Don't set unused `tty' property.
6810         Set `display' instead of display-environment-variable.
6811         (server-create-window-system-frame): No display-environment-variable.
6813 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
6815         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
6816         (rfn-eshadow-update-overlay-hook): New defvars.
6817         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
6818         Run the hooks.
6820         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
6821         (tramp-rfn-eshadow-setup-minibuffer)
6822         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
6823         rfn-eshadow.el.
6825         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
6826         timeout.
6828 2007-09-21  Glenn Morris  <rgm@gnu.org>
6830         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
6831         * term/sun-mouse.el (suspend-emacstool): Remove.
6832         * term/sun.el: Remove emacstool-related code.
6834         * emacs-lisp/bytecomp.el (byte-compile-warnings)
6835         (byte-compile-warnings-safe-p): Add `mapcar'.
6836         (byte-compile-warning-types): Add mapcar and make-local.
6837         (byte-compile-normal-call): Add option to suppress mapcar warning.
6838         (top-level): Use mapc rather than mapcar in eval-when-compile.
6840         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
6841         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
6842         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
6843         Handle escaped parens.
6844         (latex-forward-sexp): Doc fix.
6846         * eshell/esh-mode.el (eshell-output-filter-functions):
6847         Add eshell-postoutput-scroll-to-bottom.
6849         * loadup.el: Remove termdev.
6851         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
6852         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
6854 2007-09-21  Markus Triska  <markus.triska@gmx.at>
6856         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
6857         `mapcar' is called for effect.
6859 2007-09-21  Kevin Ryde  <user42@zip.com.au>
6861         * international/mule.el (sgml-html-meta-auto-coding-function):
6862         Bind `case-fold-search' to t.
6864 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6866         * termdev.el: Remove.
6868         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
6869         (frames-on-display-list): Use it.
6871         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
6873         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
6875 2007-09-20  Richard Stallman  <rms@gnu.org>
6877         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
6879 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6881         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
6883 2007-09-20  Glenn Morris  <rgm@gnu.org>
6885         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
6886         motion functions, rather than hard-coding "\n\n".
6887         (tex-validate-region): Check for eobp, to speed up.
6888         (tex-next-unmatched-end): Doc fix.
6890 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6892         * files.el (auto-mode-alist): Use archive-mode for .rar files.
6894         * international/mule.el (auto-coding-alist): Rar archives are binary.
6896         * arc-mode.el: Add basic support for Rar.
6897         (archive-find-type): Recognize Rar's signature.
6898         (archive-desummarize): New fun.
6899         (archive-summarize): Use it to restore the buffer's data in case
6900         someone wants to switch to some other major mode.
6901         (archive-resummarize): Use it as well.
6902         (archive-rar-summarize, archive-rar-extract): New functions.
6904         * filesets.el: Remove spurious * in docstrings.
6905         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
6906         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
6907         (filesets-ingroup-collect): Remove unused arg `depth'.
6908         (filesets-update): Remove unused arg `version'.
6910         * finder.el (finder-compile-keywords): Fix up comment style.
6911         (finder-mouse-face-on-line): previous-line -> forward-line.
6913         * recentf.el: Remove spurious * in docstrings.
6914         (recentf-save-list): Fix up comment style.
6916         * progmodes/octave-mod.el: Remove spurious * in docstrings.
6917         (octave-mode-map): Move init into declaration and remove \t binding.
6918         (octave-mode-startup-message): Remove unused var.
6919         (octave-scan-blocks): Remove unused arg `from'.
6920         (octave-forward-block, octave-down-block, octave-up-block):
6921         Update callers.
6923         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
6924         (meta-mode-map): Likewise and remove \t binding.
6926         * net/snmp-mode.el: Remove spurious * in docstrings.
6927         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
6928         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6929         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
6930         that completion accepts lists of strings.
6931         (snmp-mode-syntax-table): Move initialization into declaration.
6932         (snmp-mode-map): Likewise and remove \t binding.
6933         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
6934         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
6935         (snmp-indent-command): Remove.
6937         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
6938         binding, so tab-always-indent works right.
6940 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
6942         * net/browse-url.el (browse-url-elinks-new-window): New function.
6943         (browse-url-elinks): Use browse-url-elinks-new-window.
6944         Accept optional second argument `new-window'.  Fix typo in doc-string.
6945         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
6946         Improve error message.
6948 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6950         * net/browse-url.el (browse-url-url-encode-chars): Use the right
6951         parameter name in the function body.
6952         Reported by Johannes Weiner.
6954 2007-09-19  Glenn Morris  <rgm@gnu.org>
6956         * net/socks.el (socks-open-network-stream): Signal an explicit
6957         error if the port associated with a service string can't be found.
6959         * textmodes/tex-mode.el (tex-terminate-paragraph):
6960         Use backward-paragraph.
6962 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6964         * server.el (server-running-p): New function.
6966 2007-09-18  Jason Rumney  <jasonr@gnu.org>
6968         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6969         x-focus-frame.
6971         * frame.el (select-frame-set-input-focus, select-frame-by-name):
6972         Use x-focus-frame for w32.
6974 2007-09-17  David Kastrup  <dak@gnu.org>
6976         * textmodes/tex-mode.el (tex-verbatim-environments):
6977         Eliminate CL dependency.
6979 2007-09-17  Richard Stallman  <rms@gnu.org>
6981         * newcomment.el (comment-add): New arg EXTRA.
6982         (comment-region-default): Pass EXTRA if not indenting lines.
6984 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6986         * net/browse-url.el (browse-url-url-encode-chars): New function.
6987         URL-encode some chars in a string.
6988         (browse-url-encode-url): Rewrite using the previous function.
6989         (browse-url-file-url): Use `browse-url-url-encode-chars'.
6990         (browse-url-elinks-sentinel): Fix typo.
6991         (browse-url-new-window-flag): Doc change.
6993 2007-09-17  Glenn Morris  <rgm@gnu.org>
6995         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
6996         filename from `--file-line-error', if it is available.
6998 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
7000         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
7001         TeX `--file-line-error' format.
7003 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7005         * xt-mouse.el: Delete add-hook calls that were moved to
7006         xterm-mouse-mode.
7007         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
7008         does not work.
7010 2007-09-17  Richard Stallman  <rms@gnu.org>
7012         * cus-face.el (custom-theme-set-faces): Undo previous change.
7014         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
7016 2007-09-17  Glenn Morris  <rgm@gnu.org>
7018         * textmodes/tex-mode.el (tex-region): Simplify previous change,
7019         handling the case where the region is not in `tex-main-file'.
7020         (tex-region-1): Delete.
7021         (tex-region-header): New function, doing the header part of the
7022         old tex-region-1.
7024 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7026         * simple.el (newline): Simplify use of prefix-numeric-value.
7027         (line-move-partial): Remove unused var `ppos'.
7028         (line-move-1): Replace 9999 with most-positive-fixnum.
7029         (move-end-of-line): Use more efficient single-property search.
7030         (move-beginning-of-line): Remove unused var `start'.
7031         (blink-matching-open): Restructure in a more functional style.
7033 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7035         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
7037 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7039         * server.el (server-clients): Only keep procs, no properties any more.
7040         (server-client): Remove.
7041         (server-client-get, server-client-set): Remove, replace all callers by
7042         process-get and process-put resp.
7043         (server-clients-with, server-add-client, server-delete-client)
7044         (server-create-tty-frame, server-create-window-system-frame)
7045         (server-process-filter, server-execute, server-visit-files)
7046         (server-buffer-done, server-kill-buffer-query-function)
7047         (server-kill-emacs-query-function, server-switch-buffer)
7048         (server-save-buffers-kill-terminal): Update accordingly.
7050         * server.el (server-with-environment): Simplify.
7051         (server-select-display, server-unselect-display): Re-add functions that
7052         seem to have been lost in the multi-tty merge.
7053         (server-eval-and-print, server-create-tty-frame)
7054         (server-create-window-system-frame, server-goto-toplevel)
7055         (server-execute, server-return-error): New functions extracted from
7056         server-process-filter.
7057         (server-execute-continuation): New functions.
7058         (server-process-filter): Restructure so that all arguments are analysed
7059         first and then acted upon in a subsequent stage.  This way
7060         server-goto-toplevel can be executed later, when we know if
7061         it's necessary.
7062         Remove the "-version" and "-version-good" support.
7064 2007-09-16  Drew Adams  <drew.adams@oracle.com>
7066         * cus-edit.el (custom-face-edit-activate): Doc fix.
7068 2007-09-16  Glenn Morris  <rgm@gnu.org>
7070         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
7071         Following cal-bahai renaming, update all instances of
7072         list-bahai-diary-entries to diary-bahai-list-entries,
7073         mark-bahai-diary-entries to diary-bahai-mark-entries,
7074         calendar-goto-bahai-date to calendar-bahai-goto-date,
7075         insert-bahai-diary-entry to diary-bahai-insert-entry,
7076         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
7077         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
7078         calendar-print-bahai-date to calendar-bahai-print-date.
7080         * textmodes/tex-mode.el (tex-region): Handle the case where the
7081         region is not in `tex-main-file'.  Move the old code that applies
7082         to both cases...
7083         (tex-region-1): ...to this new function.
7085 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7087         * vc.el (vc-process-sentinel): New function.
7088         (vc-exec-after): Use it instead of using ugly hackish analysis and
7089         construction of Elisp code.
7090         (vc-sentinel-movepoint): New dynamically scoped var.
7091         (vc-print-log, vc-annotate): Set it to move the user's point.
7093         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
7094         inhibit-modification-hooks.
7096         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
7097         (calendar-bahai-print-date, calendar-bahai-goto-date)
7098         (diary-bahai-list-entries, diary-bahai-insert-entry):
7099         New names to clean up the namespace a bit more.
7100         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
7102 2007-09-15  Glenn Morris  <rgm@gnu.org>
7104         * calendar/holidays.el (holiday-list): Rename it back to
7105         `list-holidays', but leave `holiday-list' as an alias.
7107         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
7108         custom group.
7110         * textmodes/css-mode.el (css): New custom group.
7111         (css-electrick-keys, css-selector, css-property)
7112         (css-indent-offset): Specify custom group.
7114 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7116         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
7117         (cvs-execute-single-file): Use process-file.
7118         (cvs-run-process): Use start-file-process.
7120 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7122         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
7123         level.  Remove the hooks when turning off the mode.
7125         * term/xterm.el: Require xt-mouse at compile time.
7126         (terminal-init-xterm): Turn on xterm mouse tracking for this
7127         terminal if xterm-mouse-mode is enabled.
7129 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7131         * term/xterm.el (xterm-function-map): Replace bindings that were
7132         deleted by the merge.
7134 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
7136         * play/bubbles.el (bubbles-version): Bump value to "0.5".
7137         (bubbles-mode-map): Move define-key statements here.
7138         (bubbles-game-theme-menu): Ditto.
7139         (bubbles-graphics-theme-menu): Ditto.
7140         (bubbles-menu): Ditto.
7141         (bubbles-mode): Initialize buffer-undo-list, redisplay.
7142         (bubbles--initialize): Reset buffer-undo-list, redisplay.
7143         (bubbles-plop): Set buffer-undo-list, redisplay.
7144         (bubbles-undo): Reset buffer-undo-list, redisplay.
7145         (bubbles--show-images): Take care of missing text properties.
7147 2007-09-14  Glenn Morris  <rgm@gnu.org>
7149         * startup.el (fancy-startup-text, fancy-about-text): Fix face
7150         quoting.
7152         * calendar/cal-hebrew.el, calendar/cal-menu.el
7153         * calendar/calendar.el, calendar/diary-lib.el
7154         * calendar/holidays.el: Rename all instances of
7155         list-calendar-holidays callers to calendar-list-holidays,
7156         list-holidays to holiday-list, check-calendar-holidays to
7157         calendar-check-holidays, mark-calendar-holidays to
7158         calendar-mark-holidays, and filter-visible-calendar-holidays to
7159         holiday-filter-visible-calendar.
7161 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7163         * term/xterm.el (xterm-function-map): Add C-M- bindings.
7165 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
7167         * play/bubbles.el (bubbles--initialize-images): Fix bug:
7168         Use transparent background for empty cells in graphics mode.
7170 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
7172         * man.el (Man-default-man-entry): At end of line, continue looking
7173         to the next line for possible end of hyphenated command.
7175 2007-09-13  Chris Moore  <dooglus@gmail.com>
7177         * shell.el (shell-resync-dirs): Don't move the cursor relative to
7178         the command being edited.
7180 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
7182         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
7184 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
7186         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
7187         C-M-S- keys.
7189         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
7191 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7193         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
7194         New argument `filename-p' to use one set of confusing chars or another.
7195         (browse-url-file-url): Use the argument.
7196         Suggested by Johannes Weiner.
7198 2007-09-12  Romain Francoise  <romain@orebokech.com>
7200         * cus-start.el (all): Revert 2007-09-08 change.
7202 2007-09-12  Aaron Hawley  <aaronh@garden.org>
7204         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
7205         extract .Z files, since it is more common than uncompress.
7207 2007-09-12  Glenn Morris  <rgm@gnu.org>
7209         * textmodes/org-publish.el (org-publish-org-to-html): Remove
7210         duplicate function definition.
7212 2007-09-10  Chris Moore  <dooglus@gmail.com>
7214         * diff-mode.el (diff-sanity-check-hunk):
7215         Also accept single-line hunks.
7217 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
7219         * startup.el (startup-screen-inhibit-startup-screen)
7220         (pure-space-overflow-message): New vars.
7221         (fancy-splash-insert): Allow functions for face and link specs.
7222         (fancy-splash-head): Remove unused arg.  Move splash text...
7223         (fancy-startup-text, fancy-about-text): ...here.
7224         (fancy-startup-tail): Rename from fancy-splash-tail.
7225         (fancy-startup-screen, fancy-about-screen): Split off from
7226         fancy-splash-screens.
7227         (display-startup-screen): New function.
7228         (display-about-screen): Rename from display-splash-screen.
7229         (command-line-1): Use concise startup screen if necessary.
7231 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
7233         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
7234         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
7236 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7238         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7239         (python-font-lock-keywords): Update to the 2.5 version of the language.
7240         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7241         (python-backspace): Only behave funny in code.
7242         (python-compilation-regexp-alist): Add PDB stack trace regexp.
7243         (inferior-python-mode): Add PDB prompt regexp.
7244         (python-fill-paragraph): Refine the fenced-string regexp.
7245         (python-find-imports): Handle imports spanning several lines.
7246         (python-mode): Add `class' to hideshow support.
7248 2007-09-10  Dave Love  <fx@gnu.org>
7250         * outline.el (outline-4, outline-5, outline-7):
7251         Move font-lock-builtin-face down from 4 to 7 to better keep the
7252         progression of color brightness, and to better match Org-mode's faces.
7254 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7256         * progmodes/meta-mode.el (meta-font-lock-keywords)
7257         (font-lock-match-meta-declaration-item-and-skip-to-next)
7258         (meta-comment-indent, meta-indent-previous-line)
7259         (meta-indent-unfinished-line, meta-beginning-of-defun)
7260         (meta-end-of-defun, meta-common-initialization): Handle \f.
7261         (meta-indent-unfinished-line): Do not handle a `%' in a string as
7262         a comment-start.
7264         * files.el (file-modes-char-to-who, file-modes-char-to-right)
7265         (file-modes-rights-to-number): Auxiliary functions for symbolic to
7266         numeric notation of file modes.
7267         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
7268         numeric value.
7269         (read-file-modes): New.  Read either an octal value of a file mode or a
7270         symbolic value, and return its numeric value.
7272         * dired-aux.el (dired-do-chmod): Change to use the built-in
7273         `set-file-modes' and the previous symbolic mode parsing functions.
7275 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7277         * textmodes/texinfo.el: Remove spurious * in docstrings.
7278         (texinfo-mode-syntax-table, texinfo-mode-map):
7279         Initialize in the declaration.
7281         * tmm.el: Remove spurious * in docstrings.
7282         (tmm-prompt): Use with-current-buffer.
7284         * vcursor.el: Remove spurious * in docstrings.
7285         (vcursor-map): Initialize in the declaration.
7286         (vcursor-use-vcursor-map): Use define-minor-mode.
7287         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
7289         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
7290         Initialize in the declaration.
7291         (widget-minor-mode): Use define-minor-mode.
7293         * woman.el (woman-mode-map, woman-syntax-table):
7294         Initialize in the declaration.
7296 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
7298         * doc-view.el: New file.
7300 2007-09-09  Juri Linkov  <juri@jurta.org>
7302         * Makefile.in (update-authors): Add etc/ to AUTHORS.
7304         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
7306         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
7307         to "Startup screen".  Fix docstring.
7308         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
7309         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
7310         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
7311         (initial-scratch-message): Fix docstring.
7312         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
7313         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
7314         Add link to "Customize Startup" and set interval between links to
7315         5 spaces.
7316         (fancy-about-text): Add links "Authors" and "Contributing".
7317         (fancy-splash-head): Add text "Welcome to " on the startup screen,
7318         and "This is " on the about screen.  Add link to
7319         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
7320         For the about screen move emacs version to the header from
7321         `fancy-splash-tail' (as it's done already for normal about screen).
7322         (fancy-splash-tail): Insert emacs version only for startup screen.
7323         (normal-splash-screen): Remove duplicate empty lines.
7324         (normal-about-screen): Add links "Authors" and "Contributing".
7326         * menu-bar.el (menu-bar-help-menu):
7327         Move "About Emacs" and "About GNU" to the end of the Help menu.
7328         Move "Emacs Psychotherapist" after "Send Bug Report...".
7329         Move "External Packages" after "Find Emacs Packages".
7331 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
7333         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
7334         they are useless with the byte compiler.
7335         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
7336         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
7337         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
7338         (tramp-file-name-real-host, tramp-file-name-port)
7339         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
7340         defuns.
7342         * net/tramp-cache.el (top): Improve error message when
7343         `tramp-persistency-file-name' is corrupted.
7345 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
7347         * textmodes/org.el (org-re): Also replace the :alpha: class.
7348         (org-todo-tag-alist): Variable removed.
7349         (org-todo-key-alist, org-todo-key-trigger): New variables.
7350         (org-use-fast-todo-selection): New option.
7351         (org-log-done): Docstring fixed.
7352         (org-deadline-warning-days): New default value 14.
7353         (org-edit-timestamp-down-means-later): New option.
7354         (org-tag-alist): Docstring fixed.
7355         (org-fast-tag-selection-include-todo): New option.
7356         (org-export-language-setup): New languages added.
7357         (org-set-regexps-and-options): Compute the new variables.
7358         (org-paste-subtree): Cleaning up.
7359         (org-remember-apply-template): New escape %A.
7360         (org-todo): Call fast TODO selection.
7361         (org-fast-todo-selection): New function.
7362         (org-add-log-note): Allow prefix for abort exit.
7363         (org-at-property-p, org-entry-properties)
7364         (org-columns-get-autowidth-alist): Use :alpha: class.
7365         (org-get-wdays): New function.
7366         (org-agenda-remove-date): New variable.
7367         (org-agenda-get-deadlines): Use `org-get-wdays'.
7368         (org-agenda-get-deadlines): Reverse ee before returning.
7369         (org-format-agenda-item): New argument REMOVE-RE.
7370         (org-agenda-convert-date): Baha'i calendar added.
7371         (org-infile-export-plist): Also find DATE line.
7372         (org-get-min-level): New function.
7373         (org-export-as-html, org-export-as-ascii): Use the date format.
7374         (org-shiftup, org-shiftdown): Use.
7375         `org-edit-timestamp-down-means-later'.
7376         (org-assign-fast-keys): New function.
7378 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
7380         * cus-start.el (all): Add prefer-window-split-horizontally from
7381         window.c.
7383 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
7385         * net/browse-url.el (browse-url-galeon): Fix last change.
7386         (top-level): Require cl when compiling.
7388 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
7390         * textmodes/org-export-latex.el: arch-tag restored.
7392         * textmodes/org-publish.el: arch-tag restored.
7394 2007-09-08  Masatake YAMATO  <jet@gyve.org>
7396         * progmodes/which-func.el (which-func-modes): Add diff-mode.
7398         * progmodes/cc-langs.el: Support new keywords added to
7399         objective-c frontend of gcc.
7400         (c-simple-stmt-kwds): Add @throw.
7401         (c-block-stmt-2-kwds): Add @synchronized.
7402         (c-block-stmt-1-kwds): Add @finally and @try.
7404 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
7406         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
7407         (org-agenda-after-show-hook): New variable.
7408         (org-columns-compile-format)
7409         (org-columns-get-autowidth-alist, org-buffer-property-keys)
7410         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
7411         property names.
7412         (org-get-wdays): New function.
7414 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7416         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
7418         * term/xterm.el (xterm-function-map): Initialize in the declaration.
7420         * vc-arch.el (vc-arch-checkin): Fix typo.
7422 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
7424         * cus-face.el (custom-theme-set-faces): Set face attributes
7425         locally for each frame.
7427 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7429         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
7430         via font-lock-defaults.
7432         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
7433         derived-mode-p.
7435 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
7437         * progmodes/autoconf.el (autoconf-definition-regexp):
7438         Handle optional square brackets around definition name.
7440 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
7442         * net/browse-url.el (browse-url-browser-function): Add elinks.
7443         (browse-url-elinks-wrapper): New option.
7444         (browse-url-encode-url, browse-url-elinks)
7445         (browse-url-elinks-sentinel): New functions.
7446         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
7447         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
7448         Use new function browse-url-encode-url.
7450 2007-09-07  Glenn Morris  <rgm@gnu.org>
7452         * version.el (emacs-version): Revert 2007-08-29 change: no need to
7453         say if multi-tty is present.
7455 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7457         * cus-start.el (split-window-preferred-function): Add custom info.
7459         * calendar/holidays.el (holiday-list, calendar-check-holidays)
7460         (calendar-mark-holidays, calendar-list-holidays)
7461         (holiday-filter-visible-calendar): New names to clean up namespace.
7462         (filter-visible-calendar-holidays, list-calendar-holidays)
7463         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
7464         Add compatibility aliases.
7465         (calendar-check-holidays, calendar-mark-holidays)
7466         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
7467         (holiday-sexp): Replace append with list.
7468         (holiday-filter-visible-calendar): Replace append with push.
7470         * woman.el: Remove spurious * in docstrings.
7471         (woman-mini-help, woman-non-underline-faces, woman0-rename)
7472         (woman-topic-all-completions-merge, woman-file-name-all-completions)
7473         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
7474         (woman-write-directory-cache, woman-display-extended-fonts)
7475         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
7476         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
7477         (woman-mode): Use inhibit-read-only.
7478         (woman-negative-vertical-space): Use dotimes.
7479         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
7481 2007-09-06  Romain Francoise  <romain@orebokech.com>
7483         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
7484         (vc-bzr-workfile-version): Use it.
7486 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
7488         * complete.el (PC-do-completion): Don't try to treat
7489         empty string as an abbreviation.
7491 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7493         * help-fns.el (describe-variable): Keep doc's text properties.
7495 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
7497         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
7498         instead of a file.
7500 2007-09-06  Glenn Morris  <rgm@gnu.org>
7502         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
7503         (checkdoc-minor-mode): Allow user to specify lighter via
7504         checkdoc-minor-mode-string.
7506 2007-09-05  Richard Stallman  <rms@gnu.org>
7508         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
7509         Several items removed, simplified, or put on one line.
7510         (fancy-about-text): Add substantial contents, part of startup text.
7511         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
7512         (normal-splash-screen): Call normal-mouse-startup-screen,
7513         normal-no-mouse-startup-screen, or normal-about-screen.
7514         (normal-mouse-startup-screen): New fn, broken out, shortened.
7515         (normal-no-mouse-startup-screen): New fn, broken out.
7516         (normal-about-screen): New function, contents all new.
7518 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7520         * emacs-lisp/rx.el (rx): Fix typo in docstring.
7522 2007-09-05  Glenn Morris  <rgm@gnu.org>
7524         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
7525         is bound.
7527 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7529         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
7530         in doc string.
7532 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7534         * server.el (server-start, server-unload-hook): Undo previous change.
7536         * xt-mouse.el: Undo previous change.
7538 2007-09-04  Juri Linkov  <juri@jurta.org>
7540         * startup.el (fancy-about-text): New variable.
7541         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
7542         (fancy-current-text, fancy-splash-stop-time)
7543         (fancy-splash-outer-buffer): Remove variables.
7544         (fancy-splash-head, fancy-splash-tail): Add new optional argument
7545         `startup' and use it to conditionally display different texts for
7546         Startup and About screens.  Don't display Help commands on the About
7547         screen.
7548         (fancy-splash-screens-1): Remove function and move its content to
7549         `fancy-splash-screens' to the part that dislpays the About screen.
7550         (exit-splash-screen): Don't treat specially exiting from
7551         alternating screens.
7552         (fancy-splash-screens): Rename argument `static' to `startup'.
7553         Fix docstring.  Remove code for displaying alternating screens.
7554         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
7555         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
7556         for `inhibit-read-only'.
7557         (normal-splash-screen): Rename argument `static' to `startup'.
7558         Fix docstring.  Use argument `startup' to conditionally display
7559         different texts for Startup and About screens.  Don't display Help
7560         commands on the About screen.  Remove `unwind-protect' `sit-for'
7561         delay and `kill-buffer' after it.
7562         (display-startup-echo-area-message): Remove call to
7563         `use-fancy-splash-screens-p' because image.el is preloaded and
7564         doesn't display "Loading image... done".
7565         (display-splash-screen): Rename argument `static' to `startup'.
7566         Fix docstring.
7568 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7570         * server.el (server-start, server-unload-hook):
7571         suspend-tty-functions has been renamed to suspend-tty-hook.
7573         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
7574         resume-tty-hook.
7576 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
7578         * loadup.el: Fix merge problem, only load "button" once.
7580 2007-09-03  Glenn Morris  <rgm@gnu.org>
7582         * vc-svn.el (vc-svn-print-log): If there is only one file, use
7583         "Working file:" as the prefix, for the sake of
7584         log-view-current-file.
7586 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7588         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
7589         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
7590         if the selected frames is in
7591         xterm-modify-other-keys-terminal-list.
7592         (xterm-turn-off-modify-other-keys): Add an optional frame
7593         parameter.  Only turn off modify-other-keys if FRAME is in
7594         xterm-modify-other-keys-terminal-list.
7595         (xterm-remove-modify-other-keys): New function.
7596         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
7597         Add the selected frame to xterm-modify-other-keys-terminal-list.
7599 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7601         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
7602         (icon-map-list): New variable.
7603         (x-gtk-map-stock): Use icon-map-list.
7605 2007-09-02  Romain Francoise  <romain@orebokech.com>
7607         * log-view.el (log-view-current-file): Balance parens.
7609 2007-09-02  Glenn Morris  <rgm@gnu.org>
7611         * comint.el (comint-mode): Don't set scroll-conservatively.
7613         * eshell/em-unix.el (eshell/time): Stringify and flatten the
7614         non-command arguments.
7616         * log-view.el (log-view-current-file): Give a more explicit error
7617         if log-view-file-re fails to find a match.
7619 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
7621         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7622         Fix bug: Don't expand top-level file name more than once.
7623         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
7625 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7627         * server.el (server-process-filter): Don't display the splash screen.
7628         It's annoying enough on the initial screen and becomes positively
7629         obnoxious here.
7631 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7633         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
7634         Change naming to use "avl-tree--" for internal functions.
7636 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
7638         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
7639         the merge.
7640         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
7641         (provide): Move to the end of file.
7643         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
7645 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7647         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
7648         New variable.  List of exceptions for the duplicated word rule.
7649         (flyspell-mark-duplications-flag): Mention it.
7650         (flyspell-word): Treat it.
7652         * files.el (create-file-buffer): If the filename sans directory starts
7653         with spaces, remove them.
7655 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7657         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
7658         (x-gtk-map-stock): Use two directory elements when matching
7659         file name.
7661 2007-08-31  James Wright  <james@chumsley.org>
7663         * eshell/em-unix.el (eshell/info): New function.
7665 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7667         * frame.el (frame-initialize, make-frame):
7668         * server.el (server-process-filter):
7669         * faces.el (tty-set-up-initial-frame-faces): Don't set
7670         term-environment-variable since it's not used any more.
7672         * env.el (setenv): Don't treat $TERM specially.
7674         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
7675         stated otherwise, subprocesses do not send back escape sequences
7676         corresponding to the terminal from which Emacs was started.
7678 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
7680         * calculator.el: Require cl for compilation.
7682 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
7684         * outline.el (outline-font-lock-levels): Comment out unused var.
7685         (outline-font-lock-face): Wrap around face list to handle any
7686         nesting depth gracefully.
7688 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
7690         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
7691         `set-file-times'.
7693 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
7695         * textmodes/org.el (org-export-visible): Fix drawers before export.
7696         (org-do-sort): Allow sorting by priority.
7697         (org-agenda-files): Ignore non-existing files.
7698         (org-agenda-skip-unavailable-files): New variable.
7699         (org-ellipsis): All a face as value.
7700         (org-mode): Interprete the face value of `org-ellipsis'.
7701         (org-archive-save-context-info): New option.
7702         (org-archive-subtree): Store context info in archived entry.
7703         (org-fast-tag-selection-can-set-todo-state): New variable.
7704         (org-fast-tag-selection): Allow setting TODO states through this
7705         interface.
7706         (org-cycle): Docstring updated.
7707         (org-todo-keyword-faces): New option.
7708         (org-get-todo-face): New function.
7709         (org-set-font-lock-defaults, org-agenda-highlight-todo):
7710         Use `org-get-todo-face'.
7711         (org-switch-to-buffer-other-window): New function.
7712         (org-table-edit-field, org-table-show-reference)
7713         (org-table-edit-formulas, org-add-log-note)
7714         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
7715         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
7716         `switch-to-buffer-other-window' to make sure that the temporary
7717         windows show up on the current frame.
7718         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
7719         (org-get-entries-from-diary, org-replace-region-by-html):
7720         Don't allow pop-up frames.
7721         (org-agenda-get-deadlines, org-agenda-get-scheduled):
7722         Fix problems with time-of-day.
7723         (org-export-get-title-from-subtree): New function.
7724         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
7725         with listing items that are DONE.
7726         (org-change-tag-in-region): New command.
7727         (org-agenda-skip-scheduled-if-done)
7728         (org-agenda-skip-deadline-if-done): Docstring clarified.
7729         (org-mode): Hide drawers on startup.
7730         (org-get-todo-face): New function.
7731         (org-todo-keyword-faces): New option.
7732         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
7733         (org-remove-keyword-keys): New function.
7735 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
7737         * progmodes/grep.el (grep-find-ignored-directories):
7738         Add monotone _MTN bookkeeping directory in workspaces.
7739         Add RCS control directory.  List items in alphabetical order.
7741         * progmodes/grep.el (grep-files-aliases): Add cc alias.
7742         Sort items in alphabetical order.  Fix parens.
7744 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7746         * vc-hg.el (vc-hg-extra-menu-map): New variable.
7747         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
7748         (vc-hg-pull): New functions.
7749         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
7751         * term/mac-win.el: Don't require url, only autoloaded url
7752         functions are used in this file.
7754 2007-08-29  Andreas Schwab  <schwab@suse.de>
7756         * shell.el (shell): Return correct value from interactive spec.
7758 2007-08-29  Glenn Morris  <rgm@gnu.org>
7760         * version.el (emacs-version): Increase to 23.0.50.
7762 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7764         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
7766 2007-08-29  Juri Linkov  <juri@jurta.org>
7768         * loadup.el: Add "button" loading after "faces" and move "startup"
7769         to load after "button".
7771 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
7773         * loadup.el: Load term/mac-win on a Mac using Carbon.
7775         * term/mac-win.el: Provide mac-win.
7776         (mac-initialized): New variable.
7777         (mac-initialize-window-system): New function.  Move global setup here.
7778         (handle-args-function-alist, frame-creation-function-alist):
7779         (window-system-initialization-alist): Add mac entries.
7780         (x-setup-function-keys): New function containing all the
7781         top level function key definitions.
7783         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
7785         * env.el (read-envvar-name): Don't consider the environment frame param.
7787         * env.el (setenv):
7788         * frame.el (frame-initialize, make-frame):
7789         * faces.el (tty-set-up-initial-frame-faces):
7790         * server.el (server-process-filter): Set
7791         display-environment-variable and term-environment-variable.
7793         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
7795 2007-08-29  Jason Rumney  <jasonr@gnu.org>
7797         * loadup.el: Only load term/x-win when X is compiled in.
7798         Load term/w32-win and dependencies on windows-nt.
7800         * term/w32-win.el: Reorder to match x-win.el more closely.
7801         Provide w32-win.  Don't throw error when global window-system not w32.
7802         (internal-face-interactive): Remove obsolete function.
7803         (x-setup-function-keys): Use local-function-key-map.
7804         (w32-initialized): New variable.
7805         (w32-initialize-window-system): Set it.
7806         Move more global setup here.
7807         (x-setup-function-keys): New function.
7808         (w32-initialize-window-system): Move non function key global setup here.
7809         (x-cut-buffer-max): Remove.
7810         (w32-initialize-window-system): New function.
7811         (handle-args-function-alist, frame-creation-function-alist):
7812         (window-system-initialization-alist): Add w32 entries.
7814 2007-08-29  David Kastrup  <dak@gnu.org>
7816         * env.el (getenv): Pass frame to getenv-internal.
7818 2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
7820         * version.el (emacs-version): Show if multi-tty is present.
7822         * loadup.el: Delay loading env; mule-conf gets confused by cl
7823         during bootstrap.  Also load termdev and term/x-win.
7825         * bindings.el (mode-line-client): New variable.
7826         (help-echo): Add it to the default mode-line format.
7828         * cus-start.el: Remove bogus window-system reference from GTK test.
7830         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
7831         (ebrowse-electric-position-mode-map):
7832         * ebuff-menu.el (electric-buffer-menu-mode-map):
7833         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
7834         not `suspend-emacs'.
7836         * ediff-wind.el (ediff-setup-windows-automatic): New function.
7837         (ediff-window-setup-function): Use it as default.
7839         * files.el (save-buffers-kill-terminal): New function.
7840         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
7842         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
7843         and `with-selected-frame'.
7845         * help-fns.el (describe-variable): Describe frame-local variables
7846         correctly.
7848         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
7849         display support.
7850         (normal-erase-is-backspace-setup-frame): New function.
7852         * subr.el (with-selected-frame): New function.
7853         (read-quoted-char): Use terminal-local binding of
7854         local-function-key-map instead of function-key-map.
7856         * talk.el (talk): New function.
7857         (talk-handle-delete-frame): New function.
7858         (talk-add-display): Open a new frame only if FRAME was not a frame.
7860         * termdev.el: New file.
7862         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
7863         * term/x-win.el: Don't bind f10.
7864         * tmm.el: Remove autoload binding for f10.
7866         * international/encoded-kb.el (encoded-kbd-setup-display): Use
7867         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
7868         Store the saved input method as a terminal parameter.  Add keymap
7869         parameter.  Use it instead of changing key-translation-map directly.
7870         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
7871         Remove.
7872         (encoded-kbd-setup-display): New function.
7874         * international/mule-cmds.el (set-locale-environment): Fix getenv
7875         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
7876         set the keyboard coding system.  Add DISPLAY parameter.
7877         (set-display-table-and-terminal-coding-system): Add DISPLAY
7878         parameter.  Pass it to set-terminal-coding-system.
7880         * international/mule.el (keyboard-coding-system): Test for
7881         encoded-kbd-setup-display, not encoded-kbd-mode.
7882         (set-terminal-coding-system, set-keyboard-coding-system): Add
7883         DISPLAY parameter.
7884         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
7886         * term/README: Update.
7888         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
7890         * term/x-win.el (x-setup-function-keys): New function.  Move
7891         function-key-map tweaks here.  Protect against multiple calls on
7892         the same terminal.  Use terminal-local binding of
7893         local-function-key-map instead of function-key-map.
7894         (x-initialize-window-system): Make a copy of pure list.  Pass a
7895         frame getenv.
7897         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
7898         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
7899         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
7900         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
7901         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
7902         local-function-key-map instead of function-key-map.
7904         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
7905         `substitute-key-definition' and `define-key' calls against
7906         multiple execution.  Use terminal-local binding of
7907         local-function-key-map instead of function-key-map.  Pass a frame
7908         to getenv.
7910         * edmacro.el (edmacro-format-keys):
7911         * emulation/cua-base.el (cua--pre-command-handler):
7912         * isearch.el (isearch-other-meta-char):
7913         * xt-mouse.el: Use terminal-local binding of
7914         local-function-key-map instead of function-key-map.
7916         * fringe.el (set-fringe-mode): Simplify and fix using
7917         `modify-all-frames-parameters'.
7918         * scroll-bar.el (set-scroll-bar-mode): Ditto.
7919         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
7920         check before calling `tool-bar-setup'.
7921         (tool-bar-setup): New variable.
7922         (tool-bar-setup): Use it to guard against multiple calls.  Add
7923         optional frame parameter, and select that frame before adding items.
7924         (toggle-tool-bar-mode-from-frame): New function.
7926         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
7927         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
7928         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
7929         "Tool-bar" toggles to reflect the state of the current frame.
7930         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
7932         * env.el: Require cl for byte compilation (for `block' and `return').
7933         (environment, setenv-internal): New functions.
7934         (let-environment): New macro.
7935         (setenv, getenv): Add optional terminal parameter.  Update docs.
7936         (setenv): Use setenv-internal.  Always set process-environment.
7937         Handle `local-environment-variables'.
7938         (read-envvar-name, setenv, getenv): Use frame parameters
7939         to store the local environment, not terminal parameters.  Include
7940         `process-environment' as well.
7942         * faces.el (tty-run-terminal-initialization): New function.
7943         (tty-create-frame-with-faces): Use it.  Set up faces and
7944         background mode only after the terminal has been initialized.
7945         Call terminal-init-*.  Don't load the initialization file more
7946         than once.  Call set-locale-environment.
7947         (frame-set-background-mode): Handle the 'background-mode terminal
7948         parameter.
7949         (tty-find-type): New function.
7950         (x-create-frame-with-faces): Remove bogus check for
7951         first frame.  Call `tool-bar-setup'.  Don't make frame visible
7952         until we are done setting up all its parameters.  Call
7953         x-setup-function-keys.
7955         * frame.el (make-frame): Always inherit 'environment and 'client
7956         parameters.  Set up the 'environment frame parameter, when needed.
7957         Also inherit 'client parameter.  Don't override explicitly
7958         specified values with inherited ones.  Add 'terminal frame
7959         parameter.  Append window-system-default-frame-alist to parameters
7960         before calling frame-creation-function.
7961         (frame-initialize): Copy the environment from the initial frame.
7962         (window-system-default-frame-alist): Enhance doc string.
7963         (frame-notice-user-settings): Don't put 'tool-bar-lines in
7964         `default-frame-alist' when initial frame is on a tty.
7965         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
7966         Remove specified parameters from `window-system-default-frame-alist'.
7967         (make-frame-on-tty, framep-on-display, suspend-frame):
7968         Extend doc string, update parameter names.
7969         (frames-on-display-list): Use terminal-id to get the display id.
7970         (frame-notice-user-settings): Extend to apply
7971         settings in `window-system-default-frame-alist' as well.
7972         (terminal-id, terminal-parameters, terminal-parameter)
7973         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7974         (delete-frame-functions): Add to `delete-frame-functions' hook.
7975         (blink-cursor-mode): Adapt blink-cursor-mode default
7976         value from startup.el.
7977         (make-frame-on-display): Protect condition on x-initialized when
7978         x-win.el is not loaded.  Update doc.
7979         (suspend-frame): Use display-controlling-tty-p to decide between
7980         suspend-emacs and suspend-tty.
7981         (frames-on-display-list): Update for display ids.
7982         (framep-on-display): Ditto.
7983         (suspend-frame): Use display-name, not frame-tty-name.
7984         (selected-terminal): New function.
7986         * server.el: Use `device' instead of `display' or `display-id' in
7987         variable and client parameter names.
7988         (server-select-display): Remove (unused).
7989         (server-tty-live-p, server-handle-delete-tty): Remove.
7990         (server-unquote-arg, server-quote-arg, server-buffer-clients):
7991         Update docs.
7992         (server-getenv-from, server-with-environment, server-send-string)
7993         (server-save-buffers-kill-terminal): New functions.
7994         (server-delete-client): Handle quits in kill-buffer.  Don't kill
7995         modified buffers.  Add extra logging.  Delete frames after
7996         deleting the tty.  Clear 'client parameter before deleting a frame.
7997         Use delete-display, not delete-tty.
7998         (server-visit-files): Don't set `server-existing-buffer' if the
7999         buffer already has other clients.  Return list of buffers
8000         created.  Update doc.  Don't set client-record when nowait.
8001         (server-handle-delete-frame): Delete the client if this was its
8002         last frame.  Check that the frame is alive.  Remove bogus comment.
8003         Add note on possible race condition.  Delete tty clients, if needed.
8004         (server-handle-suspend-tty): Use server-send-string.  Kill the
8005         client in case of errors from process-send-string.  Use the display
8006         parameter.
8007         (server-unload-hook): Remove obsolete delete-tty hook.
8008         (server-start): Ask before restarting if the old server still has
8009         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
8010         (server-process-filter): Use server-send-string.  Accept `-dir'
8011         command.  Switch to *scratch* immediately after creating the frame,
8012         before evaluating any -evals.  Protect `display-splash-screen'
8013         call in a condition-case.  Explain why.  Call
8014         `display-startup-echo-area-message' before
8015         `display-splash-screen'.  Don't display the splash screen when no
8016         frame was created.  Show the Emacs splash screen and startup echo
8017         area message.  Display the *scratch* buffer by default.  Store the
8018         local environment in a frame (not terminal) parameter.  Do not try
8019         to decode environment strings.  Fix reference to the 'display
8020         frame parameter.  Change syntax of environment variables.  Put
8021         environment into terminal parameters, not client parameters.  Use
8022         a dummy client with --no-wait's X frames.  In `-position LINE'
8023         handler, don't ruin the request string until the line number is
8024         extracted.  Log opened files.  Handle -current-frame command.
8025         Don't create frames when it is given.  Don't bind X frames to the
8026         client when we are in -no-wait mode.  Set locale environment
8027         variables from client while creating tty frames.  Disable call to
8028         configure-display-for-locale.  When processing -position command,
8029         don't change the request string until the parameters are
8030         extracted.  Don't try to create an X frame when Emacs does not
8031         support it.  Improve logging.  Temporarily set ncurses-related
8032         environment variables to those of the client while creating a new
8033         tty frame.  Select buffers opened by nowait clients, don't leave
8034         them buried under others.  Set the display parameter, and use it
8035         when appropriate.
8037         * startup.el (display-startup-echo-area-message): Handle
8038         `inhibit-startup-echo-area-message' here.
8039         (command-line-1): Moved from here.
8040         (fancy-splash-screens): Use `overriding-local-map' instead of
8041         `overriding-terminal-local-map' for now; the latter doesn't work
8042         right, it looses keypresses to another terminal.  Use
8043         `overriding-terminal-local-map' to set up keymap.  Install a
8044         `delete-frame-functions' hook to catch `delete-frame' events.
8045         Ignore `select-window' events to cope better with
8046         `focus-follows-mouse'.  Don't switch back to the original buffer
8047         if the splash frame has been killed.  Restore previous buffer, even
8048         if it's *scratch*.
8049         (normal-splash-screen): Don't let-bind `mode-line-format'; it
8050         changes the global binding - setq it instead.  Use
8051         `save-buffers-kill-terminal'.
8052         (display-splash-screen): Don't do anything if the splash screen is
8053         already displayed elsewhere.
8054         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
8055         (command-line): Replace duplicated code with a call to
8056         tty-run-terminal-initialization.  Don't load the terminal
8057         initialization file more than once.  Remove call to nonexistent
8058         function `set-locale-translation-file-name'.
8060         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
8061         parameters.
8062         (xterm-mouse-position-function, xterm-mouse-event): Update.
8063         (xterm-mouse-mode): Don't depend on current value of window-system.
8064         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
8065         Update for multi-tty.
8066         (turn-on-xterm-mouse-tracking-on-terminal)
8067         (turn-off-xterm-mouse-tracking-on-terminal)
8068         (xterm-mouse-handle-delete-frame): New functions.
8069         (delete-frame-functions, after-make-frame-functions)
8070         (suspend-tty-functions, resume-tty-functions): Install extra hooks
8071         for multi-tty.
8073 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8075         * simple.el (invisible-p): Remove: implemented in C now.
8076         (line-move-invisible-p): Remove obsolete alias.
8078 2007-08-28  Juri Linkov  <juri@jurta.org>
8080         * image-mode.el (image-type): New variable.
8081         (image-mode): Set default major mode name to "Image[text]".
8082         (image-minor-mode): Change LIGHTER to display image-type in the
8083         mode line.
8084         (image-minor-mode): Set default image-type to "text".
8085         (image-toggle-display): After switching to text mode, set
8086         image-type to "text" and major mode name to "Image[text]".
8087         After switching to image mode, set image-type to actual image
8088         type, and add image type to major mode name.  Let-bind the same
8089         variable names as arguments of `image-type' and `create-image'.
8090         Bind `type' to the result of `image-type' and use it as arg
8091         of `create-image' to not determine the image type twice.
8093 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
8095         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8096         (tramp-set-file-uid-gid, tramp-get-local-uid)
8097         (tramp-get-local-gid): New defuns.
8098         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8099         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
8100         Improve fast track.
8101         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
8102         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
8103         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
8104         (tramp-handle-write-region): Improve fast track.
8105         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8106         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
8107         be nil.
8109 2007-08-28  Ivan Kanis  <apple@kanis.eu>
8111         * time.el: New feature to display several time zones in a buffer.
8112         (display-time-world-mode, display-time-world-display)
8113         (display-time-world, display-time-world-timer): New functions.
8114         (display-time-world-list, display-time-world-time-format)
8115         (display-time-world-buffer-name, display-time-world-timer-enable)
8116         (display-time-world-timer-second, display-time-world-mode-map):
8117         New variables.
8119 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8121         * term/x-win.el (x-gtk-stock-map): New variable.
8122         (x-gtk-map-stock): New function.
8124         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
8125         prev/next-node.
8127 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
8129         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
8131 2007-08-28  Glenn Morris  <rgm@gnu.org>
8133         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
8135 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
8137         * progmodes/modula2.el (m2-definition, m2-module):
8138         Don't use previous-line.  Reported by T. V. Raman.
8140 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8142         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
8143         argument to tool-bar-mode call.
8145 2007-08-27  Glenn Morris  <rgm@gnu.org>
8147         * diff-mode.el (diff-find-file-name): Only accept regular files,
8148         to rule out /dev/null, directories, etc.
8150         * vc-svn.el (vc-svn-diff): If the repository version of all the
8151         files is the same as the specified OLDVERS, do a local diff.
8153 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8155         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
8156         of buffers in uniquify-managed.
8158         * simple.el (invisible-p): Rename from text-invisible-p.
8159         Update callers.
8161 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8163         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
8164         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
8165         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
8166         (cperl-etags-goto-tag-location): Use new style backquotes.
8168         * net/browse-url.el: Remove spurious * in custom docstrings.
8169         (browse-url-filename-alist): Use new-style backquote.
8171         * emacs-lisp/backquote.el (backquote-unquote-symbol)
8172         (backquote-splice-symbol): Clarify they're not new-style unquotes.
8174         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
8175         (\,@): Backslash the , and ,@ which are not new-style unquotes.
8177         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
8179         * net/socks.el (socks-username/password-auth-filter):
8180         Remove unused vars `state' and `desired-len'.
8181         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
8182         (socks-wait-for-state-change): Use new-style backquotes.
8184         * pcvs.el (cvs-mode-status): Fix long-standing typo.
8186         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
8187         backquotes after each `read' rather than once per buffer.
8189         * dframe.el: Remove spurious * in custom docstrings.
8190         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
8191         (dframe-xemacs20p): Remove, inline at the sole use point.
8192         (defface): Don't defvar the face, don't use old-style backquote.
8193         (defcustom): Don't use old-style backquote.
8194         (dframe-frame-parameter, dframe-mouse-event-p):
8195         Make it obvious that it's always defined.
8196         (dframe-popup-kludge): New function to replace
8197         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
8198         (dframe-frame-mode, dframe-set-timer-internal)
8199         (dframe-mouse-set-point): Remove use of with-no-warnings from
8200         XEmacs-specific code.
8201         (dframe-set-timer-internal): Fix very old bug with
8202         post-command-idle-hook.
8204         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
8206 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
8208         * emacs-lisp/avl-tree.el: New file.
8210 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8212         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
8213         was used.
8215 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
8217         * complete.el (PC-do-completion): Make RET accept a non-unique but
8218         complete expansion again.
8220 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
8222         * eshell/esh-opt.el (eshell-eval-using-options):
8223         Add debug declaration.
8225 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8227         * log-view.el (log-view-toggle-mark-entry): Add docstring.
8228         (log-view-get-marked): Likewise.
8230         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
8231         (vc-delete-automatic-version-backups): Likewise.
8233         * vc.el (vc-dired-buffers-for-dir): Likewise.
8235 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
8237         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
8238         safe-local-variable setting.
8239         * progmodes/perl-mode.el (perl-indent-level): Likewise.
8241         * log-view.el (log-view-marked-list): Delete variable.
8242         (log-view-mode): Don't use it.
8243         (log-view-toggle-mark-entry): Likewise, simplify.
8244         (log-view-current-tag): Don't return properties.
8245         (log-view-get-marked): New function.
8247 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
8249         * vc-git.el (vc-git-mode-line-string): New function.
8251 2007-08-25  Alan Mackenzie  <acm@muc.de>
8253         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
8254         new language variable.
8256         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
8257         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
8258         "extern" etc., rather than BOI.  Fix addition of spurious
8259         syntactic-symbol 'defun-block-intro, replacing it with
8260         'innamespace, etc.
8262 2007-08-25  Juri Linkov  <juri@jurta.org>
8264         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
8266         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
8267         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
8268         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
8270         * image.el (image-type-header-regexps): Use more complex regexp for svg.
8271         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
8272         (image-type-auto-detectable): Add (svg . maybe).
8274         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
8275         to treat it like .tgz.
8277         * calendar/cal-bahai.el: Add file coding cookie.
8279 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
8281         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
8282         Don't behave differently when executed via M-x.  Add doc string.
8284         * sort.el (sort-fold-case, sort-numeric-base): Mark as
8285         safe-local-variable.
8287 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
8289         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
8290         the default value.
8291         (math-calendar-tzinfo): New variable.
8292         (math-get-calendar-tzinfo): New function.
8293         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
8294         to get information when zone is nil.
8296 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
8298         * log-view.el (log-view-toggle-mark-entry): New function.
8299         (log-view-mode-map): Bind it.
8300         (log-view-marked-list): New variable.
8301         (log-view-mode): Make it local.
8303 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
8305         * play/zone.el (zone-pgm-rat-race): New func.
8306         (zone-programs): Add `zone-pgm-rat-race'.
8308 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8310         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
8311         a list.
8313 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
8315         * progmodes/hideshow.el (hs-match-data): Delete alias.
8316         (hs-hide-block-at-point, hs-find-block-beginning)
8317         (hs-show-block): Use `match-data' directly.
8319 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
8321         * format.el (format-alist): Fix typo in doc-string.
8323 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
8325         * net/tramp.el (tramp-local-host-p): New defun.
8326         (tramp-handle-file-local-copy, tramp-handle-write-region):
8327         Implement fast track when being on the local host.
8328         (tramp-file-name-handler): Don't set "started" property.  It shall
8329         be reserved for the "ftp" method.
8330         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
8332         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
8333         (tramp-ftp-file-name-handler): Set "started" property.
8335 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
8337         * files.el (backup-buffer-copy): Don't wrap delete in
8338         condition-case, only try to delete if file exists.
8340 2007-08-24  Glenn Morris  <rgm@gnu.org>
8342         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
8344         * startup.el (tutorial-directory): Set with eval-at-startup so it
8345         gets the right value in an installed Emacs.
8347 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
8349         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
8350         (eldoc-highlight-function-argument): Use it.
8352 2007-08-23  Masatake YAMATO  <jet@gyve.org>
8354         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
8355         name of parameters in document body.
8357 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8359         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
8360         (byte-compile-output-as-comment): Use with-current-buffer rather than
8361         a weird set-buffer&prog1 combination.
8363         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
8364         test so as to optimise cases where the `progn's result is constant.
8366 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
8368         * locate.el (locate-get-file-positions):
8369         Use line-beginning-position and line-end-position.
8371 2007-08-23  John Wiegley  <johnw@newartisans.com>
8373         * calendar/cal-bahai.el: Added in the diacriticals that were
8374         missing for many of the month names.
8376 2007-08-22  Jason Rumney  <jasonr@gnu.org>
8378         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
8380 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
8382         * image-mode.el (image-minor-mode): Use image-mode-text-map.
8384 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
8386         * dabbrev.el (dabbrev--progress-reporter): New variable.
8387         (dabbrev--scanning-message): Delete func.
8388         (dabbrev--find-expansion): Use a progress reporter
8389         instead of dabbrev--scanning-message.
8391 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
8393         * comint.el (comint-exec-1): Raise an error if
8394         `start-file-process' does not return a process object.
8396         * shell.el (shell): Prompt for `default-directory' if it is a
8397         remote file name, and if called with a prefix arg.
8399 2007-08-22  Sam Steingold  <sds@gnu.org>
8401         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
8403 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
8405         * textmodes/org-export-latex.el: New file.
8407         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
8409         * textmodes/org.el (org-agenda-skip): Allow a form for
8410         `org-agenda-skip-function'.
8411         (org-agenda-redo): Re-use local settings.
8412         (org-agenda): Store local settings.
8413         (org-agenda-deadline-faces): New option.
8414         (org-agenda-deadline-face): New function.
8415         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
8416         entries on their due date.
8417         (org-agenda-get-timestamps): No longer handle the due dates of
8418         schedules and deadline items.
8419         (org-insert-link-global, org-open-at-point-global): New commands.
8420         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
8421         :for-ascii parameter.
8422         (org-skip-comments): Function removed.
8423         (org-cleaned-string-for-export): Handle special table lines.
8424         (org-global-properties): New option.
8425         (org-entry-get-with-inheritance): Check global properties.
8426         (org-local-properties): New variable.
8427         (org-set-regexps-and-options): Find the #+PROPERTY line.
8428         (org-link-types): Change type into variable (was constant).
8429         (org-make-link-regexps): New function.
8430         (org-link-re-with-space, org-link-re-with-space2)
8431         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
8432         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
8433         these regular expressions happens now in the function
8434         `org-make-link-regexps'.
8435         (org-store-link): Call the functions in
8436         `org-store-link-functions'.
8437         (org-add-link-type): New function.
8438         (org-store-link-functions): New variable.
8439         (org-activate-tags): Force matches to be in headlines.
8440         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
8441         (org-columns-display-here): Make sure this works in a narrowed
8442         buffer by checking for point-min.
8443         (org-columns-display-here): Make the rest of the line intangible,
8444         so that point never can be there.
8445         (org-cleaned-string-for-export): Use `with-current-buffer'.
8446         (org-replace-region-by-html): Use `with-current-buffer'.
8447         (org-unfontify-region, org-do-occur, org-columns-display-here)
8448         (org-columns-remove-overlays, org-columns-quit)
8449         (org-columns-edit-value, org-columns-next-allowed-value)
8450         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
8451         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
8452         (org-agenda-todo, org-agenda-change-all-lines)
8453         (org-agenda-align-tags, org-agenda-priority)
8454         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
8455         (org-agenda-show-new-time, org-cleaned-string-for-export)
8456         (org-export-grab-title-from-buffer)
8457         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
8458         instead of `buffer-read-only'.
8459         (org-export-as-html): Set `coding-system-for-write'.
8460         (org-remember-store-without-prompt): New option.
8461         (org-archive-subtree): Fixed bug with modifying TODO keyword.
8462         (org-beginning-of-line): Also treat C-a special in items.
8463         (org-table-convert-refs-to-rc): Fixed problem with column
8464         reference after "..".
8465         (org-columns-compute): Don't mark buffer modified because of text
8466         properties.
8467         (org-batch-store-agenda-views): Use the variable
8468         `default-directory', not the function.
8469         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
8470         (org-clock-out-when-done): New option.
8471         (org-html-entities): Added HTML entities for smileys.
8473 2007-08-22  Glenn Morris  <rgm@gnu.org>
8475         * image.el (create-image): Doc fix.
8477         * startup.el (tutorial-directory): New constant.
8478         (fancy-splash-text): Tutorials now in tutorial-directory.
8479         * tutorial.el (help-with-tutorial): Tutorials now in
8480         tutorial-directory.
8482 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
8484         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
8485         otherwise.
8486         (tramp-get-remote-path): New defun.  Replace occurrences of
8487         `tramp-default-remote-path' by this function.
8488         (tramp-set-remote-path): Move most of the code to
8489         `tramp-get-remote-path'.
8490         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
8491         existing directories, this is done already in
8492         `tramp-get-remote-path'.
8494 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
8496         * image-file.el (image-file-name-extensions): Add "svg".
8497         * image.el (image-type-header-regexps): Add svg entry.
8499 2007-08-22  Glenn Morris  <rgm@gnu.org>
8501         * files.el (backup-buffer-copy): Check backup directory is
8502         writable, to avoid infloop deleting old backup.
8504         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
8505         movemail related variables.
8506         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
8507         will now be set before this is called.
8509 2007-08-21  Juri Linkov  <juri@jurta.org>
8511         * delsel.el (delete-selection-pre-hook):
8512         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
8513         instead of checking last-command.
8515 2007-08-21  Juri Linkov  <juri@jurta.org>
8517         * loadup.el: Preload "button".
8519 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8521         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8522         Add previous-line and next-line.
8524         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
8525         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
8527         * vc-hooks.el (vc-menu-entry): New var.
8528         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
8529         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
8530         (vc-menu-map): Declare and initialize in one step.
8531         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
8533         * menu-bar.el (vc-menu-map): Don't setup any more.
8534         Instead, just create the proper spot in the menu.
8536 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8538         * smerge-mode.el (smerge-resolve): New arg `safe'.
8539         (smerge-resolve-all, smerge-batch-resolve): New function.
8540         (smerge-refine): Make sure `diff' returns the expected result.
8541         (smerge-parsep-re): New const.
8542         (smerge-mode): Use it to adjust paragraph-separate.
8544         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8545         Correctly match / regexp matchers as first char on a line when
8546         fontifying only that line.
8548         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
8550 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8552         * vc-bzr.el: Don't fiddle with vc-handled-backend.
8553         (vc-bzr-registered): Don't redundantly protect against
8554         file-error.  Actually use the format-specific code.
8555         (vc-bzr-buffer-nonblank-p): Remove.
8556         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
8558 2007-08-20  Juri Linkov  <juri@jurta.org>
8560         * startup.el (fancy-splash-text): Change multiple tabs into one
8561         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
8562         and "Recover Crashed Session").
8563         (fancy-splash-screens): Set tab-width to 22.
8564         (normal-splash-screen): Replace literal tabs with \t and
8565         fix whitespace.  Remove "Useful File menu items" section (with
8566         "Exit Emacs" and "Recover Crashed Session").
8568 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
8570         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
8571         extracted from `eval-last-sexp-1'.
8572         (eval-last-sexp-1): Call `preceding-sexp'.
8574 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
8576         * vc-rcs.el (vc-rcs-annotate-command):
8577         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
8578         Add back :vc-annotate-prefix propertization.
8580 2007-08-20  Andreas Schwab  <schwab@suse.de>
8582         * mail/rmail.el (rmail-autodetect): Doc fix.
8584 2007-08-19  Juri Linkov  <juri@jurta.org>
8586         * startup.el (normal-splash-screen): Add more links.
8588 2007-08-19  Juri Linkov  <juri@jurta.org>
8590         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
8591         because it's common to both types of splash screen: fancy and normal.
8592         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
8593         (exit-splash-screen): Rename from `fancy-splash-quit'.
8594         Use `quit-window' instead of `kill-buffer'.
8595         (fancy-splash-head): Use make-button to insert GNU image link.
8596         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
8597         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
8598         (normal-splash-screen): Put "Browse manuals" on the same line with
8599         "Emacs manual".  Remove descriptions from "Useful tasks" and put
8600         all links in two columns on two lines.
8602 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8604         * emulation/viper.el (viper-remove-hooks): Remove some additional
8605         viper hooks when the user calls viper-go-away.
8606         (viper-go-away): Restore the default of default-major-mode.
8607         Save the value of default-major-mode before vaperization.
8609         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
8611         * emulation/viper-ex.el: Replace error "" with "Viper bell".
8613         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
8614         buffer for which file is created.
8616 2007-08-19  Glenn Morris  <rgm@gnu.org>
8618         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
8619         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
8620         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
8621         shadow files messing up the compilation.
8623 2007-08-18  Glenn Morris  <rgm@gnu.org>
8625         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
8626         string.  Also apply eldoc-argument-case in the help-split-fundoc
8627         case.  Adapt for changed behavior of eldoc-function-argstring,
8628         eldoc-function-argstring-format, and
8629         eldoc-highlight-function-argument.
8630         (eldoc-highlight-function-argument): Handle nil INDEX argument,
8631         just call eldoc-docstring-format-sym-doc in that case.
8632         (eldoc-function-argstring): Change the behavior.  Now it converts
8633         an argument list to a string.
8634         (eldoc-function-argstring-format): Change the behavior.  Now it
8635         applies `eldoc-argument-case' to a string.
8637         * progmodes/scheme.el (scheme-mode-variables): Set
8638         font-lock-comment-start-skip.
8640 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
8642         * progmodes/ada-mode.el (ada-create-syntax-table): Move
8643         set-syntax-table from here to ...
8644         (ada-mode): ... here.  Do not change global value of
8645         comment-multi-line.  Call new function
8646         ada-initialize-syntax-table-properties and add new function
8647         ada-handle-syntax-table-properties to font-lock-mode-hook.
8648         (ada-deactivate-properties, ada-initialize-properties): Replace
8649         by new functions ...
8650         (ada-handle-syntax-table-properties)
8651         (ada-initialize-syntax-table-properties)
8652         (ada-set-syntax-table-properties): ... to set up syntax-table
8653         properties uniformly, independently from whether font-lock-mode
8654         is enabled or not.  Handle read-only buffers and do not change
8655         undo-list when setting syntax-table properties.
8656         (ada-after-change-function): Use ada-set-syntax-table-properties.
8658 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8660         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
8661         (meta-indent-current-nesting): Use a computation of the nesting
8662         instead.
8663         (meta-indent-current-indentation): Indentation is given according
8664         to nesting and if the previous line was finished or not.
8665         (meta-indent-unfinished-line): Tell if the current line ends with
8666         a finished expression.
8667         (meta-indent-looking-at-code): Like `looking-at', but checks if
8668         the point is in a string before.
8669         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
8670         done in the nesting function.
8671         (meta-indent-in-string-p): Tell if the current point is in a
8672         string.
8673         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
8674         previous functions.
8676 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
8678         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
8679         (copyright-update-year, copyright-update)
8680         (copyright-fix-years): Use it.
8682 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
8684         * emacs-lisp/copyright.el (copyright-update-year):
8685         Fix bug: Handle nil copyright-limit.
8687 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
8689         * calc/calc-units.el (math-standard-units): Give exact
8690         conversion for tsp.
8692         * calc/calc.el (math-bignum-digit-length): Compute the
8693         appropriate value.
8695         * calc/calc-bin.el (math-bignum-logb-digit-size)
8696         (math-bignum-digit-power-of-two):
8697         * calc/calc-comb.el (math-small-factorial-table):
8698         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8699         (math-approx-gamma-const):
8700         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
8701         (math-besY1, math-bernoulli-b-cache):
8702         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8703         Remove `eval-when-compile's.
8705 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8707         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
8708         (cperl-find-pods-heres): Fix an error when typing expressions like
8709         `s{a}{b}'.
8711 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8713         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
8714         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
8715         a special case (there's no build number).
8717 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
8719         * completion.el (symbol-under-point, symbol-before-point)
8720         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
8722 2007-08-17  Glenn Morris  <rgm@gnu.org>
8724         * progmodes/compile.el (compilation-get-file-structure): Make use
8725         of the directory part when checking for an existing entry, to
8726         handle files with same basename in different directories.
8728 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
8730         * calc/calc.el (calc-language-alist): Add texinfo-mode.
8732 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8734         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
8735         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
8736         (ps-paragraph-spacing): Docstring fix.
8738 2007-08-16  Glenn Morris  <rgm@gnu.org>
8740         * ps-print.el (ps-font-size): Doc fix.
8742 2007-08-16  Richard Stallman  <rms@gnu.org>
8744         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
8746 2007-08-15  Juri Linkov  <juri@jurta.org>
8748         * startup.el (initialization): Change parent group from `internal'
8749         to `environment'.
8750         (initial-buffer-choice): New variable.
8751         (command-line): Revert 2007-07-02 change that sets
8752         buffer-offer-save in *scratch* and enables auto-save in it.
8753         (fancy-splash-text): Add links to existing items.  Add new items
8754         with links for useful tasks.  Move information about Control-g to
8755         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
8756         (fancy-splash-keymap): New variable.
8757         (fancy-splash-last-input-event): Remove variable.
8758         (fancy-splash-insert): Add processing of `:link' element.
8759         (fancy-splash-head): Replace "Type Control-l to begin editing"
8760         with "Type `q' to exit".
8761         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
8762         (fancy-splash-default-action, fancy-splash-special-event-action):
8763         Remove functions.
8764         (fancy-splash-quit): New function.
8765         (fancy-splash-screens): Rename input arg from `hide-on-input' to
8766         `static' and reverse the condition of its usage.  Don't preserve
8767         original values of `minor-mode-map-alist',
8768         `emulation-mode-map-alists', `special-event-map'.
8769         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8770         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8771         Remove processing of special events.  Use local key map
8772         `fancy-splash-keymap'.  Set buffer to read-only.
8773         (normal-splash-screen): Rename input arg from `hide-on-input' to
8774         `static' and reverse the condition of its usage.
8775         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8776         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8777         Add links to existing items.  Add new items with links for useful
8778         tasks.  Use local key map `fancy-splash-keymap'.
8779         (display-splash-screen): Rename input arg from `hide-on-input' to
8780         `static'.
8781         (about-emacs): Add alias to display-splash-screen.
8782         (command-line-1): Use `initial-buffer-choice'.
8784         * menu-bar.el (menu-bar-help-menu):
8785         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
8786         item to about-emacs instead of display-splash-screen.
8788 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
8790         * calc/calc-units.el (math-standard-units): Update values.
8791         Put in exact, rational values when possible.
8792         (math-unit-prefixes): Replace floats with powers of ten.
8793         (math-standard-units-systems): Replace floats with integers.
8794         (math-make-unit-string): Remove extra spaces in output.
8796 2007-08-15  Glenn Morris  <rgm@gnu.org>
8798         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
8799         sloppier, for the sake of GNU Mailman.
8800         (rmail-digest-rfc1153): Initialize `result' correctly.
8802 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8804         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
8805         in the mail title.  Suggested by Reiner Steib.
8807 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
8809         * calc/calc-aent.el (calc-do-quick-calc): Add binary
8810         representation of integers to the list of outputs.
8812 2007-08-14  Glenn Morris  <rgm@gnu.org>
8814         * simple.el (bad-packages-alist): New constant.
8815         (bad-package-check): New function.  Together, these two add elements
8816         to `after-load-alist' to check for problematic external packages.
8817         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
8819 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
8821         * calc/calc-units.el (math-get-standard-units)
8822         (math-get-units, math-make-unit-string)
8823         (math-get-default-units, math-put-default-units): New functions.
8824         (math-default-units-table): New variable.
8825         (calc-convert-units, calc-convert-temperature): Add machinery
8826         to supply default values.
8828 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8830         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
8831         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
8832         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
8833         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
8835         * emulation/tpu-extras.el: Remove spurious * in docstrings.
8836         Put its autoloads into tpu-edt.el rather than loaddefs.el.
8837         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
8838         Make into a proper minor-mode.
8839         (tpu-backward-char, tpu-next-line, tpu-previous-line)
8840         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
8841         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
8842         (tpu-set-cursor-free, tpu-set-cursor-bound):
8843         Delegate to tpu-cursor-free-mode.
8844         (tpu-next-line, tpu-previous-line, tpu-forward-line)
8845         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
8846         Use line-move or forward-line instead of next-line-internal.
8848 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
8850         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
8852 2007-08-12  Richard Stallman  <rms@gnu.org>
8854         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8855         (cvs-execute-single-file): Use new name split-string-and-unquote.
8856         (cvs-header-msg): Use new name combine-and-quote-strings.
8858         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8860         * progmodes/gud.el (gud-common-init): Use new name
8861         split-string-and-unquote.
8863         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
8864         in javac regexp.
8866         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
8867         combine-and-quote-strings and split-string-and-unquote.
8869         * subr.el (combine-and-quote-strings): Rename from strings->string.
8870         (split-string-and-unquote): Rename from string->strings.
8872 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8874         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
8875         to buffer-local settings.
8877         * emacs-lisp/backquote.el (backquote-delay-process): New function.
8878         (backquote-process): Add internal arg `level'.  Use the two to
8879         correctly handle nested backquotes.
8881 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
8883         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
8884         (vc-bzr-state-words): Add "kind changed" state word.
8885         (vc-bzr-status): New function.  Return Bzr idea of file status,
8886         which is different from VC's.
8887         (vc-bzr-state): Use vc-bzr-status.
8888         (vc-workfile-unchanged-p): Use vc-bzr-status.
8889         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
8890         (vc-dired-state): Process "kind changed" state word.
8892 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
8896         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
8897         Move from vc-default-find-file-not-found-hook.
8899 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8901         * man.el: Remove spurious * in docstrings.
8902         Merge defvars and toplevel setq-defaults.
8903         (Man-highlight-references0): Limit=nil rather than point-max.
8904         (Man-mode-map): Move initialization into the declaration.
8905         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
8906         (Man-view-header-file): Use expand-file-name rather than concat.
8907         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
8909         * man.el (Man-next-section): Make sure we do not move backward.
8911 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8913         * files.el (auto-mode-alist): Use the purecopied text (duh!).
8915 2007-08-08  Glenn Morris  <rgm@gnu.org>
8917         * Replace `iff' in doc-strings and comments.
8919 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
8921         * dired.el (dired-pop-to-buffer):
8922         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8923         * calendar/calendar.el (generate-calendar-window):
8924         * progmodes/compile.el (compilation-set-window-height):
8925         * textmodes/two-column.el (2C-two-columns, 2C-merge):
8926         Use window-full-width-p instead of comparing frame-width and
8927         window-width.
8929         * progmodes/compile.el (compilation-find-buffer): Remove extra
8930         argument in call to compilation-buffer-internal-p.
8932 2007-08-07  Tom Tromey  <tromey@redhat.com>
8934         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
8935         Add safe-local-variable property.
8937 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
8939         * image-mode.el (image-toggle-display): Use image-refresh.
8941 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
8943         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
8944         unofficial version.
8945         (vc-bzr-command): Remove redundant setting of process-connection-type.
8946         (vc-bzr-admin-checkout-format-file): Add autoload.
8947         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
8948         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
8949         (vc-bzr-registered): Compare dirstate format tag with known good
8950         value, abort parsing if match fails.  Warn user in docstring.
8951         (vc-bzr-workfile-version): Case for different Bzr branch formats.
8952         See bzrlib/branch.py in Bzr sources.
8953         (vc-bzr-diff): First argument FILES may be a string rather than a list.
8954         (vc-bzr-shell-command): Remove in favor of
8955         vc-bzr-command-discarding-stderr.
8956         (vc-bzr-command-discarding-stderr): New function.
8958 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
8960         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
8961         program, and return nil.
8962         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
8963         (vc-bzr-state): Look for path names relative to the repository
8964         root after status keyword.
8965         (vc-bzr-file-name-relative): New function.
8966         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
8967         depend on it.
8968         (vc-bzr-admin-dirname, ...-checkout-format-file)
8969         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8970         files that we now parse directly for speed.
8971         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8972         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8973         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8974         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
8975         Bzr warnings, so we must discard it.
8976         (vc-bzr-workfile-version): Speedup counting lines from
8977         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8978         if that file doesn't exist.
8979         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8980         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
8981         to `vc-directory-exclusion-list'.
8982         (vc-bzr-shell-command): New function.
8984 2007-08-06  Tom Tromey  <tromey@redhat.com>
8986         * diff-mode.el (diff-unified->context, diff-reverse-direction)
8987         (diff-fixup-modifs): Typo in docstring.
8989 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8991         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8992         count-screen-lines.
8993         (tpu-edt-off): Disable relevant pieces of advice.
8995         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8996         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
8997         (newline, newline-and-indent, do-auto-fill): Use advice instead of
8998         redefining the function.
8999         (tpu-set-scroll-margins): Activate the pieces of advice.
9001 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
9003         * help.el (resize-temp-buffer-window): Use window-full-width-p
9004         instead of comparing frame-width and window-width.
9006 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
9008         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
9009         optional quotes around files in NEED-UPDATE . REMOVED case.
9011         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
9012         (ada-treat-cmd-string): Improve error message.
9013         (ada-do-file-completion): Call `ada-require-project-file', so
9014         project variables are set properly.
9015         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
9016         (ada-gnatfind-buffer-name): New constant.
9017         (ada-find-any-references): Use new constant.  Set buffer name
9018         properly in compilation-start.  Toggle read-only properly.
9019         (ada-find-in-src-path): Fix spelling error in docstring.
9021         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
9022         by zero error.
9024 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
9028 2007-08-12  Richard Stallman  <rms@gnu.org>
9030         * progmodes/sh-script.el (sh): Delete group `unix'.
9032         * progmodes/gud.el (gud): Change to group `processes'.
9034 2007-08-11  Glenn Morris  <rgm@gnu.org>
9036         * progmodes/compile.el (compilation-buffer-name): Don't check
9037         compilation-arguments.  It is superfluous, and the variable isn't
9038         even set when this function is called.
9040 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9042         * term/mac-win.el (mac-ae-reopen-application): New function.
9043         (mac-apple-event-map): Bind "reopen application" Apple event to it.
9045 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9047         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
9048         take tex-font-script-display into account.
9049         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
9050         cell to a list of 2 elements to simplify the unfontify code.
9052 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9054         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
9055         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
9056         ps-print-color-p is neither nil nor black-white.  Reported by Christian
9057         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9059 2007-08-08  Andreas Schwab  <schwab@suse.de>
9061         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
9062         self-insert-command, not self-insert.
9064 2007-08-08  Glenn Morris  <rgm@gnu.org>
9066         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
9067         argument optional, for backwards compatibility, and only highlight
9068         args when present.  Fix symbol name typo (doc/args).
9070         * help-mode.el (help-make-xrefs): Search for symbol constituents,
9071         rather than just `-'.
9073 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
9075         * calc/calc-units.el (calc-convert-temperature):
9076         Use `/' to create fractions.
9078 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
9080         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
9081         global matching.
9082         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
9083         ERROR-BUFFER more robust.  Display output.
9084         (tramp-file-name-handler): Add a connection property when we found
9085         a foreign file name handler.  This allows backends like ftp to
9086         profit also from usr/host name completion based on connection
9087         cache.
9088         (tramp-send-command-and-read): Search for trash after the regexp
9089         until eol only.  In XEmacs, there is a problem with \n.
9091         * net/tramp-cache.el (top): Read persistent connection history
9092         when cache is empty.
9094 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
9096         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
9097         resulting output.
9099 2007-08-07  Sam Steingold  <sds@gnu.org>
9101         * progmodes/compile.el (compilation-start): Pass nil as startfile
9102         to comint-exec.
9104 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
9106         * longlines.el (longlines-decoded): New variable.
9107         (longlines-mode): Avoid encoding or decoding the buffer twice.
9109 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
9111         * format.el (format-insert-file): Make sure that at most one undo
9112         entry is recorded for the insertion.  Inhibit point-motion and
9113         modification hooks around call to insert-file-contents.
9115 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9117         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
9118         Select the buffer's window before moving point.
9120 2007-08-07  Richard Stallman  <rms@gnu.org>
9122         * term.el (term): Remove parent group `unix'.
9124         * simple.el (default-indent-new-line): New function.
9125         It calls comment-line-break-function if there are comments.
9126         (do-auto-fill): Use that.
9128 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
9130         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
9131         (PC-do-completion): Add "acronym completion" for symbols and
9132         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
9134 2007-08-06  Sam Steingold  <sds@gnu.org>
9136         * mouse.el (mouse-buffer-menu): Pass mode-name through
9137         format-mode-line because it may be a list,
9138         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
9140 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
9142         * printing.el (pr-update-menus): Docstring fix.
9144 2007-08-06  Jason Rumney  <jasonr@gnu.org>
9146         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
9148         * vc-hooks.el (vc-call): Add doc string.
9150 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
9152         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
9153         process-filter.
9155 2007-08-06  Kenichi Handa  <handa@m17n.org>
9157         * international/quail.el: Wrap (require 'help-mode) by
9158         eval-when-compile.
9159         (quail-help-init): New function.
9160         (quail-help): Call quail-help-init.
9161         (quail-store-decode-map-key): Change it to a function.
9163 2007-08-05  Jason Rumney  <jasonr@gnu.org>
9165         * vc.el (vc-rollback): Add norevert argument back.
9166         (vc-revert-buffer): Add back as obsolete alias.
9168 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
9170         * term.el: Honor term-default-fg-color and term-default-bg-color
9171         settings when modifying term-current-face.
9172         (term-default-fg-color, term-default-bg-color): Initialize from
9173         default term-current-face.
9174         (term-mode, term-reset-terminal): Set term-current-face with
9175         term-default-fg-color and term-default-bg-color.
9176         (term-handle-colors-array): term-current-face has term-default-fg-color
9177         and term-default-bg-color after reset escape sequence.
9178         (term-handle-colors-array): Set term-current-color with
9179         term-default-fg/bg-color instead of ansi-term-color-vector when the
9180         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
9182 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
9184         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
9185         (math-nlfit-givens): Let bind free variables.
9187 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
9189         * printing.el: Require lpr and ps-print when loading printing package.
9190         Reported by Glenn Morris <rgm@gnu.org>.
9192 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
9194         * files.el (set-auto-mode): Handle also remote files wrt
9195         `auto-mode-alist'.
9197 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
9199         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
9200         curves and plotting.
9202         * calc/calc-nlfit.el: New file.
9204 2007-08-04  Glenn Morris  <rgm@gnu.org>
9206         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
9207         zero, not nil, when the library is first loaded.  Check for a file
9208         that has been modified on disk.
9210         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
9211         Remove duplicate defvar preventing initialization.
9212         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
9214 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9216         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
9217         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
9218         may match up to 4 lines.
9219         (diff-beginning-of-file-and-junk): Rewrite.
9221 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9223         * printing.el: Evaluate require only during compilation.
9224         (pr-version): New version 6.9.1.
9225         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
9226         (pr-global-menubar): Fix code.
9228 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
9230         * term.el (term-erase-in-display): Fix case when point is not at
9231         the beginning of the line.
9233 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
9235         * calc/calc-ext.el (math-get-value, math-get-sdev)
9236         (math-contains-sdev): New functions.
9238         * calc/calc-graph.el (calc-graph-format-data)
9239         (calc-graph-add-curve): Check for error forms.
9240         (calc-graph-set-styles): Add option for error forms.
9242 2007-08-03  Miles Bader  <miles@gnu.org>
9244         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
9245         backend names for new backends to `Git', `Hg', and `Bzr'.
9246         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
9247         not `HG'.
9248         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
9249         name, not `GIT'.
9250         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
9251         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
9253 2007-08-03  Richard Stallman  <rms@gnu.org>
9255         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
9256         to update deleted flag.
9258         * cus-edit.el (customize-apropos, customize-apropos-options)
9259         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
9261         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
9263         * startup.el (fancy-splash-head, startup-echo-area-message):
9264         Change message text.
9266         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
9267         All callers use line-move.
9269         * progmodes/compile.el (compilation-find-buffer): Return current
9270         buffer immediately if suitable.
9271         (compile, compilation-buffer-name, compilation-start): Doc fixes.
9273 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
9275         * faces.el (face-normalize-spec): New function.
9276         (frame-set-background-mode): Normalize face-spec before calling
9277         face-spec-match-p.
9279 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9281         * server.el (server-window): Add switch-to-buffer-other-frame option.
9283 2007-08-03  Glenn Morris  <rgm@gnu.org>
9285         * cus-edit.el (customize-apropos): Make the error message indicate
9286         what kind of thing the user was trying to customize.
9288         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
9290         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
9291         Fix off-by-one error in previous change.
9293 2007-08-03  Drew Adams  <drew.adams@oracle.com>
9295         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
9296         Make buffer writable.
9298 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
9300         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
9301         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
9302         Use native Emacs functions, when appropriate.
9304 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
9305             Stefan Monnier  <monnier@iro.umontreal.ca>
9307         * vc.el: Document new VC operation `extra-menu'.
9309         * vc-hooks.el (vc-default-extra-menu): New function.
9311         * menu-bar.el (menu-bar-vc-filter): New function.
9312         (menu-bar-tools-menu): Use it as a filter.
9314 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9316         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
9318 2007-08-01  Glenn Morris  <rgm@gnu.org>
9320         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
9321         strings.
9322         (fortran-tab-mode-default): Remove needless autoload.
9323         (fortran-tab-mode-string): Add help-echo and mouse properties, and
9324         mark as risky.
9325         (fortran-line-length): New buffer-local variable, safe if integer.
9326         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
9327         Change from variables to constants.
9328         (fortran-font-lock-syntactic-keywords): Delete as a variable,
9329         replace with a new function definition.
9330         (fortran-mode): Use fortran-line-length, and
9331         fortran-font-lock-syntactic-keywords as a function.  Add a
9332         hack-local-variables-hook function.
9333         (fortran-line-length, fortran-hack-local-variables): New functions.
9334         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
9335         Use fortran-line-length rather than 72.
9336         (fortran-window-create-momentarily): Doc fix.
9338 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
9340         * cus-edit.el (custom-group-value-create, custom-goto-parent):
9341         Fix parent groups link.
9343 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
9345         * progmodes/python.el (python-current-defun): Adjust to never fall
9346         into infinite loop.
9348 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9350         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
9352 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
9354         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
9355         (copyright-fix-years, copyright): Correctly handle the case where
9356         copyright-limit is nil.
9358 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
9360         * progmodes/python.el (run-python): Fix path separator under w32.
9362 2007-07-30  Richard Stallman  <rms@gnu.org>
9364         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9365         Treat non-break space as whitespace in Lisp.
9367 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9369         * vc.el (vc-dired-hook): Use inhibit-read-only.
9371         * progmodes/compile.el (compilation-forget-errors):
9372         Reset compilation-auto-jump-to-next.
9374 2007-07-30  Michael Olson  <mwolson@gnu.org>
9376         * cus-edit.el (custom-group-save): Fix void function definition
9377         error.  Thanks to Zhang Wei for the report.
9379         * ps-print.el: Check in trivial changes to the autoloads section
9380         caused by the build process.  These autoloads really ought to be
9381         placed in a separate file, methinks.
9383 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         * calendar/calendar.el (calendar-mode): Make sure
9386         displayed-(month|year) are set.
9387         (calendar-basic-setup): Display buffer before adjusting window sizes.
9388         (generate-calendar-window): Use inhibit-read-only.  Simplify.
9389         Generate buffer and set displayed-month and displayed-year before
9390         calling update-calendar-mode-line.
9392 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
9394         * net/tramp.el:
9395         * net/tramp-uu.el:
9396         * net/trampver.el: Use utf-8 encoding with coding cookie.
9398         * net/tramp-cache.el:
9399         * net/tramp-fish.el:
9400         * net/tramp-ftp.el:
9401         * net/tramp-gw.el:
9402         * net/tramp-smb.el: Remove coding cookie.
9404         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9405         Flush buffer file-name's file property.
9406         (tramp-handle-file-remote-p): The first parameter is FILENAME.
9408         * net/trampver.el: Update release number.
9410 2007-07-29  Juri Linkov  <juri@jurta.org>
9412         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
9413         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
9414         when major-mode is not dired-mode.
9415         (dired-toggle-read-only): New function.
9416         (dired-recursive-deletes): Remove obsolete comments about old
9417         default value.
9418         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
9420         * wdired.el (wdired-exit): New function.
9421         (wdired-mode-map): Bind C-x C-q to wdired-exit.
9423 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9425         * cus-edit.el (customize-read-group): New fun.
9426         (customize-group-other-window, customize-face-other-window):
9427         Prompt before delegating to customize-(group|face).
9428         Bind pop-up-windows rather than use the other-window argument.
9429         (customize-group, customize-face): Prompt from the interactive spec.
9430         Remove args `prompt-for-group' and `other-window'.
9432         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
9433         (ad-body-forms, ad-advised-interactive-form): Revert this part of
9434         last change.
9436 2007-07-28  Masatake YAMATO  <jet@gyve.org>
9438         * vc.el (vc-dired-mode): Add a menu for VC related operation.
9439         Use backend name as the menu label.  Suggested by David Kastrup.
9441 2007-07-28  Alan Mackenzie  <acm@muc.de>
9443         Fix problem with modes derived from CC Mode:
9444         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
9445         macro to cc-langs.
9446         (c-init-language-vars-for): Remove call to above macro.
9447         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
9448         been moved to here.
9449         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
9451 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
9453         * net/trampver.el: Fix the `coding' cookie.
9455 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9457         * vc-git.el (vc-git-print-log): Support both the old single file
9458         interface and the new one.
9460 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
9462         * bindings.el (mode-line-remote): Use updated %@ construct.
9464 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9466         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9467         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
9468         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
9469         (diary-list-bahai-entries, diary-bahai-mark-entries)
9470         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
9471         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9472         New names to clean up namespace.
9473         (list-bahai-diary-entries, mark-bahai-diary-entries)
9474         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
9475         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
9476         Add compatibility aliases.
9478         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
9480         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
9481         (calendar-scroll-left-three-months)
9482         (calendar-scroll-right-three-months): Clean up namespace.
9483         (scroll-calendar-left, scroll-calendar-right)
9484         (scroll-calendar-left-three-months)
9485         (scroll-calendar-right-three-months): Add compatibility aliases.
9487         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
9488         Behave like mouse-scroll-calendar-* when used from the mouse.
9490         * calendar/cal-menu.el (cal-menu-scroll-menu)
9491         (cal-menu-global-mouse-menu):
9492         * calendar/calendar.el (calendar-mode-map):
9493         Use new calendar-scroll-* names.
9494         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
9495         Remove.  Use calendar-scroll-* directly instead.
9497 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9499         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
9500         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
9501         (ad-make-advised-definition, ad-cache-id-verification-code):
9502         Use commandp and interactive-form instead.
9504 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
9506         * vc-git.el: Relicense to GPLv3 or later.
9507         (vc-directory-exclusion-list, vc-handled-backends): Remove.
9509         * vc-hooks.el (vc-handled-backends): Add GIT.
9511         * vc.el (vc-directory-exclusion-list): Add .git.
9513 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
9515         * vc-git.el (vc-git-revision-table)
9516         (vc-git-revision-completion-table): New functions.
9518 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9520         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
9521         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
9522         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
9523         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
9524         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
9525         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
9526         New command actions for EPS header and EPS footer.
9528         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
9529         footer.  Fix some problems with one-or-more, zero-or-more and
9530         alternative constructions generation.  Some log messages
9531         implementation.  Doc fix.
9532         (ebnf-version): New version 4.4.
9533         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
9534         (ebnf-eps-footer, ebnf-log): New options.
9535         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
9536         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
9537         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
9538         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
9539         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
9540         (ebnf-style-custom-list, ebnf-style-database): Put new values.
9541         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
9542         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
9543         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
9544         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
9545         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
9546         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
9547         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
9548         (ebnf-non-terminal-dimension, ebnf-special-dimension)
9549         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
9550         (ebnf-except-dimension, ebnf-alternative-dimension)
9551         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
9552         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
9553         message fun.
9554         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
9555         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
9556         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
9557         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
9558         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
9559         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
9560         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
9561         compatibility with Emacs 20 & 21.
9562         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
9563         (ebnf-eps-file-alist, ebnf-basic-width-extra)
9564         (ebnf-basic-empty-height): New vars.
9565         (ebnf-prologue): Fix PostScript code.
9566         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
9567         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
9568         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
9569         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
9571 2007-07-25  Glenn Morris  <rgm@gnu.org>
9573         * Relicense all FSF files to GPLv3 or later.
9575         * COPYING: Switch to GPLv3.
9577 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9579         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
9580         Replace it with another one which disables undo before calling
9581         erase-buffer and then turns it back on if needed.
9583 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9585         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
9587 2007-07-24  Glenn Morris  <rgm@gnu.org>
9589         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9590         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9591         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9592         (cal-tex-cursor-week, cal-tex-cursor-week2)
9593         (cal-tex-cursor-week-iso, cal-tex-week-hours)
9594         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9595         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9596         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9598 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9600         * calendar/calendar.el (calendar-mode-map): Move initialization
9601         into declaration.  Add menu bindings (used to be done in cal-menu).
9602         (calendar-mode): Don't add an activate-menubar-hook.
9604         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
9605         modify calendar-mode-map), use easy-menu, and make sure that C-h k
9606         can be used on the menu entries.
9607         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
9608         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
9609         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
9610         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
9611         (calendar-flatten, cal-menu-update): Remove.
9612         (calendar-mouse-insert-hebrew-diary-entry)
9613         (calendar-mouse-insert-islamic-diary-entry)
9614         (calendar-mouse-insert-bahai-diary-entry):
9615         Remove (fold into cal-menu-diary-menu).
9616         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
9617         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
9618         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
9619         (calendar-mouse-view-diary-entries): Minor simplifications.
9620         (calendar-event-to-date): Use with-current-buffer.
9622 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
9624         * add-log.el (change-log-redate): Remove (not needed anymore and
9625         doesn't appear to work).
9627 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9629         * frame.el: Use mapc and dolist instead of mapcar where possible.
9630         (close-display-connection): New command.
9632 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
9634         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
9635         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
9637 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9639         * ps-print.el (ps-multibyte-buffer): Docstring fix.
9641         * ps-mule.el: Doc fix.
9642         (ps-multibyte-buffer, ps-mule-font-info-database-default)
9643         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
9645 2007-07-25  Glenn Morris  <rgm@gnu.org>
9647         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
9648         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
9649         (cal-tex-daily-end, cal-tex-hook)
9650         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
9651         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
9652         (cal-tex-cursor-week-iso, cal-tex-week-hours)
9653         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9654         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
9655         (cal-tex-day-prefix, cal-tex-day-name-format)
9656         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
9657         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
9658         (cal-tex-LaTeX-subst-list): Change from variables to constants.
9659         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
9660         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
9661         etc, rather than \bf.
9662         (cal-tex-mini-calendar): Fix typos in previous change.
9663         (cal-tex-latexify-list): Remove inner let binding.
9664         (cal-tex-end-document, cal-tex-banner): Use multi-line
9665         cal-tex-comment.
9666         (cal-tex-comment): Handle embedded newlines.
9667         (cal-tex-LaTeXify-string): Use substring-no-properties.
9669 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
9671         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9672         Add support for the Maden build tool.
9674 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
9676         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
9678 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9680         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
9682 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
9684         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
9685         C-x C-q.
9687         * vc-git.el (vc-git-print-log): Fix previous change.
9689 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * window.el (save-selected-window): Minor optimization.
9692         (bw-adjust-window): If operation failed, try with a smaller delta.
9693         (window-fixed-size-p): New function.
9694         (window-area-factor): New var.
9695         (balance-windows-area): New command.
9697         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
9698         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
9699         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
9700         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
9701         (ps-mule-begin-job): Use dolist.
9703 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
9705         * subr.el (start-file-process-shell-command)
9706         (process-file-shell-command): New defuns.
9708         * progmodes/compile.el (compilation-start):
9709         Apply `start-file-process-shell-command'.
9711 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
9713         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
9715 2007-07-24  Alan Mackenzie  <acm@muc.de>
9717         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9718         Initialise byte-compile-unresolved-functions before rather than
9719         after a compilation.
9720         (byte-compile-unresolved-functions): Amplify doc string.
9722 2007-07-24  Glenn Morris  <rgm@gnu.org>
9724         * startup.el (normal-splash-screen): Use `emacs-copyright'.
9726         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9727         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9728         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9729         (cal-tex-cursor-week, cal-tex-cursor-week2)
9730         (cal-tex-cursor-week-iso, cal-tex-week-hours)
9731         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9732         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9733         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9735         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
9736         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
9737         (cal-tex-day-name-format, cal-tex-cal-one-month)
9738         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
9739         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
9740         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
9741         (cal-tex-list-holidays, cal-tex-cursor-year)
9742         (cal-tex-cursor-year-landscape, cal-tex-year)
9743         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
9744         (cal-tex-cursor-month, cal-tex-insert-days)
9745         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9746         (cal-tex-first-blank-p, cal-tex-cursor-week)
9747         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9748         (cal-tex-week-hours, cal-tex-cursor-week-monday)
9749         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
9750         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9751         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
9752         (cal-tex-latexify-list, cal-tex-previous-month)
9753         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
9754         modernization, including using dotimes rather than
9755         calendar-for-loop.
9756         (cal-tex-LaTeX-subst-list): Remove `@'.
9757         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
9758         Use \textit and \textbf rather than \em and \it.
9760         * calendar/cal-bahai.el (list-bahai-diary-entries)
9761         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
9762         * calendar/cal-islam.el (list-islamic-diary-entries)
9763         * calendar/calendar.el (generate-calendar, generate-calendar-month)
9764         * calendar/diary-lib.el (diary-list-entries)
9765         (mark-calendar-date-pattern): Use `dotimes' rather than
9766         `calendar-for-loop'.
9768         * calendar/calendar.el (calendar-for-loop): Doc fix.
9770 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9772         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
9773         underlying file is uptodate.
9775 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
9777         * replace.el (perform-replace): Use isearch-no-upper-case-p.
9779 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9781         * vc-hooks.el (vc-mode-line-map): New const.
9782         (vc-mode-line): Use it.
9784 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
9786         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
9787         (vc-git-unregister): New functions.
9788         (vc-git-find-version): Use the result of ls-files as a parameter
9789         for cat-file.
9791 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
9793         * net/tramp.el (tramp-perl-file-attributes)
9794         (tramp-perl-directory-files-and-attributes)
9795         (tramp-handle-file-attributes-with-stat)
9796         (tramp-handle-directory-files-and-attributes-with-stat)
9797         (tramp-convert-file-attributes): Handle huge file sizes.
9799 2007-07-23  Juri Linkov  <juri@jurta.org>
9801         * isearch.el (isearch-message-function): New variable.
9802         (isearch-update, isearch-search): Use it.
9804         * simple.el (goto-history-element): New function created from
9805         next-history-element.
9806         (next-history-element): Most code moved to goto-history-element.
9807         Call goto-history-element with (- minibuffer-history-position n).
9808         (previous-history-element): Call goto-history-element with (+
9809         minibuffer-history-position n).
9810         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
9811         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
9812         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
9813         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
9814         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
9815         (minibuffer-history-isearch-pop-state): New functions.
9817 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
9819         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
9820         Also, if FILE is a list, return non-nil if any of its elements
9821         should stay local.  Update docstring.
9823 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
9826         change by reverting a small part.
9828 2007-07-23  Richard Stallman  <rms@gnu.org>
9830         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
9832 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9834         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
9835         handling it.  Use vc-git-command.
9836         (vc-git-find-version, vc-git-diff-tree): New functions.
9837         (vc-git-revert): Use vc-git-command.
9838         (vc-git--run-command): Delete.
9840 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
9842         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
9844 2007-07-20  Kenichi Handa  <handa@m17n.org>
9846         * international/utf-8.el (utf-8-post-read-conversion):
9847         Temporarily bind utf-8-compose-scripts to nil while running
9848         *-compose-region functions.
9850 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
9852         * vc-git.el: Update status.
9853         (vc-directory-exclusion-list): Use eval-after-load.
9855 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
9857         * bindings.el (mode-line-remote): New variable.
9858         (help-echo): Add to default values of mode-line-format.
9860         * files.el: Mark mode-line-remote as risky.
9862 2007-07-22  Juri Linkov  <juri@jurta.org>
9864         * isearch.el (isearch-edit-string): Save old point and
9865         isearch-other-end to old-point and old-other-end before reading
9866         the search string from minibuffer.  After exiting minibuffer set
9867         point to old-other-end if point and the search direction is the
9868         same as before reading the search string.
9869         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
9870         to isearch-other-end.  Instead of isearch-search-and-update call
9871         three functions isearch-search, isearch-push-state and isearch-update.
9873 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9875         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
9876         deal with multiple file arguments.
9877         (vc-git-print-log): Deal with multiple file arguments.
9879 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9881         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
9882         diff-refine-hunk.  Adjust users.
9883         (diff-unified-hunk-p, diff-splittable-p): New functions.
9884         (diff-mode-menu): Use it to disable Split when it doesn't work.
9886 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9888         * diff-mode.el (diff-mode-menu): New entries.
9890 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9892         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
9893         if applicable, so as to save undo-log space.
9895         * diff-mode.el (diff-find-file-name): Add arg `batch'.
9897         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
9898         (diff-file-kill): Use it.
9899         (diff-beginning-of-hunk): Add arg `try-harder' using it.
9900         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
9901         Use it so they find the hunk even when we're in the file header.
9903 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9905         * vc-git.el (vc-git-revision-granularity, vc-git-root)
9906         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
9907         (vc-git-create-repo): New functions.
9908         (vc-git-registered): New autoloaded function definition.
9909         (vc-git-registered): Use vc-git-root.
9910         (vc-git-responsible-p): New defalias.
9911         (vc-git-annotate-extract-revision-at-line): Uncomment.
9912         (vc-git-print-log): Add the file name to the log.
9913         (vc-git-log-view-mode): New derived mode.
9914         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
9916 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
9918         * progmodes/grep.el (grep-compute-defaults): Keep default values.
9920 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
9922         * textmodes/reftex.el (reftex-access-parse-file): Create parse
9923         file in a way that does not interfere with recentf mode.
9924         (reftex-access-parse-file): Do not risk destroying an existing
9925         buffer.
9927 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
9929         * vc-git.el: New file.
9931 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9933         * textmodes/tex-mode.el (tex-font-script-display): Change default.
9935 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9937         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
9938         for branches and new files.
9940         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
9941         local-map handling ...
9942         (vc-mode-line): ... here.  Improve handling of help-echo.
9944         * vc.el (mode-line-string): Document help-echo usage.
9946 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
9948         Sync with Tramp 2.1.10.
9950         * net/tramp.el (tramp-get-ls-command): Fix typo.
9952         * net/trampver.el: Update release number.
9954 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9956         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
9958         * term/x-win.el (x-handle-no-bitmap-icon): New function.
9960 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
9962         * add-log.el (change-log-fill-parenthesized-list): New function.
9963         (change-log-indent): Call change-log-fill-parenthesized-list.
9964         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
9965         Have lines with leading asterisk start a paragraph.
9967 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
9969         * calc/calc-math.el (math-emacs-precision)
9970         (math-largest-emacs-expt, math-smallest-emacs-expt):
9971         New variables.
9972         (math-use-emacs-fn): New function.
9973         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9974         appropriate.
9976 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9978         * image-dired.el (image-dired-sane-db-file): New func.
9979         (image-dired-write-tags, image-dired-remove-tag)
9980         (image-dired-list-tags, image-dired-write-comments)
9981         (image-dired-get-comment, image-dired-mark-tagged-files)
9982         (image-dired-create-gallery-lists): Call new func.
9983         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9985 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9987         * vc-hg.el (vc-hg-dir-state): Fix loop.
9988         (vc-hg-print-log): Fix expected return value for vc-hg-command.
9989         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9990         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9991         (vc-hg-revert): Likewise.
9992         (vc-hg-revision-table, vc-hg-revision-completion-table): New
9993         functions.
9995 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9997         * add-log.el (change-log-resolve-conflict): Don't lose data if the
9998         merge fails.
10000 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10002         * progmodes/compile.el (compilation-auto-jump-to-first-error):
10003         Add group and version.
10005 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10007         * add-log.el (add-log-file-name): Use file-relative-name.
10008         (add-change-log-entry): Delay reading
10009         add-log-(full-name|mailing-address) to after we've switched to the
10010         ChangeLog buffer so we get the right value.
10011         (add-change-log-entry, add-log-current-defun, change-log-merge):
10012         Use derived-mode-p rather than checking major-mode directly.
10014         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
10015         name for buffer-file-name if it refers to a directory.
10017         * vc-arch.el (vc-arch-diff): Fix last change.
10019         * progmodes/compile.el (compilation-start): Remember the original
10020         directory in a buffer-local compilation-directory.
10021         (compile): Set the global value of compilation-directory.
10022         (recompile): Use compilation-directory even in the compilation buffer.
10024 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10026         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
10028 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10030         * ps-print.el: Problem with foreground and background color when
10031         printing a buffer with and without faces.  Reported by Christian
10032         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10033         (ps-print-version): New version 6.7.5.
10034         (ps-default-fg): Change default value to nil, so black color is used
10035         when a face does not specify a foreground color.
10036         (ps-default-bg): Change default value to nil, so white color is used
10037         for background color.
10038         (ps-begin-job): Fix code.
10040 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
10042         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
10043         in $(INSTALL_DIR)/lisp/ if they already exist.
10045 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
10047         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
10048         in $(INSTALL_DIR)/lisp/ if they already exist.
10050 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10052         * progmodes/vera-mode.el (vera-re-search-forward)
10053         (vera-re-search-backward): Remove use of store-match-data.
10054         (vera-mode-map): Move initialization into declaration.
10056         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
10057         (flymake-find-buildfile): Use locate-dominating-file.
10059         * vc.el (vc-delistify): Use mapconcat.
10060         (vc-do-command): Minor simplification.
10061         (vc-expand-dirs): Use push.
10063         * vc-mcvs.el (vc-mcvs-create-repo):
10064         * vc-cvs.el (vc-cvs-create-repo): Remove.
10066         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
10067         directory and the root as well.
10069 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10071         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
10072         instead of a file.
10074         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
10075         (vc-hg-registered): Replace if with when.
10076         (vc-hg-state): Deal with nonexistent files and handle removed files.
10077         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
10078         (vc-hg-checkout): Re-enable.
10079         (vc-hg-create-repo): Fix typos.
10080         (vc-hg-print-log): Fix for multiple files.
10081         (vc-hg-workfile-unchanged-p): New function.
10083         * vc.el: Fix typo.
10084         (vc-print-log): Fix call to print-log.
10085         (vc-default-comment-history): Likewise.
10086         (vc-directory-exclusion-list): Add .hg and .bzr.
10087         (vc-diff-internal): Pass a list instead of a file.
10089         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
10091         * vc-bzr.el (vc-bzr-create-repo): New function.
10093 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10095         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
10096         `file' from which to start the search.
10098 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
10100         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
10101         having a single file argument to having a list of files as the
10102         first argument.
10104 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10106         * files.el (locate-dominating-file): New function.
10108 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
10110         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
10111         (grep-compute-defaults): Use it.
10113 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10115         * uniquify.el: Docstring fixes.
10117 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
10119         * vc.el (revision-granularity, create-repo): Document new vc
10120         backend properties.
10121         (vc-rollback): Renamed from vc-cancel-version.  Update references.
10122         Pass a list instead of a file.
10123         (vc-revert): Renamed from vc-revert-buffer.  Update references.
10124         (vc-delistify, vc-expand-dirs): New functions.
10125         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
10126         of files instead of a single file.
10127         (vc-position-context, vc-resync-window, vc-diff-internal)
10128         (vc-print-log): Pass a list instead of a file.
10130         * vc-hooks.el (vc-stay-local-p, vc-backend)
10131         (vc-backend-subdirectory-name): Work on a file list, not a single
10132         file.
10133         (vc-workfile-version): Update docstring.
10134         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
10135         vc-revert instead of vc-revert-buffer.
10136         (vc-prefix-map): Likewise.  Bind vc-update.
10138         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
10139         (vc-svn-wash-log): New functions.
10140         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
10141         (vc-svn-command): Deal with a list of files, not a single file.
10143         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
10144         (vc-rcs-wash-log): New functions.
10145         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
10146         Deal with a list of files, not a single file.
10147         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
10149         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
10150         functions.
10151         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
10152         list of files, not a single file.
10154         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
10155         New functions.
10156         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
10157         (vc-mcvs-diff): Deal with a list of files, not a single file.
10159         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
10160         functions.
10161         (vc-hg-print-log): Deal with a list of files, not a single file.
10162         (vc-hg-diff-tree): New function, replace defalias with the same
10163         name.
10164         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
10165         FILES to denote that it is a file list, not a single file.
10167         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
10168         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
10169         a single file.
10170         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
10171         that it is a file list, not a single file.
10172         (vc-cvs-diff): Likewise.  Simplify.
10174         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
10175         Deal with a list of files, not a single file.
10177         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
10178         (vc-bzr-print-log): Update FILE parameter name to denote that it
10179         is a file list, not a single file.
10180         (vc-bzr-diff): Likewise.  Use the car of files.
10182 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
10184         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
10185         (follow-delete-other-windows-and-split, follow-recenter)
10186         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
10187         (follow-redisplay, follow-estimate-first-window-start)
10188         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
10189         Fix typos in docstrings.
10191 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
10193         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
10194         avoid that filling introduces lines with a single asterisk.
10196         * kmacro.el (kmacro-end-macro): When ignoring empty macro
10197         avoid incorrect kmacro-ring-empty-p messages.
10198         Reported by Michael Schierl <schierlm@gmx.de>.
10200 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
10202         * vc.el: Add more info about the vc-registered function.
10204 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
10206         * files.el (file-remote-p): Introduce optional parameter
10207         IDENTIFICATION.
10209         * recentf.el (recentf-keep-default-predicate): Adapt call of
10210         `file-remote-p'.
10212         * progmodes/grep.el (grep-probe): Use `process-file'.
10213         (grep-compute-defaults): Handle variables host specific.
10215         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
10216         parameter IDENTIFICATION.
10218         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
10219         parameter IDENTIFICATION.
10220         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
10221         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10222         Add entry for `set-file-times'.
10223         (tramp-do-copy-or-rename-file-via-buffer)
10224         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
10225         (tramp-handle-unhandled-file-name-directory): Rewrite.
10226         (tramp-convert-file-attributes): Add error handling when inode is
10227         extraordinary big.
10228         (tramp-get-inode): Change parameter from FILE to VEC.
10229         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
10230         is nil.  This is according to the specification.  Goto (point-max)
10231         when ready.
10232         (tramp-handle-shell-command): Rewrite completely, using
10233         `process-file' and `start-file-process'.
10234         (tramp-methods, tramp-find-shell)
10235         (tramp-open-connection-setup-interactive-shell)
10236         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
10237         var.  Reported by Steve Youngs <steve@sxemacs.org>.
10239         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
10240         entry for `set-file-times'.  Rename `start-process' into
10241         `start-file-process'.  Remove `call-process' entry.
10242         (tramp-fish-handle-set-file-times): New defun.
10243         (tramp-fish-handle-executable-find): Use `process-file'.
10244         (tramp-fish-handle-process-file): New defun.  Replaces
10245         `tramp-fish-handle-call-process'.
10246         (tramp-fish-do-copy-or-rename-file-directly): Use
10247         `set-file-times'.
10248         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
10250         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
10251         `tramp-get-inode' parameter.
10253 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10255         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
10256         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
10257         nowadays, and by the time Emacs-23 comes out, nobody will even remember
10258         it has ever existed.
10260 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
10262         * vc.el: Undo previous change.
10264 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
10266         * makefile.w32-in (clean): Don't delete *~.
10268 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10270         * textmodes/tex-mode.el (tex-verbatim-environments):
10271         Add safe-local-variable property.
10272         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
10273         when starting font-lock rather than when loading tex-mode.el.
10275         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
10276         whole $( rather than just the $.  Rename from sh-quoted-subshell.
10277         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
10279 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
10281         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
10282         bookmark-alist.  Instead, if not sorting, simply return it.
10283         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
10284         for its return value, not for its side effect.
10286         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
10287         case of alignment under a constant symbol, find and consider
10288         the sexp actually at indentation to be the "last sexp".
10290 2007-07-16  Drew Adams  <drew.adams@oracle.com>
10292         * mouse.el (mouse-yank-secondary): Better error message if no
10293         secondary selection.
10295 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10297         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
10299         * term/xterm.el (xterm-turn-on-modify-other-keys)
10300         (xterm-turn-off-modify-other-keys): New functions.
10301         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
10302         terminal supports it.
10304 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
10306         * bookmark.el (bookmark-show-all-annotations):
10307         Make sure each inserted annotation ends with newline.
10309 2007-07-15  Richard Stallman  <rms@gnu.org>
10311         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
10313         * tutorial.el (tutorial--find-changed-keys):
10314         Handle C-x specially like ESC.
10316 2007-07-15  Aaron Hawley  <aaronh@garden.org>
10318         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
10320 2007-07-15  Juri Linkov  <juri@jurta.org>
10322         * delsel.el (delete-selection-pre-hook):
10323         * emulation/cua-base.el (cua-paste): Before a yank command,
10324         check also whether last-command is one of mouse-save-then-kill,
10325         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
10327 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
10329         * recentf.el (recentf-keep-default-predicate): New defun.
10330         (recentf-keep): Use it as initial value.
10332 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
10334         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
10335         thus restoring bookmark bindings to three slots under C-x r.  See
10336         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
10338 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
10340         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
10342 2007-07-15  Jason Rumney  <jasonr@gnu.org>
10344         * w32-fns.el (set-default-process-coding-system): Use dos line ends
10345         for input to cmdproxy on all versions of Windows.
10346         Use dos line ends for input to plink.
10348         * comint.el (comint-simple-send): Concat newline before sending.
10349         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
10351 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10353         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
10354         safe-local-variable setting.
10356 2007-07-14  David Kastrup  <dak@gnu.org>
10358         * emacs-lisp/advice.el (defadvice): Doc fix.
10360 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
10362         * subr.el (when, unless): Doc fix.
10364 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
10366         * replace.el (match): Use yellow1 instead of yellow.
10368         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
10369         red.
10371         * pcvs-info.el (cvs-unknown): Likewise.
10373 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
10375         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
10376         (install): Use them to copy all *.el files before *.elc.
10378 2007-07-13  Drew Adams  <drew.adams@oracle.com>
10380         * bookmark.el (bookmark-jump-other-window): New function.
10381         (bookmark-map): Bind it to "o".
10383         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
10384         and its thread contains discussion about this change.
10385         The original patch was slightly tweaked by Karl Fogel
10386         <kfogel@red-bean.com> before committing.
10388 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
10390         * bookmark.el: Shorten some comments to fit within 80 lines.
10392 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
10394         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
10395         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
10396         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
10397         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
10399 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
10401         * textmodes/org.el: Bug fixes.
10402         (org-end-of-line): Move to end of line if in headline without tags.
10404 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10406         * vc-hooks.el: Remove spurious * in docstrings.
10407         (vc-handled-backends): Add BZR.
10409         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
10411 2007-07-12  Davis Herring  <herring@lanl.gov>
10413         * desktop.el (desktop-buffer-info, desktop-save):
10414         Use `desktop-dirname' instead of `dirname'.
10416 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
10418         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
10420         * progmodes/python.el (python-which-func-length-limit): New var.
10421         (python-which-func): New function.
10422         (python-current-defun): Add optional `length-limit' and try to fit
10423         computed function name to that length.
10424         (python-mode): Hook `python-which-func' up.
10426 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
10428         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
10430         * comint.el (comint-dynamic-complete-as-filename):
10431         Use read-file-name-completion-ignore-case.
10433 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10435         * comint.el (comint-dynamic-list-filename-completions):
10436         Use read-file-name-completion-ignore-case.
10438         * vc-cvs.el: Require CL.
10439         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
10440         New functions to provide completion of revision names.
10442         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
10443         (vc-cvs-annotate-first-line-re): New const.
10444         (vc-cvs-annotate-process-filter): New fun.
10445         (vc-cvs-annotate-command): Use them and run the command asynchronously.
10447 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
10449         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
10450         (eldoc-print-current-symbol-info): Adjust for changed helper
10451         function signatures.
10452         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
10453         `eldoc-highlight-function-argument'.
10454         (eldoc-highlight-function-argument): New function.
10455         (eldoc-get-var-docstring): Format documentation with
10456         `font-lock-variable-name-face'.
10457         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
10458         where suited.
10459         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
10460         (eldoc-beginning-of-sexp): Return number of skipped sexps.
10462 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
10464         * progmodes/compile.el (compilation-start): `start-process' must
10465         still be redefined when calling `start-process-shell-command'.
10467         * progmodes/gud.el (gud-file-name): When `default-directory' is a
10468         remote file name, prepend its remote part to the filename.
10469         (gud-common-init): When `default-directory' is a remote file name,
10470         make the filename relative to it.
10471         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
10473 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
10475         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
10476         mouse binding and a tooltip.
10478 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10480         * menu-bar.el (vc-menu-map): New defalias.
10482 2007-07-10  Richard Stallman  <rms@gnu.org>
10484         * emacs-lisp/lisp-mode.el (eval-defun):
10485         Explain special handling of `defface'.
10487 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
10489         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
10491         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
10493 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10495         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
10497         * vc-arch.el (vc-arch-complete): Remove.
10498         (vc-arch-revision-completion-table): Use complete-with-action.
10500         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
10501         (complete-with-action): New function.
10502         (dynamic-completion-table): Use it.
10504 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
10506         * comint.el (make-comint, make-comint-in-buffer)
10507         (comint-exec-1): Replace `start-process' by `start-file-process'.
10509         * progmodes/compile.el (compilation-start): Revert redefining
10510         `start-process'.
10512 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10514         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
10515         with EOLs when generating MD5 checksums.
10517         * follow.el: Don't change the global map from the follow-mode-map
10518         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
10519         XEmacs code.
10520         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
10521         since `follow-mode' should be used instead for that.
10523         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
10524         (easy-menu-do-define): Use it.
10525         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
10527         * progmodes/compile.el (compilation-auto-jump-to-first-error)
10528         (compilation-auto-jump-to-next): New vars.
10529         (compilation-auto-jump): New function.
10530         (compilation-error-properties): Use them to jump to first error.
10531         (compilation-start): Set the var if requested.
10533         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
10534         duplicates without also removing entries from other directories.
10536 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
10538         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
10539         Remember span as default.
10540         (org-columns-edit-value): Rename from `org-column-edit'.
10541         (org-columns-display-here-title): Rename from
10542         `org-overlay-columns-title'.
10543         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
10544         (org-columns-get-autowidth-alist): Rename from
10545         `org-get-columns-autowidth-alist'.
10546         (org-columns-display-here): Rename from `org-overlay-columns'.
10547         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
10548         (org-columns-quit): Rename from `org-column-quit'.
10549         (org-columns-show-value): Rename from `org-column-show-value'.
10550         (org-columns-content, org-columns-widen)
10551         (org-columns-next-allowed-value)
10552         (org-columns-edit-allowed, org-columns-store-format)
10553         (org-columns-uncompile-format, org-columns-redo)
10554         (org-columns-edit-attributes, org-delete-property)
10555         (org-set-property, org-columns-update)
10556         (org-columns-compute, org-columns-eval)
10557         (org-columns-not-in-agenda, org-columns-compute-all)
10558         (org-property-next-allowed-value)
10559         (org-columns-compile-format)
10560         (org-fill-paragraph-experimental)
10561         (org-string-to-number, org-property-action)
10562         (org-columns-move-left, org-columns-new)
10563         (org-column-number-to-string)
10564         (org-property-previous-allowed-value)
10565         (org-at-property-p, org-columns-delete)
10566         (org-columns-previous-allowed-value)
10567         (org-columns-move-right, org-columns-narrow)
10568         (org-property-get-allowed-values)
10569         (org-verify-version, org-column-string-to-number)
10570         (org-delete-property-globally): New functions.
10571         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
10572         (org-columns-overlays): Rename from `org-column-overlays'.
10573         (org-columns-map): Rename from `org-column-map'.
10574         (org-columns-current-maxwidths): Rename from
10575         `org-current-columns-maxwidths'.
10576         (org-columns-begin-marker, org-columns-current-fmt-compiled)
10577         (org-previous-header-line-format)
10578         (org-columns-inhibit-recalculation)
10579         (org-columns-top-level-marker): New variables.
10580         (org-columns-default-format): Rename from `org-default-columns-format'.
10581         (org-property-re): New constant.
10583 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
10585         * subr.el (looking-at-p, string-match-p): New functions.
10587 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
10589         * textmodes/tex-mode.el (tex-fontify-script)
10590         (tex-font-script-display): New variables to make display of
10591         superscripts and subscripts customizable.
10592         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
10594 2007-07-09  Richard Stallman  <rms@gnu.org>
10596         * isearch.el (isearch-edit-string): Call to isearch-push-state
10597         after the search.
10599 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10601         * window.el (fit-window-to-buffer): Remove setting of window-min-height
10602         to 1 as enlarge-window uses the value to resize/shrink windows other
10603         than WINDOW if needed.
10605 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10607         * cus-start.el (file-coding-system-alist): Fix custom type.
10609 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
10611         * longlines.el (longlines-wrap-region): Avoid marking buffer as
10612         modified.
10613         (longlines-auto-wrap, longlines-window-change-function):
10614         Remove unnecessary calls to set-buffer-modified-p.
10616 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10618         * cus-start.el (file-coding-system-alist): Fix custom type.
10620 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10622         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
10623         (vc-cvs-checkout): Remove last arg now unused; simplify.
10625 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
10627         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
10629         * net/tramp.el:
10630         * net/tramp-ftp.el:
10631         * net/tramp-smb.el:
10632         * net/tramp-uu.el:
10633         * net/trampver.el: Migrate to Tramp 2.1.
10635         * net/tramp-cache.el:
10636         * net/tramp-fish.el:
10637         * net/tramp-gw.el: New Tramp packages.
10639         * net/tramp-util.el:
10640         * net/tramp-vc.el: Removed.
10642         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
10643         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
10645         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
10647         * progmodes/compile.el (compilation-start): Redefine
10648         `start-process' temporarily when `default-directory' is remote.
10649         Remove case of synchronous compilation, this won't happen ever.
10650         (compilation-setup): Make local variable `comint-file-name-prefix'
10651         for remote compilation.
10653 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
10655         * novice.el (disabled-command-function): Fit window to buffer to
10656         make last line visible.
10657         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10659         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
10660         when handling the terminating event.
10662 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
10664         * calc/calc.el (math-read-number-simple): Remove leading 0s.
10665         (math-bignum-digit-length): Change to optimal value.
10667         * calc/calc-bin.el (math-bignum-logb-digit-size)
10668         (math-bignum-digit-power-of-two): Evaluate when compiled.
10670         * calc/calc-comb.el (math-small-factorial-table)
10671         (math-init-random-base, math-prime-test): Remove unnecessary calls
10672         to `math-read-number-simple'.
10674         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
10675         (math-approx-gamma-const): Add docstrings.
10677         * calc/calc-forms.el (math-julian-date-beginning)
10678         (math-julian-date-beginning-int): New constants.
10679         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
10680         Use the new constants.
10682         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
10684         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10685         Add docstrings.
10687 2007-07-07  Tom Tromey  <tromey@redhat.com>
10689         * vc.el (vc-annotate): Jump to line and output message only after the
10690         process is really all done.
10692 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10694         * vc.el (vc-exec-after): Don't move point from the sentinel.
10695         Forcefully read all the remaining text in the pipe upon process exit.
10696         (vc-annotate-display-autoscale, vc-annotate-lines):
10697         Don't stop at the first unrecognized line.
10698         (vc-annotate-display-select): Run autoscale after the process is done
10699         since it depends on the whole result.
10701 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
10703         * term/w32-win.el (menu-bar-open): New function.
10704         Bind <f10> to it.
10706 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
10708         * simple.el (start-file-process): New defun.
10710 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10712         * files.el (find-file-confirm-nonexistent-file): Rename from
10713         find-file-confirm-inexistent-file.  Update users.
10715         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
10716         format of autoload block where the file's time-stamp is replaced by its
10717         MD5 checksum.
10718         (autoload-generate-file-autoloads): Use MD5 checksum instead of
10719         time-stamp for secondary autoloads files.
10720         (update-directory-autoloads): Remove duplicate entries.
10721         Use time-less-p for time-stamps, as done in autoload-find-destination.
10723 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
10725         * calc/calc.el (math-read-number): Replace number by variable.
10726         (math-read-number-simple): Properly parse small integers.
10728 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
10730         * vc.el: Fix doc for the checkout function.
10732 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
10734         * vc-hg.el (vc-hg-root): New function.
10735         (vc-hg-registered): Use it.
10736         (vc-hg-diff-tree): New defalias.
10737         (vc-hg-responsible-p): Likewise.
10738         (vc-hg-checkout): Comment out, not needed.
10739         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
10740         (vc-hg-find-version, vc-hg-next-version): New functions.
10742 2007-07-06  Andreas Schwab  <schwab@suse.de>
10744         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
10745         dynamic bindings around the evaluation of the expression.
10746         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
10748 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10750         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
10751         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
10752         Use run-hooks rather than run-mode-hooks.
10754 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
10756         * calc/calc-comb.el (math-random-digit): Rename to
10757         `math-random-three-digit-number'.
10758         (math-random-digits): Don't depend on representation of integer.
10760         * calc/calc-bin.el (math-bignum-logb-digit-size)
10761         (math-bignum-digit-power-of-two): New constants.
10762         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
10763         (math-not-bignum, math-clip-bignum): Use the constants
10764         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
10765         instead of their values.
10766         (math-clip): Use math-small-integer-size instead of its value.
10768         * calc/calc.el (math-add-bignum): Replace number by constant.
10770 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
10772         * wid-edit.el (widget-documentation-string-value-create):
10773         Insert indentation spaces.
10775 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
10777         * emacs-lisp/byte-opt.el: Revert last change.
10779 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
10781         * vc-hooks.el (vc-handled-backends): Add HG.
10783         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
10785 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10787         * complete.el (PC-do-complete-and-exit): Add support for the new
10788         `confirm-only' confirmation mode.
10790 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
10792         * cus-edit.el (custom-commands): New variable.
10793         (custom-tool-bar-map): New variable.  Initialize using
10794         `custom-commands'.
10795         (custom-mode): Use `custom-tool-bar-map'.
10796         (custom-buffer-create-internal): Insert action buttons only if
10797         tool bar is not used.  Use `custom-commands'.
10798         (Custom-help, custom-command-apply): New function.
10799         (custom-command-apply, Custom-set, Custom-save)
10800         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
10801         Use `custom-command-apply' instead of duplicating code.
10802         (customize-group-other-window): Call `customize-group' instead of
10803         duplicating code.
10804         (customize-face-other-window): Call `customize-face' instead of
10805         duplicating code.
10806         (customize-group, customize-face): Add optional args for opening
10807         in another window.
10808         (custom-variable-tag): Don't inherit `variable-pitch' face.
10809         (custom-group-tag): Inherit `variable-pitch' face.
10810         (custom-variable-value-create): Set documentation indentation.
10811         (custom-group-value-create): Make group name a link, instead of
10812         using an extra "go to group" button.
10813         (custom-prompt-variable, custom-group-set, custom-group-save)
10814         (custom-group-reset-current, custom-group-reset-saved)
10815         (custom-group-reset-standard): Minor cleanup.
10817 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
10819         * Makefile.in (bootstrap-prepare): When copying from
10820         ldefs-boot.el, make sure loaddefs.el is writeable.
10822         (bootstrap-prepare): Make $(lisp)/ps-print.el
10823         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
10825 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
10827         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
10828         only caller, and delete.
10829         (vc-hg-state): Deal with exceptions and only parse the output on
10830         successful return.
10831         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
10832         caller, and delete.
10833         (vc-hg-workfile-version): Deal with exceptions and only parse the
10834         output on successful return.
10835         (vc-hg-revert): New function.
10837 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
10839         * calculator.el (calculator-expt): Use more cases to determine
10840         the value.
10842 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
10844         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
10845         file names.
10847 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10849         * calculator.el (calculator-expt, calculator-integer-p):
10850         New functions.
10851         (calculator-fact): Check to see if the factorial will be too
10852         large before computing it.
10853         (calculator-initial-operators): Use `calculator-expt' to
10854         compute "^".
10855         (calculator-mode): Mention that results which are too large
10856         will return inf.
10857         * calc/calc-comb.el (math-small-factorial-table): Replace list
10858         by vector.
10860 2007-07-03  David Kastrup  <dak@gnu.org>
10862         * shell.el: On request of the authors, remove their addresses for
10863         the sake of bug reports, and add the developer list address as
10864         maintainer information.
10866 2007-07-03  Richard Stallman  <rms@gnu.org>
10868         * files.el (make-directory): Doc fix.
10869         (find-file-confirm-inexistent-file): Make it a defcustom.
10870         Make nil the default.
10872 2007-07-02  Richard Stallman  <rms@gnu.org>
10874         * startup.el (command-line): Set buffer-offer-save in *scratch*
10875         and enable auto-save in it.
10877 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
10879         * textmodes/org.el (orgstruct-mode-map): New variable.
10880         (orgstruct-mode): New minor mode.
10881         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
10882         (orgstruct-make-binding, org-context-p, org-get-local-variables)
10883         (org-run-like-in-org-mode): New functions.
10884         (org-cycle-list-bullet): New command.
10885         (org-special-properties, org-property-start-re)
10886         (org-property-end-re): New constants.
10887         (org-with-point-at): New macro.
10888         (org-get-property-block, org-entry-properties, org-entry-get)
10889         (org-entry-delete, org-entry-get-with-inheritance)
10890         (org-entry-put, org-buffer-property-keys): New functions.
10891         (org-insert-property-drawer): New command.
10892         (org-entry-property-inherited-from): New variable.
10893         (org-column): New face.
10894         (org-column-overlays, org-current-columns-fmt)
10895         (org-current-columns-maxwidths, org-column-map): New variables.
10896         (org-column-menu): New menu.
10897         (org-new-column-overlay, org-overlay-columns)
10898         (org-overlay-columns-title, org-remove-column-overlays)
10899         (org-column-show-value, org-column-quit, org-column-edit):
10900         New functions.
10901         (org-columns, org-agenda-columns): New commands.
10902         (org-get-columns-autowidth-alist): New functions.
10903         (org-properties): New customize group.
10904         (org-default-columns-format): New option.
10905         (org-priority): Realign tags after changing priority.
10906         (org-preserve-lc): New macro.
10907         (org-update-checkbox-count): Catch case when there is no headline.
10908         (org-agenda-quit): Remove any column overlays.
10909         (org-beginning-of-item-list): Fixed bug when non-item line is
10910         indented too deep.
10911         (org-cached-props): New variable.
10912         (org-cached-entry-get): New function.
10913         (org-make-tags-matcher): Handle property matches.
10914         (org-table-recalculate): Swap evaluation order: Field formula
10915         first, then column formulas, but don't allow them to overwrite the
10916         field formulas.
10917         (org-table-eval-formula): New argument untouchable.
10918         (org-table-put-field-property): New function.
10920 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
10922         * help-mode.el (help-make-xrefs): Skip spaces too when
10923         skipping tabs.
10925         * ffap.el (dired-at-point-prompter): Improve prompt in
10926         list-directory case.
10928 2007-07-01  Richard Stallman  <rms@gnu.org>
10930         * files.el (find-file-visit-truename): Fix safe-local-variable value.
10932 2007-07-01  Richard Stallman  <rms@gnu.org>
10934         * cus-start.el (max-mini-window-height): Added.
10936 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
10938         * complete.el (partial-completion-mode): Remove advice of
10939         read-file-name-internal.
10940         (PC-do-completion): Rebind minibuffer-completion-table.
10941         (PC-read-file-name-internal): New function doing what
10942         read-file-name-internal advice did.
10944 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
10946         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
10947         property on a few symbols.
10948         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
10949         (byte-optimize-lapcode): Remove bindings that are not referenced
10950         and certainly will not effect through dynamic scoping.
10952 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * files.el (find-file-confirm-inexistent-file): New var.
10955         (find-file, find-file-other-window, find-file-other-frame)
10956         (find-file-read-only, find-file-read-only-other-window)
10957         (find-file-read-only-other-frame): Use it.
10959 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10961         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
10963 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
10965         * generic-x.el (generic-define-mswindows-modes)
10966         (generic-define-unix-modes, apache-log-generic-mode)
10967         (bat-generic-mode-keymap, java-manifest-generic-mode)
10968         (show-tabs-generic-mode): Fix typos in docstrings.
10970 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
10972         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10973         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10974         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10975         (rcirc-print): Never ignore messages from ourself.
10977 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10979         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10980         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
10982 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10984         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10985         replace-regexp-in-string.
10987 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10989         * emacs-lisp/cl.el: Set edebug and indentation before loading
10990         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10992 2007-06-28  Andreas Schwab  <schwab@suse.de>
10994         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10995         $(lisp)/subdirs.el.
10997 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
10999         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
11000         the speedbar frame if nil; that deletes the current frame or
11001         causes an error if it is the only frame.
11002         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
11004 2007-06-28  Kevin Ryde  <user42@zip.com.au>
11006         * textmodes/nroff-mode.el: Groff \# comments.
11007         (nroff-mode-syntax-table): \# comment intro,
11008         plain # as punct per global table.
11009         (nroff-font-lock-keywords): Add # as a single char escape.
11010         (nroff-mode): In comment-start-skip, match \#.
11012 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11014         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
11015         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
11016         point-min == 1.
11018 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
11020         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
11021         Rename and move to...
11023         * subr.el (strings->string, string->strings): ...here.
11025         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
11026         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
11028         * progmodes/gud.el (gud-common-init): Call string->strings instead
11029         of split-string.
11031 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
11033         * dired-aux.el: Remove `dired-call-process'.
11034         (dired-check-process): Call `process-file'.
11036         * wdired.el (wdired-do-perm-changes): Call `process-file'.
11038         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
11039         `ange-ftp-process-file'.
11041 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11043         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
11045         * emacs-lisp/cl-extra.el:
11046         * emacs-lisp/cl-seq.el:
11047         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
11048         Add autoload cookies on all defs autoloaded manually in cl.el.
11050         * emacs-lisp/cl-loaddefs.el: New file.
11052         * textmodes/texinfmt.el (texinfo-raisesections-alist)
11053         (texinfo-lowersections-alist): Merge definition and declaration.
11054         (texinfo-start-of-header, texinfo-end-of-header): Remove.
11055         (texinfo-format-syntax-table): Merge init into declaration.
11056         (texinfo-format-parse-line-args, texinfo-format-parse-args)
11057         (texinfo-format-parse-defun-args, texinfo-format-node)
11058         (texinfo-push-stack, texinfo-multitable-widths)
11059         (texinfo-define-info-enclosure, texinfo-alias)
11060         (texinfo-format-defindex, batch-texinfo-format): Use push.
11061         (texinfo-footnote-number): Remove duplicate declaration.
11063         * ps-print.el: Update with auto-generated autoloads.
11065         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
11067 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11069         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
11070         relative to current dir for file-local settings.
11071         (autoload-generate-file-autoloads): Add `outfile' arg.
11072         (update-directory-autoloads): Use it to directly call
11073         autoload-generate-file-autoloads instead of going through
11074         update-file-autoloads so we avoid redundant searches and so we can know
11075         the set of buffers changed so we can save them all.
11077         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
11078         rather than throwing `up-to-date'.
11079         (autoload-generate-file-autoloads): Adjust correspondingly.
11080         (update-file-autoloads): Be careful to let-bind
11081         autoload-modified-buffers and adjust to new calling conventions.
11082         (autoload-modified-buffers): Make it a dynamically scoped var.
11083         (update-directory-autoloads): Use file-relative-name instead of
11084         autoload-trim-file-name.
11085         (autoload-insert-section-header): Don't use autoload-trim-file-name
11086         since the file is already relative now.
11087         (autoload-trim-file-name): Remove.
11089         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
11090         (vc-arch-complete, vc-arch--version-completion-table)
11091         (vc-arch-revision-completion-table): New functions to provide
11092         completion of revision names.
11093         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
11094         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
11095         to let the user trim the revlib.
11097         * vc.el: Add new VC operation `revision-completion-table'.
11098         (vc-default-revision-completion-table): New function.
11099         (vc-version-diff, vc-version-other-window): Use it to provide
11100         completion of revision names if the backend provides it.
11102         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
11104         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
11105         of newer .svn/entries.
11107 2007-06-25  David Kastrup  <dak@gnu.org>
11109         * calc/calc-poly.el (math-padded-polynomial)
11110         (math-partial-fractions): Add some function comments.
11112 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11114         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11115         Make `outbuf' optional.
11116         (update-file-autoloads): Use it.
11118 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11120         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
11121         (autoload-find-destination): Keep it uptodate.
11122         (autoload-save-buffers): New fun.
11123         (update-file-autoloads): Use it.  Re-add the "up to date" message.
11125         * emacs-lisp/autoload.el: Refactor for upcoming changes.
11126         (autoload-find-destination): New function extracted from
11127         update-file-autoloads.
11128         (update-file-autoloads): Use it.
11129         (autoload-generate-file-autoloads): New function extracted from
11130         generate-file-autoloads.  Use file-relative-name.  Delay computation of
11131         output-start to the first cookie.  Remove done-any, replaced by
11132         output-start.
11133         (generate-file-autoloads): Use it.
11135 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
11137         * calc/calc-comb.el (math-init-random-base, math-prime-test):
11138         Use math-read-number-simple to insert constants.
11139         (math-prime-test): Redo calculation of sum.
11141         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
11143         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
11144         math-scale-bignum-3.
11145         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
11146         math-bignum-digit-size.
11147         (math-isqrt-small): Add another possible initial guess.
11149 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11151         * textmodes/bibtex.el (bibtex-entry-format): New options
11152         `whitespace', `braces', and `string'.
11153         (bibtex-field-braces-alist, bibtex-field-strings-alist)
11154         (bibtex-field-braces-opt, bibtex-field-strings-opt)
11155         (bibtex-cite-matcher-alist): New variables.
11156         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
11157         (bibtex-flash-head): Use blink-matching-delay.
11158         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
11159         (bibtex-format-entry, bibtex-reformat): Handle new options of
11160         bibtex-entry-format.
11161         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
11162         New functions.
11163         (bibtex-complete-internal): Do not display messages while
11164         minibuffer is used.  Do not leave around a completions buffer
11165         that is out of date.
11166         (bibtex-copy-summary-as-kill): New optional arg.
11167         (bibtex-font-lock-url): New optional arg no-button.
11168         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
11169         (bibtex-url): Allow multiple URLs per entry.
11171 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11173         * emacs-lisp/autoload.el (autoload-generated-file): New function.
11174         (update-file-autoloads, update-directory-autoloads): Use it.
11175         (autoload-file-load-name): New function.
11176         (generate-file-autoloads, update-file-autoloads): Use it.
11177         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
11178         (generate-file-autoloads): If the autoloaded form is malformed,
11179         indicate the problem with a warning instead of aborting.
11181 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
11183         * simple.el (next-error-recenter): Accept `(4)' as well;
11184         also, specify `integer' instead of `number'.
11186 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
11188         * ls-lisp.el (insert-directory): If an invalid regexp error is
11189         thrown, try using FILE as a literal file name, not a wildcard.
11191 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
11193         * ruler-mode.el (ruler-mode): Prevent clobbering the original
11194         `header-line-format' when reentering ruler mode.
11196 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
11198         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
11199         FILE exists as a file.
11201 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
11203         * calc/calc.el (math-bignum-digit-length)
11204         (math-bignum-digit-size, math-small-integer-size):
11205         New constants.
11206         (math-normalize, math-bignum-big, math-make-float)
11207         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
11208         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
11209         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
11210         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
11211         (math-quotient, math-div-bignum, math-div-bignum-digit)
11212         (math-div-bignum-part, math-format-bignum-decimal)
11213         (math-read-bignum): Use math-bignum-digit-length,
11214         math-bignum-digit-size and math-small-integer-size.
11216         * calc/calc-ext.el (math-fixnum-big): Use the variable
11217         math-bignum-digit-size.
11219 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11221         * log-view.el (log-view-mode-menu): New menu.
11223 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11225         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
11226         differently.
11228         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
11229         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
11231 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
11233         * vc-hg.el (vc-hg-print-log): Insert the file name.
11234         (vc-hg-log-view-mode): Fontify the file name.
11236 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
11238         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
11239         (calcFunc-julian): Fix incorrect number used in calculations.
11241 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
11243         * simple.el (next-error-recenter): New defcustom.
11244         (next-error, next-error-internal): Recenter if specified,
11245         immediately prior to running `next-error-hook'.
11247         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
11248         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
11250         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
11252 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
11254         * calc/calc-comb.el (math-small-factorial-table): New variable.
11255         (calcFunc-fact): Use `math-small-factorial-table'.
11257         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
11258         initial values.
11259         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
11260         New variables to use in caches.
11262         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
11263         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
11265         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
11266         (math-bernoulli-b-cache): Use math-read-number-simple to insert
11267         bignums.
11269         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11270         New variables to use in caches.
11272 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
11274         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
11276         * vc-hg.el (vc-hg-log-view-mode): New mode.
11278 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
11280         * calc/calc.el (math-read-number-simple): New function.
11282 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11284         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
11285         (vera-font-lock-match-item): Fix doc string.
11286         (vera-in-comment-p): Remove unused function.
11287         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
11288         use `syntax-ppss'.
11289         (vera-forward-syntactic-ws): Fix argument order.
11290         (vera-prepare-search): Use `with-syntax-table'.
11291         (vera-indent-line): Fix doc string.
11292         (vera-electric-tab): Fix doc string.
11293         (vera-expand-abbrev): Define alias instead of using `fset'.
11294         (vera-comment-uncomment-region): Use `comment-start-skip'.
11296 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
11298         * textmodes/org.el (org-export-with-footnotes): New option.
11299         (org-export-as-html): Fix replacement bug for XEmacs.
11300         (org-agenda-default-appointment-duration): New option.
11302 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
11304         * vc-hg.el: Add to do items.
11305         (vc-hg-diff): Add support for comparing different revisions.
11306         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
11307         (vc-hg-annotate-extract-revision-at-line)
11308         (vc-hg-previous-version, vc-hg-checkin): New functions.
11309         (vc-hg-annotate-re): New constant.
11311 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
11313         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
11315 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11317         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
11318         buffer-local value of log-view-*-re if applicable.
11320         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
11321         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
11322         (vc-bzr-command*): Remove both (incompatible) versions.
11323         (vc-bzr-do-command*): Remove.
11324         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
11325         Remove by folding into its only caller vc-bzr-command.
11326         (vc-bzr-command): Always set the environment, even when ineffective.
11327         (vc-bzr-version): Minor fix up.
11328         (vc-bzr-admin-dirname): New var.
11329         (vc-bzr-bzr-dir): Remove.
11330         (vc-bzr-root-dir): New fun.
11331         (vc-bzr-registered): Use it.  Add an autoloaded version.
11332         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
11333         (vc-bzr-view-log-function): Remove.
11334         (vc-bzr-log-view-mode): New major mode to replace it.
11335         (vc-bzr-print-log): Only activate the old hack if needed.
11337         * vc.el (vc-default-log-view-mode): New function.
11338         (vc-print-log): Add new `log-view-mode' VC operation.
11340 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
11342         * ido.el (ido-find-file-in-dir): Don't signal an error for
11343         empty directories.
11345         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
11347         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
11348         directory where the desktop file was found, as the docstring says.
11349         (desktop-kill): Use `read-directory-name'.
11351 2007-06-20  Alan Mackenzie  <acm@muc.de>
11353         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
11354         When removing lines, also remove the \n.  Correction of patch of
11355         2007-04-21.
11357 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
11359         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
11360         event is not a cons cell.  Do not unread drag-mouse-1 events.
11361         Select right window in check whether space was stolen from
11362         window above.
11364         * help-mode.el (help-make-xrefs): Adjust position of new forward
11365         button.
11367 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
11369         * vc-bzr.el (vc-bzr-with-process-environment)
11370         (vc-bzr-std-process-invocation): New macros.
11371         (vc-bzr-command, vc-bzr-command*): Use them.
11372         (vc-bzr-with-c-locale): Remove.
11373         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
11374         (vc-bzr-buffer-nonblank-p): New function.
11375         (vc-bzr-state-words): New const.
11376         (vc-bzr-state): Look for `bzr status' keywords in output.
11377         Display everything else as a warning message to the user.
11378         Fix status report with bzr >= 0.15.
11380 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
11382         * vc-hg.el (vc-hg-global-switches): Simplify.
11383         (vc-hg-state): Handle more states.
11384         (vc-hg-diff): Fix doc-string.
11385         (vc-hg-register): New function.
11386         (vc-hg-checkout): Likewise.
11388 2007-06-20  Reto Zimmermann  <reto@gnu.org>
11390         * progmodes/vera-mode.el: New file.
11392 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
11394         * calc/calc.el (calc-multiplication-has-precendence):
11395         New variable.
11396         (math-standard-ops, math-standard-ops-p, math-expr-ops):
11397         New functions.
11398         (math-expr-opers): Define using math-standard-ops rather than
11399         math-standard-opers.
11400         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
11401         equal the function math-standard-ops rather than the variable
11402         math-standard-opers.
11403         (calc-algebraic-entry): Let math-expr-opers equal
11404         math-standard-ops or math-expr-ops, as appropriate.
11405         (math-expr-read-level, math-read-factor): Let math-expr-opers
11406         equal math-expr-ops.
11407         * calc/calc-embed.el (calc-embedded-finish-edit):
11408         Let math-expr-opers equal the function math-standard-ops
11409         rather than the variable math-standard-opers.
11410         * calc/calc-ext.el (math-read-plain-expr)
11411         (math-format-flat-expr-fancy): Let math-expr-opers equal the
11412         function math-standard-ops rather than the variable
11413         math-standard-opers.
11414         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
11415         Let math-expr-opers equal the function math-standard-ops rather
11416         than the variable math-standard-opers.
11417         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
11418         equal the function math-standard-ops rather than the variable
11419         math-standard-opers.
11420         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
11421         equal the function math-standard-ops rather than the variable
11422         math-standard-opers.
11423         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
11424         math-expr-ops.
11426 2007-06-19  Ivan Kanis  <apple@kanis.eu>
11428         * vc-hg.el: New file.
11430 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11432         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
11433         with font-lock-multiline.
11435 2007-06-17  Glenn Morris  <rgm@gnu.org>
11437         * lpr.el (lpr-page-header-switches): Move %s to separate element
11438         for correct quoting.  Doc fix.
11440 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11442         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
11443         than setting sgml-xml-mode.
11444         (sgml-mode, html-mode): Set sgml-xml-mode.
11445         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
11446         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
11447         (sgml-electric-tag-pair-before-change-function)
11448         (sgml-electric-tag-pair-flush-overlays): New functions.
11449         (sgml-electric-tag-pair-mode): New minor mode.
11450         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
11451         (sgml-calculate-indent): Use assoc-string.
11453 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
11455         * thingatpt.el (thing-at-point-email-regexp): Don't require two
11456         chars before the "@" in an email address.  Andreas Roehler noticed
11457         this problem.
11459 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
11461         * thingatpt.el: Add support for email addresses (`email').
11462         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
11463         (thing-at-point-email-regexp): New variable.
11464         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
11465         properties on this symbol, with lambda forms for values.
11467 2007-06-15  Masatake YAMATO  <jet@gyve.org>
11469         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
11471         * vc.el (vc-dired-hook): Check the backend returned from
11472         `vc-responsible-backend' can really handle `subdir'.
11474 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
11476         * wid-edit.el (widget-add-documentation-string-button):
11477         Fix handling of documentation indent.
11479 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
11481         * mb-depth.el: New file.
11483 2007-06-15  Masatake YAMATO  <jet@gyve.org>
11485         * vc.el (vc-dired-mode): Show backend name as part of mode name.
11487 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
11489         * wid-edit.el (widget-default-create): Move ?h handling here...
11490         (widget-default-format-handler): ...from here.
11491         (widget-docstring, widget-add-documentation-string-button): New funs.
11492         (documentation-string): Add :visibility-widget property.
11493         (widget-documentation-string-value-create): Use it.
11495         * cus-edit.el (custom-split-regexp-maybe): Simplify.
11496         (custom-buffer-create-internal): Simplify message.
11497         (custom-variable-tag): Reduce height to normal.
11498         (custom-variable-value-create, custom-face-value-create)
11499         (custom-visibility): New widget.
11500         (custom-visibility): New face.
11501         (custom-group-value-create):
11502         Call widget-add-documentation-string-button, using `custom-visibility'.
11504 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11506         * emacs-lisp/bytecomp.el (byte-compile-current-group)
11507         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
11508         change.  Apparently the "warning even if the group is implicit" is
11509         a feature rather than a bug.
11511 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
11513         * emulation/viper.el (viper-describe-key-ad)
11514         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
11515         Compile them conditionally.
11516         (viper-version): Belated version change.
11518 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
11520         * follow.el (follow-all-followers, follow-generic-filter):
11521         * pcomplete.el (pcomplete-restore-windows):
11522         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
11523         (x-dnd-drop-data):
11524         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
11525         * progmodes/python.el (python-complete-symbol):
11526         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
11528 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
11530         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
11531         around bright and dim regexps.  Make sure bright and dim matches
11532         use word anchors.  Send text through rcirc-markup functions.
11533         (rcirc-url-regexp): Add single quote character.
11534         (rcirc-connect): Write logs to disk on auto-save-hook.
11535         Make server a non-optional argument.
11536         (rcirc-log-alist): New variable.
11537         (rcirc-log-directory): Make customizable.
11538         (rcirc-log-flag): New customizable variable.
11539         (rcirc-log): New function.
11540         (rcirc-print): Use above function.
11541         (rcirc-log-write): New function.
11542         (rcirc-generate-new-buffer-name): Strip text properties.
11543         (rcirc-switch-to-buffer-function): Remove variable.
11544         (rcirc-last-non-irc-buffer): Remove variable.
11545         (rcirc-non-irc-buffer): Add function.
11546         (rcirc-next-active-buffer): Use above function.
11547         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
11548         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
11549         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
11550         (rcirc-omit-mode): Add minor-mode.
11551         (rcirc-mode-map): Change C-c C-o binding.
11552         (rcirc-mode): Clear mode-line-process.  Use a custom
11553         fill-paragraph-function.  Set up buffer-invisibility-spec.
11554         (rcirc-response-formats): Remove timestamp code.
11555         (rcirc-omit-responses): Add variable.
11556         (rcirc-print): Don't put the overlay arrow on potentially omitted
11557         lines.  Log line to disk.  Record activity for private messages
11558         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
11559         (rcirc-jump-to-first-unread-line): Print message if there is no
11560         unread text.
11561         (rcirc-clear-unread): New function.
11562         (rcirc-markup-text-functions): Add variable.
11563         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
11564         (rcirc-debug): Don't mess with window configuration.
11565         (rcirc-send-message): Send message before printing locally.
11566         Add SILENT argument, do not print message if non-nil.
11567         (rcirc-visible-buffers): New function and variable.
11568         (rcirc-window-configuration-change-1): Add function.
11569         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
11570         server buffer.
11571         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
11572         (rcirc-fill-paragraph): Add function.
11573         (rcirc-record-activity, rcirc-window-configuration-change-1):
11574         Only update the activity string if it has actually changed.
11575         (rcirc-update-activity-string): Remove padding characters from the
11576         mode-line string.
11577         (rcirc-disconnect-buffer): New function to be called when a
11578         channel is parted or the user quits.
11579         (rcirc-server-name): Warn when the server-name hasn't been set.
11580         (rcirc-window-configuration-change): Postpone work until
11581         post-command-hook.
11582         (rcirc-window-configuration-change-1): Update mode-line and
11583         overlay arrows here.
11584         (rcirc-authenticate): Fixc hanserv identification.
11585         (rcirc-default-server): Remove variable.
11586         (rcirc): Connect according to rcirc-connections.
11587         (rcirc-connections): Add variable.
11588         (rcirc-startup-channels-alist): Remove variable.
11589         (rcirc-startup-channels): Remove function.
11591 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11593         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
11595 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
11597         * term/xterm.el (terminal-init-xterm): Escape parens in character
11598         constants.
11600 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11602         * progmodes/sh-script.el: Remove unneeded * from docstrings.
11603         Use [:alpha:] and [:alnum:] where applicable.
11604         (sh-quoted-subshell): Rewrite to correctly
11605         handle nested mixes of `...' and $(...).
11606         (sh-apply-quoted-subshell): Remove.
11607         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
11609         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
11611 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
11613         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
11614         previous change.
11616 2007-06-12  Tom Tromey  <tromey@redhat.com>
11618         * subr.el (user-emacs-directory): New defconst.
11619         * cmuscheme.el (scheme-start-file):
11620         * shell.el (shell):
11621         * completion.el (save-completions-file-name):
11622         * custom.el (custom-theme-directory):
11623         * term/x-win.el (emacs-session-filename):
11624         * filesets.el (filesets-menu-cache-file):
11625         * thumbs.el (thumbs-thumbsdir):
11626         * server.el (server-auth-dir):
11627         * image-dired.el (image-dired-dir):
11628         (image-dired-db-file):
11629         (image-dired-temp-image-file):
11630         (image-dired-gallery-dir):
11631         (image-dired-temp-rotate-image-file):
11632         * play/gamegrid.el (gamegrid-user-score-file-directory):
11633         * savehist.el (savehist-file):
11634         * tutorial.el (tutorial--saved-dir):
11635         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
11637 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
11639         * scroll-lock.el (scroll-lock-mode): Doc fix.
11641 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
11643         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
11645         * ediff-init.el: Doc strings.
11647 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11649         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11650         (byte-compile-file): Bind it.
11651         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
11652         group argument is provided implicitly.
11653         (byte-compile-format-warn, byte-compile-from-buffer)
11654         (byte-compile-insert-header): Don't hardcode point-min==1.
11655         (byte-compile-file-form-require): Remove unused var old-load-list.
11656         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
11658 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
11660         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
11661         Display error messages.
11662         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
11663         Get rid of cl.el dependencies.
11665         * emulation/viper-init.el (viper-suppress-input-method-change-message):
11666         New variable.
11667         (viper-activate-input-method-action)
11668         (viper-inactivate-input-method-action):
11669         Use viper-suppress-input-method-change-message.
11671         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
11672         for C-s, C-r.
11674         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11675         Use viper-replace-overlay-cursor-color instead of
11676         viper-replace-overlay-cursor-color.
11677         (viper-sit-for-short): Use sit-for with 3 arguments.
11679         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
11680         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
11681         to gud-mode.
11683         * ediff-mult.el (ediff-meta-buffer-brief-message)
11684         (ediff-meta-buffer-verbose-message): New variables.
11685         (ediff-meta-buffer-message): Variable deleted.
11686         (ediff-verbose-help-enabled): New variable.
11687         (ediff-toggle-verbose-help-meta-buffer): New function.
11688         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
11689         message options.
11691         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
11692         (ediff-fixup-patch-map): Improve heuristic.
11694 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11696         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
11697         (log-view-font-lock-keywords): Simplify.
11698         (log-view-current-file, log-view-current-tag): Simplify.
11700 2007-06-12  Sam Steingold  <sds@gnu.org>
11702         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
11704 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
11706         * desktop.el (desktop-load-locked-desktop): New option.
11707         (desktop-read): Use it.
11708         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
11709         Use `when'.
11711 2007-06-12  Davis Herring  <herring@lanl.gov>
11713         * desktop.el (desktop-save-mode-off): New function.
11714         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
11715         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
11716         (desktop-claim-lock, desktop-release-lock): New functions.
11717         (desktop-kill): Tell `desktop-save' that this is the last save.
11718         Release the lock afterwards.
11719         (desktop-buffer-info): New function.
11720         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
11721         says to.  Detect conflicts, and manage the lock.
11722         (desktop-read): Detect conflicts.  Manage the lock.
11724 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11726         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
11728         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
11729         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
11730         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
11731         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
11732         keysyms rather than byte sequences.
11733         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
11735 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11737         * font-lock.el (font-lock-add-keywords): In case font-lock was only
11738         half-activated, forcefully activate it completely.
11740 2007-06-11  Richard Stallman  <rms@gnu.org>
11742         * cus-edit.el (custom-variable-type): Doc fix.
11744 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11746         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
11747         (sh-font-lock-flush-syntax-ppss-cache): New functions.
11748         (sh-font-lock-syntactic-keywords): Use them to distinguish the
11749         different possible cases for \'.
11751         * complete.el (PC-bindings): Don't bind things already bound in the
11752         parent keymap.
11754         * textmodes/bibtex-style.el: New file.
11756 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
11758         * vc-bzr.el: New file.
11760 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11762         * vc-svn.el (vc-svn-program): New var.
11763         (vc-svn-command): Use it.
11765 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
11767         * server.el (server-switch-buffer): Remove redundant check.
11769 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
11771         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11772         Match against file-name-nondirectory.
11773         Fix text on user customization variables.
11774         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
11776 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
11778         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
11780 2007-06-09  Davis Herring  <herring@lanl.gov>
11782         * desktop.el (desktop-minor-mode-table): Doc fix.
11784 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11786         * textmodes/css-mode.el (css-navigation-syntax-table):
11787         Use set-char-table-range so it also works in the unicode branch.
11789 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
11791         * help-mode.el (help-xref-forward-stack)
11792         (help-xref-stack-forward-item, help-forward-label): New variables.
11793         (help-forward): New button type.
11794         (help-setup-xref): Initialise help-xref-forward-stack.
11795         (help-make-xrefs): Add forward button, if appropriate.
11796         (help-xref-go-back): Push item on forward stack.
11797         (help-xref-go-forward, help-go-forward): New functions.
11799 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
11801         * dired.el (dired-mode-map): Remove spurious separator.
11803 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11805         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
11807         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11808         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
11810 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
11812         * textmodes/org.el: Version number fixed.
11814 2007-06-07  Glenn Morris  <rgm@gnu.org>
11816         * version.el (emacs-copyright): New constant.
11817         * startup.el (fancy-splash-tail): Use emacs-copyright.
11818         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
11820         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
11821         `make-local'.
11822         (byte-compile-warnings-safe-p): Add `make-local'.
11823         (byte-compile-make-variable-buffer-local):
11824         Allow byte-compile-warnings to suppress this warning.
11826         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
11827         format of "menu" description.
11828         (tutorial--find-changed-keys): Describe the specific menu a
11829         command is in.
11831         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
11832         Rewrite compatibility functions to silence byte-compiler.
11834 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
11836         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
11837         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
11839 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
11841         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
11843 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11845         * progmodes/ebrowse.el (ebrowse-member-table):
11846         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
11847         (org-batch-agenda-csv): Fix typos in docstrings.
11849 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11851         * international/mule-cmds.el (toggle-enable-multibyte-characters)
11852         (sort-coding-systems, search-unencodable-char): Doc fixes.
11853         (coding-system-change-eol-conversion, set-default-coding-systems)
11854         (prefer-coding-system, find-multibyte-characters, princ-list)
11855         (leim-list-entry-regexp, set-input-method, locale-language-names)
11856         (input-method-exit-on-first-char, exit-language-environment-hook)
11857         (locale-charset-language-names): Fix typos in docstrings.
11859 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11861         * pgg.el (pgg-sign-region, pgg-sign):
11862         * ses.el (ses-call-printer):
11863         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
11864         * textmodes/org.el (org-cycle): Fix typos in docstrings.
11866 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
11868         * textmodes/org.el (org-export-region-as-html)
11869         (org-replace-region-by-html, org-number-to-letters)
11870         (org-table-fedit-finish, org-normalize-color)
11871         (org-table-fedit-ref-right, org-date-to-gregorian)
11872         (org-table-fedit-move, org-table-convert-refs-to-rc)
11873         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
11874         (org-write-agenda, org-colgroup-info-to-vline-list)
11875         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
11876         (org-indent-line-function, org-export-as-html-to-buffer)
11877         (org-store-agenda-views, org-update-mode-line)
11878         (org-find-if, org-delete-all)
11879         (org-table-fedit-convert-buffer, org-emphasize)
11880         (org-uniquify, org-table-fedit-lisp-indent)
11881         (org-table-fedit-scroll, org-get-todo-sequence-head)
11882         (org-table-fedit-scroll-down, org-table-fedit-line-down)
11883         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
11884         (org-table-fedit-toggle-coordinates, org-dvipng-color)
11885         (org-table-fedit-line-up, org-table-fedit-ref-down)
11886         (org-table-formula-from-user, org-mode-flyspell-verify)
11887         (org-cycle-show-empty-lines, org-ctrl-c-ret)
11888         (org-table-formula-to-user, org-diary-to-ical-string)
11889         (orgtbl-export, org-table-fedit-post-command)
11890         (org-closed-in-range, org-shiftcontrolright)
11891         (org-table-convert-refs-to-an, org-table-hline-and-move)
11892         (org-table-formula-less-p, org-format-table-ascii)
11893         (org-agenda-get-sexps, org-shift-refpart)
11894         (org-diary-sexp-entry, org-time-string-to-absolute)
11895         (org-table-show-reference, org-letters-to-number)
11896         (org-fix-agenda-info, org-table-fedit-ref-up)
11897         (org-table-fedit-shift-reference, org-table-fedit-abort)
11898         (org-closest-date, org-shiftcontrolleft)
11899         (org-at-heading-or-item-p, org-rematch-and-replace)
11900         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
11901         New functions.
11902         (org-table-edit-scroll-down, org-finish-edit-formulas)
11903         (org-table-edit-next-field, org-abort-edit-formulas)
11904         (org-font-lock-level, org-export-find-first-heading-line)
11905         (org-table-edit-line-down, org-table-edit-backward-field)
11906         (org-edit-formula-lisp-indent, org-table-edit-move)
11907         (org-check-log-option, org-this-word)
11908         (org-table-edit-line-up, org-table-edit-formulas-post-command)
11909         (org-agenda-file-to-end, org-expand-file-name)
11910         (org-fake-empty-table-line, org-table-edit-scroll)
11911         (org-toggle-log-option, org-show-reference): Function removed.
11912         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
11913         New defsubsts.
11914         (org-unmodified, org-batch-store-agenda-views)
11915         (org-batch-agenda-csv): New macro.
11916         (org-agenda-export): New customization group.
11917         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
11918         (org-highest-priority, org-agenda-exporter-settings)
11919         (org-log-done-with-time, org-replace-disputed-keys)
11920         (org-format-latex-header, org-export-table-header-tags)
11921         (org-cycle-separator-lines, org-export-table-data-tags)
11922         (org-icalendar-include-sexps)
11923         (org-empty-line-terminates-plain-lists)
11924         (org-log-repeat, org-special-ctrl-a)
11925         (org-table-use-standard-references, org-disputed-keys)
11926         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
11927         (org-agenda-export-html-style): New option.
11928         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
11929         (org-CUA-compatible): Option removed.
11930         (org-agenda-structure, org-sexp-date): New face.
11931         (org-todo-keywords-for-agenda, org-not-done-keywords)
11932         (org-planning-or-clock-line-re, org-agenda-name)
11933         (org-table-colgroup-info, org-todo-sets)
11934         (constants-unit-system, org-clock-mode-line-entry)
11935         (org-mode-line-timer, org-table-current-begin-pos)
11936         (org-todo-keywords-1, org-mode-line-string)
11937         (org-table-clean-did-remove-column, org-table-fedit-map)
11938         (org-clock-heading, org-table-buffer-is-an)
11939         (org-agenda-info, org-done-keywords)
11940         (org-done-keywords-for-agenda, org-todo-heads)
11941         (org-todo-kwd-alist, org-clock-start-time): New variable.
11942         (org-todo-kwd-priority-p, org-edit-formulas-map)
11943         (org-repeat-re, org-todo-kwd-max-priority)
11944         (org-version, org-done-string)
11945         (org-table-clean-did-remove-column-1, org-disputed-keys):
11946         Remove variables.
11947         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
11948         (org-ts-lengths): Constant removed.
11949         (org-follow-gnus-link): Don't ask how many articles to read.
11950         (org-export-find-first-export-line): Rename from
11951         `org-export-find-first-heading'.
11952         Use `org-export-skip-text-before-1st-heading'.
11953         (org-table-fedit-post-command): Rename from
11954         `org-table-edit-formulas-post-command'.
11955         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
11956         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
11957         (org-table-fedit-lisp-indent): Rename from
11958         `org-edit-formula-lisp-indent'.
11959         (org-table-show-reference): Rename from `org-show-reference'.
11960         (org-table-store-formulas): Use `org-table-formula-less-p'.
11961         (org-table-edit-formulas): Position cursor to current field equation.
11962         (org-update-checkbox-count, org-hide-archived-subtrees)
11963         (org-timestamp-up-day, org-timestamp-down-day)
11964         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
11965         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
11966         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
11967         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11968         Let `org-on-heading-p' also check for invisible heading.
11969         (org-read-date): Match am/pm times.
11970         (org-eval-in-calendar): Fix default date in prompt.
11972 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
11974         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11975         "ChangeLog.a" entries, giving the latter lower priority.
11977 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
11979         * faces.el (face-id): If the argument is a face alias,
11980         return the ID of the target face.
11982 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
11984         * net/socks.el (top): Remove unnecessary copyright line.
11986 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
11988         * longlines.el (longlines-auto-wrap): Handle argument correctly.
11990 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
11992         * net/socks.el: New file, taken from w3 repository.
11993         (top): Update Copyright.  Don't load cl.el.
11994         (all): Replace `case' by `cond', `string-to-int' by
11995         `string-to-number', and `process-kill-without-query' by
11996         `set-process-query-on-exit-flag'.
11997         (socks-char-int): Remove defalias and all occurrences.
11999 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
12001         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
12002         Fix typos in docstrings.
12003         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
12004         (compilation-finish-function): Fix typo in obsolescence declaration.
12006 2007-06-03  Sam Steingold  <sds@gnu.org>
12008         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
12009         handle unending automatic recompilation of changed files (`omake -P').
12010         (compilation-loop): VISITED is now 5th CDR.
12011         (compilation-next-error-function): Set TIMESTAMP.
12013 2007-06-03  Sam Steingold  <sds@gnu.org>
12015         * files.el (kill-buffer-ask): New function.
12016         (kill-some-buffers): Use it.
12017         (kill-matching-buffers): New user command.
12019 2007-06-01  David Kastrup  <dak@gnu.org>
12021         * dired.el (dired-recursive-deletes, dired-recursive-copies):
12022         Change default to `top'.
12024 2007-05-31  Richard Stallman  <rms@gnu.org>
12026         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
12028 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12030         * textmodes/css-mode.el: New file.
12032 2007-05-30  Michael Olson  <mwolson@gnu.org>
12034         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
12035         died and we are trying to send a signal to it.  The program using
12036         tq.el should periodically check to see whether the process has
12037         died and react appropriately -- this is not the responsibility of
12038         tq.el, and is consistent with the rest of the tq.el source code.
12040 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
12042         * textmodes/table.el (table--point-entered-cell-function)
12043         (table--point-left-cell-function):
12044         Bind `inhibit-point-motion-hooks' to t.
12046 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
12048         * emacs-lisp/rx.el (rx): Doc fix.
12050 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
12052         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
12054 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
12056         Sync with Tramp 2.0.56.
12058         * net/tramp.el:
12059         * net/tramp-ftp.el:
12060         * net/tramp-smb.el:
12061         * net/tramp-util.el:
12062         * net/tramp-vc.el:
12063         Don't load cl.el, because that pollutes the namespace.  Replace cl
12064         macros by their implementations where necessary.  Requested by
12065         Richard Stallman <rms@gnu.org>.
12067         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
12068         doesn't exist.
12069         (with-parsed-tramp-file-name): Protect debug spec during compilation.
12070         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
12071         (tramp-file-name-p, tramp-file-name-multi-method)
12072         (tramp-file-name-method, tramp-file-name-user)
12073         (tramp-file-name-host, tramp-file-name-localname): New defuns,
12074         replacing defstruct `tramp-file-name'.
12075         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
12076         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
12077         Apply `vector' instead of `make-tramp-file-name'.
12078         (tramp-handle-make-auto-save-file-name):
12079         Apply `tramp-temporary-file-directory' for compatibility reasons.
12080         (tramp-completion-mode): Use `natnump' instead of `wholenump'
12081         because of XEmacs.
12082         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
12083         started.
12085 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
12087         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
12089 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12091         * log-edit.el (log-edit-changelog-paragraph): Return point-max
12092         as the end of the ChangeLog paragraph when it ends without a line
12093         termination.
12095 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
12097         * net/webjump.el (webjump-sample-sites):
12098         Add simple Wikipedia query.
12100 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12102         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
12103         compatibility code.
12105         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
12106         (copyright-update-year): Use it.
12108         * edmacro.el (edmacro-format-keys): Use current-active-maps.
12110         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12111         Add indentation and debugging info.  Fix up comment convention.
12113         * cus-dep.el (custom-make-dependencies): Simplify.
12115         * composite.el (compose-region, decompose-region):
12116         Use inhibit-read-only and restore-buffer-modified-p.
12118         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
12119         (xterm-mouse-event): Use it.
12121 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
12123         * bs.el (bs-cycle-previous): Don't modify the cycle list until
12124         `switch-to-buffer' has returned succesfully.
12125         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
12126         window is dedicated (it could iconify the frame).
12128 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
12130         * vc-hooks.el (vc-find-root): Fix file attribute test.
12132 2007-05-24  Richard Stallman  <rms@gnu.org>
12134         * textmodes/flyspell.el (flyspell-correct-word-before-point):
12135         Don't let opoint be nil.
12136         (flyspell-emacs-popup): Explicit error if no dialogs.
12138 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
12140         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
12141         (image-next-line, image-previous-line, image-scroll-up)
12142         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
12143         New functions.
12144         (image-mode-map): Remap motion commands.
12145         (image-mode-text-map): New keymap for viewing images as text.
12146         (image-mode): Use image-mode-map.
12147         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
12149 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12151         * textmodes/fill.el (canonically-space-region): Make the second arg
12152         a marker if it's not already the case.
12154 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
12156         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
12157         (tar-get-descriptor): Handle type 55, an extended pax header.
12159 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12161         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
12162         to confuse outline-minor-mode.
12164 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
12166         * tar-mode.el (tar-file-name-handler): New function.
12167         (tar-extract): Bind file-name-handler-alist to it to force
12168         find-buffer-file-type-coding-system behave as if the file being
12169         extracted existed.  Use last-coding-system-used to force
12170         buffer-file-coding-system to what decode-coding-region actually
12171         used to decode the file.
12173 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
12175         * progmodes/compile.el (compilation-handle-exit):
12176         `compilation-finish-function' may change the current buffer.
12178 2007-05-22  Richard Stallman  <rms@gnu.org>
12180         * files.el (set-auto-mode): Doc fix.
12182 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12184         * help-fns.el (find-source-lisp-file): New function.
12185         (describe-function-1): Use find-source-lisp-file to find source
12186         file in compile tree.
12188 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
12190         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12192 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
12194         * emacs-lisp/easy-mmode.el (define-minor-mode)
12195         (easy-mmode-define-navigation): Fix typos in docstrings.
12197 2007-05-22  Glenn Morris  <rgm@gnu.org>
12199         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
12201 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12203         * mail/mail-extr.el (mail-extract-address-components):
12204         Recognize non-ASCII characters except for NBSP as words.
12206 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
12208         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
12209         (rcirc-print): Handle `window-width'.
12210         (rcirc-buffer-maximum-lines): Doc fix.
12212 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
12214         * image-mode.el (image-toggle-display): Don't clear image cache.
12215         Only use filename in image spec if the file is readable.
12216         Call image-refresh.
12218         * image.el (image-type-from-file-name, image-type): Simplify.
12219         (image-type-auto-detected-p): Don't scan auto-mode-alist.
12221         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
12222         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
12224 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
12226         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
12227         is an error.
12229         * term/linux.el (terminal-init-linux): Don't signal an error
12230         if gpm isn't running.
12232 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
12234         * t-mouse.el: Reduce to a minor-mode macro call.
12235         (t-mouse-mode): Remove the lighter.
12237         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
12239 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
12241         * files.el (auto-mode-alist): Change the regexp so that
12242         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
12244 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
12246         * Version 22.1 released.
12248 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
12250         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
12251         changes.
12253 2007-05-19  Kevin Ryde  <user42@zip.com.au>
12255         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
12257 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
12259         * textmodes/sgml-mode.el: Revert last change.
12261 2007-05-18  Richard Stallman  <rms@gnu.org>
12263         * simple.el (push-mark): Doc fix.
12265 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
12267         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
12268         tpu-global-map.
12269         (tpu-original-global-map): Variable deleted.
12270         (tpu-control-keys-map): New keymap variable.
12271         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
12272         setting keymapping directly.
12273         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
12274         tpu-global-map.
12275         (tpu-edt-on): Activate the tpu-global-map.
12276         (tpu-edt-off): Deactivate the tpu-global-map.
12278 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
12280         * textmodes/ispell.el (ispell-get-word): Return markers
12281         for start and end positions.
12282         (ispell-word): Assume END is a marker.
12284 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12286         * printing.el: Group together all XEmacs/Emacs definitions.
12287         (pr-version): New version 6.9.
12288         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
12289         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
12290         (pr-menu-bind): Fix code.
12291         (pr-e-frame-char-height, pr-e-frame-char-width)
12292         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
12293         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
12294         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
12295         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
12296         (pr-x-event-y-pixel): Aliases eliminated.
12297         (pr-xemacs-global-menubar): Macro moved.
12298         (current-menubar, current-mouse-event, zmacs-region-stays)
12299         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
12300         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
12301         Vars moved.
12302         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
12303         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
12304         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
12305         (pr-menu-set-utility-title, pr-even-or-odd-pages)
12306         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
12307         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
12308         moved.
12310 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
12312         * textmodes/sgml-mode.el (sgml-tag):
12313         Fix bug: Call sgml-transformation-function.
12315 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
12317         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
12318         modified flag of buffer.  Use `inhibit-modification-hooks'.
12320 2007-05-16  Richard Stallman  <rms@gnu.org>
12322         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
12324 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12326         * files.el (magic-mode-alist, magic-fallback-mode-alist):
12327         Move the *ml, Postscript, and XmCD entries to the fallback part.
12329         * files.el (magic-fallback-mode-alist):
12330         Rename from file-start-mode-alist.
12332 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
12334         * progmodes/compile.el (compilation-handle-exit): Quote first
12335         argument of `run-hook-with-args'.
12337 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
12339         * buff-menu.el (Buffer-menu-sort-column):
12340         * dabbrev.el (dabbrev-upcase-means-case-search):
12341         * dired.el (dired-recursive-deletes, dired-recursive-copies):
12342         * info.el (Info-current-subfile):
12343         * ls-lisp.el (ls-lisp-verbosity):
12344         * msb.el (msb-menu-cond):
12345         * pcvs.el (cvs-dired-use-hook):
12346         * simple.el (set-mark-command-repeat-pop):
12347         * time.el (display-time-24hr-format, display-time-mail-file):
12348         Doc fixes.
12350         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
12351         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
12353         * view.el (view-inhibit-help-message): Fix typo in docstring.
12354         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
12356 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
12358         * textmodes/ispell.el (ispell-start-process): Defend against bad
12359         default-directory.
12361 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
12363         * mail/rmail.el (rmail-convert-to-babyl-format): Check
12364         content-transfer-encoding _last_, because it's its position that
12365         we need as value of base64-header-field-end.
12367 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
12369         * files.el (mode-require-final-newline, require-final-newline)
12370         (enable-local-variables, enable-local-eval): Doc fixes.
12372 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12374         * ps-print.el: Use default color when foreground or background color
12375         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
12376         (ps-print-version): New version 6.7.4.
12377         (ps-rgb-color): New argument.  Use default color when color is
12378         unspecified.
12379         (ps-begin-job): Fix code.
12381 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
12383         * longlines.el (longlines-mode): Make longlines-auto-wrap
12384         buffer-local.  Add hooks unconditionally.
12385         (longlines-auto-wrap): Toggle wrapping.
12386         (longlines-after-change-function)
12387         (longlines-post-command-function): Check longlines-auto-wrap.
12389 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
12391         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
12392         (xterm-mouse-translate): Use it.
12394 2007-05-10  Richard Stallman  <rms@gnu.org>
12396         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
12397         (iso-cvt-write-only): Likewise.
12399         * emacs-lisp/easy-mmode.el (define-minor-mode):
12400         Fix generated doc string.
12402         * startup.el (fancy-splash-text): Add URL of guided tour.
12403         Adjust horizontal and vertical whitespace.
12405         * progmodes/compile.el (compilation-handle-exit):
12406         Use run-hook-with-args to run compilation-finish-functions.
12408         * files.el (file-start-mode-alist): New variable.
12409         (magic-mode-regexp-match-limit): Doc fix.
12410         (set-auto-mode): Handle file-start-mode-alist.
12411         A little cleanup of structure.
12413         * dabbrev.el (dabbrev-eliminate-newlines):
12414         Renamed from dabbrev--eliminate-newlines.  All uses changed.
12416 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
12418         * man.el (Man-next-section): Don't consider the last line of the page
12419         as being part of any section.
12421 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12423         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
12424         can take any number of values.
12426 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12428         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
12429         to the list of citation commands.
12431 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12433         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
12435 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
12437         * progmodes/python.el (python-font-lock-keywords)
12438         (python-open-block-statement-p, python-mode): Add support for the new
12439         "with" keyword.
12441 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12443         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
12444         the exact opposite of diff-goto-source.
12446         * emacs-lisp/advice.el (ad-special-forms): Remove.
12447         (ad-special-form-p): Use subr-arity.
12449         * newcomment.el (comment-search-forward): Make sure we search forward.
12450         (comment-enter-backward): Try and distinguish the non-matching case at
12451         EOB from the non-matching case with a missing comment-end-skip for
12452         a 2-char comment ender.
12453         (comment-choose-indent): New function extracted from comment-indent.
12454         Improve the alignment algorithm.
12455         (comment-indent): Use it.
12457         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
12458         XML style Processing Instructions.
12459         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
12460         (sgml-calculate-indent): Handle `pi' context.
12462         * vc.el: Ensure that update-changelog issues an error when used with
12463         a backend that does not implement it.
12464         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
12465         Remove `backend' argument.  Use expand-file-name.
12466         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
12468         * progmodes/python.el (python-end-of-block): Revert last change.
12469         (python-end-of-statement): Make sure we move *forward*.
12471 2007-05-08  Richard Stallman  <rms@gnu.org>
12473         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12474         Don't include non-self-insert commands in the exception for `-'.
12476 2007-05-08  David Reitter  <david.reitter@gmail.com>
12478         * progmodes/python.el (python-guess-indent): Check non-nullness
12479         before comparing indent against the 2..8 interval.
12481 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12483         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
12484         available.
12486 2007-05-06  Richard Stallman  <rms@gnu.org>
12488         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
12490 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12492         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
12493         rather than storing their value in the revert-buffer function.
12495 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
12497         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
12498         when disabling t-mouse-mode.
12500 2007-05-01  Davis Herring  <herring@lanl.gov>
12502         * calendar/timeclock.el: Update version number.
12503         (timeclock-modeline-display): Mention timeclock-use-display-time
12504         in explanatory message.
12505         (timeclock-in): Fix non-interactive workday specifications.
12506         (timeclock-log): Don't kill the log buffer if it already existed.
12507         Suppress warnings when finding the log.  Don't check for a nil
12508         project twice.  Run hooks after killing the buffer (if applicable).
12509         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
12510         was geometric).  All uses changed.
12511         (timeclock-generate-report): Support prefix argument.
12513 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
12515         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
12516         disconnections.
12518 2007-05-01  Romain Francoise  <romain@orebokech.com>
12520         * dired-x.el: Revert 2007-04-06 change.
12522 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
12524         * find-dired.el (find-dired-filter): Propertize all text down to eob.
12526 2007-04-29  Richard Stallman  <rms@gnu.org>
12528         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
12530 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12532         * progmodes/cc-mode.el (c-before-change): Use point-min rather
12533         than 1.
12535 2007-04-28  Richard Stallman  <rms@gnu.org>
12537         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
12539 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
12541         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
12542         don't put stop on toolbar.
12544 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12546         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
12548 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
12550         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
12551         instead of $(lisp)/mh-e.
12553 2007-04-28  Glenn Morris  <rgm@gnu.org>
12555         * image-dired.el (image-dired-cmd-create-thumbnail-options)
12556         (image-dired-cmd-create-temp-image-options): Replace option
12557         +profile "*" with -strip.
12559 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
12561         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12562         Use window-start and window-end.
12564 2007-04-27  Andreas Schwab  <schwab@suse.de>
12566         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
12568 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
12570         * textmodes/fill.el (fill-paragraph): Doc fix.
12572 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
12574         * locate.el (locate-in-alternate-database): Doc fix.
12576 2007-04-26  Glenn Morris  <rgm@gnu.org>
12578         * button.el (button): Use underline if supported, else fall back
12579         to color.
12581         * version.el (emacs-version): Increase to 22.1.50.
12583 2007-04-25  Richard Stallman  <rms@gnu.org>
12585         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
12587 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
12589         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
12590         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
12591         pushing mark.
12592         (idlwave-current-routine): Don't push mark.
12594 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
12596         * image-dired.el (image-dired-display-image): Derive image-type from
12597         filename rather than assuming jpeg, in case no resizing was needed.
12599 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12601         * custom.el (defface): Doc fix.
12603 See ChangeLog.12 for earlier changes.
12605 ;; Local Variables:
12606 ;; coding: iso-2022-7bit
12607 ;; add-log-time-zone-rule: t
12608 ;; End:
12610     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
12612   This file is part of GNU Emacs.
12614   GNU Emacs is free software; you can redistribute it and/or modify
12615   it under the terms of the GNU General Public License as published by
12616   the Free Software Foundation; either version 3, or (at your option)
12617   any later version.
12619   GNU Emacs is distributed in the hope that it will be useful,
12620   but WITHOUT ANY WARRANTY; without even the implied warranty of
12621   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12622   GNU General Public License for more details.
12624   You should have received a copy of the GNU General Public License
12625   along with GNU Emacs; see the file COPYING.  If not, write to the
12626   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12627   Boston, MA 02110-1301, USA.
12629 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af